/* ================================================================
   NoonDelta — Main Stylesheet
   File: style.css
   Description: All styles for index.html
   Last updated: 2025
================================================================ */

/* ================================================================
   NOONDELTA — Enterprise Edition
   Font: Inter (single family, multiple weights)
   Palette: Deep Navy + Slate + Blue (accent-only)
   Philosophy: Calm · Controlled · Credible
================================================================ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
    /* Core — kept for footer + dark elements */
    --navy:       #0f1729;
    --navy-2:     #1e2d47;
    --navy-3:     #2d3f5e;
    /* Brand blues — richer and warmer */
    --blue:       #1d4ed8;
    --blue-h:     #1e40af;
    --blue-lt:    #dbeafe;
    --blue-pale:  #eff6ff;
    /* Sections */
    --slate:      #f8fafc;
    --white:      #ffffff;
    --warm-pale:  #f0f7ff;
    /* Text */
    --tx-1:       #0f172a;
    --tx-2:       #1e293b;
    --tx-3:       #475569;
    --tx-4:       #94a3b8;
    /* Border */
    --bdr:        #e2e8f0;
    --bdr-2:      #cbd5e1;
    /* Font */
    --f: 'Inter', system-ui, -apple-system, sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--f);color:var(--tx-1);background:var(--white);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}

/* ── HEADER ── */
.nd-header{
    position:sticky;top:0;z-index:100;
    background:#ffffff;
    border-bottom:1px solid #e2e8f0;
    box-shadow:0 1px 3px rgba(0,0,0,0.06);
}
.nd-header-inner{
    max-width:1280px;margin:0 auto;padding:0 48px;height:66px;
    display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.nd-logo{display:flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0;}
.nd-logo-svg{width:42px;height:42px;}
.nd-logo-name{font-size:18px;font-weight:700;color:var(--navy);letter-spacing:-0.4px;}
.nd-logo-name span{color:#38bdf8;}

.nd-nav{display:flex;align-items:center;gap:2px;}
.nd-nav a{
    color:var(--tx-2);text-decoration:none;
    font-size:13.5px;font-weight:500;padding:7px 13px;
    border-radius:5px;transition:color .15s,background .15s;
    white-space:nowrap;
}
.nd-nav a:hover{color:var(--navy);background:#f1f5f9;}

.nd-hdr-btns{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.nd-btn-ghost{
    padding:7px 16px;background:transparent;color:var(--tx-2);
    border:1px solid var(--bdr-2);border-radius:5px;
    font-size:13.5px;font-weight:600;font-family:var(--f);
    cursor:pointer;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;
}
.nd-btn-ghost:hover{background:var(--slate);color:var(--navy);border-color:#94a3b8;}
.nd-btn-primary{
    padding:8px 20px;background:var(--blue);color:white;border:none;border-radius:5px;
    font-size:13.5px;font-weight:600;font-family:var(--f);
    cursor:pointer;transition:background .15s;text-decoration:none;
    display:inline-flex;align-items:center;gap:6px;
}
.nd-btn-primary:hover{background:var(--blue-h);}

.nd-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;}
.nd-hamburger span{width:20px;height:1.5px;background:var(--tx-3);border-radius:2px;transition:.25s;}
.nd-mobile-menu{
    display:none;position:fixed;top:66px;left:0;right:0;
    background:white;border-bottom:1px solid var(--bdr);
    flex-direction:column;padding:12px 24px 20px;z-index:99;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
}
.nd-mobile-menu.open{display:flex;}
.nd-mobile-menu a{
    color:var(--tx-2);text-decoration:none;font-size:15px;
    font-weight:500;padding:11px 0;border-bottom:1px solid var(--bdr);
}

/* ── HERO ── */
.nd-hero{
    background: linear-gradient(135deg, #0d1b4b 0%, #1a3a8f 35%, #1d4ed8 65%, #2563eb 100%);
    padding:96px 48px 80px;
    position:relative;overflow:hidden;
}
/* Radial mesh highlights — adds Microsoft-style depth */
.nd-hero::before{
    content:'';position:absolute;inset:0;
    background:
        radial-gradient(ellipse 55% 70% at 75% 40%, rgba(99,179,237,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 20% 80%, rgba(139,92,246,0.12) 0%, transparent 55%),
        linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);
    background-size:auto,auto,60px 60px,60px 60px;
    pointer-events:none;
}
.nd-hero::after{
    content:'';position:absolute;inset:0;
    background:radial-gradient(ellipse 90% 40% at 50% 110%,rgba(29,78,216,0.3),transparent);
    pointer-events:none;
}
.nd-hero-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1;}
.nd-hero-eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.08);
    color:rgba(255,255,255,0.75);padding:5px 14px;border-radius:3px;
    font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
    margin-bottom:28px;backdrop-filter:blur(4px);
}
.nd-hero-eyebrow-dot{width:5px;height:5px;background:#93c5fd;border-radius:50%;}
.nd-hero-h1{
    font-size:58px;font-weight:700;line-height:1.08;
    color:white;letter-spacing:-1.5px;
    max-width:780px;margin-bottom:22px;
}
.nd-hero-h1 strong{color:#93c5fd;font-weight:700;}
.nd-hero-body{
    font-size:16px;color:rgba(255,255,255,0.7);line-height:1.75;
    max-width:540px;margin-bottom:36px;font-weight:400;
}
.nd-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:56px;}
.nd-btn-hero{
    padding:11px 26px;background:white;color:var(--blue);border:none;border-radius:5px;
    font-size:14.5px;font-weight:700;font-family:var(--f);cursor:pointer;
    transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;gap:7px;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}
.nd-btn-hero:hover{background:#f0f6ff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,0.2);}
.nd-btn-hero-secondary{
    padding:10px 22px;background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.9);
    border:1px solid rgba(255,255,255,0.25);border-radius:5px;
    font-size:14px;font-weight:500;font-family:var(--f);
    cursor:pointer;transition:all .15s;text-decoration:none;
    display:inline-flex;align-items:center;gap:6px;backdrop-filter:blur(4px);
}
.nd-btn-hero-secondary:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.4);}

/* Proof bar */
.nd-proof-bar{
    display:flex;align-items:stretch;gap:0;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);border-radius:6px;
    overflow:hidden;width:fit-content;flex-wrap:wrap;
    backdrop-filter:blur(8px);
}
.nd-proof-item{
    padding:20px 32px;border-right:1px solid rgba(255,255,255,0.1);
    display:flex;flex-direction:column;gap:4px;
}
.nd-proof-item:last-child{border-right:none;}
.nd-proof-num{
    font-size:28px;font-weight:700;color:white;letter-spacing:-0.5px;line-height:1;
}
.nd-proof-lbl{font-size:11.5px;color:rgba(255,255,255,0.55);font-weight:500;letter-spacing:.02em;}

/* Compliance badges */
.nd-compliance{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px;}
.nd-comp-badge{
    display:flex;align-items:center;gap:6px;
    background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);
    padding:5px 12px;border-radius:3px;
    font-size:11px;font-weight:600;color:rgba(255,255,255,0.65);letter-spacing:.05em;
    backdrop-filter:blur(4px);
}
.nd-comp-badge svg{color:rgba(147,197,253,0.8);flex-shrink:0;}

/* Hero logo watermark */
.nd-hero-watermark{
    position:absolute;
    right:-60px;top:50%;transform:translateY(-50%);
    width:560px;height:560px;
    opacity:0.07;
    pointer-events:none;user-select:none;
    z-index:0;
}

/* ── TICKER ── */
.nd-ticker{
    background:linear-gradient(90deg,#1e3a8a,#1d4ed8,#1e3a8a);
    border-top:none;border-bottom:none;
    padding:13px 0;overflow:hidden;white-space:nowrap;
}
.nd-ticker-track{display:inline-flex;animation:nd-scroll 32s linear infinite;}
.nd-ticker-track:hover{animation-play-state:paused;}
.nd-ticker-item{
    font-size:11px;font-weight:600;
    color:rgba(255,255,255,0.7);
    padding:0 28px;letter-spacing:.14em;text-transform:uppercase;
}
.nd-ticker-sep{color:rgba(255,255,255,0.3);font-size:7px;}
@keyframes nd-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── CLIENTS BANNER ── */
.nd-clients-banner{
    background:var(--slate);border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr);
    padding:28px 48px;
}
.nd-clients-banner-inner{max-width:1280px;margin:0 auto;}
.nd-clients-banner-label{
    font-size:11px;font-weight:600;color:var(--tx-4);letter-spacing:.1em;
    text-transform:uppercase;text-align:center;margin-bottom:20px;
}
.nd-client-row{
    display:flex;align-items:center;justify-content:center;
    gap:12px;flex-wrap:wrap;
}
.nd-client-chip{
    display:flex;align-items:center;gap:8px;
    padding:10px 22px;background:white;border:1px solid var(--bdr);
    border-radius:4px;
    font-size:13.5px;font-weight:700;color:var(--tx-2);
    letter-spacing:-0.2px;transition:border-color .15s;
    cursor:default;
}
.nd-client-chip:hover{border-color:var(--bdr-2);}
.nd-client-chip-dot{width:6px;height:6px;background:#38bdf8;border-radius:50%;}

/* ── SECTION SHARED ── */
.nd-section-eyebrow{
    font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
    color:var(--blue);margin-bottom:12px;
}
.nd-section-h2{
    font-size:38px;font-weight:700;letter-spacing:-0.8px;
    color:var(--tx-1);margin-bottom:14px;line-height:1.15;
}
.nd-section-intro{
    font-size:15.5px;color:var(--tx-3);line-height:1.75;
    max-width:560px;margin-bottom:52px;
}
.nd-section-tag{
    display:inline-block;
    background:var(--blue-pale);color:var(--blue);
    padding:4px 12px;border-radius:3px;
    font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
    margin-bottom:12px;border:1px solid var(--blue-lt);
}

/* ── ENGAGEMENT MODELS ── */
.nd-services{padding:88px 48px;background:var(--white);}
.nd-services-inner{max-width:1200px;margin:0 auto;}
.nd-services-grid{
    display:grid;grid-template-columns:repeat(3,1fr);
    gap:1px;background:var(--bdr);
    border:1px solid var(--bdr);border-radius:6px;overflow:hidden;
    margin-top:0;
}
.nd-scard{
    background:white;padding:40px 36px;
    transition:background .25s;cursor:default;
}
.nd-scard:hover{background:#f8fafc;}
.nd-scard-num{
    font-size:11px;font-weight:700;color:var(--tx-4);
    letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;
}
.nd-scard-icon{
    width:48px;height:48px;
    background:linear-gradient(135deg,var(--blue),#3b82f6);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:20px;
}
.nd-scard-icon svg{width:22px;height:22px;stroke:rgba(255,255,255,0.75);stroke-width:1.75;}
.nd-scard-h3{
    font-size:18px;font-weight:700;color:var(--tx-1);
    margin-bottom:10px;letter-spacing:-0.3px;
}
.nd-scard-body{font-size:13.5px;color:var(--tx-3);line-height:1.7;margin-bottom:18px;}
.nd-scard-list{list-style:none;display:flex;flex-direction:column;gap:8px;}
.nd-scard-list li{
    font-size:13px;color:var(--tx-2);display:flex;align-items:flex-start;gap:9px;
}
.nd-scard-list li::before{
    content:'';width:5px;height:5px;background:var(--blue);
    border-radius:50%;flex-shrink:0;margin-top:7px;
}

/* ── WORKFORCE SECTIONS ── */
.nd-workforce{padding:88px 48px;}
.nd-workforce-light{background:var(--warm-pale);}
.nd-workforce-white{background:var(--white);}
.nd-workforce-inner{max-width:1200px;margin:0 auto;}
.nd-workforce-header{margin-bottom:48px;}
.nd-wf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.nd-wfcard{
    background:white;border:1px solid var(--bdr);border-radius:5px;
    padding:28px 24px;transition:border-color .2s,box-shadow .2s;
}
.nd-wfcard:hover{border-color:var(--blue);box-shadow:0 4px 20px rgba(29,78,216,0.08);transform:translateY(-2px);}
.nd-wfcard-icon{
    width:44px;height:44px;
    background:linear-gradient(135deg,var(--blue),#3b82f6);
    border-radius:7px;
    display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.nd-wfcard-icon svg{width:20px;height:20px;stroke:rgba(255,255,255,0.8);stroke-width:1.75;}
.nd-wfcard-h3{font-size:15px;font-weight:700;color:var(--tx-1);margin-bottom:8px;letter-spacing:-0.2px;}
.nd-wfcard-body{font-size:12.5px;color:var(--tx-3);line-height:1.65;margin-bottom:14px;}
.nd-wfcard-list{list-style:none;display:flex;flex-direction:column;gap:6px;}
.nd-wfcard-list li{font-size:12.5px;color:var(--tx-2);display:flex;align-items:flex-start;gap:8px;}
.nd-wfcard-list li::before{content:'–';color:var(--blue);font-weight:600;flex-shrink:0;}

/* ── PROCESS ── */
.nd-process{
    background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 45%,#2563eb 75%,#3b82f6 100%);
    padding:88px 48px;position:relative;overflow:hidden;
}
.nd-process::before{
    content:'';position:absolute;inset:0;
    background:radial-gradient(ellipse 60% 80% at 90% 20%,rgba(255,255,255,0.06),transparent);
    pointer-events:none;
}
.nd-process-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;}
.nd-process-top{
    display:grid;grid-template-columns:1fr 1fr;gap:64px;
    align-items:end;margin-bottom:56px;
}
.nd-process-top .nd-section-h2{color:white;margin-bottom:10px;}
.nd-process-top p{font-size:15px;color:rgba(255,255,255,0.6);line-height:1.7;}
.nd-steps{
    display:grid;grid-template-columns:repeat(4,1fr);gap:0;
    position:relative;
}
.nd-steps-line{
    position:absolute;top:24px;left:calc(12.5% + 16px);right:calc(12.5% + 16px);
    height:1px;background:rgba(255,255,255,0.2);
}
.nd-step{padding:0 16px;text-align:center;}
.nd-step-n{
    width:48px;height:48px;border-radius:50%;
    border:2px solid rgba(255,255,255,0.5);
    background:rgba(255,255,255,0.12);
    display:flex;align-items:center;justify-content:center;
    font-size:12.5px;font-weight:700;color:white;
    margin:0 auto 20px;position:relative;z-index:1;
    letter-spacing:.04em;
    transition:border-color .2s,background .2s;
    backdrop-filter:blur(4px);
}
.nd-step:hover .nd-step-n{
    border-color:white;
    background:rgba(255,255,255,0.22);
}
.nd-step h3{font-size:14px;font-weight:700;color:white;margin-bottom:8px;}
.nd-step p{font-size:12.5px;color:rgba(255,255,255,0.6);line-height:1.6;}

/* ── EXPERTISE ── */
.nd-expertise{padding:88px 48px;background:var(--white);}
.nd-expertise-inner{
    max-width:1200px;margin:0 auto;
    display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;
}
.nd-industry-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;}
.nd-itag{
    background:var(--blue-pale);border:1px solid var(--blue-lt);
    padding:6px 14px;border-radius:3px;
    font-size:12.5px;font-weight:600;color:var(--blue-h);
    transition:all .15s;cursor:default;
}
.nd-itag:hover{background:var(--blue-lt);border-color:#93c5fd;}
.nd-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.nd-stat{
    background:white;border:1px solid var(--bdr);border-radius:5px;padding:24px;
    border-left:3px solid var(--blue);
    transition:box-shadow .2s;
}
.nd-stat:hover{box-shadow:0 4px 16px rgba(29,78,216,0.08);}
.nd-stat-val{
    font-size:38px;font-weight:700;color:var(--blue);
    letter-spacing:-1px;line-height:1;margin-bottom:5px;
}
.nd-stat-lbl{font-size:12px;color:var(--tx-3);font-weight:500;}
.nd-skills-section{margin-top:24px;}
.nd-skills-label{
    font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
    color:var(--blue);margin-bottom:12px;
}
.nd-skills-list{list-style:none;display:flex;flex-direction:column;gap:8px;}
.nd-skills-list li{
    font-size:13px;color:var(--tx-2);
    display:flex;align-items:center;gap:10px;
    padding:9px 14px;background:var(--warm-pale);border:1px solid var(--blue-lt);border-radius:4px;
    transition:border-color .15s;
}
.nd-skills-list li:hover{border-color:#93c5fd;}
.nd-skills-list li::before{content:'';width:4px;height:4px;background:var(--blue);border-radius:50%;flex-shrink:0;}

/* ── CTA BAND ── */
.nd-cta{
    background:linear-gradient(135deg,#0d1b4b 0%,#1e3a8a 40%,#1d4ed8 100%);
    padding:72px 48px;text-align:center;position:relative;overflow:hidden;
}
.nd-cta::before{
    content:'';position:absolute;inset:0;
    background:radial-gradient(ellipse 70% 80% at 80% 30%,rgba(99,179,237,0.1),transparent);
    pointer-events:none;
}
.nd-cta h2{
    font-size:40px;font-weight:700;color:white;
    letter-spacing:-0.8px;margin-bottom:12px;position:relative;z-index:1;
}
.nd-cta p{font-size:16px;color:rgba(255,255,255,0.65);margin-bottom:32px;line-height:1.6;position:relative;z-index:1;}
.nd-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;}
.nd-btn-cta-p{
    padding:12px 28px;background:white;color:var(--blue);border:none;border-radius:5px;
    font-size:14.5px;font-weight:700;font-family:var(--f);
    cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}
.nd-btn-cta-p:hover{background:#f0f6ff;transform:translateY(-1px);}
.nd-btn-cta-s{
    padding:11px 24px;background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.85);
    border:1px solid rgba(255,255,255,0.25);border-radius:5px;
    font-size:14px;font-weight:500;font-family:var(--f);
    cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;
    backdrop-filter:blur(4px);
}
.nd-btn-cta-s:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.4);}

/* ── FOOTER ── */
.nd-footer{background:var(--navy);padding:56px 48px 24px;border-top:1px solid rgba(255,255,255,0.07);}
.nd-footer-inner{
    max-width:1200px;margin:0 auto;
    display:grid;grid-template-columns:2fr 1fr 1fr 1fr;
    gap:40px;margin-bottom:40px;
}
.nd-footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.nd-footer-brand-name{font-size:16px;font-weight:700;color:white;letter-spacing:-0.3px;}
.nd-footer-brand-name span{color:#38bdf8;}
.nd-footer-desc{font-size:12.5px;color:rgba(255,255,255,0.35);line-height:1.7;margin-bottom:14px;}
.nd-footer-contact a{
    display:block;color:rgba(255,255,255,0.4);text-decoration:none;
    font-size:12.5px;margin-bottom:5px;transition:color .15s;
}
.nd-footer-contact a:hover{color:rgba(255,255,255,0.75);}
.nd-fcol h4{
    font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
    color:rgba(255,255,255,0.25);margin-bottom:14px;
}
.nd-fcol a{
    display:block;color:rgba(255,255,255,0.4);text-decoration:none;
    font-size:12.5px;margin-bottom:7px;transition:color .15s;
}
.nd-fcol a:hover{color:rgba(255,255,255,0.75);}
.nd-footer-bottom{
    max-width:1200px;margin:0 auto;
    padding-top:20px;border-top:1px solid rgba(255,255,255,0.07);
    display:flex;justify-content:space-between;align-items:center;
    flex-wrap:wrap;gap:10px;
}
.nd-footer-copy{font-size:12px;color:rgba(255,255,255,0.2);}
.nd-powered{font-size:11.5px;color:rgba(255,255,255,0.45);}
.nd-powered a{color:rgba(255,255,255,0.6);text-decoration:none;font-weight:600;}
.nd-powered a:hover{color:white;}

/* Social icons */
.nd-social{display:flex;align-items:center;gap:10px;margin-top:16px;}
.nd-social-link{
    width:34px;height:34px;border-radius:6px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.1);
    display:flex;align-items:center;justify-content:center;
    text-decoration:none;transition:all .2s;
}
.nd-social-link:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.2);}
.nd-social-link svg{width:16px;height:16px;fill:rgba(255,255,255,0.5);transition:fill .2s;}
.nd-social-link:hover svg{fill:rgba(255,255,255,0.85);}

/* ── MODALS ── */
.nd-modal{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:20px;}
.nd-modal.open{display:flex;}
.nd-modal-bg{position:fixed;inset:0;background:rgba(0,0,0,0.65);}
.nd-modal-box{
    background:white;border-radius:5px;width:100%;max-width:500px;
    position:relative;z-index:1;box-shadow:0 24px 64px rgba(0,0,0,0.2);
    overflow:hidden;border-top:3px solid var(--blue);
}
.nd-modal-box--legal{max-width:720px;max-height:86vh;overflow-y:auto;}
.nd-modal-hdr{
    display:flex;justify-content:space-between;align-items:center;
    padding:20px 28px;border-bottom:1px solid var(--bdr);
}
.nd-modal-hdr h3{font-size:17px;font-weight:700;color:var(--tx-1);}
.nd-modal-x{
    background:var(--slate);border:none;border-radius:4px;
    width:30px;height:30px;font-size:16px;cursor:pointer;color:var(--tx-3);
    display:flex;align-items:center;justify-content:center;
}
.nd-modal-x:hover{background:var(--bdr);}
.nd-form{padding:22px 28px;}
.nd-field{margin-bottom:14px;}
.nd-field label{display:block;font-size:12.5px;font-weight:600;color:var(--tx-2);margin-bottom:5px;}
.nd-field input,.nd-field select,.nd-field textarea{
    width:100%;padding:10px 12px;
    border:1px solid var(--bdr);border-radius:4px;
    font-size:13.5px;font-family:var(--f);outline:none;
    transition:border-color .15s;color:var(--tx-1);
}
.nd-field input:focus,.nd-field select:focus,.nd-field textarea:focus{border-color:var(--blue);}
.nd-field textarea{resize:vertical;min-height:76px;}
.nd-modal-submit{
    width:100%;padding:12px;background:var(--blue);color:white;
    border:none;border-radius:4px;font-size:14.5px;font-weight:600;
    font-family:var(--f);cursor:pointer;transition:background .15s;
}
.nd-modal-submit:hover{background:var(--blue-h);}
.nd-legal-body{padding:24px 28px;font-size:13.5px;color:var(--tx-2);line-height:1.8;}
.nd-legal-body h3{font-size:14px;font-weight:700;margin:20px 0 8px;color:var(--tx-1);}
.nd-legal-body ul{margin:10px 0 10px 18px;}
.nd-legal-body li{margin-bottom:6px;}

/* ── RESPONSIVE ── */
/* ── TABLET (≤1024px) ── */
@media(max-width:1024px){
    .nd-services-grid{grid-template-columns:1fr 1fr;}
    .nd-wf-grid{grid-template-columns:1fr 1fr;}
    .nd-steps{grid-template-columns:repeat(2,1fr);}
    .nd-steps-line{display:none;}
    .nd-expertise-inner{grid-template-columns:1fr;}
    .nd-footer-inner{grid-template-columns:1fr 1fr;}
    .nd-nav,.nd-hdr-btns .nd-btn-ghost{display:none;}
    .nd-hamburger{display:flex;}
    .nd-process-top{grid-template-columns:1fr;gap:20px;margin-bottom:40px;}
}

/* ── MOBILE (≤768px) ── */
@media(max-width:768px){
    /* Header */
    .nd-header-inner{padding:0 20px;height:60px;}

    /* Hero */
    .nd-hero{padding:72px 20px 56px;}
    .nd-hero-h1{font-size:36px;letter-spacing:-0.8px;}
    .nd-hero-body{font-size:15px;}
    .nd-hero-actions{flex-direction:column;align-items:stretch;}
    .nd-btn-hero,.nd-btn-hero-secondary{width:100%;justify-content:center;}
    .nd-proof-bar{flex-direction:column;width:100%;border-radius:5px;}
    .nd-proof-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.08);padding:16px 20px;}
    .nd-proof-item:last-child{border-bottom:none;}
    .nd-compliance{gap:8px;}
    .nd-comp-badge{font-size:10px;padding:4px 10px;}

    /* Ticker */
    .nd-ticker{padding:10px 0;}
    .nd-ticker-item{font-size:10px;padding:0 18px;}

    /* Clients banner */
    .nd-clients-banner{padding:20px;}
    .nd-client-row{gap:8px;}
    .nd-client-chip{padding:9px 14px;font-size:12.5px;}

    /* Sections shared */
    .nd-section-h2{font-size:28px;letter-spacing:-0.4px;}
    .nd-section-intro{font-size:14.5px;margin-bottom:32px;}

    /* Services */
    .nd-services{padding:64px 20px;}
    .nd-services-grid{grid-template-columns:1fr;}
    .nd-scard{padding:28px 24px;}

    /* Workforce */
    .nd-workforce{padding:64px 20px;}
    .nd-wf-grid{grid-template-columns:1fr;}
    .nd-wfcard{padding:22px 20px;}

    /* Process */
    .nd-process{padding:64px 20px;}
    .nd-steps{grid-template-columns:1fr 1fr;gap:28px 12px;}
    .nd-step{padding:0 8px;}

    /* Expertise */
    .nd-expertise{padding:64px 20px;}
    .nd-expertise-inner{gap:40px;}
    .nd-stats-grid{grid-template-columns:1fr 1fr;}
    .nd-stat-val{font-size:30px;}

    /* CTA */
    .nd-cta{padding:56px 20px;}
    .nd-cta h2{font-size:28px;}
    .nd-cta p{font-size:14.5px;}
    .nd-cta-btns{flex-direction:column;align-items:center;}
    .nd-btn-cta-p,.nd-btn-cta-s{width:100%;text-align:center;}

    /* Footer */
    .nd-footer{padding:48px 20px 20px;}
    .nd-footer-inner{grid-template-columns:1fr;gap:28px;}
    .nd-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}

/* ── SMALL MOBILE (≤480px) ── */
@media(max-width:480px){
    .nd-hero-h1{font-size:30px;}
    .nd-hero-eyebrow{font-size:10px;padding:4px 10px;}
    .nd-section-h2{font-size:24px;}
    .nd-stats-grid{grid-template-columns:1fr;}
    .nd-steps{grid-template-columns:1fr;}
    .nd-client-chip{font-size:12px;padding:8px 12px;}
    .nd-industry-tags{gap:6px;}
    .nd-itag{font-size:11.5px;padding:5px 10px;}
    .nd-modal-box{border-radius:4px;}
    .nd-form{padding:20px;}
    .nd-modal-hdr{padding:16px 20px;}
}
