:root {
  --ink: #0f141c;
  --muted: #5a6472;
  --line: #dfe5ec;
  --paper: #f6f8fb;
  --white: #ffffff;
  --dark: #0d1118;
  --dark-2: #151b25;
  --blue: #0878c9;
  --blue-2: #3fb7ff;
  --teal: #50d3c5;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(10, 18, 31, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 28px));
  min-height: 58px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 14px;
  color: #fff;
  background: rgba(12, 17, 24, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: 142px;
  height: auto;
}

.nav-links {
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.nav-links a,
.text-link,
.fallback-link {
  text-decoration: none;
}

.nav-links a:hover,
.text-link:hover,
.fallback-link:hover {
  color: var(--blue-2);
}

.section {
  position: relative;
  padding: 110px 24px;
}

.section-dark {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(8, 120, 201, 0.22), transparent 34%),
    linear-gradient(135deg, #0c1016 0%, #121925 54%, #0d1118 100%);
}

.section-light {
  background: var(--paper);
}

.hero {
  min-height: 100vh;
  padding: 128px 24px 96px;
  display: grid;
  align-items: center;
}

.topography {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='620' viewBox='0 0 900 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233fb7ff' stroke-width='1' opacity='.42'%3E%3Cpath d='M-36 111c79-75 177-106 291-92 115 15 133 82 219 95 115 18 158-84 279-57 84 19 142 72 180 160'/%3E%3Cpath d='M-20 158c85-60 169-82 250-67 96 17 135 72 213 85 127 20 158-80 282-42 76 23 129 75 159 155'/%3E%3Cpath d='M-8 213c68-43 142-58 220-43 87 16 134 61 205 72 118 19 157-55 262-27 83 22 140 83 171 182'/%3E%3Cpath d='M-25 310c91-72 183-92 275-59 71 25 106 61 172 70 104 13 151-41 247-16 100 26 164 99 193 218'/%3E%3Cpath d='M21 411c55-59 123-83 205-71 75 11 111 58 181 73 99 20 143-36 231-9 76 24 128 79 155 167'/%3E%3Cpath d='M146-28c-31 74-21 132 31 173 48 38 115 32 154 75 51 55 3 125 55 178 51 52 132 27 191 76 40 33 62 82 67 147'/%3E%3Cpath d='M246-26c-38 88-23 154 45 198 52 34 116 28 150 76 37 54-2 112 45 160 57 58 147 19 205 83 30 34 45 78 44 132'/%3E%3Cpath d='M470-36c-48 70-57 133-27 188 32 60 101 64 126 119 30 68-41 132-1 197 35 57 119 55 161 117'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 780px 540px;
  animation: drift 24s linear infinite alternate;
}

.topography-soft {
  opacity: 0.22;
}

@keyframes drift {
  from { background-position: 0 0; }
  to { background-position: 90px -70px; }
}

.hero-grid,
.split,
.offer-card,
.fit-grid,
.section-heading,
.signal-grid,
.reviews-shot,
.booking-card,
.faq-list,
.proof-strip {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hero-copy,
.hero-panel,
.section-heading,
.signal-card,
.split > *,
.offer-card > *,
.fit-column,
.booking-card,
details {
  min-width: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.68fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.4vw, 66px);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.48;
}

.body-large {
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.btn {
  border: 0;
  border-radius: var(--radius);
  padding: 16px 22px;
  color: #061018;
  background: linear-gradient(135deg, var(--blue-2), var(--teal));
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(63, 183, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 22px 56px rgba(63, 183, 255, 0.32);
}

.btn-small {
  padding: 11px 15px;
  font-size: 14px;
}

.text-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  font-size: 14px;
}

.hero-panel {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 22px;
}

.panel-kicker {
  margin-bottom: 7px;
  color: var(--blue-2);
  font-weight: 800;
}

.hero-panel h2 {
  font-size: 30px;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.mini-card {
  margin-top: 22px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.mini-card span,
.offer-details span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.mini-card strong {
  display: block;
  margin-top: 4px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
  text-align: center;
}

.section-light .eyebrow {
  color: var(--blue);
}

.section-light .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.signal-card,
.fit-column,
.offer-card,
.booking-card,
details {
  border-radius: var(--radius);
}

.signal-card,
details {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 32px rgba(15, 20, 28, 0.06);
}

.signal-card {
  padding: 28px;
}

.signal-card p,
details p,
.offer-card p,
.split p,
.fit-column li,
.booking-card p {
  color: var(--muted);
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 64px;
  align-items: start;
}

.approach-section p {
  color: rgba(255, 255, 255, 0.72);
}

.method-list {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px 0;
}

.method-card,
.fit-column {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.method-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.method-card:nth-of-type(2) {
  margin-right: 34px;
}

.method-card:nth-of-type(3) {
  margin-left: 38px;
}

.method-card:nth-of-type(4) {
  margin-right: 18px;
}

.process-line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.process-line svg {
  position: absolute;
  inset: -8px 0 -8px 0;
  width: 100%;
  height: calc(100% + 16px);
  overflow: visible;
}

.process-line path {
  fill: none;
  stroke: rgba(63, 183, 255, 0.58);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 12;
  filter: drop-shadow(0 0 12px rgba(63, 183, 255, 0.34));
}

.process-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 0 8px rgba(63, 183, 255, 0.12), 0 0 24px rgba(63, 183, 255, 0.72);
}

.process-dot-one {
  top: 12%;
  left: 15%;
}

.process-dot-two {
  top: 48%;
  right: 18%;
}

.process-dot-three {
  right: 10%;
  bottom: 10%;
}

.method-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-2);
  font-weight: 900;
}

.method-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 48px;
  padding: 44px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.offer-details {
  display: grid;
  gap: 12px;
}

.offer-details div {
  padding: 18px;
  background: #f1f5f9;
  border-radius: var(--radius);
}

.offer-details strong {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.offer-details span {
  color: var(--muted);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.fit-column h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}

.fit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}

.fit-icon-check {
  color: #062817;
  background: #36d47e;
  box-shadow: 0 0 24px rgba(54, 212, 126, 0.24);
}

.fit-icon-cross {
  color: #fff;
  background: #f05252;
  box-shadow: 0 0 24px rgba(240, 82, 82, 0.2);
}

.fit-column ul {
  margin: 0;
  padding-left: 20px;
}

.fit-column li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.fit-column.muted {
  background: rgba(255, 255, 255, 0.045);
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 560px;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stars {
  color: #00b67a;
  letter-spacing: 0.04em;
}

.reviews-shot {
  max-width: 980px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.reviews-shot img {
  display: block;
  width: 100%;
  border-radius: calc(var(--radius) - 2px);
}

.booking-card {
  max-width: 760px;
  padding: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.booking-card p {
  color: rgba(255, 255, 255, 0.74);
}

.booking-card .btn {
  margin-top: 16px;
}

.faq-list {
  max-width: 820px;
  display: grid;
  gap: 12px;
}

.site-footer {
  position: relative;
  padding: 70px 24px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 24% 12%, rgba(63, 183, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #0b1017 0%, #151b25 58%, #0b1017 100%);
  overflow: hidden;
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.footer-contact {
  justify-self: end;
  text-align: right;
}

.footer-title {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.footer-contact a {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--blue-2);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 30px 0 22px;
}

.footer-links a {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom a {
  color: rgba(63, 183, 255, 0.92);
  font-weight: 800;
  text-decoration: none;
}

details {
  padding: 0;
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.booking-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: none;
}

.booking-modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 17, 0.78);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: absolute;
  inset: 24px;
  max-width: 1040px;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: min(860px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  padding: 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.42);
}

.modal-header {
  padding-right: 54px;
}

.modal-header h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--dark);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.modal-panel iframe {
  width: 100%;
  min-height: 0;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.fallback-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .topography,
  .reveal {
    animation: none;
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .split,
  .offer-card,
  .fit-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-panel {
    max-width: 520px;
  }

  .method-card:nth-of-type(2),
  .method-card:nth-of-type(3),
  .method-card:nth-of-type(4) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .topbar {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand-logo {
    width: 118px;
  }

  .section {
    padding: 76px 16px;
  }

  .hero {
    min-height: auto;
    padding: 106px 16px 74px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .lead,
  .body-large {
    font-size: 18px;
  }

  .hero-actions,
  .trust-row,
  .proof-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .hero-actions .text-link,
  .booking-card .btn {
    width: 100%;
    text-align: center;
  }

  .topbar .btn-small {
    width: auto;
    flex: 1;
  }

  .offer-card,
  .booking-card {
    padding: 24px;
  }

  .signal-card,
  .fit-column {
    padding: 24px;
  }

  .hero-panel h2 {
    font-size: 27px;
  }

  .topography {
    background-size: 520px 360px;
  }

  .modal-panel {
    inset: 10px;
    height: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    padding: 14px;
  }

  .modal-panel iframe {
    min-height: 0;
  }

  .site-footer {
    padding: 58px 16px 30px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .footer-logo {
    width: 178px;
  }

  .footer-contact {
    justify-self: center;
    text-align: center;
  }

  .footer-contact a {
    font-size: 18px;
  }

  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links a {
    text-align: center;
  }
}
