.elementor-3948 .elementor-element.elementor-element-b2d9691{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-93ed9b1 */:root {
    --tgg-blue:   #276FFF;
    --tgg-purple: #F827FF;
    --tgg-pink:   #FF3163;
    --tgg-orange: #FF9A1F;
    --badger-red: #C5050C;
    --ku-blue:    #0051BA;
    --ku-crimson: #E8000D;
    --ink: #0A0A0F;
    --soft: #F4F4F5;
    --line: rgba(255,255,255,.10);
    --muted: rgba(255,255,255,.62);
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body {
    background: var(--ink); color: white;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'cv11', 'ss01', 'ss03';
  }
  body { overflow-x: hidden; }
  body::before {
    content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background:
      radial-gradient(60% 50% at 10% -5%, rgba(248,39,255,.20), transparent 60%),
      radial-gradient(50% 50% at 110% 30%, rgba(39,111,255,.18), transparent 60%),
      radial-gradient(40% 40% at -10% 80%, rgba(255,154,31,.10), transparent 70%);
  }
  body::after {
    content: ""; position: fixed; inset: 0; z-index: 1; pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    opacity: .35; mix-blend-mode: screen;
  }
  main { position: relative; z-index: 2; }

  h1, h2, h3, h4 { font-family: 'Inter', sans-serif; letter-spacing: -.025em; line-height: 1; font-weight: 800; }
  h1 { font-weight: 900; }

  .badger-nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 40px; position: sticky; top: 0; z-index: 50;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px); background: rgba(10,10,15,.72);
  }
  .badger-nav .brand .pair { display: flex; align-items: center; gap: 12px; font-size: 14px; }
  .badger-nav .brand .x { color: var(--tgg-orange); font-weight: 500; }
  .badger-nav .brand img { height: 22px; width: auto; }
  .badger-nav .brand img.invert { filter: brightness(0) invert(1); }
  .badger-nav .right { display: flex; align-items: center; gap: 16px; font-size: 12px; color: var(--muted); letter-spacing: .04em; }

  .logos-bar {
    display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap;
    padding: 30px 40px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015);
  }
  .logos-bar .lg { display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: .85; transition: opacity .2s; }
  .logos-bar .lg:hover { opacity: 1; }
  .logos-bar .lg-img { height: 56px; display: flex; align-items: center; justify-content: center; }
  .logos-bar .lg-img img { max-height: 56px; width: 140px; }
  .logos-bar .lg-img.invert img { filter: brightness(0) invert(1); }
  .logos-bar .lg-label { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
  .logos-bar .lg-label:hover { color: var(--muted); }
  .logos-bar .sep { width: 1px; height: 36px; background: var(--line); }

  section { padding: 120px 40px; position: relative; }
  .container { max-width: 1280px; margin: 0 auto; }
  .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--tgg-blue); font-weight: 700; }
  .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--tgg-blue); }

  .hero { padding: 100px 40px 130px; overflow: hidden; }
  .hero-inner { display: grid; gap: 60px; align-items: end; position: relative; }
  .hero h1 {
    font-size: clamp(60px, 9vw, 152px); font-weight: 900; letter-spacing: -.035em;
    background: linear-gradient(110deg, #fff 0%, #fff 35%, var(--tgg-blue) 55%, var(--tgg-purple) 75%, var(--tgg-pink) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    animation: huegrad 9s ease-in-out infinite alternate;
  }
  @keyframes huegrad { from { filter: hue-rotate(0deg);} to { filter: hue-rotate(20deg);} }
  .hero .cross { display: inline-block; color: var(--tgg-orange); font-weight: 600; transform: translateY(-.06em); font-style: italic; }
  .hero .meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; color: var(--muted); font-size: 13px; letter-spacing: .02em; }
  .hero .meta span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; }
  .hero-right p { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.86); font-weight: 400; }
  .hero-right p strong { color: #fff; font-weight: 700; }
  .hero-right .stamp {
    display: inline-block; margin-bottom: 24px; padding: 8px 14px;
    background: var(--badger-red); color: white; font-weight: 700; letter-spacing: .12em;
    font-size: 11px; text-transform: uppercase;
    transform: rotate(-2deg); box-shadow: 0 6px 30px rgba(197,5,12,.4);
  }
  .hero-cta {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
    padding: 16px 24px; background: white; color: var(--ink);
    font-weight: 700; font-size: 14px; letter-spacing: -.01em;
    border-radius: 999px; text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .hero-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,255,255,.18); }
  .hero-cta .arr { transition: transform .2s ease; }
  .hero-cta:hover .arr { transform: translateX(4px); }

  .ghost-w {
    position: absolute; right: -60px; top: -60px;
    font-size: 680px; font-weight: 900; color: transparent;
    -webkit-text-stroke: 2px rgba(197,5,12,.32); line-height: 1; pointer-events: none; z-index: 0;
    user-select: none; letter-spacing: -.06em;
  }

  .strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 22px 0; background: rgba(255,255,255,.02); }
  .ticker { display: flex; gap: 70px; white-space: nowrap; animation: scroll 38s linear infinite; }
  .ticker span { font-size: 26px; font-weight: 700; letter-spacing: -.02em; color: rgba(255,255,255,.5); }
  .ticker em { color: var(--tgg-blue); font-style: normal; font-weight: 800; }
  .ticker .p2 em { color: var(--tgg-pink); }
  .ticker .p3 em { color: var(--tgg-orange); }
  .ticker .p4 em { color: var(--tgg-purple); }
  @keyframes scroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }

  .promise h2 { font-size: clamp(40px, 5.8vw, 88px); font-weight: 800; max-width: 1100px; margin-top: 22px; line-height: 1.02; color: var(--e-global-color-secondary); }
  .promise h2 .hi-blue { color: var(--tgg-blue); }
  .promise h2 .hi-pink { color: var(--tgg-pink); }
  .promise h2 .hi-orange { color: var(--tgg-orange); }
  .promise h2 .hi-purple { color: var(--tgg-purple); }
  .promise p.lead { color: var(--muted); font-size: 18px; max-width: 720px; margin-top: 32px; line-height: 1.6; }

  .value { background: #06060A; }
  .value .container { display: grid; grid-template-columns: repeat(10, 1fr); gap: 24px; }
  .value h2 { grid-column: 1/-1; font-size: clamp(36px, 5vw, 76px); font-weight: 800; margin-bottom: 30px; line-height: 1; color: var(--e-global-color-secondary); }
  .value .lead-col { grid-column: 1/5; color: var(--muted); font-size: 16px; line-height: 1.65; padding-right: 20px; }
  .value .grid { grid-column: 5/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .vcard {
    padding: 30px; border: 1px solid var(--line); border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
    position: relative; overflow: hidden; transition: transform .25s ease, border-color .25s ease;
  }
  .vcard::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent, var(--tgg-blue)); }
  .vcard:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); }
  .vcard .num { font-size: 11px; letter-spacing: .18em; color: var(--accent); font-weight: 700; }
  .vcard h3 { font-size: 24px; font-weight: 700; margin-top: 14px; color: white; line-height: 1.15; letter-spacing: -.015em; }
  .vcard p { color: var(--muted); margin-top: 12px; font-size: 14px; line-height: 1.6; }
  .vcard.featured { grid-column: 1/-1; }
  .vcard.featured h3 { font-size: 32px; line-height: 1.1; }
  .vcard .tag { display: inline-block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-top: 18px; padding: 5px 10px; border-radius: 4px; background: rgba(255,255,255,.06); color: white; font-weight: 600; }

  .swprice { padding: 130px 40px; background: linear-gradient(180deg, #05050A, #08080F); }
  .swprice .head { display: grid; gap: 60px; align-items: end; margin-bottom: 60px; }
  .swprice h2 {
    font-size: clamp(44px, 6.5vw, 96px); font-weight: 800; line-height: .95;
    background: linear-gradient(120deg, #fff 0%, var(--tgg-blue) 60%, var(--tgg-purple) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    margin-top: 22px;
  }
  .swprice .head .lede { color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.6; padding-bottom: 8px; }
  .swprice .head .lede strong { color: white; }

  .tx-card {
    border-radius: 28px; padding: 50px; background: linear-gradient(160deg, #0E0E16 0%, #15131C 100%);
    border: 1px solid rgba(39,111,255,.35); position: relative; overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.55);
  }
  .tx-card::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(70% 50% at 100% 0%, rgba(39,111,255,.20), transparent 60%),
                radial-gradient(50% 40% at 0% 100%, rgba(248,39,255,.14), transparent 60%);
  }
  .tx-card .head-row {
    display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end;
    position: relative; z-index: 1; padding-bottom: 30px; border-bottom: 1px solid var(--line);
  }
  .tx-card .ribbon {
    display: inline-block; padding: 6px 12px; border-radius: 4px;
    background: rgba(39,111,255,.16); color: var(--tgg-blue);
    font-size: 10px; letter-spacing: .2em; font-weight: 700; text-transform: uppercase;
  }
  .tx-card .title { font-size: 36px; font-weight: 800; margin-top: 14px; line-height: 1.05; letter-spacing: -.02em; }
  .tx-card .big-rate {
    font-size: 80px; font-weight: 900; line-height: 1; letter-spacing: -.04em;
    background: linear-gradient(120deg, var(--tgg-blue), var(--tgg-purple));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .tx-card .rate-label { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; text-align: right; margin-top: 6px; font-weight: 600; }
  .tx-card .grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 1; }
  .tx-card .col { padding: 24px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
  .tx-card .col h4 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--tgg-blue); font-weight: 700; }
  .tx-card .col p { color: rgba(255,255,255,.85); font-size: 14px; margin-top: 10px; line-height: 1.5; }
  .tx-card .col .ex {
    margin-top: 14px; padding: 10px 12px; border-radius: 8px; background: rgba(39,111,255,.10);
    font-size: 12px; color: rgba(255,255,255,.9); border-left: 2px solid var(--tgg-blue);
  }
  .tx-card .col .ex strong { color: var(--tgg-blue); font-weight: 700; }
  .tx-card .footnote {
    margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line);
    color: var(--muted); font-size: 13px; line-height: 1.55; position: relative; z-index: 1;
  }
  .tx-card .footnote strong { color: white; }

  .bluebook { padding: 130px 40px; }
  .bluebook .container { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; align-items: center; }
  .bluebook h2 { font-size: clamp(40px, 5.6vw, 84px); font-weight: 800; margin-top: 22px; line-height: 1; color: var(--e-global-color-secondary);}
  .bluebook h2 .glow { color: var(--tgg-orange); text-shadow: 0 0 60px rgba(255,154,31,.45); }
  .bluebook p.lead { color: var(--muted); margin-top: 24px; font-size: 17px; line-height: 1.65; max-width: 560px; }
  .bluebook ul.justifs { margin-top: 26px; display: grid; gap: 12px; }
  .bluebook ul.justifs li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.82); font-size: 14px; }
  .bluebook ul.justifs li::before {
    content: ""; flex: 0 0 6px; height: 6px; border-radius: 50%; background: var(--tgg-orange);
    margin-top: 7px; box-shadow: 0 0 14px var(--tgg-orange);
  }
  .vcard-player {
    background: linear-gradient(160deg, #0E0E16 0%, #15131C 100%);
    border: 1px solid var(--line); border-radius: 26px; padding: 38px; position: relative; overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.6);
  }
  .vcard-player::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(70% 40% at 100% 0%, rgba(255,154,31,.18), transparent 60%),
                radial-gradient(60% 50% at 0% 100%, rgba(39,111,255,.16), transparent 60%);
  }
  .vcard-player .head { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
  .vcard-player .ph {
    width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--tgg-orange);
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 22px; color: var(--tgg-orange); letter-spacing: -.04em;
    background: rgba(255,154,31,.10);
  }
  .vcard-player .info { font-size: 12px; color: var(--muted); text-align: right; line-height: 1.5; }
  .vcard-player .info strong { display: block; color: white; font-size: 17px; font-weight: 700; }
  .vcard-player .badge {
    display: inline-block; margin-top: 18px; padding: 5px 10px;
    font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
    background: rgba(248,39,255,.14); color: var(--tgg-purple); border-radius: 4px;
  }
  .vcard-player .val {
    margin-top: 22px; font-weight: 900; letter-spacing: -.04em;
    font-size: 92px; line-height: 1; color: white; position: relative; z-index: 1;
    background: linear-gradient(120deg, #fff, var(--tgg-orange) 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  }
  .vcard-player .range { font-size: 13px; color: var(--muted); margin-top: 10px; position: relative; z-index: 1; }
  .vcard-player .meter { margin-top: 22px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.06); position: relative; overflow: hidden; }
  .vcard-player .meter::after {
    content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 72%;
    background: linear-gradient(90deg, var(--tgg-blue), var(--tgg-purple), var(--tgg-orange));
    border-radius: 999px;
  }
  .factors { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; position: relative; z-index: 1; }
  .factor { padding: 12px 10px; border-radius: 10px; background: rgba(255,255,255,.04); border: 1px solid var(--line); text-align: center; }
  .factor .v { font-weight: 800; font-size: 20px; color: white; letter-spacing: -.02em; }
  .factor .l { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; font-weight: 600; }

  .pillars { background: linear-gradient(180deg, #06060A 0%, #0A0A12 100%); padding: 130px 40px; }
  .pillars h2 { font-size: clamp(48px, 7vw, 110px); font-weight: 900; max-width: 1100px; line-height: .92; letter-spacing: -.035em; color: var(--e-global-color-secondary);}
  .pillars h2 .a { color: var(--tgg-blue); font-style: italic; font-weight: 800; }
  .pillars h2 .b { color: var(--tgg-pink); font-style: italic; font-weight: 800; }
  .pillars h2 .c { color: var(--tgg-orange); font-style: italic; font-weight: 800; }
  .pillars .row { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .pillar { padding: 36px; border-radius: 22px; background: rgba(255,255,255,.025); border: 1px solid var(--line); position: relative; overflow: hidden; }
  .pillar::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(80% 60% at 0% 0%, var(--glow), transparent 65%); opacity: .35; }
  .pillar .ic { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--ic-bg); color: var(--ic-fg); font-weight: 800; font-size: 22px; margin-bottom: 22px; position: relative; z-index: 1; }
  .pillar h3 { color: var(--e-global-color-secondary); font-size: 28px; font-weight: 800; margin-bottom: 10px; position: relative; z-index: 1; letter-spacing: -.02em; }
  .pillar p { color: var(--muted); font-size: 14px; line-height: 1.65; position: relative; z-index: 1; }
  .pillar ul { margin-top: 18px; display: grid; gap: 8px; position: relative; z-index: 1; }
  .pillar ul li { font-size: 13px; color: rgba(255,255,255,.82); padding-left: 18px; position: relative; list-style-type:none;}
  .pillar ul li::before { content: "›"; position: absolute; left: 0; color: var(--ic-fg); font-weight: 700; }

  .firewall { padding: 130px 40px; background: #050508; }
  .firewall .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
  .firewall h2 { font-size: clamp(40px, 5.5vw, 82px); font-weight: 800; margin-top: 22px; line-height: 1; letter-spacing: -.025em; color: var(--e-global-color-secondary);}
  .firewall h2 strong { background: linear-gradient(120deg, var(--tgg-purple), var(--tgg-pink)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; }
  .firewall p { color: var(--muted); margin-top: 24px; font-size: 17px; line-height: 1.65; max-width: 540px; }
  .fw-diagram { position: relative; min-height: 460px; }
  .node { position: absolute; padding: 16px 20px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); font-size: 13px; line-height: 1.4; backdrop-filter: blur(4px); }
  .node strong { display: block; font-size: 14px; font-weight: 700; color: white; letter-spacing: -.01em; }
  .node em { font-style: normal; font-size: 11px; color: var(--muted); letter-spacing: .04em; font-weight: 500; }
  .node.uw { top: 30px; left: 0; border-color: rgba(197,5,12,.6); background: rgba(197,5,12,.08); }
  .node.bc { top: 30px; right: 0; border-color: rgba(248,39,255,.5); background: rgba(248,39,255,.08); }
  .node.tgg { top: 200px; left: 50%; transform: translateX(-50%); padding: 26px 32px; border-color: rgba(39,111,255,.55); background: rgba(39,111,255,.12); box-shadow: 0 12px 60px rgba(39,111,255,.25); }
  .node.tgg strong { font-size: 18px; }
  .node.athlete { bottom: 30px; left: 0; border-color: rgba(255,154,31,.5); background: rgba(255,154,31,.08); }
  .node.sponsor { bottom: 30px; right: 0; border-color: rgba(255,49,99,.5); background: rgba(255,49,99,.08); }
  .fw-diagram svg.lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

  .rinse { padding: 130px 40px; }
  .rinse h2 { font-size: clamp(40px, 6vw, 88px); font-weight: 800; margin-top: 22px; max-width: 1000px; line-height: .95; letter-spacing: -.03em; color: var(--e-global-color-secondary);}
  .rinse h2 .accent { color: var(--tgg-blue); }
  .loop { margin-top: 70px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
  .step { position: relative; padding: 28px 22px; border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); border: 1px solid var(--line); }
  .step .n { font-weight: 900; font-size: 52px; line-height: 1; letter-spacing: -.04em; background: linear-gradient(120deg, var(--c1), var(--c2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .step h3 { color: var(--e-global-color-secondary);  font-size: 17px; font-weight: 700; margin-top: 16px; letter-spacing: -.01em; }
  .step p { color: var(--muted); font-size: 12.5px; margin-top: 8px; line-height: 1.55; }
  .step:nth-child(1) { --c1: var(--tgg-blue); --c2: var(--tgg-purple); }
  .step:nth-child(2) { --c1: var(--tgg-purple); --c2: var(--tgg-pink); }
  .step:nth-child(3) { --c1: var(--tgg-pink); --c2: var(--tgg-orange); }
  .step:nth-child(4) { --c1: var(--tgg-orange); --c2: var(--tgg-blue); }
  .step:nth-child(5) { --c1: var(--tgg-blue); --c2: var(--tgg-purple); }
  .loop-tag { margin-top: 30px; display: flex; align-items: center; gap: 18px; justify-content: center; color: var(--muted); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
  .loop-tag .pulse { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--tgg-blue); box-shadow: 0 0 0 0 rgba(39,111,255,.6); animation: pulse 2s infinite; }
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(39,111,255,.6);}
    70% { box-shadow: 0 0 0 14px rgba(39,111,255,0);}
    100% { box-shadow: 0 0 0 0 rgba(39,111,255,0);}
  }

  /* ===== KANSAS REFERENCE (new) ===== */
  .reference {
    padding: 130px 40px; position: relative; overflow: hidden;
    background:
      radial-gradient(50% 40% at 0% 0%, rgba(0,81,186,.16), transparent 60%),
      radial-gradient(40% 30% at 100% 100%, rgba(232,0,13,.10), transparent 60%),
      #06060B;
  }
  .reference .container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: center; }
  .reference .head { position: relative; }
  .reference h2 { font-size: clamp(40px, 5.6vw, 84px); font-weight: 800; margin-top: 22px; line-height: 1; letter-spacing: -.025em; color: var(--e-global-color-secondary); }
  .reference h2 strong { color: var(--ku-blue); font-weight: 900; }
  .reference p { color: var(--muted); margin-top: 24px; font-size: 17px; line-height: 1.65; max-width: 540px; }
  .ku-card {
    border-radius: 24px; padding: 40px;
    background: linear-gradient(160deg, #0B0F1E 0%, #0E0E16 100%);
    border: 1px solid rgba(0,81,186,.35);
    position: relative; overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.55);
  }
  .ku-card::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(70% 50% at 100% 0%, rgba(0,81,186,.20), transparent 60%);
  }
  .ku-card .ku-head { display: flex; align-items: center; gap: 22px; position: relative; z-index: 1; }
  .ku-card .ku-mark {
    width: 96px; height: 96px; border-radius: 16px; background: white;
    display: flex; align-items: center; justify-content: center; padding: 8px;
    flex-shrink: 0;
  }
  .ku-card .ku-mark img { max-width: 100%; max-height: 100%; }
  .ku-card .ku-name strong { display: block; font-size: 20px; font-weight: 800; color: white; letter-spacing: -.01em; }
  .ku-card .ku-name span { color: var(--ku-blue); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
  .ku-card .url-pill {
    margin-top: 26px; padding: 14px 18px; border-radius: 10px;
    background: rgba(39,111,255,.10); border: 1px solid rgba(39,111,255,.30);
    font-size: 13px; color: white; word-break: break-all; position: relative; z-index: 1;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  }
  .ku-card .url-pill .lab { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--tgg-blue); margin-bottom: 6px; font-weight: 700; font-family: 'Inter', sans-serif; }
  .ku-card .url-pill a { color: var(--tgg-blue); text-decoration: none; }
  .ku-card .url-pill a:hover { text-decoration: underline; }
  .ku-quote {
    margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line);
    color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.6; position: relative; z-index: 1;
  }
  .ku-quote strong { color: white; font-weight: 700; }
  .partner-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
  .partner-row span {
    padding: 6px 12px; border-radius: 999px; font-size: 11px; color: rgba(255,255,255,.78);
    border: 1px solid var(--line); letter-spacing: .04em;
  }

  /* ===== CREDIBILITY VIDEO ===== */
  .vidsec {
    padding: 130px 40px; position: relative; overflow: hidden;
    background:
      radial-gradient(50% 40% at 100% 0%, rgba(248,39,255,.16), transparent 60%),
      radial-gradient(40% 40% at 0% 100%, rgba(255,154,31,.12), transparent 60%),
      #07070C;
  }
  .vidsec .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
  .vidsec h2 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 800; margin-top: 22px; line-height: 1; letter-spacing: -.025em; color: var(--e-global-color-secondary);}
  .vidsec h2 .pop { background: linear-gradient(120deg, var(--tgg-pink), var(--tgg-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .vidsec p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; margin-top: 24px; }
  .vidsec p strong { color: white; font-weight: 700; }
  .vidsec ul { margin-top: 24px; display: grid; gap: 10px; }
  .vidsec ul li { color: rgba(255,255,255,.82); font-size: 14px; padding-left: 22px; position: relative; line-height: 1.55; list-style-type:none;}
  .vidsec ul li::before { content: "›"; position: absolute; left: 0; color: var(--tgg-orange); font-weight: 800; font-size: 16px; }
  .video-wrap {
    position: relative; border-radius: 24px; overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 30px 90px rgba(0,0,0,.6);
    background: #000;
    aspect-ratio: 16 / 9;
  }
  .video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  .video-cap {
    margin-top: 16px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
    color: var(--muted); font-size: 12px; letter-spacing: .04em;
  }
  .video-cap a { color: var(--tgg-blue); text-decoration: none; font-weight: 700; }
  .video-cap a:hover { text-decoration: underline; }

  .fantasy {
    padding: 130px 40px; position: relative; overflow: hidden;
    background:
      radial-gradient(60% 50% at 100% 0%, rgba(248,39,255,.18), transparent 60%),
      radial-gradient(50% 40% at 0% 100%, rgba(255,154,31,.14), transparent 60%),
      #07070C;
  }
  .fantasy .container { position: relative; z-index: 2; }
  .fantasy .head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
  .fantasy h2 { color: var(--e-global-color-secondary); font-size: clamp(48px, 7.5vw, 120px); font-weight: 900; line-height: .9; margin-top: 24px; letter-spacing: -.035em;
    background: linear-gradient(120deg, #fff 0%, var(--tgg-orange) 55%, var(--tgg-pink) 85%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .fantasy h2 em { font-style: italic; font-weight: 500; color: rgba(255,255,255,.7); -webkit-text-fill-color: rgba(255,255,255,.7); }
  .fantasy .lede { color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.6; padding-bottom: 8px; }
  .fantasy .lede strong { color: white; font-weight: 700; }
  .fantasy .scope-pill {
    display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; border-radius: 999px;
    background: rgba(255,154,31,.12); border: 1px solid rgba(255,154,31,.35);
    font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--tgg-orange); font-weight: 700;
    margin-bottom: 14px;
  }
  .price-stage { margin-top: 70px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 32px; align-items: stretch; }
  .price-card {
    border-radius: 28px; padding: 44px;
    background: linear-gradient(160deg, #15131C 0%, #0E0E16 100%);
    border: 1px solid rgba(255,154,31,.35);
    position: relative; overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.55), inset 0 0 60px rgba(255,154,31,.04);
  }
  .price-card::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(80% 50% at 100% 0%, rgba(255,154,31,.18), transparent 60%),
                radial-gradient(70% 50% at 0% 100%, rgba(248,39,255,.14), transparent 60%);
  }
  .price-card .ribbon { display: inline-block; padding: 6px 12px; border-radius: 4px; background: rgba(248,39,255,.16); color: var(--tgg-purple); font-size: 10px; letter-spacing: .2em; font-weight: 700; text-transform: uppercase; position: relative; z-index: 1; }
  .price-card .title { font-size: 30px; font-weight: 800; margin-top: 14px; line-height: 1.15; position: relative; z-index: 1; letter-spacing: -.02em; }
  .price-card .pricing { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; position: relative; z-index: 1; }
  .price-card .tier { padding: 22px 18px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); text-align: center; }
  .price-card .tier .lab { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .price-card .tier .num { margin-top: 8px; font-weight: 900; font-size: 38px; line-height: 1; letter-spacing: -.03em;
    background: linear-gradient(120deg, var(--tgg-orange), var(--tgg-pink));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .price-card .tier .sub { font-size: 11px; color: rgba(255,255,255,.7); margin-top: 8px; line-height: 1.4; }
  .price-card .tier.featured { background: rgba(255,154,31,.10); border-color: rgba(255,154,31,.45); }
  .price-card .formula { margin-top: 26px; padding: 18px 20px; border-radius: 12px; background: rgba(39,111,255,.10); border: 1px solid rgba(39,111,255,.30); color: rgba(255,255,255,.92); font-size: 14px; line-height: 1.5; position: relative; z-index: 1; }
  .price-card .formula strong { color: var(--tgg-blue); font-weight: 700; }
  .price-card .formula .eq { display: block; margin-top: 8px; font-size: 17px; font-weight: 800; color: white; letter-spacing: -.015em; }
  .price-card .includes { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; position: relative; z-index: 1; }
  .price-card .includes div { font-size: 13px; color: rgba(255,255,255,.85); padding-left: 22px; position: relative; }
  .price-card .includes div::before { content: "✓"; position: absolute; left: 0; color: var(--tgg-orange); font-weight: 800; }

  .exp-card { border-radius: 28px; padding: 44px; background: linear-gradient(170deg, rgba(248,39,255,.12), rgba(39,111,255,.08)); border: 1px solid var(--line); position: relative; overflow: hidden; }
  .exp-card h3 { color: var(--e-global-color-secondary); font-size: 28px; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
  .exp-card h3 span { background: linear-gradient(120deg, var(--tgg-pink), var(--tgg-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .exp-card .agenda { margin-top: 26px; display: grid; gap: 14px; }
  .exp-card .agenda .row { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .exp-card .agenda .row:last-child { border-bottom: 0; padding-bottom: 0; }
  .exp-card .agenda .t { font-weight: 800; font-size: 13px; color: var(--tgg-orange); letter-spacing: .02em; }
  .exp-card .agenda h4 { font-size: 15px; font-weight: 700; color: white; letter-spacing: -.01em; }
  .exp-card .agenda p { color: rgba(255,255,255,.7); font-size: 13px; margin-top: 3px; line-height: 1.45; }

  .justify { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .just-card { padding: 28px 24px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid var(--line); position: relative; }
  .just-card .ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; background: var(--jc-bg); color: var(--jc-fg); margin-bottom: 18px; }
  .just-card h4 { font-size: 17px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
  .just-card p { color: var(--muted); font-size: 13px; margin-top: 8px; line-height: 1.55; }
  .just-card .nb { margin-top: 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--jc-fg); font-weight: 700; }

  .econ { background: linear-gradient(180deg, #07070C, #0B0B14); padding: 130px 40px; }
  .econ .container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; }
  .econ h2 { color: var(--e-global-color-secondary); font-size: clamp(40px, 5.5vw, 80px); font-weight: 800; margin-top: 22px; line-height: 1; letter-spacing: -.025em; }
  .econ p { color: var(--muted); margin-top: 24px; font-size: 17px; line-height: 1.65; }
  .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat { padding: 28px; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid var(--line); position: relative; overflow: hidden; }
  .stat .big { font-weight: 900; font-size: 64px; line-height: 1; letter-spacing: -.04em; background: linear-gradient(120deg, var(--sc1), var(--sc2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .stat .lab { font-size: 12px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 14px; font-weight: 700; }
  .stat .sub { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 12px; line-height: 1.5; }
  .stat:nth-child(1) { --sc1: var(--tgg-blue); --sc2: var(--tgg-purple); }
  .stat:nth-child(2) { --sc1: var(--tgg-pink); --sc2: var(--tgg-orange); }
  .stat:nth-child(3) { --sc1: var(--tgg-orange); --sc2: var(--tgg-blue); }
  .stat:nth-child(4) { --sc1: var(--tgg-purple); --sc2: var(--tgg-pink); }

  .demo { padding: 130px 40px; background: radial-gradient(60% 40% at 50% 0%, rgba(248,39,255,.18), transparent 60%), #050508; text-align: center; position: relative; }
  .demo h2 { color: var(--e-global-color-secondary); font-size: clamp(72px, 11vw, 200px); font-weight: 900; line-height: .9; letter-spacing: -.05em; background: linear-gradient(120deg, var(--tgg-blue), var(--tgg-purple), var(--tgg-pink), var(--tgg-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; animation: shift 8s ease-in-out infinite alternate; }
  @keyframes shift { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(30deg); } }
  .demo .sub { color: var(--muted); margin-top: 32px; font-size: 18px; }
  .demo .playbtn { margin: 60px auto 0; width: 130px; height: 130px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 0 rgba(255,255,255,.4); animation: ringpulse 2.4s infinite; cursor: pointer; transition: transform .3s ease; }
  .demo .playbtn:hover { transform: scale(1.05); }
  .demo .playbtn::after { content: ""; width: 0; height: 0; border-left: 38px solid var(--ink); border-top: 24px solid transparent; border-bottom: 24px solid transparent; margin-left: 8px; }
  @keyframes ringpulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,.32);}
    70% { box-shadow: 0 0 0 38px rgba(255,255,255,0);}
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0);}
  }
  .demo .checklist { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; margin-left: auto; margin-right: auto; text-align: left; }
  .demo .check { padding: 24px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
  .demo .check span { display: block; font-size: 11px; letter-spacing: .2em; color: var(--tgg-blue); font-weight: 700; }
  .demo .check h4 { font-size: 18px; font-weight: 800; margin-top: 10px; letter-spacing: -.015em; }
  .demo .check p { color: var(--muted); font-size: 13px; margin-top: 8px; line-height: 1.55; }

  .ask { padding: 130px 40px 80px; }
  .ask h2 { color: var(--e-global-color-secondary); font-size: clamp(48px, 7vw, 110px); font-weight: 900; max-width: 1100px; line-height: .92; letter-spacing: -.035em; }
  .ask h2 strong { background: linear-gradient(120deg, var(--tgg-blue), var(--tgg-pink)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; }
  .timeline { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
  .phase { padding: 36px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid var(--line); position: relative; }
  .phase .days { font-weight: 800; font-size: 13px; letter-spacing: .12em; color: var(--badger-red); text-transform: uppercase; }
  .phase h3 { color: var(--e-global-color-secondary); font-size: 26px; font-weight: 800; margin-top: 14px; letter-spacing: -.02em; }
  .phase p { color: var(--muted); margin-top: 16px; font-size: 14px; line-height: 1.6; }
  .phase p strong { color: white; font-weight: 700; }
  .closer { margin-top: 90px; padding: 50px; border-radius: 26px; background: linear-gradient(120deg, rgba(39,111,255,.15), rgba(248,39,255,.10), rgba(255,49,99,.10)); border: 1px solid var(--line); text-align: center; }
  .closer h3 { color: var(--e-global-color-secondary); font-size: clamp(26px, 4vw, 48px); font-weight: 800; line-height: 1.15; max-width: 1000px; margin: 0 auto; letter-spacing: -.025em; }
  .closer .who { color: var(--muted); margin-top: 18px; font-size: 14px; letter-spacing: .02em; }
  .audience { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
  .audience span {
    padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 600;
    background: rgba(255,255,255,.06); color: white; border: 1px solid var(--line); letter-spacing: .02em;
  }

  footer { border-top: 1px solid var(--line); padding: 40px; display: flex; flex-direction: column; align-items: center; gap: 24px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
  footer .logos { display: flex; gap: 36px; align-items: center; flex-wrap: wrap; justify-content: center; }
  footer .logos img { height: 24px; opacity: .55; }
  footer .logos img.invert { filter: brightness(0) invert(1); }
  footer .logos .se-mark { color: rgba(255,255,255,.55); font-weight: 800; font-size: 13px; letter-spacing: .1em; }
  footer .stamp { color: var(--tgg-blue); font-weight: 700; }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
  .reveal.in { opacity: 1; transform: none; }

  .se-logo { display: inline-flex; align-items: center; gap: 10px; padding: 6px 12px; border: 1.5px solid currentColor; border-radius: 6px; font-weight: 900; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
  .se-logo svg { width: 18px; height: 18px; }

  @media (max-width: 980px) {
    .badger-nav { padding: 14px 18px; flex-wrap: wrap; gap: 10px; }
    .badger-nav .right { font-size: 10px; }
    .logos-bar { gap: 24px; padding: 20px; }
    .logos-bar .sep { display: none; }
    section { padding: 70px 22px; }
    .hero { padding: 60px 22px 80px; }
    .hero-inner { grid-template-columns: 1fr; }
    .ghost-w { font-size: 320px; right: -30px; top: -10px; }
    .value .container { grid-template-columns: 1fr; }
    .value .lead-col, .value .grid { grid-column: 1/-1; }
    .value .grid { grid-template-columns: 1fr; }
    .swprice .head { grid-template-columns: 1fr; gap: 24px; }
    .tx-card { padding: 30px; }
    .tx-card .head-row { grid-template-columns: 1fr; }
    .tx-card .big-rate { font-size: 56px; }
    .tx-card .rate-label { text-align: left; }
    .tx-card .grid { grid-template-columns: 1fr; }
    .bluebook .container, .firewall .container, .econ .container { grid-template-columns: 1fr; gap: 40px; }
    .reference .container { grid-template-columns: 1fr; gap: 40px; }
    .vidsec .container { grid-template-columns: 1fr; gap: 40px; }
    .pillars .row { grid-template-columns: 1fr; }
    .loop { grid-template-columns: 1fr 1fr; }
    .stats { grid-template-columns: 1fr; }
    .demo .checklist { grid-template-columns: 1fr; }
    .timeline { grid-template-columns: 1fr; }
    .factors { grid-template-columns: 1fr 1fr; }
    .firewall .fw-diagram { min-height: 540px; }
    .fantasy .head { grid-template-columns: 1fr; gap: 24px; }
    .price-stage { grid-template-columns: 1fr; }
    .price-card { padding: 28px; }
    .price-card .pricing { grid-template-columns: 1fr; }
    .justify { grid-template-columns: 1fr 1fr; }
    .price-card .includes { grid-template-columns: 1fr; }
    .ku-card { padding: 28px; }
    .ku-card .ku-head { flex-direction: column; align-items: flex-start; }
  }/* End custom CSS */