/* Alfred — landing page isolada · 2026-09-03 */
:root{
  --ar-ink:#11110f;
  --ar-ink-soft:#24231f;
  --ar-paper:#f7f6f1;
  --ar-paper-2:#efede6;
  --ar-white:#fff;
  --ar-yellow:#ffd43b;
  --ar-yellow-soft:#fff4bd;
  --ar-muted:#67665f;
  --ar-muted-2:#6f6e67;
  --ar-line:#e2e0d8;
  --ar-line-strong:#cbc8bd;
  --ar-shadow-sm:0 8px 24px rgba(17,17,15,.06);
  --ar-shadow-md:0 18px 50px rgba(17,17,15,.09);
  --ar-shadow-lg:0 32px 80px rgba(17,17,15,.14);
  --ar-font:'Manrope',Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --ar-display:'Space Grotesk','Manrope',system-ui,sans-serif;
  --ar-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono',monospace;
}

*,*::before,*::after{box-sizing:border-box}
html{min-width:320px;scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;min-width:320px;background:var(--ar-paper);color:var(--ar-ink);font-family:var(--ar-font);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body,button,input{font-family:var(--ar-font)}
button,input{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
img,svg{display:block}
button{cursor:pointer}
::selection{background:var(--ar-yellow);color:var(--ar-ink)}
:focus-visible{outline:3px solid rgba(214,166,0,.72);outline-offset:3px}

.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}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:11px 15px;border-radius:10px;background:var(--ar-ink);color:#fff;font-size:13px;font-weight:800;transform:translateY(-160%);transition:transform .18s ease}
.skip-link:focus{transform:none}
.ar-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.ar-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:14px;font-size:13px;font-weight:800;line-height:1;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}
.ar-button:hover{transform:translateY(-1px)}
.ar-button:active{transform:none}
.ar-button--dark{border-color:var(--ar-ink);background:var(--ar-ink);color:#fff}
.ar-button--dark:hover{background:#2a2925;box-shadow:0 10px 24px rgba(17,17,15,.16)}
.ar-button--yellow{border-color:var(--ar-yellow);background:var(--ar-yellow);color:var(--ar-ink)}
.ar-button--yellow:hover{background:#f4c927;box-shadow:0 10px 24px rgba(129,98,0,.15)}
.ar-button--quiet{background:transparent;color:var(--ar-ink)}
.ar-button--quiet:hover{background:#efede6}
.ar-button--outline-light{border-color:rgba(255,255,255,.38);background:transparent;color:#fff}
.ar-button--outline-light:hover{border-color:#fff;background:rgba(255,255,255,.08)}

.ar-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--ar-muted);font-family:var(--ar-mono);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.ar-eyebrow>span{width:22px;height:2px;border-radius:999px;background:var(--ar-yellow)}
.ar-eyebrow--light{color:#d0cfc8}

#screen-busca{overflow:clip;background:var(--ar-paper)}
.ar-header{position:sticky;z-index:40;top:0;border-bottom:1px solid rgba(203,200,189,.76);background:rgba(247,246,241,.91);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ar-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;min-height:78px}
.ar-brand{display:inline-flex;align-items:center;width:108px;min-width:0}
.ar-brand picture{display:block;width:100%}
.ar-brand img{width:100%;height:auto}
.ar-nav-links{display:flex;align-items:center;justify-content:center;gap:30px}
.ar-nav-links a{position:relative;padding:8px 0;color:#52514b;font-size:13px;font-weight:700}
.ar-nav-links a::after{content:'';position:absolute;right:0;bottom:2px;left:0;height:2px;border-radius:999px;background:var(--ar-yellow);transform:scaleX(0);transition:transform .18s ease}
.ar-nav-links a:hover{color:var(--ar-ink)}
.ar-nav-links a:hover::after{transform:scaleX(1)}
.ar-nav-actions{display:flex;align-items:center;gap:8px}

.ar-hero{position:relative;isolation:isolate;padding:78px 0 84px;background:radial-gradient(circle at 86% 16%,rgba(255,212,59,.24),transparent 23rem),linear-gradient(180deg,#faf9f5 0%,var(--ar-paper) 100%)}
.ar-hero::before{content:'';position:absolute;z-index:-1;inset:0;opacity:.24;background-image:radial-gradient(rgba(17,17,15,.17) .7px,transparent .7px);background-size:18px 18px;mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%)}
.ar-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);align-items:center;gap:70px}
.ar-hero-copy{position:relative;z-index:2}
.ar-hero-copy h1{max-width:690px;margin:20px 0 22px;color:var(--ar-ink);font-family:var(--ar-display);font-size:clamp(48px,5.4vw,76px);font-weight:700;letter-spacing:-.065em;line-height:.96}
.ar-hero-copy h1 em{display:block;color:var(--ar-muted);font-style:normal;font-weight:600}
.ar-hero-lead{max-width:625px;margin:0;color:#52514c;font-size:17px;font-weight:550;line-height:1.68}
.ar-search-panel{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px;max-width:650px;margin-top:32px;padding:8px;border:1px solid var(--ar-line-strong);border-radius:20px;background:#fff;box-shadow:var(--ar-shadow-md);transition:border-color .18s ease,box-shadow .18s ease}
.ar-search-panel:focus-within{border-color:#8c8980;box-shadow:0 0 0 3px rgba(17,17,15,.16),0 20px 55px rgba(17,17,15,.12)}
.ar-search-field{display:flex;min-width:0;flex-direction:column;gap:3px;padding:3px 10px 3px 12px}
.ar-search-field label{color:var(--ar-muted-2);font-family:var(--ar-mono);font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ar-search-field input{width:100%;min-width:0;height:34px;padding:0;border:0;outline:0;background:transparent;color:var(--ar-ink);font-family:var(--ar-mono);font-size:20px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;box-shadow:none}
.ar-search-field input::placeholder{color:#b8b5ab;opacity:1}
.ar-search-submit{min-height:54px;padding-inline:24px;border-radius:14px}
.ar-search-submit svg{width:18px;height:18px}
.ar-search-submit:disabled{cursor:wait;opacity:.78}
.search-err{min-height:19px;max-width:650px;margin:8px 0 0;padding:0 8px;color:#912f27;font-size:12px;font-weight:800;text-align:left}
.ar-hero-notes{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:13px;color:#65645e;font-size:11px;font-weight:700}
.ar-hero-notes span{display:inline-flex;align-items:center;gap:6px}
.ar-hero-notes svg{width:15px;height:15px;color:var(--ar-ink)}

.ar-product-stage{position:relative;display:flex;min-height:570px;align-items:center;justify-content:center;padding:28px}
.ar-stage-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:var(--ar-yellow);opacity:.75;transform:translate(34px,-6px)}
.ar-stage-glow::after{content:'';position:absolute;inset:42px;border:1px solid rgba(17,17,15,.12);border-radius:50%}
.ar-product-card{position:relative;z-index:2;width:min(100%,500px);padding:23px;border:1px solid rgba(17,17,15,.14);border-radius:30px;background:rgba(255,255,255,.97);box-shadow:0 35px 80px rgba(17,17,15,.18);transform:rotate(-1deg)}
.ar-product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid var(--ar-line)}
.ar-product-header>div{display:flex;min-width:0;flex-direction:column}
.ar-product-kicker{margin-bottom:4px;color:var(--ar-muted-2);font-family:var(--ar-mono);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ar-product-header strong{overflow:hidden;color:var(--ar-ink);font-family:var(--ar-display);font-size:24px;letter-spacing:-.045em;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}
.ar-product-header small{margin-top:5px;color:var(--ar-muted);font-size:10px;font-weight:650}
.ar-status{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;border-radius:999px;background:var(--ar-yellow-soft);color:#5d4900;font-family:var(--ar-mono);font-size:7px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.ar-status i{width:6px;height:6px;border-radius:50%;background:var(--ar-yellow);box-shadow:0 0 0 2px rgba(17,17,15,.1)}
.ar-score-compact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin-top:17px;padding:13px;border-radius:18px;background:var(--ar-ink);color:#fff}
.ar-score-compact-number{display:flex;width:62px;height:62px;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:var(--ar-yellow);color:var(--ar-ink)}
.ar-score-compact-number strong{font-family:var(--ar-display);font-size:24px;letter-spacing:-.06em;line-height:.9}
.ar-score-compact-number small{margin-top:3px;font-family:var(--ar-mono);font-size:6px;font-weight:800;text-transform:uppercase}
.ar-score-compact>div:nth-child(2){display:flex;min-width:0;flex-direction:column}
.ar-score-compact>div:nth-child(2)>small{color:#aaa9a3;font-family:var(--ar-mono);font-size:7px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.ar-score-compact>div:nth-child(2)>strong{margin-top:4px;color:#fff;font-size:13px}
.ar-score-compact>div:nth-child(2)>span{overflow:hidden;margin-top:2px;color:#aaa9a3;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.ar-score-arrow{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:10px;background:#302f2b;color:#fff;font-size:17px}
.ar-next-care{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-top:10px;padding:12px;border:1px solid var(--ar-line);border-radius:16px;background:#faf9f6}
.ar-next-icon{display:flex;width:39px;height:39px;align-items:center;justify-content:center;border-radius:12px;background:var(--ar-yellow);color:var(--ar-ink)}
.ar-next-icon svg{width:20px;height:20px}
.ar-next-care>div{display:flex;min-width:0;flex-direction:column}
.ar-next-care small{color:var(--ar-muted-2);font-family:var(--ar-mono);font-size:7px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.ar-next-care strong{margin-top:2px;color:var(--ar-ink);font-size:12px}
.ar-next-care div span{margin-top:1px;color:var(--ar-muted);font-size:9px}
.ar-timeline-head{display:flex;align-items:center;justify-content:space-between;margin:17px 2px 9px}
.ar-timeline-head strong{font-size:11px}
.ar-timeline-head span{color:var(--ar-muted);font-size:9px;font-weight:750}
.ar-mini-timeline{display:grid;gap:7px}
.ar-mini-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 11px;border:1px solid var(--ar-line);border-radius:13px;background:#fff}
.ar-mini-dot{width:9px;height:9px;border:2px solid var(--ar-ink);border-radius:50%;background:var(--ar-yellow);box-shadow:0 0 0 3px var(--ar-yellow-soft)}
.ar-mini-item>div{display:flex;min-width:0;flex-direction:column}
.ar-mini-item>div strong,.ar-mini-item>div small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ar-mini-item>div strong{font-size:9px}
.ar-mini-item>div small{margin-top:3px;color:var(--ar-muted-2);font-size:8px}
.ar-mini-tag{padding:5px 7px;border-radius:999px;background:var(--ar-yellow-soft);color:#5d4900;font-family:var(--ar-mono);font-size:6px;font-weight:800;text-transform:uppercase}
.ar-mini-tag--neutral{background:var(--ar-paper-2);color:var(--ar-muted)}
.ar-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;top:122px;left:-4px;padding:11px 13px;border:1px solid rgba(17,17,15,.14);border-radius:15px;background:#fff;box-shadow:var(--ar-shadow-md);transform:rotate(2deg)}
.ar-floating-card>span{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:var(--ar-yellow-soft)}
.ar-floating-card svg{width:18px;height:18px}
.ar-floating-card>div{display:flex;flex-direction:column}
.ar-floating-card small{color:var(--ar-muted-2);font-family:var(--ar-mono);font-size:7px;font-weight:700;text-transform:uppercase}
.ar-floating-card strong{margin-top:2px;font-size:10px}

.ar-trust-strip{border-top:1px solid var(--ar-line);border-bottom:1px solid var(--ar-line);background:#fff}
.ar-trust-strip .ar-container{display:flex;min-height:70px;align-items:center;justify-content:center;gap:30px;color:#6f6e67;font-family:var(--ar-mono);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.ar-trust-strip i{width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:var(--ar-yellow)}

.ar-section{padding:108px 0;background:#fff}
.ar-section--soft{background:var(--ar-paper)}
.ar-section-heading{max-width:690px}
.ar-section-heading h2{margin:17px 0 0;color:var(--ar-ink);font-family:var(--ar-display);font-size:clamp(38px,4.6vw,62px);letter-spacing:-.06em;line-height:1}
.ar-section-heading h2 em{color:var(--ar-muted);font-style:normal}
.ar-section-heading>p,.ar-section-heading--split>p{margin:0;color:var(--ar-muted);font-size:15px;font-weight:550;line-height:1.68}
.ar-section-heading--split{display:grid;max-width:none;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:end;gap:70px}
.ar-section-heading--split>div{max-width:720px}
.ar-section-heading--center{max-width:790px;margin-inline:auto;text-align:center}

.ar-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}
.ar-feature-card{position:relative;min-height:360px;overflow:hidden;padding:28px;border:1px solid var(--ar-line);border-radius:26px;background:var(--ar-paper)}
.ar-feature-card--primary{border-color:#dfb60e;background:var(--ar-yellow)}
.ar-feature-icon{display:flex;width:50px;height:50px;align-items:center;justify-content:center;border:1px solid rgba(17,17,15,.1);border-radius:15px;background:#fff}
.ar-feature-icon svg{width:25px;height:25px}
.ar-feature-number{position:absolute;top:31px;right:28px;color:rgba(17,17,15,.38);font-family:var(--ar-mono);font-size:10px;font-weight:700}
.ar-feature-card h3{max-width:320px;margin:58px 0 13px;color:var(--ar-ink);font-family:var(--ar-display);font-size:28px;letter-spacing:-.045em;line-height:1.05}
.ar-feature-card p{max-width:330px;margin:0;color:#62615b;font-size:13px;font-weight:560;line-height:1.68}
.ar-feature-card--primary p{color:#493b00}
.ar-feature-proof{position:absolute;right:28px;bottom:25px;left:28px;display:flex;flex-wrap:wrap;gap:7px}
.ar-feature-proof span{padding:6px 9px;border:1px solid rgba(17,17,15,.16);border-radius:999px;background:rgba(255,255,255,.55);font-family:var(--ar-mono);font-size:7px;font-weight:700;text-transform:uppercase}
.ar-feature-score{position:absolute;right:28px;bottom:24px;left:28px;display:flex;align-items:baseline;gap:8px;padding:15px 17px;border-radius:16px;background:var(--ar-ink);color:#fff}
.ar-feature-score strong{color:var(--ar-yellow);font-family:var(--ar-display);font-size:34px;letter-spacing:-.06em;line-height:1}
.ar-feature-score span{color:#aaa9a3;font-family:var(--ar-mono);font-size:8px;font-weight:700;text-transform:uppercase}
.ar-care-pill{position:absolute;right:28px;bottom:25px;left:28px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--ar-line);border-radius:14px;background:#fff;font-size:11px;font-weight:800}
.ar-care-pill i{width:8px;height:8px;border-radius:50%;background:var(--ar-yellow);box-shadow:0 0 0 4px var(--ar-yellow-soft)}

.ar-showcase{background:var(--ar-ink);color:#fff}
.ar-showcase-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);align-items:center;gap:86px}
.ar-showcase-copy h2{margin:18px 0 22px;color:#fff;font-family:var(--ar-display);font-size:clamp(42px,4.7vw,64px);letter-spacing:-.06em;line-height:.98}
.ar-showcase-copy h2 em{color:var(--ar-yellow);font-style:normal}
.ar-showcase-copy>p{max-width:560px;margin:0;color:#b2b1aa;font-size:15px;line-height:1.7}
.ar-check-list{display:grid;gap:18px;margin:34px 0 0;padding:0;list-style:none}
.ar-check-list li{display:flex;align-items:flex-start;gap:13px}
.ar-check-list li>span{display:flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:8px;background:var(--ar-yellow);color:var(--ar-ink);font-size:12px;font-weight:900}
.ar-check-list li>div{display:flex;flex-direction:column}
.ar-check-list strong{color:#fff;font-size:13px}
.ar-check-list small{margin-top:3px;color:#989791;font-size:11px;line-height:1.5}
.ar-score-card{overflow:hidden;padding:27px 29px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:#1d1d1a;box-shadow:0 30px 80px rgba(0,0,0,.24)}
.ar-score-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}
.ar-score-card>header span{color:#94938d;font-family:var(--ar-mono);font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.ar-score-card>header strong{color:#fff;font-size:12px}
.ar-score-card-main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:25px;padding:25px 0}
.ar-score-orbit{position:relative;display:flex;width:148px;height:148px;flex:0 0 148px;flex-direction:column;align-items:center;justify-content:center;border:2px solid var(--ar-yellow);border-radius:50%;background:var(--ar-yellow);color:var(--ar-ink);box-shadow:inset 0 0 0 2px rgba(255,255,255,.24)}
.ar-score-orbit::after{content:'';position:absolute;inset:-9px;border:1px solid rgba(255,212,59,.25);border-radius:50%}
.ar-score-orbit strong{font-family:var(--ar-display);font-size:54px;letter-spacing:-.08em;line-height:.84}
.ar-score-orbit small{margin-top:7px;font-family:var(--ar-mono);font-size:8px;font-weight:800;text-transform:uppercase}
.ar-score-copy{min-width:0}
.ar-score-band{display:inline-flex;padding:6px 9px;border:1px solid rgba(255,212,59,.32);border-radius:999px;background:rgba(255,212,59,.08);color:var(--ar-yellow);font-family:var(--ar-mono);font-size:7px;font-weight:800;text-transform:uppercase}
.ar-score-copy h3{margin:13px 0 8px;color:#fff;font-family:var(--ar-display);font-size:25px;letter-spacing:-.04em;line-height:1.06}
.ar-score-copy p{margin:0;color:#92918b;font-size:11px;line-height:1.55}
.ar-score-signals{display:grid;border-top:1px solid rgba(255,255,255,.1)}
.ar-score-signals>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.ar-score-signals>div>span{display:flex;width:26px;height:26px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:var(--ar-yellow);font-size:11px;font-weight:900}
.ar-score-signals p{display:flex;min-width:0;flex-direction:column;margin:0}
.ar-score-signals strong{color:#fff;font-size:11px}
.ar-score-signals small{margin-top:2px;color:#aaa9a3;font-size:9px}
.ar-score-disclaimer{margin:14px 0 0;color:#aaa9a3;font-size:9px;line-height:1.5}

.ar-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid var(--ar-line);border-bottom:1px solid var(--ar-line)}
.ar-steps article{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:34px 30px 38px;border-right:1px solid var(--ar-line)}
.ar-steps article:last-child{border-right:0}
.ar-step-number{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:var(--ar-ink);color:#fff;font-family:var(--ar-mono);font-size:11px;font-weight:700}
.ar-steps h3{margin:3px 0 9px;color:var(--ar-ink);font-family:var(--ar-display);font-size:21px;letter-spacing:-.035em}
.ar-steps p{margin:0;color:var(--ar-muted);font-size:12px;font-weight:550;line-height:1.68}

.ar-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}
.ar-audience-grid article{display:flex;min-height:330px;flex-direction:column;padding:28px;border:1px solid var(--ar-line);border-radius:26px;background:var(--ar-paper)}
.ar-audience-label{color:var(--ar-muted);font-family:var(--ar-mono);font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.ar-audience-grid h3{margin:68px 0 13px;color:var(--ar-ink);font-family:var(--ar-display);font-size:27px;letter-spacing:-.045em;line-height:1.08}
.ar-audience-grid p{margin:0;color:var(--ar-muted);font-size:13px;line-height:1.65}
.ar-audience-grid a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:16px 0 0;border-top:1px solid var(--ar-line);font-size:12px;font-weight:800}
.ar-audience-grid a span{font-size:18px}
.ar-audience-card--dark{border-color:var(--ar-ink)!important;background:var(--ar-ink)!important}
.ar-audience-card--dark .ar-audience-label{color:#999892}
.ar-audience-card--dark h3{color:#fff}
.ar-audience-card--dark p{color:#b1b0aa}
.ar-audience-card--dark a{border-color:rgba(255,255,255,.14);color:#fff}

.ar-partner-banner{padding:28px 0;background:#fff}
.ar-partner-banner-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px;padding:54px 58px;border-radius:30px;background:var(--ar-ink);color:#fff}
.ar-partner-banner h2{max-width:720px;margin:17px 0 14px;color:#fff;font-family:var(--ar-display);font-size:clamp(35px,4vw,54px);letter-spacing:-.055em;line-height:1}
.ar-partner-banner p{max-width:660px;margin:0;color:#b1b0aa;font-size:14px;line-height:1.65}
.ar-partner-actions{display:flex;min-width:210px;flex-direction:column;gap:10px}

.ar-faq{background:var(--ar-paper)}
.ar-faq-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(500px,1.25fr);align-items:start;gap:90px}
.ar-faq .ar-section-heading p{margin-top:22px}
.ar-faq-list{border-top:1px solid var(--ar-line-strong)}
.ar-faq-list details{border-bottom:1px solid var(--ar-line-strong)}
.ar-faq-list summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 44px 23px 0;color:var(--ar-ink);font-size:14px;font-weight:800;cursor:pointer;list-style:none}
.ar-faq-list summary::-webkit-details-marker{display:none}
.ar-faq-list summary::after{content:'+';position:absolute;right:4px;color:var(--ar-muted);font-size:24px;font-weight:400}
.ar-faq-list details[open] summary::after{content:'−'}
.ar-faq-list details p{max-width:650px;margin:-7px 0 23px;color:var(--ar-muted);font-size:13px;line-height:1.72}

.ar-final-cta{padding:20px 0 78px;background:var(--ar-paper)}
.ar-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px;padding:47px 51px;border:1px solid var(--ar-line-strong);border-radius:28px;background:var(--ar-yellow)}
.ar-final-cta-inner>div>span{color:#695400;font-family:var(--ar-mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ar-final-cta h2{max-width:760px;margin:12px 0 0;color:var(--ar-ink);font-family:var(--ar-display);font-size:clamp(30px,3.6vw,48px);letter-spacing:-.05em;line-height:1}
.ar-final-cta .ar-button{min-width:190px}

.ar-footer{padding:62px 0 25px;background:#0d0d0c;color:#fff}
.ar-footer-main{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(420px,1.1fr);gap:80px;padding-bottom:46px}
.ar-footer-brand picture{display:block;width:clamp(132px,13vw,158px)}
.ar-footer-brand img{display:block;width:100%;height:auto;filter:none}
.ar-footer-brand p{max-width:330px;margin:18px 0 0;color:#b5b4ae;font-size:13px;line-height:1.65}
.ar-footer-links{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:28px}
.ar-footer-links>div{display:flex;flex-direction:column;gap:12px}
.ar-footer-links strong{margin-bottom:5px;color:#a4a39d;font-family:var(--ar-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.ar-footer-links a{width:max-content;max-width:100%;color:#d6d5cf;font-size:12px;font-weight:650}
.ar-footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.ar-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.ar-footer-bottom p{margin:0;color:#a4a39d;font-size:9px;line-height:1.5}
.ar-company-line{max-width:900px;margin:15px 0 0;color:#8f8e88;font-size:9px;line-height:1.55}

@media(max-width:1080px){
  .ar-nav{grid-template-columns:1fr auto}
  .ar-nav-links{display:none}
  .ar-hero-grid{grid-template-columns:1fr;gap:56px}
  .ar-hero-copy{text-align:center}
  .ar-hero-copy h1,.ar-hero-lead,.ar-search-panel{margin-right:auto;margin-left:auto}
  .search-err{margin-right:auto;margin-left:auto;text-align:center}
  .ar-hero-notes{justify-content:center}
  .ar-product-stage{width:min(100%,680px);margin-inline:auto}
  .ar-section-heading--split{grid-template-columns:1fr;align-items:start;gap:24px}
  .ar-showcase-grid{grid-template-columns:1fr;gap:54px}
  .ar-showcase-copy{max-width:760px}
  .ar-score-card{width:min(100%,720px);margin-inline:auto}
  .ar-faq-grid{grid-template-columns:1fr;gap:48px}
  .ar-faq .ar-section-heading{max-width:700px}
  .ar-partner-banner-inner{grid-template-columns:1fr;gap:32px}
  .ar-partner-actions{min-width:0;flex-direction:row}
}

@media(max-width:820px){
  html{scroll-padding-top:76px}
  .ar-container{width:min(100% - 28px,1180px)}
  .ar-nav{min-height:70px;gap:14px}
  .ar-brand{width:98px}
  .ar-nav-actions .ar-button{min-height:40px;padding-inline:13px;border-radius:11px;font-size:10px}
  .ar-hero{padding:55px 0 64px}
  .ar-hero-copy h1{font-size:clamp(43px,11vw,62px)}
  .ar-hero-lead{font-size:15px}
  .ar-product-stage{min-height:540px;padding:18px 10px}
  .ar-floating-card{left:-2px}
  .ar-trust-strip .ar-container{justify-content:flex-start;overflow-x:auto;gap:18px;padding-inline:2px;white-space:nowrap;scrollbar-width:none}
  .ar-trust-strip .ar-container::-webkit-scrollbar{display:none}
  .ar-section{padding:80px 0}
  .ar-feature-grid,.ar-audience-grid{grid-template-columns:1fr}
  .ar-feature-card{min-height:300px}
  .ar-feature-card h3{margin-top:42px}
  .ar-steps{grid-template-columns:1fr;border-bottom:0}
  .ar-steps article{padding:28px 0;border-right:0;border-bottom:1px solid var(--ar-line)}
  .ar-partner-banner-inner{padding:42px 34px}
  .ar-final-cta-inner{grid-template-columns:1fr;padding:36px}
  .ar-final-cta .ar-button{width:max-content}
  .ar-footer-main{grid-template-columns:1fr;gap:40px}
  .ar-footer-bottom{align-items:flex-start;flex-direction:column}
}

@media(max-width:560px){
  .ar-container{width:calc(100% - 24px)}
  .ar-nav{grid-template-columns:minmax(0,1fr) auto;gap:5px;min-height:66px}
  .ar-brand{width:90px}
  .ar-nav-actions{gap:3px}
  .ar-nav-actions .ar-button{min-height:38px;padding-inline:9px;font-size:9px}
  .ar-nav-actions .ar-partner-link{padding-inline:5px;font-size:8px}
  .ar-hero{padding:43px 0 52px}
  .ar-eyebrow{font-size:8px}
  .ar-hero-copy h1{margin-top:17px;font-size:42px;line-height:.98}
  .ar-hero-lead{font-size:14px;line-height:1.62}
  .ar-search-panel{grid-template-columns:1fr;margin-top:25px;padding:7px;border-radius:17px}
  .ar-search-field{padding:8px 12px 5px;text-align:left}
  .ar-search-field input{font-size:19px;text-align:left}
  .ar-search-submit{width:100%;min-height:50px}
  .search-err{min-height:17px;margin-top:7px;text-align:left}
  .ar-hero-notes{display:grid;width:max-content;grid-template-columns:1fr;justify-content:start;gap:9px;margin:10px auto 0;text-align:left}
  .ar-hero-grid{gap:38px}
  .ar-product-stage{width:100%;min-width:0;min-height:0;margin-top:5px;padding:30px 0 12px}
  .ar-stage-glow{width:min(86vw,310px);height:min(86vw,310px);transform:translate(8px,-3px)}
  .ar-product-card{width:100%;padding:16px;border-radius:22px;transform:none}
  .ar-product-header{gap:10px;padding-bottom:13px}
  .ar-product-header strong{font-size:20px}
  .ar-product-header small{font-size:9px}
  .ar-status{padding:6px 7px;font-size:6px}
  .ar-score-compact{gap:10px;padding:11px}
  .ar-score-compact-number{width:54px;height:54px}
  .ar-score-compact-number strong{font-size:21px}
  .ar-score-compact>div:nth-child(2)>span{font-size:8px}
  .ar-score-arrow{display:none}
  .ar-next-care{padding:10px}
  .ar-mini-item{grid-template-columns:auto minmax(0,1fr);padding:9px}
  .ar-mini-tag{display:none}
  .ar-floating-card{display:none}
  .ar-trust-strip .ar-container{min-height:58px;font-size:7px}
  .ar-section{padding:66px 0}
  .ar-section-heading h2{font-size:clamp(32px,10vw,37px);overflow-wrap:anywhere}
  .ar-section-heading>p,.ar-section-heading--split>p{font-size:14px}
  .ar-feature-grid,.ar-audience-grid{margin-top:36px}
  .ar-feature-card{display:flex;min-height:0;flex-direction:column;padding:22px;border-radius:20px}
  .ar-feature-card h3{margin-top:40px;font-size:25px}
  .ar-feature-card p{max-width:none}
  .ar-feature-proof,.ar-feature-score,.ar-care-pill{position:static;right:auto;bottom:auto;left:auto;width:100%;margin-top:24px}
  .ar-feature-proof{margin-top:26px}
  .ar-feature-score,.ar-care-pill{margin-top:26px}
  .ar-showcase-copy h2{font-size:clamp(34px,10.5vw,39px);overflow-wrap:anywhere}
  .ar-score-card{padding:18px;border-radius:21px}
  .ar-score-card-main{grid-template-columns:1fr;justify-items:center;gap:22px;text-align:center}
  .ar-score-orbit{width:132px;height:132px;flex-basis:132px}
  .ar-score-orbit strong{font-size:47px}
  .ar-score-copy h3{font-size:23px}
  .ar-score-signals{text-align:left}
  .ar-steps{margin-top:38px}
  .ar-steps article{grid-template-columns:auto 1fr;gap:15px}
  .ar-audience-grid article{min-height:285px;padding:22px;border-radius:20px}
  .ar-audience-grid h3{margin-top:43px;font-size:25px}
  .ar-partner-banner{padding:14px 0}
  .ar-partner-banner-inner{padding:32px 24px;border-radius:23px}
  .ar-partner-banner h2{font-size:clamp(32px,10vw,37px);overflow-wrap:anywhere}
  .ar-partner-actions{display:grid;grid-template-columns:1fr}
  .ar-partner-actions .ar-button{width:100%}
  .ar-faq-list summary{padding:20px 34px 20px 0;font-size:13px}
  .ar-final-cta{padding:12px 0 54px}
  .ar-final-cta-inner{padding:28px 24px;border-radius:22px}
  .ar-final-cta .ar-button{width:100%}
  .ar-footer{padding-top:48px}
  .ar-footer-main{gap:34px;padding-bottom:34px}
  .ar-footer-brand picture{width:132px}
  .ar-footer-links{grid-template-columns:1fr 1fr;gap:30px 20px}
}

@media(max-width:370px){
  .ar-brand{width:80px}
  .ar-nav-actions .ar-button{padding-inline:7px;font-size:8.5px}
  .ar-nav-actions .ar-partner-link{padding-inline:3px;font-size:7.5px}
  .ar-hero-copy h1{font-size:38px}
  .ar-product-header strong{font-size:18px}
  .ar-score-compact>div:nth-child(2)>span{display:none}
  .ar-product-header{display:grid;grid-template-columns:minmax(0,1fr) auto}
  .ar-product-header strong{white-space:normal}
  .ar-score-signals small{overflow-wrap:anywhere}
  .ar-footer-links{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:no-preference){
  body.lp-motion-ready .lp-reveal{opacity:0;transform:translate3d(0,14px,0);transition:opacity .24s ease,transform .28s cubic-bezier(.2,.7,.2,1);transition-delay:var(--lp-delay,0ms)}
  body.lp-motion-ready .lp-reveal.lp-reveal-visible{opacity:1;transform:none}
}

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