:root {
  --navy: #071d3a;
  --navy-2: #0b2a50;
  --blue: #0078c8;
  --yellow: #f5a800;
  --magenta: #d80d68;
  --ink: #12233d;
  --muted: #667085;
  --paper: #f6f7f8;
  --white: #ffffff;
  --line: #e5e8ed;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(7, 29, 58, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(7,29,58,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 150px; overflow: hidden; }
.brand img { width: 100%; height: 70px; object-fit: contain; object-position: center; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.nav-cta { background: var(--navy); color: white !important; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 28px; color: var(--navy); }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 30%, #103d70 0, var(--navy) 40%, #041225 100%); padding: 72px 0 82px; }
.hero:after { content:""; position:absolute; inset:auto -10% -55% 35%; height:500px; border-radius:50%; background: rgba(245,168,0,.08); }
.hero-glow { position:absolute; width:420px; height:420px; right:-160px; top:-120px; border-radius:50%; background: rgba(0,120,200,.15); filter: blur(10px); }
.hero-grid { position: relative; z-index: 1; display:grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; font-size: 12px; font-weight:900; letter-spacing: .13em; color: var(--yellow); }
.eyebrow:before { content:""; width:30px; height:3px; background:var(--yellow); }
.eyebrow.dark { color:var(--navy); }
.eyebrow.dark:before { background:var(--yellow); }
.hero h1 { margin: 18px 0 20px; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.045em; max-width: 720px; }
.hero h1 span { color: var(--yellow); }
.hero p { max-width: 620px; color: #dbe5f2; font-size: 19px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin:32px 0 42px; }
.btn { display:inline-flex; justify-content:center; align-items:center; min-height:50px; padding:0 22px; border-radius:999px; font-weight:800; font-size:14px; transition:.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background:var(--yellow); color:var(--navy); box-shadow: 0 10px 25px rgba(245,168,0,.22); }
.btn-outline { border:1px solid rgba(255,255,255,.3); color:#fff; }
.hero-proof { display:flex; gap:28px; flex-wrap:wrap; }
.hero-proof div { display:flex; flex-direction:column; border-left:2px solid var(--yellow); padding-left:12px; }
.hero-proof strong { font-size:17px; }
.hero-proof span { font-size:11px; color:#aebed2; text-transform:uppercase; letter-spacing:.06em; }
.media-frame { position:relative; border:8px solid rgba(255,255,255,.08); border-radius:30px; overflow:hidden; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.media-frame img { width:100%; aspect-ratio: 1.45; object-fit:cover; }
.media-badge { position:absolute; left:22px; bottom:22px; background:rgba(7,29,58,.92); border:1px solid rgba(255,255,255,.15); padding:12px 16px; border-radius:14px; display:flex; gap:10px; align-items:center; font-size:13px; }
.media-badge b { color:var(--yellow); }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.section-heading h2, .audience h2, .about h2, .quote h2 { margin:12px 0 0; font-size:clamp(34px,4vw,52px); line-height:1.02; letter-spacing:-.035em; }
.section-heading > p { max-width:430px; color:var(--muted); margin:0; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { min-height:255px; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 7px 24px rgba(7,29,58,.045); transition:.25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.service-card.featured { background:var(--navy); color:#fff; border-color:var(--navy); }
.icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:#edf4fb; color:var(--navy); font-size:25px; font-weight:900; }
.featured .icon { background:rgba(245,168,0,.16); color:var(--yellow); }
.service-card h3 { font-size:20px; margin:22px 0 7px; text-transform:uppercase; }
.service-card p { color:var(--muted); font-size:14px; margin:0 0 20px; }
.featured p { color:#cbd7e5; }
.service-card a { font-size:13px; font-weight:800; color:var(--blue); }
.featured a { color:var(--yellow); }
.audience { background:var(--paper); }
.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.audience-media { border-radius:28px; overflow:hidden; box-shadow:var(--shadow); }
.audience-media img { width:100%; aspect-ratio:1.2; object-fit:cover; object-position:left center; }
.audience-copy > p { color:var(--muted); max-width:590px; font-size:17px; }
.audience-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.audience-list span { border:1px solid #dbe1e8; background:#fff; border-radius:999px; padding:9px 14px; font-size:13px; font-weight:800; }
.differentials { background:#fff; }
.centered { display:block; text-align:center; }
.centered .eyebrow { justify-content:center; }
.diff-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.diff-item { display:flex; gap:18px; padding:30px 20px; border-bottom:1px solid var(--line); }
.diff-item:nth-child(3n+1), .diff-item:nth-child(3n+2) { border-right:1px solid var(--line); }
.diff-item span { color:var(--yellow); font-weight:900; font-size:13px; }
.diff-item h3 { margin:0 0 6px; font-size:16px; text-transform:uppercase; }
.diff-item p { margin:0; color:var(--muted); font-size:13px; }
.about { background:var(--navy); color:#fff; }
.about-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:center; }
.about p { color:#c7d3e2; max-width:650px; font-size:17px; }
.text-link { display:inline-block; margin-top:18px; color:var(--yellow); font-weight:900; }
.about-stat { border:1px solid rgba(255,255,255,.14); border-radius:28px; padding:44px; background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.about-stat strong { display:block; font-size:56px; line-height:1; letter-spacing:-.05em; }
.about-stat span { display:block; margin-top:8px; font-size:15px; font-weight:800; letter-spacing:.08em; }
.about-stat .line { width:60px; height:3px; background:var(--yellow); margin:28px 0; }
.about-stat p { margin:0; font-size:14px; }
.quote { padding-top:70px; }
.quote-box { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:48px 54px; border-radius:30px; background:linear-gradient(135deg,var(--navy),#0c3a69); color:#fff; overflow:hidden; position:relative; }
.quote-box:after { content:""; position:absolute; width:260px; height:260px; right:-80px; top:-80px; border:45px solid rgba(245,168,0,.12); border-radius:50%; }
.quote-box h2 { font-size:42px; }
.quote-box p { color:#c9d6e5; margin-bottom:0; }
.light-btn { position:relative; z-index:2; white-space:nowrap; }
.footer { background:#041225; color:#fff; padding:55px 0 20px; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:50px; padding-bottom:40px; }
.footer strong { color:var(--yellow); }
.footer p { color:#aebed2; font-size:13px; }
.footer-brand { font-size:34px; font-weight:900; letter-spacing:-.04em; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:18px; color:#74869c; font-size:11px; }
@media (max-width: 900px) {
  .nav { position:absolute; top:78px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; padding:18px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); }
  .nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid, .audience-grid, .about-grid { grid-template-columns:1fr; gap:42px; }
  .hero { padding-top:54px; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .diff-grid { grid-template-columns:1fr 1fr; }
  .diff-item:nth-child(3n+1), .diff-item:nth-child(3n+2) { border-right:0; }
  .diff-item:nth-child(odd) { border-right:1px solid var(--line); }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px,1180px); }
  .section { padding:68px 0; }
  .brand { width:135px; }
  .hero h1 { font-size:45px; }
  .hero p { font-size:17px; }
  .hero-proof { gap:16px; }
  .cards, .diff-grid, .footer-grid { grid-template-columns:1fr; }
  .diff-item, .diff-item:nth-child(odd) { border-right:0; }
  .quote-box { padding:34px 25px; display:block; }
  .quote-box h2 { font-size:35px; }
  .light-btn { margin-top:24px; white-space:normal; }
}
