/* ===========================================================================
   BUILT TO WIN NEWSLETTER - page styles (gritblueprint standalone theme)
   Slug: built-to-win-newsletter  |  Body class: gb-built-to-win-newsletter-tpl
   Source: Built to Win Newsletter.dc.html (Design Component export).
   The Grit Blueprint Design System component CSS (from the export's
   _ds/styles.css) and the page <style> block are scoped under
   body.gb-built-to-win-newsletter-tpl .gb-app so nothing leaks to site chrome or other pages.
   Brand tokens + @font-face come from assets/colors_and_type.css (loaded
   in inc.php). Icons are inline <svg> (no Lucide). No black, ever.
   =========================================================================== */

/* ---------- header offset (transparent sticky Elementor header) ---------- */
body.gb-built-to-win-newsletter-tpl{--gb-header-h:130px;}
@media(max-width:920px){body.gb-built-to-win-newsletter-tpl{--gb-header-h:120px;}}
@media(max-width:760px){body.gb-built-to-win-newsletter-tpl{--gb-header-h:100px;}}
body.gb-built-to-win-newsletter-tpl #content,body.gb-built-to-win-newsletter-tpl .site-content{padding-top:0!important;margin-top:0!important;}
body.gb-built-to-win-newsletter-tpl .gb-app{margin-top:calc(-1 * var(--gb-header-h))!important;overflow-x:clip;}
/* hero clears the transparent header (bg still fills behind it) */
body.gb-built-to-win-newsletter-tpl .gb-app section.btw-hero{padding-top:calc(var(--gb-header-h) + 36px)!important;}
/* anchor targets (#subscribe) clear the sticky header */
body.gb-built-to-win-newsletter-tpl .gb-app section{scroll-margin-top:calc(var(--gb-header-h) + 16px);}

/* ===========================================================================
   DESIGN SYSTEM COMPONENTS (scoped) - from the export _ds/styles.css
   =========================================================================== */





body.gb-built-to-win-newsletter-tpl .gb-app *{box-sizing:border-box;}
html:has(body.gb-built-to-win-newsletter-tpl){scroll-behavior:smooth;}
html:has(body.gb-built-to-win-newsletter-tpl), body.gb-built-to-win-newsletter-tpl .gb-app{margin:0;padding:0;}
body.gb-built-to-win-newsletter-tpl .gb-app{
  font-family:var(--font-sans);
  color:var(--fg1);
  background:var(--gb-navy-900);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.gb-built-to-win-newsletter-tpl .gb-app a{color:inherit;text-decoration:none;}
body.gb-built-to-win-newsletter-tpl .gb-app img{display:block;max-width:100%;height:auto;}
body.gb-built-to-win-newsletter-tpl .gb-app button{font-family:inherit;}
body.gb-built-to-win-newsletter-tpl :focus-visible{outline:2px solid var(--gb-blue-500);outline-offset:3px;}
body.gb-built-to-win-newsletter-tpl ::selection{background:var(--gb-pink);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .display, body.gb-built-to-win-newsletter-tpl .gb-app .h2, body.gb-built-to-win-newsletter-tpl .gb-app .h3, body.gb-built-to-win-newsletter-tpl .gb-app h1, body.gb-built-to-win-newsletter-tpl .gb-app h2, body.gb-built-to-win-newsletter-tpl .gb-app h3, body.gb-built-to-win-newsletter-tpl .gb-app h4{text-wrap:balance;}
body.gb-built-to-win-newsletter-tpl .gb-app p, body.gb-built-to-win-newsletter-tpl .gb-app .lead{text-wrap:pretty;}


body.gb-built-to-win-newsletter-tpl .gb-app .wrap{max-width:1240px;margin:0 auto;padding:0 40px;}
body.gb-built-to-win-newsletter-tpl .gb-app .wrap-narrow{max-width:960px;margin:0 auto;padding:0 40px;}
body.gb-built-to-win-newsletter-tpl .gb-app section{position:relative;scroll-margin-top:90px;}
body.gb-built-to-win-newsletter-tpl .gb-app .sec{padding:var(--sec-pad,104px) 0;}
body.gb-built-to-win-newsletter-tpl .gb-app .sec-sm{padding:72px 0;}


body.gb-built-to-win-newsletter-tpl .gb-app .dark{background:var(--gb-navy-900);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .navy{background:var(--gb-navy-800);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .deep{background:var(--gb-navy-900);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .paper{background:var(--gb-paper);color:var(--fg1);}
body.gb-built-to-win-newsletter-tpl .gb-app .white{background:#fff;color:var(--fg1);}
body.gb-built-to-win-newsletter-tpl .gb-app .bluewash{background:linear-gradient(160deg,#0E1E36 0%,#15407a 45%,#0a6fb0 100%);color:#fff;}


body.gb-built-to-win-newsletter-tpl .gb-app .eyebrow{
  font-family:var(--font-sans);font-weight:700;font-size:13px;
  letter-spacing:.22em;text-transform:uppercase;color:var(--gb-pink);
  margin:0 0 20px;display:inline-flex;align-items:center;gap:11px;
}
body.gb-built-to-win-newsletter-tpl .gb-app .eyebrow.center{justify-content:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .display{
  font-family:var(--font-display);font-weight:700;text-transform:uppercase;
  line-height:.92;letter-spacing:.005em;margin:0;
  font-size:clamp(42px,6.4vw,96px);
}
body.gb-built-to-win-newsletter-tpl .gb-app .h2{
  font-family:var(--font-display);font-weight:700;text-transform:uppercase;
  line-height:.96;letter-spacing:.01em;margin:0;
  font-size:clamp(32px,4.2vw,52px);
}
body.gb-built-to-win-newsletter-tpl .gb-app .h3{
  font-family:var(--font-display);font-weight:700;text-transform:uppercase;
  line-height:1.0;letter-spacing:.015em;margin:0;font-size:clamp(22px,2.4vw,30px);
}
body.gb-built-to-win-newsletter-tpl .gb-app .lead{font-size:clamp(17px,1.4vw,20px);line-height:1.6;color:var(--fg2);}
body.gb-built-to-win-newsletter-tpl .gb-app .measure{max-width:62ch;}
body.gb-built-to-win-newsletter-tpl .gb-app .pink, body.gb-built-to-win-newsletter-tpl .gb-app .accent-pink{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .accent-blue{color:var(--gb-blue-500);}


body.gb-built-to-win-newsletter-tpl .gb-app .dark .display, body.gb-built-to-win-newsletter-tpl .gb-app .navy .display, body.gb-built-to-win-newsletter-tpl .gb-app .deep .display, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .display, body.gb-built-to-win-newsletter-tpl .gb-app .hero .display, body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .display, body.gb-built-to-win-newsletter-tpl .gb-app .dark .h2, body.gb-built-to-win-newsletter-tpl .gb-app .dark .h3, body.gb-built-to-win-newsletter-tpl .gb-app .navy .h2, body.gb-built-to-win-newsletter-tpl .gb-app .navy .h3, body.gb-built-to-win-newsletter-tpl .gb-app .deep .h2, body.gb-built-to-win-newsletter-tpl .gb-app .deep .h3, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .h2, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .h3, body.gb-built-to-win-newsletter-tpl .gb-app .dark h1, body.gb-built-to-win-newsletter-tpl .gb-app .dark h2, body.gb-built-to-win-newsletter-tpl .gb-app .dark h3, body.gb-built-to-win-newsletter-tpl .gb-app .dark h4, body.gb-built-to-win-newsletter-tpl .gb-app .navy h1, body.gb-built-to-win-newsletter-tpl .gb-app .navy h2, body.gb-built-to-win-newsletter-tpl .gb-app .navy h3, body.gb-built-to-win-newsletter-tpl .gb-app .navy h4, body.gb-built-to-win-newsletter-tpl .gb-app .deep h1, body.gb-built-to-win-newsletter-tpl .gb-app .deep h2, body.gb-built-to-win-newsletter-tpl .gb-app .deep h3, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash h1, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash h2, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash h3, body.gb-built-to-win-newsletter-tpl .gb-app .cta-band h2{color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .lead, body.gb-built-to-win-newsletter-tpl .gb-app .navy .lead, body.gb-built-to-win-newsletter-tpl .gb-app .deep .lead, body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .lead{color:var(--fg-on-dark-2);}
body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .lead{color:rgba(255,255,255,.84);}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .accent-blue, body.gb-built-to-win-newsletter-tpl .gb-app .navy .accent-blue, body.gb-built-to-win-newsletter-tpl .gb-app .deep .accent-blue, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .accent-blue{color:var(--gb-blue-300);}


body.gb-built-to-win-newsletter-tpl .gb-app .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--font-sans);font-weight:700;font-size:14px;letter-spacing:.08em;
  text-transform:uppercase;border:none;border-radius:var(--radius-pill);
  padding:16px 30px;min-height:48px;cursor:pointer;white-space:nowrap;
  transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),background var(--dur),border-color var(--dur),color var(--dur);
}
body.gb-built-to-win-newsletter-tpl .gb-app .btn svg{width:17px;height:17px;}
body.gb-built-to-win-newsletter-tpl .gb-app .btn:active{transform:translateY(1px);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-pink{background:var(--gb-pink);color:#fff;box-shadow:var(--shadow-pink-glow);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-pink:hover{box-shadow:0 16px 40px -10px rgba(255,24,148,.6);transform:translateY(-2px);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-pink:active{background:var(--gb-pink-600);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-blue{background:var(--gb-blue-500);color:#fff;box-shadow:var(--shadow-blue-glow);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-blue:hover{background:var(--gb-blue-700);transform:translateY(-2px);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-white{background:#fff;color:var(--gb-navy);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-white:hover{background:#eef2f7;transform:translateY(-2px);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-outline-navy{background:transparent;color:var(--gb-navy);border:1.5px solid rgba(24,53,94,.3);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-outline-navy:hover{border-color:var(--gb-navy);background:rgba(24,53,94,.05);}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-lg{padding:19px 38px;font-size:15px;min-height:56px;}
body.gb-built-to-win-newsletter-tpl .gb-app .btn-sm{padding:11px 20px;font-size:12.5px;min-height:44px;}

body.gb-built-to-win-newsletter-tpl .gb-app .textlink{
  font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--gb-blue-500);display:inline-flex;align-items:center;gap:7px;cursor:pointer;
  transition:gap var(--dur) var(--ease-out),color var(--dur);
}
body.gb-built-to-win-newsletter-tpl .gb-app .textlink svg{width:15px;height:15px;}
body.gb-built-to-win-newsletter-tpl .gb-app .textlink:hover{gap:12px;color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .textlink, body.gb-built-to-win-newsletter-tpl .gb-app .navy .textlink, body.gb-built-to-win-newsletter-tpl .gb-app .deep .textlink, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .textlink{color:var(--gb-blue-300);}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .textlink:hover, body.gb-built-to-win-newsletter-tpl .gb-app .navy .textlink:hover, body.gb-built-to-win-newsletter-tpl .gb-app .deep .textlink:hover, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .textlink:hover{color:var(--gb-pink);}



body.gb-built-to-win-newsletter-tpl .gb-app .bp-grid::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(120% 90% at 50% 0%, transparent 38%, rgba(14,30,54,.92) 92%),
    linear-gradient(rgba(83,140,196,.10) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(90deg,rgba(83,140,196,.10) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(rgba(83,140,196,.22) 1px,transparent 1px) 0 0/104px 104px,
    linear-gradient(90deg,rgba(83,140,196,.22) 1px,transparent 1px) 0 0/104px 104px;
}
body.gb-built-to-win-newsletter-tpl .gb-app .bp-grid > *{position:relative;z-index:1;}
body.gb-built-to-win-newsletter-tpl .gb-app .ombre{background:var(--gb-ombre-radial);}
body.gb-built-to-win-newsletter-tpl .gb-app .watermark-mark{position:absolute;pointer-events:none;opacity:.05;z-index:0;}


body.gb-built-to-win-newsletter-tpl .gb-app .util{
  background:var(--gb-navy-900);color:var(--fg-on-dark-3);
  font-size:12px;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.07);
}
body.gb-built-to-win-newsletter-tpl .gb-app .util .wrap{display:flex;align-items:center;justify-content:space-between;height:38px;}
body.gb-built-to-win-newsletter-tpl .gb-app .util b{color:var(--gb-pink);font-weight:700;}
body.gb-built-to-win-newsletter-tpl .gb-app .util .util-right{display:flex;gap:22px;align-items:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .util .util-right a{transition:color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .util .util-right a:hover{color:#fff;}


body.gb-built-to-win-newsletter-tpl .gb-app .nav{
  position:sticky;top:0;z-index:80;background:rgba(14,30,55,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid rgba(79,180,230,.16);
}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-logo{height:24px;width:auto;cursor:pointer;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-links{display:flex;align-items:center;gap:4px;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-link{
  display:flex;align-items:center;gap:5px;padding:12px 14px;cursor:pointer;
  font-size:12.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#C7D2E2;
  transition:color var(--dur);background:transparent;border:none;font-family:var(--font-sans);
}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-link:hover, body.gb-built-to-win-newsletter-tpl .gb-app .nav-link.active{color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-cta{display:flex;align-items:center;gap:14px;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-signal{position:absolute;left:0;right:0;bottom:-1px;height:2px;
  background:linear-gradient(90deg,var(--gb-pink),var(--gb-blue-500));}


body.gb-built-to-win-newsletter-tpl .gb-app .nav-burger{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:10px;min-width:44px;min-height:44px;}
body.gb-built-to-win-newsletter-tpl .gb-app .nav-burger svg{width:24px;height:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .mobile-nav{display:none;background:var(--gb-navy-900);border-bottom:1px solid rgba(255,255,255,.1);}
body.gb-built-to-win-newsletter-tpl .gb-app .mobile-nav.open{display:block;}
body.gb-built-to-win-newsletter-tpl .gb-app .mobile-nav a{display:block;padding:16px 0;font-weight:700;font-size:14px;letter-spacing:.1em;
  text-transform:uppercase;color:#C7D2E2;border-bottom:1px solid rgba(255,255,255,.07);}
body.gb-built-to-win-newsletter-tpl .gb-app .mobile-nav a:last-child{border-bottom:none;}
body.gb-built-to-win-newsletter-tpl .gb-app .mobile-nav .btn{margin-top:18px;width:100%;}


body.gb-built-to-win-newsletter-tpl .gb-app .hero{position:relative;overflow:hidden;
  background:linear-gradient(112deg,#0E1E36 0%,#163B6E 40%,#0F5C97 72%,#0092D6 100%);}
body.gb-built-to-win-newsletter-tpl .gb-app .hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(60% 60% at 78% 42%, rgba(0,146,214,.34), transparent 70%),
    linear-gradient(rgba(173,216,255,.05) 1px,transparent 1px) 0 0/30px 30px,
    linear-gradient(90deg,rgba(173,216,255,.05) 1px,transparent 1px) 0 0/30px 30px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;
  gap:44px;align-items:center;padding-top:120px;padding-bottom:92px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .eyebrow{margin-bottom:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .display{font-size:clamp(40px,5vw,72px);line-height:.96;margin:0 0 34px;color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .lead{max-width:48ch;color:var(--fg-on-dark-2);}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-tag{margin-top:22px;font-family:var(--font-display);text-transform:uppercase;font-weight:700;
  font-size:clamp(15px,1.5vw,19px);letter-spacing:.04em;color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-tag .s{color:var(--gb-pink);margin:0 8px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-cta{display:flex;gap:18px;flex-wrap:wrap;margin-top:36px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust{margin-top:44px;display:flex;gap:34px;flex-wrap:wrap;align-items:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust .ht{display:flex;flex-direction:column;gap:3px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust .ht b{font-family:var(--font-display);font-weight:700;font-size:30px;line-height:.9;color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust .ht span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-on-dark-3);font-weight:700;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust .div{width:1px;height:34px;background:rgba(255,255,255,.16);}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px;}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-mono{position:relative;z-index:1;width:min(46vw,520px);}
body.gb-built-to-win-newsletter-tpl .gb-app .hero-mono img{width:100%;filter:drop-shadow(0 30px 60px rgba(0,0,0,.35));}


body.gb-built-to-win-newsletter-tpl .gb-app .proof{background:var(--gb-navy-800);border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);padding:34px 0;overflow:hidden;}
body.gb-built-to-win-newsletter-tpl .gb-app .proof-head{text-align:center;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--fg-on-dark-3);font-weight:700;margin-bottom:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .marquee{display:flex;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
body.gb-built-to-win-newsletter-tpl .gb-app .marquee-track{display:flex;gap:54px;padding-right:54px;animation:scroll-x 46s linear infinite;white-space:nowrap;flex:none;}
body.gb-built-to-win-newsletter-tpl .gb-app .proof:hover .marquee-track{animation-play-state:paused;}
body.gb-built-to-win-newsletter-tpl .gb-app .marquee-item{font-family:var(--font-display);font-weight:700;text-transform:uppercase;
  font-size:22px;letter-spacing:.03em;color:rgba(255,255,255,.6);transition:color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .marquee-item:hover{color:#fff;}
@keyframes scroll-x{to{transform:translateX(-50%);}}


body.gb-built-to-win-newsletter-tpl .gb-app .ethos{background:var(--gb-navy-800);border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);padding:26px 0;}
body.gb-built-to-win-newsletter-tpl .gb-app .ethos .wrap{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;
  font-family:var(--font-display);text-transform:uppercase;font-weight:700;
  font-size:clamp(20px,2.4vw,30px);color:#fff;letter-spacing:.02em;}
body.gb-built-to-win-newsletter-tpl .gb-app .ethos .s{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .ethos .ethos-um{font-family:var(--font-display);text-transform:uppercase;font-weight:700;
  color:var(--gb-pink);font-size:clamp(24px,3.2vw,40px);letter-spacing:.02em;text-align:center;}


body.gb-built-to-win-newsletter-tpl .gb-app .sec-head{max-width:760px;margin-bottom:52px;}
body.gb-built-to-win-newsletter-tpl .gb-app .sec-head.center{margin-left:auto;margin-right:auto;text-align:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .sec-head .lead{margin-top:18px;}
body.gb-built-to-win-newsletter-tpl .gb-app .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}


body.gb-built-to-win-newsletter-tpl .gb-app .card{background:#fff;border:1px solid var(--gb-line);border-radius:18px;
  transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),border-color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .card.hov:hover{transform:translateY(-5px);box-shadow:var(--shadow-card-hover);border-color:transparent;}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .card, body.gb-built-to-win-newsletter-tpl .gb-app .navy .card, body.gb-built-to-win-newsletter-tpl .gb-app .deep .card, body.gb-built-to-win-newsletter-tpl .gb-app .bluewash .card{background:var(--gb-navy-700);
  border-color:rgba(255,255,255,.12);box-shadow:0 24px 60px -30px rgba(0,0,0,.5);}


body.gb-built-to-win-newsletter-tpl .gb-app .pillar{padding:32px 28px 30px;position:relative;overflow:hidden;}
body.gb-built-to-win-newsletter-tpl .gb-app .pillar .picon{width:48px;height:48px;border-radius:12px;background:rgba(255,24,148,.12);
  display:flex;align-items:center;justify-content:center;color:var(--gb-pink);margin-bottom:20px;}
body.gb-built-to-win-newsletter-tpl .gb-app .pillar .picon svg{width:24px;height:24px;}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .pillar .picon, body.gb-built-to-win-newsletter-tpl .gb-app .navy .pillar .picon, body.gb-built-to-win-newsletter-tpl .gb-app .deep .pillar .picon{background:rgba(255,24,148,.16);color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .pillar h4{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:22px;
  margin:0 0 10px;letter-spacing:.02em;color:inherit;}
body.gb-built-to-win-newsletter-tpl .gb-app .pillar p{font-size:15.5px;line-height:1.6;margin:0;color:var(--fg2);}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .pillar p, body.gb-built-to-win-newsletter-tpl .gb-app .navy .pillar p, body.gb-built-to-win-newsletter-tpl .gb-app .deep .pillar p{color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .pillar .pnum{position:absolute;top:18px;right:22px;font-family:var(--font-display);font-size:34px;
  font-weight:700;color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .pillar .pnum, body.gb-built-to-win-newsletter-tpl .gb-app .navy .pillar .pnum, body.gb-built-to-win-newsletter-tpl .gb-app .deep .pillar .pnum{color:var(--gb-pink);}


body.gb-built-to-win-newsletter-tpl .gb-app .svc{display:flex;gap:18px;padding:22px 24px;align-items:flex-start;border-radius:18px;}
body.gb-built-to-win-newsletter-tpl .gb-app .svc .sicon{flex:none;width:44px;height:44px;border-radius:12px;background:var(--gb-blue-100);
  display:flex;align-items:center;justify-content:center;color:var(--gb-blue-700);
  transition:background var(--dur),color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .svc .sicon svg{width:20px;height:20px;}
body.gb-built-to-win-newsletter-tpl .gb-app .svc.hov:hover .sicon{background:var(--gb-blue-500);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .svc h4{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:18px;
  color:var(--gb-navy);margin:0 0 5px;letter-spacing:.015em;}
body.gb-built-to-win-newsletter-tpl .gb-app .svc p{font-size:13.5px;color:var(--fg2);margin:0;line-height:1.5;}


body.gb-built-to-win-newsletter-tpl .gb-app .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden;}
body.gb-built-to-win-newsletter-tpl .gb-app .stat{background:rgba(18,51,99,.6);padding:34px 26px;}
body.gb-built-to-win-newsletter-tpl .gb-app .stat .num{font-family:var(--font-display);font-weight:700;font-size:clamp(38px,3.6vw,52px);line-height:.9;color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .stat .num .pink{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .stat .lbl{font-size:12px;letter-spacing:.04em;color:var(--fg-on-dark-2);margin-top:10px;
  text-transform:uppercase;font-weight:600;}


body.gb-built-to-win-newsletter-tpl .gb-app .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .step{padding:34px 28px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:var(--gb-navy-700);}
body.gb-built-to-win-newsletter-tpl .gb-app .step .snum{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--gb-pink);letter-spacing:.12em;margin-bottom:18px;}
body.gb-built-to-win-newsletter-tpl .gb-app .step h4{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:26px;color:#fff;margin:0 0 12px;letter-spacing:.02em;}
body.gb-built-to-win-newsletter-tpl .gb-app .step p{font-size:13.5px;color:var(--fg-on-dark-2);line-height:1.55;margin:0;}


body.gb-built-to-win-newsletter-tpl .gb-app .feature{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .feature.flip .feat-media{order:2;}
body.gb-built-to-win-newsletter-tpl .gb-app .feat-media{position:relative;border-radius:18px;overflow:hidden;min-height:380px;
  background:linear-gradient(150deg,#1f568f,#0E1E36);border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 70px -34px rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .feat-media .ph-note{position:absolute;bottom:16px;left:0;right:0;text-align:center;
  font-size:11.5px;color:var(--fg-on-dark-3);font-style:italic;letter-spacing:.02em;}


body.gb-built-to-win-newsletter-tpl .gb-app .checks{display:flex;flex-direction:column;gap:16px;margin:26px 0 0;}
body.gb-built-to-win-newsletter-tpl .gb-app .check{display:flex;gap:14px;align-items:flex-start;}
body.gb-built-to-win-newsletter-tpl .gb-app .check svg{flex:none;width:22px;height:22px;color:var(--gb-pink);margin-top:1px;}
body.gb-built-to-win-newsletter-tpl .gb-app .check .ct{font-weight:700;color:inherit;font-size:15.5px;}
body.gb-built-to-win-newsletter-tpl .gb-app .check .cd{font-size:14px;color:var(--fg2);margin-top:2px;line-height:1.5;}
body.gb-built-to-win-newsletter-tpl .gb-app .dark .check .cd, body.gb-built-to-win-newsletter-tpl .gb-app .navy .check .cd, body.gb-built-to-win-newsletter-tpl .gb-app .deep .check .cd{color:var(--fg-on-dark-2);}


body.gb-built-to-win-newsletter-tpl .gb-app .idx{border-top:1.5px solid var(--gb-line);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row{display:grid;grid-template-columns:74px minmax(0,1.05fr) minmax(0,1.15fr) 36px;gap:22px;
  align-items:center;padding:26px 10px;border-bottom:1.5px solid var(--gb-line);cursor:pointer;
  position:relative;transition:padding var(--dur) var(--ease-out),background var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gb-pink);
  transform:scaleY(0);transform-origin:top;transition:transform var(--dur) var(--ease-out);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row:hover{padding-left:24px;background:linear-gradient(90deg,rgba(255,24,148,.05),transparent 60%);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row:hover::before{transform:scaleY(1);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-num{font-family:var(--font-display);font-weight:700;font-size:24px;color:var(--gb-ink-3);letter-spacing:.02em;transition:color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-title{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.012em;
  font-size:clamp(19px,1.9vw,28px);color:var(--gb-navy);line-height:.98;}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-pain{font-size:14px;color:var(--fg2);line-height:1.45;}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-arrow{justify-self:end;color:var(--gb-ink-3);display:flex;transition:color var(--dur),transform var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-arrow svg{width:22px;height:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row:hover .idx-num, body.gb-built-to-win-newsletter-tpl .gb-app .idx-row:hover .idx-title{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .idx-row:hover .idx-arrow{color:var(--gb-pink);transform:translateX(5px);}


body.gb-built-to-win-newsletter-tpl .gb-app .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;padding-top:14px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier{position:relative;display:flex;flex-direction:column;background:var(--gb-navy-700);
  border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:32px 28px;
  box-shadow:0 24px 56px -30px rgba(0,0,0,.6);
  transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out);}
body.gb-built-to-win-newsletter-tpl .gb-app .tier:hover{transform:translateY(-5px);box-shadow:0 32px 70px -28px rgba(0,0,0,.7);}
body.gb-built-to-win-newsletter-tpl .gb-app .tier.featured{border-color:var(--gb-pink);box-shadow:0 28px 64px -26px rgba(255,24,148,.42);}
body.gb-built-to-win-newsletter-tpl .gb-app .tier-badge{position:absolute;top:-13px;left:28px;background:var(--gb-pink);color:#fff;
  font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-radius:99px;padding:5px 13px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier .tk{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gb-blue-300);margin-bottom:11px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:25px;
  line-height:1.02;color:#fff;margin:0 0 10px;letter-spacing:.01em;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier-d{font-size:14px;line-height:1.5;color:var(--fg-on-dark-2);margin:0 0 20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.14);}
body.gb-built-to-win-newsletter-tpl .gb-app .tier ul{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:11px;flex:1;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier li{display:flex;gap:10px;font-size:13.5px;color:var(--fg-on-dark-2);line-height:1.45;align-items:flex-start;}
body.gb-built-to-win-newsletter-tpl .gb-app .tier li svg{flex:none;width:16px;height:16px;color:var(--gb-pink);margin-top:2px;}


body.gb-built-to-win-newsletter-tpl .gb-app .before-after{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
body.gb-built-to-win-newsletter-tpl .gb-app .ba{border-radius:14px;padding:24px 22px;border:1px solid var(--gb-line);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.bad{background:var(--gb-paper);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.good{background:#fff;border-color:var(--gb-pink);box-shadow:var(--shadow-card);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba .balabel{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.bad .balabel{color:var(--gb-ink-3);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.good .balabel{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;}
body.gb-built-to-win-newsletter-tpl .gb-app .ba li{font-size:13.5px;color:var(--fg2);line-height:1.4;display:flex;gap:9px;align-items:flex-start;}
body.gb-built-to-win-newsletter-tpl .gb-app .ba li svg{flex:none;width:16px;height:16px;margin-top:2px;}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.bad li svg{color:var(--gb-concrete);}
body.gb-built-to-win-newsletter-tpl .gb-app .ba.good li svg{color:var(--gb-pink);}


body.gb-built-to-win-newsletter-tpl .gb-app .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .member .photo{aspect-ratio:3/4;border-radius:14px;overflow:hidden;
  background:linear-gradient(160deg,#1f568f,#0E1E36);position:relative;
  display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);}
body.gb-built-to-win-newsletter-tpl .gb-app .member .photo .ph-note{text-align:center;font-size:11px;color:var(--fg-on-dark-3);font-style:italic;padding:0 14px;}
body.gb-built-to-win-newsletter-tpl .gb-app .member .photo img{width:100%;height:100%;object-fit:cover;}
body.gb-built-to-win-newsletter-tpl .gb-app .member .mname{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:19px;
  color:#fff;margin:16px 0 2px;letter-spacing:.02em;}
body.gb-built-to-win-newsletter-tpl .gb-app .white .member .mname, body.gb-built-to-win-newsletter-tpl .gb-app .paper .member .mname{color:var(--gb-navy);}
body.gb-built-to-win-newsletter-tpl .gb-app .member .mrole{font-size:12.5px;color:var(--gb-pink);font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
body.gb-built-to-win-newsletter-tpl .gb-app .member .mbio{font-size:13px;color:var(--fg-on-dark-2);margin-top:9px;line-height:1.5;}
body.gb-built-to-win-newsletter-tpl .gb-app .white .member .mbio, body.gb-built-to-win-newsletter-tpl .gb-app .paper .member .mbio{color:var(--fg2);}


body.gb-built-to-win-newsletter-tpl .gb-app .cta-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
  background:var(--gb-navy-800);border:1px solid rgba(255,255,255,.12);border-radius:18px;
  padding:30px 36px;color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-strip .cs-t{font-family:var(--font-display);text-transform:uppercase;font-weight:700;
  font-size:clamp(22px,2.2vw,30px);letter-spacing:.015em;line-height:1;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-strip .cs-t .pink{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-strip .cs-s{font-size:13.5px;color:var(--fg-on-dark-2);margin-top:6px;}


body.gb-built-to-win-newsletter-tpl .gb-app .tquote{font-family:var(--font-display);text-transform:uppercase;font-weight:700;line-height:1.04;
  letter-spacing:.01em;font-size:clamp(26px,3vw,40px);color:var(--gb-navy);margin:0 0 26px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tquote .pink{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .tmeta{display:flex;align-items:center;gap:16px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tmeta .tavatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(150deg,#1f568f,#0E1E36);flex:none;}
body.gb-built-to-win-newsletter-tpl .gb-app .tmeta .tn{font-weight:800;font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:var(--gb-navy);}
body.gb-built-to-win-newsletter-tpl .gb-app .tmeta .tr{font-size:13px;color:var(--fg3);}
body.gb-built-to-win-newsletter-tpl .gb-app .tcards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tcard{padding:28px 26px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tcard p{font-size:15px;line-height:1.6;color:var(--fg1);margin:0 0 20px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tcard .ta{font-weight:800;font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--gb-navy);}
body.gb-built-to-win-newsletter-tpl .gb-app .tcard .tc{font-size:12.5px;color:var(--fg3);margin-top:2px;}
body.gb-built-to-win-newsletter-tpl .gb-app .tstars{display:flex;gap:3px;margin-bottom:16px;color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .tstars svg{width:16px;height:16px;}


body.gb-built-to-win-newsletter-tpl .gb-app .faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;align-items:start;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-list{border-top:1px solid var(--gb-line);}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-item{border-bottom:1px solid var(--gb-line);}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-q{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;
  background:none;border:none;cursor:pointer;padding:24px 4px;text-align:left;min-height:44px;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qtext{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:22px;
  color:var(--gb-navy);letter-spacing:.03em;line-height:1.12;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qico{flex:none;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--gb-line);
  display:flex;align-items:center;justify-content:center;color:var(--gb-navy);
  transition:background var(--dur),color var(--dur),border-color var(--dur),transform var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qico svg{width:16px;height:16px;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-item.open .qico{background:var(--gb-pink);border-color:var(--gb-pink);color:#fff;transform:rotate(45deg);}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s var(--ease-out);}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-a p{overflow:hidden;min-height:0;font-size:15px;line-height:1.65;color:var(--fg2);margin:0;padding:0 4px;max-width:64ch;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-item.open .faq-a{grid-template-rows:1fr;}
body.gb-built-to-win-newsletter-tpl .gb-app .faq-item.open .faq-a p{padding-bottom:26px;}


body.gb-built-to-win-newsletter-tpl .gb-app .cta-band{position:relative;overflow:hidden;text-align:center;padding:120px 0;
  background:var(--gb-ombre);}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(130% 125% at 50% 45%, transparent 52%, rgba(14,30,55,.45) 100%),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px) 0 0/104px 104px,
    linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px) 0 0/104px 104px;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band > *{position:relative;z-index:1;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .display{font-size:clamp(40px,5.2vw,72px);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .lead{color:var(--fg-on-dark-2);max-width:600px;margin:22px auto 36px;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .hero-cta{justify-content:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .cta-band .watermark-mark{opacity:.05;right:-120px;top:50%;transform:translateY(-50%);width:520px;}


body.gb-built-to-win-newsletter-tpl .gb-app .foot{background:var(--gb-navy-900);color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news{border-bottom:1px solid rgba(255,255,255,.1);padding:42px 0;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news .wrap{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news .fn-t{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:26px;letter-spacing:.02em;color:#fff;margin:0 0 6px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news .fn-s{font-size:13.5px;color:var(--fg-on-dark-2);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news form{display:flex;gap:10px;flex-wrap:wrap;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news input{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:99px;
  padding:14px 22px;color:#fff;font-size:14px;min-width:280px;font-family:var(--font-sans);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news input::placeholder{color:var(--fg-on-dark-3);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-news input:focus{outline:none;border-color:var(--gb-blue-500);box-shadow:0 0 0 3px rgba(0,146,214,.25);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-main{padding:64px 0 48px;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:36px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-logo{width:215px;height:auto;max-width:100%;margin-bottom:20px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-blurb{font-family:var(--font-display);text-transform:uppercase;font-weight:700;
  font-size:clamp(22px,2vw,29px);line-height:1.02;letter-spacing:.01em;color:#fff;max-width:320px;margin:4px 0 22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-soc{display:flex;gap:14px;margin-top:22px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-soc a{opacity:.8;transition:opacity var(--dur),transform var(--dur);
  min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-soc a:hover{opacity:1;transform:translateY(-2px);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-col .foot-h{font-family:var(--font-sans);font-weight:800;font-size:12px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gb-pink);margin:0 0 18px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-toggle{display:block;width:100%;background:none;border:none;padding:0;margin:0;
  cursor:default;text-align:left;font-family:inherit;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-chev{display:none;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-links a{display:block;font-size:13.5px;color:var(--fg-on-dark-2);padding:6px 0;cursor:pointer;transition:color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-links a:hover{color:#fff;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-contact{font-size:13.5px;color:var(--fg-on-dark-2);line-height:1.7;font-style:normal;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-contact a{color:#fff;transition:color var(--dur);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-contact a:hover{color:var(--gb-pink);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-bot{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;align-items:center;
  justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--fg-on-dark-3);}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-bot .fb-links{display:flex;gap:20px;}
body.gb-built-to-win-newsletter-tpl .gb-app .foot-bot a:hover{color:#fff;}


body.gb-built-to-win-newsletter-tpl .gb-app .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);}
body.gb-built-to-win-newsletter-tpl .gb-app .reveal.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  body.gb-built-to-win-newsletter-tpl .gb-app .reveal{opacity:1;transform:none;transition:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .marquee-track{animation:none;}
  html:has(body.gb-built-to-win-newsletter-tpl){scroll-behavior:auto;}
}


@media(max-width:1080px){
  body.gb-built-to-win-newsletter-tpl .gb-app .grid-4{grid-template-columns:repeat(2,1fr);}
  body.gb-built-to-win-newsletter-tpl .gb-app .steps{grid-template-columns:1fr 1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .stats{grid-template-columns:repeat(2,1fr);}
  body.gb-built-to-win-newsletter-tpl .gb-app .team-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:920px){
  body.gb-built-to-win-newsletter-tpl .gb-app .nav-links{display:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .nav-burger{display:inline-flex;align-items:center;justify-content:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .nav-cta .btn:not(.nav-book){display:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-wrap{grid-template-columns:1fr;gap:36px;padding-top:104px;padding-bottom:64px;text-align:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .eyebrow, body.gb-built-to-win-newsletter-tpl .gb-app .hero-trust{justify-content:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .lead{margin-left:auto;margin-right:auto;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-cta{justify-content:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-art{order:-1;min-height:240px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-mono{width:min(60vw,300px);}
  body.gb-built-to-win-newsletter-tpl .gb-app .feature, body.gb-built-to-win-newsletter-tpl .gb-app .faq-grid, body.gb-built-to-win-newsletter-tpl .gb-app .grid-3, body.gb-built-to-win-newsletter-tpl .gb-app .grid-2, body.gb-built-to-win-newsletter-tpl .gb-app .tcards, body.gb-built-to-win-newsletter-tpl .gb-app .tiers{grid-template-columns:1fr;gap:40px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .feature.flip .feat-media{order:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .steps{grid-template-columns:1fr 1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-main{grid-template-columns:1fr 1fr;}
}


@media(max-width:760px){
  body.gb-built-to-win-newsletter-tpl .gb-app .sec{padding:56px 0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .sec-sm{padding:40px 0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .sec-head{margin-bottom:32px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .wrap, body.gb-built-to-win-newsletter-tpl .gb-app .wrap-narrow{padding:0 20px;}

  body.gb-built-to-win-newsletter-tpl .gb-app .grid-4, body.gb-built-to-win-newsletter-tpl .gb-app .stats{grid-template-columns:1fr 1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .steps{grid-template-columns:1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .team-grid{grid-template-columns:1fr 1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .before-after{grid-template-columns:1fr;}
  body.gb-built-to-win-newsletter-tpl .gb-app .idx-row{grid-template-columns:44px 1fr;gap:6px 14px;padding:20px 6px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .idx-pain{grid-column:2;}
  body.gb-built-to-win-newsletter-tpl .gb-app .idx-arrow{display:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .cta-strip{padding:24px 22px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-cta .btn{flex:1 1 auto;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .grid-3.swipe, body.gb-built-to-win-newsletter-tpl .gb-app .tcards.swipe, body.gb-built-to-win-newsletter-tpl .gb-app .steps.swipe, body.gb-built-to-win-newsletter-tpl .gb-app .tiers.swipe{
    display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;scroll-padding-left:20px;gap:14px;
    margin:0 -20px;padding:4px 20px 18px;-webkit-overflow-scrolling:touch;
    scrollbar-width:thin;scrollbar-color:var(--gb-pink) rgba(140,150,170,.22);
  }
  body.gb-built-to-win-newsletter-tpl .gb-app .tiers.swipe{padding-top:22px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .grid-3.swipe > *, body.gb-built-to-win-newsletter-tpl .gb-app .tcards.swipe > *, body.gb-built-to-win-newsletter-tpl .gb-app .steps.swipe > *, body.gb-built-to-win-newsletter-tpl .gb-app .tiers.swipe > *{flex:0 0 84%;scroll-snap-align:start;min-width:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .swipe::-webkit-scrollbar{height:5px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .swipe::-webkit-scrollbar-thumb{background:var(--gb-pink);border-radius:99px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .swipe::-webkit-scrollbar-track{background:rgba(140,150,170,.22);border-radius:99px;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-main{grid-template-columns:1fr;gap:0;padding:40px 0 28px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col{border-bottom:1px solid rgba(255,255,255,.1);}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;
    padding:16px 0;cursor:pointer;min-height:44px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col .foot-h{margin:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-chev{display:inline-flex;color:rgba(255,255,255,.55);transition:transform var(--dur) var(--ease-out);}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col.open .foot-col-chev{transform:rotate(45deg);color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-links{overflow:hidden;max-height:0;opacity:0;
    transition:max-height .32s var(--ease-out),opacity .2s var(--ease-out),padding .32s var(--ease-out);}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col.open .foot-col-links{max-height:720px;opacity:1;padding-bottom:14px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-col-links a{padding:10px 0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .foot-brand{margin-bottom:28px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .cta-band{padding:80px 0;}
}
@media(max-width:380px){
  body.gb-built-to-win-newsletter-tpl .gb-app .hero-copy .display{font-size:clamp(34px,9vw,40px);}
}


/* ===========================================================================
   PAGE-SPECIFIC LAYOUT (scoped) - from the export inline <style>
   =========================================================================== */

  
  body.gb-built-to-win-newsletter-tpl .gb-app{ --bp-line: var(--gb-pink); }
  

  
  body.gb-built-to-win-newsletter-tpl .gb-app section.btw-hero{padding-top:48px;padding-bottom:72px;
    background:
      radial-gradient(56% 64% at 84% 30%, rgba(0,146,214,.30), transparent 62%),
      radial-gradient(50% 56% at -6% 108%, rgba(15,92,151,.30), transparent 58%),
      radial-gradient(46% 52% at 108% 112%, rgba(0,146,214,.20), transparent 56%),
      #0E1E36;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-hero.bp-grid::before{
    background:
      radial-gradient(120% 100% at 50% 28%, transparent 72%, rgba(14,30,54,.40) 100%),
      linear-gradient(rgba(125,178,228,.085) 1px,transparent 1px) 0 0/26px 26px,
      linear-gradient(90deg,rgba(125,178,228,.085) 1px,transparent 1px) 0 0/26px 26px,
      linear-gradient(rgba(125,178,228,.17) 1px,transparent 1px) 0 0/104px 104px,
      linear-gradient(90deg,rgba(125,178,228,.17) 1px,transparent 1px) 0 0/104px 104px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:54px;align-items:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-hero .eyebrow{margin-bottom:18px;}
  body.gb-built-to-win-newsletter-tpl .gb-app h1.btw-h1{font-size:clamp(36px,4.4vw,60px);line-height:.98;letter-spacing:.008em;margin:0 0 20px;color:#fff;}
  body.gb-built-to-win-newsletter-tpl .gb-app h1.btw-h1 .accent-blue{color:var(--gb-blue-300);}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-hero .lead{font-size:clamp(16px,1.2vw,19px);line-height:1.55;max-width:46ch;color:var(--fg-on-dark-2);}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-support{font-size:15.5px;line-height:1.6;color:var(--fg-on-dark-2);max-width:48ch;margin:16px 0 0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-chips{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0;list-style:none;padding:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-chips li{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;
    text-transform:uppercase;color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(125,178,228,.28);
    border-radius:99px;padding:8px 15px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-chips li svg{width:14px;height:14px;color:var(--gb-pink);}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form{margin:30px 0 0;max-width:512px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .fbar{display:flex;gap:10px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .fnames{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form input{width:100%;min-width:0;background:#fff;border:1.5px solid var(--gb-pink);
    border-radius:var(--radius-pill);padding:13px 18px;color:var(--gb-navy);font-size:14.5px;font-weight:500;font-family:var(--font-sans);}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .fbar input[type=email]{flex:1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form input::placeholder{color:var(--gb-ink-3);font-weight:400;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form input:focus{outline:none;border-color:var(--gb-pink);box-shadow:0 0 0 3px rgba(255,24,148,.25);}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .btn{width:100%;margin-top:10px;min-height:0;padding:14px 24px;font-size:13.5px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .ferr{display:none;margin:10px 4px 0;font-size:12.5px;font-weight:700;color:#FF6FB6;letter-spacing:.02em;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form.invalid .ferr{display:block;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-micro{margin:16px 2px 0;font-size:13px;line-height:1.6;color:var(--fg-on-dark-3);max-width:560px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-micro b{color:#fff;font-weight:700;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done{display:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done.show{display:block;max-width:512px;margin:30px 0 0;background:rgba(255,255,255,.05);
    border:1px solid rgba(125,178,228,.30);border-radius:16px;padding:26px 28px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done .fd-check{width:46px;height:46px;border-radius:50%;background:var(--gb-pink);display:flex;
    align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-pink-glow);margin-bottom:16px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done .fd-check svg{width:24px;height:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:24px;
    letter-spacing:.02em;color:#fff;margin:0 0 8px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done p{font-size:14px;color:var(--fg-on-dark-2);margin:0;line-height:1.6;}
  

  
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-sheet{position:relative;border:1px solid rgba(125,178,228,.34);border-radius:8px;
    background:linear-gradient(180deg, rgba(18,42,78,.72), rgba(11,24,45,.82));
    box-shadow:0 40px 90px -40px rgba(0,0,0,.7), inset 0 0 0 6px rgba(11,24,45,.55), inset 0 0 0 7px rgba(125,178,228,.18);
    padding:18px;overflow:hidden;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-sheet::after{content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(rgba(125,178,228,.06) 1px,transparent 1px) 0 0/22px 22px,
               linear-gradient(90deg,rgba(125,178,228,.06) 1px,transparent 1px) 0 0/22px 22px;
    mask:radial-gradient(120% 120% at 50% 50%, #000 60%, transparent 100%);}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-sheet svg{display:block;width:100%;height:auto;position:relative;z-index:1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-sheet .scan{position:absolute;left:0;right:0;top:0;height:42%;z-index:2;pointer-events:none;
    background:linear-gradient(180deg, rgba(0,146,214,.16), transparent);animation:btw-scan 5.5s var(--ease-out) infinite;}
  @keyframes btw-scan{0%{transform:translateY(-46%);opacity:0;}18%{opacity:1;}60%{opacity:1;}100%{transform:translateY(150%);opacity:0;}}
  body.gb-built-to-win-newsletter-tpl .gb-app .titleblock{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:12px;
    padding-top:12px;border-top:1px solid rgba(125,178,228,.26);position:relative;z-index:1;
    font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;}
  body.gb-built-to-win-newsletter-tpl .gb-app .titleblock .tb-l .tb-name{font-family:var(--font-display);font-weight:700;text-transform:uppercase;
    letter-spacing:.06em;font-size:17px;color:#fff;line-height:1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .titleblock .tb-l .tb-sub{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gb-blue-300);margin-top:6px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .titleblock .tb-r{text-align:right;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-on-dark-3);line-height:1.7;}
  body.gb-built-to-win-newsletter-tpl .gb-app .titleblock .tb-r b{color:#fff;font-weight:700;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .support-line{text-align:center;font-size:clamp(16px,1.5vw,19px);color:var(--fg2);margin:40px auto 0;max-width:62ch;line-height:1.6;}
  body.gb-built-to-win-newsletter-tpl .gb-app .support-line b{color:var(--gb-navy);font-weight:700;}
  body.gb-built-to-win-newsletter-tpl .gb-app .dark .support-line, body.gb-built-to-win-newsletter-tpl .gb-app .navy .support-line{color:var(--fg-on-dark-2);}
  body.gb-built-to-win-newsletter-tpl .gb-app .dark .support-line b, body.gb-built-to-win-newsletter-tpl .gb-app .navy .support-line b{color:#fff;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card{max-width:880px;margin:0 auto;background:#fff;border:1px solid var(--gb-line);border-left:4px solid var(--gb-pink);
    border-radius:14px;padding:42px 44px;box-shadow:var(--shadow-card);}
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card .qa-lead{font-size:clamp(19px,1.7vw,23px);line-height:1.5;color:var(--gb-navy);font-weight:700;margin:0 0 16px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card p{font-size:16.5px;line-height:1.7;color:var(--fg2);margin:0 0 14px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card p:last-child{margin-bottom:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card p .pink{color:var(--gb-pink);font-weight:700;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card{padding:26px 26px 28px;display:flex;flex-direction:column;gap:10px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card .wnum{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--gb-blue-500);letter-spacing:.12em;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card h4{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:20px;
    letter-spacing:.02em;color:var(--gb-navy);margin:0;line-height:1.05;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card p{font-size:14.5px;line-height:1.55;color:var(--fg2);margin:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-bridge{margin:46px auto 0;max-width:760px;text-align:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-bridge p{font-size:clamp(17px,1.6vw,20px);line-height:1.6;color:var(--fg1);margin:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-bridge p b{color:var(--gb-pink);font-weight:700;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip{position:relative;width:100vw;margin:64px 0 0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
    background:var(--gb-navy-900);border-top:1px solid rgba(125,178,228,.16);border-bottom:1px solid rgba(125,178,228,.16);overflow:hidden;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.6;
    background:linear-gradient(rgba(125,178,228,.08) 1px,transparent 1px) 0 0/26px 26px,
               linear-gradient(90deg,rgba(125,178,228,.08) 1px,transparent 1px) 0 0/26px 26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:18px;
    padding:20px 24px;flex-wrap:wrap;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-mark{width:30px;height:30px;flex:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-name{font-family:var(--font-display);text-transform:uppercase;font-weight:700;
    font-size:clamp(20px,2.4vw,28px);letter-spacing:.04em;color:#fff;line-height:1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-name .p{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-dot{width:7px;height:7px;border-radius:50%;background:var(--gb-pink);flex:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-tag{font-family:var(--font-sans);font-weight:700;font-size:12.5px;letter-spacing:.16em;
    text-transform:uppercase;color:var(--gb-blue-300);}
  @media(max-width:600px){
    body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-tag{display:none;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-dot{display:none;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-name{font-size:30px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-mark{width:38px;height:38px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-strip-inner{padding:26px 20px;gap:14px;}
  }

  
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative;margin-top:8px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-track{position:absolute;top:32px;left:16%;right:16%;height:2px;z-index:0;
    background:linear-gradient(90deg,var(--gb-pink),var(--gb-blue-500));opacity:.5;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-col{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-node{width:64px;height:64px;border-radius:50%;background:var(--gb-navy-900);border:2px solid var(--gb-pink);
    color:#fff;font-family:var(--font-display);font-weight:700;font-size:25px;display:flex;align-items:center;justify-content:center;
    box-shadow:0 0 0 7px var(--gb-navy-800),0 12px 30px -8px rgba(255,24,148,.55);margin-bottom:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card{width:100%;flex:1;background:#fff;border:1px solid var(--gb-line);border-radius:16px;
    padding:26px 26px 30px;text-align:center;box-shadow:var(--shadow-card);
    transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),border-color var(--dur);}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:rgba(255,24,148,.42);}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card .pc-time{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
    color:var(--gb-navy);background:rgba(24,53,94,.09);border-radius:99px;padding:5px 12px;margin-bottom:16px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card .pc-icon{width:46px;height:46px;border-radius:13px;background:rgba(255,24,148,.14);color:var(--gb-pink);
    display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card .pc-icon svg{width:24px;height:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card h4{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:22px;letter-spacing:.02em;color:var(--gb-navy);margin:0 0 10px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card p{font-size:14.5px;line-height:1.6;color:var(--fg2);margin:0;}
  @media(max-width:760px){
    body.gb-built-to-win-newsletter-tpl .gb-app .plan-rail{grid-template-columns:1fr;gap:16px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .plan-track{display:none;}
    body.gb-built-to-win-newsletter-tpl .gb-app .plan-node{margin-bottom:16px;}
  }

  
  body.gb-built-to-win-newsletter-tpl .gb-app .readers{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .navy .reader{background:#fff;border:1px solid var(--gb-line);box-shadow:var(--shadow-card);}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader{padding:34px 32px 32px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader .rtag{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gb-blue-700);}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader .ricon{width:52px;height:52px;border-radius:14px;background:rgba(255,24,148,.12);color:var(--gb-pink);
    display:flex;align-items:center;justify-content:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader .ricon svg{width:26px;height:26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(22px,2vw,28px);
    color:var(--gb-navy);margin:0;letter-spacing:.02em;line-height:1.02;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader p{font-size:15px;line-height:1.6;color:var(--fg2);margin:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader .rline{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:17px;
    letter-spacing:.02em;color:var(--gb-pink);margin-top:auto;padding-top:6px;line-height:1.1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .readers-close{text-align:center;margin:42px auto 0;font-family:var(--font-display);text-transform:uppercase;
    font-weight:700;font-size:clamp(20px,2.2vw,30px);letter-spacing:.02em;color:#fff;}
  body.gb-built-to-win-newsletter-tpl .gb-app .readers-close .pink{color:var(--gb-pink);}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-stat{text-align:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-stat .pbig{font-family:var(--font-display);font-weight:700;line-height:.86;letter-spacing:.005em;
    font-size:clamp(78px,12vw,170px);color:#fff;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-stat .pbig .pink{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-stat .plabel{font-size:clamp(15px,1.5vw,19px);font-weight:700;letter-spacing:.04em;color:var(--fg-on-dark-2);
    text-transform:uppercase;margin-top:8px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-ethos{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:40px;
    font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(18px,2vw,26px);
    color:#fff;letter-spacing:.02em;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-ethos .s{color:var(--gb-pink);}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .upgrade-twin{max-width:680px;margin:0 auto 8px;text-align:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .upgrade-twin p{font-size:clamp(16px,1.5vw,19px);line-height:1.6;color:var(--fg2);margin:0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .upgrade-twin p b{color:var(--gb-navy);font-weight:700;}
  body.gb-built-to-win-newsletter-tpl .gb-app .doors{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:46px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door{display:flex;flex-direction:column;min-width:0;background:var(--gb-navy-700);border:1px solid rgba(255,255,255,.12);
    border-radius:18px;padding:34px 32px;box-shadow:0 24px 56px -30px rgba(0,0,0,.6);
    transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),border-color var(--dur);}
  body.gb-built-to-win-newsletter-tpl .gb-app .door:hover{transform:translateY(-5px);box-shadow:0 32px 70px -28px rgba(0,0,0,.7);border-color:rgba(125,178,228,.4);}
  body.gb-built-to-win-newsletter-tpl .gb-app .door.flag{border-color:var(--gb-pink);box-shadow:0 28px 64px -26px rgba(255,24,148,.4);}
  body.gb-built-to-win-newsletter-tpl .gb-app .door .dk{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gb-blue-300);margin-bottom:12px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door .dk.flagk{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .door h3{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(23px,2.2vw,29px);
    line-height:1.0;color:#fff;margin:0 0 14px;letter-spacing:.01em;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door p{font-size:14.5px;line-height:1.6;color:var(--fg-on-dark-2);margin:0 0 24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door .door-cta{margin-top:auto;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door .door-cta .btn{width:100%;white-space:normal;}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a ul.selftest{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a ul.selftest li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--gb-navy);line-height:1.5;}
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a ul.selftest li svg{flex:none;width:16px;height:16px;color:var(--gb-pink);margin-top:3px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a a.inlink{color:var(--gb-blue-700);font-weight:700;text-decoration:underline;text-underline-offset:2px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a p{color:var(--gb-navy);}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .display{font-size:clamp(38px,5vw,68px);max-width:18ch;margin-left:auto;margin-right:auto;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .lead{max-width:54ch;margin:24px auto 4px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .lead b{color:#fff;font-weight:700;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .btw-form{margin:34px auto 0;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .btw-form-done{margin-left:auto;margin-right:auto;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .btw-micro{margin-left:auto;margin-right:auto;text-align:center;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .finaltail{margin:30px 0 0;font-size:13.5px;color:var(--fg-on-dark-2);}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .finaltail a{color:var(--gb-blue-300);font-weight:700;text-decoration:underline;text-underline-offset:2px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .slogan{margin:36px 0 0;font-family:var(--font-display);text-transform:uppercase;font-weight:700;
    font-size:clamp(18px,2vw,26px);letter-spacing:.04em;color:#fff;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .slogan .s{color:var(--gb-pink);margin:0 8px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta{overflow:hidden;}
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta-hexwm{position:absolute;left:-70px;top:46%;transform:translateY(-50%);width:min(44%,520px);
    opacity:.05;z-index:0;pointer-events:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-bigmark{text-align:center;font-family:var(--font-display);text-transform:uppercase;font-weight:700;
    line-height:.82;letter-spacing:.01em;margin:16px 0 0;font-size:clamp(64px,13vw,176px);color:#fff;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-bigmark .bm-p{color:var(--gb-pink);}

  
  body.gb-built-to-win-newsletter-tpl .gb-app .marquee-band{padding:0;overflow:hidden;background:#0E1E36;
    border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);}
  body.gb-built-to-win-newsletter-tpl .gb-app .marquee-band .mb-track{display:flex;align-items:center;width:max-content;animation:mb-scroll 48s linear infinite;}
  body.gb-built-to-win-newsletter-tpl .gb-app .marquee-band:hover .mb-track{animation-play-state:paused;}
  body.gb-built-to-win-newsletter-tpl .gb-app .mb-item{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(20px,2.2vw,28px);
    letter-spacing:.04em;color:#fff;white-space:nowrap;padding:20px 0;line-height:1;}
  body.gb-built-to-win-newsletter-tpl .gb-app .mb-item.pink{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .mb-sep{width:24px;height:24px;margin:0 32px;flex:none;opacity:.85;}
  @keyframes mb-scroll{to{transform:translateX(-50%);}}
  @media(prefers-reduced-motion:reduce){body.gb-built-to-win-newsletter-tpl .gb-app .marquee-band .mb-track{animation:none;}}
  @media(max-width:600px){
    body.gb-built-to-win-newsletter-tpl .gb-app .marquee-band{display:none;}
  }

  
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-sec{overflow:hidden;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-hexwm{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(78%,620px);
    opacity:.05;z-index:0;pointer-events:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .leave-no-doubt{text-align:center;font-family:var(--font-display);text-transform:uppercase;font-weight:700;
    line-height:.84;letter-spacing:.01em;margin:18px 0 0;font-size:clamp(64px,12vw,158px);}
  body.gb-built-to-win-newsletter-tpl .gb-app .leave-no-doubt .lnd-out{color:#fff;-webkit-text-stroke:2px rgba(255,255,255,.92);}
  @supports (-webkit-text-stroke: 2px white){ body.gb-built-to-win-newsletter-tpl .gb-app .leave-no-doubt .lnd-out{color:transparent;} }
  body.gb-built-to-win-newsletter-tpl .gb-app .leave-no-doubt .lnd-pink{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline{max-width:720px;margin:46px auto 0;display:flex;align-items:center;gap:26px;justify-content:center;text-align:left;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-num{font-family:var(--font-display);font-weight:700;font-size:clamp(46px,7vw,86px);line-height:.85;color:#fff;flex:none;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-num .pink{color:var(--gb-pink);}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-label{font-size:14.5px;line-height:1.6;color:var(--fg-on-dark-2);max-width:38ch;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-sec .proof-ethos{margin-top:40px;}
  @media(max-width:760px){
    body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline{flex-direction:column;gap:10px;text-align:center;}
    body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-label{text-align:center;}
  }
  @media(max-width:980px){
    body.gb-built-to-win-newsletter-tpl .gb-app .btw-hero-grid{grid-template-columns:1fr;gap:40px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .readers, body.gb-built-to-win-newsletter-tpl .gb-app .doors{grid-template-columns:1fr;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-grid3{grid-template-columns:1fr 1fr;}
  }
  @media(max-width:760px){
    body.gb-built-to-win-newsletter-tpl .gb-app section.btw-hero{padding-top:34px;padding-bottom:52px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .door{padding:28px 22px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .fbar{flex-direction:column;}
    body.gb-built-to-win-newsletter-tpl .gb-app .btw-form .btn{width:100%;}
    body.gb-built-to-win-newsletter-tpl .gb-app .qa-card{padding:30px 24px;}
    body.gb-built-to-win-newsletter-tpl .gb-app .who-grid3{grid-template-columns:1fr;}
    body.gb-built-to-win-newsletter-tpl .gb-app .reader .rline{margin-top:8px;}
  }


/* ===========================================================================
   GRIT BLUEPRINT HOUSE OVERRIDES (appended last so they win)
   1. FAQ accordion titles ship a touch small - bump to 24px desktop / 22px
      mobile (standing rule).
   2. Mobile readability floor: raise sub-15px PROSE + form text to a 15px floor
      on phones (<=760). Decorative tracked uppercase labels, the blueprint
      title block, and chips keep their design sizes on purpose.
   =========================================================================== */
body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qtext{font-size:24px;}
@media (max-width:760px){
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qtext{font-size:22px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card p,
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card p,
  body.gb-built-to-win-newsletter-tpl .gb-app .door p,
  body.gb-built-to-win-newsletter-tpl .gb-app .reader p,
  body.gb-built-to-win-newsletter-tpl .gb-app .card p,
  body.gb-built-to-win-newsletter-tpl .gb-app .card.pillar p,
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-label,
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-micro,
  body.gb-built-to-win-newsletter-tpl .gb-app .finalcta .finaltail,
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form input,
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-a p{font-size:15px;}
}

/* ===========================================================================
   MOBILE TITLE/HEADER SCALE-UP (user request) - appended last so it wins.
   Bumps every heading on phones (<=760px); the giant display treatments get a
   smaller proportional bump so they still clear the viewport. CSS-only.
   =========================================================================== */
@media (max-width:760px){
  body.gb-built-to-win-newsletter-tpl .gb-app h1.btw-h1{font-size:42px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .h2{font-size:40px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .h3{font-size:27px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .qa-card .qa-lead{font-size:22px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-card h4{font-size:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .pillar h4{font-size:25px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .plan-card h4{font-size:25px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .reader h3{font-size:26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .door h3{font-size:26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .readers-close{font-size:26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-form-done h3{font-size:26px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .faq-q .qtext{font-size:24px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .who-strip .ws-name{font-size:30px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .proof-statline .psl-num{font-size:58px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .leave-no-doubt{font-size:76px;}
  body.gb-built-to-win-newsletter-tpl .gb-app .btw-bigmark{font-size:78px;}
}
