:root{
  --blue:#000000;
  --blue2:#000000;
  --blue3:#1a1a1a;
  --blue4:#666666;
  --blue-light:#f4f4f4;
  --blue-bg:#0a0a0a;
  --dark:#0a1428;
  --dark2:#152340;
  --white:#ffffff;
  --gray-50:#f8fafc;
  --gray-100:#f1f5f9;
  --gray-200:#e2e8f0;
  --gray-300:#cbd5e1;
  --gray-400:#94a3b8;
  --gray-500:#64748b;
  --gray-600:#475569;
  --gray-700:#334155;
  --gray-800:#1e293b;
  --gray-900:#0f172a;
  --font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --mw:1240px;
  --tr:0.25s cubic-bezier(0.4,0,0.2,1);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-feature-settings:'cv11','ss01'}
a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}
.c{max-width:var(--mw);margin:0 auto;padding:0 2rem}
.nl{cursor:pointer}

/* ===== NAV ===== */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);transition:var(--tr)}
.ni{max-width:var(--mw);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{cursor:pointer;display:flex;align-items:center;gap:0.5rem}
.logo-mark{display:none}
.logo-text{font-family:'Big Shoulders Display',sans-serif;font-size:1.85rem;font-weight:900;color:var(--gray-900);letter-spacing:0.05em;line-height:1;position:relative;padding-bottom:6px}
.logo-text::after{content:'INFRASTRUCTURE';position:absolute;bottom:-8px;left:0;right:0;font-family:'Inter',sans-serif;font-size:0.42rem;font-weight:500;letter-spacing:0.25em;color:var(--gray-500);text-align:center}
.nls{display:flex;align-items:center;gap:2.25rem}
.nls .nl{font-size:0.9rem;font-weight:500;color:var(--gray-600);transition:var(--tr)}
.nls .nl:hover,.nls .nl.active{color:var(--gray-900)}
.nc{background:var(--blue2)!important;color:white!important;padding:0.6rem 1.25rem;border-radius:8px;font-size:0.85rem;font-weight:600;transition:var(--tr);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.nc:hover{background:var(--gray-800)!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}
.mt{display:none;flex-direction:column;gap:5px;padding:4px}
.mt span{width:22px;height:2px;background:var(--gray-800)}
.mm{display:none;position:fixed;top:72px;left:0;right:0;background:white;padding:1.5rem 2rem;border-bottom:1px solid var(--gray-200);flex-direction:column;gap:1rem}
.mm.open{display:flex}
.mm .nl{font-size:0.95rem;color:var(--gray-700);padding:0.6rem 0;border-bottom:1px solid var(--gray-100);font-weight:500}

/* ===== HERO ===== */
.hero{padding:9rem 0 6rem;background:var(--gray-900);color:white;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at top right,rgba(255,255,255,0.05) 0%,transparent 60%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:0;left:0;width:60%;height:60%;background:radial-gradient(ellipse at bottom left,rgba(255,255,255,0.03) 0%,transparent 60%);pointer-events:none}
.hero .c{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.15);border-radius:50px;padding:0.4rem 0.9rem;font-size:0.78rem;font-weight:500;color:rgba(255,255,255,0.8);margin-bottom:1.75rem}
.hero-badge .dot{width:6px;height:6px;background:white;border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
.hero h1{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:0.02em;margin-bottom:1.5rem;text-transform:uppercase}
.hero h1 span{color:var(--gray-400);font-style:italic;font-weight:700}
.hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:2.5rem;max-width:560px;font-weight:400}
.hero-btns{display:flex;gap:0.75rem;flex-wrap:wrap}
.btn{padding:0.85rem 1.75rem;font-size:0.9rem;font-weight:600;transition:var(--tr);cursor:pointer;border:none;display:inline-flex;align-items:center;gap:0.5rem;border-radius:8px;letter-spacing:-0.01em}
.btn-p{background:var(--blue2);color:white;box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.btn-p:hover{background:var(--gray-800);transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,0.25)}
.btn-o{background:rgba(255,255,255,0.05);color:white;border:1px solid rgba(255,255,255,0.15)}
.btn-o:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.25)}
.btn-w{background:white;color:var(--gray-900);font-weight:700}
.btn-w:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,0.15)}
.btn-l{background:transparent;color:var(--blue2);padding:0.5rem 0;font-weight:600}
.btn-l:hover{gap:0.7rem}

/* HERO VISUAL */
.hero-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,0.3)}
.hero-card-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.08);margin-bottom:1.5rem}
.hero-card-head .title{font-size:0.85rem;color:rgba(255,255,255,0.6)}
.hero-card-head .status{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.78rem;color:#4ade80}
.hero-card-head .status .d{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}
.hero-stat{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,0.05)}
.hero-stat:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.hero-stat .label{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255,255,255,0.4);margin-bottom:0.3rem}
.hero-stat .value{font-size:1.5rem;font-weight:700;color:white;letter-spacing:-0.02em}
.hero-stat .value span{font-size:0.78rem;font-weight:500;color:#4ade80;margin-left:0.5rem}

/* ===== LOGO BAR ===== */
.logos{background:var(--gray-50);padding:3rem 0;border-bottom:1px solid var(--gray-200)}
.logos p{text-align:center;font-size:0.8rem;color:var(--gray-500);margin-bottom:1.75rem;font-weight:500;letter-spacing:0.05em}
.logos-row{display:flex;justify-content:center;align-items:center;gap:3.5rem;flex-wrap:wrap;opacity:0.55}
.logos-row span{font-size:1.05rem;font-weight:700;color:var(--gray-700);letter-spacing:-0.01em}

/* ===== SECTIONS ===== */
section{padding:6rem 0}
.sec-head{margin-bottom:4rem}
.sec-head.center{text-align:center}
.sec-head.center .sec-sub{margin:0 auto}
.sec-tag{display:inline-block;font-size:0.78rem;font-weight:600;color:var(--gray-900);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.85rem;padding-left:1rem;border-left:2px solid var(--gray-900)}
.sec-title{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:0.02em;color:var(--gray-900);margin-bottom:1rem;text-transform:uppercase}
.sec-sub{font-size:1.1rem;color:var(--gray-600);max-width:600px;line-height:1.7;font-weight:400}

/* ===== CAPABILITIES ===== */
.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cap-card{background:white;border:1px solid var(--gray-200);border-radius:12px;padding:2rem;transition:var(--tr)}
.cap-card:hover{border-color:var(--gray-900);box-shadow:0 12px 30px rgba(0,0,0,0.08);transform:translateY(-3px)}
.cap-icon{width:48px;height:48px;border-radius:10px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--gray-900)}
.cap-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cap-card h3{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:0.6rem;letter-spacing:-0.01em}
.cap-card p{font-size:0.92rem;color:var(--gray-600);line-height:1.65;margin-bottom:1.25rem}
.cap-link{font-size:0.85rem;font-weight:600;color:var(--gray-900);display:inline-flex;align-items:center;gap:0.35rem;transition:var(--tr);cursor:pointer;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
.cap-link:hover{gap:0.6rem}

/* ===== METRICS ===== */
.metrics{background:var(--gray-900);color:white;padding:5rem 0;border-radius:16px;margin:0 2rem}
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.metric .num{font-family:'Big Shoulders Display',sans-serif;font-size:3.5rem;font-weight:800;color:white;letter-spacing:0.02em;line-height:1}
.metric .lab{font-size:0.85rem;color:rgba(255,255,255,0.6);margin-top:0.5rem;font-weight:500}

/* ===== FEATURES ALTERNATING ===== */
.feat-row{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:5rem 0;border-bottom:1px solid var(--gray-200)}
.feat-row:last-child{border-bottom:none}
.feat-row.rev .feat-content{order:2}
.feat-row.rev .feat-visual{order:1}
.feat-content h3{font-family:'Big Shoulders Display',sans-serif;font-size:2.25rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem;letter-spacing:0.02em;line-height:1.1;text-transform:uppercase}
.feat-content p{font-size:1.05rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}
.feat-list{list-style:none;margin-bottom:2rem}
.feat-list li{padding:0.6rem 0;font-size:0.95rem;color:var(--gray-700);display:flex;align-items:flex-start;gap:0.75rem}
.feat-list li::before{content:'';width:18px;height:18px;background:var(--blue-light);border-radius:50%;flex-shrink:0;margin-top:3px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.feat-visual{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem;min-height:380px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.feat-visual::before{content:'';position:absolute;top:-50%;right:-30%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,0,0,0.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.dashboard{background:white;border:1px solid var(--gray-200);border-radius:10px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.06);position:relative;z-index:1}
.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}
.dashboard-title{font-size:0.78rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:0.05em}
.dashboard-tag{font-size:0.7rem;font-weight:600;color:#16a34a;background:#dcfce7;padding:0.2rem 0.5rem;border-radius:4px}
.dashboard-row{display:flex;align-items:center;gap:0.75rem;padding:0.6rem 0;border-bottom:1px solid var(--gray-100)}
.dashboard-row:last-child{border-bottom:none}
.dashboard-row .lbl{font-size:0.82rem;color:var(--gray-700);flex:1;font-weight:500}
.dashboard-bar{flex:2;height:6px;background:var(--gray-100);border-radius:3px;overflow:hidden}
.dashboard-bar-fill{height:100%;background:var(--gray-900);border-radius:3px}
.dashboard-val{font-size:0.82rem;color:var(--gray-900);font-weight:700;width:48px;text-align:right}

/* ===== STATS ===== */
.stats-section{background:var(--gray-900);color:white;padding:5rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat .num{font-family:'Big Shoulders Display',sans-serif;font-size:3.5rem;font-weight:800;color:white;letter-spacing:0.02em;line-height:1}
.stat .lab{font-size:0.85rem;color:rgba(255,255,255,0.6);margin-top:0.5rem}

/* ===== TESTIMONIALS ===== */
.test{background:var(--gray-50)}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.test-card{background:white;border:1px solid var(--gray-200);border-radius:12px;padding:2rem}
.test-stars{color:#fbbf24;font-size:0.9rem;margin-bottom:1rem;letter-spacing:2px}
.test-card blockquote{font-size:0.95rem;color:var(--gray-700);line-height:1.7;margin-bottom:1.5rem}
.test-author{display:flex;align-items:center;gap:0.75rem;padding-top:1rem;border-top:1px solid var(--gray-100)}
.test-avatar{width:42px;height:42px;border-radius:50%;background:var(--gray-900);color:white;font-weight:700;font-size:0.85rem;display:flex;align-items:center;justify-content:center;font-family:'Big Shoulders Display',sans-serif;letter-spacing:0.05em}
.test-author .name{font-weight:600;font-size:0.9rem;color:var(--gray-900)}
.test-author .role{font-size:0.78rem;color:var(--gray-500)}

/* ===== CTA ===== */
.cta-section{background:var(--gray-900);color:white;padding:5rem 0;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,0.05) 0%,transparent 60%);border-radius:50%}
.cta-section h2{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;margin-bottom:1rem;letter-spacing:0.02em;position:relative;z-index:1;text-transform:uppercase}
.cta-section p{font-size:1.1rem;opacity:0.9;max-width:550px;margin:0 auto 2.5rem;line-height:1.7;position:relative;z-index:1}
.cta-section .btn{position:relative;z-index:1}

/* ===== INDUSTRIES ===== */
.ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ind-card{background:white;border:1px solid var(--gray-200);border-radius:12px;padding:2rem;transition:var(--tr)}
.ind-card:hover{border-color:var(--gray-900);box-shadow:0 12px 30px rgba(0,0,0,0.08);transform:translateY(-3px)}
.ind-icon{width:44px;height:44px;border-radius:8px;background:var(--gray-100);color:var(--gray-900);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.ind-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ind-card h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:0.6rem}
.ind-card p{font-size:0.9rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem}

/* ===== BLOG ===== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.blog-card{background:white;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:var(--tr);cursor:pointer}
.blog-card:hover{border-color:var(--gray-900);box-shadow:0 12px 30px rgba(0,0,0,0.08);transform:translateY(-3px)}
.blog-img{height:180px;background:var(--gray-50);position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--gray-200)}
.blog-img .tag{position:absolute;top:1rem;left:1rem;background:var(--gray-900);color:white;font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;padding:0.3rem 0.7rem;border-radius:6px}
.blog-img svg{width:48px;height:48px;stroke:var(--gray-900);opacity:0.15;fill:none;stroke-width:1}
.blog-body{padding:1.5rem}
.blog-meta{font-size:0.78rem;color:var(--gray-500);margin-bottom:0.6rem;font-weight:500}
.blog-card h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:0.6rem;line-height:1.4;letter-spacing:-0.01em}
.blog-card p{font-size:0.88rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem}
.blog-read{font-size:0.82rem;font-weight:600;color:var(--gray-900);display:inline-flex;align-items:center;gap:0.3rem;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}

/* ===== BLOG POST ===== */
.bpf{padding-top:120px;padding-bottom:5rem;background:var(--gray-50);min-height:100vh}
.bpf .ph{max-width:720px;margin:0 auto 3rem;background:white;padding:3rem;border-radius:12px;border:1px solid var(--gray-200)}
.bpf .ph .tag{display:inline-block;background:var(--gray-900);color:white;font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;padding:0.3rem 0.7rem;border-radius:6px;margin-bottom:1rem}
.bpf .ph h1{font-family:'Big Shoulders Display',sans-serif;font-size:2.5rem;font-weight:800;color:var(--gray-900);line-height:1.1;letter-spacing:0.02em;margin-bottom:0.75rem;text-transform:uppercase}
.bpf .ph .meta{font-size:0.85rem;color:var(--gray-500)}
.bpf .pb{max-width:720px;margin:0 auto;background:white;padding:3rem;border-radius:12px;border:1px solid var(--gray-200)}
.bpf .pb h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:2rem 0 1rem;letter-spacing:-0.015em}
.bpf .pb p{color:var(--gray-700);line-height:1.85;margin-bottom:1.25rem;font-size:1.02rem}
.bpf .pb blockquote{border-left:3px solid var(--gray-900);padding:1rem 1.5rem;margin:2rem 0;background:var(--gray-50);border-radius:0 8px 8px 0;font-style:italic;color:var(--gray-700)}

/* ===== CONTACT ===== */
.cg{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.ci h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-top:2rem;margin-bottom:0.5rem}
.ci h3:first-child{margin-top:0}
.ci p{color:var(--gray-600);font-size:0.92rem;line-height:1.7}
.ci p strong{color:var(--gray-900)}
.cf{display:flex;flex-direction:column;gap:1.25rem}
.fg{display:flex;flex-direction:column;gap:0.4rem}
.fg label{font-size:0.85rem;font-weight:600;color:var(--gray-700)}
.fg input,.fg textarea,.fg select{padding:0.75rem 1rem;border:1px solid var(--gray-300);border-radius:8px;font-family:var(--font);font-size:0.92rem;transition:var(--tr);background:white;color:var(--gray-900)}
.fg input:focus,.fg textarea:focus,.fg select:focus{outline:none;border-color:var(--gray-900);box-shadow:0 0 0 3px rgba(0,0,0,0.05)}
.fg textarea{resize:vertical;min-height:120px}
.fr{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

/* ===== TEAM ===== */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.team-card{text-align:center}
.team-avatar{width:120px;height:120px;border-radius:50%;background:var(--gray-900);color:white;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;font-family:'Big Shoulders Display',sans-serif;letter-spacing:0.05em;box-shadow:0 8px 20px rgba(0,0,0,0.15)}
.team-card h4{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:0.2rem}
.team-card p{font-size:0.85rem;color:var(--gray-500)}

/* ===== PAGE HEADER ===== */
.pgh{background:var(--gray-900);color:white;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}
.pgh::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(255,255,255,0.04) 0%,transparent 70%)}
.pgh h1{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;letter-spacing:0.02em;margin-bottom:1rem;position:relative;z-index:1;text-transform:uppercase}
.pgh p{font-size:1.05rem;color:rgba(255,255,255,0.7);max-width:600px;margin:0 auto;line-height:1.7;position:relative;z-index:1}

/* ===== PROSE ===== */
.prose{max-width:760px;margin:0 auto;font-size:1.02rem;color:var(--gray-700);line-height:1.85}
.prose h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:2.5rem 0 1rem;letter-spacing:-0.015em}
.prose p{margin-bottom:1.25rem}
.prose strong{color:var(--gray-900)}

/* ===== STATUS ===== */
.status-ok{background:#dcfce7;border:1px solid #86efac;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}
.s-dot{width:12px;height:12px;background:#16a34a;border-radius:50%}
.status-ok strong{color:var(--gray-900);display:block;margin-bottom:0.2rem}
.status-ok span{color:var(--gray-600);font-size:0.85rem}

/* ===== FOOTER ===== */
footer{background:var(--gray-900);color:white;padding:4rem 0 0}
.ftg{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-800)}
.ftb .logo{margin-bottom:1.25rem}
.ftb .logo-text{color:white}
.ftb .logo-text::after{color:rgba(255,255,255,0.5)}
.ftb p{font-size:0.88rem;color:var(--gray-400);line-height:1.7;max-width:280px}
.ft-li{display:inline-flex;align-items:center;gap:0.5rem;margin-top:1.25rem;color:var(--gray-400);font-size:0.85rem;transition:var(--tr)}
.ft-li:hover{color:white}
.ftc h4{font-size:0.85rem;font-weight:600;color:white;margin-bottom:1.25rem;letter-spacing:0.01em}
.ftc .nl{display:block;font-size:0.88rem;color:var(--gray-400);padding:0.3rem 0;transition:var(--tr)}
.ftc .nl:hover{color:white}
.fbt{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--gray-500)}
.fbl{display:flex;gap:1.5rem}
.fbl .nl{font-size:0.85rem;color:var(--gray-500)}
.fbl .nl:hover{color:white}

/* RESPONSIVE */
@media(max-width:1024px){.hero .c{grid-template-columns:1fr;gap:3rem}.hero-card{display:none}.cap-grid,.ind-grid,.blog-grid,.test-grid{grid-template-columns:repeat(2,1fr)}.metrics-grid,.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.feat-row{grid-template-columns:1fr;gap:3rem}.feat-row.rev .feat-content{order:1}.feat-row.rev .feat-visual{order:2}.ftg{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.nls{display:none}.mt{display:flex}section{padding:4rem 0}.cap-grid,.ind-grid,.blog-grid,.test-grid,.cg{grid-template-columns:1fr}.metrics-grid,.stats-grid{grid-template-columns:1fr 1fr}.ftg{grid-template-columns:1fr 1fr}.fbt{flex-direction:column;gap:0.75rem}.fr,.team-grid{grid-template-columns:1fr 1fr}.bpf .ph,.bpf .pb{padding:1.5rem}.bpf .ph h1{font-size:1.75rem}}

.page{display:none}.page.active{display:block}
