:root {
  --deep: #006c84;
  --deep-dark: #004f63;
  --deep-ink: #102c35;
  --aqua: #12c9c0;
  --aqua-soft: #bff3ef;
  --sky: #ddf5f7;
  --mist: #f2fafa;
  --white: #fff;
  --warm: #fffaf7;
  --ink: #102c35;
  --muted: #536970;
  --line: #cee1e4;
  --success: #168a67;
  --font-display: "Segoe UI", "Avenir Next", Avenir, Arial, sans-serif;
  --font-body: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --font-script: "Segoe Script", "Brush Script MT", cursive;
  --shadow-sm: 0 12px 35px rgba(0, 72, 86, 0.1);
  --shadow-md: 0 24px 70px rgba(0, 72, 86, 0.16);
  --radius-sm: 0.75rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.75rem;
  --radius-xl: 2.5rem;
  --pill: 999px;
  --shell: 1200px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

::selection {
  color: var(--ink);
  background: var(--aqua-soft);
}

:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-sm);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(calc(100% - 2.5rem), var(--shell));
  margin-inline: auto;
}

.section {
  padding: clamp(5rem, 10vw, 8.5rem) 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 1.75rem;
  height: 2px;
  background: var(--aqua);
}

.eyebrow--light {
  color: var(--aqua-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.section-heading--compact {
  align-items: center;
}

.section-heading h2,
.experience__copy h2,
.location__copy h2,
.faq__intro h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.2vw, 5rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.top-note {
  color: #d9f2f3;
  background: var(--deep-dark);
}

.top-note__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-note p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-note a {
  color: var(--white);
  text-decoration: none;
}

.top-note a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(18, 201, 192, 0.13);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(206, 225, 228, 0.7);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 35px rgba(0, 64, 77, 0.08);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--deep);
  text-decoration: none;
}

.brand__mark {
  width: 44px;
  color: currentColor;
}

.brand__mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
}

.brand__mark circle {
  fill: var(--aqua);
}

.brand__text {
  display: grid;
  line-height: 1;
}

.brand__text strong {
  font-family: var(--font-script);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.brand__text small {
  margin-top: 0.2rem;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.brand--light {
  color: var(--white);
}

.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 2.2vw, 1.8rem);
}

.desktop-nav a {
  position: relative;
  padding: 0.5rem 0;
  color: #304a53;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--pill);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), color 180ms, background 180ms, border-color 180ms;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
}

.button--large {
  min-height: 58px;
  padding-inline: 1.45rem;
  font-size: 0.92rem;
}

.button--wide {
  width: 100%;
}

.button--primary {
  color: var(--white);
  background: var(--deep);
  box-shadow: 0 10px 24px rgba(0, 108, 132, 0.22);
}

.button--primary:hover {
  background: var(--deep-dark);
  box-shadow: 0 15px 30px rgba(0, 79, 99, 0.25);
}

.button--aqua {
  color: var(--ink);
  background: var(--aqua);
  box-shadow: 0 10px 24px rgba(18, 201, 192, 0.2);
}

.button--aqua:hover {
  background: #38d6ce;
}

.button--light {
  color: var(--deep);
  background: var(--white);
}

.button--text {
  min-height: auto;
  padding: 0.65rem 0;
  color: var(--deep);
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}

.button--text:hover {
  color: var(--deep-dark);
  border-color: var(--aqua);
}

.button.is-disabled {
  opacity: 0.48;
  pointer-events: none;
  box-shadow: none;
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: min(860px, calc(100vh - 114px));
  overflow: hidden;
  background: linear-gradient(140deg, var(--white) 0%, #fff 48%, var(--sky) 100%);
}

.hero__wash {
  position: absolute;
  top: 6%;
  right: -10%;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 201, 192, 0.13), rgba(18, 201, 192, 0) 70%);
}

.hero__grid {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(8rem, 13vw, 11rem);
}

.hero__copy {
  max-width: 680px;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 7.5vw, 7.4rem);
  font-weight: 780;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.hero h1 em {
  display: inline-block;
  margin-left: 0.05em;
  color: var(--deep);
  font-family: var(--font-script);
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: -0.08em;
  transform: rotate(-3deg);
}

.hero__lead {
  max-width: 610px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

.hero__location {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  color: #496067;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero__location svg {
  width: 19px;
  min-width: 19px;
  fill: none;
  stroke: var(--deep);
  stroke-width: 1.8;
}

.hero__visual {
  position: relative;
}

.hero__image-frame {
  position: relative;
  aspect-ratio: 0.88;
  overflow: hidden;
  border-radius: 48% 48% var(--radius-xl) var(--radius-xl);
  background: var(--sky);
  box-shadow: var(--shadow-md);
}

.hero__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 62, 77, 0.32), transparent 38%);
  pointer-events: none;
}

.hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.hero__image-label {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1rem 1.1rem;
  color: var(--white);
  background: rgba(0, 79, 99, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-md);
  backdrop-filter: blur(12px);
}

.hero__image-label span,
.hero__image-label strong {
  display: block;
}

.hero__image-label span {
  color: var(--aqua-soft);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__image-label strong {
  margin-top: 0.25rem;
  font-size: 1rem;
}

.hero__seal {
  position: absolute;
  top: 11%;
  left: -3.2rem;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--deep);
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
}

.hero__seal svg {
  width: 65px;
}

.hero__seal path {
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  stroke-linecap: round;
}

.hero__curve {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: -13vw;
  left: -10%;
  height: clamp(190px, 24vw, 360px);
  background: var(--deep);
  border-radius: 50% 54% 0 0 / 70% 70% 0 0;
  transform: rotate(-3deg);
}

.hero__curve::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -4%;
  left: 12%;
  height: 34px;
  background: var(--aqua);
  border-radius: 50% 54% 0 0;
}

.trust-bar {
  position: relative;
  z-index: 4;
  color: var(--white);
  background: var(--deep);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-bar__grid > div {
  min-height: 145px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-bar__grid > div:last-child {
  border-right: 0;
}

.trust-bar__grid > div > span {
  color: var(--aqua);
  font-size: 0.65rem;
  font-weight: 900;
}

.trust-bar__grid p,
.trust-bar__grid strong {
  display: block;
  margin: 0;
}

.trust-bar__grid p {
  color: #c4dde1;
  font-size: 0.75rem;
  line-height: 1.4;
}

.trust-bar__grid strong {
  margin-bottom: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
}

.services {
  background: var(--mist);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  overflow: hidden;
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 28px rgba(0, 72, 86, 0.05);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: var(--aqua);
  box-shadow: var(--shadow-md);
}

.service-card--feature {
  color: var(--white);
  background: var(--deep);
  border-color: var(--deep);
}

.service-card--feature::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -24%;
  width: 90%;
  height: 48%;
  background: var(--aqua);
  border-radius: 50% 0 0 0;
  opacity: 0.9;
  transform: rotate(-12deg);
}

.service-card--feature > * {
  position: relative;
  z-index: 1;
}

.service-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-index {
  color: var(--deep);
  font-size: 0.68rem;
  font-weight: 900;
}

.service-card--feature .service-index {
  color: var(--aqua-soft);
}

.service-card__top svg {
  width: 48px;
  color: var(--deep);
}

.service-card__top svg path,
.service-card__top svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card--feature .service-card__top svg {
  color: var(--aqua);
}

.service-label {
  margin: 0 0 0.45rem;
  color: var(--deep);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card--feature .service-label {
  color: var(--aqua-soft);
}

.service-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.service-card p:not(.service-label) {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-card--feature p:not(.service-label) {
  color: #cfe2e5;
}

.service-card a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.service-card--feature a {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.service-card a:hover {
  border-color: var(--aqua);
}

.service-note {
  max-width: 780px;
  margin: 1.5rem auto 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.experience {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.experience::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -12%;
  width: 55vw;
  height: 55vw;
  border: 2px solid rgba(18, 201, 192, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(18, 201, 192, 0.04), 0 0 0 140px rgba(18, 201, 192, 0.025);
}

.experience__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.experience__visual {
  position: relative;
}

.experience__visual img {
  width: 100%;
  aspect-ratio: 1.04;
  object-fit: cover;
  border-radius: var(--radius-xl) var(--radius-xl) 45% var(--radius-xl);
  box-shadow: 0 30px 80px rgba(0, 31, 41, 0.3);
}

.experience__caption {
  position: absolute;
  right: -1.5rem;
  bottom: 2rem;
  width: min(320px, 72%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1.1rem;
  color: var(--ink);
  background: var(--aqua);
  border: 7px solid var(--deep);
  border-radius: var(--radius-md);
}

.experience__caption > span {
  font-size: 0.65rem;
  font-weight: 900;
}

.experience__caption p,
.experience__caption strong {
  display: block;
  margin: 0;
}

.experience__caption p {
  font-size: 0.72rem;
  line-height: 1.4;
}

.experience__caption strong {
  margin-bottom: 0.2rem;
  font-size: 0.85rem;
}

.experience__copy h2 {
  max-width: 660px;
}

.experience__copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 1.5rem 0 0;
  color: #cde0e3;
}

.check-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.check-list li > span {
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
  color: var(--ink);
  background: var(--aqua);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.check-list strong,
.check-list small {
  display: block;
}

.check-list strong {
  font-size: 0.9rem;
}

.check-list small {
  margin-top: 0.15rem;
  color: #b7d0d5;
  font-size: 0.75rem;
}

.guide {
  background: var(--warm);
}

.guide__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 1rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.guide__choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
}

.choice {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.15rem 0.75rem;
  align-content: center;
  padding: 1rem;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms var(--ease), border-color 180ms, background 180ms;
}

.choice:hover {
  transform: translateY(-3px);
  border-color: var(--aqua);
}

.choice.is-selected {
  color: var(--white);
  background: var(--deep);
  border-color: var(--deep);
}

.choice > span {
  grid-row: 1 / 3;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: var(--sky);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 800;
}

.choice.is-selected > span {
  color: var(--ink);
  background: var(--aqua);
}

.choice strong,
.choice small {
  display: block;
}

.choice strong {
  align-self: end;
  font-size: 0.88rem;
}

.choice small {
  color: var(--muted);
  font-size: 0.7rem;
}

.choice.is-selected small {
  color: #c7dde1;
}

.guide__result {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--white);
  background: linear-gradient(155deg, var(--deep), var(--deep-dark));
  border-radius: calc(var(--radius-xl) - 0.55rem);
  overflow: hidden;
  position: relative;
}

.guide__result::after {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -27%;
  width: 85%;
  height: 42%;
  background: var(--aqua);
  border-radius: 50% 0 0 0;
  opacity: 0.9;
  transform: rotate(-10deg);
}

.guide__result > * {
  position: relative;
  z-index: 1;
}

.guide__result-id {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.guide__result-id > span {
  color: var(--aqua-soft);
  font-size: 0.7rem;
  font-weight: 900;
}

.guide__result-id svg {
  width: 60px;
}

.guide__result-id path {
  fill: none;
  stroke: var(--aqua);
  stroke-width: 7;
  stroke-linecap: round;
}

.result-kicker {
  margin: auto 0 0.5rem;
  color: var(--aqua-soft);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide__result h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.guide__result > p:not(.result-kicker) {
  margin: 1rem 0 0;
  color: #c7dde1;
  font-size: 0.85rem;
}

.guide__result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
}

.guide__result li {
  padding: 0.35rem 0.6rem;
  color: var(--aqua-soft);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--pill);
  font-size: 0.65rem;
  font-weight: 700;
}

.guide__result > small {
  margin-top: 0.75rem;
  color: #b6ced2;
  font-size: 0.62rem;
}

.steps {
  background: var(--white);
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps__grid li {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.steps__grid li > span {
  color: var(--deep);
  font-size: 0.67rem;
  font-weight: 900;
}

.step-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-items: center;
  margin: auto 0 1.5rem;
  color: var(--deep);
  background: var(--sky);
  border-radius: 50%;
  font-size: 1.4rem;
}

.steps__grid h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.steps__grid p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.first-visit {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--white);
  background: var(--deep);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.first-visit::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -70%;
  width: 65%;
  aspect-ratio: 1;
  border: 60px solid rgba(18, 201, 192, 0.18);
  border-radius: 50%;
}

.first-visit > * {
  position: relative;
  z-index: 1;
}

.first-visit h3 {
  margin: 0;
  max-width: 440px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.first-visit ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-visit li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: #d4e5e8;
  font-size: 0.78rem;
}

.first-visit li span {
  width: 1.35rem;
  height: 1.35rem;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--aqua);
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 900;
}

.location {
  background: var(--mist);
}

.location__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.location__copy h2 {
  max-width: 600px;
}

.location__copy address {
  display: grid;
  margin-top: 2rem;
  color: var(--muted);
  font-style: normal;
}

.location__copy address strong {
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-size: 1rem;
}

.location__copy address span {
  font-size: 0.88rem;
}

.location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 2rem;
}

.location-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.map-abstract {
  height: 390px;
  position: relative;
  overflow: hidden;
  background: #dff1ef;
}

.map-abstract::before {
  content: "COLIMA";
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  color: rgba(0, 79, 99, 0.18);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.road {
  position: absolute;
  display: block;
  height: 28px;
  background: var(--white);
  border: 1px solid #d5e4e3;
  border-radius: var(--pill);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
}

.road--one {
  width: 125%;
  top: 53%;
  left: -12%;
  transform: rotate(-13deg);
}

.road--two {
  width: 90%;
  top: 22%;
  left: 24%;
  transform: rotate(67deg);
}

.road--three {
  width: 70%;
  top: 75%;
  left: 5%;
  transform: rotate(23deg);
}

.road--four {
  width: 54%;
  top: 16%;
  left: -8%;
  transform: rotate(44deg);
}

.map-pin {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 57%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--deep);
  border: 7px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.map-pin svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.map-label {
  position: absolute;
  z-index: 2;
  top: calc(42% + 70px);
  left: 48%;
  padding: 0.45rem 0.75rem;
  color: var(--deep);
  background: var(--white);
  border-radius: var(--pill);
  box-shadow: var(--shadow-sm);
  font-size: 0.7rem;
  font-weight: 800;
}

.hours {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1.5rem;
  padding: 1.5rem;
}

.hours > div:first-child span,
.hours > div:first-child small {
  display: block;
}

.hours > div:first-child span {
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hours > div:first-child small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.65rem;
}

.hours dl {
  margin: 0;
}

.hours dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.69rem;
}

.hours dl > div:last-child {
  border: 0;
}

.hours dt {
  color: var(--muted);
}

.hours dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.faq {
  background: var(--white);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.faq__intro {
  position: sticky;
  top: 120px;
}

.faq__intro h2 {
  max-width: 540px;
}

.faq__intro > p:not(.eyebrow) {
  margin: 1.3rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq__intro > a {
  display: inline-flex;
  gap: 0.5rem;
  color: var(--deep);
  font-size: 0.8rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: var(--sky);
  border-radius: 50%;
  font-size: 1.2rem;
  transition: transform 220ms var(--ease), background 220ms;
}

.faq details[open] summary span {
  color: var(--white);
  background: var(--deep);
  transform: rotate(45deg);
}

.faq details p {
  max-width: 740px;
  margin: -0.2rem 0 1.5rem;
  padding-right: 3.5rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.final-cta__curve {
  position: absolute;
  right: -8%;
  bottom: -75%;
  width: 68%;
  aspect-ratio: 1;
  border: 110px solid rgba(18, 201, 192, 0.16);
  border-radius: 50%;
}

.final-cta__inner {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta__inner > div:last-child {
  max-width: 430px;
}

.final-cta__inner > div:last-child p {
  margin: 0 0 1.5rem;
  color: #cde0e3;
}

.site-footer {
  color: #c1d4d8;
  background: #071f27;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 0.65fr 0.65fr 0.9fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 4.5rem 0 3rem;
}

.footer__brand p {
  max-width: 340px;
  margin: 1.2rem 0 0;
  color: #91adb4;
  font-size: 0.78rem;
}

.footer__links,
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.75rem;
}

.footer__links strong,
.footer__address strong {
  margin-bottom: 0.4rem;
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__links a,
.footer__address a {
  color: #b5cbd0;
  text-decoration: none;
}

.footer__links a:hover,
.footer__address a:hover {
  color: var(--aqua);
}

.footer__address p {
  margin: 0;
}

.footer__bottom {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  border-top: 1px solid #203b43;
  color: #77979f;
  font-size: 0.67rem;
}

.footer__bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 1.25rem;
  bottom: 1.25rem;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem 0.6rem 0.72rem;
  color: var(--white);
  background: var(--success);
  border: 4px solid var(--white);
  border-radius: var(--pill);
  box-shadow: 0 12px 30px rgba(13, 90, 66, 0.28);
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(13, 90, 66, 0.32);
}

.floating-whatsapp svg {
  width: 26px;
}

.floating-whatsapp path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.reveal--delay {
  transition-delay: 140ms;
}

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

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 1rem;
  }

  .desktop-nav a {
    font-size: 0.75rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__top {
    grid-template-columns: 1.3fr repeat(3, 0.8fr);
    gap: 2rem;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-inner {
    min-height: 70px;
    justify-content: space-between;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    color: var(--ink);
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-button i {
    width: 19px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 2px;
    transition: transform 200ms var(--ease);
  }

  .menu-button[aria-expanded="true"] i:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] i:last-of-type {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 106px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1.5rem 1.25rem 2.5rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.98);
    overflow-y: auto;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu > a:not(.button) {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-menu .button {
    margin-top: 1.5rem;
  }

  .section-heading,
  .hero__grid,
  .experience__grid,
  .location__grid,
  .faq__grid,
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__grid {
    padding-top: 4.5rem;
    padding-bottom: 10rem;
  }

  .hero__copy {
    max-width: 760px;
  }

  .hero__visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .hero__seal {
    left: -1.5rem;
  }

  .hero__curve {
    bottom: -9rem;
  }

  .trust-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-bar__grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-bar__grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .experience__visual {
    width: min(100%, 680px);
  }

  .experience__copy {
    max-width: 720px;
  }

  .guide__panel {
    grid-template-columns: 1fr;
  }

  .guide__result {
    min-height: 430px;
  }

  .location__copy {
    max-width: 680px;
  }

  .faq__intro {
    position: static;
  }

  .final-cta__inner {
    min-height: 560px;
  }

  .footer__top {
    grid-template-columns: 1.4fr repeat(2, 0.8fr);
  }

  .footer__address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .section {
    padding: 4.5rem 0;
  }

  .top-note__inner {
    min-height: 34px;
  }

  .top-note p {
    max-width: 55%;
    line-height: 1.2;
  }

  .brand__mark {
    width: 39px;
  }

  .mobile-menu {
    inset-block-start: 104px;
  }

  .section-heading {
    gap: 1.3rem;
    margin-bottom: 2rem;
  }

  .section-heading h2,
  .experience__copy h2,
  .location__copy h2,
  .faq__intro h2,
  .final-cta h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .hero__grid {
    gap: 3rem;
    padding-top: 3.2rem;
    padding-bottom: 8.5rem;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 17vw, 5.6rem);
  }

  .hero__lead {
    margin-top: 1.5rem;
  }

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

  .hero__actions .button {
    width: 100%;
  }

  .hero__image-frame {
    aspect-ratio: 0.86;
  }

  .hero__seal {
    top: 7%;
    left: -0.4rem;
    width: 84px;
    height: 84px;
    border-width: 5px;
  }

  .hero__seal svg {
    width: 48px;
  }

  .hero__curve {
    height: 170px;
  }

  .trust-bar__grid {
    grid-template-columns: 1fr;
  }

  .trust-bar__grid > div {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .trust-bar__grid > div:last-child {
    border-bottom: 0;
  }

  .services-grid,
  .guide__choices,
  .steps__grid,
  .first-visit,
  .hours,
  .footer__top {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 350px;
  }

  .experience__caption {
    right: 0.5rem;
    bottom: 1rem;
  }

  .guide__panel {
    padding: 0.65rem;
    border-radius: var(--radius-lg);
  }

  .choice {
    min-height: 120px;
  }

  .guide__result {
    min-height: 480px;
    border-radius: var(--radius-md);
  }

  .steps__grid li {
    min-height: 280px;
  }

  .first-visit {
    padding: 2rem 1.3rem;
  }

  .first-visit ul {
    grid-template-columns: 1fr;
  }

  .location__grid {
    gap: 2.5rem;
  }

  .map-abstract {
    height: 320px;
  }

  .hours {
    gap: 1rem;
  }

  .faq summary {
    min-height: 82px;
    font-size: 0.9rem;
  }

  .faq details p {
    padding-right: 0;
  }

  .final-cta__inner {
    min-height: 590px;
    align-content: center;
  }

  .final-cta__curve {
    right: -50%;
    bottom: -28%;
    width: 120%;
    border-width: 65px;
  }

  .footer__top {
    gap: 2.3rem;
  }

  .footer__address {
    grid-column: auto;
  }

  .footer__bottom {
    min-height: 110px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    padding: 1rem 0;
  }

  .floating-whatsapp {
    right: 0.7rem;
    bottom: 0.7rem;
    width: 54px;
    height: 54px;
    min-height: 0;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp span {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

@media print {
  .top-note,
  .site-header,
  .floating-whatsapp,
  .hero__actions,
  .location__actions,
  .guide__panel .button {
    display: none !important;
  }

  .hero {
    min-height: 650px;
  }

  .section {
    padding: 2.5rem 0;
  }

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