/* Self-hosted variable fonts (Google Fonts, OFL). No third-party requests. */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('assets/fonts/dm-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('assets/fonts/dm-sans-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('assets/fonts/manrope-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}

:root { --navy: #0b1325; --navy-2: #131e35; --blue: #3478f6; --blue-light: #dae8ff; --paper: #f7f8fb; --surface: #fff; --ink: #142033; --muted: #667187; --line: #dce3ed; --green: #159665; --green-pale: #e1f7ed; --radius-lg: 28px; --radius-md: 18px; --shadow: 0 22px 60px -30px rgba(10, 23, 46, .32); --shell: 1180px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 500 16px/1.55 "DM Sans", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: var(--blue-light); color: var(--navy); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 18px; z-index: 100; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #7bafff; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(197,215,244,.15); color: #fff; background: rgba(11,19,37,.94); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 10px; color: white; background: var(--blue); font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.09em; }
.nav-panel, .nav-links, .nav-actions, .language { display: flex; align-items: center; }
.nav-panel { justify-content: flex-end; gap: 36px; flex: 1; }.nav-links { gap: 27px; }.nav-links a { color: #b9c6da; font-size: 14px; font-weight: 700; }.nav-links a:hover { color: #fff; }.nav-actions { gap: 20px; }.language { gap: 3px; color: #71809a; }.language button { min-width: 32px; min-height: 34px; border: 0; padding: 0; background: none; color: #8795aa; font-size: 12px; font-weight: 800; }.language button.is-active { color: #fff; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 19px; border-radius: 12px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }.button:hover { transform: translateY(-2px); }.button-small { min-height: 42px; padding: 8px 15px; font-size: 13px; }.button-primary { color: #fff; background: var(--blue); box-shadow: 0 13px 25px -14px #0e4dc2; }.button-primary:hover { background: #2267e8; }.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }.button-secondary:hover { border-color: #b5c6de; background: #fbfcfe; }
.menu-button { display: none; }

.hero { position: relative; z-index: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); align-items: center; gap: 48px; min-height: 660px; padding-block: 82px 68px; }.hero::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; background: var(--navy); transform: translateX(-50%); }.hero-copy { max-width: 620px; }.hero h1, h2, h3 { font-family: "Manrope", ui-sans-serif, sans-serif; text-wrap: balance; }.hero h1 { margin: 0; color: #fff; font-size: clamp(45px, 5.3vw, 73px); font-weight: 800; line-height: .98; letter-spacing: -.075em; }.hero-text { max-width: 50ch; margin: 26px 0 0; color: #b9c6da; font-size: 19px; line-height: 1.55; }.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }.hero-actions p { color: #a9b7cc; font-size: 13px; }
.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; overflow: visible; background: radial-gradient(circle at 50% 47%, #d9e7ff, transparent 47%); }.hero-orbit { position: absolute; border: 1px solid rgba(52, 120, 246, .15); border-radius: 50%; }.orbit-one { width: 440px; height: 440px; }.orbit-two { width: 550px; height: 550px; border-color: rgba(52, 120, 246, .08); }.phone { position: relative; width: 288px; min-height: 552px; padding: 15px 13px 16px; overflow: hidden; border: 7px solid #151c2a; border-radius: 44px; background: #f9fbff; box-shadow: 0 42px 76px -33px rgba(10, 23, 46, .48), inset 0 0 0 1px rgba(255,255,255,.7); transform: rotate(5deg); }.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 1px 7px 14px; color: #4b5568; font-size: 10px; font-weight: 800; }.island { width: 72px; height: 18px; border-radius: 20px; background: #151c2a; }.app-header { display: flex; align-items: center; gap: 9px; margin: 10px 5px 19px; color: #45516a; font-size: 12px; font-weight: 800; }.app-header button { margin-left: auto; border: 0; background: none; letter-spacing: 2px; color: #647087; }.app-avatar, .mini-avatar { display: grid; place-items: center; border-radius: 50%; color: #2f61b9; background: #d9e8ff; font-size: 10px; font-weight: 800; }.app-avatar { width: 27px; height: 27px; }.dose-card { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 13px; border-radius: 17px; background: #fff; box-shadow: 0 11px 28px -20px #354d77; }.dose-symbol { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 13px; background: #e5efff; }.dose-symbol i, .tiny-pill { display: block; width: 19px; height: 10px; border-radius: 10px; background: linear-gradient(90deg, var(--blue) 50%, #fff 50%); box-shadow: inset 0 0 0 1px #9fc0fa; }.dose-name { margin: 0; font-size: 12px; font-weight: 800; }.dose-detail { margin: 1px 0 0; color: #8993a5; font-size: 9px; }.dose-card time { color: #526078; font-size: 11px; font-weight: 800; }.confirmed-card { display: flex; gap: 10px; align-items: center; margin-top: 14px; padding: 12px; border-radius: 15px; color: #256d52; background: var(--green-pale); }.check-icon { display: inline-grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 900; }.confirmed-card strong { display: block; font-size: 11px; }.confirmed-card p { margin: 1px 0 0; color: #47876f; font-size: 9px; }.screen-divider { height: 1px; margin: 23px 4px 13px; background: #e4e9f1; }.screen-caption { margin: 0 5px 11px; color: #8691a3; font-size: 9px; font-weight: 800; }.timeline { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; }.timeline-line { position: absolute; left: 20px; right: 20px; z-index: 0; height: 1px; background: #dce4ef; }.timeline-dot { z-index: 1; display: block; width: 9px; height: 9px; border: 2px solid #aeb8c6; border-radius: 50%; background: #fff; }.timeline-dot.done { border-color: var(--green); background: var(--green); }.tiny-dose { display: flex; gap: 8px; align-items: center; margin: 13px 9px; color: #57647a; font-size: 10px; font-weight: 700; }.tiny-dose .tiny-pill { width: 15px; height: 8px; }.tiny-dose time { margin-left: auto; color: #8893a4; }.tab-bar { position: absolute; right: 13px; bottom: 15px; left: 13px; display: flex; justify-content: space-around; padding-top: 9px; border-top: 1px solid #e7ebf2; color: #9aa5b5; font-size: 15px; }.tab-bar .active { color: var(--blue); }.notify-card { position: absolute; right: -10px; bottom: 73px; display: flex; align-items: center; gap: 9px; width: 210px; padding: 11px 13px; border: 1px solid #e4eaf2; border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); transform: rotate(-4deg); }.mini-avatar { width: 27px; height: 27px; }.notify-card strong { display: block; font-size: 11px; }.notify-card p { margin: 0; color: #778296; font-size: 9px; }.notify-check { margin-left: auto; color: var(--green); font-weight: 900; }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.proof article { display: flex; align-items: flex-start; gap: 13px; min-height: 110px; padding: 27px 28px; }.proof article + article { border-left: 1px solid var(--line); }.proof svg, .privacy-grid svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }.proof h2 { margin: 0; font-size: 14px; letter-spacing: -.025em; }.proof p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.steps-section, .product-section, .pricing-section, .faq-section { padding-block: 135px; }.section-intro { max-width: 660px; }.section-intro.centered { margin-inline: auto; text-align: center; }.section-intro h2, .care-copy h2, .final-section h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.03; letter-spacing: -.062em; }.section-intro p, .care-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 18px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 70px; }.step { position: relative; }.step:not(:last-child)::after { content: ""; position: absolute; top: 26px; right: -25px; width: 2px; height: 2px; border-radius: 50%; background: #aab4c5; box-shadow: 10px 0 #aab4c5, 20px 0 #aab4c5; }.step-icon { display: grid; width: 53px; height: 53px; place-items: center; margin-bottom: 25px; border-radius: 18px; font: 800 26px/1 "Manrope", sans-serif; }.step-icon-blue { color: var(--blue); background: #e5efff; }.step-icon-green { color: var(--green); background: var(--green-pale); }.step-icon-navy { color: var(--navy); background: #e7ebf2; }.step h3 { margin: 0; font-size: 19px; letter-spacing: -.04em; }.step p { max-width: 31ch; margin: 10px 0 0; color: var(--muted); }
.product-section { background: #eaf2ff; }.product-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; margin-top: 64px; }.product-card { position: relative; min-height: 330px; overflow: hidden; padding: 30px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }.product-copy > span { color: #64708a; font-size: 13px; font-weight: 800; }.product-copy strong { display: block; margin-top: 13px; color: var(--navy); font: 800 44px/1 "Manrope", sans-serif; letter-spacing: -.07em; }.product-copy p { max-width: 27ch; margin: 8px 0 0; color: var(--muted); font-size: 14px; }.next-card { min-height: 520px; grid-row: span 2; background: #dceaff; }.next-card .product-copy strong { font-size: 65px; }.widget { position: absolute; display: flex; align-items: center; gap: 12px; border: 1px solid #e5e9ef; background: #fff; box-shadow: 0 20px 40px -24px rgba(21, 49, 91, .32); }.widget-next { right: 28px; bottom: 36px; left: 28px; padding: 18px; border-radius: 17px; }.widget-dot { width: 30px; height: 30px; border-radius: 12px; background: linear-gradient(135deg, var(--blue) 50%, #d9e8ff 50%); }.widget b, .widget small { display: block; }.widget b { font-size: 13px; }.widget small { color: #7e899b; font-size: 11px; }.widget-action { min-height: 35px; margin-left: auto; padding: 8px 10px; border-radius: 9px; color: white; background: var(--blue); font-size: 10px; font-weight: 800; }.lock-card { background: var(--navy); }.lock-card .product-copy > span, .lock-card .product-copy p { color: #b5c1d4; }.lock-widget { position: absolute; right: 25px; bottom: 24px; left: 25px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: #fff; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }.lock-widget > span { display: block; margin-bottom: 13px; text-align: center; font-size: 10px; }.lock-widget div { display: grid; grid-template-columns: 22px 1fr; column-gap: 8px; }.lock-widget i { grid-row: span 2; width: 20px; height: 10px; margin-top: 4px; }.lock-widget b, .lock-widget small { display: block; }.lock-widget b { font-size: 11px; }.lock-widget small { color: #c7d2e4; font-size: 9px; }.lock-widget .widget-action { display: block; width: 100%; margin-top: 13px; margin-left: 0; text-align: center; background: #fff; color: #18325d; }.history-card { background: #fffaf0; }.history-card .product-copy strong { color: #b5710d; }.bar-chart { position: absolute; right: 29px; bottom: 32px; left: 29px; display: flex; align-items: end; gap: 9px; height: 105px; }.bar-chart i { flex: 1; height: 47%; border-radius: 6px 6px 2px 2px; background: #ebd9b5; }.bar-chart i:nth-child(2) { height: 72%; }.bar-chart i:nth-child(3) { height: 86%; }.bar-chart i:nth-child(4) { height: 58%; }.bar-chart i:nth-child(5) { height: 92%; }.bar-chart i:nth-child(6) { height: 75%; }.bar-chart i:nth-child(7) { height: 100%; }.bar-chart i.high { background: #e6a747; }
.care-section { padding-block: 135px; background: #fff; }.care-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 80px; }.care-copy > p { max-width: 44ch; }.care-copy ul { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }.care-copy li { display: flex; align-items: center; gap: 11px; font-size: 15px; }.care-copy li::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-pale); font-size: 12px; font-weight: 900; }.care-compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 18px; padding: 42px; border-radius: var(--radius-lg); background: #f1f5fb; }.care-compare article { min-height: 210px; padding: 23px; border-radius: 18px; }.care-compare p { margin: 0; font-size: 12px; font-weight: 800; }.care-compare strong { display: block; margin-top: 25px; font: 800 25px/1.12 "Manrope", sans-serif; letter-spacing: -.05em; }.before { color: #667187; background: #fff; }.after { color: #146043; background: var(--green-pale); }.compare-arrow { position: absolute; top: 50%; left: 50%; z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--blue); background: #fff; box-shadow: 0 8px 22px -12px #456; transform: translate(-50%, -50%); }.call-lines { display: flex; align-items: end; gap: 5px; height: 45px; margin-top: 22px; }.call-lines i { width: 8px; border-radius: 5px; background: #dce2eb; }.call-lines i:nth-child(1) { height: 28%; }.call-lines i:nth-child(2) { height: 74%; }.call-lines i:nth-child(3) { height: 47%; }.after .check-icon { margin-top: 18px; }
.privacy-section { padding-block: 130px; color: #fff; background: var(--navy); }.section-intro.light p { color: #b7c5da; }.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 66px; }.privacy-grid article { min-height: 220px; padding: 29px; border: 1px solid rgba(197,215,244,.15); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }.privacy-grid svg { stroke: #81b0ff; }.privacy-grid h3 { margin: 28px 0 0; font-size: 17px; letter-spacing: -.03em; }.privacy-grid p { margin: 9px 0 0; color: #b7c5da; font-size: 14px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 18px; margin-top: 52px; }.plan { position: relative; min-height: 252px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.plan h3 { margin: 0; font-size: 17px; }.plan .price { margin: 16px 0 4px; font: 800 36px/1 "Manrope", sans-serif; letter-spacing: -.07em; }.price span { color: #7d8899; font: 700 13px/1 "DM Sans", sans-serif; letter-spacing: 0; }.plan > p:not(.price) { color: var(--muted); font-size: 13px; }.plan .button { position: absolute; right: 26px; bottom: 26px; left: 26px; }.plan-featured { min-height: 288px; border: 2px solid var(--blue); box-shadow: var(--shadow); }.popular { position: absolute; top: -13px; left: 26px; padding: 5px 11px; border-radius: 100px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }.plan-featured h3 { color: var(--blue); }.faq-section { padding-top: 40px; }.faq-list { max-width: 790px; margin: 55px auto 0; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; min-height: 73px; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font: 700 17px/1.3 "Manrope", sans-serif; letter-spacing: -.035em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; color: var(--blue); font-size: 27px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { max-width: 67ch; margin: -7px 0 24px; color: var(--muted); font-size: 15px; }.final-section { padding: 125px 0; color: white; text-align: center; background: #13213e; }.final-section .brand-mark { margin-bottom: 28px; background: #5791ff; }.final-section h2 { max-width: 700px; margin-inline: auto; }.final-section p { margin: 18px 0 31px; color: #b9c6db; font-size: 18px; }.final-section .button { background: #fff; color: #194fa9; }.final-section .button:hover { background: #eaf2ff; }
footer { padding: 37px 0; background: #fff; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-inner nav { display: flex; gap: 18px; }.footer-inner nav a, .footer-inner p { color: #778296; font-size: 13px; }.footer-inner nav a:hover { color: var(--ink); }.footer-inner p { margin: 0; }
@media (max-width: 900px) { .nav-panel { gap: 20px; }.nav-links { gap: 17px; }.hero { grid-template-columns: 1fr .9fr; gap: 20px; }.hero-art { min-height: 460px; transform: scale(.9); transform-origin: center right; }.care-grid { gap: 40px; }.care-compare { padding: 25px; }.care-compare strong { font-size: 20px; } }
@media (max-width: 760px) { .shell { width: min(calc(100% - 36px), var(--shell)); }.nav { min-height: 65px; }.menu-button { display: grid; gap: 4px; width: 44px; height: 44px; place-content: center; padding: 0; border: 0; border-radius: 11px; background: transparent; }.menu-button span:not(.sr-only) { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }.nav-panel { position: absolute; top: 65px; right: 0; left: 0; display: none; padding: 18px; border-bottom: 1px solid var(--line); background: rgba(247,248,251,.98); box-shadow: 0 18px 30px -25px #102; }.nav-panel.is-open { display: grid; gap: 19px; }.nav-links, .nav-actions { align-items: stretch; flex-direction: column; gap: 14px; }.nav-links a { padding: 6px; }.nav-actions { gap: 13px; }.language { order: 2; }.button-small { justify-content: center; }.hero { grid-template-columns: 1fr; min-height: 0; padding-block: 55px 12px; }.hero-copy { min-width: 0; }.hero h1 { font-size: clamp(42px, 12vw, 60px); }.hero-text { max-width: 100%; font-size: 17px; overflow-wrap: anywhere; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }.hero-art { min-height: 420px; margin-top: 10px; transform: scale(.88); transform-origin: center; }.orbit-two { width: 460px; height: 460px; }.proof { grid-template-columns: 1fr; margin-top: 35px; }.proof article { min-height: auto; padding: 21px 5px; }.proof article + article { border-top: 1px solid var(--line); border-left: 0; }.steps-section, .product-section, .pricing-section, .faq-section { padding-block: 82px; }.section-intro h2, .care-copy h2, .final-section h2 { font-size: 37px; }.section-intro p, .care-copy > p { font-size: 16px; }.steps { grid-template-columns: 1fr; gap: 39px; margin-top: 48px; }.step:not(:last-child)::after { display: none; }.product-grid, .care-grid, .privacy-grid, .plans { grid-template-columns: 1fr; }.product-grid { margin-top: 45px; }.product-card, .next-card { min-height: 300px; }.next-card .product-copy strong { font-size: 52px; }.next-card { min-height: 430px; }.care-section, .privacy-section { padding-block: 82px; }.care-compare { gap: 12px; padding: 18px; }.care-compare article { min-height: 190px; padding: 16px; }.care-compare strong { margin-top: 20px; font-size: 18px; }.privacy-grid { margin-top: 45px; }.privacy-grid article { min-height: 0; }.plan-featured { min-height: 272px; order: -1; }.faq-section { padding-top: 0; }.footer-inner { align-items: flex-start; flex-direction: column; }.footer-inner nav { flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 760px) { .menu-button span:not(.sr-only) { background: #fff; } }

/* Real product assets */
.brand-image { display: block; flex: 0 0 auto; border-radius: 10px; }
.language { gap: 7px; }
.flag { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; border: 0; border-radius: 8px; background: transparent; opacity: .55; }
.flag:hover, .flag.is-active { opacity: 1; }.flag.is-active { box-shadow: inset 0 -2px 0 #72a8ff; }.flag svg { width: 23px; height: 15px; overflow: hidden; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.hero-screen { position: relative; z-index: 1; display: block; width: min(315px, 70%); height: 550px; object-fit: cover; object-position: top; border-radius: 39px; box-shadow: 0 42px 76px -33px rgba(0,0,0,.7); transform: rotate(5deg); }
.product-assets { grid-template-columns: 1fr 1fr; }.screen-card { min-height: 530px; background: #fff; }.screen-card .product-copy { position: relative; z-index: 1; }.screen-card img { position: absolute; right: 0; bottom: -14%; left: 0; width: 100%; max-height: 78%; object-fit: contain; object-position: center bottom; }.screen-today { background: #dceaff; }.screen-today img { width: 78%; margin-inline: auto; }.screen-widgets { background: #fffaf0; }.screen-widgets img { right: 7%; left: 7%; width: 86%; bottom: 8%; max-height: 48%; }
.care-compare { display: grid; min-height: 560px; place-items: end center; padding: 0; overflow: hidden; background: #e1f7ed; }.care-compare img { display: block; width: 78%; transform: translateY(9%); filter: drop-shadow(0 28px 32px rgba(8,59,41,.18)); }
.final-section .brand-image { margin: 0 auto 28px; border-radius: 13px; }
@media (max-width: 760px) { .flag { width: 38px; height: 38px; }.hero-screen { width: 285px; height: 505px; }.product-assets { grid-template-columns: 1fr; }.screen-card { min-height: 465px; }.care-compare { min-height: 440px; }.care-compare img { width: 74%; } }

/* Live product correction */
.hero-screen { height: 548px; object-fit: cover; object-position: center 8%; }
.live-widget-grid { grid-template-columns: 1.24fr .88fr .88fr; }.live-widget-grid .product-card { min-height: 360px; }.live-widget-grid .product-copy { position: relative; z-index: 2; }.widget-next-dose { background: #eaf2ff; }.live-widget { position: absolute; right: 28px; bottom: 28px; left: 28px; display: grid; grid-template-columns: 1fr auto; gap: 7px 14px; padding: 18px; border-radius: 18px; background: #fff; box-shadow: 0 20px 38px -28px #274365; }.live-widget div { display: grid; grid-template-columns: 28px 1fr; column-gap: 9px; }.live-widget .pill-blue { grid-row: span 2; width: 27px; height: 27px; border-radius: 10px; background: linear-gradient(135deg, #3b82f6 50%, #dceaff 50%); }.live-widget b { font-size: 14px; }.live-widget small { color: #7b8799; font-size: 11px; }.live-widget time { color: #526078; font-size: 13px; font-weight: 800; }.live-widget strong { grid-column: span 2; color: #27815c; font-size: 12px; }.widget-adherence { background: #fffaf0; }.adherence-ui { display: grid; width: 128px; height: 128px; place-items: center; margin: 32px auto 0; border-radius: 50%; background: conic-gradient(#28b976 0 86%, #f0eadf 86% 100%); }.adherence-ui::before { content: ""; position: absolute; width: 94px; height: 94px; border-radius: 50%; background: #fffaf0; }.adherence-ui span, .adherence-ui p { position: relative; z-index: 1; }.adherence-ui span { font: 800 30px/1 "Manrope", sans-serif; }.adherence-ui p { margin: -29px 0 0; color: #8f7959; font-size: 11px; }.week-bars { display: flex; align-items: end; gap: 4px; height: 30px; margin: 20px 12px 0; }.week-bars i { flex: 1; height: 45%; border-radius: 4px; background: #e6d9c6; }.week-bars i.done { height: 85%; background: #e4ae58; }.widget-lock-screen { color: #fff; background: #151b27; }.widget-lock-screen .product-copy > span, .widget-lock-screen .product-copy p { color: #d3dce9; }.lock-screen-ui { position: absolute; right: 23px; bottom: 25px; left: 23px; display: grid; gap: 6px; padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.1); }.lock-screen-ui small { color: #d4dcea; font-size: 11px; }.lock-screen-ui b { font-size: 16px; }.lock-screen-ui span { color: #c4cedd; font-size: 12px; }.lock-screen-ui i { margin-top: 7px; padding: 8px; border-radius: 9px; color: #17345f; background: #fff; text-align: center; font-size: 11px; font-style: normal; font-weight: 800; }.care-live-stage { min-height: 555px; background: #fff; box-shadow: inset 0 0 0 1px #e7edf5; }.care-live-stage img { width: min(300px, 70%); transform: translateY(8%); filter: drop-shadow(0 28px 25px rgba(20,35,58,.16)); }
@media (max-width: 900px) { .live-widget-grid { grid-template-columns: 1fr; }.live-widget-grid .product-card { min-height: 330px; } }
@media (max-width: 760px) { .hero-screen { height: 505px; }.care-live-stage { min-height: 440px; }.care-live-stage img { width: min(265px, 70%); }.live-widget-grid .product-card { min-height: 325px; } }
.adherence-ui { position: relative; }

/* Approved screen scale */
html { scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
.hero { min-height: 720px; }
.hero-art { min-height: 660px; }
.hero-screen { width: min(300px, 68%); height: 650px; }
.hero-screen { clip-path: inset(30px 0 0); transform: translateY(-30px) rotate(5deg); }
.care-live-stage { min-height: 720px; }
.care-live-stage { place-items: center; }
.care-live-stage img { width: min(330px, 82%); transform: none; }
@media (max-width: 760px) {
  .hero-art { min-height: 590px; transform: none; }
  .hero-screen { width: min(280px, 76vw); height: 607px; }
  .care-live-stage { min-height: 650px; }
  .care-live-stage img { width: min(300px, 84%); }
}

/* Device frames: the screenshots now sit inside a real iPhone-style bezel */
.device { position: relative; z-index: 1; padding: 9px; border-radius: 53px; background: linear-gradient(158deg, #4b566f 0%, #1a2030 30%, #0b0e15 68%, #333b52 100%); box-shadow: 0 0 0 1px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.26) inset, 0 46px 84px -36px rgba(9,20,42,.66); }
.device-screen { position: relative; aspect-ratio: 9 / 19.5; overflow: hidden; border-radius: 45px; background: #f7f8fc; }
.device-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.device-hero { width: 292px; max-width: 74vw; transform: rotate(4deg); }
.device-care { width: 336px; max-width: 76vw; }
.care-live-stage { grid-template-columns: 1fr; place-items: center; min-height: 764px; }
.hero-art { min-height: 640px; }

/* Apple-style download buttons */
.button { border-radius: 980px; letter-spacing: -.01em; transition: transform .18s cubic-bezier(.2,.7,.3,1), background .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: scale(.97); }
.button-primary { background: linear-gradient(180deg, #4b8cff, #2f6dea); box-shadow: 0 1px 0 rgba(255,255,255,.32) inset, 0 14px 26px -15px rgba(19,63,158,.95); }
.button-primary:hover { background: linear-gradient(180deg, #5b98ff, #3a76ef); }
.button-secondary { background: rgba(255,255,255,.92); border-color: #dbe2ec; }
.button-secondary:hover { border-color: #bccbdf; background: #fff; }
/* App Store + nav CTA, ported from glaner.santanadeveloper.com.
   Glaner sits on a cream page, so its buttons are ink-on-light. Pillert's nav, hero and
   final section are navy, so the same buttons run inverted (light surface, ink text) there. */
.store-btn { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px 12px 16px; border-radius: 14px; color: #fff; background: var(--ink); line-height: 1; cursor: pointer; transition: transform .15s, background .15s; }
.store-btn:hover { background: #000; color: #fff; transform: translateY(-2px); }
.store-btn:active { transform: scale(.98); }
.store-btn .glyph { display: flex; flex-shrink: 0; width: 26px; height: 26px; align-items: center; justify-content: center; }
.store-btn .glyph svg { width: 100%; height: 100%; }
.store-btn .lbl { display: flex; flex-direction: column; text-align: left; }
.store-btn .top { margin-bottom: 4px; color: rgba(255,255,255,.72); font-size: 10.5px; font-weight: 500; letter-spacing: .02em; }
.store-btn .bot { font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.hero .store-btn, .final-section .store-btn { color: var(--navy); background: #fff; }
.hero .store-btn:hover, .final-section .store-btn:hover { background: #eaf1ff; color: var(--navy); }
.hero .store-btn .top, .final-section .store-btn .top { color: rgba(11,19,37,.62); }
.final-section .final-note { margin: 20px 0 0; color: #93a4bd; font-size: 13px; }
:where(a, button, summary):focus-visible { outline: 2px solid #6fa3ff; outline-offset: 3px; border-radius: 14px; }
@media (prefers-reduced-motion: reduce) {
  .button, .store-btn { transition: none; }
  .button:hover, .button:active, .store-btn:hover, .store-btn:active { transform: none; }
}
@media (max-width: 760px) {
  .hero-art { min-height: 590px; }
  .device-hero { width: 268px; transform: rotate(3deg); }
  .care-live-stage { min-height: 646px; }
  .device-care { width: 282px; }
}

/* Mobile menu: the drop-down used to be a light panel carrying the header's light-on-dark
   link colours, which left them unreadable. Keep the panel in the header's navy instead. */
@media (max-width: 760px) {
  .nav-panel { z-index: 1; justify-content: stretch; border-bottom-color: rgba(197,215,244,.16); background: #0b1325; box-shadow: 0 22px 34px -26px rgba(0,0,0,.8); }
  .nav-links, .nav-actions { align-items: flex-start; }
  .nav-links a { color: #d5dfee; }
  .nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
}
