:root {
  --navy-950: #11182c;
  --navy-900: #1a2240;
  --navy-800: #26315a;
  --blue-500: #59b8f2;
  --blue-600: #2f9fe6;
  --green-400: #b1dc51;
  --green-500: #5dc95a;
  --white: #ffffff;
  --paper: #f5f7f1;
  --paper-strong: #eef2e8;
  --text-900: #10172c;
  --text-700: #4f5a73;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(255, 255, 255, 0.16);
  --glass-border: rgba(255, 255, 255, 0.16);
  --glass-panel: rgba(15, 22, 41, 0.54);
  --shadow-soft: 0 24px 70px rgba(21, 31, 60, 0.13);
  --shadow-card: 0 18px 50px rgba(13, 20, 42, 0.12);
  --shadow-glass: 0 26px 80px rgba(5, 10, 24, 0.3);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --radius-pill: 20px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-900);
  background:
    radial-gradient(circle at 10% 8%, rgba(89, 184, 242, 0.2), transparent 20%),
    radial-gradient(circle at 86% 12%, rgba(177, 220, 81, 0.12), transparent 18%),
    radial-gradient(circle at 74% 42%, rgba(89, 184, 242, 0.12), transparent 18%),
    linear-gradient(140deg, #10162c 0%, #182345 38%, #121b34 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  image-orientation: from-image;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.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;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.section:not(.section--quote) {
  color: var(--white);
}

.section--tight {
  padding-top: 0;
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(19, 27, 52, 0.82), rgba(24, 35, 69, 0.88));
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section--alt::before {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(177, 220, 81, 0.12);
  filter: blur(2px);
}

.section--quote {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(160deg, rgba(15, 23, 44, 0.88), rgba(13, 19, 38, 0.95));
}

.section--quote::before,
.section--quote::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}

.section--quote::before {
  top: 3rem;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(89, 184, 242, 0.24), rgba(89, 184, 242, 0));
  animation: quote-orb-left 18s ease-in-out infinite;
}

.section--quote::after {
  right: -7rem;
  bottom: 1rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(177, 220, 81, 0.2), rgba(177, 220, 81, 0));
  animation: quote-orb-right 22s ease-in-out infinite;
}

.section--gallery {
  position: relative;
  overflow: hidden;
}

.section--services-video {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section--services-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(10, 16, 33, 0.34), rgba(10, 16, 33, 0.58)),
    linear-gradient(135deg, rgba(26, 34, 64, 0.54), rgba(47, 159, 230, 0.12));
}

.section--services-video .container {
  position: relative;
  z-index: 1;
}

.services-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.services-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10, 16, 33, 0.8) 0%,
      rgba(10, 16, 33, 0.28) 14%,
      rgba(10, 16, 33, 0.12) 28%,
      rgba(10, 16, 33, 0.1) 72%,
      rgba(10, 16, 33, 0.3) 86%,
      rgba(10, 16, 33, 0.78) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 16, 33, 0.18) 0%,
      rgba(10, 16, 33, 0.04) 14%,
      rgba(10, 16, 33, 0.04) 86%,
      rgba(10, 16, 33, 0.18) 100%
    ),
    radial-gradient(circle at top right, rgba(177, 220, 81, 0.16), transparent 24%),
    radial-gradient(circle at 14% 24%, rgba(89, 184, 242, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(26, 34, 64, 0.1), rgba(26, 34, 64, 0.22));
}

.services-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.02) contrast(1.08) brightness(0.9);
  transition: opacity 240ms ease;
  will-change: opacity;
}

.services-media video.is-active {
  opacity: 0.72;
}

.section--gallery::before {
  content: "";
  position: absolute;
  inset: 5rem auto auto -6rem;
  width: 16rem;
  height: 16rem;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(89, 184, 242, 0.12), rgba(177, 220, 81, 0.1));
  transform: rotate(18deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-600);
}

.eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-400), var(--blue-500));
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.86);
}

.eyebrow--light::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.46));
}

.section-head {
  max-width: 48rem;
  margin-bottom: 2.8rem;
  color: var(--white);
}

.section-head--left {
  margin-bottom: 0;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head p:last-child {
  color: rgba(233, 238, 250, 0.74);
}

.section-head h2,
.info-card h2,
.gallery-copy h2,
.quote-copy h2,
.hero h1 {
  margin: 0 0 1rem;
  line-height: 1.05;
  font-family: "Montserrat", system-ui, sans-serif;
}

.section-head h2,
.info-card h2,
.gallery-copy h2,
.quote-copy h2 {
  font-size: clamp(2rem, 2vw + 1.2rem, 3.1rem);
}

.hero h1 {
  font-size: clamp(2.8rem, 4.5vw, 5.6rem);
  max-width: 13.8ch;
  line-height: 0.95;
}

.hero-line {
  display: block;
}

.hero-line + .hero-line {
  margin-top: 0.04em;
}

.hero-location {
  display: inline-block;
  white-space: nowrap;
  color: var(--green-400);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.9rem 0;
  background: transparent;
  border-bottom: 0;
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-radius: calc(var(--radius-md) + 2px);
  background: rgba(15, 22, 41, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand img {
  width: auto;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.brand__text {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.site-nav > a:not(.btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding-inline: 1.05rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
  color: rgba(244, 248, 255, 0.86);
}

.site-nav > a:not(.btn) + a:not(.btn)::before,
.site-nav > .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.45rem;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
}

.site-nav > .btn::before {
  left: -0.55rem;
}

.site-nav > a:not(.btn):hover {
  color: var(--green-400);
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--navy-900);
  justify-content: center;
  align-items: center;
  gap: 0.26rem;
  flex-direction: column;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.82rem 1.3rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

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

.btn--sm {
  min-height: 44px;
  padding-inline: 1.05rem;
}

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

.btn--primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--green-400), #cff07b 55%, var(--blue-500));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    0 18px 36px rgba(89, 184, 242, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-actions .btn--ghost {
  color: rgba(248, 251, 255, 0.96);
  border-color: rgba(89, 184, 242, 0.24);
  background:
    linear-gradient(135deg, rgba(89, 184, 242, 0.34), rgba(89, 184, 242, 0.18) 42%, rgba(177, 220, 81, 0.14)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 16px 30px rgba(19, 58, 103, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-actions .btn--ghost:hover {
  border-color: rgba(89, 184, 242, 0.34);
  background:
    linear-gradient(135deg, rgba(89, 184, 242, 0.42), rgba(89, 184, 242, 0.24) 48%, rgba(177, 220, 81, 0.18)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 36px rgba(20, 62, 109, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site-nav > .btn {
  position: relative;
  margin-left: 1.05rem;
  min-height: 46px;
  padding-inline: 1.2rem;
  border-radius: var(--radius-pill);
}

.hero {
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -8rem auto auto -7rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 184, 242, 0.2), rgba(89, 184, 242, 0));
  filter: blur(10px);
}

.hero::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  border-radius: 42% 58% 64% 36% / 43% 44% 56% 57%;
  background: rgba(89, 184, 242, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-grid {
  display: block;
  position: relative;
}

.hero-watermark {
  position: absolute;
  inset: -0.5rem 4% auto auto;
  transform: translate3d(var(--hero-mark-x, 0), var(--hero-mark-y, 0), 0) scale(var(--hero-mark-scale, 1));
  width: min(36rem, 44vw);
  pointer-events: none;
  opacity: var(--hero-mark-opacity, 0.11);
  filter: saturate(1) contrast(1.06);
  will-change: transform, opacity;
}

.hero-watermark img {
  width: 100%;
  height: auto;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 62rem;
}

.hero-text {
  max-width: 50rem;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.6;
  color: rgba(236, 241, 255, 0.76);
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: rgba(244, 248, 255, 0.9);
}

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

body.reveal-enabled .reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.985);
  transition:
    opacity 760ms ease,
    transform 860ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body.reveal-enabled .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.intro-grid,
.gallery-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card,
.service-card,
.step-card,
.quote-form,
.carousel,
.quote-notes article {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
}

.info-card {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.info-card--accent {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5)),
    linear-gradient(180deg, rgba(89, 184, 242, 0.1), transparent 60%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--text-900);
}

.info-card--accent::after {
  content: "";
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 11rem;
  height: 11rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(89, 184, 242, 0.18), rgba(177, 220, 81, 0.2));
  transform: rotate(26deg);
}

.info-card--dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(18, 26, 48, 0.68), rgba(18, 26, 48, 0.42));
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--white);
}

.contact-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  margin-top: 1.4rem;
}

.contact-lines--stacked {
  grid-template-columns: 1fr;
  gap: 1.65rem;
  margin-top: 1.55rem;
}

.contact-lines div {
  display: grid;
  gap: 0.5rem;
}

.contact-person {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-person:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-person__photo {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
  border: 0;
  background: transparent;
  box-shadow:
    0 10px 18px rgba(7, 12, 24, 0.18);
}

.contact-person__body {
  display: grid;
  gap: 0.35rem;
}

.contact-lines span {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}

.contact-lines a {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.contact-lines a[href^="tel:"] {
  font-size: clamp(1.34rem, 1.1rem + 0.8vw, 1.7rem);
  color: var(--white);
}

.contact-lines a[href^="mailto:"] {
  font-size: 1.06rem;
  color: #9fdcff;
}

.contact-address {
  margin: 1.9rem 0 0;
  font-size: 1.12rem;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.mobile-swipe-hint {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.42rem;
  margin: 0.9rem 0 0;
}

.mobile-swipe-hint span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  transition:
    width 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
  opacity: 0.9;
}

.mobile-swipe-hint span.is-active {
  width: 0.9rem;
  background: linear-gradient(90deg, var(--green-400), var(--blue-500));
  opacity: 1;
}

.service-card {
  position: relative;
  padding: 1.8rem 1.8rem 2.4rem;
  overflow: hidden;
  min-height: 100%;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -2.4rem;
  right: -1.6rem;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 184, 242, 0.22) 0%, rgba(89, 184, 242, 0) 72%);
  opacity: 0;
  transform: scale(0.55);
  transition:
    transform 280ms ease,
    opacity 280ms ease;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.35rem;
  height: 4px;
  border-radius: 999px;
  opacity: 0.36;
  transform: scaleX(0.34);
  transform-origin: left center;
  transition:
    transform 280ms ease,
    opacity 280ms ease;
}

.service-card--blue,
.service-card--green,
.service-card--light,
.service-card--dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(18, 26, 48, 0.68), rgba(18, 26, 48, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: var(--white);
}

.service-card--blue::after,
.service-card--green::after,
.service-card--light::after,
.service-card--dark::after {
  background: linear-gradient(135deg, var(--blue-500), var(--green-400));
}

.service-card:hover {
  transform: translateY(-9px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 46px rgba(8, 14, 30, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 26px rgba(89, 184, 242, 0.18);
}

.service-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.service-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.05rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 240ms ease,
    transform 240ms ease;
}

.service-icon img {
  width: 1.55rem;
  height: 1.55rem;
}

.service-card h3 {
  margin: 0 0 1rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.2rem;
  color: var(--white);
}

.service-card:hover .service-icon {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  padding-bottom: 0.7rem;
  color: rgba(236, 241, 255, 0.8);
}

.service-card li + li {
  margin-top: 0.55rem;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1.14fr) minmax(0, 0.86fr);
  grid-template-areas:
    "title steps"
    "summary steps";
  row-gap: 0.95rem;
  column-gap: 1.9rem;
  align-items: start;
}

.method-intro {
  grid-area: title;
  display: grid;
  align-content: start;
  min-height: 100%;
  padding-right: 0.5rem;
}

.method-intro h2 {
  margin-bottom: 0;
  max-width: 15.2ch;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.method-summary {
  grid-area: summary;
  max-width: 39rem;
  padding: 0 0.5rem 0 0;
}

.method-summary p {
  margin: 0;
  max-width: none;
  color: rgba(233, 238, 250, 0.82);
  font-size: 1.02rem;
  line-height: 1.64;
  text-wrap: pretty;
}

.steps-grid {
  grid-area: steps;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: end;
  padding-top: 0;
}

.step-card {
  --step-padding: 1.1rem 1.05rem 1.15rem;
  --step-pill-size: 0.8rem;
  --step-title-size: 1.02rem;
  --step-body-size: 0.95rem;
  --step-chip-bg: rgba(177, 220, 81, 0.14);
  --step-chip-color: var(--green-400);
  --step-border: rgba(255, 255, 255, 0.12);
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  padding: var(--step-padding);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(18, 26, 48, 0.62), rgba(18, 26, 48, 0.4));
  border: 1px solid var(--step-border);
  backdrop-filter: blur(16px);
  height: auto;
}

.step-card:nth-child(1) {
  --step-padding: 1.2rem 1.1rem 1.3rem;
  --step-chip-bg: rgba(89, 184, 242, 0.16);
  --step-chip-color: #7ed5ff;
  --step-border: rgba(89, 184, 242, 0.2);
  min-height: 22.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(15, 24, 46, 0.78), rgba(24, 43, 80, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(7, 14, 28, 0.12);
}

.step-card:nth-child(2) {
  --step-padding: 1.05rem 1rem 1.15rem;
  --step-chip-bg: rgba(108, 208, 193, 0.15);
  --step-chip-color: #9fe9d8;
  --step-border: rgba(108, 208, 193, 0.22);
  margin-top: 0;
  min-height: 19.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(17, 28, 52, 0.76), rgba(28, 53, 92, 0.54));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(7, 14, 28, 0.14);
}

.step-card:nth-child(3) {
  --step-padding: 0.95rem 0.95rem 1.05rem;
  --step-chip-bg: rgba(177, 220, 81, 0.18);
  --step-chip-color: #d4f476;
  --step-border: rgba(177, 220, 81, 0.24);
  margin-top: 0;
  min-height: 17.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(22, 34, 59, 0.74), rgba(39, 62, 86, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 44px rgba(7, 14, 28, 0.18);
}

.step-card span {
  display: inline-flex;
  margin-bottom: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--step-chip-bg);
  color: var(--step-chip-color);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: var(--step-pill-size);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-card h3 {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: var(--step-title-size);
  line-height: 1.2;
  color: var(--white);
  text-wrap: balance;
}

.step-card p {
  margin: 0;
  color: rgba(243, 247, 255, 0.84);
  font-size: var(--step-body-size);
  line-height: 1.48;
  text-wrap: pretty;
}

.gallery-copy {
  align-self: center;
}

.gallery-showcase {
  display: block;
}

.gallery-list {
  margin: 1.2rem 0 0;
  padding-left: 1.1rem;
}

.gallery-list li + li {
  margin-top: 0.55rem;
}

.carousel {
  --carousel-height: clamp(440px, 72vh, 760px);
  --carousel-ratio: 1.333;
  display: grid;
  justify-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.carousel-frame {
  position: relative;
  width: min(100%, calc(var(--carousel-height) * var(--carousel-ratio)));
  border-radius: calc(var(--radius-lg) - 2px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-glass);
}

.carousel-track {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 8, 18, 0.55), rgba(5, 8, 18, 0.8));
  height: var(--carousel-height);
  min-height: 0;
  touch-action: pan-y;
}

.carousel-slide {
  margin: 0;
  height: 100%;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: rgba(8, 12, 24, 0.9);
}

.carousel-slide figcaption {
  display: none;
}

.carousel-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 2rem;
  font-weight: 700;
  color: rgba(236, 241, 255, 0.8);
}

.carousel-overlay {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.carousel-copy {
  max-width: min(100%, 520px);
  padding: 1rem 1.1rem;
  border-radius: calc(var(--radius-md) + 2px);
  background: rgba(10, 16, 33, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 44, 0.84);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-control:first-of-type {
  left: 1rem;
}

.carousel-control:last-of-type {
  right: 1rem;
}

.carousel-counter {
  margin: 0 0 0.35rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  color: var(--blue-600);
}

.carousel-copy h3 {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.1rem;
  color: var(--white);
}

.carousel-caption {
  margin: 0.35rem 0 0;
  color: rgba(236, 241, 255, 0.78);
  font-size: 0.98rem;
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(10, 16, 33, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 34px;
  background: linear-gradient(135deg, var(--green-400), var(--blue-500));
}

.carousel-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
  scrollbar-width: none;
}

.carousel-thumbs button {
  flex: 0 0 190px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.carousel-thumbs button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.carousel-thumbs button.is-active {
  border-color: var(--green-400);
  box-shadow: 0 0 0 1px rgba(177, 220, 81, 0.34);
}

.carousel-thumbs-wrap {
  position: relative;
  width: min(100%, calc(var(--carousel-height) * var(--carousel-ratio)));
  margin-top: 1rem;
  overflow: hidden;
}

.carousel-thumbs-wrap::before,
.carousel-thumbs-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.4rem;
  z-index: 1;
  pointer-events: none;
}

.carousel-thumbs-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(18, 27, 52, 1), rgba(18, 27, 52, 0));
}

.carousel-thumbs-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(18, 27, 52, 1), rgba(18, 27, 52, 0));
}

.carousel-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: 0.78;
}

.carousel-thumbs::-webkit-scrollbar {
  display: none;
}

.carousel-thumbs button.is-active img {
  opacity: 1;
}

.quote-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

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

.quote-wrap::before {
  content: "";
  position: absolute;
  inset: 7rem 1.25% 3rem 0;
  border-radius: 34px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 18px
    );
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.58;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.quote-wrap::after {
  content: "";
  position: absolute;
  inset: 4.5rem 0.6% 1.25rem 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(89, 184, 242, 0.34) 0 0.9rem, transparent 1rem),
    radial-gradient(circle at 24% 78%, rgba(177, 220, 81, 0.3) 0 0.75rem, transparent 0.85rem),
    radial-gradient(circle at 58% 22%, rgba(89, 184, 242, 0.24) 0 1rem, transparent 1.1rem),
    radial-gradient(circle at 74% 64%, rgba(177, 220, 81, 0.22) 0 0.8rem, transparent 0.92rem),
    radial-gradient(circle at 88% 26%, rgba(89, 184, 242, 0.2) 0 0.65rem, transparent 0.78rem),
    radial-gradient(circle at 84% 82%, rgba(177, 220, 81, 0.16) 0 1.1rem, transparent 1.25rem);
  opacity: 0.9;
  pointer-events: none;
  animation: quote-bubbles 16s ease-in-out infinite alternate;
}

.section--bottom-infos {
  padding-top: 4.4rem;
}

.reviews-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.reviews-card {
  display: grid;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(16, 24, 45, 0.82), rgba(28, 41, 74, 0.66));
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.reviews-contact-grid .info-card {
  display: grid;
  align-content: start;
}

.reviews-contact-grid .info-card--dark {
  align-content: start;
}

.info-card--contacts {
  padding-top: 1.8rem;
}

.reviews-card > p:not(.eyebrow) {
  margin: 0;
  color: rgba(236, 241, 255, 0.76);
}

.reviews-card h2,
.reviews-card strong {
  color: var(--white);
}

.map-preview {
  display: grid;
  gap: 1rem;
  margin-top: 1.45rem;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(17, 26, 48, 0.76), rgba(29, 42, 78, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.map-preview:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 30px rgba(8, 14, 30, 0.24);
}

.map-preview__canvas {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(15, 22, 40, 0.94), rgba(24, 36, 68, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-preview__canvas::before,
.map-preview__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-preview__canvas::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.55;
}

.map-preview__canvas::after {
  background:
    radial-gradient(circle at 72% 18%, rgba(89, 184, 242, 0.28), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(177, 220, 81, 0.16), transparent 20%);
}

.map-preview__road,
.map-preview__route {
  position: absolute;
  border-radius: 999px;
}

.map-preview__road {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.map-preview__road--a {
  top: 20%;
  left: -6%;
  width: 72%;
  height: 18px;
  transform: rotate(18deg);
}

.map-preview__road--b {
  top: 48%;
  right: -8%;
  width: 66%;
  height: 16px;
  transform: rotate(-28deg);
}

.map-preview__road--c {
  left: 30%;
  bottom: -2%;
  width: 18px;
  height: 58%;
}

.map-preview__zone {
  position: absolute;
  border-radius: 18px;
  opacity: 0.9;
}

.map-preview__zone--a {
  top: 12%;
  right: 12%;
  width: 26%;
  height: 24%;
  background: rgba(89, 184, 242, 0.15);
}

.map-preview__zone--b {
  left: 11%;
  bottom: 16%;
  width: 22%;
  height: 18%;
  background: rgba(177, 220, 81, 0.12);
}

.map-preview__route {
  top: 40%;
  left: 23%;
  width: 38%;
  height: 5px;
  background: linear-gradient(90deg, rgba(89, 184, 242, 0.7), rgba(177, 220, 81, 0.92));
  transform: rotate(-22deg);
  box-shadow: 0 0 16px rgba(89, 184, 242, 0.26);
}

.map-preview__pin,
.map-preview__target {
  position: absolute;
  border-radius: 999px;
}

.map-preview__pin {
  top: 30%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--green-400), var(--blue-500));
  box-shadow:
    0 0 0 8px rgba(89, 184, 242, 0.12),
    0 0 22px rgba(89, 184, 242, 0.22);
}

.map-preview__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(17, 26, 48, 0.92);
}

.map-preview__target {
  top: 62%;
  left: 28%;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.map-preview__badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 2rem);
  padding: 0.62rem 0.85rem;
  border-radius: 999px;
  background: rgba(16, 24, 45, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 248, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-preview__meta {
  display: grid;
  gap: 0.25rem;
}

.map-preview__meta strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.map-preview__meta span {
  color: rgba(236, 241, 255, 0.74);
}

.reviews-actions {
  margin-top: 1.6rem;
}

.reviews-summary[hidden],
.reviews-feed[hidden],
.reviews-empty[hidden] {
  display: none;
}

.reviews-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.45rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(17, 26, 48, 0.7), rgba(29, 42, 78, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.reviews-summary__score {
  display: grid;
  gap: 0.2rem;
}

.reviews-summary__score strong {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.95;
}

.reviews-stars,
.review-snippet__stars {
  color: var(--green-400);
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 800;
}

.reviews-summary__meta {
  display: grid;
  gap: 0.22rem;
  color: rgba(236, 241, 255, 0.78);
}

.reviews-summary__meta span:last-child {
  color: #9fdcff;
}

.reviews-feed {
  display: block;
  margin-top: 1.15rem;
  overflow: hidden;
}

.review-snippet {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(17, 26, 48, 0.76), rgba(29, 42, 78, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translate3d(26px, 0, 0);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.review-snippet.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.review-snippet__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
}

.review-snippet__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-400), #cff07b 55%, var(--blue-500));
  color: var(--navy-950);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-snippet__identity {
  display: grid;
  gap: 0.2rem;
}

.review-snippet__identity strong {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.review-snippet__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.84rem;
  color: rgba(236, 241, 255, 0.72);
}

.review-snippet__meta span {
  display: inline-flex;
  align-items: center;
}

.review-snippet__text {
  margin: 0;
  color: rgba(246, 249, 255, 0.86);
  font-size: 0.97rem;
  line-height: 1.68;
}

.review-snippet__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9fdcff;
}

.reviews-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.95rem;
}

.reviews-carousel-dots__dot {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.reviews-carousel-dots__dot.is-active {
  background: linear-gradient(135deg, var(--green-400), var(--blue-500));
  box-shadow: 0 0 0 4px rgba(89, 184, 242, 0.12);
  transform: scale(1.08);
}

.reviews-empty {
  margin: 1.15rem 0 0;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: rgba(236, 241, 255, 0.74);
}

.info-card--dark .contact-lines a {
  color: inherit;
}

.quote-form {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    linear-gradient(180deg, rgba(89, 184, 242, 0.08), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(20px);
}

.quote-form::before,
.quote-form::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.quote-form::before {
  top: -3rem;
  right: -1rem;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(89, 184, 242, 0.34), rgba(89, 184, 242, 0));
  animation: quote-form-orb-a 15s ease-in-out infinite;
}

.quote-form::after {
  bottom: -2.5rem;
  left: -1.25rem;
  width: 8rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(177, 220, 81, 0.26), rgba(177, 220, 81, 0));
  animation: quote-form-orb-b 13s ease-in-out infinite;
}

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

.quote-form--center {
  width: min(100%, 840px);
  margin: 0 auto;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  margin-top: 1rem;
}

.field span {
  font-size: 0.92rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  color: var(--navy-800);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-900);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(47, 159, 230, 0.7);
  box-shadow: 0 0 0 4px rgba(89, 184, 242, 0.14);
  transform: translateY(-1px);
}

.field textarea {
  resize: vertical;
  min-height: 180px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.2rem;
  font-size: 0.94rem;
  color: var(--text-700);
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
}

.form-actions {
  margin-top: 1.5rem;
}

.form-note,
.form-feedback {
  margin: 0.8rem 0 0;
  font-size: 0.94rem;
  color: var(--text-700);
}

.form-feedback.is-error {
  color: #b42318;
  font-weight: 700;
}

.form-feedback.is-success {
  color: #0f766e;
  font-weight: 700;
}

@keyframes quote-orb-left {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(3.2rem, 1.4rem, 0) scale(1.08);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes quote-orb-right {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-3.6rem, -1.6rem, 0) scale(1.06);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes quote-bubbles {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(1.2rem, -0.8rem, 0) scale(1.02);
  }

  100% {
    transform: translate3d(-0.9rem, 0.95rem, 0) scale(0.98);
  }
}

@keyframes quote-form-orb-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-0.85rem, 1rem, 0) scale(1.08);
  }

  100% {
    transform: translate3d(0.7rem, 1.4rem, 0) scale(0.94);
  }
}

@keyframes quote-form-orb-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(1rem, -0.85rem, 0) scale(1.04);
  }

  100% {
    transform: translate3d(-0.55rem, -1.1rem, 0) scale(0.92);
  }
}

.site-footer {
  padding: 1.4rem 0 2rem;
  color: var(--white);
}

.footer-stack {
  display: grid;
  gap: 1.35rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.footer-brand strong {
  font-family: "Montserrat", system-ui, sans-serif;
}

.footer-brand p {
  margin: 0;
  color: rgba(236, 241, 255, 0.72);
}

.footer-mark {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-mark img {
  width: min(7.25rem, 26vw);
  height: auto;
  opacity: 0.88;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.footer-legal {
  text-align: center;
  color: rgba(236, 241, 255, 0.62);
}

.noscript-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  max-width: 22rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: var(--navy-950);
  color: var(--white);
  box-shadow: var(--shadow-card);
  z-index: 30;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .section--quote::before,
  .section--quote::after,
  .quote-wrap::after,
  .quote-form::before,
  .quote-form::after {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

code {
  padding: 0.15rem 0.4rem;
  border-radius: 8px;
  background: rgba(17, 24, 44, 0.07);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .method-grid,
  .intro-grid,
  .reviews-contact-grid {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-areas:
      "title"
      "summary"
      "steps";
    row-gap: 1rem;
  }

  .method-intro h2 {
    max-width: 14ch;
  }

  .method-summary {
    max-width: none;
    padding-right: 0;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }

  .step-card:nth-child(1),
  .step-card:nth-child(2),
  .step-card:nth-child(3) {
    --step-padding: 1.1rem 1.05rem 1.15rem;
    --step-pill-size: 0.8rem;
    --step-title-size: 1.02rem;
    --step-body-size: 0.95rem;
    margin-top: 0;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: calc(var(--radius-md) + 2px);
    background: rgba(15, 22, 41, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a:not(.btn) {
    min-height: 0;
    padding-inline: 0;
  }

  .site-nav > a:not(.btn) + a:not(.btn)::before,
  .site-nav > .btn::before {
    display: none;
  }

  .site-nav > .btn {
    margin-left: 0;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-grid {
    gap: 1.7rem;
  }

  .hero-highlights {
    gap: 0.65rem;
  }

  .hero-highlights span {
    min-height: 42px;
    padding-inline: 0.9rem;
  }

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

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

  .method-intro h2 {
    max-width: none;
  }

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

  .carousel-dots {
    justify-content: flex-start;
  }

  .contact-lines,
  .field-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.2rem 0;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.15rem, 9.6vw, 3.35rem);
    line-height: 0.96;
  }

  .hero-line {
    display: inline;
  }

  .hero-line + .hero-line {
    margin-top: 0;
  }

  .hero-location {
    display: inline;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .hero-text {
    font-size: 1.05rem;
  }

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

  .brand {
    gap: 0.55rem;
  }

  .brand img {
    height: 36px;
  }

  .brand__text {
    font-size: 0.94rem;
  }

  .hero-watermark {
    inset: 1.5rem -1.5rem auto auto;
    width: min(13rem, 42vw);
    opacity: 0.08;
  }

  .services-grid {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    padding: 0 0.9rem 0.2rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-swipe-hint {
    display: flex;
  }

  .services-grid::-webkit-scrollbar,
  .carousel-thumbs::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 min(76vw, 320px);
    scroll-snap-align: start;
  }

  .contact-lines {
    gap: 1.1rem;
  }

  .contact-person {
    grid-template-columns: 56px minmax(0, 1fr);
    padding-bottom: 1rem;
  }

  .contact-person__photo {
    width: 56px;
    height: 56px;
    border-radius: 999px;
  }

  .contact-address {
    font-size: 1rem;
  }

  .reviews-summary {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .review-snippet__head {
    gap: 0.75rem;
  }

  .review-snippet__avatar {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8rem;
  }

  .carousel-control {
    width: 46px;
    height: 46px;
    font-size: 1.7rem;
  }

  .carousel-frame,
  .carousel-thumbs-wrap {
    width: 100%;
  }

  .carousel-track {
    height: auto;
    aspect-ratio: 4 / 5.1;
  }

  .carousel-placeholder {
    min-height: 100%;
  }

  .carousel-overlay {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .carousel-thumbs-wrap {
    display: none;
  }

  .quote-wrap::before {
    inset: 6rem 0 2rem;
  }

  .quote-wrap::after {
    inset: 4.5rem 0 1.25rem;
  }

  .quote-form,
  .info-card,
  .service-card,
  .step-card {
    padding: 1.35rem;
  }
}
