:root {
  --navy: #0b2e6d;
  --navy-deep: #081f4d;
  --ink: #122238;
  --muted: #627085;
  --line: #dde4ee;
  --soft: #f4f6fa;
  --soft-2: #eef2f7;
  --ivory: #fbfaf8;
  --gold: #b79b6a;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(8, 31, 77, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(183,155,106,.08), transparent 26%),
    linear-gradient(180deg, #fff, #fafbfd 48%, #fff);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, .quote { font-family: "Cormorant Garamond", Georgia, serif; }

.site-shell { max-width: 1600px; margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(8, 31, 77, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.brand-wordmark { font-size: 24px; letter-spacing: -.02em; color: rgba(255,255,255,.82); }
.brand-wordmark strong { color: #fff; }
.header-right { display: flex; align-items: center; gap: 18px; }
.primary-nav { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.primary-nav a:hover { color: #fff; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.nav-cta:hover { background: #fff; color: var(--navy-deep); }
.lang-toggle { display: inline-flex; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.lang-link { color: rgba(255,255,255,.74); padding: 8px 12px; font-size: 13px; font-weight: 800; }
.lang-link.is-active { background: #fff; color: var(--navy-deep); }

.section, .hero, .metrics-strip, .site-footer { padding-left: clamp(20px, 4vw, 56px); padding-right: clamp(20px, 4vw, 56px); }
.hero {
  display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); gap: 36px; align-items: center;
  padding-top: clamp(56px, 8vw, 106px); padding-bottom: clamp(56px, 8vw, 90px);
  background:
    radial-gradient(circle at 78% 12%, rgba(183,155,106,.10), transparent 26%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff;
}
.eyebrow {
  margin: 0 0 16px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold);
}
.hero h1 { margin: 0; max-width: 14ch; font-size: clamp(44px, 6.2vw, 78px); line-height: .95; letter-spacing: -.04em; }
.hero-lead, .section-kicker { color: rgba(255,255,255,.80); font-size: 18px; line-height: 1.7; max-width: 62ch; }
.section-kicker { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 14px 24px; border-radius: 999px; font: inherit; font-weight: 800; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: var(--navy-deep); box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.button-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.button-secondary:hover { background: rgba(255,255,255,.10); }
.hero-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-credentials span {
  padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); font-size: 13px; font-weight: 700;
}
.hero-panel {
  background: var(--ivory); color: var(--ink); border-radius: var(--radius-xl); padding: 30px; box-shadow: var(--shadow); border: 1px solid rgba(11,46,109,.06);
}
.hero-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-mark { width: 76px; height: 76px; object-fit: contain; }
.panel-tag { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.hero-panel h2 { margin: 18px 0 14px; font-size: clamp(31px, 3vw, 38px); line-height: 1; letter-spacing: -.03em; }
.panel-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.panel-list li { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.panel-note { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

.metrics-strip {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0; background: #fff; border-bottom: 1px solid var(--line);
}
.metrics-strip article { padding: 24px 20px; border-right: 1px solid var(--line); }
.metrics-strip article:last-child { border-right: 0; }
.metrics-strip strong { display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; color: var(--navy); }
.metrics-strip span { color: var(--muted); font-size: 14px; }

.section { padding-top: clamp(64px, 8vw, 100px); padding-bottom: clamp(64px, 8vw, 100px); }
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: end; margin-bottom: 34px; }
.section-head.compact { display: block; max-width: 900px; }
.section-head.light .section-kicker { color: rgba(255,255,255,.78); }
.section h2 { margin: 0 0 8px; font-size: clamp(34px, 4.1vw, 56px); line-height: 1; letter-spacing: -.035em; max-width: 18ch; }
.intro-section { background: var(--ivory); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill { padding: 14px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(8,31,77,.05); font-weight: 700; color: var(--navy); }

.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4,1fr); }
.card-grid.two { grid-template-columns: repeat(2,1fr); }
.service-card, .case-card {
  background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 14px 34px rgba(8,31,77,.06);
}
.service-index { display: inline-block; margin-bottom: 26px; font-size: 16px; font-weight: 800; letter-spacing: .08em; color: var(--gold); }
.service-card h3, .case-card h3, .mini-panels h3, .step-card h3 { margin: 0 0 10px; font-size: clamp(23px, 2.05vw, 28px); line-height: 1.05; }
.service-card p, .case-card p, .about-main p, .mini-panels p, .step-card p, .faq-answer { color: var(--muted); line-height: 1.7; }
.section-dark { background: linear-gradient(135deg, var(--navy-deep), #0d326f); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step-card { padding: 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.step-card span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.16); color: var(--gold); font-weight: 800; margin-bottom: 18px; }
.step-card p { color: rgba(255,255,255,.78); }
.case-tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 12px; font-weight: 800; margin-bottom: 12px; }
.case-outcome { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-weight: 800; }

.about-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; align-items: start; }
.about-side { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 28px; }
.quote { margin: 8px 0 24px; font-size: 34px; line-height: 1; color: var(--navy); }
.mini-panels { display: grid; gap: 14px; }
.mini-panels article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; }
.cred-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.cred-list li { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; gap: 10px; align-items: baseline; color: var(--ink); }
.cred-list li::before { content: ""; width: 8px; height: 8px; margin-top: 8px; background: var(--gold); transform: rotate(45deg); flex: 0 0 auto; }

.faq-section { background: var(--soft); }
.faq-list { max-width: 940px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 22px 40px 22px 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(24px, 2.5vw, 30px); line-height: 1.08; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 28px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-answer { padding: 0 0 22px; }

.contact-section {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff;
}
.contact-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.contact-links a { color: #fff; font-weight: 700; }
.contact-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card label { display: grid; gap: 8px; margin-bottom: 14px; font-size: 13px; font-weight: 700; }
.contact-card input, .contact-card textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 14px 15px; font: inherit; background: rgba(255,255,255,.96); color: var(--ink);
}
.contact-card textarea { min-height: 130px; resize: vertical; }
.contact-card .button-primary { border: 0; cursor: pointer; }
.form-note { color: rgba(255,255,255,.7); font-size: 13px; margin: 12px 0 0; }
.form-status { color: #fff; font-size: 13px; font-weight: 700; margin: 10px 0 0; }

.site-footer { padding-top: 28px; padding-bottom: 36px; background: #fff; border-top: 1px solid var(--line); }
.footer-logo { width: min(440px, 90%); margin-bottom: 20px; }
.footer-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-meta p { margin: 0; color: var(--muted); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: var(--navy); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .about-section, .contact-section, .section-head { grid-template-columns: 1fr; }
  .card-grid.four { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; }
  .header-right { width: 100%; justify-content: space-between; }
  .primary-nav { gap: 12px; flex-wrap: wrap; }
  .metrics-strip, .card-grid.four, .card-grid.two, .steps-grid, .cred-list, .form-row { grid-template-columns: 1fr; }
  .metrics-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics-strip article:last-child { border-bottom: 0; }
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero h1 { font-size: 42px; max-width: 15ch; }
  .faq-list summary { font-size: 23px; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
}
