
/* ── RESET ── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Inter',sans-serif; background:#FAFAF9; color:#0A0A0A; font-size:18px; line-height:1.7; }
a { text-decoration:none; color:inherit; }
img { display:block; max-width:100%; }

/* ── TOKENS ── */
:root {
  --orange: #C8601A;
  --orange-lt: #FFF3EA;
  --marine: #0D2240;
  --marine2: #122B50;
  --border: #EBEBEB;
  --muted: #333;
  --light: #FAFAF9;
}

/* ── NAVBAR ── */
.navbar {
  position:sticky; top:0; z-index:200;
  background:#fff; border-bottom:1px solid var(--border);
  height:62px; padding:0 48px;
  display:flex; align-items:center; justify-content:space-between;
}
.logo { font-size:17px; font-weight:700; letter-spacing:-0.3px; }
.logo span { color:var(--orange); }
.nav-links { display:flex; gap:26px; align-items:center; }
.nav-links a { font-size:13px; color:#333; font-weight:400; transition:color .15s; }
.nav-links a:hover { color:#1C1C1C; }
.nav-cta { background:var(--marine)!important; color:#fff!important; padding:8px 18px; border-radius:4px; font-size:12px; font-weight:500; }

/* ── HERO — full bleed photo ── */
.hero {
  position:relative; height:92vh; min-height:580px; max-height:820px;
  display:flex; align-items:center;
  background:#0a1a30;
  overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0;
  background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1800&q=85&auto=format&fit=crop');
  background-size:cover; background-position:center 30%;
  opacity:0.38;
}
.hero-bg-grad {
  position:absolute; inset:0;
  background: linear-gradient(105deg, rgba(13,34,64,0.97) 40%, rgba(13,34,64,0.55) 70%, rgba(13,34,64,0.15) 100%);
}
.hero-inner {
  position:relative; z-index:2;
  max-width:1160px; margin:0 auto; padding:0 48px;
  display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; width:100%;
}
.hero-eyebrow { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--orange); margin-bottom:20px; font-weight:400; }
.hero-title { font-size:60px; font-weight:300; color:#fff; line-height:1.04; letter-spacing:-2px; margin-bottom:26px; }
.hero-title strong { font-weight:700; }
.hero-title em { color:var(--orange); font-style:normal; font-weight:700; }
.hero-sub { font-size:18px; color:rgba(255,255,255,0.82); line-height:1.75; max-width:460px; font-weight:300; margin-bottom:38px; }
.hero-btns { display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.btn-hero { background:var(--orange); color:#fff; padding:14px 28px; border-radius:4px; font-weight:500; font-size:13px; transition:opacity .15s; }
.btn-hero:hover { opacity:0.88; }
.btn-hero-ghost { background:transparent; color:rgba(255,255,255,0.7); padding:14px 20px; font-weight:400; font-size:13px; border:1px solid rgba(255,255,255,0.2); border-radius:4px; transition:border-color .15s; }
.btn-hero-ghost:hover { border-color:rgba(255,255,255,0.5); color:#fff; }
.hero-certs { margin-top:36px; display:flex; gap:20px; align-items:center; }
.cert-badge { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.70); border:1px solid rgba(255,255,255,0.12); padding:5px 10px; border-radius:3px; }

/* hero right — stat cards */
.hero-stats-grid { display:flex; flex-direction:column; gap:2px; }
.hstat {
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.09);
  backdrop-filter:blur(6px); border-radius:8px;
  padding:18px 24px; display:flex; align-items:center; gap:18px;
  transition:background .2s;
}
.hstat:hover { background:rgba(255,255,255,0.1); }
.hstat-num { font-size:32px; font-weight:700; color:#fff; letter-spacing:-1px; min-width:70px; }
.hstat-num em { color:var(--orange); font-style:normal; font-size:18px; }
.hstat-label { font-size:13px; color:rgba(255,255,255,0.80); font-weight:300; line-height:1.4; }

/* scroll indicator */
.scroll-hint {
  position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
  z-index:3; display:flex; flex-direction:column; align-items:center; gap:6px;
  opacity:0.4;
}
.scroll-hint span { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:#fff; }
.scroll-arrow { width:1px; height:32px; background:linear-gradient(to bottom, #fff, transparent); }

/* ── TICKER ── */
.ticker {
  background:#fff; border-bottom:1px solid var(--border);
  padding:14px 48px; display:flex; gap:32px; overflow:hidden;
}
.ticker span { font-size:10px; color:#ccc; letter-spacing:1.5px; text-transform:uppercase; white-space:nowrap; }
.ticker span b { color:#555; font-weight:500; }

/* ── GENERIC LAYOUT ── */
.container { max-width:1160px; margin:0 auto; padding:0 48px; }
.section { padding:80px 0; }
.section-sm { padding:48px 0; }
.label { font-size:9px; text-transform:uppercase; letter-spacing:3px; color:#C0C0C0; margin-bottom:14px; font-weight:500; }
.divider { height:1px; background:var(--border); }
.sec-title { font-size:34px; font-weight:300; letter-spacing:-0.8px; margin-bottom:10px; }
.sec-title strong { font-weight:700; }
.sec-sub { font-size:15px; color:var(--muted); font-weight:300; line-height:1.75; max-width:520px; }
.flex-between { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }

/* ── SPLIT SECTION — image + text ── */
.split { display:grid; grid-template-columns:1fr 1fr; gap:0; border:1px solid var(--border); border-radius:16px; overflow:hidden; }
.split-img { position:relative; min-height:480px; overflow:hidden; }
.split-img img { width:100%; height:100%; object-fit:cover; }
.split-img-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(13,34,64,0.3), transparent); }
.split-content { padding:56px 52px; background:#fff; display:flex; flex-direction:column; justify-content:center; }
.split-content.dark { background:var(--marine); }
.split-content.dark h2, .split-content.dark p, .split-content.dark .label { color:#fff; }
.split-content.dark .label { color:rgba(255,255,255,0.3); }
.split-content.dark p { color:rgba(255,255,255,0.82); }
.split-content h2 { font-size:36px; font-weight:300; letter-spacing:-0.8px; margin-bottom:16px; }
.split-content h2 strong { font-weight:700; }
.split-content p { font-size:15px; color:var(--muted); line-height:1.8; font-weight:300; margin-bottom:12px; }
.split-list { list-style:none; margin:16px 0 28px; display:flex; flex-direction:column; gap:10px; }
.split-list li { font-size:14px; color:var(--muted); display:flex; align-items:flex-start; gap:10px; font-weight:300; line-height:1.5; }
.split-list li::before { content:''; width:4px; height:4px; border-radius:50%; background:var(--orange); flex-shrink:0; margin-top:7px; }
.split-content.dark .split-list li { color:rgba(255,255,255,0.82); }
.split-content.dark .split-list li::before { background:var(--orange); }

/* ── SERVICES CARDS ── */
.cards-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.card { background:#fff; display:flex; flex-direction:column; transition:background .15s; }
.card:hover { background:#FDFCFB; }
.card-top { padding:28px 26px 20px; flex:1; }
.card-icon-wrap { width:48px; height:48px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.card-num { font-size:10px; color:#ddd; margin-bottom:10px; letter-spacing:1px; }
.card h3 { font-size:14px; font-weight:600; margin-bottom:8px; }
.card p { font-size:15px; color:var(--muted); line-height:1.65; font-weight:300; }
.card-foot { padding:16px 26px 24px; border-top:1px solid #F5F5F5; }
.card-link { font-size:12px; color:var(--orange); font-weight:500; }

/* ── STAT ROW ── */
.stats-row { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.stat-box { background:#FAFAF9; padding:30px 28px; }
.stat-box .big { font-size:40px; font-weight:700; color:#1C1C1C; letter-spacing:-1.5px; }
.stat-box .big em { color:var(--orange); font-style:normal; font-size:22px; }
.stat-box .desc { font-size:11px; color:#444; margin-top:4px; font-weight:300; }

/* ── ASSESSMENT GRID ── */
.assess-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.aitem { background:#fff; padding:24px 26px; display:flex; gap:14px; align-items:flex-start; transition:background .15s; }
.aitem:hover { background:#FDFCFB; }
.abadge { width:38px; height:38px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.abody h4 { font-size:13px; font-weight:600; margin-bottom:5px; }
.abody p { font-size:14px; color:var(--muted); line-height:1.55; font-weight:300; }
.atags { display:flex; gap:6px; flex-wrap:wrap; margin-top:8px; }
.tag { font-size:9px; letter-spacing:0.5px; text-transform:uppercase; padding:3px 7px; border-radius:3px; font-weight:500; }
.to { background:var(--orange-lt); color:var(--orange); }
.tb { background:#EAF0FF; color:#3B5BDB; }
.tg { background:#EDFAF4; color:#0E9E6B; }
.tm { background:#E8EDF4; color:var(--marine); }
.tp { background:#F3EEFF; color:#7C3AED; }

/* ── TESTIMONIAL ── */
.testimonial {
  background:var(--marine); border-radius:16px; overflow:hidden;
  display:grid; grid-template-columns:1fr 1fr; min-height:360px;
}
.testi-img { position:relative; overflow:hidden; min-height:360px; }
.testi-img img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center top; }
.testi-img-overlay { position:absolute; inset:0; background:linear-gradient(to right, rgba(13,34,64,0.3), rgba(13,34,64,0)); }
.testi-content { padding:56px 52px; display:flex; flex-direction:column; justify-content:center; }
.testi-quote { font-size:24px; font-weight:300; color:#fff; line-height:1.5; letter-spacing:-0.3px; margin-bottom:28px; font-style:italic; }
.testi-quote strong { font-weight:600; font-style:normal; }
.testi-author { display:flex; align-items:center; gap:14px; }
.testi-avatar { width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,0.15); }
.testi-name { font-size:13px; font-weight:600; color:#fff; }
.testi-role { font-size:12px; color:rgba(255,255,255,0.75); margin-top:2px; }
.testi-cert { display:flex; gap:8px; margin-bottom:32px; }
.testi-cert span { font-size:9px; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,0.75); border:1px solid rgba(255,255,255,0.3); padding:4px 8px; border-radius:3px; }

/* ── COACHING CARDS ── */
.coaching-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.ccard { background:#fff; padding:28px 26px 24px; display:flex; flex-direction:column; transition:background .15s; }
.ccard:hover { background:#FDFCFB; }
.ctag { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:var(--orange); font-weight:500; margin-bottom:10px; }
.ccard h4 { font-size:15px; font-weight:600; letter-spacing:-0.3px; margin-bottom:8px; }
.ccard p { font-size:15px; color:var(--muted); line-height:1.65; font-weight:300; flex:1; }
.cpills { margin-top:14px; display:flex; gap:8px; flex-wrap:wrap; }
.cpill { font-size:10px; color:#444; border:1px solid var(--border); padding:3px 8px; border-radius:3px; }
.cfoot { margin-top:16px; padding-top:14px; border-top:1px solid #F5F5F5; }
.clink { font-size:12px; color:var(--orange); font-weight:500; }

/* ── CTA PANEL ── */
.cta-panel {
  border-radius:16px; overflow:hidden; position:relative;
  min-height:380px; display:flex; align-items:center;
}
.cta-bg {
  position:absolute; inset:0;
  background-image:url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=80&auto=format&fit=crop');
  background-size:cover; background-position:center;
}
.cta-overlay { position:absolute; inset:0; background:linear-gradient(105deg, rgba(13,34,64,0.97) 45%, rgba(13,34,64,0.6) 100%); }
.cta-inner { position:relative; z-index:2; padding:56px 60px; display:flex; align-items:center; justify-content:space-between; gap:48px; width:100%; }
.cta-text h3 { font-size:34px; font-weight:300; color:#fff; letter-spacing:-0.6px; line-height:1.3; margin-bottom:12px; }
.cta-text h3 strong { font-weight:700; }
.cta-text p { font-size:16px; color:rgba(255,255,255,0.80); max-width:420px; line-height:1.75; font-weight:300; }
.cta-btns { display:flex; flex-direction:column; gap:12px; flex-shrink:0; }
.btn-orange { background:var(--orange); color:#fff; padding:14px 28px; border-radius:4px; font-weight:500; font-size:13px; display:inline-block; text-align:center; transition:opacity .15s; white-space:nowrap; }
.btn-orange:hover { opacity:0.88; }
.btn-wghost { background:transparent; color:rgba(255,255,255,0.5); padding:13px 24px; border-radius:4px; font-size:12px; border:1px solid rgba(255,255,255,0.15); display:inline-block; text-align:center; transition:border-color .15s; white-space:nowrap; }
.btn-wghost:hover { border-color:rgba(255,255,255,0.35); color:rgba(255,255,255,0.85); }

/* ── CLIENTS ── */
.clients-wrap { border:1px solid var(--border); border-radius:12px; padding:40px 48px; background:#fff; }
.clients-hdr { display:flex; align-items:flex-start; justify-content:space-between; gap:40px; margin-bottom:32px; }
.clients-hdr p { font-size:14px; color:var(--muted); max-width:340px; line-height:1.75; font-weight:300; }
.sector-row { display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.sector-label { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:#ccc; font-weight:500; min-width:90px; }
.sector-logos { display:flex; gap:6px; flex-wrap:wrap; }
.slogo { font-size:11px; font-weight:500; color:#333; background:#F8F8F8; border:1px solid #EBEBEB; padding:5px 12px; border-radius:4px; white-space:nowrap; }

/* ── BLOG GRID ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.bcard { background:#fff; padding:28px 26px 24px; display:flex; flex-direction:column; transition:background .15s; }
.bcard:hover { background:#FDFCFB; }
.bcat { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:var(--orange); font-weight:500; margin-bottom:12px; }
.bcard h4 { font-size:15px; font-weight:600; line-height:1.35; letter-spacing:-0.3px; margin-bottom:10px; }
.bcard p { font-size:15px; color:var(--muted); line-height:1.65; font-weight:300; flex:1; }
.bmeta { margin-top:18px; display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid #F5F5F5; }
.bauthor { font-size:10px; color:#555; }
.blink { font-size:11px; color:var(--orange); font-weight:500; }

/* ── LICENSE PANEL ── */
.license-panel {
  border-radius:16px; overflow:hidden; position:relative;
  display:grid; grid-template-columns:1fr 1fr; min-height:320px;
}
.lic-img { position:relative; overflow:hidden; }
.lic-img img { width:100%; height:100%; object-fit:cover; }
.lic-img-overlay { position:absolute; inset:0; background:rgba(13,34,64,0.25); }
.lic-content { background:var(--marine); padding:52px 48px; display:flex; flex-direction:column; justify-content:center; }
.lic-content h3 { font-size:30px; font-weight:300; color:#fff; letter-spacing:-0.5px; margin-bottom:12px; }
.lic-content h3 strong { font-weight:700; }
.lic-content p { font-size:16px; color:rgba(255,255,255,0.80); line-height:1.75; font-weight:300; margin-bottom:28px; max-width:380px; }
.btn-outline-w { background:transparent; color:rgba(255,255,255,0.7); padding:12px 24px; border-radius:4px; font-size:12px; font-weight:500; border:1.5px solid rgba(255,255,255,0.2); display:inline-block; transition:all .15s; }
.btn-outline-w:hover { border-color:rgba(255,255,255,0.5); color:#fff; }

/* ── FOOTER ── */
.footer { background:var(--marine); border-radius:16px; padding:56px 56px 34px; color:#fff; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.07); }
.footer-logo { font-size:18px; font-weight:700; margin-bottom:16px; }
.footer-logo span { color:var(--orange); }
.footer-brand p { font-size:13px; color:rgba(255,255,255,0.72); line-height:1.75; max-width:220px; font-weight:300; margin-bottom:20px; }
.footer-loc { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.18); }
.footer-col h5 { font-size:9px; letter-spacing:2.5px; text-transform:uppercase; color:rgba(255,255,255,0.55); font-weight:500; margin-bottom:16px; }
.footer-col a { display:block; font-size:13px; color:rgba(255,255,255,0.80); margin-bottom:10px; transition:color .15s; }
.footer-col a:hover { color:rgba(255,255,255,0.85); }
.footer-col a.highlight { color:var(--orange); font-weight:500; margin-top:6px; }
.footer-bottom { padding-top:24px; display:flex; align-items:center; justify-content:space-between; }
.footer-copy { font-size:11px; color:rgba(255,255,255,0.18); }
.socials { display:flex; gap:10px; }
.social-btn { width:32px; height:32px; border-radius:6px; border:1px solid rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; transition:border-color .15s; }
.social-btn:hover { border-color:rgba(255,255,255,0.3); }

/* ── MAGELLAN CALLOUT ── */
.magellan-strip { margin-top:14px; border:1px solid var(--border); border-radius:12px; background:#fff; display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; padding:32px 40px; }
.magellan-strip h4 { font-size:17px; font-weight:600; color:#1C1C1C; margin-bottom:6px; }
.magellan-strip p { font-size:12px; color:var(--muted); line-height:1.7; max-width:560px; font-weight:300; }
.btn-outline-dark { background:transparent; color:var(--marine); padding:11px 24px; border-radius:4px; font-size:12px; font-weight:500; border:1.5px solid var(--marine); display:inline-block; transition:all .15s; white-space:nowrap; }
.btn-outline-dark:hover { background:var(--marine); color:#fff; }

/* ── FEATURE BAR ── */
.feature-bar { background:var(--marine); border-radius:12px; padding:32px 40px; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
.fb-item { padding:0 32px; border-right:1px solid rgba(255,255,255,0.08); }
.fb-item:first-child { padding-left:0; }
.fb-item:last-child { border-right:none; }
.fb-item h4 { font-size:13px; font-weight:600; color:#fff; margin-bottom:6px; }
.fb-item p { font-size:12px; color:rgba(255,255,255,0.38); line-height:1.65; font-weight:300; }

.mt-14 { margin-top:14px; }
.mt-12 { margin-top:12px; }
.spacer { height:48px; }

/* ── INNER PAGE HERO ── */
.page-hero {
  position:relative; height:72vh; min-height:480px; max-height:680px;
  display:flex; align-items:flex-end; overflow:hidden; background:#0a1a30;
}
.page-hero-bg {
  position:absolute; inset:0;
  background-size:cover; background-position:center 30%;
  opacity:0.38;
}
.page-hero-grad {
  position:absolute; inset:0;
  background:linear-gradient(105deg, rgba(13,34,64,0.97) 40%, rgba(13,34,64,0.55) 70%, rgba(13,34,64,0.15) 100%);
}
.page-hero-inner {
  position:relative; z-index:2;
  max-width:1160px; margin:0 auto; padding:0 48px 64px;
  width:100%;
}
.hero-text { max-width:660px; }
.page-hero-eyebrow { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--orange); margin-bottom:20px; font-weight:400; }
.page-hero-title { font-size:56px; font-weight:300; color:#fff; line-height:1.06; letter-spacing:-1.8px; margin-bottom:22px; }
.page-hero-title strong { font-weight:700; }
.page-hero-title em { color:var(--orange); font-style:normal; font-weight:700; }
.page-hero-sub { font-size:17px; color:rgba(255,255,255,0.80); line-height:1.75; max-width:500px; font-weight:300; }

/* ── REVEAL ANIMATIONS ── */
.reveal { opacity:0; transform:translateY(20px); transition:opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.animate-fadeup { animation:fadeup .7s ease forwards; }
@keyframes fadeup { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }

/* ── ACTIVE NAV LINK ── */
.nav-links a.active { color:#1C1C1C; font-weight:500; }

/* ── EXTRA CARD GRIDS ── */
.cards-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.cards-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }

/* ── SPLIT OVERLAY ── */
.split-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(13,34,64,0.22), transparent); }

/* ── FOOTER LEGAL ── */
.footer-legal { display:flex; gap:16px; margin-top:4px; }
.footer-legal a { font-size:10px; color:rgba(255,255,255,0.18); transition:color .15s; }
.footer-legal a:hover { color:rgba(255,255,255,0.4); }
