:root {
  --navy: #062b42;
  --navy-deep: #031b2a;
  --blue: #0e7196;
  --orange: #ff8a00;
  --purple: #803394;
  --ink: #10222d;
  --muted: #5f707a;
  --paper: #f5f7f7;
  --white: #fff;
  --line: #dbe3e6;
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; padding: 10px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(3, 27, 42, .86); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img, .site-header .logo { width: 170px; height: 72px; object-fit: contain; filter: none; transform: scale(1.28); transform-origin: left center; }
.desktop-nav { display: flex; gap: 30px; color: rgba(255,255,255,.82); font-size: .94rem; }
.desktop-nav a:hover { color: #fff; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange); color: #17212a; font: 700 .94rem "DM Sans", sans-serif; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,138,0,.22); background: #ff9d29; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.button-ghost { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.38); }
.button-ghost:hover { background: rgba(255,255,255,.16); box-shadow: none; }

.hero { min-height: 790px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,27,42,.98) 0%, rgba(3,27,42,.88) 38%, rgba(3,27,42,.25) 68%, rgba(3,27,42,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 86px; }
.eyebrow { margin: 0 0 18px; color: #f7bd6c; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 5.9rem); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--orange); }
.hero-copy { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.8); font-size: 1.2rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 70px; display: flex; gap: 0; }
.hero-proof span { min-width: 185px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.26); display: grid; gap: 4px; }
.hero-proof span:first-child { padding-left: 0; border: 0; }
.hero-proof b { font: 700 .96rem "Manrope", sans-serif; }
.hero-proof small { color: rgba(255,255,255,.55); }

.trust-strip { background: var(--orange); }
.trust-inner { min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.trust-inner p { margin: 0; font-size: 1rem; }
.trust-inner strong { font: 700 clamp(1.25rem, 2vw, 1.8rem) "Manrope", sans-serif; }

.audience { position: relative; overflow: hidden; background: linear-gradient(180deg,#fff,#f5f8fa); }
.audience::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -210px; border-radius: 50%; background: radial-gradient(circle,rgba(128,51,148,.12),transparent 68%); pointer-events: none; }
.audience-heading { margin-bottom: 36px; }
.audience-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.audience-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(1,78,114,.13); border-radius: 26px; background: rgba(255,255,255,.86); box-shadow: 0 20px 55px rgba(6,43,66,.07); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.audience-card:hover { transform: translateY(-6px); border-color: rgba(255,138,0,.6); box-shadow: 0 26px 65px rgba(6,43,66,.12); }
.audience-card>span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--blue); font: 800 .76rem "Manrope",sans-serif; }
.audience-card small { color: var(--purple); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.audience-card h3 { margin: 12px 0; font-size: 1.55rem; }
.audience-card p { color: var(--muted); line-height: 1.65; }
.audience-card b { color: var(--blue); font-size: .9rem; }
.audience-card.primary { color: #fff; background: linear-gradient(145deg,var(--navy-deep),var(--blue)); border-color: transparent; }
.audience-card.primary p { color: rgba(255,255,255,.7); }
.audience-card.primary small,.audience-card.primary b { color: #ffc475; }
.audience-card.primary>span { color: var(--ink); background: var(--orange); }
.audience-card.talent>span { background: var(--purple); }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .method h2, .careers h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 38px 32px 32px; background: var(--paper); border: 1px solid transparent; border-radius: var(--radius); overflow: hidden; }
.service-card.featured { background: var(--navy); color: #fff; }
.service-card:hover { border-color: rgba(14,113,150,.25); }
.service-number { color: #82939d; font-size: .74rem; letter-spacing: .12em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 46px 0 28px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.4rem; }
.featured .service-icon { color: var(--ink); background: var(--orange); }
.service-card h3 { margin-bottom: 14px; font-size: 1.45rem; }
.service-card p { color: var(--muted); line-height: 1.7; }
.featured p, .featured li { color: rgba(255,255,255,.68); }
.service-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(127,146,156,.24); list-style: none; }
.service-card li { margin: 10px 0; color: #475b67; font-size: .9rem; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--orange); }

.method { color: #fff; background: var(--navy-deep); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.method-grid > div > p:last-child { max-width: 480px; color: rgba(255,255,255,.62); line-height: 1.8; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li:first-child { padding-top: 0; }
.steps span { color: var(--orange); font: 700 .78rem "Manrope", sans-serif; }
.steps h3 { margin-bottom: 6px; font-size: 1.25rem; }
.steps p { margin: 0; color: rgba(255,255,255,.55); }

.careers { background: #eef2f3; }
.careers-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.careers-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.8; }
.text-link { display: inline-flex; gap: 14px; margin-top: 16px; color: var(--blue); font-weight: 700; }
.career-card { padding: 46px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(6,43,66,.18); }
.career-card > span { display: inline-block; padding: 7px 12px; border-radius: 999px; color: var(--ink); background: var(--orange); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.career-card h3 { margin: 32px 0 12px; font-size: 2rem; }
.career-card p { margin-bottom: 30px; color: rgba(255,255,255,.7); line-height: 1.7; }

.contact { color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.8; }
.contact-details { display: grid; gap: 16px; margin-top: 38px; }
.contact-details a { color: #f6bc6d; font-weight: 700; }
.contact-details address { max-width: 420px; color: rgba(255,255,255,.55); font-style: normal; line-height: 1.65; }
.contact-form { padding: 34px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.choice-row, .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-row { margin-bottom: 22px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: block; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; text-align: center; font-weight: 700; }
.choice-row input:checked + span { border-color: var(--blue); color: var(--blue); background: #edf7fa; }
.contact-form > label, .field-row label { display: grid; gap: 8px; margin-bottom: 16px; font-size: .83rem; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fbfcfc; font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(14,113,150,.14); border-color: var(--blue); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 400 !important; line-height: 1.45; }
.consent input { margin-top: 2px; }
.form-note { margin-bottom: 0; color: #7d8d95; font-size: .75rem; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.62); background: #02131d; }
.site-header.solid { position: relative; background: var(--navy-deep); }
.page-hero { padding: 110px 0 80px; color: #fff; background: linear-gradient(135deg,var(--navy-deep),var(--blue)); }
.page-hero h1 { margin: 10px 0; font-size: clamp(2.8rem,6vw,5rem); }
.news { background: #f6f8f9; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.news-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(6,43,66,.07); }
.news-card > img { width: 100%; height: 210px; object-fit: cover; }
.news-card-body { padding: 25px; }
.news-card h2,.news-card h3 { margin: 14px 0 10px; }
.news-card p { color: var(--muted); line-height: 1.65; }
.news-meta { display: flex; gap: 14px; color: #73848d; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.news-meta span { color: var(--blue); font-weight: 800; }
.section-action { margin-top: 30px; text-align: center; }
.news-empty { text-align: center; }
.article { max-width: 850px; padding-top: 90px; padding-bottom: 110px; }
.article .news-meta { margin-top: 42px; }
.article h1 { margin: 16px 0; font-size: clamp(2.6rem,6vw,4.8rem); line-height: 1.03; }
.article-lead { color: var(--muted); font-size: 1.25rem; line-height: 1.7; }
.article-image { width: 100%; max-height: 520px; margin: 38px 0; object-fit: cover; border-radius: var(--radius); }
.article-copy { max-width: 720px; margin: auto; font-size: 1.08rem; line-height: 1.9; }
.form-page { max-width: 900px; }
.contact-form.light { border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(6,43,66,.08); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.grid-3 label { display: grid; gap: 8px; margin-bottom: 16px; font-size: .83rem; font-weight: 700; }
.estimate { display: grid; gap: 6px; margin: 18px 0 28px; padding: 24px; color: #fff; background: var(--navy); border-radius: 14px; }
.estimate strong { color: #f6bc6d; font: 800 2rem "Manrope",sans-serif; }
.estimate small { color: rgba(255,255,255,.65); }
.request-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0 28px; padding: 0; border: 0; }
.request-choice legend { grid-column: 1/-1; margin-bottom: 8px; font-weight: 800; }
.request-choice label { cursor: pointer; }
.request-choice input { position: absolute; opacity: 0; }
.request-choice span { display: grid; gap: 5px; height: 100%; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.request-choice small { color: var(--muted); line-height: 1.45; }
.request-choice input:checked+span { border-color: var(--blue); background: #edf7fa; }
.jobs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.job-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.job-card>span { color: var(--orange); font-weight: 800; text-transform: uppercase; font-size: .75rem; }
.success-page { min-height: 100vh; display: grid; place-content: center; gap: 30px; width: min(90%,650px); margin: auto; text-align: center; }
.success-page>img { width: 170px; margin: auto; }
.success-page h1 { font-size: clamp(2.4rem,7vw,4rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 170px; filter: none; transform: scale(1.18); transform-origin: left center; }
.footer-grid strong { display: block; margin-bottom: 16px; color: #fff; font-family: "Manrope", sans-serif; }
.footer-grid a, .footer-grid p { display: block; margin: 10px 0; font-size: .88rem; line-height: 1.6; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.legal-page { width: min(920px,calc(100% - 36px)); margin: 0 auto; padding: 86px 0 110px; }
.legal-page h1 { max-width: none; margin-bottom: 12px; font-size: clamp(2.7rem,6vw,4.7rem); }
.legal-page .updated { margin-bottom: 52px; color: var(--muted); }
.legal-page h2 { margin: 46px 0 14px; font-size: 1.65rem; letter-spacing: -.025em; }
.legal-page h3 { margin: 28px 0 10px; font-size: 1.12rem; }
.legal-page p,.legal-page li { color: #435965; line-height: 1.82; }
.legal-page ul { padding-left: 22px; }
.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-card { margin: 28px 0; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,27,42,.98), rgba(3,27,42,.68)); }
  .section-heading, .method-grid, .careers-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap > .button { display: none; }
  .site-header { position: absolute; }
  .hero { min-height: 780px; align-items: end; }
  .hero-media { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(3,27,42,.3), rgba(3,27,42,.98) 60%); }
  .hero-content { padding: 140px 0 48px; }
  h1 { font-size: 3.2rem; }
  .hero-copy { font-size: 1.02rem; }
  .hero-actions { display: grid; }
  .hero-proof { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .hero-proof span { min-width: auto; padding: 0 14px; }
  .hero-proof span:nth-child(3) { padding-left: 0; border-left: 0; }
  .trust-inner { padding: 24px 0; display: block; }
  .trust-inner p { margin-bottom: 8px; }
  .section { padding: 78px 0; }
  .choice-row, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .grid-3,.jobs-grid,.request-choice { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
