/* Page white (only the hero stays navy via its own background) */
body.gf-fullwidth,
body.gf-fullwidth #page,
body.gf-fullwidth .site-content,
body.gf-fullwidth #content{background:#ffffff !important}

/* Full-width front page: break out of Storefront's .col-full container */
body.gf-fullwidth #page .col-full,
body.gf-fullwidth #content .col-full{max-width:100%;padding-left:0;padding-right:0}
body.gf-fullwidth #content{margin-top:0}
body.gf-fullwidth #primary.content-area,
body.gf-fullwidth #main{width:100%;margin:0;padding:0;float:none}
body.gf-fullwidth .site-content{padding-top:0}
body.gf-fullwidth #main>article,body.gf-fullwidth .hentry{margin:0}
body.gf-fullwidth .entry-header,body.gf-fullwidth .entry-title{display:none}

/* Floating white pill navbar on the home page (light theme) */
body.gf-fullwidth .site-header{position:fixed;top:0;left:0;right:0;z-index:60;background:transparent !important;border:0 !important;box-shadow:none !important}
body.gf-fullwidth .site-header .gf-nav{max-width:1400px !important;margin:18px auto 0 !important;padding:8px 14px 8px 24px !important;background:#ffffff !important;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid #e9ecf5;border-radius:999px;box-shadow:0 16px 44px -20px rgba(10,15,50,.28),0 2px 8px -4px rgba(10,15,50,.1)}

/* ---- Light hero on the home page (navbar floats over white) ---- */
body.gf-fullwidth .gf-hero{padding-top:150px;padding-bottom:60px;min-height:auto;background:#ffffff !important;background-image:radial-gradient(1100px 620px at 78% 30%,rgba(250,93,20,.07) 0%,rgba(255,255,255,0) 60%),radial-gradient(900px 560px at 12% 90%,rgba(0,2,72,.06) 0%,rgba(255,255,255,0) 55%) !important}
body.gf-fullwidth .gf-hero h1{color:#0a1450 !important}
body.gf-fullwidth .gf-hero p.lead{color:#5a6178 !important}
body.gf-fullwidth .gf-hero .gf-stat .num{color:#0a1450 !important}
body.gf-fullwidth .gf-hero .gf-stat .lbl{color:#8a90ad !important}
body.gf-fullwidth .gf-hero .gf-btn-ghost{background:#f4f5fa !important;color:#0a1450 !important;border:1px solid #e2e5f0 !important}
body.gf-fullwidth .gf-hero .gf-btn-ghost:hover{background:#fff1ea !important;color:#fa5d14 !important;border-color:#fa5d14 !important}

/* Footer tint to match */
body.gf-fullwidth .site-footer{background:#040733;color:#9aa3c7}
body.gf-fullwidth .site-footer a{color:#c4ccf0}
