:root {
  --navy: #12264a;
  --blue: #3169dc;
  --blue-dark: #1e4dab;
  --pale: #eef4ff;
  --green: #49c776;
  --muted: #68758b;
  --border: #dce5f2;
  --surface: #ffffff;
  --background: #f8faff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--navy);
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header {
  position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1160px, calc(100% - 40px)); height: 72px; padding: 0 14px 0 22px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.9); border: 1px solid rgba(214,225,242,.8); border-radius: 22px;
  box-shadow: 0 12px 40px rgba(34,73,132,.09); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.08; font-size: 15px; }
.brand em { color: var(--blue); font-size: 11px; font-style: normal; letter-spacing: .04em; margin-top: 2px; }
.brand-mark { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; overflow: hidden; background: white; box-shadow: 0 7px 16px rgba(49,105,220,.22); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; gap: 38px; color: #4f5d73; font-size: 13px; font-weight: 700; }
nav a:hover { color: var(--blue); }
.header-cta { display: inline-flex; gap: 12px; align-items: center; padding: 14px 20px; border-radius: 14px; background: var(--navy); color: white; font-size: 13px; font-weight: 800; }
.header-cta span { font-size: 18px; line-height: 1; }
.hero {
  min-height: 820px; padding: 166px max(24px, calc((100vw - 1160px)/2)) 90px;
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; overflow: hidden; position: relative;
  background: radial-gradient(circle at 75% 30%, #dfeaff 0, rgba(223,234,255,.15) 32%, transparent 52%), linear-gradient(135deg,#fbfdff 0%,#f5f8ff 100%);
}
.hero-glow { position: absolute; z-index: 0; width: 560px; height: 560px; right: max(-120px,calc((100vw - 1360px)/2)); top: 100px; border-radius: 50%; background: radial-gradient(circle,rgba(86,132,226,.16),rgba(86,132,226,0) 70%); pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(50,99,183,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(50,99,183,.05) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right,black,transparent 60%); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 9px 15px 9px 9px; border-radius: 999px; background: white; border: 1px solid #dce7f7; box-shadow: 0 8px 24px rgba(56,91,145,.08); color: #446083; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.eyebrow span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #e8f8ee; color: #25a95b; }
h1 { font-size: clamp(50px,5.2vw,76px); line-height: 1.16; letter-spacing: -.065em; margin: 0; font-weight: 900; }
h1 span { color: var(--blue); position: relative; }
h1 span::after { content: ""; position: absolute; left: 3%; right: 0; bottom: -4px; height: 9px; border-radius: 50%; background: #b9cbf5; opacity: .5; transform: rotate(-1deg); }
.lead { margin: 30px 0 31px; max-width: 570px; color: #5d6c82; font-size: 16px; line-height: 2; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-button { min-width: 222px; padding: 14px 23px; display: flex; align-items: center; gap: 14px; border-radius: 16px; background: linear-gradient(135deg,#3972e3,#2357c4); color: white; box-shadow: 0 14px 28px rgba(43,98,210,.26); font-weight: 900; transition: transform .2s,box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(43,98,210,.32); }
.button-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.16); font-size: 20px; }
.primary-button > span:last-child { display: flex; flex-direction: column; font-size: 15px; }
.primary-button small { font-size: 8px; letter-spacing: .15em; opacity: .78; }
.text-link { display: flex; align-items: center; gap: 10px; color: #42526c; font-size: 13px; font-weight: 800; }
.text-link span { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; color: var(--blue); background: white; box-shadow: 0 4px 16px rgba(31,64,112,.12); }
.trust-row { margin-top: 28px; display: flex; gap: 22px; flex-wrap: wrap; color: #7b8799; font-size: 11px; font-weight: 700; }
.trust-row > span { display: flex; gap: 7px; align-items: center; }
.check-icon { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; display: inline-grid; place-items: center; background: #e7f8ed; color: #22a855; font-size: 11px; font-weight: 900; }
.phone-stage { min-height: 580px; position: relative; display: grid; place-items: center; z-index: 2; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(70,119,213,.18); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.real-phone { position: relative; z-index: 2; padding: 7px; overflow: hidden; border: 2px solid #172943; border-radius: 40px; background: #172943; box-shadow: 0 35px 68px rgba(28,54,98,.24),0 6px 16px rgba(29,47,79,.18); }
.real-phone img { display: block; width: 100%; height: auto; border-radius: 32px; }
.hero-phone { width: 276px; transform: rotate(2.5deg); }
.phone { width: 294px; height: 598px; position: relative; padding: 10px; border-radius: 45px; background: #13233e; box-shadow: 0 40px 70px rgba(28,54,98,.24),0 5px 14px rgba(29,47,79,.18); transform: rotate(3deg); }
.phone::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 40px; pointer-events: none; }
.phone-speaker { position: absolute; z-index: 4; width: 92px; height: 23px; top: 15px; left: 50%; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: #13233e; }
.phone-screen { height: 100%; padding: 16px 13px 0; border-radius: 36px; overflow: hidden; background: #f4f6fa; color: #14233d; }
.app-status { display: flex; justify-content: space-between; padding: 0 8px 10px; font-size: 8px; font-weight: 900; }
.app-header { display: grid; grid-template-columns: 34px 1fr 34px; gap: 9px; align-items: center; padding: 7px 3px 12px; }
.mini-logo { width: 34px; height: 34px; border-radius: 10px; display: block; object-fit: cover; box-shadow: 0 4px 10px rgba(49,105,220,.18); }
.app-header div:nth-child(2) { display: flex; flex-direction: column; }
.app-header small { color: #8793a5; font-size: 7px; font-weight: 700; }
.app-header strong { font-size: 14px; }
.app-header button { border: 0; width: 31px; height: 31px; border-radius: 10px; background: #e6edfb; color: var(--blue); font-size: 20px; }
.stock-card { padding: 13px 14px 12px; border-radius: 16px; background: white; box-shadow: 0 7px 17px rgba(38,69,112,.07); }
.stock-card > span { color: #7a879b; font-size: 8px; font-weight: 800; }
.stock-card strong { float: right; color: var(--blue); font-size: 25px; line-height: .9; }
.stock-card strong small { font-size: 9px; color: #5c6c83; }
.stock-bar { clear: both; height: 5px; margin-top: 17px; border-radius: 99px; background: #e6ebf3; overflow: hidden; }
.stock-bar i { display: block; width: 68%; height: 100%; border-radius: 99px; background: linear-gradient(90deg,#4b73d6,#62cf8a); }
.stock-meta { display: flex; justify-content: space-between; margin-top: 7px; color: #8190a6; font-size: 6px; font-weight: 800; }
.sheet-label { margin: 15px 5px 8px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 900; }
.sheet-label small { font-size: 7px; color: #8b97a9; }
.blister { padding: 14px 15px 16px; border-radius: 20px; border: 1px solid #dfe3e9; background: linear-gradient(145deg,#fff,#ebedf1); box-shadow: inset 0 0 16px rgba(255,255,255,.9),0 8px 18px rgba(51,70,101,.08); }
.blister-brand { display: flex; justify-content: space-between; color: #a5abb5; font-size: 5px; letter-spacing: .13em; }
.blister-brand span { letter-spacing: .02em; }
.pill-grid { margin-top: 11px; display: grid; grid-template-columns: repeat(4,1fr); gap: 9px 10px; }
.pill { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 36% 30%,#fff 5%,#e7e9ed 45%,#cfd3d9 100%); border: 1px solid #d1d5dc; box-shadow: inset -2px -3px 5px rgba(119,130,145,.18),inset 2px 2px 4px white; }
.pill.used { background: #e5ecfb; border-color: #bdcbeb; box-shadow: inset 0 0 0 5px #f5f7fb; }
.pill span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 10px; }
.app-nav { position: absolute; left: 10px; right: 10px; bottom: 0; height: 70px; padding: 9px 12px 7px; display: flex; justify-content: space-between; background: rgba(255,255,255,.96); border-top: 1px solid #e7ebf1; }
.app-nav div { min-width: 38px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #a1a9b6; }
.app-nav span { font-size: 17px; }
.app-nav small { font-size: 6px; font-weight: 800; }
.app-nav .active { color: var(--blue); }
.float-card { --card-scale: 1; position: absolute; display: flex; gap: 10px; align-items: center; padding: 12px 16px; border-radius: 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(216,227,243,.9); box-shadow: 0 16px 40px rgba(35,68,116,.14); backdrop-filter: blur(12px); transform: translateY(0) scale(var(--card-scale)); }
.float-card > div { display: flex; flex-direction: column; }
.float-card small { color: #8a96a8; font-size: 8px; font-weight: 700; }
.float-card strong { font-size: 11px; }
.float-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--blue); }
.reminder-card { top: 90px; right: -12px; animation: float 4s ease-in-out infinite; }
.done-card { left: -5px; bottom: 90px; animation: float 4s .8s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) scale(var(--card-scale)); } 50% { transform: translateY(-9px) scale(var(--card-scale)); } }
.intro { max-width: 1160px; margin: 0 auto; padding: 116px 24px 120px; text-align: center; }
.section-kicker { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.intro h2,.howto h2,.faq h2 { margin: 16px 0 18px; font-size: clamp(34px,4vw,48px); line-height: 1.38; letter-spacing: -.05em; }
.intro > p { color: var(--muted); font-size: 14px; font-weight: 600; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 54px; text-align: left; }
.feature-card { min-height: 338px; padding: 26px 28px 30px; position: relative; border-radius: 26px; border: 1px solid #dde6f4; background: white; box-shadow: 0 14px 40px rgba(38,71,120,.06); overflow: hidden; transition: transform .25s,box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(38,71,120,.1); }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -65px; top: -74px; background: #eef4ff; }
.feature-card.green::after { background: #e9f9ef; }
.feature-card.lavender::after { background: #f0edff; }
.feature-number { position: relative; z-index: 2; color: #acb8c8; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.feature-icon { width: 72px; height: 72px; margin: 44px 0 26px; display: grid; place-items: center; border-radius: 21px; color: var(--blue); background: #eaf1ff; font-size: 32px; font-weight: 300; }
.green .feature-icon { color: #21a75a; background: #e7f8ed; }
.lavender .feature-icon { color: #6a5bd0; background: #efedff; }
.feature-card h3 { margin: 0 0 13px; font-size: 19px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: #6e7b90; font-size: 13px; font-weight: 600; line-height: 1.85; }
.timer-section { padding: 118px max(24px,calc((100vw - 1060px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; background: #edf3ff; overflow: hidden; }
.timer-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.timer-visual::before { content: ""; width: 460px; height: 460px; position: absolute; border-radius: 50%; background: rgba(255,255,255,.65); box-shadow: 0 0 0 28px rgba(255,255,255,.2); }
.timer-screenshot { width: 250px; transform: rotate(-2.5deg); }
.timer-phone { width: 282px; height: 530px; position: relative; z-index: 2; padding: 38px 20px; border-radius: 42px; background: linear-gradient(180deg,#fff,#f5f7fb); border: 8px solid #183051; box-shadow: 0 30px 60px rgba(34,65,110,.2); transform: rotate(-3deg); text-align: center; }
.timer-top { display: flex; justify-content: space-between; align-items: center; font-size: 8px; color: #7d8a9f; }
.timer-top b { color: var(--navy); font-size: 10px; }
.timer-caption { margin-top: 72px; color: #65748b; font-size: 10px; font-weight: 800; }
.timer-ring { width: 172px; height: 172px; margin: 22px auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue) 0 68%,#dae3f1 68%); position: relative; }
.timer-ring::after { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #fff; }
.timer-ring div { position: relative; z-index: 2; display: flex; flex-direction: column; }
.timer-ring strong { font-size: 32px; letter-spacing: -.04em; }
.timer-ring span { margin-top: 6px; color: #8390a2; font-size: 8px; font-weight: 700; }
.timer-note { margin: 60px auto 0; max-width: 190px; padding: 10px; border-radius: 10px; background: #eaf1ff; color: #5b6d87; font-size: 7px; font-weight: 800; }
.timer-ping { position: absolute; z-index: 3; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); box-shadow: 0 14px 28px rgba(49,105,220,.28); font-size: 13px; font-weight: 900; }
.ping-one { top: 55px; right: 13px; }
.ping-two { bottom: 70px; left: 12px; background: var(--green); }
.timer-copy h2 { margin: 17px 0 25px; font-size: clamp(34px,4vw,48px); line-height: 1.38; letter-spacing: -.055em; }
.timer-copy > p { color: #647389; font-size: 14px; line-height: 1.95; font-weight: 600; }
.timer-copy ul { list-style: none; margin: 35px 0 0; padding: 0; display: grid; gap: 18px; }
.timer-copy li { display: flex; align-items: center; gap: 13px; color: #718096; font-size: 12px; font-weight: 600; }
.timer-copy li strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 13px; }
.screen-showcase { padding: 120px max(24px,calc((100vw - 1120px)/2)) 130px; text-align: center; background: #fff; }
.screen-showcase > h2 { margin: 16px 0 18px; font-size: clamp(34px,4vw,48px); line-height: 1.38; letter-spacing: -.05em; }
.screen-showcase > p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 600; }
.screen-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.screen-card { min-width: 0; overflow: hidden; border: 1px solid #dde6f3; border-radius: 28px; background: #f7f9fd; box-shadow: 0 16px 44px rgba(38,71,120,.08); text-align: left; }
.screen-image-wrap { height: 500px; padding: 28px 30px 0; overflow: hidden; display: flex; justify-content: center; background: radial-gradient(circle at 50% 28%,#fff 0,#eef3fc 68%,#e8eef8 100%); }
.screen-image-wrap img { display: block; width: 220px; height: auto; align-self: flex-start; border: 1px solid rgba(20,43,79,.2); border-radius: 25px 25px 0 0; box-shadow: 0 25px 45px rgba(27,57,101,.18); }
.screen-card-copy { min-height: 148px; padding: 24px 26px 27px; background: white; position: relative; z-index: 2; }
.screen-card-copy h3 { margin: 0 0 9px; font-size: 19px; letter-spacing: -.03em; }
.screen-card-copy p { margin: 0; color: #6e7b90; font-size: 12px; font-weight: 600; line-height: 1.8; }
.howto { max-width: 1060px; margin: 0 auto; padding: 120px 24px 130px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-top: 60px; }
.step { position: relative; }
.step-number { width: 76px; height: 76px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf3ff; border: 1px solid #d8e5fa; font-size: 14px; font-weight: 900; box-shadow: 0 0 0 8px white; position: relative; z-index: 2; }
.step-line { position: absolute; width: calc(100% + 50px); height: 1px; top: 38px; left: 50%; background: repeating-linear-gradient(90deg,#cbd9ef 0 7px,transparent 7px 14px); }
.step h3 { font-size: 18px; margin: 0 0 12px; }
.step p { color: #6f7d91; font-size: 13px; line-height: 1.8; font-weight: 600; }
.privacy-section { padding: 20px 24px 120px; }
.privacy-card { max-width: 1050px; margin: 0 auto; padding: 55px 62px; display: grid; grid-template-columns: 90px 1.5fr 1fr; align-items: center; gap: 38px; border-radius: 30px; background: var(--navy); color: white; box-shadow: 0 24px 60px rgba(18,38,74,.2); }
.privacy-icon { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); font-size: 35px; }
.privacy-card span { color: #86a8ed; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.privacy-card h2 { margin: 12px 0 13px; font-size: 27px; line-height: 1.45; letter-spacing: -.04em; }
.privacy-card p { margin: 0; color: #b9c6da; font-size: 12px; line-height: 1.9; font-weight: 600; }
.privacy-points { display: grid; gap: 15px; }
.privacy-points span { display: flex; align-items: center; gap: 10px; color: #d6dfed; letter-spacing: 0; font-size: 11px; }
.privacy-card .privacy-link { width: fit-content; margin-top: 7px; padding: 11px 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: rgba(255,255,255,.08); color: white; font-size: 10px; font-weight: 800; letter-spacing: 0; transition: background .2s,border-color .2s,transform .2s; }
.privacy-card .privacy-link:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.34); transform: translateY(-1px); }
.privacy-card .privacy-link b { color: #9dbaf2; font-size: 13px; }
.faq { max-width: 850px; margin: 0 auto; padding: 10px 24px 120px; text-align: center; }
.faq-list { margin-top: 45px; display: grid; gap: 12px; text-align: left; }
.faq details { padding: 0 22px; border: 1px solid #dde6f2; border-radius: 17px; background: white; box-shadow: 0 7px 20px rgba(38,68,110,.04); }
.faq summary { padding: 20px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-size: 20px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0 0 20px; color: #68788f; font-size: 13px; line-height: 1.85; }
.download { min-height: 420px; position: relative; overflow: hidden; padding: 75px max(24px,calc((100vw - 1050px)/2)); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; color: white; background: linear-gradient(135deg,#2e65d5,#1d4aa9); }
.download::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%,rgba(255,255,255,.11) 0 2px,transparent 3px); background-size: 36px 36px; opacity: .38; }
.download-copy { position: relative; z-index: 2; }
.download-copy > span { color: #cbdcff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.download h2 { margin: 14px 0 14px; font-size: 42px; line-height: 1.35; letter-spacing: -.05em; }
.download p { color: #d5e2ff; font-size: 13px; font-weight: 600; }
.store-row { display: flex; gap: 12px; margin-top: 28px; }
.store-badge { min-width: 166px; padding: 10px 17px; display: flex; align-items: center; gap: 10px; border-radius: 10px; background: #0e1830; border: 1px solid rgba(255,255,255,.22); opacity: .92; transition: transform .2s,background .2s,box-shadow .2s; }
.store-badge:hover { transform: translateY(-2px); background: #091126; box-shadow: 0 12px 28px rgba(8,20,48,.24); }
.store-badge:focus-visible { outline: 3px solid rgba(255,255,255,.75); outline-offset: 3px; }
.store-badge b { font-size: 21px; }
.store-badge span { display: flex; flex-direction: column; font-family: Arial,sans-serif; font-size: 14px; font-weight: 700; }
.store-badge small { font-size: 7px; letter-spacing: .06em; }
.coming-note { display: block; margin-top: 12px; color: #bcd0f7; font-size: 9px; }
.download-art { min-height: 300px; position: relative; }
.sun { position: absolute; width: 260px; height: 260px; border-radius: 50%; right: 55px; top: 15px; background: rgba(255,255,255,.12); box-shadow: 0 0 0 35px rgba(255,255,255,.05); }
.hill { position: absolute; width: 400px; height: 210px; right: -70px; bottom: -120px; border-radius: 50% 50% 0 0; background: #2458bc; transform: rotate(-6deg); }
.hill-two { right: 120px; bottom: -160px; background: #3d76de; transform: rotate(9deg); }
.tiny-phone { position: absolute; z-index: 2; right: 115px; bottom: -80px; width: 170px; height: 330px; padding-top: 80px; display: flex; flex-direction: column; align-items: center; border: 7px solid #132642; border-radius: 32px; background: #f8faff; color: var(--navy); box-shadow: 0 20px 50px rgba(12,35,83,.35); transform: rotate(7deg); }
.tiny-phone span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #e5f8ec; color: #27aa59; font-size: 25px; font-weight: 900; }
.tiny-phone b { margin-top: 18px; font-size: 12px; }
.tiny-phone small { color: #7c899d; font-size: 8px; margin-top: 5px; }
footer { min-height: 155px; padding: 42px max(24px,calc((100vw - 1120px)/2)); display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; background: white; }
footer > p { color: #8a96a7; font-size: 11px; }
.footer-links { display: flex; align-items: center; gap: 24px; color: #7c889a; font-size: 10px; font-weight: 600; }
.footer-links a:hover { color: var(--blue); }

@media (max-width: 900px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 64px; }
  nav { display: none; }
  .header-cta { padding: 12px 14px; }
  .hero { padding-top: 125px; grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .lead { font-size: 15px; }
  .phone-stage { min-height: 650px; }
  .feature-grid { grid-template-columns: 1fr; max-width: 550px; margin-left: auto; margin-right: auto; }
  .feature-card { min-height: 280px; }
  .feature-icon { margin-top: 30px; }
  .timer-section { grid-template-columns: 1fr; gap: 60px; }
  .timer-copy { max-width: 580px; margin: 0 auto; }
  .screen-grid { grid-template-columns: repeat(3,minmax(240px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 3px 18px; }
  .screen-card { scroll-snap-align: center; }
  .privacy-card { grid-template-columns: 80px 1fr; }
  .privacy-points { grid-column: 2; }
  .download { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 620px) {
  .site-header { padding-left: 13px; border-radius: 18px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; }
  .brand > span:last-child { font-size: 12px; }
  .header-cta { font-size: 11px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; padding: 120px 20px 65px; }
  h1 { font-size: 46px; }
  .lead br { display: none; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-row { justify-content: center; gap: 12px; }
  .phone-stage { min-height: 565px; transform: scale(.88); margin: -25px -30px -50px; }
  .float-card { --card-scale: .9; }
  .intro { padding: 90px 20px; }
  .intro h2,.howto h2,.faq h2 { font-size: 32px; }
  .feature-card { padding: 24px; }
  .timer-section { padding: 90px 20px; }
  .timer-visual { transform: scale(.9); margin: -25px -20px; }
  .timer-copy h2 { font-size: 32px; }
  .screen-showcase { padding: 90px 20px; }
  .screen-showcase > h2 { font-size: 32px; }
  .screen-grid { margin: 45px -20px 0; padding: 0 30px 18px; grid-template-columns: repeat(3,280px); }
  .screen-image-wrap { height: 440px; padding-top: 24px; }
  .screen-image-wrap img { width: 195px; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .step-line { width: 1px; height: 60px; top: 70px; left: 50%; background: repeating-linear-gradient(#cbd9ef 0 7px,transparent 7px 14px); }
  .privacy-section { padding: 0 16px 90px; }
  .privacy-card { padding: 40px 28px; grid-template-columns: 1fr; text-align: center; }
  .privacy-icon { margin: 0 auto; }
  .privacy-points { grid-column: 1; justify-items: start; margin: 5px auto 0; text-align: left; }
  .privacy-card .privacy-link { margin-top: 10px; }
  .download { min-height: 700px; padding: 70px 24px; grid-template-columns: 1fr; text-align: center; }
  .download h2 { font-size: 36px; }
  .store-row { justify-content: center; flex-wrap: wrap; }
  .download-art { min-height: 280px; }
  .tiny-phone { right: calc(50% - 85px); }
  .sun { right: calc(50% - 130px); }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Rich product storytelling */
.hero { min-height: 900px; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: 0; width: 220px; height: 220px; left: -95px; bottom: -72px; border: 42px solid rgba(49,105,220,.05); border-radius: 50%; }
.hero-copy::before { content: "SLIT REMINDER"; position: absolute; z-index: -1; left: -4px; top: -93px; color: rgba(38,84,174,.045); font: 900 clamp(52px,7vw,102px)/1 Arial,sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.phone-stage { min-height: 660px; perspective: 1500px; }
.hero-aura { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle at 35% 28%,rgba(255,255,255,.98),rgba(217,231,255,.78) 45%,rgba(186,210,255,.2) 72%); box-shadow: 0 0 0 34px rgba(255,255,255,.45),0 0 0 72px rgba(211,226,251,.28); }
.hero-phone { width: 282px; z-index: 5; transform: rotate(1.8deg) translateZ(20px); box-shadow: 0 42px 88px rgba(22,53,107,.3),0 9px 24px rgba(18,38,74,.2); }
.side-phone { position: absolute; z-index: 2; width: 205px; padding: 5px; overflow: hidden; border: 1px solid rgba(21,43,76,.4); border-radius: 31px; background: #172943; box-shadow: 0 28px 55px rgba(31,64,113,.2); opacity: .82; }
.side-phone img { width: 100%; height: auto; display: block; border-radius: 25px; }
.side-phone-left { left: 0; transform: translateY(35px) rotate(-10deg) translateZ(-80px); }
.side-phone-right { right: -8px; transform: translateY(50px) rotate(10deg) translateZ(-80px); }
.float-card { z-index: 8; min-width: 180px; }
.float-icon.done { background: linear-gradient(135deg,#37bf6d,#56d58a); }
.reminder-card { top: 87px; right: -24px; }
.done-card { left: -8px; bottom: 100px; }
.stock-float { position: absolute; z-index: 8; right: 6px; bottom: 116px; width: 92px; height: 92px; display: flex; align-items: baseline; justify-content: center; padding-top: 25px; border-radius: 50%; background: linear-gradient(145deg,#17356f,#2e68d7); color: white; border: 5px solid rgba(255,255,255,.9); box-shadow: 0 18px 35px rgba(26,69,151,.28); transform: rotate(4deg); }
.stock-float span { position: absolute; top: 16px; font-size: 8px; font-weight: 800; opacity: .7; }
.stock-float strong { font-size: 29px; letter-spacing: -.06em; }
.stock-float small { margin-left: 3px; font-size: 9px; font-weight: 800; }

.benefit-rail { position: relative; z-index: 10; margin: -38px auto 0; width: min(1160px,calc(100% - 48px)); border: 1px solid rgba(214,225,242,.9); border-radius: 24px; background: rgba(255,255,255,.93); box-shadow: 0 22px 60px rgba(31,64,112,.12); backdrop-filter: blur(18px); }
.benefit-rail-inner { min-height: 122px; padding: 20px 10px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; }
.benefit-item { min-width: 0; padding: 7px 25px 6px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; border-right: 1px solid #e4ebf5; }
.benefit-item:last-child { border-right: 0; }
.benefit-index { grid-row: 1 / 3; align-self: stretch; color: #b4c2d8; font: 800 8px/1.3 Arial,sans-serif; letter-spacing: .1em; }
.benefit-item strong { font-size: 22px; letter-spacing: -.04em; color: var(--blue); }
.benefit-item small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #758299; font-size: 10px; font-weight: 800; }

.daily-flow { min-height: 780px; padding: 115px max(24px,calc((100vw - 1100px)/2)); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 36%,rgba(82,132,231,.36),transparent 36%),linear-gradient(135deg,#0d1e3c 0%,#17376d 62%,#1d4d9b 100%); }
.daily-flow::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,transparent,black); }
.daily-flow-copy,.daily-flow-visual { position: relative; z-index: 2; }
.section-kicker.light { color: #8fb5ff; }
.daily-flow h2 { margin: 16px 0 22px; font-size: clamp(38px,4.3vw,54px); line-height: 1.36; letter-spacing: -.055em; }
.daily-flow-copy > p { max-width: 470px; color: #b8c9e5; font-size: 14px; line-height: 1.9; font-weight: 600; }
.flow-timeline { margin-top: 44px; display: grid; }
.flow-timeline > div { min-height: 88px; padding: 0 0 22px 50px; position: relative; display: grid; grid-template-columns: 58px 1fr; align-items: center; }
.flow-timeline > div:not(:last-child)::after { content: ""; position: absolute; left: 16px; top: 32px; bottom: -1px; width: 1px; background: linear-gradient(#5e8be7,rgba(94,139,231,.15)); }
.flow-timeline span { position: absolute; left: 0; top: 4px; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: #bcd3ff; background: rgba(86,132,225,.18); border: 1px solid rgba(143,181,255,.28); font: 800 9px/1 Arial,sans-serif; }
.flow-timeline i { color: #7fa8f8; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.flow-timeline strong { font-size: 14px; }
.flow-timeline small { grid-column: 2; margin-top: 5px; color: #9eafca; font-size: 10px; font-weight: 600; }
.daily-flow-visual { min-height: 560px; }
.daily-flow-visual::before { content: ""; position: absolute; width: 460px; height: 460px; top: 40px; left: 50%; transform: translateX(-50%); border-radius: 50%; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.02); }
.flow-phone { position: absolute; overflow: hidden; padding: 6px; border-radius: 38px; background: #0b172a; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 38px 70px rgba(3,12,30,.42); }
.flow-phone img { display: block; width: 100%; height: auto; border-radius: 31px; }
.flow-phone-back { width: 235px; left: 5%; top: 78px; transform: rotate(-8deg); opacity: .72; }
.flow-phone-front { width: 272px; right: 5%; top: 24px; transform: rotate(5deg); z-index: 3; }
.flow-glass-card { position: absolute; z-index: 5; left: 8%; bottom: 40px; min-width: 245px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.13); box-shadow: 0 18px 45px rgba(4,14,34,.28); backdrop-filter: blur(18px); }
.flow-glass-card span { color: #9fb5d9; font-size: 9px; font-weight: 800; }
.flow-glass-card strong { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #79e19f; font-size: 14px; }
.flow-glass-card strong b { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 5px; border-radius: 50%; color: #0e3d26; background: #79e19f; }
.flow-glass-card small { color: white; font-size: 11px; font-weight: 700; }

.feature-card { background: linear-gradient(145deg,#fff,#fbfdff); }
.screen-card { transition: transform .3s,box-shadow .3s; }
.screen-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(38,71,120,.14); }
.download { background: radial-gradient(circle at 78% 30%,rgba(109,161,255,.45),transparent 36%),linear-gradient(135deg,#173e8c,#2e69da 58%,#3979e6); }

@media (max-width: 1050px) {
  .side-phone { width: 175px; }
  .side-phone-left { left: 3%; }
  .side-phone-right { right: 2%; }
  .reminder-card { right: 0; }
  .done-card { left: 0; }
  .benefit-item { padding-left: 15px; padding-right: 15px; }
  .daily-flow { gap: 45px; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-copy::before { left: 50%; transform: translateX(-50%); }
  .benefit-rail { margin-top: 0; }
  .benefit-rail-inner { grid-template-columns: repeat(5,180px); overflow-x: auto; justify-content: start; scroll-snap-type: x mandatory; }
  .benefit-item { scroll-snap-align: start; }
  .daily-flow { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .daily-flow-copy > p { margin-left: auto; margin-right: auto; }
  .flow-timeline { max-width: 480px; margin-left: auto; margin-right: auto; text-align: left; }
  .daily-flow-visual { width: min(580px,100%); margin: 0 auto; }
}

@media (max-width: 620px) {
  .hero-copy::before { top: -54px; font-size: 50px; }
  .phone-stage { min-height: 610px; transform: scale(.84); margin: -15px -55px -65px; }
  .hero-aura { width: 390px; height: 390px; }
  .side-phone { width: 165px; }
  .side-phone-left { left: -4%; }
  .side-phone-right { right: -4%; }
  .reminder-card { top: 82px; right: 0; }
  .done-card { left: 0; bottom: 82px; }
  .stock-float { right: 4px; bottom: 102px; }
  .benefit-rail { width: calc(100% - 24px); border-radius: 20px; }
  .benefit-rail-inner { grid-template-columns: repeat(5,160px); min-height: 105px; }
  .benefit-item { padding: 8px 15px; }
  .daily-flow { padding: 88px 20px 72px; }
  .daily-flow h2 { font-size: 34px; }
  .daily-flow-visual { min-height: 490px; transform: scale(.92); margin: -5px auto -35px; }
  .flow-phone-back { width: 205px; left: -2%; }
  .flow-phone-front { width: 235px; right: -2%; }
  .flow-glass-card { left: 0; bottom: 30px; min-width: 225px; text-align: left; }
}

/* Premium immersive direction */
:root { --ink: #08162f; --electric: #4b87ff; --ice: #dceaff; }
body { overflow-x: hidden; background: #f6f9ff; }
.site-header { background: rgba(8,22,47,.72); border-color: rgba(255,255,255,.14); box-shadow: 0 20px 60px rgba(2,10,27,.24); color: white; }
.site-header nav { color: #c4d2e9; }
.site-header nav a:hover { color: white; }
.site-header .brand em { color: #89b1ff; }
.header-cta { padding: 13px 17px; background: white; color: #102754; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.header-cta b { font-size: 17px; }
.header-cta-dot { width: 8px; height: 8px; border-radius: 50%; background: #3fd379; box-shadow: 0 0 0 5px rgba(63,211,121,.14); animation: pulseDot 2s ease-in-out infinite; }
@keyframes pulseDot { 50% { box-shadow: 0 0 0 9px rgba(63,211,121,0); } }
.hero { min-height: 960px; color: white; background: radial-gradient(circle at 76% 38%,rgba(51,110,229,.52),transparent 30%),radial-gradient(circle at 95% 4%,rgba(79,152,255,.22),transparent 24%),linear-gradient(128deg,#061227 0%,#0b2147 49%,#123e86 100%); }
.hero::before { opacity: .4; background-image: linear-gradient(rgba(117,161,242,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(117,161,242,.08) 1px,transparent 1px); mask-image: radial-gradient(circle at 65% 45%,black,transparent 72%); }
.hero::after { border-color: rgba(125,170,255,.09); }
.hero-glow { width: 760px; height: 760px; right: -70px; top: 95px; background: radial-gradient(circle,rgba(71,137,255,.22),rgba(71,137,255,0) 68%); }
.hero-noise { position: absolute; inset: 0; z-index: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(circle at 15% 32%,rgba(255,255,255,.32) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 68%,rgba(143,184,255,.28) 0 1px,transparent 1.5px); background-size: 31px 31px,47px 47px; mask-image: linear-gradient(120deg,black,transparent 70%); }
.hero-rays { position: absolute; z-index: 0; width: 760px; height: 760px; right: -30px; top: 80px; border-radius: 50%; border: 1px solid rgba(126,173,255,.13); box-shadow: 0 0 0 80px rgba(114,164,255,.035),0 0 0 160px rgba(114,164,255,.022); animation: breathe 6s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.05); opacity: .7; } }
.hero-copy::before { content: "DAILY CARE"; top: -105px; color: rgba(255,255,255,.028); }
.hero .eyebrow { color: #d3e1f8; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: 0 10px 32px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.hero h1 { font-size: clamp(56px,5.6vw,84px); text-shadow: 0 4px 30px rgba(0,0,0,.14); }
.hero h1 span { color: #8eb7ff; background: linear-gradient(90deg,#fff,#8eb7ff 55%,#65d994); background-clip: text; -webkit-text-fill-color: transparent; }
.hero h1 span::after { background: linear-gradient(90deg,#5f97ff,#55d78c); height: 5px; opacity: .8; }
.hero .lead { color: #b8c8df; }
.hero .primary-button { background: linear-gradient(135deg,#fff,#dce9ff); color: #123068; box-shadow: 0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 white; }
.hero .button-symbol { color: white; background: linear-gradient(135deg,#3976e7,#2255b8); }
.hero .text-link { color: #d8e5f7; }
.hero .text-link span { color: #e5efff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); box-shadow: none; }
.hero .trust-row { color: #9caec8; }
.hero .check-icon { color: #75dda0; background: rgba(80,209,134,.12); border: 1px solid rgba(80,209,134,.22); }
.hero-store-mini { width: fit-content; margin-top: 28px; display: flex; align-items: center; gap: 11px; color: #c4d2e8; }
.hero-store-mini span { font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }
.hero-store-mini b { font: 700 10px/1 Arial,sans-serif; }
.hero-store-mini i { width: 1px; height: 13px; background: rgba(255,255,255,.22); }
.hero-aura { background: radial-gradient(circle at 35% 28%,rgba(255,255,255,.18),rgba(83,142,255,.18) 42%,rgba(8,25,57,.12) 70%); box-shadow: 0 0 0 34px rgba(255,255,255,.035),0 0 0 72px rgba(114,165,255,.035),inset 0 0 80px rgba(110,166,255,.22); }
.hero .orbit { border-color: rgba(142,183,255,.2); }
.hero .side-phone { opacity: .62; filter: saturate(.85) brightness(.78); }
.hero .float-card { color: #132a53; }
.hero .stock-float { border-color: rgba(255,255,255,.85); }

.ticker { height: 62px; overflow: hidden; display: flex; align-items: center; color: white; background: linear-gradient(90deg,#1c53bc,#3678ef,#1c53bc); box-shadow: inset 0 1px rgba(255,255,255,.2); }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 32px; animation: tickerMove 24s linear infinite; }
.ticker span { font: 900 16px/1 Arial,sans-serif; letter-spacing: .22em; }
.ticker i { color: #75dfa1; font-size: 8px; }
@keyframes tickerMove { to { transform: translateX(-50%); } }
.benefit-rail { margin-top: 0; width: 100%; border: 0; border-radius: 0; box-shadow: 0 20px 60px rgba(31,64,112,.08); }
.benefit-rail-inner { width: min(1160px,100%); margin: 0 auto; }

.intro { padding-top: 140px; }
.intro h2 { font-size: clamp(39px,4.5vw,58px); }
.feature-card { min-height: 370px; border-radius: 34px; }
.feature-card:nth-child(2) { transform: translateY(28px); }
.feature-card:nth-child(2):hover { transform: translateY(20px); }
.feature-icon { box-shadow: inset 0 1px white,0 14px 30px rgba(49,105,220,.11); }

.bento-section { padding: 150px max(24px,calc((100vw - 1160px)/2)); background: #f6f9ff; }
.bento-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.bento-heading h2 { margin: 16px 0 0; font-size: clamp(38px,4.3vw,54px); line-height: 1.4; letter-spacing: -.055em; }
.bento-heading > p { margin: 0 0 9px; color: #69788f; font-size: 13px; line-height: 1.9; font-weight: 600; }
.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 470px 360px; gap: 22px; }
.bento-card { position: relative; overflow: hidden; padding: 38px 40px; border: 1px solid rgba(211,223,242,.95); border-radius: 34px; background: white; box-shadow: 0 18px 55px rgba(29,65,119,.08); }
.bento-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; top: -90px; border-radius: 50%; background: rgba(75,135,255,.06); }
.bento-label { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; color: #8797ae; font: 800 9px/1 Arial,sans-serif; letter-spacing: .14em; }
.bento-label span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #3169dc; background: #edf3ff; letter-spacing: 0; }
.bento-card h3 { position: relative; z-index: 2; margin: 28px 0 12px; font-size: 29px; line-height: 1.42; letter-spacing: -.05em; }
.bento-card > p,.bento-stock-copy p { position: relative; z-index: 2; max-width: 360px; margin: 0; color: #718096; font-size: 12px; line-height: 1.85; font-weight: 600; }
.bento-reminder { background: radial-gradient(circle at 80% 85%,rgba(100,153,255,.16),transparent 32%),white; }
.reminder-ui { position: absolute; right: 38px; bottom: 35px; width: 335px; padding: 24px 25px; display: grid; grid-template-columns: 1fr auto; border: 1px solid #dce7f7; border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 0 22px 45px rgba(37,74,130,.14); backdrop-filter: blur(16px); }
.reminder-ui span { color: #728198; font-size: 10px; font-weight: 800; }
.reminder-ui strong { grid-row: 2; font-size: 46px; line-height: 1.1; letter-spacing: -.06em; }
.reminder-ui i { grid-column: 2; grid-row: 1 / 3; align-self: center; padding: 11px 13px; border-radius: 99px; color: #1d56b9; background: #dce9ff; font-size: 9px; font-style: normal; font-weight: 900; }
.reminder-ui b { grid-column: 1 / 3; margin-top: 16px; padding: 12px 14px; border-radius: 12px; color: #47607f; background: #f0f5fd; font-size: 9px; }
.bento-timer { color: white; background: radial-gradient(circle at 50% 75%,rgba(89,148,255,.5),transparent 42%),linear-gradient(145deg,#0d2043,#194e9d); }
.bento-timer::before { border: 1px solid rgba(255,255,255,.1); background: transparent; box-shadow: 0 0 0 42px rgba(255,255,255,.03); }
.bento-timer .bento-label { color: #9fb6d9; }
.bento-timer .bento-label span { color: white; background: rgba(255,255,255,.1); }
.mini-timer { width: 220px; height: 220px; position: absolute; left: 50%; bottom: -42px; transform: translateX(-50%); display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#67dc98 0 14%,#70a2ff 14% 82%,rgba(255,255,255,.12) 82%); box-shadow: 0 22px 45px rgba(3,16,40,.34); }
.mini-timer::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #f9fbff; }
.mini-timer div { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; color: #10264d; }
.mini-timer small { color: #7e8ca0; font-size: 8px; font-weight: 800; }
.mini-timer strong { margin: 5px 0; font-size: 38px; letter-spacing: -.07em; }
.mini-timer span { color: #2862c8; font-size: 9px; font-weight: 900; }
.bento-stock { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: linear-gradient(145deg,#fff,#f3f8ff); }
.bento-stock-copy h3 { margin-top: 18px; }
.stock-display { position: relative; z-index: 2; justify-self: end; width: 270px; padding: 24px; border: 1px solid #dce6f4; border-radius: 24px; background: white; box-shadow: 0 18px 40px rgba(35,70,123,.1); }
.stock-display small { color: #7c899c; font-size: 9px; font-weight: 800; }
.stock-display strong { display: block; margin: 4px 0 18px; color: #2762cc; font-size: 47px; line-height: 1; letter-spacing: -.07em; }
.stock-display em { margin-left: 7px; color: #172c50; font-size: 13px; font-style: normal; }
.stock-display div { display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; }
.stock-display i { aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 36% 30%,#fff,#dce3ef 70%); border: 1px solid #d5deeb; box-shadow: inset -2px -2px 4px rgba(80,98,125,.14); }
.bento-history { background: radial-gradient(circle at 85% 20%,rgba(77,203,120,.13),transparent 35%),white; }
.week-ui { position: absolute; left: 40px; right: 40px; bottom: 35px; display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.week-ui span { height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border-radius: 18px; color: #92a0b3; background: #f1f5fa; font-size: 8px; font-weight: 800; }
.week-ui b { color: #718095; font-size: 15px; }
.week-ui .active { color: #d5e3ff; background: linear-gradient(145deg,#3169dc,#4a86f1); box-shadow: 0 12px 25px rgba(49,105,220,.25); transform: translateY(-7px); }
.week-ui .active b { color: white; }

.screen-showcase { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 50% 35%,#2259b8 0,#102e65 36%,#081934 75%); }
.screen-showcase::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 60px 60px; }
.screen-showcase > * { position: relative; z-index: 2; }
.screen-showcase .section-kicker { color: #8fb7ff; }
.screen-showcase > p { color: #aebfd9; }
.screen-stage-decor { position: absolute; z-index: 0; left: -25px; top: 260px; color: rgba(255,255,255,.035); font: 900 160px/.75 Arial,sans-serif; letter-spacing: -.08em; text-align: left; }
.screen-grid { gap: 18px; align-items: end; perspective: 1400px; }
.screen-card { border-color: rgba(255,255,255,.16); box-shadow: 0 32px 70px rgba(0,0,0,.3); }
.screen-card:nth-child(1) { transform: rotateY(7deg) translateY(26px); transform-origin: right center; }
.screen-card:nth-child(2) { transform: translateY(-12px); }
.screen-card:nth-child(3) { transform: rotateY(-7deg) translateY(26px); transform-origin: left center; }
.screen-card:nth-child(1):hover,.screen-card:nth-child(2):hover,.screen-card:nth-child(3):hover { transform: translateY(-12px); }

.floating-download { position: fixed; z-index: 40; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(430px,calc(100% - 28px)); padding: 10px 10px 10px 12px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 18px 55px rgba(8,28,67,.22); backdrop-filter: blur(20px); }
.floating-download img { width: 43px; height: 43px; border-radius: 12px; box-shadow: 0 7px 15px rgba(26,70,155,.2); }
.floating-download > span { flex: 1; display: flex; flex-direction: column; }
.floating-download small { color: #7a879b; font-size: 8px; font-weight: 700; }
.floating-download strong { margin-top: 2px; font-size: 12px; }
.floating-download a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg,#3977ea,#2256bb); box-shadow: 0 9px 20px rgba(41,97,205,.25); font-size: 18px; }

.official-store-badges { margin-top: 28px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.official-store-badges a { height: 62px; display: flex; align-items: center; justify-content: center; padding: 5px; border-radius: 12px; transition: transform .2s,filter .2s; }
.official-store-badges a:hover { transform: translateY(-2px); filter: drop-shadow(0 12px 16px rgba(4,14,35,.2)); }
.official-store-badges a:focus-visible { outline: 3px solid rgba(255,255,255,.82); outline-offset: 3px; }
.official-store-badges img { display: block; width: auto; height: 52px; object-fit: contain; }
.official-store-badges a:nth-child(2) img { height: 67px; }
.official-store-badges.compact { margin-top: 28px; gap: 8px; }
.official-store-badges.compact a { height: 44px; padding: 3px; }
.official-store-badges.compact img { height: 38px; }
.official-store-badges.compact a:nth-child(2) img { height: 49px; }
.store-legal { grid-column: 1 / -1; width: 100%; margin: -8px 0 0; padding-top: 18px; border-top: 1px solid #edf1f6; color: #9aa4b3; font-size: 8px; line-height: 1.7; text-align: center; }

@media (max-width: 900px) {
  .site-header { background: rgba(8,22,47,.84); }
  .bento-heading { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .bento-heading > p { max-width: 560px; margin: 0 auto; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: 430px 440px 340px 340px; max-width: 650px; margin: 0 auto; }
  .feature-card:nth-child(2) { transform: none; }
  .screen-card:nth-child(1),.screen-card:nth-child(2),.screen-card:nth-child(3) { transform: none; }
}

@media (max-width: 620px) {
  .site-header .brand > span:last-child { color: white; }
  .header-cta { font-size: 0; padding: 12px; }
  .header-cta::after { content: "入手"; font-size: 11px; }
  .header-cta b { display: none; }
  .hero { padding-top: 132px; min-height: 1050px; }
  .hero h1 { font-size: 49px; }
  .hero-copy::before { color: rgba(255,255,255,.024); }
  .hero-store-mini { margin-left: auto; margin-right: auto; }
  .hero-rays { width: 500px; height: 500px; top: 530px; right: calc(50% - 250px); }
  .ticker { height: 52px; }
  .ticker-track { gap: 22px; }
  .ticker span { font-size: 12px; }
  .intro { padding-top: 105px; }
  .bento-section { padding: 100px 16px; }
  .bento-heading h2 { font-size: 33px; }
  .bento-grid { grid-template-rows: 480px 420px 480px 380px; }
  .bento-card { padding: 30px 26px; border-radius: 27px; }
  .bento-card h3 { font-size: 25px; }
  .reminder-ui { left: 24px; right: 24px; bottom: 28px; width: auto; }
  .bento-stock { grid-template-columns: 1fr; align-content: start; }
  .stock-display { width: 100%; margin-top: 30px; justify-self: stretch; }
  .week-ui { left: 20px; right: 20px; gap: 4px; }
  .week-ui span { height: 61px; border-radius: 14px; }
  .screen-stage-decor { font-size: 100px; }
  .floating-download { bottom: 10px; }
  .official-store-badges { justify-content: center; gap: 5px; }
  .official-store-badges a { height: 56px; }
  .official-store-badges img { height: 46px; }
  .official-store-badges a:nth-child(2) img { height: 59px; }
  .official-store-badges.compact a { height: 40px; }
  .official-store-badges.compact img { height: 34px; }
  .official-store-badges.compact a:nth-child(2) img { height: 44px; }
  .store-legal { margin-top: 2px; }
}


/* Static HTML enhancements */
.site-header.is-scrolled { background: rgba(8,22,47,.94); box-shadow: 0 20px 60px rgba(2,10,27,.34); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
