
:root{
  --v3-bg:#f4f7fb;
  --v3-surface:#ffffff;
  --v3-ink:#0f1720;
  --v3-muted:#556276;
  --v3-line:rgba(15,23,32,.08);
  --v3-line-strong:rgba(15,23,32,.14);
  --v3-brand:#0f766e;
  --v3-brand-2:#0891b2;
  --v3-shadow:0 20px 60px rgba(15,23,32,.08);
  --v3-radius:24px;
  --v3-radius-sm:18px;
}
html,body{background:var(--v3-bg)}
body.v3SitePage{color:var(--v3-ink)}
body.v3SitePage main.container, body.v3SitePage .container{max-width:1200px}
.v3ShellHeader{position:sticky;top:0;z-index:70;background:rgba(244,247,251,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--v3-line)}
.v3ShellHeaderWrap{display:grid;grid-template-columns:auto 1fr auto auto;gap:18px;align-items:center;min-height:84px}
.v3ShellBrand{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;min-width:0}
.v3ShellBrandMark{width:50px;height:50px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#fff,rgba(8,145,178,.10));box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 10px 30px rgba(8,145,178,.16)}
.v3ShellBrandMark img{width:32px;height:32px;object-fit:contain}
.v3ShellBrandCopy{display:grid;gap:2px;min-width:0}
.v3ShellBrandCopy strong{font:800 1.02rem/1.1 'Inter Tight',Inter,sans-serif;color:#0b1320}
.v3ShellBrandCopy small{color:var(--v3-muted);font-size:.76rem;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v3ShellDesktopNav{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.v3ShellDesktopNav a{color:#314155;text-decoration:none;padding:10px 14px;border-radius:999px;font-weight:600;font-size:.95rem}
.v3ShellDesktopNav a[aria-current="page"], .v3ShellDesktopNav a:hover{background:#fff;box-shadow:0 8px 24px rgba(15,23,32,.08);color:#0b1320}
.v3ShellActions{display:flex;align-items:center;gap:10px}
.v3ShellPicker{position:relative}
.v3ShellPicker summary{list-style:none;cursor:pointer;border:1px solid var(--v3-line);background:#fff;padding:10px 12px;border-radius:999px;min-width:66px;text-align:center;font-weight:700;color:#1f2b3a}
.v3ShellPicker summary::-webkit-details-marker{display:none}
.v3ShellPicker[open] summary{box-shadow:0 12px 28px rgba(15,23,32,.1)}
.v3ShellPickerMenu{position:absolute;right:0;top:calc(100% + 10px);min-width:180px;background:#fff;border:1px solid var(--v3-line);border-radius:18px;padding:10px;display:grid;gap:6px;box-shadow:var(--v3-shadow)}
.v3ShellPickerMenu a,.v3ShellPickerMenu button{display:block;width:100%;text-decoration:none;color:#102033;background:#f8fbff;border:1px solid transparent;border-radius:14px;padding:10px 12px;text-align:left;font:600 .92rem/1.2 Inter,sans-serif}
.v3ShellPickerMenu a:hover,.v3ShellPickerMenu button:hover,.v3ShellChip:hover{border-color:rgba(8,145,178,.2);background:#eef8fb}
.v3ShellPickerMenu .isCurrent,.v3ShellPickerMenu [aria-current="page"]{background:#e8faf7;border-color:rgba(15,118,110,.18);color:#0d5f59}
.v3ShellPrimaryCta,.v3ShellSecondaryCta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:13px 18px;font-weight:700}
.v3ShellPrimaryCta{background:linear-gradient(135deg,var(--v3-brand),var(--v3-brand-2));color:#fff;box-shadow:0 16px 34px rgba(8,145,178,.24)}
.v3ShellSecondaryCta{background:#fff;color:#102033;border:1px solid var(--v3-line)}
.v3ShellMenuBtn{display:none;align-items:center;justify-content:center;gap:4px;flex-direction:column;width:48px;height:48px;border-radius:16px;border:1px solid var(--v3-line);background:#fff;box-shadow:0 8px 24px rgba(15,23,32,.06)}
.v3ShellMenuBtn span{display:block;width:20px;height:2px;background:#0f1720;border-radius:2px}
.v3ShellDrawer{position:fixed;inset:0;z-index:90}
.v3ShellDrawerBackdrop{position:absolute;inset:0;background:rgba(7,12,20,.46);border:0}
.v3ShellDrawerPanel{position:absolute;right:0;top:0;height:100%;width:min(420px,100%);background:#f7fbff;border-left:1px solid var(--v3-line);padding:22px 18px 28px;display:grid;grid-template-rows:auto 1fr;box-shadow:-24px 0 60px rgba(15,23,32,.18)}
.v3ShellDrawerHead{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid var(--v3-line)}
.v3ShellDrawerBrand{display:flex;gap:12px;align-items:center}
.v3ShellDrawerBrand small{display:block;color:var(--v3-muted);font-size:.8rem;max-width:220px}
.v3ShellDrawerClose{border:0;background:#fff;border-radius:14px;width:42px;height:42px;font-size:1.8rem;line-height:1;color:#102033;box-shadow:0 8px 22px rgba(15,23,32,.08)}
.v3ShellDrawerBody{padding-top:18px;display:grid;gap:18px;align-content:start;overflow:auto}
.v3ShellDrawerNav{display:grid;gap:8px}
.v3ShellDrawerNav a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#102033;background:#fff;padding:15px 16px;border:1px solid var(--v3-line);border-radius:18px;font-weight:700}
.v3ShellDrawerNav a[aria-current="page"]{border-color:rgba(8,145,178,.18);background:#eef8fb}
.v3ShellDrawerGrid{display:grid;gap:14px}
.v3ShellDrawerGrid section{background:#fff;border:1px solid var(--v3-line);border-radius:20px;padding:16px}
.v3ShellDrawerGrid strong{display:block;margin-bottom:12px}
.v3ShellChipGrid{display:flex;flex-wrap:wrap;gap:10px}
.v3ShellChip{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:10px 12px;border-radius:999px;text-decoration:none;border:1px solid var(--v3-line);background:#f8fbff;color:#102033;font-weight:700}
.v3ShellChip.is-current{background:#e8faf7;border-color:rgba(15,118,110,.18);color:#0d5f59}
.v3ShellDrawerCtas{display:grid;gap:10px}
.v3SiteFooter{margin-top:60px;padding:0 0 calc(30px + env(safe-area-inset-bottom));}
.v3SiteFooterGrid{background:#0f1720;color:#e6edf7;border-radius:32px;padding:34px 28px;display:grid;grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(0,.8fr));gap:24px;box-shadow:var(--v3-shadow)}
.v3SiteFooterLead h2{margin:12px 0 10px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.06}
.v3SiteFooterLead p,.v3SiteFooterLead small,.v3SiteFooterLinks a{color:rgba(230,237,247,.78)}
.v3SiteFooterPill{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);font-weight:700;font-size:.78rem}
.v3SiteFooterLeadActions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 14px}
.v3SiteFooter .v3ShellPrimaryCta{box-shadow:none}
.v3SiteFooter .v3ShellSecondaryCta{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}
.v3SiteFooterLinks{display:grid;gap:10px;margin-top:12px}
.v3SiteFooterLinks a{text-decoration:none}
.v3SiteFooter section strong{font-size:.96rem}
.v3BottomDock{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:60;display:flex;gap:6px;padding:8px;background:rgba(15,23,32,.92);border:1px solid rgba(255,255,255,.08);border-radius:999px;backdrop-filter:blur(18px);box-shadow:0 20px 40px rgba(15,23,32,.24)}
.v3BottomDock a{color:#f8fbff;text-decoration:none;padding:11px 14px;border-radius:999px;font-weight:700;font-size:.88rem}
.v3BottomDock a:hover{background:rgba(255,255,255,.1)}
body.v3HomePage .v3BridgeSection, body.v3PackagesPage .v3BridgeSection, body.v3WeatherPage .v3BridgeSection{display:none!important}
body.v3HomePage .hero, body.v3PackagesPage .hero, body.v3WeatherPage .forecastHero, body.v3BuildPage .v3BuildHero{margin-top:28px}
body.v3HomePage .heroWrap, body.v3PackagesPage .heroWrap, body.v3HomePage .buildV3Intro, body.v3PackagesPage .v391MoneyIntro, body.v3WeatherPage .forecastPageHero, body.v3BuildPage .builderCard{background:#fff;border:1px solid var(--v3-line);border-radius:32px;box-shadow:var(--v3-shadow)}
body.v3HomePage .heroWrapV18, body.v3PackagesPage .heroWrapV18{overflow:hidden}
body.v3HomePage .section, body.v3PackagesPage .section, body.v3WeatherPage .section{padding-top:18px;padding-bottom:18px}
body.v3HomePage .v29Panel, body.v3PackagesPage .v29Panel, body.v3WeatherPage .v29Panel{background:#fff;border:1px solid var(--v3-line);box-shadow:none;border-radius:24px}
.v3BuildHero{padding-top:24px}
.v3BuildHeroShell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.9fr);gap:22px;align-items:start}
.v3BuildHeroCopy,.v3BuildHeroPanel{background:#fff;border:1px solid var(--v3-line);border-radius:32px;padding:28px;box-shadow:var(--v3-shadow)}
.v3BuildHeroCopy h1{margin:10px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:.98}
.v3BuildHeroCopy p{font-size:1.03rem;color:#415266;max-width:720px}
.v3BuildHeroPill,.v3BuildHeroPanelEyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef8fb;color:#0d5f59;font-weight:800;font-size:.78rem;letter-spacing:.01em}
.v3BuildTrustRow,.v3BuildSignalGrid{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.v3BuildTrustRow span,.v3BuildSignalGrid span{display:inline-flex;padding:10px 12px;border-radius:999px;background:#f5f8fb;color:#102033;border:1px solid var(--v3-line);font-weight:700;font-size:.86rem}
.v3BuildHeroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.v3BuildHeroPanel h2{margin:10px 0 10px;font-size:1.7rem;line-height:1.05}
.v3BuildHeroPanel p{color:#516173}
.v3BuildModeGrid{display:grid;gap:12px;margin-top:18px}
.v3BuildModeCard{display:grid;gap:8px;text-align:left;padding:16px 18px!important;border-radius:22px!important;border:1px solid var(--v3-line)!important;background:#f7fbff!important;box-shadow:none!important}
.v3BuildModeCard.is-active{border-color:rgba(15,118,110,.22)!important;background:#ecf9f7!important}
.v3BuildMain{margin-top:18px}
body.v3BuildPage .builderGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(310px,.72fr);gap:22px;align-items:start}
body.v3BuildPage .builderCard, body.v3BuildPage .stickySummary, body.v3BuildPage .buildSupportDrawer{border-radius:28px;background:#fff;border:1px solid var(--v3-line);box-shadow:var(--v3-shadow)}
body.v3BuildPage .builderCard{padding:18px}
body.v3BuildPage .buildInlineEstimate, body.v3BuildPage .buildWizardTopBar{background:#f5f8fb;border:1px solid var(--v3-line);border-radius:22px;padding:12px 14px}
body.v3BuildPage .buildWizardRail{gap:8px;flex-wrap:wrap}
body.v3BuildPage .buildWizardRailPill{border-radius:999px;background:#fff;border:1px solid var(--v3-line);padding:10px 12px}
body.v3BuildPage .buildWizardRailPill.is-active{background:#ecf9f7;border-color:rgba(15,118,110,.18);color:#0d5f59}
body.v3BuildPage #buildForm{display:grid;gap:14px;margin-top:14px}
body.v3BuildPage #buildForm > .fold{margin:0;border:1px solid var(--v3-line);border-radius:24px;background:#fbfdff;overflow:hidden}
body.v3BuildPage #buildForm > .fold > summary{padding:18px 20px;font-weight:800;cursor:pointer;list-style:none;background:#fff;border-bottom:1px solid rgba(15,23,32,.05)}
body.v3BuildPage #buildForm > .fold > summary::-webkit-details-marker{display:none}
body.v3BuildPage #buildForm > .fold[open] > summary{background:#f8fbff}
body.v3BuildPage .stepBody{padding:18px 20px}
body.v3BuildPage .optGrid,body.v3BuildPage .modeCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.v3BuildPage .modeCard,body.v3BuildPage .opt{margin:0;border:1px solid var(--v3-line);background:#fff;border-radius:20px;padding:0;overflow:hidden}
body.v3BuildPage .modeCard input,body.v3BuildPage .opt input{accent-color:var(--v3-brand)}
body.v3BuildPage .modeCard > span,body.v3BuildPage .opt > span{padding:16px;display:flex;gap:12px;justify-content:space-between}
body.v3BuildPage label input, body.v3BuildPage label select, body.v3BuildPage textarea{border-radius:16px;border:1px solid var(--v3-line-strong);background:#fff;padding:12px 14px}
body.v3BuildPage .notice{border-radius:18px;background:#f7fafc;border:1px solid var(--v3-line);padding:14px 16px;color:#425266}
body.v3BuildPage .buildV7Board{margin-top:8px;border:1px solid var(--v3-line);border-radius:24px;background:#f7fbff;padding:18px}
body.v3BuildPage .buildV7LaneGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.v3BuildPage .buildV7Lane{background:#fff;border:1px solid var(--v3-line);border-radius:20px;padding:16px}
body.v3BuildPage .desktopReceiptShell{position:sticky;top:110px;padding:22px}
body.v3BuildPage .buildV4SummaryTrust{display:flex;flex-wrap:wrap;gap:10px}
body.v3BuildPage .buildV4SummaryTrust span{padding:9px 12px;border-radius:999px;background:#f5f8fb;border:1px solid var(--v3-line);font-size:.84rem;font-weight:700}
body.v3BuildPage .premiumReceiptPanel{min-height:160px}
body.v3BuildPage .buildWizardActionBar{position:sticky;bottom:12px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border:1px solid var(--v3-line);border-radius:22px;padding:10px;margin-top:14px;z-index:3}
body.v3BuildPage .buildSupportDrawer{margin-top:18px;overflow:hidden}
body.v3BuildPage .buildSupportDrawer > summary{padding:18px 22px;font-weight:800;cursor:pointer;list-style:none;background:#fff}
body.v3BuildPage .buildSupportDrawer > summary::-webkit-details-marker{display:none}
body.v3BuildPage .buildSupportDrawerBody{padding:0 18px 18px}
body.v3BuildPage .buildSupportCluster, body.v3BuildPage .buildAuxSection--microcopy, body.v3BuildPage .reassuranceStrip, body.v3BuildPage .publicProof, body.v3BuildPage .section{border-radius:24px}
@media (max-width:1100px){
  .v3ShellHeaderWrap{grid-template-columns:auto 1fr auto;grid-template-areas:"brand actions menu";}
  .v3ShellBrand{grid-area:brand}
  .v3ShellActions{grid-area:actions;justify-self:end}
  .v3ShellMenuBtn{grid-area:menu;display:flex}
  .v3ShellDesktopNav{display:none}
  .v3BuildHeroShell, body.v3BuildPage .builderGrid, .v3SiteFooterGrid{grid-template-columns:1fr}
  body.v3BuildPage .desktopReceiptShell{position:static;top:auto}
}
@media (max-width:820px){
  .v3ShellHeaderWrap{min-height:74px;grid-template-columns:1fr auto auto;gap:10px}
  .v3ShellBrandCopy small{display:none}
  .v3ShellActions{display:none}
  .v3ShellMenuBtn{display:flex}
  .v3BottomDock{left:12px;right:12px;transform:none;justify-content:space-between;padding:8px 10px;bottom:12px}
  .v3BottomDock a{padding:10px 9px;font-size:.78rem}
  body.v3BuildPage .optGrid,body.v3BuildPage .modeCards,body.v3BuildPage .buildV7LaneGrid{grid-template-columns:1fr}
  body.v3BuildPage .builderCard{padding:14px}
  .v3SiteFooterGrid{padding:28px 20px;border-radius:28px}
}
