/* === BRDGE UK GATEWAY PROGRAM === */
.gw-disclaimer { max-width: 560px; margin: 22px auto 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.4); }
:root {
  --gw-ink: #070a18;
  --gw-ink2: #0c1226;
  --gw-line: rgba(255,255,255,0.10);
  --gw-emerald: #34d399;
  --gw-emerald-deep: #1f8a5b;
  --gw-gold: #d8b873;
  --gw-blue: #2D5BFF;
  --gw-blue-light: #6f97ff;
  --gw-purple: #a78bfa;
}

/* ===== SCROLL PROGRESS RAIL ===== */
.gw-rail { position: fixed; top: 50%; right: 26px; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; gap: 14px; }
.gw-rail a { width: 9px; height: 9px; border-radius: 50%; background: rgba(120,130,170,0.35); transition: all 0.4s var(--ease); position: relative; }
.gw-rail a::after { content: attr(data-l); position: absolute; right: 20px; top: 50%; transform: translateY(-50%) translateX(6px); white-space: nowrap; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray-400); opacity: 0; pointer-events: none; transition: all 0.35s var(--ease); }
.gw-rail a:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.gw-rail a.on { background: var(--gw-blue-light); box-shadow: 0 0 0 4px rgba(45,91,255,0.18); transform: scale(1.25); }
@media (max-width: 1100px) { .gw-rail { display: none; } }

/* ===== HERO ===== */
.gw-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(ellipse 120% 90% at 50% -10%, #131c44 0%, var(--gw-ink) 55%); color: #fff; padding: 150px 48px 90px; }
.gw-grid-floor { position: absolute; inset: 0; pointer-events: none; perspective: 600px; overflow: hidden; z-index: 0; }
.gw-grid-floor::before { content: ''; position: absolute; left: -50%; right: -50%; bottom: -10%; height: 75%; background-image: linear-gradient(rgba(111,151,255,0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(111,151,255,0.22) 1px, transparent 1px); background-size: 56px 56px; transform: rotateX(74deg); transform-origin: bottom; animation: gw-floor 7s linear infinite; -webkit-mask-image: linear-gradient(to top, #000 0%, transparent 80%); mask-image: linear-gradient(to top, #000 0%, transparent 80%); }
@keyframes gw-floor { to { background-position: 0 56px; } }
.gw-aurora { position: absolute; inset: 0; z-index: 0; pointer-events: none; filter: blur(70px); opacity: 0.7; }
.gw-aurora span { position: absolute; border-radius: 50%; }
.gw-aurora .ga1 { width: 50vw; height: 50vw; left: -10%; top: -15%; background: radial-gradient(circle, rgba(45,91,255,0.45), transparent 65%); animation: gw-drift 18s ease-in-out infinite; }
.gw-aurora .ga2 { width: 42vw; height: 42vw; right: -8%; top: 10%; background: radial-gradient(circle, rgba(52,211,153,0.30), transparent 65%); animation: gw-drift 22s ease-in-out infinite reverse; }
.gw-aurora .ga3 { width: 38vw; height: 38vw; left: 30%; bottom: -20%; background: radial-gradient(circle, rgba(167,139,250,0.28), transparent 65%); animation: gw-drift 26s ease-in-out infinite; }
@keyframes gw-drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(6%, 5%); } }

.gw-hero-inner { position: relative; z-index: 3; max-width: 1240px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 56px; align-items: center; }
.gw-eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 9px 18px 9px 12px; border-radius: 100px; background: rgba(255,255,255,0.05); border: 1px solid var(--gw-line); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 30px; opacity: 0; animation: gw-fu 0.9s 0.2s var(--ease) forwards; }
.gw-eyebrow .lp-mark { height: 16px; display: block; }
.gw-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gw-emerald); box-shadow: 0 0 12px var(--gw-emerald); }
@keyframes gw-fu { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }

.gw-hero h1 { font-size: clamp(46px, 6vw, 88px); font-weight: 800; line-height: 0.98; letter-spacing: -3px; margin-bottom: 26px; }
.gw-hero h1 .ln { display: block; overflow: hidden; }
.gw-hero h1 .ln > span { display: block; transform: translateY(108%); animation: gw-rise 1.05s var(--ease) forwards; }
.gw-hero h1 .ln:nth-child(1) > span { animation-delay: 0.35s; }
.gw-hero h1 .ln:nth-child(2) > span { animation-delay: 0.46s; }
.gw-hero h1 .ln:nth-child(3) > span { animation-delay: 0.57s; }
@keyframes gw-rise { to { transform: translateY(0); } }
.gw-hero h1 .grad { background: linear-gradient(100deg, var(--gw-blue-light), var(--gw-emerald)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gw-hero .sub { font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.62); max-width: 540px; margin-bottom: 36px; opacity: 0; animation: gw-fu 0.9s 0.9s var(--ease) forwards; }
.gw-hero .sub strong { color: #fff; font-weight: 700; }
.gw-cta-row { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: gw-fu 0.9s 1.1s var(--ease) forwards; }
.gw-cta-row .btn-p { background: var(--gw-blue); }
.gw-stats { display: flex; gap: 14px; margin-top: 46px; opacity: 0; animation: gw-fu 0.9s 1.3s var(--ease) forwards; }
.gw-stat { flex: 1; padding: 20px 22px; border-radius: 16px; background: rgba(255,255,255,0.04); border: 1px solid var(--gw-line); backdrop-filter: blur(10px); }
.gw-stat .n { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -1.5px; background: linear-gradient(120deg, #fff, var(--gw-blue-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.gw-stat .l { font-size: 11px; font-weight: 600; letter-spacing: 0.5px; color: rgba(255,255,255,0.45); margin-top: 9px; }

/* Hero endorsement medallion */
.gw-seal { position: relative; aspect-ratio: 1; max-width: 380px; margin-left: auto; display: flex; align-items: center; justify-content: center; }
.gw-seal svg { width: 100%; height: 100%; overflow: visible; }
.gw-seal .ring-track { fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 3; }
.gw-seal .ring-inner { fill: none; stroke: rgba(255,255,255,0.05); stroke-width: 1; }
.gw-seal .ring-prog { fill: none; stroke: url(#gwSealGrad); stroke-width: 3; stroke-linecap: round; transform: rotate(-90deg); transform-origin: center; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2s var(--ease); filter: drop-shadow(0 0 6px rgba(111,151,255,0.35)); }
.gw-seal.go .ring-prog { stroke-dashoffset: 0.02; }
.gw-seal .tip { fill: #fff; opacity: 0; transition: opacity 0.5s 1.8s; }
.gw-seal.go .tip { opacity: 1; }
.gw-seal .rot-text { fill: rgba(255,255,255,0.32); font-size: 8.4px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
.gw-seal .rot-wrap { animation: gw-spin 60s linear infinite; transform-origin: center; }
@keyframes gw-spin { to { transform: rotate(360deg); } }
.gw-seal-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.gw-seal-center .pct { font-size: clamp(46px, 5.4vw, 66px); font-weight: 800; letter-spacing: -3px; background: linear-gradient(118deg, #fff 10%, var(--gw-blue-light) 55%, var(--gw-emerald)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.gw-seal-center .cap { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-top: 8px; }
.gw-seal-center .pill { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; padding: 7px 15px; border-radius: 100px; border: 1px solid rgba(52,211,153,0.35); background: rgba(52,211,153,0.07); color: var(--gw-emerald); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0; transform: translateY(8px); }
.gw-seal.go .gw-seal-center .pill { animation: gw-fu 0.7s 1.9s var(--ease) forwards; }
.gw-seal-center .pill svg { width: 12px; height: 12px; }
@media (max-width: 960px) { .gw-hero-inner { grid-template-columns: 1fr; gap: 40px; } .gw-seal { max-width: 300px; margin: 0 auto; } }
@media (max-width: 560px) { .gw-stats { flex-direction: column; } .gw-hero { padding: 120px 22px 60px; } }

/* ===== GENERIC DARK SECTION ===== */
.gw-dark { background: var(--gw-ink); color: #fff; position: relative; }
.gw-dark .sec-title { color: #fff; }
.gw-dark .sec-desc { color: rgba(255,255,255,0.5); }
.gw-dark .sec-label { color: var(--gw-blue-light); }
.gw-light { background: var(--off-white); }
.gw-light .sec-title { color: var(--gray-900); }
.gw-light .sec-desc { color: var(--gray-600); }
.gw-light .sec-label { color: var(--gw-blue); }
.gw-light .gw-kicker { color: var(--gw-blue); }
.gw-mod h3, .gw-port-card h4 { color: var(--gray-900); }
.gw-sep { height: 1px; background: var(--gw-line); }

/* ===== THE STORY (3 acts) ===== */
.gw-acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.gw-act { position: relative; padding: 40px 34px; border-radius: 22px; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); overflow: hidden; transition: transform 0.55s var(--ease), border-color 0.55s, background 0.55s; }
.gw-act:hover { transform: translateY(-8px); border-color: rgba(111,151,255,0.4); background: rgba(255,255,255,0.05); }
.gw-act .idx { font-size: 13px; font-weight: 800; letter-spacing: 1px; color: var(--gw-blue-light); margin-bottom: 22px; }
.gw-act h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 12px; }
.gw-act p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); }
.gw-act .glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; top: -60px; right: -60px; background: radial-gradient(circle, rgba(45,91,255,0.25), transparent 70%); opacity: 0; transition: opacity 0.55s; }
.gw-act:hover .glow { opacity: 1; }
.gw-kicker { font-size: 17px; font-weight: 600; color: var(--gw-blue-light); margin-top: 44px; text-align: center; letter-spacing: -0.3px; }

/* ===== THE PROBLEM (cost) ===== */
.gw-prob-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; margin-top: 24px; }
.gw-prob-list { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; }
.gw-prob-item { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--gray-600); line-height: 1.6; }
.gw-prob-item .x { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: rgba(224,82,82,0.1); color: #e05252; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.gw-cost { padding: 40px; border-radius: 24px; background: linear-gradient(160deg, #1a0d10, #2a1014); border: 1px solid rgba(224,82,82,0.25); position: relative; overflow: hidden; }
.gw-cost::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 20%, rgba(224,82,82,0.18), transparent 60%); }
.gw-cost .lab { position: relative; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,160,160,0.8); margin-bottom: 6px; }
.gw-cost h3 { position: relative; font-size: 26px; font-weight: 800; letter-spacing: -1px; color: #fff; margin-bottom: 30px; }
.gw-cost-row { position: relative; display: flex; gap: 14px; }
.gw-cost-cell { flex: 1; text-align: center; padding: 22px 10px; border-radius: 14px; background: rgba(0,0,0,0.25); border: 1px solid rgba(224,82,82,0.2); }
.gw-cost-cell .cn { font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -1.5px; color: #ff8585; line-height: 1; }
.gw-cost-cell .cl { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 10px; }
@media (max-width: 860px) { .gw-prob-grid { grid-template-columns: 1fr; } .gw-acts { grid-template-columns: 1fr; } }

/* ===== WHO IS IT FOR ===== */
.gw-who { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.gw-who-card { padding: 30px 26px 26px; border-radius: 20px; background: linear-gradient(165deg, #131c3e 0%, #0c1226 100%); border: 1px solid rgba(255,255,255,0.08); transition: transform 0.55s var(--ease), border-color 0.55s, box-shadow 0.55s; position: relative; overflow: hidden; min-height: 290px; display: flex; flex-direction: column; }
.gw-who-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 80% at 0% 0%, rgba(45,91,255,0.22), transparent 55%); opacity: 0; transition: opacity 0.55s var(--ease); pointer-events: none; }
.gw-who-card::after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--gw-blue), var(--gw-emerald)); transition: width 0.7s var(--ease); }
.gw-who-card:hover { transform: translateY(-10px); border-color: rgba(111,151,255,0.4); box-shadow: 0 30px 70px rgba(7,10,24,0.45); }
.gw-who-card:hover::before { opacity: 1; }
.gw-who-card:hover::after { width: 100%; }
.gw-who-num { position: absolute; top: 6px; right: 14px; font-size: 120px; font-weight: 800; line-height: 1; letter-spacing: -6px; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.07); transition: -webkit-text-stroke 0.55s var(--ease), transform 0.55s var(--ease); pointer-events: none; }
.gw-who-card:hover .gw-who-num { -webkit-text-stroke: 1.5px rgba(111,151,255,0.28); transform: translateY(-4px); }
.gw-who-card .tag { position: relative; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gw-blue-light); margin-bottom: 22px; }
.gw-who-ic { position: relative; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--gw-blue), var(--gw-emerald)); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; box-shadow: 0 10px 24px rgba(45,91,255,0.28); transition: transform 0.55s var(--ease); }
.gw-who-card:hover .gw-who-ic { transform: scale(1.08) rotate(-4deg); }
.gw-who-ic svg { width: 23px; height: 23px; stroke: #fff; fill: none; stroke-width: 2; }
.gw-who-card h4 { position: relative; font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 11px; color: #fff; }
.gw-who-card p { position: relative; font-size: 13px; color: rgba(255,255,255,0.58); line-height: 1.65; }
.gw-who-card .gw-who-go { position: relative; margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gw-emerald); opacity: 0; transform: translateX(-6px); transition: all 0.5s var(--ease); }
.gw-who-card:hover .gw-who-go { opacity: 1; transform: translateX(0); }
.gw-who-card .gw-who-go svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; }
@media (max-width: 1024px) { .gw-who { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gw-who { grid-template-columns: 1fr; } }

/* ===== IVS PILLARS (scorecard) ===== */
.gw-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.gw-pillar { position: relative; padding: 36px 32px 34px; border-radius: 22px; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); overflow: hidden; }
.gw-pillar .meter { height: 6px; border-radius: 100px; background: rgba(255,255,255,0.08); overflow: hidden; margin-bottom: 26px; }
.gw-pillar .meter i { display: block; height: 100%; width: 0; border-radius: 100px; background: linear-gradient(90deg, var(--gw-blue), var(--gw-emerald)); transition: width 1.4s var(--ease); }
.gw-pillar.v .meter i { width: var(--w, 100%); }
.gw-pillar .pn { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gw-blue-light); margin-bottom: 8px; }
.gw-pillar h3 { font-size: 26px; font-weight: 800; letter-spacing: -1px; margin-bottom: 20px; }
.gw-pillar ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.gw-pillar li { display: flex; gap: 12px; font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.6); }
.gw-pillar li svg { flex-shrink: 0; width: 17px; height: 17px; margin-top: 1px; stroke: var(--gw-emerald); fill: none; stroke-width: 2.5; }
@media (max-width: 860px) { .gw-pillars { grid-template-columns: 1fr; } }

/* ===== 9-POINT METHODOLOGY SPINE ===== */
.gw-spine { position: relative; max-width: 980px; margin: 64px auto 0; }
.gw-spine::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, rgba(111,151,255,0.45), rgba(255,255,255,0.16) 50%, rgba(52,211,153,0.4)); }
.gw-spine-prog { position: absolute; left: 50%; top: 0; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, var(--gw-blue), var(--gw-emerald)); height: 0; transition: height 0.2s linear; z-index: 1; }
.gw-node { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; margin-bottom: 26px; }
.gw-node:last-child { margin-bottom: 0; }
.gw-node .dot { grid-column: 2; justify-self: center; width: 50px; height: 50px; border-radius: 50%; background: var(--gw-ink2); border: 2px solid var(--gw-line); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: rgba(255,255,255,0.45); z-index: 2; transition: all 0.5s var(--ease); }
.gw-node.lit .dot { border-color: var(--gw-blue-light); color: #fff; box-shadow: 0 0 22px rgba(111,151,255,0.5); }
.gw-card2 { padding: 22px 26px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); opacity: 0; transform: translateY(24px); transition: all 0.7s var(--ease); }
.gw-node.lit .gw-card2 { opacity: 1; transform: none; }
.gw-node:nth-child(odd) .gw-card2 { grid-column: 1; text-align: right; transform: translateX(30px); }
.gw-node:nth-child(even) .gw-card2 { grid-column: 3; transform: translateX(-30px); }
.gw-node.lit .gw-card2 { transform: none; }
.gw-card2 .ph { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 7px; }
.gw-card2 h4 { font-size: 17px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 6px; }
.gw-card2 p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.5); }
.ph-strat { color: var(--gw-blue-light); }
.ph-research { color: var(--gw-emerald); }
.ph-tech { color: var(--gw-purple); }
.ph-legal { color: var(--gw-gold); }
@media (max-width: 720px) {
  .gw-spine::before, .gw-spine-prog { left: 25px; }
  .gw-node { grid-template-columns: 50px 1fr; gap: 18px; }
  .gw-node .dot { grid-column: 1; }
  .gw-node:nth-child(odd) .gw-card2, .gw-node:nth-child(even) .gw-card2 { grid-column: 2; text-align: left; transform: translateY(24px); }
  .gw-node.lit .gw-card2 { transform: none; }
}

/* ===== TIMELINE (gantt) ===== */
.gw-gantt { margin-top: 56px; border-radius: 22px; overflow: hidden; border: 1px solid var(--gw-line); background: rgba(255,255,255,0.02); }
.gw-gantt-head { display: grid; grid-template-columns: 280px repeat(8, 1fr); border-bottom: 1px solid var(--gw-line); }
.gw-gantt-head .hc { padding: 16px 0; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,0.4); border-left: 1px solid var(--gw-line); }
.gw-gantt-head .hc:first-child { text-align: left; padding-left: 24px; border-left: none; color: rgba(255,255,255,0.55); letter-spacing: 2px; text-transform: uppercase; }
.gw-row { display: grid; grid-template-columns: 280px repeat(8, 1fr); align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; }
.gw-row:last-child { border-bottom: none; }
.gw-row:hover { background: rgba(255,255,255,0.025); }
.gw-row .task { padding: 16px 18px 16px 24px; }
.gw-row .task .tt { font-size: 13.5px; font-weight: 700; letter-spacing: -0.2px; }
.gw-row .task .td { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 3px; }
.gw-track { grid-column: 2 / span 8; grid-row: 1; height: 100%; position: relative; pointer-events: none; }
.gw-bar { position: absolute; top: 50%; transform: translateY(-50%) scaleX(0); transform-origin: left; height: 22px; border-radius: 7px; opacity: 0.95; transition: transform 0.8s var(--ease); display: flex; align-items: center; padding-left: 10px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.95); white-space: nowrap; overflow: hidden; }
.gw-gantt.v .gw-bar { transform: translateY(-50%) scaleX(1); }
.bar-strat { background: linear-gradient(90deg, #2D5BFF, #5b8aff); }
.bar-research { background: linear-gradient(90deg, #1f8a5b, #34d399); }
.bar-tech { background: linear-gradient(90deg, #7c4dd6, #a78bfa); }
.bar-legal { background: linear-gradient(90deg, #b8923f, #d8b873); color: #1a1205; }
.bar-sub { background: repeating-linear-gradient(45deg, #2D5BFF, #2D5BFF 7px, #1f8a5b 7px, #1f8a5b 14px); }
.gw-legend { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 28px; }
.gw-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); }
.gw-legend i { width: 13px; height: 13px; border-radius: 4px; }
@media (max-width: 820px) {
  .gw-gantt-head, .gw-row { grid-template-columns: 130px repeat(8, 1fr); }
  .gw-gantt-head .hc { font-size: 9px; }
  .gw-row .task { padding: 12px 8px 12px 14px; }
  .gw-row .task .tt { font-size: 11px; } .gw-row .task .td { display: none; }
  .gw-bar { font-size: 0; padding: 0; }
}
@media (max-width: 680px) {
  .gw-gantt-head { display: none; }
  .gw-row { display: block; padding: 16px 20px; grid-template-columns: none; }
  .gw-row .task { padding: 0; }
  .gw-row .task .tt { font-size: 14px; }
  .gw-row .task .td { display: block; font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 4px; }
  .gw-track { display: block; grid-column: auto; grid-row: auto; height: auto; margin-top: 12px; pointer-events: auto; }
  .gw-bar {
    position: static; transform: none !important;
    display: inline-flex; align-items: center;
    width: auto !important; left: auto !important; height: auto;
    padding: 5px 13px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
    border-radius: 100px; opacity: 1;
  }
  .gw-gantt.v .gw-bar { transform: none !important; }
}

/* ===== MODULES ===== */
.gw-mods { display: block; margin-top: 56px; }
.gw-mod { display: grid; grid-template-columns: 130px 1fr; gap: 36px; align-items: center; padding: 44px 48px; border-radius: 24px; background: #fff; border: 1px solid var(--gray-100); position: sticky; overflow: hidden; box-shadow: 0 24px 60px rgba(31,45,110,0.12); margin-bottom: 28px; transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease); }
.gw-mod:nth-child(1) { top: 116px; }
.gw-mod:nth-child(2) { top: 138px; }
.gw-mod:nth-child(3) { top: 160px; }
.gw-mod:nth-child(4) { top: 182px; margin-bottom: 0; }
.gw-mod:hover { border-color: rgba(45,91,255,0.22); box-shadow: 0 34px 80px rgba(31,45,110,0.16); }
.gw-mod .mn { font-size: clamp(56px, 7vw, 86px); font-weight: 800; letter-spacing: -4px; line-height: 0.8; background: linear-gradient(150deg, var(--gw-blue), var(--gw-emerald)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gw-mod .mt { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gw-blue); margin-bottom: 10px; }
.gw-mod h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.gw-mod p { font-size: 15px; color: var(--gray-600); line-height: 1.7; max-width: 720px; }
.gw-mod .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.gw-mod .chips span { font-size: 11px; font-weight: 600; padding: 6px 13px; border-radius: 100px; background: var(--gray-50); color: var(--gray-600); }
@media (max-width: 700px) { .gw-mod { grid-template-columns: 1fr; gap: 14px; padding: 32px 26px; } .gw-mod:nth-child(1) { top: 84px; } .gw-mod:nth-child(2) { top: 98px; } .gw-mod:nth-child(3) { top: 112px; } .gw-mod:nth-child(4) { top: 126px; } }

/* ===== ABOUT / PROOF STRIP ===== */
.gw-proof { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 16px; }
.gw-proof-cell { padding: 30px 22px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); text-align: center; transition: all 0.5s var(--ease); }
.gw-proof-cell:hover { transform: translateY(-6px); border-color: rgba(111,151,255,0.35); background: rgba(255,255,255,0.05); }
.gw-proof-cell .pn { font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; letter-spacing: -2px; background: linear-gradient(120deg, #fff, var(--gw-blue-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.gw-proof-cell .pl { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 12px; }
@media (max-width: 900px) { .gw-proof { grid-template-columns: repeat(2, 1fr); } }

/* ===== TEAM ===== */
.gw-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.gw-tm { border-radius: 22px; overflow: hidden; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); transition: all 0.5s var(--ease); }
.gw-tm:hover { transform: translateY(-8px); border-color: rgba(111,151,255,0.35); }
.gw-tm-photo { height: 280px; position: relative; overflow: hidden; background: linear-gradient(150deg, #131c44, #0c1226); }
.gw-tm-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.8s var(--ease); }
.gw-tm:hover .gw-tm-photo img { transform: scale(1.05); }
.gw-tm-mono { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 64px; font-weight: 800; letter-spacing: -2px; color: rgba(255,255,255,0.18); }
.gw-tm-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,10,24,0.85)); }
.gw-tm-tag { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gw-blue-light); border: 1px solid rgba(111,151,255,0.4); padding: 5px 11px; border-radius: 100px; background: rgba(7,10,24,0.5); }
.gw-tm-body { padding: 22px 24px 26px; }
.gw-tm-role { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.gw-tm-body h4 { font-size: 21px; font-weight: 800; letter-spacing: -0.6px; margin-bottom: 12px; }
.gw-tm-body p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; }
@media (max-width: 860px) { .gw-team { grid-template-columns: 1fr; } }

/* ===== PORTFOLIO ===== */
.gw-port { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.gw-port-card { padding: 30px 28px; border-radius: 20px; background: #fff; border: 1px solid var(--gray-100); transition: all 0.5s var(--ease); position: relative; overflow: hidden; }
.gw-port-card:hover { transform: translateY(-6px); border-color: rgba(45,91,255,0.16); box-shadow: 0 24px 60px rgba(31,45,110,0.07); }
.gw-port-card .z1 { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: var(--gw-emerald-deep); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 7px; }
.gw-port-logo { height: 30px; margin-bottom: 16px; display: flex; align-items: center; }
.gw-port-logo img { max-height: 30px; max-width: 150px; width: auto; object-fit: contain; }
.gw-port-card .sec { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gw-blue); margin-bottom: 10px; }
.gw-port-card h4 { font-size: 19px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 8px; }
.gw-port-card p { font-size: 13px; color: var(--gray-600); line-height: 1.65; }
@media (max-width: 900px) { .gw-port { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gw-port { grid-template-columns: 1fr; } }

/* ===== ECOSYSTEM CONSTELLATION ===== */
.gw-eco { position: relative; margin: 56px auto 8px; max-width: 940px; height: 588px; border-radius: 30px; border: 1px solid var(--gw-line); background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(45,91,255,0.14), rgba(255,255,255,0.015) 62%); overflow: hidden; }
.gw-eco::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 50% 50%, transparent 0, transparent calc(var(--ring,0px)), rgba(111,151,255,0.07) calc(var(--ring,0px) + 1px), transparent calc(var(--ring,0px) + 2px)); pointer-events: none; }
.gw-eco-ring { position: absolute; left: 50%; top: 50%; width: 424px; height: 424px; border-radius: 50%; border: 1px dashed rgba(111,151,255,0.16); transform: translate(-50%, -50%); }
.gw-eco-ring.r2 { width: 296px; height: 296px; border-color: rgba(111,151,255,0.10); }
.gw-eco-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 116px; height: 116px; border-radius: 26px; background: linear-gradient(150deg, #2D5BFF, #1b3bb0); display: flex; align-items: center; justify-content: center; box-shadow: 0 24px 70px rgba(45,91,255,0.5), inset 0 0 0 1px rgba(255,255,255,0.14); z-index: 4; }
.gw-eco-center::after { content: ''; position: absolute; inset: -8px; border-radius: 32px; border: 1px solid rgba(111,151,255,0.3); animation: ecoBreath 4s var(--ease) infinite; }
.gw-eco-center img { width: 60%; height: auto; }
.gw-eco-spoke { position: absolute; left: 50%; top: 50%; height: 1px; width: var(--r); transform-origin: 0 0; transform: rotate(var(--a)); background: linear-gradient(90deg, rgba(111,151,255,0.55), rgba(111,151,255,0)); z-index: 1; }
.gw-eco-spoke::after { content: ''; position: absolute; left: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--gw-emerald); box-shadow: 0 0 10px var(--gw-emerald); animation: ecoPulse 3.4s var(--ease) infinite; animation-delay: var(--d, 0s); }
.gw-eco-node { position: absolute; left: 50%; top: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a))); }
.gw-eco-chip { width: 132px; height: 76px; border-radius: 16px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 16px 20px; box-shadow: 0 14px 34px rgba(0,0,0,0.34); transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); }
.gw-eco-chip img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.gw-eco-node:hover .gw-eco-chip { transform: scale(1.07); box-shadow: 0 20px 46px rgba(45,91,255,0.3); }
.gw-eco-tier { font-size: 9.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
@keyframes ecoPulse { 0% { transform: translateX(0); opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { transform: translateX(var(--r)); opacity: 0; } }
@keyframes ecoBreath { 0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.06); opacity: 0.25; } }
@media (prefers-reduced-motion: reduce) { .gw-eco-spoke::after, .gw-eco-center::after { animation: none; } }
@media (max-width: 760px) { .gw-eco { display: none; } }

/* ===== PARTNERSHIPS ===== */
.gw-tier { margin-top: 50px; }
.gw-tier-h { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.gw-tier-h .tn { font-size: 13px; font-weight: 800; letter-spacing: 0.5px; color: #fff; }
.gw-tier-h .tl { flex: 1; height: 1px; background: var(--gw-line); }
.gw-tier-h .tcount { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.35); }
.gw-partners { display: grid; gap: 14px; }
.gw-partners.c1 { grid-template-columns: 1fr; }
.gw-partners.c3 { grid-template-columns: repeat(3, 1fr); }
.gw-partner { padding: 26px 28px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid var(--gw-line); transition: all 0.5s var(--ease); }
.gw-partner:hover { transform: translateY(-5px); border-color: rgba(111,151,255,0.35); background: rgba(255,255,255,0.05); }
.gw-plogo { height: 64px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 14px 18px; margin-bottom: 20px; }
.gw-plogo img { max-height: 100%; max-width: 70%; width: auto; object-fit: contain; }
.gw-partner .pname { font-size: 18px; font-weight: 800; letter-spacing: -0.4px; margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
.gw-partner .purl { font-size: 11px; font-weight: 600; color: var(--gw-blue-light); margin-bottom: 14px; }
.gw-partner p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.gw-partner .perk { display: inline-block; margin-top: 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.3px; color: var(--gw-emerald); padding: 5px 12px; border-radius: 100px; border: 1px solid rgba(52,211,153,0.3); background: rgba(52,211,153,0.06); }
@media (max-width: 820px) { .gw-partners.c3 { grid-template-columns: 1fr; } }

/* ===== FINAL CTA ===== */
.gw-final { position: relative; padding: 150px 48px; text-align: center; overflow: hidden; background: radial-gradient(ellipse 90% 80% at 50% 0%, #131c44, var(--gw-ink) 60%); color: #fff; }
.gw-final .gw-aurora { opacity: 0.5; }
.gw-final-inner { position: relative; z-index: 3; max-width: 760px; margin: 0 auto; }
.gw-final h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 800; letter-spacing: -2.5px; line-height: 1.04; margin-bottom: 22px; }
.gw-final h2 .grad { background: linear-gradient(100deg, var(--gw-blue-light), var(--gw-emerald)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gw-final p { font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 40px; }
.gw-final .mailbtn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 36px; border-radius: 100px; background: #fff; color: var(--gw-ink); font-size: 16px; font-weight: 700; transition: all 0.4s var(--ease); }
.gw-final .mailbtn:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(255,255,255,0.18); }
.gw-final .meta { margin-top: 26px; font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 0.5px; }
