*{margin:0;padding:0;box-sizing:border-box}:root{--color-ink: #221c18;--color-muted: #5a5149;--color-accent: #e29373;--color-accent-dark: #c96e52;--color-logo: #e59971;--color-sand: #f6e2d6;--color-sand-light: #fbf4ee;--color-mint: #d9efea;--color-border: rgba(128, 96, 78, .25);--color-surface: #ffffff;--shadow-soft: 0 28px 70px -45px rgba(78, 50, 35, .55);--shadow-card: 0 18px 44px -30px rgba(78, 50, 35, .4);--color-orange: #e8865a;--color-orange-deep: #d06a44;--font-display: "Schibsted Grotesk", "Manrope", system-ui, sans-serif;--font-body: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif}body{font-family:var(--font-body);background:linear-gradient(180deg,#fffaf6,#f7efe7);color:var(--color-ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{background:#fffaf5e6;border-bottom:none;position:sticky;top:0;z-index:10;backdrop-filter:blur(10px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .45s ease;will-change:transform}.site-header--hidden{transform:translateY(-120%);opacity:0}.header-inner{max-width:1200px;margin:0 auto;padding:28px 32px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{width:150px;height:auto}.header-controls{display:flex;align-items:center;gap:16px}.header-nav-link{display:inline-flex;align-items:center;padding:4px 12px;height:36px;border-radius:999px;border:1px solid var(--color-border);background:#ffffffbf;font-size:.85rem;font-weight:600;color:var(--color-ink);transition:background .2s ease,border-color .2s ease,color .2s ease}.header-nav-link:hover,.header-nav-link:focus{background:#ffffffbf;border-color:var(--color-border);color:var(--color-ink)}.header-contact{padding:8px 20px;border-radius:999px;background:var(--color-logo);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 18px 30px -20px #c07053a6;height:36px;display:inline-flex;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.header-contact:hover,.header-contact:focus{transform:translateY(-1px);box-shadow:0 20px 36px -18px #c07053b3}.language-dropdown{position:relative}.language-toggle{list-style:none;display:inline-flex;align-items:center;gap:8px;padding:4px 12px;height:36px;border-radius:999px;border:1px solid var(--color-border);background:#ffffffbf;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--color-ink)}.language-toggle::-webkit-details-marker{display:none}.language-toggle::marker{content:""}.language-flag{width:20px;height:14px;border-radius:3px;box-shadow:0 4px 10px -8px #0009}.language-label{letter-spacing:.08em;font-size:.7rem}.language-caret{width:8px;height:8px;border-right:2px solid var(--color-muted);border-bottom:2px solid var(--color-muted);transform:rotate(45deg);margin-left:4px}.language-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:16px;border:1px solid rgba(184,150,130,.35);padding:8px;min-width:170px;box-shadow:0 18px 50px -30px #46281c73;display:none;z-index:20}.language-dropdown[open] .language-menu{display:flex;flex-direction:column;gap:4px}.language-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;color:var(--color-ink);font-size:.9rem;transition:background .2s ease}.language-option:hover,.language-option:focus{background:#e5997126}.language-option--active{font-weight:600;background:#e5997138}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{padding:20px 32px 80px}.hero-shell{max-width:1200px;margin:0 auto}.hero-card{background:radial-gradient(circle at 12% 0%,#fff9,#fff0 60%),radial-gradient(circle at 90% 100%,#ffffff73,#fff0 60%),linear-gradient(120deg,#f6d6c3,#f5e8da 45%,#d7eee9);border-radius:36px;padding:56px 64px;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}.hero-card:after{content:"";position:absolute;right:40px;bottom:32px;width:180px;height:120px;background:none;background-image:radial-gradient(rgba(90,75,68,.18) 1px,transparent 1px);background-size:10px 10px;opacity:.35;pointer-events:none}.hero-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center;position:relative;z-index:1}.hero-copy{display:flex;flex-direction:column;gap:20px}.hero-copy h1{font-family:var(--font-display);font-size:clamp(2.2rem,2vw + 1.6rem,3.2rem);line-height:1.1;color:var(--color-ink);letter-spacing:-.02em}.hero-copy p{font-size:1.1rem;line-height:1.7;color:var(--color-muted);max-width:520px}.hero-actions{margin-top:12px;display:flex;flex-direction:column;gap:16px}.hero-availability{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-weight:600}.hero-stores{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-store-link{display:inline-flex;height:46px;align-items:center;justify-content:center}.hero-store-link img{height:100%;width:auto}.hero-media{display:flex;align-items:flex-end;justify-content:center;gap:22px}.hero-device{width:clamp(180px,20vw,280px);filter:drop-shadow(0 24px 40px rgba(38,25,18,.25));animation:fadeUp .8s ease both;transform:translateY(var(--device-offset, 0px))}.hero-device--home{--device-offset: 28px;animation-delay:.2s}.hero-device--ai{--device-offset: -28px;animation-delay:.35s}.hero-device img{width:100%;height:auto;display:block}.support{padding:8px 32px 64px}.features{padding:40px 32px 96px}.features-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:72px}.feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center;--panel-start: #f3d9c8;--panel-mid: #f8efe7;--panel-end: #e6f3ef;--panel-accent: rgba(229, 153, 113, .7)}.feature:nth-child(2){--panel-start: #f6e2d5;--panel-mid: #f6f0e9;--panel-end: #e7edf3;--panel-accent: rgba(220, 168, 143, .7)}.feature:nth-child(3){--panel-start: #f1dbcd;--panel-mid: #f4ece7;--panel-end: #e2f0ee;--panel-accent: rgba(210, 154, 127, .7)}.feature:nth-child(4){--panel-start: #f3d6c9;--panel-mid: #f7ede6;--panel-end: #e5f2eb;--panel-accent: rgba(214, 155, 126, .7)}.feature:nth-child(5){--panel-start: #f4ddcf;--panel-mid: #f6efe6;--panel-end: #e9f0ec;--panel-accent: rgba(225, 166, 138, .7)}.feature--reverse .feature-copy{order:2}.feature--reverse .feature-visual{order:1}.feature-prompt{display:inline-flex;letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:600;color:var(--color-muted)}.feature-copy h2{margin-top:14px;font-family:var(--font-display);font-size:clamp(1.7rem,1.6vw + 1.2rem,2.4rem);color:var(--color-ink)}.feature-copy p{margin-top:18px;max-width:520px;font-size:1.05rem;line-height:1.7;color:var(--color-muted)}.feature-visual{display:flex;justify-content:center}.feature-visual--lower{margin-top:44px}.timeline-mock{position:relative;z-index:1;width:min(100%,340px);margin-inline:auto;background:#fffffff5;border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -38px #46281c8c;transform:translate(6px) rotate(-1.5deg)}.timeline-mock__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-mock__title{font-weight:600;font-size:.95rem;color:var(--color-ink)}.timeline-mock__live{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#3a8f6f1f;color:#3a8f6f;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.timeline-mock__live-dot{width:7px;height:7px;border-radius:50%;background:#3a8f6f;box-shadow:0 0 #3a8f6f73;animation:timeline-pulse 1.8s ease-out infinite}@keyframes timeline-pulse{0%{box-shadow:0 0 #3a8f6f73}70%{box-shadow:0 0 0 7px #3a8f6f00}to{box-shadow:0 0 #3a8f6f00}}.timeline-mock__track{display:flex;flex-direction:column;gap:14px}.tl-event{display:flex;align-items:flex-start;gap:10px}.tl-event__time{flex:0 0 38px;padding-top:9px;text-align:right;font-size:.68rem;font-weight:600;color:var(--color-muted)}.tl-event__marker{position:relative;flex:0 0 14px;display:flex;justify-content:center}.tl-event__dot{width:12px;height:12px;margin-top:8px;border-radius:50%;background:var(--color-logo);border:2px solid #ffffff;box-shadow:0 0 0 2px #e5997138;z-index:1}.tl-event:not(:last-child) .tl-event__marker:after{content:"";position:absolute;top:22px;bottom:-16px;left:50%;transform:translate(-50%);width:2px;background:#5a4b4424}.tl-event__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:12px;background:var(--color-sand-light)}.tl-event__title{font-size:.78rem;font-weight:600;color:var(--color-ink)}.tl-event__meta{font-size:.68rem;color:var(--color-muted)}.tl-event--active .tl-event__dot{background:#3a8f6f;box-shadow:0 0 0 2px #3a8f6f40;animation:timeline-pulse 1.8s ease-out infinite}.tl-event--active .tl-event__body{background:#3a8f6f1a}.tl-event--active .tl-event__meta{color:#3a8f6f;font-weight:600}.feature-panel{position:relative;width:min(100%,460px);min-height:300px;border-radius:28px;padding:28px;background:radial-gradient(circle at 15% 20%,#ffffffa6,#fff0 60%),radial-gradient(circle at 90% 80%,#fff6,#fff0 55%),linear-gradient(135deg,var(--panel-start) 0%,var(--panel-mid) 45%,var(--panel-end) 100%);box-shadow:var(--shadow-soft);overflow:hidden}.feature-panel--share{display:flex;align-items:flex-end;justify-content:center;padding-bottom:0}.feature-panel__image{width:min(100%,280px);height:auto;border-radius:0;box-shadow:none;position:relative;z-index:1;display:block}.ask-illustration{position:relative;width:min(100%,460px);min-height:300px;display:block;--ask-bubble-max: 260px;margin-top:-34px}.ask-card{position:absolute;width:max-content;max-width:var(--ask-bubble-max);display:flex;flex-direction:column;align-items:flex-start;gap:10px}.ask-card:nth-child(1){top:0;left:0;transform:rotate(-2deg);z-index:1}.ask-card:nth-child(2){top:72px;left:156px;transform:rotate(2.5deg);z-index:3}.ask-card:nth-child(3){top:140px;left:22px;transform:rotate(-1deg);z-index:2;align-items:flex-end;text-align:right}.ask-card:nth-child(4){top:210px;left:170px;transform:rotate(-3.5deg);z-index:0}.ask-card__title{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.ask-card__bubble{--bubble-bg: #f5dfcf;background:var(--bubble-bg);color:var(--color-ink);padding:10px 12px;border-radius:16px;font-size:.9rem;line-height:1.35;box-shadow:0 18px 40px -30px #46281c59;position:relative;width:fit-content;max-width:var(--ask-bubble-max)}.ask-illustration:after{content:"";position:absolute;right:-6px;bottom:12px;width:88px;height:64px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:8px 8px;opacity:.35;pointer-events:none}.feature-shot{width:min(100%,260px);display:flex;justify-content:center;position:relative}.feature-shot--artsy:before{content:"";position:absolute;bottom:-24px;right:-30px;width:220px;height:170px;border-radius:28px;background:linear-gradient(320deg,#f3dfd2a6,#f3dfd226);pointer-events:none}.feature-shot--artsy:after{content:"";position:absolute;right:-6px;bottom:-8px;width:70px;height:60px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:8px 8px;opacity:.55;pointer-events:none}.feature-shot--artsy-left:before{inset:-24px auto auto -36px;width:260px;height:210px;border-radius:34px;background:linear-gradient(130deg,#f3dfd2e6,#f3dfd240)}.feature-shot--artsy-left:after{inset:-4px auto auto -2px;width:80px;height:68px;opacity:.7}.feature-shot__image{width:min(100%,240px);border-radius:26px;box-shadow:var(--shadow-soft);display:block;position:relative;z-index:1}.feature-panel__card{position:relative;background:#ffffffe6;border-radius:20px;padding:20px 22px;max-width:320px;box-shadow:0 24px 50px -35px #46281c80;z-index:2}.feature-panel__kicker{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-ink);opacity:.6}.feature-panel__title{display:block;margin-top:10px;font-weight:600;font-size:1rem;color:var(--color-ink)}.feature-panel__lines{margin-top:14px;display:flex;flex-direction:column;gap:10px}.feature-panel__lines span{display:block;height:8px;background:#5a4b441f;border-radius:999px;width:100%}.feature-panel__lines span:nth-child(2){width:85%}.feature-panel__lines span:nth-child(3){width:65%}.feature-panel__orb{position:absolute;top:-50px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,var(--panel-accent),rgba(255,255,255,0) 70%);opacity:.7}.feature-panel__dots{position:absolute;bottom:24px;right:24px;width:140px;height:80px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:10px 10px;opacity:.35}.privacy{padding:0 32px 72px}.feature--privacy{--panel-start: #f4ddcf;--panel-mid: #f6efe6;--panel-end: #e9f0ec;--panel-accent: rgba(225, 166, 138, .7)}.feature-panel--privacy{width:min(100%,460px);min-height:300px;display:flex;align-items:center;justify-content:center;padding:0;background:none;box-shadow:none}.feature-panel--privacy .feature-panel__orb,.feature-panel--privacy .feature-panel__dots{display:none}.privacy-illustration{position:relative;width:min(100%,260px);height:190px;display:flex;align-items:center;justify-content:center}.privacy-illustration:before{content:"";position:absolute;width:220px;height:220px;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-48%);background:radial-gradient(circle,#e5997173,#fff0 70%);opacity:.75}.privacy-illustration:after{content:"";position:absolute;inset:8px;border-radius:24px;border:1px dashed rgba(229,153,113,.5);opacity:.5}.privacy-card{position:absolute;left:-2px;bottom:14px;width:210px;padding:19px 19px 21px;background:#fffffff5;border-radius:18px;box-shadow:0 22px 46px -34px #46281c73;display:flex;flex-direction:column;gap:10px;transform:rotate(-4deg);z-index:1}.privacy-card__mask{display:flex;flex-direction:column;gap:8px;font-size:.9rem;letter-spacing:.22em;font-weight:700;color:#5a4b448c}.privacy-card__mask span{display:block}.privacy-shield{position:absolute;top:52px;right:52px;width:92px;height:79px;z-index:2}.privacy-shield__icon{width:100%;height:100%;display:block;filter:drop-shadow(0 18px 28px rgba(70,40,28,.25));position:relative;z-index:0}.privacy-shield__base{fill:url(#privacyShieldGradient)}.privacy-shield__rim{fill:none;stroke:#ffffffa6;stroke-width:4;stroke-linejoin:round}.privacy-shield__glyph{fill:#fff}.support-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.support-copy{display:flex;flex-direction:column;gap:12px;align-items:center;max-width:640px}.support-copy h2{font-family:var(--font-display);font-size:clamp(1.4rem,.8vw + 1.1rem,1.8rem);color:var(--color-ink)}.support-logos{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px}.support-logo-item{padding:0;background:transparent;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center}.support-logo-item img{max-height:60px;width:auto;max-width:150px;object-fit:contain;filter:saturate(.8)}.support-logo-item img.logo-lispolis{max-height:48px;max-width:120px}.legal-page{max-width:760px;margin:0 auto;padding:96px 32px;display:flex;flex-direction:column;gap:20px}.legal-page h1{font-family:var(--font-display);font-size:clamp(2rem,2vw + 1rem,2.8rem);color:var(--color-ink)}.legal-page p{font-size:1rem;line-height:1.7;color:var(--color-muted)}.legal-page__content{display:flex;flex-direction:column;gap:24px}.legal-page__content section{display:flex;flex-direction:column;gap:12px}.legal-page__content h2{font-family:var(--font-display);font-size:clamp(1.5rem,1vw + 1.1rem,2rem);color:var(--color-ink)}.legal-page__content h3{font-size:clamp(1.2rem,.8vw + .9rem,1.5rem);color:var(--color-ink)}.legal-page__content ul:not(.doc-checklist__list):not(.benefit-list__items):not(.resource-table__list),.legal-page__content ol{display:flex;flex-direction:column;gap:12px;list-style-position:outside;padding-left:1.5rem;color:var(--color-muted)}.legal-page__content ul:not(.doc-checklist__list):not(.benefit-list__items):not(.resource-table__list){list-style-type:disc}.legal-page__content ol{list-style-type:decimal}.legal-page__content li p{margin:4px 0 0}.legal-page__content li strong{font-weight:600;color:var(--color-ink)}.legal-page__content a{text-decoration:underline;text-underline-offset:.14em}.legal-page__content code{background:var(--color-sand);color:var(--color-ink);font-family:var(--font-body);font-size:.88em;font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap}.resources{padding:64px 32px}.resources-intro{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:640px;margin:0 auto}.resources-intro h2{font-family:var(--font-display);font-size:clamp(1.4rem,.8vw + 1.1rem,1.8rem);color:var(--color-ink)}.resources-intro p{font-size:1rem;line-height:1.6;color:var(--color-muted)}.resources-cta{display:inline-block;font-weight:600;font-size:.95rem;color:var(--color-accent-dark);transition:color .2s}.resources-cta:hover{color:var(--color-ink)}.resources-page{max-width:1200px;margin:0 auto;padding:40px 32px 64px}.resources-page__header{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.resources-page__kicker{letter-spacing:.18em;text-transform:uppercase;font-size:.75rem;font-weight:600;color:var(--color-muted)}.resources-page__header h1{font-family:var(--font-display);font-size:clamp(2.2rem,2.5vw + 1.2rem,3.2rem);font-weight:700;color:var(--color-ink)}.resources-page__header p{font-size:1.05rem;line-height:1.6;color:var(--color-muted)}.resources-list{list-style:none;display:flex;flex-direction:column;gap:24px;margin-top:24px}.resource-card{padding:36px 40px;border-radius:20px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;gap:32px;transition:box-shadow .25s ease}.resource-card--with-thumb{padding:0;overflow:hidden;gap:0}.resource-card:hover{box-shadow:0 8px 30px #4e32231a}.resource-card__body{flex:1;display:flex;flex-direction:column;gap:10px}.resource-card__thumb{width:280px;align-self:stretch;flex-shrink:0;overflow:hidden;background:linear-gradient(120deg,#f6d6c3,#f5e8da 45%,#d7eee9)}.resource-card__thumb img{width:100%;height:100%;min-height:100%;object-fit:cover}.resource-card--with-thumb .resource-card__body{padding:36px 40px}.resource-card__label{display:inline-flex;align-self:flex-start;padding:4px 12px;border-radius:20px;background:var(--color-sand);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent-dark)}.resource-card h2{font-family:var(--font-display);font-size:clamp(1.4rem,.8vw + 1.1rem,1.8rem);font-weight:700;color:var(--color-ink)}.resource-card p{font-size:1rem;line-height:1.6;color:var(--color-muted)}@media(max-width:640px){.resource-card{flex-direction:column;align-items:flex-start;padding:28px 24px;gap:20px}.resource-card--with-thumb{padding:0;gap:0}.resource-card__thumb{width:100%}.resource-card--with-thumb .resource-card__body{padding:28px 24px}}.breadcrumbs{margin-bottom:8px}.breadcrumbs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem;color:var(--color-muted)}.breadcrumbs__list li{display:inline-flex;align-items:center;gap:8px}.breadcrumbs__list li:not(:last-child):after{content:">";color:#5a514999}.breadcrumbs__list a{color:inherit;text-decoration:none}.breadcrumbs__list a:hover,.breadcrumbs__list a:focus{color:var(--color-ink)}.breadcrumbs__list li[aria-current=page]{color:var(--color-ink)}.doc-checklist,.eligibility-checklist{background:var(--color-surface);border-radius:16px;padding:28px;box-shadow:0 2px 16px #4e322314;display:flex;flex-direction:column;gap:24px}.doc-checklist__section-title{margin:0;font-size:1rem;font-weight:700;color:var(--color-ink);display:flex;align-items:baseline;justify-content:space-between;gap:8px}.doc-checklist__section-count{font-size:.82rem;font-weight:500;color:var(--color-muted)}.doc-checklist__or-group{border:1px solid var(--color-border);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s,background .15s}.doc-checklist__or-group--satisfied{border-color:var(--color-accent);background:var(--color-sand-light)}.doc-checklist__or-title{margin:0;font-size:.88rem;font-weight:600;color:var(--color-ink);display:flex;align-items:baseline;justify-content:space-between;gap:8px}.doc-checklist__or-hint{font-size:.78rem;font-weight:500;color:var(--color-muted);transition:color .15s}.doc-checklist__or-group--satisfied .doc-checklist__or-hint{color:var(--color-accent)}.doc-checklist__or-group .doc-checklist__list{gap:4px}.doc-checklist__disclaimer{margin:0;font-size:.82rem;color:var(--color-muted);line-height:1.45;font-style:italic}.caregiver-profile-comparison{width:100%;overflow-x:auto;margin:20px 0 24px;border-radius:16px;background:var(--color-surface);box-shadow:0 1px #80604e14,0 12px 32px -24px #4e322359;border:1px solid var(--color-border)}.caregiver-profile-comparison table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;font-size:.95rem;line-height:1.55;color:var(--color-ink)}.caregiver-profile-comparison thead th{background:var(--color-sand);color:var(--color-ink);font-family:var(--font-display);font-size:1rem;font-weight:600;text-align:center;padding:18px 20px;vertical-align:middle;border-bottom:1px solid var(--color-border)}.caregiver-profile-comparison thead th:not(:last-child){border-right:1px solid var(--color-border)}.caregiver-profile-comparison tbody th{width:26%;text-align:left;font-weight:600;padding:18px 20px;vertical-align:top;background:var(--color-sand-light);border-right:1px solid var(--color-border);color:var(--color-ink)}.caregiver-profile-comparison tbody td{width:37%;padding:18px 20px;vertical-align:top;background:var(--color-surface);color:var(--color-ink)}.caregiver-profile-comparison tbody td:not(:last-child){border-right:1px solid var(--color-border)}.caregiver-profile-comparison tbody tr+tr th,.caregiver-profile-comparison tbody tr+tr td{border-top:1px solid var(--color-border)}.doc-checklist__section{display:flex;flex-direction:column;gap:12px}.doc-checklist__progress{display:flex;flex-direction:column;gap:8px}.doc-checklist__progress-text{font-size:.82rem;color:var(--color-muted)}.doc-checklist__progress-bar{width:100%;height:8px;background:var(--color-sand-light);border-radius:999px;overflow:hidden}.doc-checklist__progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--color-logo),var(--color-accent));border-radius:inherit;transition:width .25s ease}.doc-checklist__section-copy{font-size:.95rem;line-height:1.5;color:var(--color-ink);margin:0}.doc-checklist__section-copy--after-first-group{margin-top:8px}.doc-checklist__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.doc-checklist__item label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:10px 12px;border-radius:10px;transition:background .15s}.doc-checklist__item label:hover{background:var(--color-sand-light)}.doc-checklist__item input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.doc-checklist__checkmark{flex-shrink:0;width:22px;height:22px;border:2px solid var(--color-border);border-radius:6px;margin-top:1px;position:relative;transition:border-color .15s,background .15s}.doc-checklist__item input:checked~.doc-checklist__checkmark{background:var(--color-accent);border-color:var(--color-accent)}.doc-checklist__item input:checked~.doc-checklist__checkmark:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-58%) rotate(45deg)}.doc-checklist__item input:checked~.doc-checklist__label strong{text-decoration:line-through;opacity:.6}.doc-checklist__label{display:flex;flex-direction:column;gap:2px;font-size:.92rem;line-height:1.45;color:var(--color-ink)}.doc-checklist__label strong{font-weight:600;transition:opacity .2s}.doc-checklist__detail{font-size:.84rem;color:var(--color-muted);line-height:1.4}.doc-checklist__group{border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.doc-checklist__group[open]{background:var(--color-sand-light)}.doc-checklist__condition{padding:12px 16px;font-size:.9rem;font-weight:600;color:var(--color-ink);cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px}.doc-checklist__condition::-webkit-details-marker{display:none}.doc-checklist__condition:before{content:"";width:6px;height:6px;border:solid var(--color-muted);border-width:0 2px 2px 0;transform:rotate(-45deg);transition:transform .2s;flex-shrink:0}.doc-checklist__group[open]>.doc-checklist__condition:before{transform:rotate(45deg)}.doc-checklist__group-detail{margin:0 16px 8px;font-size:.84rem;line-height:1.4;color:var(--color-muted)}.doc-checklist__group .doc-checklist__list{padding:4px 12px 12px}.doc-checklist__reset{align-self:flex-start;background:none;border:1px solid var(--color-border);border-radius:8px;padding:8px 16px;font-size:.82rem;font-family:var(--font-body);color:var(--color-muted);cursor:pointer;transition:color .15s,border-color .15s}.doc-checklist__reset:hover{color:var(--color-ink);border-color:var(--color-ink)}.benefit-calc{background:var(--color-surface);border-radius:16px;padding:28px;box-shadow:0 2px 16px #4e322314;display:flex;flex-direction:column;gap:20px}.benefit-calc__title{font-family:var(--font-display);font-size:1.05rem;color:var(--color-ink);margin:0}.benefit-calc__intro{font-size:.88rem;color:var(--color-muted);line-height:1.5;margin:-8px 0 0}.benefit-calc__form{display:flex;flex-direction:column;gap:16px}.benefit-calc__field{display:flex;flex-direction:column;gap:6px}.benefit-calc__field label{font-size:.85rem;font-weight:600;color:var(--color-ink)}.benefit-calc__toggle{display:flex;gap:0;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.benefit-calc__toggle-btn{flex:1;padding:10px 16px;font-size:.88rem;font-family:var(--font-body);font-weight:500;border:none;background:transparent;color:var(--color-muted);cursor:pointer;transition:background .15s,color .15s}.benefit-calc__toggle-btn--active{background:var(--color-sand);color:var(--color-ink);font-weight:600}.benefit-calc__input{padding:10px 14px;font-size:1rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:10px;background:var(--color-sand-light);color:var(--color-ink);outline:none;transition:border-color .15s}.benefit-calc__input:focus{border-color:var(--color-accent)}.benefit-calc__input::placeholder{color:var(--color-muted);opacity:.5}.benefit-calc__result{background:linear-gradient(135deg,var(--color-sand-light),var(--color-mint));border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px}.benefit-calc__result--hidden{display:none}.benefit-calc__result-value{display:flex;flex-direction:column;gap:4px}.benefit-calc__result-label{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.benefit-calc__result-amount{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--color-ink)}.benefit-calc__result-detail{font-size:.82rem;color:var(--color-muted);line-height:1.5;white-space:pre-line}.benefit-calc__no-right{background:var(--color-sand-light);border-radius:12px;padding:16px 20px}.benefit-calc__no-right--hidden{display:none}.benefit-calc__no-right p{font-size:.9rem;color:var(--color-muted);line-height:1.5}.benefit-calc__disclaimer{font-size:.78rem;color:var(--color-muted);opacity:.7;line-height:1.4;margin:0}.callout{border-radius:12px;padding:16px 20px;font-size:.92rem;line-height:1.55}.callout--info{background:var(--color-sand-light);border-left:3px solid var(--color-accent);color:var(--color-ink)}.callout--warning{background:#fef7ed;border-left:3px solid #e2a04e;color:var(--color-ink)}.callout p{margin:0}.callout p+p{margin-top:.75rem}.csi-formula{display:inline-grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:10px;padding:20px 24px;margin:12px auto;background:#ffffffb8;border:1px solid rgba(128,96,78,.14);border-radius:16px}.csi-formula__label{grid-column:1;grid-row:1;align-self:end;padding-bottom:4px;white-space:nowrap;font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.15rem);font-weight:500;color:var(--color-ink)}.csi-formula__fraction{display:contents}.csi-formula__numerator,.csi-formula__denominator{grid-column:2;text-align:center;font-family:var(--font-body);font-weight:400;color:var(--color-ink);font-size:clamp(1rem,1.2vw,1.15rem)}.csi-formula__numerator{grid-row:1;border-bottom:2px solid rgba(34,28,24,.35);padding:0 8px 4px;line-height:1.2}.csi-formula__denominator{grid-row:2;padding-top:4px;line-height:1}.caregiver-formula{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;padding:20px 24px;margin:12px auto;background:#ffffffb8;border:1px solid rgba(128,96,78,.14);border-radius:16px;font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.15rem);font-weight:500;color:var(--color-ink);line-height:1.2}.caregiver-formula__fraction{display:inline-flex;flex-direction:column;align-items:center;text-align:center}.caregiver-formula__numerator{border-bottom:2px solid rgba(34,28,24,.35);padding:0 8px 4px}.caregiver-formula__denominator{padding-top:4px}.benefit-list{background:var(--color-surface);border-radius:16px;padding:24px;box-shadow:0 2px 16px #4e322314;display:flex;flex-direction:column;gap:18px;margin:1.5rem 0}.benefit-list__controls,.benefit-list__search{display:flex;flex-direction:column;gap:6px}.benefit-list__search-label{font-size:.85rem;font-weight:600;color:var(--color-ink)}.benefit-list__search-input{padding:10px 14px;font-size:1rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:10px;background:var(--color-sand-light);color:var(--color-ink);outline:none;transition:border-color .15s}.benefit-list__search-input:focus{border-color:var(--color-accent)}.benefit-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.benefit-list__item{display:flex;gap:12px;align-items:flex-start;width:100%;padding:12px 14px;border-radius:10px;background:var(--color-sand-light);border-left:3px solid transparent}.benefit-list__item--yes{border-left-color:#5aa86f;background:#eef7f0}.benefit-list__item--no{border-left-color:#d98a8a;background:#fbeeee}.benefit-list__item--hidden{display:none}.benefit-list__badge{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;margin-top:2px}.benefit-list__item--yes .benefit-list__badge{background:#5aa86f}.benefit-list__item--no .benefit-list__badge{background:#d98a8a}.benefit-list__content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.benefit-list__label{margin:0;font-weight:600;font-size:.95rem;color:var(--color-ink);line-height:1.4}.benefit-list__label a{color:inherit;text-decoration:underline}.benefit-list__note{margin:0;font-size:.85rem;color:var(--color-muted);line-height:1.45}.benefit-list__empty{margin:0;font-size:.9rem;color:var(--color-muted);text-align:center;padding:12px}.benefit-list__empty--hidden{display:none}.term{position:relative;display:inline}.term__trigger{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;border-bottom:1px dashed var(--color-accent);border-radius:0}.term__trigger:hover,.term__trigger:focus-visible{color:var(--color-accent);outline:none}.term__popover{position:absolute;top:calc(100% + 8px);left:0;z-index:100;width:min(360px,calc(100vw - 32px));background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:16px 18px;box-shadow:0 8px 28px #4e32232e;display:none;font-size:.88rem;line-height:1.5;color:var(--color-ink);text-align:left;font-weight:400;white-space:normal}.term--open .term__popover{display:block}.term__title{display:block;font-weight:700;margin-bottom:8px;color:var(--color-ink);font-size:.95rem}.term__body p{margin:0 0 8px}.term__body p:last-child{margin-bottom:0}.term__body ul{margin:0 0 8px;padding-left:18px}.term__body p+ul{margin-top:6px}.term__body ul:last-child{margin-bottom:0}.term__body li{margin:2px 0}.term__source{display:inline-block;margin-top:10px;font-size:.8rem;color:var(--color-accent);text-decoration:underline}.resource-source-spacer{height:6px}.resource-table-wrapper{width:100%;overflow-x:auto;margin:20px 0 24px;border-radius:16px;background:var(--color-surface);box-shadow:0 1px #80604e14,0 12px 32px -24px #4e322359;border:1px solid var(--color-border)}.resource-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem;line-height:1.55;color:var(--color-ink)}.resource-table thead th{background:var(--color-sand);color:var(--color-ink);font-weight:600;padding:16px 20px;vertical-align:middle;text-align:center}.resource-table thead tr:last-child th{padding-top:4px;padding-bottom:18px;vertical-align:top;border-bottom:1px solid var(--color-border)}.resource-table thead tr:first-child th[rowspan]{text-align:left;vertical-align:middle;padding-bottom:16px;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.resource-table thead tr:last-child th:not(:last-child){border-right:1px solid var(--color-border)}.resource-table__group{display:block;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-ink);letter-spacing:.01em}.resource-table__grade{display:block;font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--color-accent-dark);margin-bottom:8px}.resource-table__hint{display:block;font-family:var(--font-body);font-weight:400;font-size:.82rem;line-height:1.5;color:var(--color-muted);max-width:34ch;margin:0 auto}.resource-table tbody th{text-align:left;font-weight:500;padding:22px 24px;vertical-align:top;background:var(--color-sand-light);min-width:260px;border-right:1px solid var(--color-border)}.resource-table tbody tr+tr th,.resource-table tbody tr+tr td{border-top:1px solid var(--color-border)}.resource-table__regime{display:block;font-family:var(--font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-dark);margin-bottom:8px}.resource-table__regime+.resource-table__list+.resource-table__regime{margin-top:16px}.resource-table__list{list-style:none;margin:0;padding:0;display:block}.resource-table__list li{list-style:none;position:relative;padding:2px 0 2px 14px;font-size:.92rem;color:var(--color-ink)}.resource-table__list li:before{content:"";position:absolute;left:2px;top:12px;width:4px;height:4px;border-radius:50%;background:var(--color-accent)}.resource-table tbody td{padding:22px 24px;text-align:center;vertical-align:middle;font-family:var(--font-display);font-size:1.55rem;font-weight:600;color:var(--color-ink);font-variant-numeric:tabular-nums;white-space:nowrap;background:var(--color-surface)}.resource-table tbody td:not(:last-child){border-right:1px solid var(--color-border)}@media(max-width:640px){.resource-table{font-size:.9rem}.resource-table thead th,.resource-table tbody th,.resource-table tbody td{padding:14px}.resource-table tbody th{min-width:180px}.resource-table tbody td{font-size:1.25rem}.resource-table__grade{font-size:1.1rem}.resource-table__hint{font-size:.78rem}}.resource-disclaimer{font-size:.9rem;line-height:1.6;color:var(--color-muted);background:#f6e2d673;border-radius:12px;padding:14px 16px;margin:0 0 16px}.article-page{max-width:1120px;margin:0 auto;padding:40px 32px 64px;display:flex;flex-direction:column;gap:32px}.article-header{display:flex;flex-direction:column;gap:16px;width:100%;max-width:calc(100% - 268px)}.article-header__image{width:100%;max-width:760px;border-radius:24px;object-fit:cover;box-shadow:0 18px 40px -28px #4e322359}.article-header h1{font-family:var(--font-display);font-size:clamp(2rem,2vw + 1rem,2.8rem);color:var(--color-ink)}.article-layout{display:grid;grid-template-columns:1fr 220px;gap:48px;align-items:start}.article-content{min-width:0;order:-1}.article-toc{position:sticky;top:96px}.toc{background:var(--color-surface);border-radius:16px;padding:20px 24px;box-shadow:0 2px 16px #4e322314}.toc__title{font-family:var(--font-display);font-size:.95rem;color:var(--color-ink);margin:0 0 12px}.toc__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px}.toc__list a{display:block;font-size:.82rem;color:var(--color-muted);padding:4px 0;transition:color .15s;line-height:1.35}.toc__list a:hover,.toc__link--active{color:var(--color-accent-dark)}.toc__link--active{font-weight:600}.article-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.article-actions__label{font-size:.82rem;color:var(--color-muted);margin-right:4px}.article-action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;font-family:var(--font-body);font-weight:500;color:var(--color-muted);border:1px solid var(--color-border);border-radius:8px;background:transparent;cursor:pointer;transition:color .15s,border-color .15s,background .15s;text-decoration:none}.article-action-btn:hover{color:var(--color-ink);border-color:var(--color-ink);background:var(--color-sand-light)}.article-action-btn svg{flex-shrink:0}.article-cta{margin-top:16px;background:radial-gradient(circle at 12% 0%,#fff9,#fff0 60%),radial-gradient(circle at 90% 100%,#ffffff73,#fff0 60%),linear-gradient(120deg,#f6d6c3,#f5e8da 45%,#d7eee9);border-radius:16px;padding:28px;display:flex;align-items:center;gap:24px}.article-cta__copy{flex:1;display:flex;flex-direction:column;gap:8px}.article-cta__copy strong{font-family:var(--font-display);font-size:1.1rem;color:var(--color-ink)}.article-cta__copy p{font-size:.9rem;line-height:1.5;color:var(--color-muted);margin:0}.article-cta__badges{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.article-cta__badges img{height:40px;width:auto}@media print{.site-header,.site-footer,.article-toc,.article-actions,.article-cta,.article-header__image,.breadcrumbs,.resource-updated,.benefit-calc,.doc-checklist__reset,.doc-checklist__progress{display:none!important}.article-page{padding:0;max-width:100%}.article-layout{display:block}.article-content{max-width:100%}.doc-checklist{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.callout{break-inside:avoid}body{background:#fff}}@media(max-width:900px){.csi-formula{padding:18px 20px;gap:8px}.csi-formula__label{font-size:.9rem}.csi-formula__numerator{padding:0 4px 3px;font-size:.85rem;line-height:1.2;white-space:normal;text-wrap:pretty}.csi-formula__denominator{padding-top:3px;font-size:.85rem}.article-cta{flex-direction:column;text-align:center}.article-cta__badges{flex-direction:row}}.site-footer{position:relative;background:transparent;color:var(--color-muted);padding:48px 32px 32px}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,#94786800,#94786866,#94786800);pointer-events:none}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,max-content));justify-items:start;justify-content:start;column-gap:56px;row-gap:28px}.footer-heading{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--color-muted);opacity:.7;display:block;margin-bottom:16px}.footer-links,.footer-language,.footer-social{display:flex;flex-direction:column;gap:12px;font-size:.95rem}.footer-links a,.footer-language-link,.footer-social-link{color:var(--color-muted);text-decoration:none;transition:color .2s ease}.footer-language-link-active{color:var(--color-ink);font-weight:600;text-decoration:underline}.footer-links a:hover,.footer-links a:focus,.footer-language-link:hover,.footer-language-link:focus,.footer-social-link:hover,.footer-social-link:focus{color:var(--color-accent-dark)}.footer-meta{max-width:1200px;margin:32px auto 0;padding-top:24px;font-size:.75rem;color:#5a5149cc;display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left}.footer-meta span{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(calc(var(--device-offset, 0px) + 20px))}to{opacity:1;transform:translateY(var(--device-offset, 0px))}}@media(max-width:960px){.article-header{max-width:100%}.article-layout{grid-template-columns:1fr}.article-content{order:0}.article-toc{position:static}.header-inner{flex-direction:row;align-items:center;gap:16px}.header-controls{width:auto;margin-left:auto;justify-content:flex-end;flex-wrap:wrap}.hero-card{padding:44px 32px}.hero-content{grid-template-columns:1fr}.hero-copy p{max-width:none}.hero-media{gap:20px}.hero-device{width:min(40%,180px)}.hero-device--ai{animation-delay:.15s}.features{padding:32px 32px 80px}.features-inner{gap:56px}.feature{grid-template-columns:1fr;gap:32px}.feature--reverse .feature-copy,.feature--reverse .feature-visual{order:0}.feature-copy p{max-width:none}.feature-visual--lower{margin-top:18px}.feature-panel{width:min(100%,520px);margin:0 auto}.feature-panel__image{width:min(100%,260px)}.ask-illustration{width:min(100%,380px);min-height:280px;--ask-bubble-max: 240px;margin-top:0}.ask-card:nth-child(2){top:84px;left:128px}.ask-card:nth-child(3){top:160px;left:14px}.ask-card:nth-child(4){top:200px;left:116px}.privacy-illustration{width:min(100%,240px);height:180px}.privacy-card{width:196px}.privacy-shield{width:84px;height:70px;top:50px;right:42px}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.header-inner{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.header-controls{width:100%;margin-left:0;flex-direction:row;align-items:center;gap:10px;flex-wrap:nowrap;justify-content:flex-end}.language-toggle{justify-content:space-between}.header-nav-link,.header-contact,.language-toggle{flex-shrink:0}.header-nav-link,.language-toggle{padding-inline:10px}.header-contact{padding-inline:16px}.hero{padding:28px 20px 56px}.features{padding:24px 20px 72px}.feature-visual--lower{margin-top:0}.feature-panel{padding:22px}.feature-panel--share{padding-bottom:0}.feature-panel__image{width:min(100%,220px)}.feature-panel__card{padding:18px}.feature-shot{width:min(100%,220px)}.feature-shot__image{width:min(100%,200px)}.feature-panel--privacy{width:min(100%,360px);min-height:240px;align-items:flex-start;padding-top:12px}.privacy-illustration{width:min(100%,220px);height:170px}.privacy-card{width:184px;left:0;bottom:12px;padding:17px 17px 19px}.privacy-shield{width:77px;height:64px;top:46px;right:34px}.ask-illustration{width:min(100%,320px);min-height:310px;--ask-bubble-max: 220px}.ask-card:nth-child(2){top:94px;left:112px}.ask-card:nth-child(3){top:168px;left:8px}.ask-card:nth-child(4){top:236px;left:90px}.feature-shot--artsy:before{inset:-12px}.feature-shot--artsy:after{width:56px;height:48px}.feature-shot--artsy.feature-shot--artsy-left:before{inset:-20px auto auto -20px;width:200px;height:160px;border-radius:28px;background:linear-gradient(130deg,#f3dfd2e6,#f3dfd240)}.feature-shot--artsy.feature-shot--artsy-left:after{inset:-2px auto auto -4px;width:72px;height:62px}.timeline-mock{width:min(100%,320px)}.feature-shot--artsy:before{inset:auto -24px -18px auto;width:180px;height:140px}.privacy{padding:0 20px 40px}.support{padding:0 20px 72px}.hero-card{padding:36px 24px}.hero-card:after{right:20px;bottom:24px;width:140px;height:96px}.hero-actions{align-items:flex-start}.hero-stores{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:12px}.hero-media{flex-direction:column;align-items:center;gap:24px}.hero-device{width:min(85%,242px)}.hero-device--home,.hero-device--ai{--device-offset: 0px}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-heading{margin-bottom:8px}}@media(prefers-reduced-motion:reduce){.hero-device{animation:none}}section[id]{scroll-margin-top:96px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;border-radius:999px;font-family:var(--font-body);font-weight:600;font-size:1rem;line-height:1;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn--primary{background:var(--color-logo);color:#fff;box-shadow:0 18px 30px -20px #c07053a6}.btn--primary:hover,.btn--primary:focus{transform:translateY(-1px);box-shadow:0 22px 38px -18px #c07053b8}.btn--ghost{background:#fff9;color:var(--color-ink);border-color:var(--color-border)}.btn--ghost:hover,.btn--ghost:focus{background:#fff}.btn--invert{background:#fff;color:var(--color-accent-dark);box-shadow:0 18px 30px -22px #46281c80}.btn--invert:hover,.btn--invert:focus{transform:translateY(-1px)}.section-shell{max-width:1200px;margin:0 auto;padding:0 32px}.section-eyebrow{display:inline-flex;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--color-logo)}.section-head{display:flex;flex-direction:column;gap:14px;max-width:720px;margin-bottom:44px}.section-head--center{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.section-head h2{font-family:var(--font-display);font-size:clamp(1.7rem,1.6vw + 1.2rem,2.4rem);line-height:1.15;color:var(--color-ink)}.section-head p{font-size:1.05rem;line-height:1.7;color:var(--color-muted)}.section-cta{display:flex;justify-content:center;margin-top:48px}.feature-bullets,.app-features,.security-points{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:18px}.app-features{margin-top:6px}.feature-bullets li,.app-features li,.security-points li{position:relative;padding-left:28px;font-size:.98rem;line-height:1.5;color:var(--color-ink)}.feature-bullets li:before,.app-features li:before,.security-points li:before{content:"";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;background:#e599712e}.feature-bullets li:after,.app-features li:after,.security-points li:after{content:"";position:absolute;left:6px;top:5px;width:5px;height:9px;border:solid var(--color-accent-dark);border-width:0 2px 2px 0;transform:rotate(45deg)}.hero-eyebrow{display:inline-flex;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--color-logo)}.hero-actions{margin-top:12px;flex-direction:row;flex-wrap:wrap;align-items:center;gap:14px}.hero-trust{font-size:.8rem;letter-spacing:.03em;color:var(--color-muted);font-weight:600}.schedule-mock{position:relative;z-index:1;width:min(100%,360px);background:#fffffff5;border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -38px #46281c8c;transform:rotate(-1.5deg)}.schedule-mock__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-mock__title{font-weight:600;font-size:.95rem;color:var(--color-ink)}.schedule-mock__status{display:flex;flex-direction:column;align-items:flex-end}.schedule-mock__status-label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.schedule-mock__status-value{font-size:.82rem;font-weight:700;color:#3a8f6f}.schedule-mock__rows{display:flex;flex-direction:column;gap:8px}.sched-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:var(--color-sand-light)}.sched-row--alert{background:#e5997129}.sched-row__avatar{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--color-logo);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.sched-row--alert .sched-row__avatar{background:#c96e5247;color:var(--color-accent-dark)}.sched-row__info{display:flex;flex-direction:column;flex:1;min-width:0}.sched-row__name{font-size:.82rem;font-weight:600;color:var(--color-ink)}.sched-row__meta{font-size:.7rem;color:var(--color-muted)}.sched-row__state{font-size:.68rem;font-weight:600;color:var(--color-muted);white-space:nowrap}.sched-row__cover{font-size:.68rem;font-weight:700;color:#fff;background:var(--color-logo);padding:5px 12px;border-radius:999px;white-space:nowrap}.mock-card{position:relative;z-index:1;width:min(100%,360px);background:#fffffff5;border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -38px #46281c8c;transform:rotate(-1.5deg)}.mock-card--record,.mock-card--invoice{transform:rotate(1.5deg)}.mock-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.mock-card__title{font-weight:600;font-size:.95rem;color:var(--color-ink)}.week-cov{display:flex;flex-direction:column;align-items:flex-end}.week-cov__label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.week-cov__value{font-size:.82rem;font-weight:700;color:#3a8f6f}.week-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.week-col{display:flex;flex-direction:column;gap:6px}.week-col__day{font-size:.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:var(--color-muted)}.week-cell{height:26px;border-radius:7px;background:#3a8f6f47}.week-cell--open{background:#e5997129;border:1px dashed var(--color-accent-dark)}.week-legend{display:flex;gap:18px}.week-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:.66rem;font-weight:600;color:var(--color-muted)}.week-swatch{width:12px;height:12px;border-radius:4px;background:#3a8f6f73}.week-swatch--open{background:#e599712e;border:1px dashed var(--color-accent-dark)}.record-head{display:flex;align-items:center;gap:12px}.record-avatar{flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:var(--color-logo);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.record-id{display:flex;flex-direction:column;min-width:0}.record-id__name{font-size:.9rem;font-weight:600;color:var(--color-ink)}.record-id__meta{font-size:.7rem;color:var(--color-muted)}.record-tags{display:flex;flex-wrap:wrap;gap:6px}.record-tag{font-size:.66rem;font-weight:600;color:var(--color-accent-dark);background:#e5997124;padding:4px 10px;border-radius:999px}.record-notes{display:flex;flex-direction:column;gap:9px}.record-notes__label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.record-note{position:relative;display:flex;align-items:flex-start;gap:8px;font-size:.76rem;line-height:1.45;color:var(--color-ink)}.record-note__dot{flex:0 0 auto;width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--color-logo)}.record-docs{display:flex;align-items:center;gap:8px;padding-top:4px;border-top:1px solid rgba(90,75,68,.12);font-size:.74rem;color:var(--color-muted)}.record-docs svg{width:15px;height:15px;color:var(--color-logo)}.record-docs__count{margin-left:auto;font-weight:700;color:var(--color-ink)}.med-list{display:flex;flex-direction:column;gap:8px}.med-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:12px;background:var(--color-sand-light)}.med-row--upcoming{background:#5a4b440f}.med-check{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:#3a8f6f2e;color:#3a8f6f;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.med-check svg{width:14px;height:14px}.med-row--upcoming .med-check{background:#5a4b441f;color:var(--color-muted)}.med-info{display:flex;flex-direction:column;flex:1;min-width:0}.med-name{font-size:.8rem;font-weight:600;color:var(--color-ink)}.med-time{font-size:.68rem;color:var(--color-muted)}.med-flag{font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);white-space:nowrap}.vitals{display:flex;flex-direction:column;gap:8px}.vitals__label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.vitals__items{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vital{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 6px;border-radius:12px;background:var(--color-sand-light)}.vital__value{font-size:.9rem;font-weight:700;color:var(--color-ink)}.vital__label{font-size:.6rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted)}.cg-head{display:flex;align-items:center;gap:12px}.cg-avatar{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--color-logo);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.cg-id{display:flex;flex-direction:column;flex:1;min-width:0}.cg-id__name{font-size:.9rem;font-weight:600;color:var(--color-ink)}.cg-id__role{font-size:.7rem;color:var(--color-muted)}.cg-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;font-size:.66rem;font-weight:700;letter-spacing:.04em;color:#3a8f6f;background:#3a8f6f29;padding:5px 11px;border-radius:999px}.cg-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#3a8f6f}.cg-certs{display:flex;flex-direction:column;gap:8px}.cg-certs__label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.cg-certs__list{display:flex;flex-wrap:wrap;gap:6px}.cg-cert{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:600;color:var(--color-ink);background:var(--color-sand-light);padding:5px 10px;border-radius:999px}.cg-cert__check{color:#3a8f6f;font-weight:800}.cg-hours{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:14px;background:#3a8f6f1f}.cg-hours__label{font-size:.72rem;font-weight:600;color:var(--color-muted)}.cg-hours__value{font-size:1.05rem;font-weight:700;color:#3a8f6f}.inv-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inv-id{display:flex;flex-direction:column}.inv-id__title{font-size:.9rem;font-weight:600;color:var(--color-ink)}.inv-id__client{font-size:.7rem;color:var(--color-muted)}.inv-status{font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#3a8f6f;background:#3a8f6f29;padding:5px 12px;border-radius:999px}.inv-services{display:flex;flex-direction:column;gap:14px}.inv-service{display:flex;flex-direction:column;gap:7px}.inv-service__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.inv-service__label{font-size:.8rem;font-weight:600;color:var(--color-ink)}.inv-service__share{font-size:.74rem;font-weight:700;color:var(--color-muted)}.inv-service__track{height:8px;border-radius:999px;background:#5a4b441a;overflow:hidden}.inv-service__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-logo),var(--color-accent-dark))}.report-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.report-kpi{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:14px;background:var(--color-sand-light)}.report-kpi__value{font-size:1.2rem;font-weight:700;color:var(--color-ink)}.report-kpi__label{font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted)}.report-chart{display:flex;flex-direction:column;gap:10px}.report-chart__label{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.report-bars{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:7px;height:92px}.report-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:100%}.report-bar{width:100%;border-radius:6px 6px 3px 3px;background:var(--color-logo);min-height:6px}.report-bar--soft{background:#e5997159}.report-col__day{font-size:.58rem;font-weight:600;color:var(--color-muted)}.ai-chat{position:relative;z-index:1;width:min(100%,360px);display:flex;flex-direction:column;gap:12px}.ai-chat__q{align-self:flex-end;max-width:80%;font-size:.82rem;font-weight:600;color:var(--color-ink);background:var(--color-sand);padding:12px 16px;border-radius:18px 18px 4px;box-shadow:0 14px 30px -26px #46281c80}.ai-chat__a{align-self:flex-start;max-width:92%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#fffffff7;padding:16px;border-radius:18px 18px 18px 4px;box-shadow:0 26px 50px -36px #46281c8c}.ai-chat__badge{display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,var(--color-logo),var(--color-accent-dark));padding:4px 10px;border-radius:999px}.ai-chat__text{font-size:.84rem;line-height:1.55;color:var(--color-ink)}.ai-chat__chip{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-dark);background:#e5997129;padding:4px 10px;border-radius:999px}.hero-phone{position:relative;z-index:2;width:clamp(118px,14vw,168px);margin-left:-34px;align-self:flex-end;filter:drop-shadow(0 24px 40px rgba(38,25,18,.25))}.hero-phone img{width:100%;height:auto;border-radius:24px}.problem{padding:24px 0 56px}.pain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pain-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:10px}.pain-card h3{font-family:var(--font-display);font-size:1.15rem;color:var(--color-ink)}.pain-card p{font-size:.96rem;line-height:1.6;color:var(--color-muted)}.platform{padding:40px 0 32px}.cap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cap-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:12px;transition:transform .25s ease,box-shadow .25s ease}.cap-card--link{color:inherit;text-decoration:none;cursor:pointer}.cap-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px -30px #4e322366}.cap-card--link:focus-visible{outline:3px solid rgba(229,153,113,.45);outline-offset:4px}.cap-card__icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#e5997124;color:var(--color-accent-dark)}.cap-card__icon svg{width:22px;height:22px}.cap-card h3{font-family:var(--font-display);font-size:1.05rem;color:var(--color-ink)}.cap-card p{font-size:.92rem;line-height:1.55;color:var(--color-muted)}.feature:nth-child(6){--panel-start: #f1dccd;--panel-mid: #f5ece5;--panel-end: #e4f1ec;--panel-accent: rgba(216, 158, 130, .7)}.feature:nth-child(7){--panel-start: #f5ddcd;--panel-mid: #f7efe6;--panel-end: #e8f1ed;--panel-accent: rgba(227, 168, 140, .7)}.mock-frame{position:relative;width:min(100%,440px);border-radius:28px;padding:32px;overflow:hidden;background:radial-gradient(circle at 15% 20%,#fff9,#fff0 60%),linear-gradient(135deg,var(--panel-start) 0%,var(--panel-mid) 45%,var(--panel-end) 100%);box-shadow:var(--shadow-soft)}.mock-window{position:relative;z-index:2;background:#fffffff7;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 22px 46px -34px #46281c80}.mock-window__bar{display:flex;gap:6px}.mock-window__bar span{width:9px;height:9px;border-radius:50%;background:#5a4b442e}.mock-window__title{font-weight:600;font-size:.95rem;color:var(--color-ink)}.mock-window__rows{display:flex;flex-direction:column;gap:10px}.mock-bar{height:9px;border-radius:999px;background:#5a4b441f}.mock-bar:nth-child(2){width:82%}.mock-bar:nth-child(3){width:64%}.mock-window__chip{align-self:flex-start;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-logo);background:#e5997126;padding:4px 10px;border-radius:999px}.ai-section{padding:72px 0;background:linear-gradient(160deg,#eef6f3,#e3f0ec)}.ai-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ai-card{background:#ffffffe0;border:1px solid rgba(255,255,255,.6);border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:10px;box-shadow:0 20px 44px -34px #46281c66}.ai-card__spark{width:14px;height:14px;margin-bottom:6px;background:#e59971cc;transform:rotate(45deg);border-radius:4px;box-shadow:0 0 0 6px #e599711f}.ai-card h3{font-family:var(--font-display);font-size:1.1rem;color:var(--color-ink)}.ai-card p{font-size:.95rem;line-height:1.6;color:var(--color-muted)}.app-section{padding:56px 0}.app-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center}.app-copy{display:flex;flex-direction:column;gap:16px}.app-copy h2{font-family:var(--font-display);font-size:clamp(1.7rem,1.6vw + 1.2rem,2.4rem);color:var(--color-ink)}.app-copy>p{font-size:1.05rem;line-height:1.7;color:var(--color-muted);max-width:520px}.app-download-label{margin-top:8px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.store-badges{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.store-badge{display:inline-flex;height:46px}.store-badge img{height:100%;width:auto}.app-media{display:flex;justify-content:center}.outcomes{padding:24px 0 64px}.outcome-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.outcome{background:linear-gradient(135deg,var(--color-sand-light),var(--color-mint));border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:8px}.outcome__value{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--color-ink)}.outcome__label{font-size:.9rem;line-height:1.5;color:var(--color-muted)}.onboarding{padding:24px 0 64px}.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.step{display:flex;flex-direction:column;gap:10px;padding:28px;border-radius:20px;background:var(--color-surface);border:1px solid var(--color-border)}.step__number{width:36px;height:36px;border-radius:50%;background:var(--color-logo);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700}.step h3{font-family:var(--font-display);font-size:1.1rem;color:var(--color-ink)}.step p{font-size:.95rem;line-height:1.6;color:var(--color-muted)}.testimonials{padding:24px 0 72px}.testimonial{max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:20px}.testimonial blockquote{margin:0;font-family:var(--font-display);font-size:clamp(1.3rem,1.4vw + 1rem,1.8rem);line-height:1.45;color:var(--color-ink)}.testimonial figcaption{font-size:.9rem;font-weight:600;color:var(--color-muted)}.phone-mock{position:relative;width:min(100%,250px);border-radius:40px;padding:14px;background:#fff;box-shadow:var(--shadow-soft)}.phone-mock:before{content:"";position:absolute;top:24px;left:50%;transform:translate(-50%);width:44px;height:5px;border-radius:999px;background:#5a4b4429;z-index:2}.phone-mock__screen{border-radius:28px;background:linear-gradient(180deg,var(--color-sand-light) 0%,#ffffff 58%);padding:40px 16px 22px;min-height:400px;display:flex;flex-direction:column;gap:14px}.phone-mock__bar{display:flex;align-items:center;gap:8px}.phone-mock__dot{flex:0 0 auto;width:18px;height:18px;border-radius:50%;background:var(--color-logo)}.pbar{display:block;width:100%;height:8px;border-radius:999px;background:#5a4b441f}.phone-mock__card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 16px 36px -28px #46281c80}.phone-mock__chip{align-self:flex-start;font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-logo);background:#e5997126;padding:3px 8px;border-radius:999px}.phone-mock__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-top:2px}.phone-mock__row{display:flex;align-items:center;gap:10px}.phone-mock__row .pbar{flex:1}.phone-mock__check{position:relative;flex:0 0 auto;width:18px;height:18px;border-radius:6px;border:2px solid var(--color-border)}.phone-mock__row--done .phone-mock__check{background:var(--color-accent);border-color:var(--color-accent)}.phone-mock__row--done .phone-mock__check:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.phone-mock__timeline{position:relative;list-style:none;display:flex;flex-direction:column;gap:18px;margin-top:4px;padding-left:6px}.phone-mock__timeline:before{content:"";position:absolute;left:12px;top:6px;bottom:6px;width:2px;background:#e599714d}.phone-mock__timeline li{position:relative;display:flex;gap:14px;align-items:flex-start}.phone-mock__tl-dot{flex:0 0 auto;width:12px;height:12px;margin-left:6px;margin-top:2px;border-radius:50%;background:var(--color-logo);border:2px solid #ffffff;box-shadow:0 0 0 3px #e5997126;z-index:1}.phone-mock__tl-body{display:flex;flex-direction:column;gap:6px;flex:1;padding-top:1px}.header-nav{display:flex;align-items:center;gap:6px;margin:0 auto}.header-nav-anchor{padding:6px 12px;border-radius:999px;font-size:.92rem;font-weight:600;color:var(--color-ink);transition:background .2s ease,color .2s ease}.header-nav-anchor:hover,.header-nav-anchor:focus{background:#ffffffb3;color:var(--color-accent-dark)}@media(max-width:960px){.header-nav{display:none}.pain-grid,.cap-grid,.ai-cards,.step-grid,.outcome-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-layout{grid-template-columns:1fr;gap:32px}.app-media{order:2}}@media(max-width:640px){.section-shell{padding:0 20px}.pain-grid,.cap-grid,.ai-cards,.step-grid,.outcome-grid{grid-template-columns:1fr}.schedule-mock{width:min(100%,320px);transform:none}.mock-card{width:min(100%,340px);transform:none}.mock-card--record,.mock-card--invoice{transform:none}.hero-phone{margin-left:0}.mock-frame{width:min(100%,360px);padding:26px}}.hero-card--text{display:flex;justify-content:center}.hero-card--text .hero-copy{max-width:820px;align-items:center;text-align:center}.hero-card--text .hero-copy p{max-width:640px}.hero-card--text .hero-actions{justify-content:center}.family-provider-link{margin-top:22px;align-self:center;font-weight:700;font-size:.92rem;color:var(--color-accent-dark);text-decoration:none;transition:color .2s ease}.family-provider-link:after{content:" →"}.family-provider-link:hover,.family-provider-link:focus-visible{color:var(--color-ink)}.apps{padding:56px 0}.apps-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.apps-col{display:flex;flex-direction:column;gap:12px;padding:32px;border-radius:22px;background:var(--color-surface);border:1px solid var(--color-border)}.apps-col__label{display:inline-flex;align-self:flex-start;padding:5px 12px;border-radius:999px;background:#e5997124;color:var(--color-accent-dark);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.apps-col h3{font-family:var(--font-display);font-size:1.3rem;color:var(--color-ink)}.apps-col>p{font-size:.98rem;line-height:1.6;color:var(--color-muted)}.apps-col .app-features{margin-top:8px}.apps-download{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:36px;text-align:center}.apps-download .app-download-label{margin-top:0}@media(max-width:760px){.apps-split{grid-template-columns:1fr;gap:20px}}.platform .section-head,.platform .section-head p{max-width:none}@media(min-width:1240px){.platform .section-head h2{white-space:nowrap}}.hero-copy h1,.section-head h2,.feature-copy h2,.app-copy h2,.apps-col h3,.cap-card h3,.step h3{letter-spacing:-.02em}.hero-card--text .hero-copy h1{font-size:clamp(2.25rem,2.6vw + 1.3rem,3.25rem);line-height:1.04;font-weight:700}.hero-highlight{position:relative;display:inline;margin:0 .08em;padding:0 .03em;white-space:normal;background-image:linear-gradient(92deg,#acdbd0c2,#acdbd0db);background-repeat:no-repeat;background-position:0 100%;background-size:0% 42%;-webkit-box-decoration-break:clone;box-decoration-break:clone;animation:markerSweep 1s .25s cubic-bezier(.22,1,.36,1) forwards}.feature-bullets li,.app-features li,.security-points li{padding-left:30px}.feature-bullets li:before,.app-features li:before,.security-points li:before{content:"";position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;background-color:var(--color-logo);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23ffffff'%20stroke-width='3.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%2013l4%204L19%207'/%3E%3C/svg%3E");background-size:11px 11px;background-position:center;background-repeat:no-repeat;box-shadow:0 4px 10px -4px #e5997199}.feature-bullets li:after,.app-features li:after,.security-points li:after{content:none}.outcome{background:var(--color-logo);color:#fff;box-shadow:0 20px 44px -28px #c07053ad}.outcome__value{color:#fff}.outcome__label{color:#ffffffeb}.cap-card,.apps-col,.step{border-color:#80604e1f;box-shadow:var(--shadow-card)}.cap-card:hover{box-shadow:0 24px 50px -30px #4e322373}.ai-feature{margin-top:-24px;padding-top:0}.ai-feature .feature-bullets li strong{color:var(--color-ink);font-weight:700}.solutions{padding:56px 0}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.solution-card{display:flex;flex-direction:column;gap:12px;padding:30px;border-radius:22px;background:var(--color-surface);border:1px solid rgba(128,96,78,.12);box-shadow:var(--shadow-card)}.solution-card__audience{align-self:flex-start;padding:5px 12px;border-radius:999px;background:#e5997124;color:var(--color-accent-dark);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.solution-card h3{font-family:var(--font-display);font-size:1.3rem;letter-spacing:-.02em;color:var(--color-ink)}.solution-card>p{font-size:.96rem;line-height:1.55;color:var(--color-muted)}.solution-card .app-features{margin-top:4px}.solution-card__cta{margin-top:auto;padding-top:8px;font-weight:700;font-size:.92rem;color:var(--color-accent-dark);transition:color .2s ease}.solution-card__cta:after{content:" →"}.solution-card__cta:hover,.solution-card__cta:focus{color:var(--color-ink)}@media(max-width:900px){.solution-grid{grid-template-columns:1fr}}@media(max-width:640px){.ai-feature{margin-top:-16px}}@keyframes markerSweep{0%{background-size:0% 42%}to{background-size:100% 42%}}@media(prefers-reduced-motion:reduce){.hero-highlight{animation:none;background-size:100% 42%}}
