:root {
  --ink: #17202a;
  --muted: #5b6673;
  --cream: #f6f2ea;
  --paper: #ffffff;
  --navy: #132a3a;
  --navy-2: #0c1c27;
  --gold: #b8893b;
  --gold-light: #e8d2a6;
  --line: #dfe4e8;
  --success: #1d6b48;
  --danger: #9e2f2f;
  --shadow: 0 18px 45px rgba(12, 28, 39, 0.13);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #2f79b7; outline-offset: 3px; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
  background: #fff; color: #000; padding: 10px 14px; z-index: 9999;
}
.skip-link:focus { left: 12px; top: 12px; }
.container { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--gold); }
.section { padding: 88px 0; }
.section-tight { padding: 58px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2, .page-hero h1 { margin: 7px 0 12px; line-height: 1.12; }
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); letter-spacing: -.035em; }
h3 { line-height: 1.25; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

.topbar { background: var(--navy-2); color: #e7edf1; font-size: .91rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; }
.topbar a { text-decoration: none; }
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(19,42,58,.08); backdrop-filter: blur(12px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #f4cf84; display: grid; place-items: center; font-weight: 900; letter-spacing: -.07em; box-shadow: inset 0 0 0 2px #c69a4a; }
.brand-text { line-height: 1.05; }
.brand-text strong { display: block; font-size: .98rem; letter-spacing: .03em; }
.brand-text span { display: block; color: var(--muted); font-size: .72rem; margin-top: 5px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .95rem; }
.nav-links a:hover { color: var(--gold); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--navy); box-shadow: 0 10px 22px rgba(19,42,58,.18); }
.btn-primary:hover { background: #1a3a4f; }
.btn-gold { color: #15120d; background: #e5c37e; }
.btn-outline { border-color: #aab3ba; background: #fff; color: var(--navy); }
.btn-outline:hover { border-color: var(--navy); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { padding: 96px 70px 84px max(20px, calc((100vw - var(--max))/2)); display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { margin: 10px 0 20px; }
.hero-copy .lead { margin-bottom: 28px; }
.hero-media { position: relative; min-height: 560px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,242,234,.3), transparent 30%); pointer-events: none; }
.hero-card { position: absolute; left: 28px; bottom: 28px; width: min(360px, calc(100% - 56px)); padding: 22px; color: #fff; background: rgba(12,28,39,.92); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card strong { display: block; margin-bottom: 4px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 30px; }
.trust-chip { padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid #ddd5c7; font-size: .86rem; font-weight: 750; }

.notice-band { background: var(--navy); color: #fff; }
.notice-band .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 21px 0; }
.notice-band strong { color: #f3d79e; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 11px 30px rgba(12,28,39,.06); }
.card-media { aspect-ratio: 16/10; overflow: hidden; background: #eef1f3; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.025); }
.card-body { padding: 24px; }
.card-body h3 { margin: 0 0 8px; font-size: 1.35rem; }
.card-body p { color: var(--muted); }
.text-link { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 4px; font-weight: 800; }

.services-band { background: #f7f8f9; }
.icon-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.icon-card .num { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--gold); font-weight: 900; }
.icon-card h3 { margin: 18px 0 8px; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.split-media { min-height: 520px; position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: #eef1f3; }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.checklist { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 13px; }
.checklist li { position: relative; padding-left: 30px; }
.checklist li:before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }

.process { background: var(--navy-2); color: #fff; }
.process .lead, .process .muted { color: #c3cdd4; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 26px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.process-step span { color: #e2bd74; font-weight: 900; }
.process-step h3 { margin: 14px 0 8px; }

.cta { background: var(--cream); }
.cta-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; padding: 44px; background: #fff; border: 1px solid #ded8cc; border-radius: 28px; box-shadow: var(--shadow); }
.cta-box h2 { margin: 0 0 14px; }
.contact-list { display: grid; gap: 14px; }
.contact-list a { text-decoration: none; }
.contact-item { padding: 16px; border-radius: 14px; background: #f8f6f2; border: 1px solid #e4ded3; }
.contact-item span { display: block; color: var(--muted); font-size: .85rem; }
.contact-item strong { display: block; margin-top: 2px; }

.form-shell { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 750; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #b9c1c8; border-radius: 11px; padding: 11px 13px; background: #fff; color: var(--ink); }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #2f79b7; box-shadow: 0 0 0 3px rgba(47,121,183,.13); outline: none; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; }
.checkbox input { width: 18px; min-height: 18px; margin-top: 4px; }
.form-note { font-size: .85rem; color: var(--muted); }
.hp { position: absolute !important; left: -9999px !important; }

.page-hero { background: var(--cream); padding: 78px 0 58px; border-bottom: 1px solid #e5dfd4; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); max-width: 880px; }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin-bottom: 15px; }
.breadcrumbs a { text-underline-offset: 3px; }
.content { max-width: 840px; }
.content h2 { font-size: 2rem; margin-top: 2.3rem; }
.content h3 { margin-top: 1.8rem; }
.content li { margin-bottom: .55rem; }
.legal-meta { padding: 16px 18px; background: #f7f8f9; border-left: 4px solid var(--gold); margin: 22px 0; }
.info-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.info-table th, .info-table td { text-align: left; padding: 13px; border-bottom: 1px solid var(--line); vertical-align: top; }
.info-table th { width: 32%; color: var(--muted); }

.footer { background: var(--navy-2); color: #dfe6ea; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .75fr .95fr; gap: 50px; }
.footer h3 { color: #fff; margin-top: 0; }
.footer a { color: #dfe6ea; text-decoration: none; }
.footer a:hover { color: #f0cf8d; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.13); margin-top: 38px; padding-top: 22px; font-size: .88rem; color: #aab8c1; }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 3000; display: none; max-width: 850px; margin: 0 auto; padding: 20px; border-radius: 16px; color: #fff; background: #0c1c27; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.cookie-banner.is-visible { display: block; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.cookie-banner .btn { min-height: 42px; padding: 9px 16px; }

.alert { padding: 16px 18px; border-radius: 12px; margin-bottom: 20px; }
.alert-success { background: #e9f5ee; color: #174f38; border: 1px solid #b9dcc9; }
.alert-error { background: #fbebeb; color: #782323; border: 1px solid #e5bcbc; }

@media (max-width: 980px) {
  .topbar .container { justify-content: center; text-align: center; }
  .topbar .topbar-secondary { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 18px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 28px rgba(12,28,39,.12); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 8px; }
  .nav-links .btn { margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px max(24px, calc((100vw - var(--max))/2)); }
  .hero-media { min-height: 500px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split, .cta-box { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .brand-text span { display: none; }
  .brand { min-width: auto; }
  .hero-copy { padding: 64px 22px 58px; }
  .hero-media { min-height: 420px; }
  .hero-card { left: 14px; bottom: 14px; width: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .grid-3, .grid-2, .form-grid, .process-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .notice-band .container, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-box { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
