:root {
  --navy: #031e3d;
  --navy-deep: #02162e;
  --blue: #1465c4;
  --blue-bright: #0d79e7;
  --gold: #dca52e;
  --gold-light: #efc45f;
  --ink: #092347;
  --muted: #52627a;
  --line: #dbe6f3;
  --soft: #f5f9fd;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Manrope, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
svg { width: 1.4rem; height: 1.4rem; flex: 0 0 auto; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 7px 18px;
  background: linear-gradient(90deg, #c88c18, #efc45f 48%, #c88c18);
  color: #092039;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }

.site-header {
  height: 90px;
  position: relative;
  z-index: 20;
  background: linear-gradient(90deg, #021a36, #062c55 55%, #02182f);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 190px; height: 70px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 40px; margin-left: auto; }
nav a { color: rgba(255,255,255,.9); font-size: 15px; font-weight: 550; transition: color .2s ease; }
nav a:hover { color: var(--gold-light); }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, var(--gold-light), #d3931b); color: #fff; box-shadow: 0 12px 26px rgba(180,124,15,.24); }
.button-gold:hover { box-shadow: 0 15px 32px rgba(180,124,15,.36); }
.nav-cta { min-height: 46px; padding-inline: 22px; }

.hero { position: relative; min-height: 630px; overflow: hidden; background: radial-gradient(circle at 20% 15%, #fff 0, #f8fcff 45%, #e9f4ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0 50% 0 0; background: radial-gradient(circle at 70% 50%, rgba(25,117,215,.1), transparent 48%); }
.hero-lines { position: absolute; inset: 0 48% 0 0; opacity: .6; background-image: repeating-radial-gradient(ellipse at 15% 20%, transparent 0 29px, rgba(31,111,194,.1) 30px 31px); transform: scale(1.2); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 3; padding: 78px 52px 56px 0; align-self: center; }
.eyebrow { margin: 0 0 18px; color: #b77a0b; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(54px, 5.2vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 780; }
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 490px; margin: 24px 0; color: #354962; font-size: 19px; line-height: 1.55; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 22px 0 28px; color: var(--navy); text-transform: uppercase; }
.price small { font-size: 16px; font-weight: 800; }
.price strong { color: #c98e1d; font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.price span { font-size: 18px; font-weight: 800; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link svg { width: 17px; }
.trust-row { display: flex; gap: 10px; margin-top: 36px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 14px; border: 1px solid #cfddeb; border-radius: 8px; background: rgba(255,255,255,.84); color: #213957; font-size: 13px; box-shadow: 0 5px 18px rgba(8,53,99,.05); }
.trust-row svg { width: 21px; color: var(--blue); }
.hero-media { position: relative; min-width: 50vw; margin-right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); overflow: hidden; background: var(--navy); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,38,72,.04), transparent 45%), linear-gradient(0deg, rgba(1,17,33,.22), transparent 32%); }
.hero-media img { object-fit: cover; object-position: center; }
.hero-media > img, .benefits-image > img, .story-media > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-orbit { position: absolute; z-index: 2; width: 620px; height: 300px; left: -115px; top: 185px; border: 3px solid rgba(255,255,255,.62); border-left-color: transparent; border-radius: 50%; transform: rotate(-17deg); filter: drop-shadow(0 0 12px rgba(60,170,255,.7)); }
.always-open-badge { position: absolute; z-index: 3; right: 28px; bottom: 28px; width: 104px; height: 104px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: rgba(3,30,61,.9); border: 1px solid rgba(255,255,255,.35); color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.25); }
.always-open-badge strong { font-size: 26px; line-height: 1; color: var(--gold-light); }
.always-open-badge span { margin-top: 4px; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.section-heading { max-width: 640px; margin-bottom: 42px; }
.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .story-copy h2, .benefits-inner h2, .location-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-card { min-height: 164px; position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 28px 25px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 45px rgba(25,68,111,.07); }
.step-number { position: absolute; top: -17px; left: 22px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 7px 16px rgba(20,101,196,.28); }
.step-icon { width: 56px; height: 66px; display: grid; place-items: center; color: var(--blue); border-radius: 10px; background: #eff6ff; }
.step-icon svg { width: 34px; height: 34px; }
.step-card h3 { margin: 0 0 8px; font-size: 17px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.step-arrow { position: absolute; right: -24px; z-index: 2; color: var(--gold); font-size: 42px; font-weight: 300; }

.benefits-section { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); }
.benefits-copy { display: flex; justify-content: flex-end; background: radial-gradient(circle at 10% 90%, rgba(12,106,206,.22), transparent 43%), linear-gradient(135deg, #021832, #063463); }
.benefits-inner { width: min(590px, calc(100vw - 48px)); padding: 72px 55px 70px 24px; }
.eyebrow-light { color: var(--gold-light); }
.benefits-inner h2 { max-width: 490px; color: #fff; font-size: clamp(42px, 4.7vw, 64px); }
.gold-rule { width: 52px; height: 3px; margin: 24px 0 32px; background: var(--gold); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; }
.benefits-grid article { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.17); }
.benefits-grid article:nth-child(2n) { border-right: 0; }
.benefit-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; background: var(--blue); color: #fff; }
.benefit-icon svg { width: 22px; }
.benefits-grid h3 { margin: 0 0 7px; color: #fff; font-size: 15px; }
.benefits-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.benefits-image { position: relative; min-height: 570px; overflow: hidden; }
.benefits-image img { object-fit: cover; object-position: center; }
.benefits-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,30,61,.2), transparent 28%); }

.story-section { background: linear-gradient(135deg, #fff, #f6fbff); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 78px; }
.story-copy > p:not(.eyebrow) { margin: 0 0 16px; color: #43556c; font-size: 16px; line-height: 1.75; }
.story-copy blockquote { position: relative; margin: 32px 0 0; padding: 22px 26px 22px 62px; border: 1px solid rgba(220,165,46,.55); border-radius: 12px; background: rgba(255,255,255,.85); box-shadow: 0 14px 38px rgba(9,35,71,.08); }
.story-copy blockquote > span { position: absolute; left: 23px; top: 11px; color: var(--gold); font-family: Georgia, serif; font-size: 50px; }
.story-copy blockquote p { margin: 0; color: var(--navy); font-size: 17px; line-height: 1.45; }
.story-media { position: relative; min-height: 500px; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 70px rgba(6,37,70,.18); }
.story-media img { object-fit: cover; object-position: center; }
.story-accent { position: absolute; width: 260px; height: 260px; right: -100px; bottom: -120px; border: 2px solid rgba(239,196,95,.65); border-radius: 50%; box-shadow: 0 0 0 28px rgba(239,196,95,.09), 0 0 0 56px rgba(239,196,95,.06); }

.location-section { padding: 72px 0; position: relative; overflow: hidden; background: radial-gradient(circle at 90% 10%, #0b64bc, transparent 40%), linear-gradient(135deg, #054d96, #021b3a); color: #fff; }
.location-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: repeating-radial-gradient(ellipse at 80% 30%, transparent 0 31px, #fff 32px 33px); }
.location-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.map-card { height: 350px; position: relative; overflow: hidden; border-radius: 16px; border: 6px solid rgba(255,255,255,.18); background: #f3f0ea; box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(12,58,98,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(12,58,98,.05) 1px, transparent 1px); background-size: 32px 32px; }
.road { position: absolute; height: 20px; background: #fff; border: 1px solid #ded9cf; box-shadow: 0 0 0 5px rgba(255,255,255,.7); transform-origin: center; }
.road-one { width: 130%; left: -10%; top: 72px; transform: rotate(-11deg); }
.road-two { width: 120%; left: -6%; top: 218px; transform: rotate(-11deg); }
.road-three { width: 92%; left: 22%; top: 142px; transform: rotate(71deg); }
.road-four { width: 80%; left: -10%; top: 172px; transform: rotate(76deg); }
.road-label { position: absolute; z-index: 2; color: #56616c; font-size: 11px; font-weight: 600; transform: rotate(-11deg); }
.label-one { left: 65px; top: 54px; }.label-two { left: 205px; top: 211px; }.label-three { right: 22px; bottom: 42px; }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 43%; width: 55px; height: 55px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50% 50% 50% 0; background: var(--blue); color: #fff; rotate: -45deg; box-shadow: 0 12px 24px rgba(5,70,140,.28); }
.map-pin svg { width: 27px; height: 27px; rotate: 45deg; }
.map-brand { position: absolute; z-index: 4; left: 50%; top: 59%; transform: translateX(-50%); padding: 5px 11px; border-radius: 20px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,.13); white-space: nowrap; }
.location-copy h2 { color: #fff; font-size: clamp(43px, 4.5vw, 62px); }
.location-detail { display: flex; align-items: flex-start; gap: 14px; margin: 20px 0; font-size: 17px; line-height: 1.4; }
.location-detail svg { color: var(--gold-light); margin-top: 1px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button-outline { border: 1px solid rgba(255,255,255,.8); color: #fff; background: rgba(1,21,44,.27); }
.button-outline:hover { background: rgba(255,255,255,.1); }

footer { padding: 48px 0 0; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; padding-bottom: 38px; }
.footer-brand { padding-right: 55px; border-right: 1px solid rgba(255,255,255,.28); }
.footer-brand img { width: 190px; height: 70px; object-fit: contain; margin-bottom: 6px; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.5; }
.footer-contact { padding-left: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.footer-contact a { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.83); font-size: 14px; transition: color .2s ease; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact svg { width: 19px; color: var(--gold-light); }
.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: 12px; }
.footer-bottom a { color: rgba(255,255,255,.72); transition: color .2s ease; }
.footer-bottom a:hover { color: var(--gold-light); }

@media (max-width: 1050px) {
  nav { gap: 22px; }
  .hero-copy { padding-right: 32px; }
  .trust-row { flex-wrap: wrap; }
  .benefits-inner { padding-right: 34px; }
  .story-grid { gap: 44px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .site-header { height: 78px; }
  .brand img { width: 154px; height: 58px; }
  nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding: 62px 0 48px; }
  .hero-media { min-width: 100vw; min-height: 560px; margin: 0 calc((100vw - (100% + 36px)) / -2); }
  .hero-lines { inset: 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .step-arrow { display: none; }
  .benefits-section { grid-template-columns: 1fr; }
  .benefits-copy { justify-content: center; }
  .benefits-inner { width: min(100% - 36px, 720px); padding: 68px 0; }
  .benefits-image { min-height: 520px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 480px; }
  .location-grid { grid-template-columns: 1fr; gap: 45px; }
  .map-card { order: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { padding: 0 0 26px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-contact { padding: 0; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 30px); }
  .announcement { gap: 7px; font-size: 9px; letter-spacing: .08em; }
  .site-header { height: 72px; }
  .brand img { width: 142px; height: 52px; }
  .nav-cta { min-height: 40px; padding: 0 13px; font-size: 10px; }
  .section { padding: 68px 0; }
  .hero-copy { padding: 52px 0 42px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { font-size: 17px; }
  .price { flex-wrap: wrap; }
  .price strong { font-size: 43px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-row span { padding: 0 11px; font-size: 12px; }
  .hero-media { min-height: 450px; margin-inline: -15px; }
  .always-open-badge { width: 88px; height: 88px; right: 15px; bottom: 15px; }
  .hero-orbit { display: none; }
  .steps-grid { margin-top: 8px; }
  .step-card { grid-template-columns: auto 1fr; min-height: 145px; }
  .benefits-inner h2 { font-size: 42px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { border-right: 0; padding: 0 0 23px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .benefits-image { min-height: 380px; }
  .story-media { min-height: 360px; }
  .story-copy blockquote { padding-left: 54px; }
  .location-section { padding: 62px 0; }
  .location-copy h2 { font-size: 46px; }
  .map-card { height: 285px; }
  .location-actions { flex-direction: column; align-items: stretch; }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
}

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