:root {
  --brand: #284f9f;
  --brand-dark: #193064;
  --accent: #d4862e;
  --ink: #171d2a;
  --text: rgba(23, 29, 42, 0.86);
  --muted: rgba(23, 29, 42, 0.66);
  --line: rgba(40, 79, 159, 0.16);
  --page: #f5f6f8;
  --surface: #ffffff;
  --soft: #edf2fb;
  --shadow: 0 18px 50px rgba(21, 35, 64, 0.09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--page); color: var(--text); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: var(--brand); color: #fff; font-weight: 900; }
.brand strong { display: block; color: var(--ink); line-height: 1.2; }
.brand small { display: block; color: var(--muted); }
.nav { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.nav a { border-radius: 8px; padding: 10px 12px; color: var(--muted); font-weight: 760; text-decoration: none; }
.nav a:hover { background: var(--soft); color: var(--brand-dark); }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #111a30 0%, #263c72 55%, #f0e4d7 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%, rgba(212,134,46,.22), transparent 28%); pointer-events: none; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.6fr); gap: 48px; align-items: center; padding: 72px 0; }
.hero-grid > * { position: relative; z-index: 1; }
.kicker { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(34px, 6vw, 58px); line-height: 1.08; letter-spacing: 0; }
h2 { color: var(--ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.18; letter-spacing: 0; }
h3 { color: var(--ink); font-size: 23px; line-height: 1.24; letter-spacing: 0; }
.lead { max-width: 760px; color: rgba(255, 255, 255, 0.84); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 8px; background: #fff; color: var(--brand-dark); padding: 13px 22px; font-weight: 850; text-decoration: none; }
.button.ghost { border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; }
.hero-photo { margin: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.26); }
.hero-photo img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.visual { min-height: 420px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.12); padding: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.visual-bar { height: 56px; border-radius: 8px; background: rgba(255,255,255,.78); margin-bottom: 22px; }
.visual-card { height: 76px; border-radius: 8px; background: rgba(255,255,255,.3); margin-top: 16px; }
.visual-card.wide { height: 118px; background: rgba(212,134,46,.72); }
.visual-card.short { width: 72%; }
.visual-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.visual-row span { height: 74px; border-radius: 8px; background: rgba(255,255,255,.22); }
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -48px; position: relative; }
.trust article, .card, .panel, .info-table { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow); }
.trust article { padding: 22px; }
.trust span { display: block; color: var(--muted); font-size: 14px; font-weight: 730; }
.trust strong { display: block; color: var(--ink); font-size: 17px; line-height: 1.35; }
.section, .page { padding: 72px 0 0; }
.section-head { max-width: 860px; margin-bottom: 28px; }
.section-head p:not(.kicker) { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .panel { padding: 26px; }
.card span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: var(--soft); color: var(--brand-dark); font-weight: 900; margin-bottom: 18px; }
.card p, .panel p { color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, .75fr) minmax(300px, .5fr); gap: 32px; align-items: start; }
.media-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .62fr); gap: 28px; align-items: stretch; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow); padding: 28px; }
.media-panel > img { width: 100%; height: 100%; min-height: 420px; border-radius: 8px; object-fit: cover; }
.media-copy { align-self: center; }
.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.deliverables article, .faq-grid article { border: 1px solid var(--line); border-radius: 8px; background: color-mix(in srgb, var(--soft) 50%, #fff); padding: 18px; }
.deliverables strong, .deliverables span { display: block; }
.deliverables strong { color: var(--ink); }
.deliverables span, .faq-grid p { color: var(--muted); }
.steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.steps li { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); padding: 18px; }
.steps strong, .steps span { display: block; }
.steps strong { color: var(--ink); }
.steps span { color: var(--muted); }
.info-table { width: 100%; border-collapse: collapse; overflow: hidden; }
.info-table th, .info-table td { border-bottom: 1px solid var(--line); padding: 16px; text-align: left; vertical-align: top; }
.info-table th { width: 32%; color: var(--ink); }
.legal { display: grid; gap: 18px; }
.legal h1, .page h1 { color: var(--ink); font-size: clamp(34px, 5vw, 50px); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-grid h3 { font-size: 20px; }
.site-footer { margin-top: 72px; background: #121827; color: rgba(255,255,255,.76); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; }
.footer-grid a { display: block; min-height: 34px; color: rgba(255,255,255,.78); text-decoration: none; }
@media (max-width: 1000px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero-grid, .split, .media-panel, .footer-grid { grid-template-columns: 1fr; }
  .trust, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .media-panel > img { min-height: 300px; }
}
@media (max-width: 640px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .nav { justify-content: flex-start; }
  .hero-grid { min-height: auto; padding: 56px 0 84px; }
  .visual { min-height: 300px; }
  .trust, .cards, .deliverables, .faq-grid { grid-template-columns: 1fr; }
  .info-table, .info-table tbody, .info-table tr, .info-table th, .info-table td { display: block; width: 100%; }
  .info-table th { padding-bottom: 4px; }
  .info-table td { padding-top: 4px; }
}
