/* ── FRONTPIPE v3 ── */
:root {
  --bg:#FAFBFF;--white:#FFFFFF;--surface:#EEF2FF;--surface2:#E0E7FF;
  --blue:#1D4ED8;--blue-mid:#2563EB;--blue-lt:#3B82F6;--cyan:#0EA5E9;
  --text:#0A0F1E;--muted:#4B5563;--muted2:#9CA3AF;
  --border:rgba(29,78,216,0.10);--border2:rgba(29,78,216,0.18);
  --nav-h:100px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Nunito',sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:12px 52px;background:#fff;border-bottom:1px solid var(--border2);min-height:var(--nav-h)}
.nav-logo img{height:76px;width:auto;display:block}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);transition:color 0.2s}
.nav-links a:hover{color:var(--blue)}
.nav-cta{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:10px 20px;background:var(--blue);color:#fff;border-radius:3px;transition:background 0.2s}
.nav-cta:hover{background:var(--blue-lt)}

/* ── FOOTER ── */
footer{background:#fff;border-top:1px solid var(--border2);padding:52px 0}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 52px}
.footer-logo img{height:52px;width:auto}
.footer-links{display:flex;gap:24px;list-style:none;flex-wrap:wrap}
.footer-links a{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);transition:color 0.2s}
.footer-links a:hover{color:var(--blue)}
.footer-copy{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.06em;color:var(--muted2)}

/* ── CONTAINER ── */
.container{max-width:1200px;margin:0 auto;padding:0 52px}

/* ── TYPOGRAPHY ── */
.sec-label{font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--blue);margin-bottom:16px;display:flex;align-items:center;gap:12px}
.sec-label::before{content:'';width:20px;height:1px;background:var(--blue)}
.sec-label.center{justify-content:center}
.sec-label.center::before{display:none}
.sec-label.light{color:rgba(255,255,255,0.50)}
.sec-label.light::before{background:rgba(255,255,255,0.30)}
h2.sec-head{font-family:'Rajdhani',sans-serif;font-size:clamp(30px,3.5vw,52px);font-weight:700;line-height:0.96;letter-spacing:-0.02em;color:var(--text)}
h2.sec-head em{font-style:italic;color:var(--blue)}
h2.sec-head .dim{font-style:italic;color:var(--muted2)}
h2.sec-head.light{color:#fff}
h2.sec-head.light em{color:var(--cyan)}

/* ── BUTTONS ── */
.btn-primary{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:14px 28px;background:var(--blue);color:#fff;border-radius:3px;transition:all 0.2s;display:inline-block;border:none;cursor:pointer}
.btn-primary:hover{background:var(--blue-lt);transform:translateY(-2px)}
.btn-ghost{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.06em;color:var(--blue);border-bottom:1px solid rgba(29,78,216,0.30);padding-bottom:2px;transition:all 0.2s}
.btn-ghost:hover{border-color:var(--blue)}
.btn-white{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:14px 28px;background:#fff;color:var(--blue);border-radius:3px;transition:all 0.2s;display:inline-block}
.btn-white:hover{background:var(--cyan);color:#fff;transform:translateY(-2px)}
.btn-outline{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.06em;text-transform:uppercase;padding:13px 28px;border:1px solid rgba(255,255,255,0.35);color:rgba(255,255,255,0.80);border-radius:3px;transition:all 0.2s;display:inline-block}
.btn-outline:hover{border-color:rgba(255,255,255,0.80);color:#fff}

/* ── INNER PAGE HERO ── */
.page-hero{padding:calc(var(--nav-h) + 40px) 0 72px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}
.page-hero .dotgrid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(29,78,216,0.12) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 80% 80% at 60% 30%,black 20%,transparent 90%)}
.page-hero .glow{position:absolute;top:-100px;right:-100px;width:700px;height:700px;background:radial-gradient(ellipse,rgba(59,130,246,0.09) 0%,transparent 65%);pointer-events:none}
.page-hero-inner{position:relative}
.page-hero .badge{display:inline-flex;align-items:center;gap:10px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue);background:rgba(29,78,216,0.07);border:1px solid rgba(29,78,216,0.20);border-radius:3px;padding:6px 14px;margin-bottom:24px}
.page-hero .badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--cyan);animation:pulse 2s ease-in-out infinite}
.page-hero h1{font-family:'Rajdhani',sans-serif;font-size:clamp(40px,5.5vw,72px);font-weight:700;line-height:0.94;letter-spacing:-0.02em;color:var(--text);margin-bottom:20px;max-width:800px}
.page-hero h1 em{font-style:italic;color:var(--blue)}
.page-hero .sub{font-size:17px;color:var(--muted);max-width:580px;line-height:1.75;margin-bottom:36px}
.page-hero .sub strong{color:var(--text);font-weight:600}

/* ── TICKER ── */
.ticker-wrap{background:var(--blue);padding:14px 0;overflow:hidden;white-space:nowrap}
.ticker-track{display:inline-flex;animation:ticker 35s linear infinite}
.ticker-item{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.80);padding:0 36px}
.ticker-sep{color:var(--cyan)}

/* ── CONTENT SECTIONS ── */
.content-section{padding:80px 0;border-bottom:1px solid var(--border)}
.content-section.bg-white{background:#fff}
.content-section.bg-surface{background:var(--surface)}

/* ── GRIDS ── */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

/* ── STEPS ── */
.steps{display:flex;flex-direction:column}
.step{display:flex;gap:28px;padding:32px 0;border-bottom:1px solid var(--border)}
.step:last-child{border-bottom:none}
.step-num{font-family:'Orbitron',monospace;font-size:28px;font-weight:900;color:rgba(29,78,216,0.15);line-height:1;flex-shrink:0;width:52px;padding-top:4px}
.step-body h3{font-family:'Rajdhani',sans-serif;font-size:21px;font-weight:700;color:var(--text);margin-bottom:8px}
.step-body p{font-size:14.5px;color:var(--muted);line-height:1.75}

/* ── TIMELINE ── */
.timeline{display:flex;flex-direction:column;position:relative}
.timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:1px;background:rgba(29,78,216,0.15)}
.tl-item{display:flex;gap:20px;padding:24px 0}
.tl-dot{width:41px;height:41px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;color:#fff;position:relative;z-index:1}
.tl-body h4{font-family:'Rajdhani',sans-serif;font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}
.tl-body p{font-size:14px;color:var(--muted);line-height:1.7}

/* ── FAQ ACCORDION ── */
.faq{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border2)}
.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;text-align:left}
.faq-question span{font-family:'Rajdhani',sans-serif;font-size:18px;font-weight:700;color:var(--text);line-height:1.3}
.faq-icon{width:20px;height:20px;flex-shrink:0;color:var(--blue);transition:transform 0.3s ease}
.faq-question[aria-expanded="true"] .faq-icon{transform:rotate(180deg)}
.faq-answer{overflow:hidden;max-height:0;transition:max-height 0.35s ease}
.faq-answer p{font-size:14.5px;color:var(--muted);line-height:1.78;padding-bottom:22px}

/* ── FEATURE GRID ── */
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature-item{background:#fff;border:1px solid var(--border2);border-radius:8px;padding:28px}
.feature-item h4{font-family:'Rajdhani',sans-serif;font-size:17px;font-weight:700;color:var(--text);margin-bottom:8px}
.feature-item p{font-size:13.5px;color:var(--muted);line-height:1.7}

/* ── HIGHLIGHT BOX ── */
.highlight-box{background:linear-gradient(135deg,var(--surface) 0%,var(--surface2) 100%);border:1px solid var(--border2);border-radius:12px;padding:36px}
.highlight-box h3{font-family:'Rajdhani',sans-serif;font-size:24px;font-weight:700;color:var(--text);margin-bottom:12px}
.highlight-box p{font-size:15px;color:var(--muted);line-height:1.75}

/* ── CHECK LIST ── */
.check-list{list-style:none;display:flex;flex-direction:column;gap:11px}
.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;color:var(--muted);line-height:1.55}
.check-list li::before{content:'✓';font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--blue);flex-shrink:0;margin-top:1px}
.check-list li strong{color:var(--text)}

/* ── GUARANTEE BOX ── */
.gbox{background:var(--bg);border:1px solid var(--border2);border-radius:10px;overflow:hidden}
.gbox-head{background:var(--blue);padding:15px 28px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.65)}
.g-row{display:flex;align-items:flex-start;gap:14px;padding:16px 28px;border-bottom:1px solid var(--border);transition:background 0.2s}
.g-row:last-child{border-bottom:none}
.g-row:hover{background:var(--surface)}
.g-check{width:22px;height:22px;border-radius:50%;background:rgba(29,78,216,0.10);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--blue);font-weight:600;margin-top:1px}
.g-text strong{display:block;font-family:'Rajdhani',sans-serif;font-size:15px;font-weight:700;color:var(--text);margin-bottom:2px;line-height:1.3}
.g-text span{font-size:13px;color:var(--muted);line-height:1.5}

/* ── NUMBERS BAND ── */
.numbers-band{padding:72px 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border2);border:1px solid var(--border2);border-radius:6px;overflow:hidden}
.num-item{background:#fff;padding:44px 28px;text-align:center;transition:background 0.2s}
.num-item:hover{background:var(--surface)}
.num-val{font-family:'Orbitron',monospace;font-size:40px;font-weight:900;color:var(--blue);line-height:1;margin-bottom:10px}
.num-val sup{font-size:20px}
.num-label{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.06em;color:var(--muted);max-width:140px;margin:0 auto;line-height:1.55}

/* ── CTA BAND ── */
.cta-band{padding:90px 0;background:var(--blue);text-align:center;position:relative;overflow:hidden}
.cta-band .dotgrid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,0.12) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}
.cta-band-inner{position:relative}
.cta-band h2{font-family:'Rajdhani',sans-serif;font-size:clamp(32px,4.5vw,60px);font-weight:700;line-height:0.95;letter-spacing:-0.02em;color:#fff;margin-bottom:16px}
.cta-band h2 em{font-style:italic;color:var(--cyan)}
.cta-band p{font-size:17px;color:rgba(255,255,255,0.65);max-width:480px;margin:0 auto 36px;line-height:1.75}
.cta-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}

/* ── COMPARISON TABLE ── */
.compare-table{width:100%;border:1px solid var(--border2);border-radius:10px;overflow:hidden}
.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid var(--border)}
.compare-row:last-child{border-bottom:none}
.compare-row.header-row{background:var(--surface)}
.compare-cell{padding:13px 20px;font-size:13px;color:var(--muted);display:flex;align-items:center}
.compare-cell.head{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.12em;color:var(--blue);text-transform:uppercase}
.compare-cell.featured{background:rgba(29,78,216,0.04);color:var(--blue);font-weight:600}
.compare-cell.tick{justify-content:center;font-family:'IBM Plex Mono',monospace}

/* ── CARDS ── */
.card{background:#fff;border:1px solid var(--border2);border-radius:8px;padding:32px;transition:box-shadow 0.25s,transform 0.25s}
.card:hover{box-shadow:0 10px 36px rgba(29,78,216,0.09);transform:translateY(-3px)}
.card.accent-top{border-top:3px solid var(--blue)}
.card h3{font-family:'Rajdhani',sans-serif;font-size:19px;font-weight:700;color:var(--text);margin-bottom:10px}
.card p{font-size:14px;color:var(--muted);line-height:1.75}
.mono{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.16em;text-transform:uppercase;color:var(--muted2)}

/* ── BLOG ── */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:#fff;border:1px solid var(--border2);border-radius:8px;overflow:hidden;transition:box-shadow 0.25s,transform 0.25s;display:flex;flex-direction:column}
.blog-card:hover{box-shadow:0 10px 36px rgba(29,78,216,0.09);transform:translateY(-3px)}
.blog-card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.blog-card-tag{font-family:'IBM Plex Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue);background:rgba(29,78,216,0.08);padding:3px 8px;border-radius:3px;display:inline-block;margin-bottom:10px}
.blog-card h3{font-family:'Rajdhani',sans-serif;font-size:17px;font-weight:700;line-height:1.2;color:var(--text);margin-bottom:8px}
.blog-card p{font-size:13px;color:var(--muted);line-height:1.7;flex:1}
.blog-card-meta{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.05em;color:var(--muted2);margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}
.blog-card-link{display:block;color:inherit}

/* ── POST ── */
.post-hero{padding:calc(var(--nav-h) + 36px) 0 52px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.post-hero .dotgrid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(29,78,216,0.10) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 70% 80% at 50% 30%,black 20%,transparent 90%)}
.post-hero-inner{position:relative;max-width:760px}
.post-hero h1{font-family:'Rajdhani',sans-serif;font-size:clamp(32px,4.5vw,54px);font-weight:700;line-height:1.0;letter-spacing:-0.02em;color:var(--text);margin-bottom:18px}
.post-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.post-meta span{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.07em;color:var(--muted2)}
.post-meta .tag{background:rgba(29,78,216,0.08);color:var(--blue);padding:3px 9px;border-radius:3px}
.post-layout{display:grid;grid-template-columns:1fr 300px;gap:64px;align-items:start}
.post-body-wrap{padding:60px 0 90px}
.post-content p{font-size:16.5px;color:var(--muted);line-height:1.85;margin-bottom:22px}
.post-content p strong{color:var(--text);font-weight:600}
.post-content h2{font-family:'Rajdhani',sans-serif;font-size:30px;font-weight:700;color:var(--text);margin:44px 0 14px;letter-spacing:-0.01em}
.post-content h3{font-family:'Rajdhani',sans-serif;font-size:22px;font-weight:700;color:var(--text);margin:32px 0 10px}
.post-content ul,.post-content ol{margin:0 0 22px 20px;color:var(--muted);font-size:15.5px;line-height:1.85}
.post-content li{margin-bottom:8px}
.post-content blockquote{border-left:3px solid var(--blue);padding:18px 22px;background:var(--surface);margin:32px 0;border-radius:0 6px 6px 0}
.post-content blockquote p{font-family:'Rajdhani',sans-serif;font-size:21px;font-weight:600;color:var(--text);margin:0;line-height:1.3}
.post-sidebar{position:sticky;top:calc(var(--nav-h) + 20px)}
.sidebar-card{background:#fff;border:1px solid var(--border2);border-radius:8px;padding:24px;margin-bottom:16px}
.sidebar-card h4{font-family:'Rajdhani',sans-serif;font-size:16px;font-weight:700;color:var(--text);margin-bottom:10px}
.sidebar-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:14px}
.sidebar-links{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:6px}
.sidebar-links li a{font-size:13px;color:var(--muted);display:flex;align-items:flex-start;gap:8px;line-height:1.4;transition:color 0.2s}
.sidebar-links li a:hover{color:var(--blue)}
.sidebar-links li a::before{content:'→';font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--blue);flex-shrink:0;margin-top:1px}

/* ── CONTACT FORM ── */
.form-group{margin-bottom:20px}
.form-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:7px}
.form-input,.form-select,.form-textarea{width:100%;background:#fff;border:1px solid var(--border2);border-radius:4px;padding:13px 15px;font-family:'Nunito',sans-serif;font-size:15px;color:var(--text);transition:border-color 0.2s;outline:none}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(29,78,216,0.08)}
.form-textarea{resize:vertical;min-height:110px}

/* ── DIAG (homepage) ── */
.diag-header{background:var(--blue);padding:14px 24px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.65);display:flex;align-items:center;gap:8px}
.diag-header::before{content:'●';color:var(--cyan);font-size:8px;animation:pulse 2s infinite}
.diag-row{display:flex;align-items:flex-start;gap:14px;padding:18px 24px;border-bottom:1px solid var(--border);transition:background 0.2s}
.diag-row:last-child{border-bottom:none}
.diag-row:hover{background:var(--surface)}
.diag-icon{width:36px;height:36px;border-radius:8px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.diag-body{flex:1}
.diag-body strong{display:block;font-family:'Rajdhani',sans-serif;font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}
.diag-body span{font-size:12px;color:var(--muted);line-height:1.5}
.diag-badge{font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:600;letter-spacing:0.10em;text-transform:uppercase;padding:4px 8px;border-radius:3px;white-space:nowrap;flex-shrink:0}
.b-ai{background:rgba(29,78,216,0.10);color:var(--blue)}
.b-hum{background:rgba(14,165,233,0.10);color:var(--cyan)}
.b-fp{background:rgba(29,78,216,0.06);color:var(--blue-lt)}
.b-res{background:rgba(16,185,129,0.10);color:#059669}

/* ── ABOUT EXPERTS ── */
.experts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.expert-card{background:#fff;border:1px solid var(--border2);border-top:3px solid var(--blue);border-radius:8px;padding:28px}
.expert-card .ex-icon{width:48px;height:48px;border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.expert-card h4{font-family:'Rajdhani',sans-serif;font-size:17px;font-weight:700;color:var(--text);margin-bottom:6px}
.expert-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* ── STACK CARDS (homepage) ── */
.sc-num{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.20em;color:var(--muted2);margin-bottom:20px}
.sc-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;background:var(--surface)}
.sc-tag{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;padding:3px 9px;border-radius:3px;margin-bottom:16px;background:var(--surface);color:var(--blue)}
.sc-corner{position:absolute;top:0;right:0;width:64px;height:64px;border-left:1px solid rgba(29,78,216,0.12);border-bottom:1px solid rgba(29,78,216,0.12);border-radius:0 8px 0 64px}
.sc-metrics{display:flex;flex-direction:column;gap:8px;padding-top:18px;border-top:1px solid var(--border)}
.sc-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);line-height:1.45}
.sc-row::before{content:'→';font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--blue-lt);flex-shrink:0;margin-top:1px}
.sc-row strong{color:var(--text);font-weight:600}
.featured-card{background:var(--blue);border-color:var(--blue)}
.featured-card .sc-num{color:rgba(255,255,255,0.40)}
.featured-card .sc-icon{background:rgba(255,255,255,0.15)}
.featured-card h3,.featured-card .sc-row strong{color:#fff}
.featured-card p,.featured-card .sc-row{color:rgba(255,255,255,0.70)}
.featured-card .sc-tag{background:rgba(255,255,255,0.15);color:rgba(255,255,255,0.80)}
.featured-card .sc-metrics{border-top-color:rgba(255,255,255,0.15)}
.featured-card .sc-row::before{color:var(--cyan)}
.featured-card .sc-corner{border-color:rgba(255,255,255,0.12)}

/* ── ANIMATIONS ── */
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.4;transform:scale(0.7)}}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes barFill{from{transform:scaleX(0)}to{transform:scaleX(1)}}

/* ── RESPONSIVE ── */
@media(max-width:1280px){
  nav{padding:12px 32px}
  .container{padding:0 32px}
  .footer-inner{padding:0 32px}
  .hero-panel{right:32px;width:280px}
}
@media(max-width:1100px){
  .hero-panel{display:none}
  .hero-content{max-width:100%}
  .hero h1{font-size:clamp(48px,6vw,80px)}
}
@media(max-width:960px){
  nav{padding:12px 24px}
  .nav-links{gap:18px}
  .container{padding:0 24px}
  .footer-inner{padding:0 24px}
  .two-col{grid-template-columns:1fr;gap:40px}
  .three-col{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .numbers-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr}
  .experts-grid{grid-template-columns:repeat(2,1fr)}
  .post-layout{grid-template-columns:1fr}
  .post-sidebar{display:none}
}
@media(max-width:720px){
  nav{padding:10px 20px}
  .nav-logo img{height:52px}
  .nav-links{display:none}
  .container{padding:0 20px}
  .footer-inner{padding:0 20px;flex-direction:column;text-align:center}
  .footer-links{justify-content:center}
  .three-col{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .numbers-grid{grid-template-columns:repeat(2,1fr)}
  .experts-grid{grid-template-columns:1fr}
  .prob-cards,.stack-grid{grid-template-columns:1fr}
  .two-col{gap:32px}
  .ind-grid{grid-template-columns:1fr}
  .hero{padding:130px 20px 60px}
  .hero-stats{gap:28px;flex-wrap:wrap}
  .content-section{padding:56px 0}
  .cta-band{padding:64px 0}
  .page-hero{padding:calc(var(--nav-h) + 20px) 0 52px}
}
@media(max-width:480px){
  .nav-logo img{height:44px}
  .numbers-grid{grid-template-columns:1fr 1fr}
  .feature-grid{grid-template-columns:1fr}
  h2.sec-head{font-size:clamp(26px,7vw,38px)}
}

/* ── TRUST LOGO BAR ── */
.trust-bar{display:flex;align-items:center;gap:28px;padding:20px 0 0;flex-wrap:wrap}
.trust-bar-label{font-family:'IBM Plex Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:var(--muted2);white-space:nowrap}
.trust-bar img{height:26px;width:auto;opacity:0.55;filter:grayscale(100%);transition:opacity 0.2s,filter 0.2s}
.trust-bar img:hover{opacity:0.85;filter:grayscale(40%)}

/* ── HERO GUARANTEE TAGLINE ── */
.hero-guarantee{display:flex;align-items:center;gap:8px;margin-top:12px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.06em;color:var(--muted2)}
.hero-guarantee .g-dot{width:7px;height:7px;border-radius:50%;background:#22C55E;flex-shrink:0}

/* ── INC 5000 SECTION ── */
.inc-section{display:grid;grid-template-columns:auto 1fr;gap:64px;align-items:center;max-width:900px}
.inc-logo-side{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0}
.inc-logo-side img{width:220px;height:auto}
.inc-text-side h2{font-family:'Rajdhani',sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:0.96;letter-spacing:-0.02em;color:var(--text);margin-bottom:16px}
.inc-text-side p{font-size:16px;color:var(--muted);line-height:1.78;margin-bottom:12px}
.inc-metrics{display:flex;gap:36px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}
.inc-metric strong{display:block;font-family:'Orbitron',monospace;font-size:26px;font-weight:900;color:var(--blue);line-height:1;margin-bottom:4px}
.inc-metric span{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.08em;color:var(--muted2)}

/* ── DIY COMPARISON ── */
.diy-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}
.diy-col{border-radius:10px;overflow:hidden}
.diy-col-head{padding:14px 24px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:0.16em;text-transform:uppercase}
.diy-col.them .diy-col-head{background:#FEF2F2;color:#EF4444}
.diy-col.us .diy-col-head{background:var(--blue);color:rgba(255,255,255,0.80)}
.diy-col-body{border:1px solid var(--border2);border-top:none;border-radius:0 0 10px 10px}
.diy-row{display:flex;align-items:flex-start;gap:10px;padding:14px 24px;border-bottom:1px solid var(--border);font-size:14px;line-height:1.5}
.diy-row:last-child{border-bottom:none}
.diy-row .di{font-family:'IBM Plex Mono',monospace;font-size:12px;flex-shrink:0;margin-top:1px}
.diy-col.them .di{color:#EF4444}
.diy-col.us .di{color:#22C55E}
.diy-col.them .diy-row{color:var(--muted)}
.diy-col.us .diy-row{color:var(--text)}
.diy-col.us .diy-row strong{color:var(--blue)}

/* ── FOOTER AWARD LOGOS ── */
.footer-awards{border-top:1px solid var(--border);margin-top:32px;padding-top:28px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:space-between}
.footer-awards img{height:28px;width:auto;opacity:0.50;filter:grayscale(100%);transition:opacity 0.2s}
.footer-awards img:hover{opacity:0.80}
.footer-contact{display:flex;gap:28px;flex-wrap:wrap;align-items:center}
.footer-contact a{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.07em;color:var(--muted);transition:color 0.2s;display:flex;align-items:center;gap:6px}
.footer-contact a:hover{color:var(--blue)}

/* ── PRICE SIGNAL BANNER ── */
.price-signal{background:var(--surface);border:1px solid var(--border2);border-radius:6px;padding:12px 20px;display:inline-flex;align-items:center;gap:12px;font-size:14px;color:var(--muted);margin-top:20px}
.price-signal strong{color:var(--text);font-weight:600}
.price-signal .ps-dot{font-family:'IBM Plex Mono',monospace;font-size:10px;color:var(--muted2)}

@media(max-width:960px){
  .inc-section{grid-template-columns:1fr;gap:32px;text-align:center}
  .inc-logo-side{align-items:center}
  .inc-metrics{justify-content:center}
  .diy-grid{grid-template-columns:1fr;gap:16px}
}

/* ══ MOBILE FIXES v3 ══ */

/* Fix check-list — replace flex with absolute-positioned tick */
.check-list li{position:relative;padding-left:22px;display:block;font-size:14.5px;color:var(--muted);line-height:1.65;margin-bottom:2px}
.check-list li::before{content:'✓';font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--blue);position:absolute;left:0;top:2px;flex-shrink:unset}
.check-list li strong{color:var(--text);font-weight:600}

/* Fix ind-r metric display */
.ind-r strong{white-space:nowrap}

/* ── HAMBURGER / MOBILE NAV ── */
.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px 4px;margin-right:-4px}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all 0.3s ease;transform-origin:center}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:720px){
  /* Show hamburger, hide desktop nav links */
  .nav-hamburger{display:flex}
  nav{padding:0 20px}
  .nav-logo img{height:52px}
  
  /* Mobile nav drawer */
  .nav-links{
    display:none;
    position:fixed;
    top:var(--nav-h);
    left:0;right:0;
    background:#fff;
    border-bottom:1px solid var(--border2);
    flex-direction:column;
    gap:0;
    padding:8px 0 16px;
    box-shadow:0 8px 40px rgba(0,0,0,0.10);
    z-index:99;
  }
  .nav-links.open{display:flex}
  .nav-links li{border-bottom:1px solid var(--border)}
  .nav-links a{display:block;padding:14px 24px;font-size:12px;letter-spacing:0.10em;color:var(--text)}
  .nav-links a:hover{color:var(--blue);background:var(--surface)}

  /* Hero */
  .hero{padding:120px 0 60px}
  .hero-inner{padding:0 20px;grid-template-columns:1fr;gap:32px}
  .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 12px}
  .stat-val{font-size:22px}
  .stat-label{font-size:9px}
  .hero-guarantee{font-size:10px;flex-wrap:wrap;gap:5px}
  .trust-bar{gap:16px;padding:16px 0 0}
  .trust-bar img{height:20px}
  .trust-bar-label{font-size:8px}

  /* Industry cards — force single col, prevent overflow */
  .ind-grid{grid-template-columns:1fr !important;display:grid !important}
  .ind-card{padding:28px 24px}
  .ind-card h3{font-size:20px}
  .ind-r strong{font-size:16px}
  .ind-results{gap:20px}

  /* Content sections */
  .content-section{padding:56px 0}
  .two-col,.phil-inner,.prob-header,.guar-inner,.guarantee-inner{grid-template-columns:1fr;gap:32px}
  .three-col,.stack-grid,.prob-cards,.experts-grid,.diy-grid,.feature-grid,.value-grid{grid-template-columns:1fr}

  /* Numbers */
  .numbers-grid{grid-template-columns:1fr 1fr}
  .num-val{font-size:32px}

  /* Blog */
  .post-layout{grid-template-columns:1fr}
  .post-sidebar{display:none}

  /* Inc section */
  .inc-section{grid-template-columns:1fr;gap:24px;text-align:center}
  .inc-logo-side img{width:160px}
  .inc-metrics{justify-content:center;gap:20px}

  /* Footer */
  .footer-inner{flex-direction:column;gap:16px;text-align:center;padding:0 20px}
  .footer-links{justify-content:center}
  .footer-contact{justify-content:center}
  .footer-awards{flex-direction:column;gap:16px;padding:20px}
  .footer-awards>div{justify-content:center}

  /* Misc */
  .cta-actions{flex-direction:column;align-items:stretch}
  .cta-actions a{text-align:center}
  .cta-band{padding:56px 0}
  .page-hero{padding:calc(var(--nav-h) + 20px) 0 44px}
  .page-hero h1{font-size:clamp(36px,9vw,56px)}
  .container{padding:0 20px}
  .diy-grid{gap:12px}
  .price-signal{flex-direction:column;align-items:flex-start;gap:8px;font-size:13px}
}

@media(max-width:420px){
  .hero-stats{grid-template-columns:1fr 1fr}
  .numbers-grid{grid-template-columns:1fr 1fr}
  .inc-metrics{flex-direction:column;gap:12px}
}
