/* ═══════════════════════════════════════════════════
   S2 STRATEGIES — SHARED STYLESHEET v1.0
   Raleway (headings) + Open Sans (body)
   Tokens, layout, nav, footer, components, utilities
═══════════════════════════════════════════════════ */

/* ── RESET ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Open Sans', sans-serif; color: #0C1A28; background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { transition: color .2s; }

/* ── TOKENS ─────────────────────────────────────── */
:root {
  --ink:          #0C1A28;
  --ink-light:    #3D5166;
  --muted:        #64768A;
  --navy:         #040D1B;
  --navy-2:       #081628;
  --navy-3:       #0D243D;
  --blue:         #1361D8;
  --blue-h:       #0F4EB8;
  --blue-pale:    rgba(19,97,216,.11);
  --orange:       #F54B12;
  --orange-h:     #D93E0B;
  --orange-pale:  rgba(245,75,18,.10);
  --ice:          #F4F7FB;
  --border:       #DDE4EE;
  --border-dark:  rgba(255,255,255,.08);
  --w:            1280px;
  --ph:           32px;
  --pv:           96px;
}

/* ── CONTAINER ──────────────────────────────────── */
.wrap { max-width: var(--w); margin: 0 auto; padding: 0 var(--ph); }

/* ── TYPE ───────────────────────────────────────── */
.eyebrow {
  display: inline-block; font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
.eyebrow-light { color: rgba(162,200,255,.9); }
.h1 { font-family: 'Raleway', sans-serif; font-size: clamp(42px,6vw,78px); font-weight: 900; line-height: 1.03; letter-spacing: -.025em; }
.h2 { font-family: 'Raleway', sans-serif; font-size: clamp(26px,3.6vw,48px); font-weight: 800; line-height: 1.1;  letter-spacing: -.02em; }
.h3 { font-family: 'Raleway', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
.lead { font-size: clamp(15px,1.7vw,18px); line-height: 1.78; color: var(--muted); }
.s2-divider { width: 50px; height: 4px; background: var(--orange); border-radius: 4px; margin-bottom: 22px; }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: .02em; padding: 13px 26px; border-radius: 6px;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; white-space: nowrap;
}
.btn-orange { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn-orange:hover { background: var(--orange-h); border-color: var(--orange-h); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,75,18,.28); }
.btn-blue   { background: var(--blue);   color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-h); border-color: var(--blue-h); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(19,97,216,.25); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline-white:hover { background: rgba(255,255,255,.09); color: #fff; border-color: rgba(255,255,255,.7); transform: translateY(-2px); }
.btn-outline-dark { background: #fff; color: var(--ink); border-color: var(--border); }
.btn-outline-dark:hover { background: var(--ice); color: var(--ink); border-color: #C0CCE0; transform: translateY(-2px); }

/* ── NAVBAR ──────────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 20px 0;
  transition: padding .3s, background .3s, box-shadow .3s;
}
#nav.scrolled { padding: 13px 0; background: rgba(4,13,27,.96); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--border-dark); }
/*v-inner { max-width: var(--w); margin: 0 auto; padding: 0 var(--ph); display: flex; align-items: center; justify-content: space-between; gap: 24px; }*/
.nav-inner { max-width: var(--w); margin: 0 auto; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }


.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.nav-logo-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.nav-logo-icon span { font-family: 'Raleway', sans-serif; font-weight: 900; color: #fff; font-size: 14px; letter-spacing: -.02em; }
.nav-logo-name { font-family: 'Raleway', sans-serif; font-weight: 900; color: #fff; font-size: 17px; line-height: 1.1; letter-spacing: -.01em; }
.nav-logo-sub  { font-size: 9px; color: rgba(255,255,255,.35); letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.68); text-decoration: none; padding-bottom: 3px; position: relative; transition: color .2s; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-ctas { display: flex; align-items: center; gap: 12px; }
.nav-ham { display: none; background: rgba(255,255,255,.07); border: none; border-radius: 8px; padding: 9px; cursor: pointer; }
.mob-menu { display: none; background: var(--navy); border-top: 1px solid var(--border-dark); margin-top: 14px; }
.mob-menu.open { display: block; }
.mob-inner { max-width: var(--w); margin: 0 auto; padding: 20px var(--ph); display: flex; flex-direction: column; gap: 4px; }
.mob-inner a { color: rgba(255,255,255,.7); text-decoration: none; padding: 12px 0; font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--border-dark); display: block; }
.mob-inner a:last-of-type { border-bottom: none; }
.mob-ctas { display: flex; flex-direction: column; gap: 10px; padding-top: 16px; }

/* ── PAGE HERO ───────────────────────────────────── */
.page-hero {
  background: var(--navy); padding: 148px var(--ph) 80px;
  position: relative; overflow: hidden;
}
.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(19,97,216,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(19,97,216,.05) 1px, transparent 1px); background-size: 64px 64px; }
.hero-blob-r { position: absolute; top: -15%; right: -10%; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(19,97,216,.20) 0%, transparent 65%); pointer-events: none; }
.hero-blob-l { position: absolute; bottom: -20%; left: -5%;  width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(245,75,18,.09) 0%, transparent 65%); pointer-events: none; }
.hero-inner  { max-width: var(--w); margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb  { display: flex; align-items: center; gap: 8px; font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 22px; }
.breadcrumb a { color: rgba(255,255,255,.3); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: rgba(255,255,255,.7); }
.breadcrumb svg { opacity: .4; }
.page-hero h1 { color: #fff; }
.page-hero .lead-hero { font-size: clamp(15px,1.8vw,19px); color: rgba(255,255,255,.58); line-height: 1.78; max-width: 640px; margin-top: 18px; }

/* ── SECTIONS ────────────────────────────────────── */
.sec        { padding: var(--pv) var(--ph); }
.sec-white  { background: #fff; }
.sec-ice    { background: var(--ice); }
.sec-navy   { background: var(--navy); }
.sec-blue   { background: var(--blue); }
.sec-inner  { max-width: var(--w); margin: 0 auto; }
.sec-hd     { max-width: 640px; margin-bottom: 56px; }
.sec-hd-c   { max-width: 600px; margin: 0 auto 56px; text-align: center; }

/* two-col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.two-col.top { align-items: start; }

/* ── CARDS – generic ─────────────────────────────── */
.card { background: #fff; border: 1px solid var(--border); border-radius: 14px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,.09); border-color: #C5D3E8; }

/* ── SERVICE CARDS ───────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.svc-card { padding: 34px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card:nth-child(1)::before { background: linear-gradient(90deg,#1361D8,#63A4FF); }
.svc-card:nth-child(2)::before { background: linear-gradient(90deg,#633CF0,#B39DFF); }
.svc-card:nth-child(3)::before { background: linear-gradient(90deg,#00A8CC,#5DCFEA); }
.svc-card:nth-child(4)::before { background: linear-gradient(90deg,#F54B12,#FF9A6C); }
.svc-card:nth-child(5)::before { background: linear-gradient(90deg,#0EB27E,#6EEBB8); }
.svc-card:nth-child(6)::before { background: linear-gradient(90deg,#7C3AED,#C4B5FD); }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.svc-card h3 { margin-bottom: 12px; }
.svc-card p  { font-size: 14px; color: var(--muted); line-height: 1.78; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; margin-top: auto; padding-top: 18px; transition: gap .2s; }
.svc-link:hover { gap: 10px; }

/* ── PILLAR CARDS ────────────────────────────────── */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pillar { padding: 28px; }
.pillar-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pillar h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 8px; }
.pillar p  { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ── APPROACH STEPS ──────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step { position: relative; padding: 32px 28px; }
.step:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.07); }
.step-num { font-family: 'Raleway', sans-serif; font-size: 56px; font-weight: 900; color: rgba(19,97,216,.08); line-height: 1; position: absolute; top: 16px; right: 22px; letter-spacing: -.04em; pointer-events: none; user-select: none; }
.step-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step h3 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 17px; color: var(--ink); margin-bottom: 10px; }
.step p  { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── STAFFING CARDS ──────────────────────────────── */
.stf-list { display: flex; flex-direction: column; gap: 14px; }
.stf-card { background: var(--ice); border: 1px solid var(--border); border-radius: 12px; padding: 24px; transition: background .2s, border-color .2s, transform .2s; }
.stf-card:hover { background: #EAF0FB; border-color: #9DBFF5; transform: translateY(-2px); }
.stf-row { display: flex; align-items: flex-start; gap: 16px; }
.stf-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stf-card h4 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.stf-card p  { font-size: 14px; color: var(--muted); line-height: 1.68; }

/* ── TAGS ────────────────────────────────────────── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.tag { background: var(--blue-pale); color: var(--blue); font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 700; padding: 5px 13px; border-radius: 100px; }

/* ── INDUSTRY CARDS ──────────────────────────────── */
.ind-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.ind-card { background: linear-gradient(148deg,var(--navy-2) 0%,var(--navy-3) 100%); border: 1px solid rgba(19,97,216,.17); border-radius: 14px; padding: 32px 26px; text-decoration: none; display: block; transition: border-color .25s, transform .25s, box-shadow .25s; }
.ind-card:hover { border-color: var(--blue); transform: translateY(-5px); box-shadow: 0 16px 38px rgba(19,97,216,.18); }
.ind-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(19,97,216,.18); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ind-card h3 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 20px; color: #fff; margin-bottom: 12px; }
.ind-card .ind-desc { font-size: 14px; color: #7EB5FF; line-height: 1.65; margin-bottom: 18px; }
.ind-card ul { list-style: none; margin: 0; padding: 0; }
.ind-card ul li { font-size: 13px; color: rgba(255,255,255,.5); padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; gap: 8px; }
.ind-card ul li:last-child { border-bottom: none; }
.ind-card ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ── STATS BAR ───────────────────────────────────── */
.stats-inner { max-width: var(--w); margin: 0 auto; padding: 0 var(--ph); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 32px; align-items: center; text-align: center; }
.stat-n { font-family: 'Raleway', sans-serif; font-size: clamp(40px,5vw,60px); font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.03em; }
.stat-l { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.62); margin-top: 8px; }
.stat-sep { width: 1px; background: rgba(255,255,255,.18); align-self: stretch; }

/* ── BLOG CARDS ──────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; text-decoration: none; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,.09); border-color: #C5D3E8; }
.blog-thumb { min-height: 140px; padding: 24px; display: flex; align-items: flex-end; }
.blog-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-tag { display: inline-block; font-family: 'Raleway', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 11px; border-radius: 100px; margin-bottom: 12px; }
.blog-body h4 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 16px; line-height: 1.38; color: var(--ink); margin-bottom: 8px; }
.blog-body p  { font-size: 13px; color: var(--muted); line-height: 1.68; flex: 1; }
.blog-read { display: inline-flex; align-items: center; gap: 5px; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; color: var(--blue); text-decoration: none; margin-top: 14px; transition: gap .2s; }
.blog-read:hover { gap: 9px; }

/* ── FAQ / ACCORDION ─────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-q { width: 100%; background: #fff; border: none; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); text-align: left; transition: background .2s; }
.faq-q:hover { background: var(--ice); }
.faq-q .faq-ico { width: 28px; height: 28px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .2s; }
.faq-q.open .faq-ico { transform: rotate(45deg); background: var(--blue); }
.faq-q.open .faq-ico svg { stroke: #fff; }
.faq-a { display: none; padding: 0 24px 20px; font-size: 15px; color: var(--muted); line-height: 1.75; border-top: 1px solid var(--border); padding-top: 16px; }
.faq-a.open { display: block; }

/* ── TEAM CARDS ──────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.team-card { padding: 32px; text-align: center; }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.team-card h4 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.team-card .role { font-size: 13px; font-weight: 600; color: var(--blue); margin-bottom: 12px; }
.team-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ── VALUE ROWS ──────────────────────────────────── */
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.value-card { padding: 28px; }
.value-num { font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 44px; color: rgba(19,97,216,.09); line-height: 1; letter-spacing: -.04em; margin-bottom: 10px; }
.value-card h4 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 18px; color: var(--ink); margin-bottom: 8px; }
.value-card p { font-size: 14px; color: var(--muted); line-height: 1.72; }

/* ── CONTACT FORM ────────────────────────────────── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; color: var(--ink); }
.form-group input,
.form-group select,
.form-group textarea { font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; outline: none; transition: border-color .2s, box-shadow .2s; width: 100%; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(19,97,216,.10); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 12px; line-height: 1.6; }

/* ── CONTACT INFO CARD ───────────────────────────── */
.contact-info { background: var(--navy); border-radius: 16px; padding: 40px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border-dark); }
.contact-item:last-child { border-bottom: none; padding-bottom: 0; }
.contact-item-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-label { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 4px; }
.contact-item-val { font-size: 14px; color: rgba(255,255,255,.8); }
.contact-item-val a { color: rgba(255,255,255,.8); text-decoration: none; transition: color .2s; }
.contact-item-val a:hover { color: #fff; }

/* ── SINGLE BLOG POST ────────────────────────────── */
.post-content { max-width: 760px; margin: 0 auto; }
.post-content h2 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 28px; color: var(--ink); margin: 36px 0 14px; }
.post-content h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 22px; color: var(--ink); margin: 28px 0 12px; }
.post-content p  { font-size: 16px; line-height: 1.85; color: #374151; margin-bottom: 20px; }
.post-content ul, .post-content ol { margin: 0 0 20px 24px; }
.post-content li { font-size: 16px; line-height: 1.8; color: #374151; margin-bottom: 8px; }
.post-content a  { color: var(--blue); text-decoration: underline; }
.post-content blockquote { border-left: 4px solid var(--orange); margin: 32px 0; padding: 18px 24px; background: var(--ice); border-radius: 0 10px 10px 0; }
.post-content blockquote p { margin: 0; font-style: italic; color: var(--ink-light); font-size: 17px; }
.post-content img { border-radius: 12px; margin: 28px 0; width: 100%; }
.post-back { display: inline-flex; align-items: center; gap: 8px; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; color: var(--blue); text-decoration: none; margin-bottom: 44px; transition: gap .2s; }
.post-back:hover { gap: 12px; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.post-cat  { font-family: 'Raleway', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; }
.post-date { font-size: 13px; color: var(--muted); }
.post-time { font-size: 13px; color: var(--muted); }
.post-share { display: flex; align-items: center; gap: 10px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.share-label { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; color: var(--muted); }
.share-btn { width: 36px; height: 36px; border-radius: 8px; background: var(--ice); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s, border-color .2s; }
.share-btn:hover { background: var(--blue-pale); border-color: #9DBFF5; }

/* ── FOOTER / GLOBAL CTA ─────────────────────────── */
.cta-sec { background: var(--navy); padding: 100px var(--ph); text-align: center; position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 1000px; height: 500px; background: radial-gradient(ellipse,rgba(19,97,216,.17) 0%,transparent 68%); pointer-events: none; }
.cta-line { width: 60px; height: 4px; background: var(--orange); border-radius: 4px; margin: 0 auto 28px; }
.cta-inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner h2 { color: #fff; margin-bottom: 20px; }
.cta-inner p  { font-size: 18px; color: rgba(255,255,255,.56); line-height: 1.78; margin-bottom: 44px; }
.cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

.s2-footer { background: var(--navy); padding: 76px var(--ph) 32px; }
.footer-grid { max-width: var(--w); margin: 0 auto; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 60px; }
.footer-desc { color: #3E5268; font-size: 14px; line-height: 1.8; max-width: 290px; margin-bottom: 22px; }
.footer-contact-info { color: #3E5268; font-size: 13px; line-height: 2.0; margin-bottom: 22px; }
.footer-contact-info a { color: #3E5268; text-decoration: none; transition: color .2s; }
.footer-contact-info a:hover { color: #fff; }
.footer-socials { display: flex; gap: 10px; margin-top: 4px; }
.soc-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s; }
.soc-btn:hover { background: rgba(19,97,216,.38); }
.footer-h { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-h.mt { margin-top: 28px; }
.footer-a { display: block; color: #4E637A; font-size: 14px; text-decoration: none; margin-bottom: 11px; transition: color .2s; }
.footer-a:hover { color: #fff; }
.footer-bottom { max-width: var(--w); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.06); padding-top: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.footer-bottom p { color: #263545; font-size: 13px; }

/* ── REVEAL ANIMATIONS ───────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.fl { transform: translateX(-22px); }
.reveal.fr { transform: translateX( 22px); }
.reveal.in { opacity: 1; transform: translate(0); }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; }
.d5 { transition-delay: .40s; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width:1200px) {
  .svc-grid    { grid-template-columns: repeat(2,1fr); }
  .steps-grid  { grid-template-columns: repeat(2,1fr); }
  .ind-grid    { grid-template-columns: repeat(2,1fr); }
  .stats-inner { grid-template-columns: repeat(4,1fr); }
  .stat-sep    { display: none; }
}
@media (max-width:1024px) {
  :root { --pv:72px; }
  .nav-links, .nav-ctas { display: none; }
  .nav-ham { display: block; }
  .two-col { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:768px) {
  :root { --ph:20px; --pv:56px; }
  .svc-grid    { grid-template-columns: 1fr; }
  .ind-grid    { grid-template-columns: 1fr; }
  .steps-grid  { grid-template-columns: 1fr; }
  .pillars     { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .blog-grid   { grid-template-columns: 1fr; }
  .team-grid   { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row    { grid-template-columns: 1fr; }
  .cta-btns    { flex-direction: column; align-items: center; }
}
@media (max-width:480px) {
  .stats-inner { grid-template-columns: 1fr; }
}
