:root{
  --s408-bg:#0a0d12;
  --s408-bg-2:#0d1620;
  --s408-panel:#121821;
  --s408-panel-2:#0f141d;
  --s408-panel-3:#0b1018;
  --s408-text:#f5f0e7;
  --s408-soft:#c2b8a8;
  --s408-muted:#9da9b6;
  --s408-line:rgba(228,188,104,.18);
  --s408-line-soft:rgba(228,188,104,.10);
  --s408-gold:#d6ad58;
  --s408-gold-2:#f0cf89;
  --s408-shadow:0 22px 60px rgba(0,0,0,.38);
  --s408-radius:26px;
  --s408-radius-lg:38px;
}
html{background:var(--s408-bg)}
body.home408Page,body.build408Page,body.v3SitePage{
  background:
    radial-gradient(circle at 20% -8%, rgba(214,173,88,.16), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(27,61,91,.34), transparent 34%),
    linear-gradient(180deg,#0b0e13 0%,#101620 38%,#0b1018 100%);
  color:var(--s408-text);
}
body.home408Page::before,body.build408Page::before,body.v3SitePage::before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.2;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23d6ad58' stroke-width='1.1' stroke-opacity='0.45'%3E%3Cpath d='M110 19 124 55 162 58 132 82 143 120 110 99 77 120 88 82 58 58 96 55Z'/%3E%3Ccircle cx='110' cy='110' r='15'/%3E%3Cpath d='M44 110h132M110 44v132M64 64l92 92M156 64 64 156'/%3E%3C/g%3E%3C/svg%3E");
  background-size:220px 220px;background-position:center top;mix-blend-mode:screen;
}
body.home408Page > *,body.build408Page > *,body.v3SitePage > *{position:relative;z-index:1}
body.bodyScrollLock{overflow:hidden}
a{color:inherit}

.shell408Primary,.shell408Ghost{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;padding:12px 18px;border-radius:999px;font-weight:800;
  text-decoration:none;border:1px solid transparent;transition:.18s ease;
  box-shadow:var(--s408-shadow);letter-spacing:-.01em;
}
.shell408Primary{background:linear-gradient(135deg,#f0cf89 0%,#c3923f 100%);color:#14110c}
.shell408Ghost{background:rgba(255,255,255,.05);border-color:var(--s408-line);color:var(--s408-text)}
.shell408Primary:hover,.shell408Ghost:hover{transform:translateY(-1px)}

.home408Tag,.shell408FooterTag,.shell408DrawerTag{
  display:inline-flex;align-items:center;gap:8px;width:max-content;
  padding:8px 12px;border-radius:999px;
  border:1px solid var(--s408-line);
  background:rgba(214,173,88,.08);color:var(--s408-gold-2);
  font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}

.shell408Header{
  position:sticky;top:0;z-index:130;
  background:rgba(10,13,18,.82);backdrop-filter:blur(18px);
  border-bottom:1px solid var(--s408-line-soft);
}
.shell408Bar{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;min-height:88px}
.shell408Brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:0}
.shell408BrandMark{width:54px;height:54px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(214,173,88,.08));border:1px solid var(--s408-line);display:flex;align-items:center;justify-content:center;box-shadow:var(--s408-shadow)}
.shell408BrandMark img{width:36px;height:36px;object-fit:contain}
.shell408BrandText{display:grid;gap:2px;min-width:0}
.shell408BrandText small{font-size:.74rem;color:var(--s408-gold-2);text-transform:uppercase;letter-spacing:.08em}
.shell408BrandText strong{font:800 1.1rem/1 'Inter Tight',Inter,sans-serif;letter-spacing:-.03em}
.shell408DesktopNav{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}
.shell408DesktopNav a{padding:11px 13px;border-radius:999px;text-decoration:none;color:var(--s408-soft);font-weight:700;border:1px solid transparent}
.shell408DesktopNav a:hover,.shell408DesktopNav a[aria-current="page"]{background:rgba(255,255,255,.04);border-color:var(--s408-line);color:var(--s408-text)}
.shell408Actions{display:flex;align-items:center;gap:10px}
.shell408Picker{position:relative}
.shell408Picker summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--s408-line);font-weight:800;color:var(--s408-text)}
.shell408Picker summary::-webkit-details-marker{display:none}
.shell408PickerMenu{position:absolute;right:0;top:calc(100% + 10px);min-width:220px;display:grid;gap:6px;padding:10px;border-radius:22px;background:linear-gradient(180deg,#121821,#0d1219);border:1px solid var(--s408-line);box-shadow:var(--s408-shadow)}
.shell408PickerMenu--compact{min-width:148px}
.shell408PickerMenu a,.shell408PickerMenu button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:14px;text-decoration:none;background:transparent;border:0;color:inherit;font:inherit;cursor:pointer}
.shell408PickerMenu a:hover,.shell408PickerMenu button:hover{background:rgba(255,255,255,.05)}
.shell408PickerMenu a b{font-size:.85rem;color:var(--s408-gold-2)}
.shell408MenuBtn{display:none;width:48px;height:48px;border-radius:16px;border:1px solid var(--s408-line);background:rgba(255,255,255,.05);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
.shell408MenuBtn span{display:block;width:18px;height:2px;border-radius:999px;background:var(--s408-gold-2)}

.shell408Drawer[hidden]{display:none}
.shell408Drawer{position:fixed;inset:0;z-index:190}
.shell408DrawerBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.66);border:0}
.shell408DrawerPanel{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;padding:22px;overflow:auto;background:linear-gradient(180deg,#0e1218 0%,#101821 60%,#0c1117 100%);border-left:1px solid var(--s408-line);box-shadow:-40px 0 90px rgba(0,0,0,.5);display:grid;gap:18px}
.shell408DrawerTop{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.shell408DrawerBrand{display:flex;align-items:center;gap:12px}
.shell408DrawerBrand img{width:44px;height:44px;object-fit:contain;border-radius:14px;border:1px solid var(--s408-line);padding:6px;background:rgba(255,255,255,.04)}
.shell408DrawerBrand small{display:block;color:var(--s408-gold-2);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}
.shell408DrawerBrand strong{display:block;font:800 1.3rem/1 'Inter Tight',Inter,sans-serif}
.shell408DrawerClose{width:42px;height:42px;border-radius:14px;border:1px solid var(--s408-line);background:rgba(255,255,255,.05);color:var(--s408-text);font-size:1.7rem;cursor:pointer}
.shell408DrawerHero{padding:22px;border-radius:30px;border:1px solid var(--s408-line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--s408-shadow);position:relative;overflow:hidden}
.shell408DrawerHero::before{content:"";position:absolute;inset:0;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%23d6ad58' stroke-width='1' stroke-opacity='0.75'%3E%3Ccircle cx='70' cy='70' r='12'/%3E%3Cpath d='M70 12 82 39 111 41 88 60 96 89 70 74 44 89 52 60 29 41 58 39Z'/%3E%3C/g%3E%3C/svg%3E");background-size:140px 140px}
.shell408DrawerHero h2{position:relative;margin:14px 0 0;font:800 clamp(1.7rem,5vw,2.5rem)/.98 'Inter Tight',Inter,sans-serif;letter-spacing:-.04em}
.shell408DrawerNav{display:grid;gap:8px}
.shell408DrawerNav a{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-radius:20px;text-decoration:none;background:rgba(255,255,255,.04);border:1px solid var(--s408-line);font-weight:800}
.shell408DrawerNav a[aria-current="page"],.shell408DrawerNav a:hover{background:rgba(214,173,88,.08);color:var(--s408-gold-2)}
.shell408DrawerSection{display:grid;gap:10px}
.shell408DrawerSection h3{margin:0;font:800 .92rem/1 'Inter Tight',Inter,sans-serif;letter-spacing:.02em;color:var(--s408-gold-2)}
.shell408LangGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.shell408LangChip{display:grid;gap:4px;padding:12px;border-radius:18px;text-decoration:none;background:rgba(255,255,255,.04);border:1px solid var(--s408-line)}
.shell408LangChip b{font-size:.84rem;color:var(--s408-gold-2)}
.shell408LangChip span{font-size:.92rem;color:var(--s408-soft)}
.shell408LangChip.is-current{background:rgba(214,173,88,.1)}
.shell408CurrencyGrid{display:flex;flex-wrap:wrap;gap:10px}
.shell408CurrencyChip{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:999px;border:1px solid var(--s408-line);background:rgba(255,255,255,.04);color:var(--s408-text);font:inherit;font-weight:800;cursor:pointer}
.shell408CurrencyChip.is-current{background:rgba(214,173,88,.12);border-color:rgba(214,173,88,.28);color:var(--s408-gold-2)}
.shell408DrawerCtas{display:grid;grid-template-columns:1fr 1fr;gap:12px}

.shell408Footer{padding:34px 0 110px}
.shell408FooterGrid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(4,minmax(0,.8fr));gap:18px;padding:26px;border-radius:34px;background:linear-gradient(180deg,rgba(18,24,33,.94),rgba(11,15,21,.98));border:1px solid var(--s408-line);box-shadow:var(--s408-shadow)}
.shell408FooterLead{display:grid;gap:14px}.shell408FooterLead h2{margin:0;font:800 clamp(1.65rem,3vw,2.45rem)/.98 'Inter Tight',Inter,sans-serif;letter-spacing:-.04em}.shell408FooterLead p{margin:0;color:var(--s408-muted);line-height:1.7}
.shell408FooterActions{display:flex;gap:10px;flex-wrap:wrap}.shell408FooterGrid section strong{display:block;margin-bottom:12px;font:800 .94rem/1 'Inter Tight',Inter,sans-serif;color:var(--s408-gold-2)}
.shell408FooterLinks{display:grid;gap:10px}.shell408FooterLinks a{text-decoration:none;color:var(--s408-soft)}.shell408FooterLinks a:hover{color:var(--s408-text)}

.shell408Dock{position:fixed;left:50%;bottom:max(14px, env(safe-area-inset-bottom));transform:translateX(-50%);z-index:120;width:min(760px,calc(100% - 16px));display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:999px;background:rgba(11,15,21,.92);border:1px solid var(--s408-line);backdrop-filter:blur(14px);box-shadow:var(--s408-shadow)}
.shell408Dock a{display:grid;justify-items:center;gap:3px;padding:10px 6px;border-radius:999px;text-decoration:none;color:var(--s408-soft);font-weight:800}
.shell408Dock a span{font-size:1rem;color:var(--s408-gold-2)}
.shell408Dock a b{font-size:.82rem}
.shell408Dock a.is-current,.shell408Dock a:hover{background:rgba(214,173,88,.12);color:var(--s408-text)}

.home408Main,.build408Page{padding-bottom:108px}
.home408Hero,.build408Hero{padding:26px 0 20px}
.home408HeroGrid,.build408HeroGrid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);gap:20px}
.home408HeroCopy,.home408HeroPanel,.build408HeroCopy,.build408HeroPanel,.home408RouteCard,.home408PlanLead,.home408PlanCard,.home408GuideCard,.build408AftercareLead,.build408AftercareActions,.build408Main .builderCard,.build408Main .buildWizardTopBar,.build408Main .buildWizardActionBar,.build408Main .buildProgress,.build408Main .buildInlineEstimate,.build408Main .premiumReceiptPanel,.build408Main .compactHint,.build408Main .buildV6Intelligence,.build408Main .stickySummary{background:linear-gradient(180deg,rgba(18,24,33,.94),rgba(11,15,21,.98));border:1px solid var(--s408-line);box-shadow:var(--s408-shadow);border-radius:var(--s408-radius-lg)}
.home408HeroCopy,.home408HeroPanel,.build408HeroCopy,.build408HeroPanel,.home408PlanLead,.build408AftercareLead,.build408AftercareActions{padding:28px}
.home408HeroCopy h1,.build408HeroCopy h1{margin:0 0 14px;font:800 clamp(2.55rem,6vw,4.7rem)/.92 'Inter Tight',Inter,sans-serif;letter-spacing:-.05em;max-width:11ch}
.home408Lead,.build408Lead{margin:0;color:var(--s408-soft);line-height:1.7;max-width:60ch}
.home408Actions,.build408ActionRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.home408Proof,.build408Proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.home408Proof span,.build408Proof span{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--s408-line);color:var(--s408-soft);font-weight:700}
.home408PanelLead{margin:14px 0 0;color:var(--s408-muted);line-height:1.65}
.home408EntryGrid,.build408RouteList{display:grid;gap:12px;margin-top:16px}
.home408EntryCard,.build408Route{padding:18px;border-radius:24px;text-decoration:none;background:rgba(255,255,255,.04);border:1px solid var(--s408-line);box-shadow:var(--s408-shadow)}
.home408EntryCard small,.build408Route small{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:rgba(214,173,88,.12);color:var(--s408-gold-2);font-weight:800;margin-bottom:10px}
.home408EntryCard strong,.build408Route strong{display:block;font:800 1.06rem/1.1 'Inter Tight',Inter,sans-serif;margin-bottom:8px}
.home408EntryCard p,.build408Route span{margin:0;color:var(--s408-muted);line-height:1.58}
.build408Visual{overflow:hidden;border-radius:26px;border:1px solid var(--s408-line);height:180px;background:#0c1118}
.build408Visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.03) contrast(1.05)}
.build408Route.is-active{background:linear-gradient(180deg,rgba(214,173,88,.15),rgba(255,255,255,.05));border-color:rgba(214,173,88,.32)}
.home408SectionHead{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:16px}.home408SectionHead h2{margin:10px 0 0;font:800 clamp(1.7rem,3vw,2.5rem)/1 'Inter Tight',Inter,sans-serif}.home408SectionHead p{margin:0;max-width:42ch;color:var(--s408-muted);line-height:1.65}
.home408RouteGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home408RouteMedia{height:220px;overflow:hidden;border-radius:24px 24px 0 0}.home408RouteMedia img{width:100%;height:100%;object-fit:cover;display:block}
.home408RouteBody{display:grid;gap:10px;padding:20px}.home408RouteTop{display:flex;justify-content:space-between;gap:10px;align-items:start}.home408RouteTop h3{margin:0;font:800 1.28rem/1 'Inter Tight',Inter,sans-serif}.home408RouteTop strong{color:var(--s408-gold-2)}.home408RouteBody p{margin:0;color:var(--s408-muted);line-height:1.62}
.home408MiniTag{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--s408-line);color:var(--s408-gold-2);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.home408PlanGrid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:18px}.home408PlanLead h2{margin:12px 0 10px;font:800 clamp(1.7rem,3vw,2.55rem)/1 'Inter Tight',Inter,sans-serif}.home408PlanLead p{margin:0;color:var(--s408-muted);line-height:1.68}.home408BulletList{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}.home408BulletList li{padding:11px 14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--s408-line);color:var(--s408-soft)}
.home408PlanCards,.home408GuideGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home408PlanCard,.home408GuideCard{padding:22px;text-decoration:none}.home408PlanCard strong,.home408GuideCard strong{display:block;font:800 1.08rem/1.1 'Inter Tight',Inter,sans-serif;margin-bottom:9px}.home408PlanCard p,.home408GuideCard p{margin:0 0 12px;color:var(--s408-muted);line-height:1.62}.home408PlanCard span,.home408GuideCard span{color:var(--s408-gold-2);font-weight:800}

.build408Main{position:relative}
.build408Main .builderGrid{gap:20px}
.build408Main .buildWizardTopBar{padding:14px 16px;position:sticky;top:96px;z-index:20;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}
.build408Main .buildWizardCloseBtn{display:none!important}
.build408Main .buildWizardRail{display:flex;gap:8px;overflow:auto;padding-bottom:2px}
.build408Main .buildWizardRailPill{white-space:nowrap;border-radius:999px;padding:11px 14px;background:rgba(255,255,255,.04)!important;border:1px solid var(--s408-line)!important;color:var(--s408-soft)!important;font-weight:800}
.build408Main .buildWizardRailPill.is-active{background:rgba(214,173,88,.14)!important;color:var(--s408-gold-2)!important;border-color:rgba(214,173,88,.28)!important}
.build408Main .buildInlineEstimate{padding:8px 12px;margin-top:14px;border-radius:24px}
.build408Main .buildInlineEstimateButton{width:100%;background:transparent!important;border:0!important;padding:0!important}
.build408Main .buildInlineEstimateTop strong{color:var(--s408-soft)!important;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}
.build408Main #inlineEstimateTotal{font:800 2rem/1 'Inter Tight',Inter,sans-serif;color:var(--s408-gold-2)!important}
.build408Main #inlineEstimateMeta{color:var(--s408-muted)!important}
.build408Main .buildProgress{padding:14px 18px;margin-top:14px}
.build408Main .buildProgressHint{display:none}
.build408Main .buildProgressTop{display:flex;justify-content:space-between;gap:10px;align-items:center}
.build408Main .buildProgressTop .badge{background:none!important;border:0!important;padding:0!important;color:var(--s408-text)!important;display:flex!important;gap:10px;align-items:center}
.build408Main .buildProgressNumbers{color:var(--s408-gold-2)!important;font-weight:800}
.build408Main .buildProgressBar{background:rgba(255,255,255,.08)!important;border-radius:999px;overflow:hidden}
.build408Main .buildProgressBar div{background:linear-gradient(90deg,#d6ad58,#f0cf89)!important}
.build408Main .buildWizardActionBar{position:sticky;bottom:78px;z-index:19;grid-template-columns:auto 1fr auto;padding:12px 14px;margin-top:16px;gap:12px;align-items:center}
.build408Main .buildWizardActionMeta{color:var(--s408-muted)!important;text-align:center}
.build408Main .btn.secondary,.build408Main .btn.primary{border-radius:999px!important;min-height:48px;font-weight:800}
.build408Main .btn.secondary{background:rgba(255,255,255,.05)!important;border:1px solid var(--s408-line)!important;color:var(--s408-text)!important}
.build408Main .btn.primary{background:linear-gradient(135deg,#f0cf89 0%,#c3923f 100%)!important;color:#14110c!important;border:0!important}
.build408Main .builderCard{padding:18px 18px 24px}
.build408Main details.fold{background:transparent!important;border:0!important;box-shadow:none!important;margin:0 0 14px!important}
.build408Main details.fold>summary{padding:14px 18px;border-radius:22px;background:rgba(255,255,255,.05)!important;border:1px solid var(--s408-line)!important;font:800 1rem/1.2 'Inter Tight',Inter,sans-serif;color:var(--s408-text)!important;list-style:none}
.build408Main details.fold[open]>summary{background:rgba(214,173,88,.08)!important;border-color:rgba(214,173,88,.26)!important}
.build408Main .stepBody{margin-top:12px;padding:16px;border-radius:24px;background:rgba(255,255,255,.03)!important;border:1px solid var(--s408-line)!important}
.build408Main .modeCards,.build408Main .optGrid,.build408Main .smartGrid,.build408Main .buildV6ChipWrap{gap:12px}
.build408Main .modeCard,.build408Main .opt,.build408Main .smartCard{background:rgba(255,255,255,.04)!important;border:1px solid var(--s408-line)!important;border-radius:22px!important;color:var(--s408-text)!important}
.build408Main .modeCardText small,.build408Main small,.build408Main .notice,.build408Main .inlineHelpNote span,.build408Main .buildV6FitText,.build408Main p,.build408Main label{color:var(--s408-muted)!important}
.build408Main input,.build408Main select,.build408Main textarea,.build408Main .smartRangeTrigger,.build408Main .smartRangePanel,.build408Main .smartRangeNavBtn,.build408Main .smartRangeFooter{background:rgba(255,255,255,.04)!important;border-color:var(--s408-line)!important;color:var(--s408-text)!important}
.build408Main textarea::placeholder,.build408Main input::placeholder{color:rgba(157,169,182,.72)}
.build408Main .stickySummary{padding:18px;border-radius:30px}
.build408Main .buildV4SummaryHead p,.build408Main .compactHint{color:var(--s408-muted)!important}
.build408Main .buildV4SummaryEyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(214,173,88,.1);border:1px solid var(--s408-line);color:var(--s408-gold-2);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.build408Main .buildV4SummaryHead h3{margin:12px 0 8px;font:800 1.8rem/1 'Inter Tight',Inter,sans-serif}
.build408Main .buildV4SummaryTrust span{background:rgba(255,255,255,.04)!important;border:1px solid var(--s408-line)!important;border-radius:18px;padding:10px 12px;color:var(--s408-soft)!important}
.build408Main .premiumReceiptPanel,.build408Main .compactHint,.build408Main .buildV6Intelligence{margin-top:14px}
.build408Aftercare{padding-top:18px}.build408AftercareGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:18px}.build408AftercareLead h2{margin:12px 0 10px;font:800 clamp(1.55rem,3vw,2.4rem)/1 'Inter Tight',Inter,sans-serif}.build408AftercareLead p{margin:0;color:var(--s408-muted);line-height:1.66}.build408AftercareActions{display:grid;gap:12px;align-content:start}

@media (max-width:1180px){
  .shell408DesktopNav{display:none}.shell408MenuBtn{display:inline-flex}.shell408Bar{grid-template-columns:auto 1fr auto}.shell408FooterGrid{grid-template-columns:1fr 1fr 1fr}.home408HeroGrid,.build408HeroGrid,.home408PlanGrid,.build408AftercareGrid{grid-template-columns:1fr}.home408RouteGrid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .shell408Bar{grid-template-columns:1fr auto;gap:12px;min-height:78px}.shell408BrandText small,.shell408DesktopNav,.shell408Actions .shell408Primary,.shell408Picker{display:none}.shell408MenuBtn{display:inline-flex}.shell408DrawerCtas{grid-template-columns:1fr}.shell408LangGrid{grid-template-columns:1fr 1fr}.shell408FooterGrid,.home408RouteGrid,.home408PlanCards,.home408GuideGrid{grid-template-columns:1fr}.shell408Footer{padding-bottom:110px}.shell408Dock{grid-template-columns:repeat(5,1fr)}.shell408Dock a{padding:10px 4px}.shell408Dock a b{font-size:.74rem}.home408HeroCopy,.home408HeroPanel,.build408HeroCopy,.build408HeroPanel,.home408PlanLead,.build408AftercareLead,.build408AftercareActions{padding:22px}.home408HeroCopy h1,.build408HeroCopy h1{font-size:clamp(2.15rem,12vw,3.45rem)}.home408SectionHead{display:grid}.build408Main .builderGrid{grid-template-columns:1fr!important}.build408Main .buildWizardTopBar{top:82px;padding:10px 12px}.build408Main .buildWizardActionBar{bottom:78px;grid-template-columns:1fr auto;align-items:center}.build408Main .buildWizardActionMeta{grid-column:1 / -1;order:-1;text-align:left}.build408Main .buildWizardBack{display:none}.build408Main .stickySummary{order:-1}.build408Main .buildProgress{display:none}.build408Main .stepBody{padding:14px}.build408Main .modeCards{display:grid!important}.build408Main .buildWizardRailPill{padding:10px 12px;font-size:.88rem}
}
