:root {
  --navy: #082c65;
  --blue: #1263bb;
  --blue-light: #eaf4ff;
  --gold: #d9a52d;
  --gold-dark: #a87308;
  --ink: #15243a;
  --muted: #617085;
  --line: #dce5ef;
  --paper: #ffffff;
  --soft: #f6f9fc;
  --shadow: 0 24px 60px rgba(8, 44, 101, .13);
  --shadow-sm: 0 10px 30px rgba(8, 44, 101, .10);
  --radius: 22px;
  --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; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--gold); border-radius: 99px; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.15rem); }
h2 { font-size: clamp(2rem, 4.3vw, 3.35rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.24rem); color: var(--muted); max-width: 720px; }
.gold { color: var(--gold-dark); }

.topbar { background: var(--navy); color: #fff; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-list { display: flex; flex-wrap: wrap; gap: 18px; opacity: .94; }
.topbar-cta { color: #fff; font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(8,44,101,.08);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 240px; max-height: 60px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { padding: 12px 13px; border-radius: 12px; color: #425269; font-size: .95rem; font-weight: 700; transition: .2s ease; }
.nav a:hover, .nav a.active { color: var(--navy); background: var(--blue-light); }
.nav .nav-cta { color: white; background: linear-gradient(135deg, var(--blue), var(--navy)); padding-inline: 17px; box-shadow: 0 8px 20px rgba(18,99,187,.22); }
.nav .nav-cta:hover { color: white; transform: translateY(-1px); background: linear-gradient(135deg, #2375ca, var(--navy)); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--blue-light); color: var(--navy); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; background: currentColor; margin: 5px auto; border-radius: 2px; transition: .2s; }

.hero { position: relative; overflow: hidden; padding: 84px 0 70px; background: radial-gradient(circle at 88% 12%, rgba(217,165,45,.18), transparent 28%), linear-gradient(135deg,#fff 0%,#f7fbff 56%,#edf6ff 100%); }
.hero::before { content: ""; position: absolute; inset: auto -130px -230px auto; width: 520px; height: 520px; border: 82px solid rgba(18,99,187,.06); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.hero h1 span { color: var(--blue); }
.hero-copy { position: relative; z-index: 2; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; padding: 0 21px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; transition: .2s ease; cursor: pointer; }
.btn-primary { color: #fff; background: linear-gradient(135deg,var(--blue),var(--navy)); box-shadow: 0 12px 24px rgba(18,99,187,.23); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(18,99,187,.28); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--blue); transform: translateY(-2px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #40526b; font-weight: 700; font-size: .93rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.check { width: 21px; height: 21px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gold); font-size: .75rem; }
.hero-visual { position: relative; min-height: 485px; }
.room-card { position: absolute; inset: 22px 0 0 8px; overflow: hidden; border-radius: 34px; background: #f7f2e9; box-shadow: var(--shadow); border: 10px solid #fff; }
.room-card svg { width: 100%; height: 100%; }
.experience-badge { position: absolute; left: -14px; bottom: 16px; width: 160px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--navy); color: #fff; border: 8px solid #fff; box-shadow: var(--shadow-sm); transform: rotate(-5deg); }
.experience-badge strong { display: block; font-size: 2.4rem; line-height: 1; color: #f4c85a; }
.experience-badge span { display: block; font-size: .78rem; line-height: 1.25; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-top: 6px; }
.hero-float { position: absolute; right: -8px; top: 0; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); font-weight: 800; color: var(--navy); }
.hero-float b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #fff7df; color: var(--gold-dark); }

.stats { margin-top: -22px; position: relative; z-index: 4; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-radius: 20px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); overflow: hidden; }
.stat { padding: 25px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--navy); font-size: 1.6rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: .9rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-head > div:first-child { max-width: 730px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(8,44,101,.05); transition: .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: rgba(18,99,187,.3); }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--blue-light); color: var(--navy); margin-bottom: 21px; font-size: 1.45rem; }
.card p { color: var(--muted); margin-bottom: 0; }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 19px; color: var(--blue); font-weight: 800; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.visual-panel { min-height: 480px; border-radius: 30px; overflow: hidden; position: relative; background: linear-gradient(145deg,#edf5ff,#d7e9fa); box-shadow: var(--shadow); }
.visual-panel svg { width: 100%; height: 100%; }
.feature-list { display: grid; gap: 14px; margin-top: 28px; }
.feature { display: flex; gap: 13px; align-items: flex-start; }
.feature b { color: var(--navy); }
.feature p { color: var(--muted); margin: 3px 0 0; }
.feature-mark { flex: 0 0 auto; width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; background: #fff5d6; color: var(--gold-dark); font-weight: 900; }

.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 28px 22px 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--gold-dark); font-weight: 900; font-size: .86rem; letter-spacing: .08em; margin-bottom: 18px; }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 48%; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; z-index: 2; }
.step p { color: var(--muted); margin: 0; }

.zones { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.zone-pill { padding: 11px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--navy); font-weight: 800; box-shadow: 0 5px 14px rgba(8,44,101,.05); }

.cta-box { position: relative; overflow: hidden; padding: 56px; border-radius: 30px; color: #fff; background: linear-gradient(135deg,var(--navy),#0a4f9c); box-shadow: var(--shadow); }
.cta-box::after { content: ""; position: absolute; width: 320px; height: 320px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; right: -95px; top: -105px; }
.cta-box .eyebrow { color: white; }
.cta-box .lead { color: rgba(255,255,255,.78); }
.cta-box .btn-primary { color: var(--navy); background: linear-gradient(135deg,#fff,#f5df9c); }
.cta-box .btn-secondary { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }

.page-hero { padding: 74px 0 58px; background: radial-gradient(circle at 90% 15%,rgba(217,165,45,.15),transparent 28%),linear-gradient(135deg,#f9fcff,#edf6ff); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; gap: 7px; color: var(--muted); font-size: .9rem; font-weight: 700; margin-bottom: 22px; }
.breadcrumb a { color: var(--blue); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); max-width: 900px; }

.service-row { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.service-number { font-size: 2rem; font-weight: 900; color: #c9d7e7; }
.service-row ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }

.zone-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.zone-group { padding: 28px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(8,44,101,.05); }
.zone-group h3 { color: var(--navy); }
.zone-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: var(--muted); }
.zone-group li::before { content: "✓"; color: var(--gold-dark); font-weight: 900; margin-right: 9px; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.about-card { position: sticky; top: 120px; padding: 34px; border-radius: 28px; background: linear-gradient(145deg,var(--navy),#125ca9); color: white; box-shadow: var(--shadow); }
.about-card img { width: 100%; margin-bottom: 28px; background: white; padding: 14px; border-radius: 18px; }
.about-card p { color: rgba(255,255,255,.78); }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.value { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value h3 { color: var(--navy); font-size: 1.08rem; }
.value p { color: var(--muted); margin: 0; font-size: .94rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-card { padding: 32px; border-radius: 24px; background: var(--navy); color: white; box-shadow: var(--shadow-sm); }
.contact-card p { color: rgba(255,255,255,.75); }
.contact-item { display: flex; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item b { display: block; }
.contact-item span { color: rgba(255,255,255,.72); font-size: .92rem; }
.contact-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.1); }
.form-card { padding: 32px; border-radius: 24px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1/-1; }
label { color: var(--ink); font-size: .9rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fbfdff; outline: none; transition: .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,99,187,.1); }
textarea { min-height: 138px; resize: vertical; }
.form-note { color: var(--muted); font-size: .84rem; margin: 13px 0 0; }

.site-footer { padding: 62px 0 22px; background: #071d3d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 55px; }
.footer-logo { width: 270px; background: white; border-radius: 14px; padding: 10px; margin-bottom: 22px; }
.footer-copy { color: rgba(255,255,255,.66); max-width: 470px; }
.footer-title { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #f1c75a; font-weight: 900; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.75); }
.footer-links a:hover { color: white; }
.agency-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 18px; margin-top: 46px; padding: 20px 22px; color: white; border: 1px solid rgba(241,199,90,.28); border-radius: 18px; background: linear-gradient(110deg,rgba(18,99,187,.18),rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.05); transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.agency-card:hover { color: white; transform: translateY(-2px); border-color: rgba(241,199,90,.58); background: linear-gradient(110deg,rgba(18,99,187,.28),rgba(255,255,255,.06)); }
.agency-card:focus-visible { outline: 3px solid #f1c75a; outline-offset: 3px; }
.agency-monogram { width: 62px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; color: #071d3d; background: linear-gradient(145deg,#ffe58c,#d9a52d); border: 1px solid #f8d670; border-radius: 15px; font-size: 1.25rem; font-weight: 950; letter-spacing: -.04em; box-shadow: 0 9px 24px rgba(0,0,0,.18); }
.agency-details { min-width: 0; display: grid; gap: 3px; }
.agency-details strong { color: white; font-size: 1.16rem; letter-spacing: .02em; }
.agency-details > span { color: #f1c75a; font-size: .82rem; font-weight: 800; }
.agency-details i { padding-inline: 4px; font-style: normal; color: rgba(255,255,255,.42); }
.agency-details small { color: rgba(255,255,255,.66); font-size: .78rem; }
.agency-action { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; font-size: .82rem; font-weight: 850; white-space: nowrap; }
.agency-action b { color: #f1c75a; transition: transform .2s ease; }
.agency-card:hover .agency-action b { transform: translateX(3px); }
.agency-credit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; padding: 18px 20px; border-top: 1px solid rgba(241,199,90,.5); border-radius: 0 0 14px 14px; color: rgba(255,255,255,.72); background: rgba(2,14,32,.3); font-size: .86rem; }
.agency-credit a { color: #f1c75a; font-weight: 850; white-space: nowrap; }
.agency-credit a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: rgba(255,255,255,.58); font-size: .84rem; }
.footer-bottom a { color: #f1c75a; font-weight: 750; }
.footer-bottom a:hover { color: white; }

.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { position: fixed; top: 116px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border-radius: 18px; background: white; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 14px; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-visual { min-height: 430px; max-width: 650px; width: 100%; margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .zone-groups { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(2,1fr); }
  .step:nth-child(2)::after { display: none; }
  .about-card { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 660px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .topbar-inner { justify-content: center; min-height: 34px; }
  .topbar-list span:not(:first-child), .topbar-cta { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 205px; }
  .nav { top: 104px; }
  .section { padding: 68px 0; }
  .hero { padding: 48px 0 54px; }
  h1 { font-size: clamp(2.45rem, 12.5vw, 3.7rem); }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-trust { gap: 11px; }
  .hero-visual { min-height: 360px; }
  .experience-badge { width: 124px; left: -6px; }
  .experience-badge strong { font-size: 1.9rem; }
  .hero-float { right: 0; padding: 10px 12px; font-size: .82rem; }
  .stats { margin-top: -10px; }
  .stat { padding: 20px 15px; }
  .stat strong { font-size: 1.3rem; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 12px; }
  .cards, .zone-groups, .values, .form-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .step::after { display: none !important; }
  .cta-box { padding: 38px 24px; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .service-number { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .agency-card { grid-template-columns: auto minmax(0,1fr); gap: 14px; margin-top: 36px; padding: 17px; }
  .agency-monogram { width: 54px; height: 54px; }
  .agency-action { grid-column: 1/-1; justify-content: center; width: 100%; }
  .agency-details > span { line-height: 1.45; }
  .agency-credit { flex-direction: column; align-items: center; gap: 8px; padding: 17px 14px; text-align: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .mobile-actions { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
  .mobile-actions a { min-height: 45px; display: grid; place-items: center; border-radius: 12px; font-weight: 900; }
  .mobile-actions a:first-child { background: var(--navy); color: white; }
  .mobile-actions a:last-child { background: #18a85b; color: white; }
  body { padding-bottom: 72px; }
}
