/* Approved homepage layout. Shared colors, type and controls come from Folio. */
.topbar nav{display:flex;gap:22px;font-weight:600}
.topbar nav a{padding:12px 0}
.homepage{max-width:1060px;margin:0 auto;padding:0 28px}
.hero{padding:76px 0 68px}
.hero h1{font-size:clamp(26px,8.5vw,72px);line-height:1.12;letter-spacing:-.045em;margin:0}
.hero h1 span{display:block;white-space:nowrap}
.intro{max-width:610px;font-size:22px;line-height:1.6;margin:26px 0 28px;font-weight:400}
.action{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-height:60px;min-width:280px;background:var(--accent);padding:16px 24px;border:1px solid var(--ink);color:var(--ink);font-size:19px;font-weight:700;text-decoration:none}
.action:hover{background:var(--soft)}
.action span{font-size:24px;line-height:1}
.homepage section:not(.hero){border-top:1px solid var(--line);padding:44px 0 48px}
.homepage h2{font-size:30px;line-height:1.25;letter-spacing:-.025em;margin:0 0 20px}
.homepage p{line-height:1.65}
.example-prompts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;list-style:none;padding:0;margin:28px 0 24px}
.example-prompts li{border-left:3px solid var(--accent);padding:0 0 0 18px}
.example-prompts h3{font-size:18px;line-height:1.3;margin:0 0 10px;font-weight:700}
.example-prompts blockquote{font-size:19px;line-height:1.65;margin:0}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:0;list-style:none;margin:32px 0 26px;counter-reset:step}
.steps li{counter-increment:step}
.steps h3{font-family:var(--font-heading);font-size:21px;letter-spacing:-.025em;font-weight:800;margin:0 0 10px}
.steps h3:before{content:counter(step) '. ';color:var(--muted)}
.steps p{font-size:16px;margin:0}
.connection-options{font-size:15px;max-width:720px}
.connection-options p{margin:14px 0}
.limits p{max-width:760px;font-size:17px;margin:15px 0}
.limits a{font-size:16px}
.page-footer{background:var(--footer);padding:36px max(28px,calc((100vw - 1004px)/2));font-size:14px;line-height:1.7}
.page-footer p{margin:18px 0 0}
.page-footer a{overflow-wrap:anywhere}
@media(max-width:640px){
.homepage{padding:0 23px}
.topbar nav{gap:14px;font-size:13px}
.hero{padding:38px 0 38px}
.intro{font-size:18px;line-height:1.6;margin:22px 0 24px}
.action{width:100%;min-width:0;font-size:18px}
.homepage section:not(.hero){padding:30px 0 34px}
.homepage h2{font-size:25px;max-width:330px;margin-bottom:18px}
.example-prompts,.steps{grid-template-columns:1fr;gap:24px;margin:24px 0}
.example-prompts blockquote{font-size:18px}
.example-prompts h3{font-size:16px}
.steps h3{font-size:21px}
.page-footer{padding:30px 23px}
}
.benefit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:0;padding:0;list-style:none}
.benefit-strip h2{font-size:23px;margin:0 0 12px}
.benefit-strip p{font-size:16px;margin:0}
.benefits-summary{background:var(--soft);border-top:0!important;margin:0 -24px;padding:28px 24px!important}
.comparison{width:100%;border-collapse:collapse;text-align:left;font-size:18px;line-height:1.65}
.comparison th{padding:0 20px 16px 0;border-bottom:1px solid var(--line);font-size:14px}
.comparison td{width:50%;padding:22px 24px 22px 0;vertical-align:top;border-bottom:1px solid var(--line)}
.comparison td+td{padding-left:24px;background:var(--soft)}
.comparison strong{display:block;font-size:19px;margin-bottom:7px}
.comparison p{margin:0;font-size:16px}
.comparison-label{font-size:13px;font-weight:600;color:var(--muted);display:none}
.homepage .setup h2{font-size:28px}
@media(max-width:640px){
.benefit-strip{grid-template-columns:1fr;gap:22px}
.benefit-strip h2{font-size:21px;margin-bottom:7px}
.benefits-summary{margin:0 -10px;padding:24px 10px!important}
.comparison thead{display:none}
.comparison,.comparison tbody,.comparison tr,.comparison td{display:block;width:100%}
.comparison tr{border-bottom:1px solid var(--line);padding:18px 0}
.comparison td{border:0;padding:10px 12px}
.comparison td+td{padding:14px 12px}
.comparison-label{display:block;margin-bottom:6px}
.comparison strong{font-size:18px}
.homepage .setup h2{font-size:25px}
}
.limits .provenance{font-size:15px;margin-top:25px;max-width:700px}
@media(min-width:641px) and (max-width:960px){
.benefit-strip{grid-template-columns:1fr;gap:22px}
}
.benefit-strip h2{font-size:20px}
.benefit-strip p{max-width:none}
@media(max-width:640px){
.benefit-strip h2{font-size:19px}
}
@media(min-width:641px) and (max-width:1199px){
.benefit-strip{grid-template-columns:1fr;gap:22px}
}
@media(min-width:1200px){
.benefits-summary{margin-left:-72px;margin-right:-72px}
}
@media(max-width:380px){
.benefits-summary{margin-left:-23px;margin-right:-23px}
.benefit-strip h2{font-size:18px}
.benefit-strip p{font-size:15px}
}
