/* === PATHWAY CYBER V6 — AWARD EDITION === */
:root{
  --bg:#0a0f14;--bg2:#111921;--bg3:#0d141b;
  --bdr:#253545;--bdr2:rgba(37,53,69,.5);
  --wh:#f0f4f8;--wh2:rgba(240,244,248,.7);--wh3:rgba(240,244,248,.35);
  --acc:#1E9DD4;--acc2:#39C6F3;--acc3:#5dd8ff;
  --green:#34d399;--red:#f87171;--yellow:#fbbf24;--neon:#00ff88;
  --ease:cubic-bezier(.16,1.11,.36,.99);
  --max:1200px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--wh);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
::selection{background:var(--acc);color:#fff}

/* ---- GRADIENT ORBS ---- */
.gradient-orb{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0;opacity:.35}
.gradient-orb--1{width:600px;height:600px;background:radial-gradient(circle,#1E9DD4 0%,transparent 70%);top:-200px;right:-100px;animation:orbFloat1 20s ease-in-out infinite}
.gradient-orb--2{width:500px;height:500px;background:radial-gradient(circle,#6366f1 0%,transparent 70%);bottom:20%;left:-150px;animation:orbFloat2 25s ease-in-out infinite}
.gradient-orb--3{width:400px;height:400px;background:radial-gradient(circle,#0ea5e9 0%,transparent 70%);top:50%;right:10%;animation:orbFloat3 18s ease-in-out infinite}
@keyframes orbFloat1{0%,100%{transform:translate(0,0)}50%{transform:translate(-40px,60px)}}
@keyframes orbFloat2{0%,100%{transform:translate(0,0)}50%{transform:translate(50px,-40px)}}
@keyframes orbFloat3{0%,100%{transform:translate(0,0)}50%{transform:translate(-30px,-50px)}}

/* ---- PRELOADER ---- */
#preloader{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .8s ease .2s,visibility 0s 1s}
#preloader.done{opacity:0;visibility:hidden}
.pre-center{text-align:center}
.pre-logo{font-size:clamp(20px,3vw,28px);font-weight:200;letter-spacing:.35em;margin-bottom:20px;color:var(--wh)}
.pre-logo span{font-weight:700;color:var(--acc2);margin-left:4px;letter-spacing:.15em}
.pre-bar{width:220px;height:2px;background:rgba(255,255,255,.06);margin:0 auto;border-radius:2px;overflow:hidden}
.pre-fill{height:100%;width:0;background:linear-gradient(90deg,var(--acc),var(--acc3));border-radius:2px;transition:width .15s}
.pre-status{font-size:11px;color:var(--wh3);margin-top:14px;font-family:'JetBrains Mono',monospace;letter-spacing:.5px}

/* ---- PARTICLES ---- */
#particles{position:fixed;inset:0;z-index:0;pointer-events:none}

/* ---- HEADER ---- */
header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 40px;transition:background .4s,backdrop-filter .4s}
header.scrolled{background:rgba(10,15,20,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--bdr2)}
.h-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:0 auto;height:76px;transition:height .4s}
header.scrolled .h-inner{height:56px}
.h-logo{font-size:15px;font-weight:200;letter-spacing:.3em;text-decoration:none;color:var(--wh);white-space:nowrap;flex-shrink:0}
.h-logo span{font-weight:700;color:var(--acc2);margin-left:4px;letter-spacing:.15em}
nav{display:flex;gap:28px;align-items:center}
nav a{font-size:13px;font-weight:500;color:var(--wh3);text-decoration:none;position:relative;transition:color .3s,text-shadow .3s;font-family:'JetBrains Mono',monospace;letter-spacing:.8px;text-transform:uppercase}
nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--neon);box-shadow:0 0 6px var(--neon);transition:width .3s}
nav a:hover{color:var(--neon);text-shadow:0 0 12px rgba(0,255,136,.4)}
nav a:hover::after,nav a.active::after{width:100%}
nav a.active{color:var(--neon);text-shadow:0 0 8px rgba(0,255,136,.3)}
.h-cta{font-size:13px;font-weight:500;color:var(--wh);text-decoration:none;border:1px solid var(--bdr);border-radius:200px;padding:8px 20px;transition:all .3s;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;gap:6px}
.h-cta:hover{border-color:var(--acc2);background:rgba(57,198,243,.1);box-shadow:0 0 20px rgba(57,198,243,.1)}
.h-cta svg{transition:transform .3s}.h-cta:hover svg{transform:translate(2px,-2px)}
.hamburger{display:none;background:none;border:none;cursor:pointer;width:28px;height:20px;position:relative}
.hamburger span{position:absolute;left:0;width:100%;height:1.5px;background:var(--wh);transition:.3s}
.hamburger span:first-child{top:2px}.hamburger span:last-child{bottom:2px}
.hamburger.open span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}
.hamburger.open span:last-child{bottom:50%;transform:translateY(50%) rotate(-45deg)}

/* ---- BUTTONS ---- */
.btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--bdr);border-radius:200px;padding:14px 28px;font-size:15px;font-weight:400;color:var(--wh);text-decoration:none;transition:all .3s;background:transparent;font-family:inherit;cursor:pointer;white-space:nowrap}
.btn:hover{border-color:var(--acc2);background:rgba(57,198,243,.06)}
.btn svg{transition:transform .3s}.btn:hover svg{transform:translate(2px,-2px)}
.btn--sm{font-size:13px;padding:10px 20px}
.btn--lg{font-size:16px;padding:16px 36px}
.btn--filled{background:linear-gradient(135deg,var(--acc),#2563eb);border-color:transparent;color:#fff;box-shadow:0 4px 16px rgba(30,157,212,.25)}
.btn--filled:hover{background:linear-gradient(135deg,var(--acc2),#3b82f6);box-shadow:0 6px 24px rgba(30,157,212,.35);transform:translateY(-1px)}

/* ---- SECTIONS ---- */
.section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;padding:120px 40px;gap:16px}
.fc{max-width:800px;margin:0 auto 32px;text-align:center}
.sec-label{font-size:11px;letter-spacing:4px;color:var(--acc2);margin-bottom:12px;font-weight:500}
.t-h2{font-size:clamp(32px,5.5vw,72px);font-weight:200;line-height:1;margin-bottom:16px;letter-spacing:-.02em}
.t-p{font-size:clamp(15px,1.6vw,18px);font-weight:300;color:var(--wh2);line-height:1.8;max-width:640px;margin:0 auto}
.gradient-text{background:linear-gradient(135deg,var(--acc2),#818cf8,var(--acc3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ---- HERO ---- */
.section--hero{padding:0 40px;text-align:center;gap:0}
.hero-center{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:850px}
.hero-tag{font-size:12px;letter-spacing:4px;color:var(--acc2);font-weight:500}
.hero-h1{font-size:clamp(40px,7.5vw,96px);font-weight:200;line-height:.88;letter-spacing:-.03em}
.hero-h1 span{display:block;margin-top:.08em}
.hero-p{font-size:clamp(15px,1.6vw,18px);font-weight:300;color:var(--wh2);max-width:600px;line-height:1.8}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.scroll-down{position:absolute;bottom:36px;left:50%;transform:translateX(-50%)}
.sd-mouse{width:22px;height:36px;border:1.5px solid var(--wh3);border-radius:12px;position:relative}
.sd-dot{position:absolute;top:6px;left:50%;width:3px;height:7px;background:var(--wh);border-radius:4px;transform:translateX(-50%);animation:sDot 2.5s ease infinite}
@keyframes sDot{0%{opacity:1;top:6px}50%{top:18px}100%{top:18px;opacity:0}}

/* ---- TRUST ---- */
.section--trust{min-height:auto;padding:24px 0;border-top:1px solid var(--bdr2);border-bottom:1px solid var(--bdr2)}
.trust-label{font-size:10px;letter-spacing:4px;color:var(--wh3);margin-bottom:14px;text-align:center}
.marquee{overflow:hidden;white-space:nowrap;width:100%}
.mq-track{display:inline-flex;animation:mq 40s linear infinite}
.mq-track span{font-size:13px;font-weight:500;letter-spacing:.12em;color:var(--wh3);margin:0 16px}
@keyframes mq{to{transform:translateX(-50%)}}

/* ---- CARDS ---- */
.cards-grid{display:grid;gap:16px;max-width:var(--max);width:100%}
.cards-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.cards-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.card{background:rgba(17,25,33,.7);border:1px solid var(--bdr);border-radius:16px;padding:32px;text-align:left;transition:transform .5s var(--ease),border-color .4s,box-shadow .4s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.card:hover{transform:translateY(-4px);border-color:var(--acc);box-shadow:0 8px 32px rgba(30,157,212,.1)}
.card-icon{position:relative;width:68px;height:68px;margin-bottom:18px;border-radius:20px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.35),rgba(255,255,255,.12) 22%,rgba(22,34,46,.92) 62%,rgba(8,13,20,.96) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -14px 24px rgba(0,0,0,.28),0 14px 28px rgba(0,0,0,.26),0 0 0 1px rgba(79,209,255,.06);overflow:hidden}
.card-icon::before{content:"";position:absolute;inset:1px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0) 34%,rgba(63,127,179,.08) 64%,rgba(0,0,0,.18) 100%)}
.card-icon::after{content:"";position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);background-position:center;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 2px 10px rgba(79,209,255,.35))}
.card-icon--shield::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23dff8ff'/%3E%3Cstop offset='1' stop-color='%2378dbff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M32 6l19 7v15c0 13-8.7 24.6-19 30-10.3-5.4-19-17-19-30V13l19-7z'/%3E%3Cpath fill='%230b2030' opacity='.22' d='M32 13l12 4.4v10.1c0 9.2-5.8 17.6-12 21.3-6.2-3.7-12-12.1-12-21.3V17.4L32 13z'/%3E%3C/svg%3E")}
.card-icon--ai::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23f0f9ff'/%3E%3Cstop offset='1' stop-color='%2388f0ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='18' y='18' width='28' height='28' rx='8' fill='url(%23g)'/%3E%3Cg fill='%230d2535' opacity='.95'%3E%3Ccircle cx='26' cy='26' r='2.6'/%3E%3Ccircle cx='38' cy='26' r='2.6'/%3E%3Ccircle cx='26' cy='38' r='2.6'/%3E%3Ccircle cx='38' cy='38' r='2.6'/%3E%3Cpath d='M26 26h12v12H26z' fill='none' stroke='%230d2535' stroke-width='3'/%3E%3C/g%3E%3Cpath d='M32 8v8M32 48v8M8 32h8M48 32h8M14 14l5 5M45 45l5 5M14 50l5-5M45 19l5-5' stroke='%23a6eeff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")}
.card-icon--cloud::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23f6fbff'/%3E%3Cstop offset='1' stop-color='%2388dfff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M22 48c-7.2 0-13-5.4-13-12s5.5-11.5 12.2-12C23 17 28.8 12 36 12c9.4 0 17 7.6 17 17v1c4 1 7 4.7 7 9.2C60 44.1 56 48 51 48H22z'/%3E%3Crect x='22' y='30' width='20' height='4' rx='2' fill='%230f2534' opacity='.28'/%3E%3Crect x='18' y='38' width='28' height='4' rx='2' fill='%230f2534' opacity='.22'/%3E%3C/svg%3E")}
.card-icon--pentest::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23f8fbff'/%3E%3Cstop offset='1' stop-color='%2386e0ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M17 28a15 15 0 1127 9l-4 4 2 2-3 3-2-2-3 3-3-3 3-3-3-3 4-4A14.9 14.9 0 0017 28zm15-7a7 7 0 100 14 7 7 0 000-14z'/%3E%3Ccircle cx='32' cy='28' r='3' fill='%230c2535' opacity='.35'/%3E%3C/svg%3E")}
.card-icon--response::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff6f6'/%3E%3Cstop offset='1' stop-color='%23ff8f8f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M32 9c8.8 0 16 7.2 16 16v8l5 9c1 1.8-.3 4-2.4 4H13.4c-2.1 0-3.4-2.2-2.4-4l5-9v-8c0-8.8 7.2-16 16-16z'/%3E%3Crect x='29' y='20' width='6' height='14' rx='3' fill='%239b1c1c'/%3E%3Ccircle cx='32' cy='40' r='3' fill='%239b1c1c'/%3E%3C/svg%3E")}
.card-icon--hosting::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23effbff'/%3E%3Cstop offset='1' stop-color='%237cdcff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='18' y='14' width='28' height='12' rx='4' fill='url(%23g)'/%3E%3Crect x='18' y='28' width='28' height='12' rx='4' fill='url(%23g)'/%3E%3Crect x='18' y='42' width='28' height='8' rx='4' fill='url(%23g)'/%3E%3Cg fill='%230d2535' opacity='.35'%3E%3Ccircle cx='25' cy='20' r='2'/%3E%3Ccircle cx='25' cy='34' r='2'/%3E%3Ccircle cx='25' cy='46' r='2'/%3E%3Crect x='31' y='18' width='10' height='4' rx='2'/%3E%3Crect x='31' y='32' width='10' height='4' rx='2'/%3E%3Crect x='31' y='44' width='10' height='4' rx='2'/%3E%3C/g%3E%3C/svg%3E")}
.card-icon--business::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%239be7ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='14' y='18' width='36' height='30' rx='6' fill='url(%23g)'/%3E%3Crect x='24' y='10' width='16' height='8' rx='3' fill='%23baf1ff'/%3E%3Cg fill='%230d2535' opacity='.28'%3E%3Crect x='20' y='26' width='6' height='6' rx='1.5'/%3E%3Crect x='29' y='26' width='6' height='6' rx='1.5'/%3E%3Crect x='38' y='26' width='6' height='6' rx='1.5'/%3E%3Crect x='20' y='35' width='6' height='6' rx='1.5'/%3E%3Crect x='29' y='35' width='6' height='13' rx='1.5'/%3E%3Crect x='38' y='35' width='6' height='6' rx='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.card-icon--deploy::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23fff8e8'/%3E%3Cstop offset='1' stop-color='%23ffb45e'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M34 8L16 35h12l-4 21 24-31H35l-1-17z'/%3E%3C/svg%3E")}
.card-icon--lock::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffe18e'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='16' y='28' width='32' height='24' rx='6' fill='url(%23g)'/%3E%3Cpath d='M23 28v-5c0-7.2 4-12 9-12s9 4.8 9 12v5' fill='none' stroke='%23fff2ba' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='32' cy='40' r='4' fill='%230d2535' opacity='.35'/%3E%3C/svg%3E")}
.card-icon--signal::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%2399f2ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='32' cy='42' r='4' fill='url(%23g)'/%3E%3Cpath d='M22 34a14 14 0 0120 0' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M16 27a23 23 0 0132 0' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linecap='round' opacity='.9'/%3E%3Cpath d='M10 20a31 31 0 0144 0' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linecap='round' opacity='.75'/%3E%3C/svg%3E")}
.pdcu-grid .card-icon{width:76px;height:76px;border-radius:22px;margin-bottom:20px;border-color:rgba(145,231,255,.28);background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.5),rgba(255,255,255,.16) 18%,rgba(24,38,52,.94) 56%,rgba(7,12,20,.98) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -18px 28px rgba(0,0,0,.34),0 16px 34px rgba(0,0,0,.28),0 0 18px rgba(71,196,255,.12)}
.pdcu-grid .card-icon::after{width:40px;height:40px;filter:drop-shadow(0 0 12px rgba(120,220,255,.52)) drop-shadow(0 0 3px rgba(255,255,255,.55))}


.card h3{font-size:17px;font-weight:600;margin-bottom:10px}
.card p{font-size:14px;font-weight:300;color:var(--wh2);line-height:1.75}

/* ---- ABOUT / BUILT DIFFERENT ---- */
.section--about{padding:120px 40px}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:var(--max);width:100%;align-items:center}
.about-desc{font-size:16px;font-weight:300;color:var(--wh2);line-height:1.8;margin-bottom:16px}
.about-stats{display:flex;gap:32px;margin-top:28px;padding-top:24px;border-top:1px solid var(--bdr2)}
.about-stat strong{display:block;font-size:15px;font-weight:700;color:var(--acc2)}
.about-stat span{font-size:12px;color:var(--wh3)}

/* TERMINAL */
.terminal{background:#0d1117;border:1px solid #21262d;border-radius:12px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.4);font-family:'JetBrains Mono',monospace;font-size:13px;line-height:1.7}
.term-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#161b22;border-bottom:1px solid #21262d}
.term-dot{width:12px;height:12px;border-radius:50%}
.term-dot--r{background:#f87171}.term-dot--y{background:#fbbf24}.term-dot--g{background:#34d399}
.term-title{font-size:12px;color:var(--wh3);margin-left:8px}
.term-body{padding:20px;min-height:320px;color:#c9d1d9}
.term-line{margin-bottom:2px;opacity:0;animation:termFade .3s ease forwards}
@keyframes termFade{to{opacity:1}}
.term-cmd{color:var(--wh)}.term-cmd .term-prompt{color:var(--green)}.term-cmd .term-text{color:var(--wh)}
.term-out{color:#8b949e}
.term-green{color:var(--green)}
.term-yellow{color:var(--yellow)}
.term-red{color:var(--red)}
.term-cyan{color:var(--acc2)}
.term-cursor{display:inline-block;width:8px;height:16px;background:var(--acc2);animation:blink 1s step-end infinite;vertical-align:middle;margin-left:2px}
@keyframes blink{50%{opacity:0}}

/* ---- PRICING ---- */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:960px;width:100%;align-items:start}
.card--price{text-align:center;display:flex;flex-direction:column;align-items:center;padding:36px 28px}
.card--price h3{font-size:18px;font-weight:700;letter-spacing:1px;margin-bottom:4px}
.pc-sub{font-size:12px;color:var(--wh3);margin-bottom:16px}
.pc-amt{font-size:clamp(36px,4vw,48px);font-weight:800;margin-bottom:20px}
.pc-amt span{font-size:16px;font-weight:300;color:var(--wh3)}
.card--price ul{list-style:none;text-align:left;margin-bottom:24px;width:100%}
.card--price li{padding:8px 0;font-size:13px;font-weight:300;color:var(--wh2);border-bottom:1px solid var(--bdr2)}
.card--price li::before{content:'✓ ';color:var(--acc2);font-weight:600}
.card--pop{border:2px solid var(--acc);position:relative;transform:scale(1.03);background:rgba(30,157,212,.04)}
.card--pop:hover{transform:scale(1.03) translateY(-4px)}
.pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--acc),#2563eb);padding:5px 16px;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:2px;white-space:nowrap}

/* ---- STATS ---- */
.section--stats{min-height:auto;padding:80px 40px;border-top:1px solid var(--bdr2);border-bottom:1px solid var(--bdr2);background:var(--bg3)}
.stats-row{display:flex;gap:60px;justify-content:center;flex-wrap:wrap;max-width:var(--max)}
.stat{text-align:center;min-width:140px}
.stat-n{font-size:clamp(36px,4.5vw,56px);font-weight:800}
.stat-s{font-size:20px;font-weight:300;color:var(--acc2)}
.stat p{font-size:11px;letter-spacing:3px;color:var(--wh3);margin-top:4px;text-transform:uppercase}

/* ---- CONTACT ---- */
.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;max-width:var(--max);width:100%;align-items:start}
.c-form{display:flex;flex-direction:column;gap:16px}
.c-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.c-field{display:flex;flex-direction:column;gap:6px}
.c-field label{font-size:12px;font-weight:500;color:var(--wh3);letter-spacing:.5px;text-transform:uppercase}
.c-field input,.c-field select,.c-field textarea{padding:12px 16px;background:rgba(255,255,255,.04);border:1px solid var(--bdr);border-radius:10px;color:var(--wh);font-size:14px;font-family:'Inter',sans-serif;outline:none;transition:border-color .3s,box-shadow .3s;resize:vertical}
.c-field input:focus,.c-field select:focus,.c-field textarea:focus{border-color:var(--acc2);box-shadow:0 0 0 3px rgba(57,198,243,.1)}
.c-field input::placeholder,.c-field textarea::placeholder{color:var(--wh3)}
.c-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.c-field select option{background:var(--bg2);color:var(--wh)}
.c-success{text-align:center;padding:40px 20px}
.c-success-icon{font-size:48px;margin-bottom:12px;color:var(--neon)}
.c-success h3{font-size:20px;margin-bottom:8px}
.c-success p{color:var(--wh2);font-size:14px}
.c-success a{color:var(--acc2)}
.c-info{display:flex;flex-direction:column;gap:12px}
.c-info-card{background:rgba(17,25,33,.7);border:1px solid var(--bdr);border-radius:12px;padding:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.c-info-card h4{font-size:14px;margin-bottom:6px;font-weight:600}
.c-info-card p{font-size:13px;color:var(--wh2);line-height:1.6;font-weight:300}
.c-info-card a{color:var(--acc2);text-decoration:none;font-size:13px;transition:color .2s}
.c-info-card a:hover{color:var(--acc3)}

/* ---- FOOTER ---- */
footer{border-top:1px solid var(--bdr2);position:relative;z-index:1;background:var(--bg)}
.footer-inner{max-width:var(--max);margin:0 auto;padding:40px;display:flex;justify-content:space-between;align-items:flex-end}
.footer-left p{font-size:13px;font-weight:300;color:var(--wh3);line-height:1.7}
.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.footer-right a{font-size:13px;color:var(--acc2);text-decoration:none;transition:color .2s}
.footer-right a:hover{color:var(--acc3)}
.footer-right span{font-size:12px;color:var(--wh3)}

/* ---- SCROLL PROGRESS ---- */
.scroll-progress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--neon),var(--acc2));z-index:999;width:0;transition:width .1s}

/* ---- LIVE BADGE ---- */
.live-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,255,136,.06);border:1px solid rgba(0,255,136,.15);border-radius:50px;padding:6px 16px;font-size:12px;color:var(--neon);font-family:'JetBrains Mono',monospace;letter-spacing:.5px}
.live-dot{width:6px;height:6px;background:var(--neon);border-radius:50%;animation:livePulse 2s ease infinite;box-shadow:0 0 8px var(--neon)}
@keyframes livePulse{0%,100%{opacity:1}50%{opacity:.3}}

/* ---- LIVE STATS BAR ---- */
.live-bar{border-top:1px solid var(--bdr2);border-bottom:1px solid var(--bdr2);background:rgba(0,255,136,.02);position:relative;z-index:1;overflow:hidden}
.live-bar-inner{max-width:var(--max);margin:0 auto;padding:20px 40px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:16px}
.lb-item{text-align:center}
.lb-num{font-size:22px;font-weight:800;font-family:'JetBrains Mono',monospace;color:var(--wh);display:block}
.lb-green{color:var(--neon)}
.lb-label{font-size:10px;letter-spacing:2px;color:var(--wh3);text-transform:uppercase}

/* ---- ANIMATIONS ---- */
[data-anim]{opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s var(--ease)}
[data-anim].vis{opacity:1;transform:translateY(0)}
[data-anim="hero"]{transform:translateY(32px);transition-duration:1.2s}

/* ---- CHAT ---- */
.chat-widget{position:fixed;bottom:28px;right:28px;z-index:200}
.chat-btn{width:54px;height:54px;border-radius:50%;border:1px solid var(--bdr);background:var(--bg2);color:var(--wh);font-size:20px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.3);position:relative}
.chat-btn:hover{border-color:var(--acc);transform:scale(1.06)}
.chat-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--acc2);animation:pulse 2s ease infinite;pointer-events:none}
@keyframes pulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.4);opacity:0}}
.chat-panel{position:absolute;bottom:68px;right:0;width:340px;height:440px;background:rgba(13,20,27,.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--bdr);border-radius:16px;display:none;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.4)}
.chat-widget.open .chat-panel{display:flex;animation:chatIn .35s var(--ease)}
.chat-widget.open .chat-pulse{display:none}
@keyframes chatIn{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
.chat-head{padding:16px 18px;border-bottom:1px solid var(--bdr2);display:flex;flex-direction:column}
.chat-head strong{font-size:14px;color:var(--acc2)}.chat-head span{font-size:11px;color:var(--wh3)}
.chat-msgs{flex:1;padding:14px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}
.cm{max-width:85%}.cm-bot{align-self:flex-start}.cm-user{align-self:flex-end}
.cm-t{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.6;font-weight:300}
.cm-bot .cm-t{background:rgba(255,255,255,.04);border:1px solid var(--bdr2)}
.cm-user .cm-t{background:linear-gradient(135deg,var(--acc),#2563eb);color:#fff}
.cm-q{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}
.cm-q button{padding:6px 12px;background:transparent;border:1px solid var(--bdr);border-radius:50px;color:var(--wh2);font-size:11px;cursor:pointer;transition:all .2s;font-family:inherit}
.cm-q button:hover{background:var(--acc);border-color:var(--acc);color:#fff}
.chat-in{display:flex;padding:12px;border-top:1px solid var(--bdr2);gap:8px}
.chat-in input{flex:1;padding:10px 14px;background:rgba(255,255,255,.04);border:1px solid var(--bdr2);border-radius:10px;color:var(--wh);font-size:13px;font-family:inherit;outline:none;transition:border-color .2s}
.chat-in input:focus{border-color:var(--acc)}
.chat-in button{padding:10px 16px;background:linear-gradient(135deg,var(--acc),#2563eb);border:none;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;font-size:15px;transition:all .2s}
.chat-in button:hover{box-shadow:0 4px 12px rgba(30,157,212,.3)}

/* ---- RESPONSIVE ---- */
@media(max-width:1024px){
  .cards-grid.cols-4{grid-template-columns:repeat(2,1fr)}
  .about-split{grid-template-columns:1fr;gap:40px}
}
@media(max-width:900px){
  body.nav-open{overflow:hidden}
  body.nav-open header{background:#0a0f14;border-bottom:1px solid var(--bdr2);backdrop-filter:none;-webkit-backdrop-filter:none}
  header{padding:0 20px;z-index:1200}
  .h-inner{height:60px}
  nav{display:none}
  nav.open{display:flex;flex-direction:column;position:fixed;left:0;right:0;top:60px;bottom:0;background:#0a0f14;backdrop-filter:none;-webkit-backdrop-filter:none;align-items:center;justify-content:flex-start;gap:18px;padding:28px 24px 32px;z-index:1199;overflow:auto}
  nav.open a{font-size:20px;color:var(--wh2);width:100%;max-width:320px;text-align:center;padding:14px 18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.02)}
  nav.open a::after{display:none}
  .h-cta{display:none}.hamburger{display:block;z-index:1202}
  .section{padding:80px 20px}
  .hero-h1{font-size:clamp(32px,10vw,56px)}
  .cards-grid.cols-3,.cards-grid.cols-4,.pricing-grid,.contact-grid{grid-template-columns:1fr}
  .c-row{grid-template-columns:1fr}
  .card--pop{transform:none}.card--pop:hover{transform:translateY(-4px)}
  .stats-row{gap:32px}.stat{min-width:100px}
  .footer-inner{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 20px}
  .footer-right{align-items:center}
  .chat-panel{width:calc(100vw - 40px);right:-8px}
  .section--contact{padding-bottom:100px}
  .about-stats{flex-wrap:wrap;gap:20px}
  .gradient-orb{opacity:.2}
}
@media(max-width:480px){
  .section{padding:60px 16px}
  .cards-grid{gap:12px}
}


/* ---- PDCU GEN 2 ---- */
.section--pdcu{padding-top:120px}
.pdcu-head{margin-bottom:30px}
.pdcu-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;max-width:var(--max);width:100%;align-items:stretch;margin:0 auto 28px}
.pdcu-visual,.pdcu-copy,.pdcu-value-card,.pdcu-arch-card{background:rgba(17,25,33,.72);border:1px solid var(--bdr);border-radius:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.22)}
.pdcu-visual{overflow:hidden;min-height:420px}
.pdcu-image{display:block;width:100%;height:100%;object-fit:contain;background:#0a0f14}
.pdcu-copy{padding:34px}
.pdcu-kicker{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--acc2);margin-bottom:12px}
.pdcu-copy h3{font-size:28px;line-height:1.15;margin-bottom:14px}
.pdcu-copy p{font-size:15px;color:var(--wh2);line-height:1.8}
.pdcu-points{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:12px}
.pdcu-points li{position:relative;padding-left:18px;color:var(--wh2);font-size:14px;line-height:1.7}
.pdcu-points li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--acc),#8be6ff);box-shadow:0 0 10px rgba(91,213,255,.55)}
.pdcu-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.btn--ghost{background:transparent;border:1px solid var(--bdr);color:var(--wh)}
.btn--ghost:hover{border-color:var(--acc);background:rgba(34,47,61,.7)}
.pdcu-metrics{max-width:var(--max);width:100%;margin:0 auto 28px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.pdcu-metric{padding:24px 16px;border-radius:20px;background:linear-gradient(180deg,rgba(20,31,42,.9),rgba(10,16,24,.95));border:1px solid var(--bdr);text-align:center;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.pdcu-metric strong{display:block;font-size:28px;line-height:1.05;margin-bottom:8px;color:#f5fbff}
.pdcu-metric span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--wh3)}
.pdcu-value,.pdcu-arch{max-width:var(--max);width:100%;margin:0 auto 28px}
.pdcu-value-card,.pdcu-arch-card{padding:34px}
.pdcu-value-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--acc2);margin-bottom:10px}
.pdcu-value-card h3,.pdcu-arch-card h3{font-size:28px;line-height:1.15;margin-bottom:14px}
.pdcu-value-card>p,.pdcu-arch-card>p{font-size:15px;color:var(--wh2);line-height:1.8}
.pdcu-value-grid,.pdcu-arch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:22px}
.pdcu-value-grid div,.pdcu-arch-grid div{padding:18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07)}
.pdcu-value-grid strong,.pdcu-arch-grid strong{display:block;font-size:16px;margin-bottom:6px;color:#f7fbff}
.pdcu-value-grid span,.pdcu-arch-grid span{display:block;font-size:13px;line-height:1.65;color:var(--wh3)}
.pdcu-tier-wrap{max-width:var(--max);width:100%;margin:0 auto 28px}
.pdcu-tier-head{margin-bottom:22px}
.pdcu-tiers{align-items:stretch}
.pdcu-tier-card{padding:30px}
.pdcu-tier-card--featured{border-color:rgba(108,224,255,.45);box-shadow:0 18px 48px rgba(26,153,212,.14)}
.pdcu-tier-name{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--acc2);margin-bottom:10px}
.pdcu-tier-sub{font-size:14px;color:var(--wh2);line-height:1.75;margin-bottom:16px}
.pdcu-tier-card ul{padding-left:18px;margin:0;display:grid;gap:10px;color:var(--wh2);font-size:14px;line-height:1.65}
@media (max-width:1200px){.pdcu-metrics{grid-template-columns:repeat(3,1fr)}.pdcu-hero{grid-template-columns:1fr}.pdcu-visual{min-height:360px}}
@media (max-width:900px){.pdcu-value-grid,.pdcu-arch-grid,.cards-grid.cols-3.pdcu-tiers{grid-template-columns:1fr}.pdcu-metrics{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.pdcu-copy,.pdcu-value-card,.pdcu-arch-card,.pdcu-tier-card{padding:24px}.pdcu-copy h3,.pdcu-value-card h3,.pdcu-arch-card h3{font-size:24px}.pdcu-metrics{grid-template-columns:1fr}.pdcu-visual{min-height:280px}}


/* ---- COMMERCIAL CTA ---- */
.section--engage{padding-top:20px}
.engage-card{max-width:var(--max);width:100%;margin:0 auto;background:linear-gradient(180deg,rgba(17,25,33,.78),rgba(10,16,24,.94));border:1px solid var(--bdr);border-radius:24px;padding:40px;box-shadow:0 20px 50px rgba(0,0,0,.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.engage-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:start}
.engage-copy .t-h2{max-width:11ch;margin-bottom:14px}
.engage-copy .t-p{max-width:62ch}
.engage-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:4px 0 0}
.engage-item{padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.engage-item strong{display:block;font-size:16px;line-height:1.25;margin-bottom:6px;color:#f7fbff}
.engage-item span{display:block;font-size:13px;line-height:1.65;color:var(--wh3)}
.engage-btns{justify-content:flex-start;margin-top:22px}
@media (max-width:900px){.engage-grid{grid-template-columns:1fr}}

@media (max-width:1100px){.engage-layout{grid-template-columns:1fr}.engage-copy .t-h2,.engage-copy .t-p{max-width:none}}


/* ---- MOBILE REFINEMENTS ---- */
@media (max-width: 768px){
  .live-badge{max-width:100%;padding:8px 12px;font-size:11px;line-height:1.5;white-space:normal;justify-content:center;text-align:center}
  .hero-tag{font-size:11px;letter-spacing:.22em}
  .hero-p,.t-p{font-size:15px;line-height:1.75}
  .hero-btns,.pdcu-cta-row,.engage-btns{flex-direction:column;align-items:stretch;width:100%}
  .hero-btns .btn,.pdcu-cta-row .btn,.engage-btns .btn{width:100%;justify-content:center;text-align:center}
  .card{padding:24px}
  .card h3{font-size:18px;line-height:1.3}
  .card p{font-size:14px;line-height:1.7}
  .pdcu-head,.pdcu-tier-head,.fc{max-width:100%}
  .pdcu-copy,.pdcu-value-card,.pdcu-arch-card,.engage-card{padding:26px}
  .pdcu-copy h3,.pdcu-value-card h3,.pdcu-arch-card h3,.engage-copy .t-h2{font-size:24px}
  .pdcu-kicker,.pdcu-value-label,.pdcu-tier-name,.sec-label{line-height:1.5}
  .pdcu-metric strong{font-size:24px}
  .pdcu-tier-card ul{padding-left:16px}
  .pdcu-visual{height:160px;min-height:160px;max-height:160px}
  .pdcu-image{object-position:center center;object-fit:cover}
  .engage-item{padding:16px 16px}
  .contact-grid{gap:18px}
  .c-form{padding:22px}
  .c-form input,.c-form select,.c-form textarea{font-size:16px}
  .c-stats{grid-template-columns:1fr 1fr;gap:12px}
  .chat-widget{bottom:18px;right:18px}
}
@media (max-width: 480px){
  header{padding:0 16px}
  .section{padding:56px 16px}
  .hero-h1{font-size:clamp(30px,11vw,42px);line-height:1.05}
  .hero-p,.t-p{font-size:14px}
  .live-badge{padding:8px 10px;font-size:10px}
  .cards-grid,.pdcu-metrics,.pdcu-value-grid,.pdcu-arch-grid,.engage-grid,.contact-grid{gap:12px}
  .card,.pdcu-copy,.pdcu-value-card,.pdcu-arch-card,.pdcu-tier-card,.engage-card,.c-form{padding:20px}
  .pdcu-copy h3,.pdcu-value-card h3,.pdcu-arch-card h3,.engage-copy .t-h2{font-size:22px}
  .pdcu-visual{height:120px;min-height:120px;max-height:120px;border-radius:18px}
  .pdcu-metric{padding:18px 14px}
  .pdcu-metric strong{font-size:22px}
  .pdcu-metric span{font-size:11px;letter-spacing:.06em}
  .pdcu-points li,.pdcu-tier-sub,.engage-item span{font-size:13px}
  .c-stats{grid-template-columns:1fr}
  .chat-panel{width:calc(100vw - 24px);right:-2px;bottom:62px;height:min(70vh,440px)}
}

/* ---- PDCU MOBILE OVERRIDE ---- */

@media (max-width: 768px){
  .pdcu-hero{grid-template-columns:1fr!important;gap:16px!important}
  .pdcu-copy{order:1}
  .pdcu-visual{order:2;height:140px!important;min-height:140px!important;max-height:140px!important;overflow:hidden!important;border-radius:18px}
  .pdcu-image{display:block;width:100%!important;height:140px!important;min-height:140px!important;max-height:140px!important;object-fit:contain!important;object-position:center center!important;background:#0a0f14!important}
}
@media (max-width: 480px){
  .pdcu-hero{gap:14px!important}
  .pdcu-visual{height:96px!important;min-height:96px!important;max-height:96px!important;border-radius:16px}
  .pdcu-image{height:96px!important;min-height:96px!important;max-height:96px!important}
}


/* ---- PDCU TYPOGRAPHY NORMALIZE ---- */
.pdcu-copy,.pdcu-copy h3,.pdcu-copy p,.pdcu-copy li,
.pdcu-value-card,.pdcu-value-card h3,.pdcu-value-card p,.pdcu-value-grid strong,.pdcu-value-grid span,
.pdcu-tier-card,.pdcu-tier-card h3,.pdcu-tier-card p,.pdcu-tier-card li,
.pdcu-arch-card,.pdcu-arch-card h3,.pdcu-arch-grid strong,.pdcu-arch-grid span,
.pdcu-metric strong,.pdcu-metric span{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
}


/* ---- MOBILE CONSISTENCY PASS ---- */
@media (max-width: 768px){
  :root{--mobile-pad:18px}
  .section{padding:52px var(--mobile-pad)!important;gap:14px}
  .section--hero{padding:84px var(--mobile-pad) 40px!important}
  .fc{margin:0 auto 20px!important;max-width:100%!important}
  .sec-label{font-size:10px;letter-spacing:3px;margin-bottom:10px}
  .t-h2{font-size:34px;line-height:1.05;margin-bottom:12px}
  .t-p{font-size:15px;line-height:1.72;max-width:100%}
  .hero-center{gap:16px}
  .hero-p{max-width:100%;font-size:15px;line-height:1.72}
  .hero-btns .btn,.pdcu-cta-row .btn,.engage-btns .btn{min-height:48px;padding:14px 18px;border-radius:16px}
  .card,.pdcu-copy,.pdcu-value-card,.pdcu-arch-card,.pdcu-tier-card,.engage-card,.c-form{padding:20px!important;border-radius:20px}
  .cards-grid,.pdcu-metrics,.pdcu-value-grid,.pdcu-arch-grid,.engage-grid,.contact-grid{gap:14px!important}
  .card h3,.pdcu-copy h3,.pdcu-value-card h3,.pdcu-arch-card h3,.engage-copy .t-h2{font-size:22px!important;line-height:1.12}
  .card p,.pdcu-copy p,.pdcu-value-card>p,.pdcu-tier-sub,.engage-item span,.t-p,.hero-p{font-size:14px!important;line-height:1.72}
  .pdcu-head,.pdcu-tier-head,#contact .fc,.engage-copy{text-align:left}
  .pdcu-head .t-p,.pdcu-tier-head .t-p,#contact .t-p{margin:0;max-width:none}
  .pdcu-hero{grid-template-columns:1fr!important;gap:14px!important}
  .pdcu-copy{order:1;text-align:left}
  .pdcu-visual{order:2;height:128px!important;min-height:128px!important;max-height:128px!important;border-radius:18px!important}
  .pdcu-image{height:128px!important;min-height:128px!important;max-height:128px!important;width:100%!important;object-fit:contain!important;object-position:center center!important;background:#0a0f14!important}
  .pdcu-points{gap:10px;margin:18px 0 20px}
  .pdcu-points li{padding-left:16px;font-size:13px!important;line-height:1.68}
  .pdcu-value-grid,.pdcu-arch-grid,.cards-grid.cols-3.pdcu-tiers,.contact-grid,.engage-layout{grid-template-columns:1fr!important}
  .pdcu-metrics{grid-template-columns:1fr 1fr!important}
  .pdcu-metric{padding:16px 12px;border-radius:16px}
  .pdcu-metric strong{font-size:20px!important;margin-bottom:6px}
  .pdcu-metric span{font-size:10px!important;letter-spacing:.05em}
  .pdcu-tier-card ul{padding-left:16px;gap:8px}
  .engage-card{padding:22px!important}
  .engage-item{padding:14px 15px;border-radius:16px}
  #contact .fc{margin-bottom:16px!important}
  .contact-grid{align-items:stretch}
  .c-form{gap:14px}
  .c-row{grid-template-columns:1fr!important;gap:14px}
  .c-form input,.c-form select,.c-form textarea{font-size:16px;padding:14px 15px}
  .c-stats{grid-template-columns:1fr 1fr;gap:12px}
  .footer-inner{padding:28px var(--mobile-pad)!important}
}
@media (max-width: 480px){
  .section{padding:46px 16px!important}
  .section--hero{padding:76px 16px 34px!important}
  .t-h2{font-size:30px}
  .hero-h1{font-size:clamp(30px,10.5vw,40px)!important;line-height:1.03}
  .hero-tag{font-size:10px;letter-spacing:3px}
  .hero-p,.t-p{font-size:13px!important;line-height:1.68}
  .cards-grid,.pdcu-metrics,.pdcu-value-grid,.pdcu-arch-grid,.engage-grid,.contact-grid{gap:12px!important}
  .card,.pdcu-copy,.pdcu-value-card,.pdcu-arch-card,.pdcu-tier-card,.engage-card,.c-form{padding:18px!important;border-radius:18px}
  .pdcu-copy h3,.pdcu-value-card h3,.pdcu-arch-card h3,.engage-copy .t-h2,.card h3{font-size:20px!important}
  .pdcu-visual{height:88px!important;min-height:88px!important;max-height:88px!important;border-radius:16px!important}
  .pdcu-image{height:88px!important;min-height:88px!important;max-height:88px!important}
  .pdcu-metrics{grid-template-columns:1fr!important}
  .c-stats{grid-template-columns:1fr!important}
  .live-badge{font-size:10px;line-height:1.45;padding:8px 10px}
}
