:root {
  --ink: #102a45;
  --navy: #073d7f;
  --blue: #0798e8;
  --sky: #dff4ff;
  --paper: #fbfaf7;
  --line: rgba(16, 42, 69, 0.12);
  --soft-shadow: 0 24px 70px rgba(15, 54, 91, 0.12);
  --radius-lg: 36px;
}

html { background: var(--paper); }

#servicios,
#resultados,
#por-que,
#areas-de-servicio,
#cotizar { scroll-margin-top: 96px; }

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 26%, rgba(7, 152, 232, 0.07), transparent 31rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 44%, #f7f3ed 100%);
}

/* Content remains readable even when motion libraries are delayed or unavailable. */
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.site-header {
  top: 14px;
  left: 50%;
  width: min(1240px, calc(100% - 40px));
  height: 66px;
  padding: 0 10px 0 18px;
  transform: translateX(-50%);
  grid-template-columns: 110px 1fr minmax(176px, auto);
  border: 1px solid rgba(16, 42, 69, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(7, 40, 74, 0.1);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.header-logo img { width: 58px; height: auto; }
.desktop-nav { gap: 34px; }
.desktop-nav a { color: #18324d; font-size: 0.9rem; font-weight: 650; }
.desktop-nav a::after { border-radius: 999px; }
.button, .header-cta, .menu-button, .form-button { border-radius: 999px !important; }

.header-cta {
  min-width: 176px;
  min-height: 46px;
  padding: 0 10px 0 22px;
  gap: 15px;
  border: 1px solid rgba(155, 220, 255, .28);
  background: linear-gradient(135deg, #0b4c94 0%, #073d7f 100%);
  box-shadow: 0 12px 26px rgba(7, 61, 127, 0.22), inset 0 1px 0 rgba(255,255,255,.18);
  white-space: nowrap;
}
.header-cta > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(155, 220, 255, .38);
  border-radius: 50%;
  background: rgba(155, 220, 255, .16);
  color: #dff4ff;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.header-cta > span svg { width: 19px; height: 19px; }
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 61, 127, 0.28), inset 0 1px 0 rgba(255,255,255,.2);
}
.header-cta:hover > span { transform: translate(1px, -1px); background: var(--sky); color: var(--navy); }

.hero {
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  border-radius: 0;
  background: #0b3c69;
  isolation: isolate;
}
.hero-media img { object-position: 62% center; filter: saturate(0.9) contrast(0.96); }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 28, 55, 0.76) 0%, rgba(4, 34, 67, 0.5) 38%, rgba(4, 34, 67, 0.03) 72%),
    linear-gradient(0deg, rgba(5, 30, 55, 0.4) 0%, transparent 40%);
}
.hero-wash { display: none; }
.hero-copy {
  z-index: 2;
  min-height: 100svh;
  height: 100svh;
  padding-top: 144px;
  padding-bottom: clamp(72px, 9vh, 110px);
  align-items: flex-start;
  justify-content: flex-end;
}
.hero-logo { display: none !important; }
.hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.35rem, 6.35vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 3px 30px rgba(0, 20, 46, 0.25);
}
.hero h1 strong { display: block; margin-top: .1em; color: #9bdcff; font-weight: 780; }
.hero-copy p {
  max-width: 590px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}
.hero-actions { margin-top: 32px; gap: 12px; }
.hero .button { min-height: 58px; padding-inline: 28px; border: 1px solid rgba(255,255,255,.5); }
.hero .button-primary { color: var(--navy); background: #fff; box-shadow: 0 15px 35px rgba(0, 19, 42, 0.2); }
.hero .button-secondary { color: #fff; background: rgba(255, 255, 255, 0.09); backdrop-filter: blur(12px); }
.hero .button:hover { transform: translateY(-3px); }
.scroll-cue { display: none !important; }

.section { padding-block: clamp(92px, 11vw, 150px); }
.eyebrow { display: none; }
.section-heading { margin-bottom: clamp(48px, 6vw, 78px); }
.section-heading h2, .service-copy h2, .why-copy h2, .expectations-copy h2, .quote-copy h2 {
  color: var(--ink);
  font-size: clamp(2.45rem, 4.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.services { position: relative; overflow: hidden; }
.services::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: 5%;
  right: -290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 152, 232, 0.12), transparent 68%);
}
.services-layout { gap: clamp(48px, 8vw, 116px); align-items: center; }
.service-visual { border-radius: var(--radius-lg); box-shadow: var(--soft-shadow); }
.service-visual::after { border-radius: inherit; border: 1px solid rgba(255,255,255,.55); }
.service-copy > p { color: #557087; font-size: 1.08rem; line-height: 1.75; }
.service-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  border: 0;
}
.service-item {
  min-height: 0 !important;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(15, 54, 91, 0.045);
  overflow: hidden;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.service-item:hover { transform: translateY(-2px); border-color: rgba(7,152,232,.28); background: #fff; box-shadow: 0 12px 28px rgba(15,54,91,.075); }
.service-item[open] { background: #f7fcff; border-color: rgba(7,152,232,.34); box-shadow: 0 15px 34px rgba(15,54,91,.09); }
.service-item summary {
  min-height: 82px;
  padding: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.service-item summary > span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.service-item summary strong { color: var(--ink); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.2; letter-spacing: -.02em; }
.service-item summary i {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5f5fd;
  color: var(--navy);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), background .2s ease;
}
.service-item summary i::before,
.service-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.service-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.service-item[open] summary i { transform: rotate(45deg); background: #d9f1fc; }
.service-item[open] summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.service-item summary:focus-visible { outline: 3px solid rgba(7, 152, 232, .35); outline-offset: -3px; }
.service-item > div { padding: 0 24px 28px 60px; text-align: left; }
.service-item p { max-width: 66ch; padding: 0 !important; color: #557087; font-size: .94rem; line-height: 1.65; text-align: left; }
.service-item p + p { padding-top: 0; }
.service-item p:last-of-type { padding-bottom: 14px; }
.service-item p a,
.service-item > a,
.service-item > div > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin: 14px 0 2px !important;
  padding: 0 18px 0 20px;
  gap: 18px;
  border: 1px solid rgba(155, 220, 255, .5);
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 61, 127, .18);
  font-weight: 780;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.service-item > div > a:hover { transform: translateY(-2px); background: #087cc6; box-shadow: 0 16px 28px rgba(7, 61, 127, .24); }
.service-item > div > a > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); }
.service-item > div > a svg { width: 17px; height: 17px; }

.results {
  background:
    radial-gradient(circle at 80% 10%, rgba(7, 152, 232, 0.13), transparent 34rem),
    linear-gradient(180deg, #eff8fc 0%, #f7fbfc 100%);
}
.section-heading p { color: #557087; }
.comparison-grid { gap: 26px; align-items: start; }
.comparison {
  padding: 0;
  border-radius: 26px;
  overflow: visible;
  box-shadow: none;
  background: transparent;
  transform: none !important;
  opacity: 1 !important;
}
.comparison-labels {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.comparison-stage {
  border-radius: 0 0 24px 24px;
  box-shadow: 0 16px 38px rgba(15,54,91,.13);
}
.comparison-stage img { transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.comparison:hover .comparison-stage img { transform: scale(1.025); }
.comparison-label { border-radius: 999px; box-shadow: 0 8px 20px rgba(7,40,74,.15); }
.comparison-labels span { background: var(--navy) !important; }
.comparison input[type="range"] { border-radius: 999px; }
.comparison h3 {
  display: none;
}
.comparison-service {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 76px;
  padding: 20px 26px;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 61, 127, .1);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background:
    linear-gradient(135deg, rgba(223, 244, 255, .72), rgba(255, 255, 255, .96));
  box-shadow: 0 18px 38px rgba(15, 54, 91, .1);
}
.comparison-service strong {
  color: var(--navy);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 790;
  letter-spacing: -.035em;
  text-align: left;
}
.comparison:has(.comparison-service) .comparison-stage { border-radius: 0; box-shadow: none; }
.comparison-line i {
  display: grid;
  place-items: center;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(7, 61, 127, .24);
  font-style: normal;
}

.why {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(16, 170, 239, .3), transparent 28rem),
    linear-gradient(135deg, #072f60 0%, #064785 58%, #0876b6 100%);
  box-shadow: 0 30px 70px rgba(7, 47, 96, .18);
}
.why-layout { gap: clamp(56px, 8vw, 110px); }
.why-copy h2 { color: #fff; }
.why-copy > p, .why-copy li { color: rgba(255,255,255,.76); }
.why-copy li { border-color: rgba(255,255,255,.16); }
.why-copy li::before { border-radius: 50%; background: #9bdcff; box-shadow: 0 0 0 7px rgba(155,220,255,.12); }
.why-main { border-radius: 34px; box-shadow: 0 28px 55px rgba(0,22,48,.28); }
.why-detail { border: 6px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: 0 24px 50px rgba(0,22,48,.3); }

.expectations-layout { gap: clamp(52px, 9vw, 128px); }
.expectations-copy > p { color: #557087; font-size: 1.08rem; line-height: 1.75; }
.giant-number { color: rgba(7,152,232,.12); letter-spacing: -.07em; }
.expectations-photo { border-radius: 38px; box-shadow: var(--soft-shadow); }

.service-areas {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(67, 190, 247, .36), transparent 25rem),
    radial-gradient(circle at 10% 90%, rgba(7, 152, 232, .2), transparent 28rem),
    linear-gradient(135deg, #052b59 0%, #064782 54%, #086ca8 100%);
}
.service-areas::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
  pointer-events: none;
}
.service-areas-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(60px, 9vw, 132px);
}
.service-areas-copy { max-width: 760px; }
.service-areas-eyebrow {
  margin: 0 0 22px;
  color: #9bdcff;
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-areas-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 5.35rem);
  line-height: .96;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.service-areas-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  font-weight: 650;
  line-height: 1.6;
}
.service-areas-body {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.72;
}
.service-areas-action {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}
.service-areas-action p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.55;
}
.service-areas-cta {
  min-width: max-content;
  min-height: 54px;
  gap: 16px;
  padding: 0 12px 0 22px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 21, 48, .22);
}
.service-areas-cta > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}
.service-areas-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(0, 21, 48, .3); }
.service-areas-map {
  position: relative;
  min-height: 560px;
  padding: 54px 48px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  box-shadow: 0 30px 70px rgba(0, 20, 46, .25), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}
.service-areas-map::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(155,220,255,.24);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 44px rgba(155,220,255,.055), 0 0 0 88px rgba(155,220,255,.03);
}
.service-areas-map ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-areas-map li {
  position: relative;
  display: grid;
  min-height: 49px;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,.88);
  font-size: .98rem;
  font-weight: 650;
  letter-spacing: -.01em;
}
.service-areas-map li span {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid #dff4ff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(155,220,255,.1);
}
.service-areas-route {
  position: absolute;
  z-index: 1;
  top: 76px;
  bottom: 108px;
  left: 56px;
  width: 2px;
  background: linear-gradient(#9bdcff, rgba(155,220,255,.18));
}
.service-areas-map > p {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #9bdcff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.testimonials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(7, 152, 232, .16), transparent 26rem),
    linear-gradient(180deg, #f4fbfe 0%, #fbfaf7 100%);
}
.testimonials::before {
  position: absolute;
  top: -220px;
  left: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(7, 152, 232, .12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 46px rgba(7, 152, 232, .035), 0 0 0 92px rgba(7, 152, 232, .02);
}
.testimonials-shell { position: relative; z-index: 1; }
.testimonials-head { max-width: 760px; }
.testimonials-kicker {
  margin: 0 0 18px;
  color: var(--blue-dark, #087cc6);
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.testimonials-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 5.2vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.testimonials-head > p:last-child {
  max-width: 590px;
  margin: 24px 0 0;
  color: #557087;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}
.testimonial-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 24px;
  margin-top: 58px;
}
.testimonial-card-stack { display: grid; gap: 24px; }
.testimonial-card {
  position: relative;
  display: flex;
  min-height: 248px;
  padding: clamp(28px, 4vw, 42px);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(7, 61, 127, .11);
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 54px rgba(15,54,91,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 28px 62px rgba(15,54,91,.15); }
.testimonial-card--feature {
  min-height: 520px;
  background:
    radial-gradient(circle at 86% 8%, rgba(155,220,255,.2), transparent 18rem),
    linear-gradient(145deg, #073d7f 0%, #075a97 100%);
  color: #fff;
}
.testimonial-card--feature::after {
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(155,220,255,.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(155,220,255,.05), 0 0 0 84px rgba(155,220,255,.025);
}
.testimonial-card--blue { background: linear-gradient(145deg, #e3f5fd 0%, #f7fcfe 100%); }
.testimonial-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.testimonial-sample-label {
  color: #557087;
  font-size: .7rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.testimonial-card--feature .testimonial-sample-label { color: #bde8ff; }
.testimonial-stars {
  color: #e9a62b;
  font-family: Georgia, serif;
  font-size: 1rem;
  letter-spacing: .12em;
  line-height: 1;
  white-space: nowrap;
}
.testimonial-card--feature .testimonial-stars { color: #ffd26b; }
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 22ch;
  margin: 54px 0;
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 740;
  line-height: 1.22;
  letter-spacing: -.035em;
}
.testimonial-card--feature blockquote { max-width: 22ch; color: #fff; font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: 1.08; }
.testimonial-source {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #648097;
  font-size: .78rem;
  font-weight: 720;
}
.testimonial-card--feature .testimonial-source { color: rgba(255,255,255,.68); }
.testimonial-invite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 26px 30px;
  gap: 30px;
  border-top: 1px solid rgba(7,61,127,.12);
}
.testimonial-invite strong { display: block; color: var(--navy); font-size: 1.12rem; }
.testimonial-invite p { margin: 5px 0 0; color: #557087; font-size: .92rem; }
.testimonial-invite-cta {
  display: inline-flex;
  min-height: 50px;
  padding: 0 12px 0 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 790;
  box-shadow: 0 12px 24px rgba(7,61,127,.18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.testimonial-invite-cta:hover { transform: translateY(-2px); background: #087cc6; box-shadow: 0 16px 30px rgba(7,61,127,.24); }
.testimonial-invite-cta svg { width: 19px; height: 19px; }

.image-interlude {
  position: relative;
  min-height: clamp(900px, 110svh, 1160px);
  overflow: hidden;
  background: #073d7f;
  isolation: isolate;
}
section.image-interlude#cotizar { scroll-margin-top: 0; }
.image-interlude > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(.92) contrast(.98);
}
.image-interlude::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 31, 64, .9) 0%, rgba(4, 42, 82, .67) 38%, rgba(4, 42, 82, .08) 72%),
    linear-gradient(0deg, rgba(4, 31, 64, .4), transparent 48%);
}
.image-interlude .shell {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding-block: clamp(110px, 10vw, 150px);
}
.image-interlude-copy { max-width: 660px; }
.image-interlude-copy h2 {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.image-interlude-copy > p {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.6;
}
.image-interlude .quote-form {
  justify-self: end;
  width: 100%;
  max-width: 520px;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 34px 80px rgba(0,22,48,.34), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.quote-form-intro {
  margin-bottom: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7,61,127,.12);
}
.quote-form-intro p {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.quote-form-intro span {
  color: #557087;
  font-size: .92rem;
  line-height: 1.5;
}
.image-interlude .quote-form label { color: var(--navy); }
.image-interlude .quote-form .form-note { color: #557087; }
.image-interlude .quote-form .form-status { color: var(--navy); }
.image-interlude .quote-form .button-primary:active { transform: scale(.985); }

.quote {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  margin: 0;
  border-radius: 0;
  padding-block: clamp(72px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(155, 220, 255, .16), transparent 28rem),
    linear-gradient(135deg, #062c59 0%, #073d7f 100%);
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 70%, rgba(16,170,239,.2), transparent 30rem);
}
.quote-layout {
  position: relative;
  z-index: 1;
  min-height: 760px;
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}
.quote-copy { max-width: 560px; }
.quote-copy h2 { color: #fff; }
.quote-copy p { color: rgba(255,255,255,.72); }
.quote-copy > img { display: none !important; }
.quote-form {
  width: 100%;
  max-width: 560px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 32px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 70px rgba(0,22,48,.28);
}
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 14px; background: #f7fafc; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(7,152,232,.15); border-color: var(--blue); }
.form-button,
.quote-form .button-primary { min-height: 58px; background: var(--navy) !important; box-shadow: 0 12px 28px rgba(7,61,127,.22); }
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 88px 0 28px;
  background:
    radial-gradient(circle at 86% 8%, rgba(7, 152, 232, .22), transparent 25rem),
    linear-gradient(145deg, #031b39 0%, #052d5c 100%);
}
.site-footer::before {
  position: absolute;
  top: -160px;
  left: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(155, 220, 255, .1);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 45px rgba(155, 220, 255, .035), 0 0 0 90px rgba(155, 220, 255, .02);
}
.footer-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(220px, 1fr) minmax(160px, .7fr) auto;
  align-items: center;
  gap: 48px;
  padding: 38px 40px;
  border: 1px solid rgba(155, 220, 255, .16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 24px 60px rgba(0, 14, 35, .22), inset 0 1px 0 rgba(255,255,255,.1);
}
.footer-inner > a:first-child { display: flex; align-items: center; }
.footer-inner > a:first-child img { width: 118px; padding: 9px; border-radius: 50%; background: #fff; box-shadow: 0 12px 26px rgba(0, 18, 45, .24); }
.footer-inner nav { flex-direction: column; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.72); }
.footer-inner nav a { padding-block: 2px; font-size: .95rem; }
.footer-inner > a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  min-width: 218px;
  padding: 0 12px 0 22px;
  gap: 16px;
  border: 1px solid rgba(155, 220, 255, .38);
  border-radius: 999px;
  background: linear-gradient(135deg, #0b99e8 0%, #087cc6 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 16, 43, .25), inset 0 1px 0 rgba(255,255,255,.2);
  font-weight: 780;
  transition: transform .2s ease, box-shadow .2s ease;
}
.footer-inner > a:last-child:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0, 16, 43, .32), inset 0 1px 0 rgba(255,255,255,.22); }
.footer-inner > a:last-child > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.14); }
.footer-inner > a:last-child svg { width: 19px; height: 19px; }
.footer-base {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  padding-top: 28px;
  border-top-color: rgba(155,220,255,.16);
}
.footer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  min-width: 0;
}
.footer-meta span { white-space: nowrap; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 7px;
  color: rgba(255,255,255,.42);
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .08em;
}
.language-switcher a {
  position: relative;
  padding: 4px 1px;
  color: rgba(255,255,255,.62);
  transition: color .2s ease;
}
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] { color: #fff; }
.language-switcher a[aria-current="page"]::after {
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 2px;
  border-radius: 999px;
  background: #9bdcff;
  content: "";
}
.mywebsite-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  text-decoration: none;
  margin: 0;
  justify-self: end;
  transition: color .2s ease;
}
.mywebsite-credit a { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(155,220,255,.65); text-underline-offset: 3px; }
.mywebsite-credit svg { width: 15px; height: 15px; color: #9bdcff; }
.mywebsite-credit:hover { color: #fff; }

/* Availability is a decision point, not a text link. Give it the same tactile
   weight as the other conversion controls while keeping the dark section readable. */
.why .text-link,
.expectations .text-link {
  min-height: 56px;
  margin-top: 34px;
  padding: 0 22px 0 24px;
  gap: 18px;
  border: 1px solid rgba(155, 220, 255, .5);
  border-radius: 999px;
  background: var(--sky);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(0, 24, 55, .2);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.why .text-link:hover,
.expectations .text-link:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 24, 55, .26);
}
.why .text-link svg,
.expectations .text-link svg { width: 20px; height: 20px; flex: 0 0 auto; }

@media (max-width: 900px) {
  .site-header { top: 10px; width: calc(100% - 24px); min-height: 58px; height: 58px; padding-inline: 14px 8px; border-radius: 17px; grid-template-columns: 1fr auto; }
  .header-logo img { width: 48px; }
  .menu-button { width: 44px; height: 44px; grid-column: 2; justify-self: end; }
  .desktop-nav { top: 78px; left: 0; right: 0; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: var(--soft-shadow); }
  .desktop-nav a { padding: 12px 8px; }
  .hero, .hero-copy { min-height: 100svh; height: 100svh; }
  .hero { border-radius: 0; }
  .hero-media img { object-position: 66% center; }
  .hero::after { background: linear-gradient(0deg, rgba(4,28,55,.9) 0%, rgba(4,34,67,.54) 50%, rgba(4,34,67,.12) 78%); }
  .hero-copy { padding-top: 116px; padding-bottom: 58px; align-items: flex-start; }
  .hero h1 { max-width: 680px; font-size: clamp(3rem, 10.5vw, 5rem); }
  .hero-copy p { max-width: 520px; }
  .services-layout, .why-layout, .expectations-layout, .service-areas-shell, .quote-layout { gap: 52px; }
  .service-areas-shell { grid-template-columns: 1fr; }
  .service-areas-map { min-height: 520px; }
  .why { width: 100%; border-radius: 0; }
  .quote { width: 100%; border-radius: 0; }
  .image-interlude { min-height: auto; }
  .image-interlude .shell {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 120px 84px;
  }
  .image-interlude-copy { max-width: 680px; }
  .image-interlude .quote-form { justify-self: stretch; max-width: 620px; }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .site-header { grid-template-columns: 90px 1fr minmax(168px, auto); }
  .desktop-nav { gap: 22px; }
  .header-cta { min-width: 168px; padding-left: 18px; }
}

@media (min-width: 901px) and (max-width: 980px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 58px;
    height: 58px;
    padding-inline: 14px 8px;
    grid-template-columns: 1fr auto;
    border-radius: 17px;
  }
  .header-logo img { width: 48px; }
  .menu-button {
    width: 44px;
    height: 44px;
    grid-column: 2;
    justify-self: end;
  }
  .desktop-nav {
    top: 78px;
    left: 0;
    right: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--soft-shadow);
  }
}

@media (max-width: 620px) {
  .hero, .hero-copy { min-height: 100svh; height: 100svh; }
  .hero-media img { object-position: 65% 40%; }
  .hero h1 { max-width: 100%; font-size: 2rem; line-height: 1.05; letter-spacing: -.025em; }
  .hero h1 strong { margin-top: .14em; }
  .hero-copy p { margin-top: 20px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero .button { width: 100%; justify-content: center; }
  .section { padding-block: 82px; }
  .section-heading h2, .service-copy h2, .why-copy h2, .expectations-copy h2, .quote-copy h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .service-areas-copy h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .service-areas-action { align-items: stretch; flex-direction: column; }
  .service-areas-action p { max-width: none; }
  .service-areas-cta { width: 100%; justify-content: space-between; }
  .service-areas-map { min-height: auto; padding: 34px 28px; border-radius: 26px; }
  .service-areas-map li { min-height: 46px; }
  .service-areas-route { top: 53px; bottom: 90px; left: 36px; }
  .service-visual, .comparison, .comparison-stage, .expectations-photo { border-radius: 24px; }
  .service-item { padding-inline: 16px; border-radius: 18px; }
  .service-item summary { min-height: 74px; grid-template-columns: 34px minmax(0,1fr) 32px; gap: 10px; }
  .service-item summary strong { font-size: 1rem; }
  .service-item p { padding: 0 0 16px; font-size: .9rem; line-height: 1.55; }
  .service-item p a,
  .service-item > a { margin-left: 0; }
  .comparison-grid { gap: 24px; }
  .comparison {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 42, 69, .1);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 34px rgba(15, 54, 91, .1);
  }
  .comparison-labels {
    height: 54px;
    border-radius: 0;
    background: var(--navy);
  }
  .comparison-labels span {
    display: grid;
    place-items: center;
    padding: 0;
    background: transparent !important;
    font-size: .76rem;
    letter-spacing: .15em;
  }
  .comparison-labels span + span {
    border-left: 1px solid rgba(255, 255, 255, .22);
    background: rgba(7, 152, 232, .38) !important;
  }
  .comparison-stage {
    aspect-ratio: 1.18;
    border-radius: 0;
    box-shadow: none;
  }
  .comparison-service {
    min-height: 72px;
    padding: 18px 20px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #eef9fd 0%, #fff 100%);
    box-shadow: none;
  }
  .comparison-service strong { font-size: 1.16rem; }
  .comparison-line i {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  .comparison h3 { display: none; }
  .why, .quote { width: calc(100% - 16px); border-radius: 28px; }
  .why { width: 100%; border-radius: 0; }
  .quote { width: 100%; border-radius: 0; min-height: auto; }
  .quote { padding-block: 76px; }
  .quote-layout { min-height: 0; }
  .why-detail { position: relative; width: 54%; margin: -66px 14px 0 auto; border-radius: 22px; }
  .quote-form { border-radius: 24px; }
  .image-interlude { min-height: auto; }
  .image-interlude .shell { gap: 38px; padding-block: 112px 72px; }
  .image-interlude > img { object-position: 62% center; }
  .image-interlude::after { background: linear-gradient(0deg, rgba(4,31,64,.9) 0%, rgba(4,42,82,.38) 62%, rgba(4,42,82,.05) 100%); }
  .image-interlude-copy h2 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .image-interlude-copy > p { margin-top: 20px; font-size: 1rem; }
  .image-interlude .quote-form { max-width: none; padding: 26px 22px; border-radius: 26px; }
  .quote-form-intro { padding-bottom: 18px; }
  .quote-form-intro p { font-size: 1.45rem; }
  .footer-base { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; padding-top: 24px; text-align: center; }
  .footer-meta { justify-content: center; gap: 8px; }
  .footer-meta span { width: 100%; white-space: normal; }
  .language-switcher { justify-self: center; }
  .mywebsite-credit { width: 100%; justify-content: center; justify-self: center; padding-top: 4px; }
  .why .text-link,
  .expectations .text-link { width: 100%; justify-content: space-between; margin-top: 34px; }
}

@media (max-width: 900px) {
  .comparison { width: 100%; }
}

@media (max-width: 620px) {
  .service-item > div { padding: 0 0 24px 44px; }
  .service-item > div > a { width: 100%; margin-top: 18px !important; }
  .service-item > div > a { white-space: nowrap; }
  .testimonials-head h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .testimonial-showcase { grid-template-columns: 1fr; margin-top: 40px; }
  .testimonial-card-stack { gap: 18px; }
  .testimonial-card,
  .testimonial-card--feature { min-height: 310px; padding: 26px 22px; border-radius: 26px; }
  .testimonial-card--feature { min-height: 420px; }
  .testimonial-card-top { align-items: flex-start; flex-direction: column; gap: 14px; }
  .testimonial-card blockquote,
  .testimonial-card--feature blockquote { max-width: 100%; margin: 42px 0; font-size: 1.7rem; line-height: 1.2; }
  .testimonial-card--feature blockquote { font-size: clamp(2.15rem, 10vw, 3rem); line-height: 1.08; }
  .testimonial-invite { align-items: flex-start; padding: 24px 0 0; flex-direction: column; }
  .testimonial-invite-cta { width: 100%; }
  .site-footer { padding: 60px 0 22px; }
  .footer-inner {
    align-items: stretch;
    gap: 28px;
    padding: 28px 22px;
    border-radius: 24px;
  }
  .footer-inner nav { align-items: flex-start; gap: 12px; }
  .footer-inner > a:last-child { width: 100%; min-width: 0; }
  .footer-base { gap: 10px; padding-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .comparison-stage img, .service-item, .button, .header-cta { transition: none !important; }
}
