@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #071625;
  --charcoal: #102a3d;
  --brand-navy: #0a2948;
  --brand-blue: #114a73;
  --brand-aqua: #23c7dc;
  --brand-aqua-light: #52f3f8;
  --muted: #5d6d78;
  --line: #d9e5eb;
  --paper: #f5f9fb;
  --white: #ffffff;
  --green: #176fd3;
  --green-dark: #082f55;
  --copper: #23c7dc;
  --copper-dark: #1098b5;
  --blue: #18306c;
  --shadow: 0 16px 42px rgba(7, 22, 37, 0.1);
  --radius: 8px;
  --header-height: 88px;
  --watermark-image: url("../brand/final/watermark-icon.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(108deg, rgba(7, 31, 53, 0.98) 0%, rgba(14, 67, 107, 0.96) 58%, rgba(35, 199, 220, 0.9) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(7, 22, 37, 0.16);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: var(--header-height);
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.brand {
  display: inline-grid;
  align-items: center;
  text-decoration: none;
  min-width: min(300px, 34vw);
}

.brand__lockup {
  display: inline-grid;
  gap: 0;
  justify-items: start;
  min-width: 0;
}

.brand__logo {
  display: block;
  width: clamp(170px, 17.6vw, 255px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
  margin-left: auto;
}

.nav-item {
  position: relative;
}

.nav-item--dropdown {
  display: flex;
  align-items: center;
}

.main-nav a {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a:focus {
  color: #d4fdff;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 220px;
  padding: 10px;
  display: grid;
  gap: 6px;
  background: rgba(8, 34, 58, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(7, 22, 37, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 12;
}

.nav-dropdown a {
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: rgba(82, 243, 248, 0.12);
}

.nav-item--dropdown:hover .nav-dropdown,
.nav-item--dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span {
  width: 19px;
  height: 2px;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 2px;
  background: currentColor;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 220ms ease;
}

.button__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-right: 8px;
}

.button__icon--phone::before,
.button__icon--phone::after {
  content: "";
  position: absolute;
}

.button__icon--phone::before {
  inset: 1px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.63 2.61a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.47-1.15a2 2 0 0 1 2.11-.45c.84.3 1.71.51 2.61.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.63 2.61a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.47-1.15a2 2 0 0 1 2.11-.45c.84.3 1.71.51 2.61.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button__icon--phone::after {
  display: none;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, #2f9fd6 0%, #237fc1 100%);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(23, 111, 211, 0.16);
}

.button--primary:hover,
.button--primary:focus {
  background: linear-gradient(135deg, #4ebfe5 0%, #2f9ed8 100%);
  box-shadow: 0 16px 30px rgba(48, 148, 220, 0.22);
}

.site-header .button--primary {
  background: linear-gradient(135deg, rgba(52, 170, 217, 0.74), rgba(37, 132, 194, 0.74));
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 18px rgba(23, 111, 211, 0.08);
  font-weight: 600;
  min-width: 170px;
  position: relative;
  overflow: hidden;
}

.site-header .button--primary:hover,
.site-header .button--primary:focus {
  transform: translateY(-2px) scale(1.035);
  background: linear-gradient(135deg, rgba(82, 198, 232, 0.86), rgba(55, 172, 217, 0.86));
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 16px rgba(111, 211, 243, 0.14), 0 12px 24px rgba(23, 111, 211, 0.1);
}

.site-header .button__label {
  display: inline-block;
  transition: opacity 180ms ease, transform 220ms ease;
  white-space: nowrap;
}

.site-header .button__label--default {
  opacity: 1;
  transform: translateY(0);
}

.site-header .button__label--hover {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.site-header .button--primary:hover .button__label--default,
.site-header .button--primary:focus .button__label--default {
  opacity: 0;
  transform: translateY(-8px);
}

.site-header .button--primary:hover .button__label--hover,
.site-header .button--primary:focus .button__label--hover {
  opacity: 1;
  transform: translateY(0);
}

.button--secondary {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}

.button--secondary:hover,
.button--secondary:focus {
  border-color: #58bae4;
  color: #2f7fc2;
}

.button--hero-primary {
  background: linear-gradient(135deg, #33a8dc 0%, #257fca 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 28px rgba(33, 128, 198, 0.2);
}

.button--hero-primary:hover,
.button--hero-primary:focus {
  background: linear-gradient(135deg, #4dc1e7 0%, #3098df 100%);
  box-shadow: 0 18px 34px rgba(72, 168, 228, 0.22);
}

.button--hero-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(7, 22, 37, 0.12);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

.button--hero-secondary:hover,
.button--hero-secondary:focus {
  background: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 34px rgba(80, 182, 232, 0.2);
}

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

.button--copper:hover,
.button--copper:focus {
  background: var(--copper-dark);
}

.section {
  padding: 84px 0;
}

.section--paper {
  position: relative;
  background: linear-gradient(180deg, #f4f9fb 0%, #eef5f9 100%);
}

.section--paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(35, 199, 220, 0.08), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(17, 74, 115, 0.05), transparent 30%);
  pointer-events: none;
}

.section--paper > .container {
  position: relative;
  z-index: 1;
}

.section--areas-map {
  padding-top: clamp(88px, 10vw, 132px);
}

.section--dark {
  background: var(--charcoal);
  color: var(--white);
}

.section--green {
  background: var(--green-dark);
  color: var(--white);
}

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

.watermark-section::before {
  content: "";
  position: absolute;
  right: clamp(-160px, -8vw, -64px);
  bottom: clamp(-180px, -12vw, -80px);
  width: min(520px, 68vw);
  aspect-ratio: 1;
  background-image: var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.055;
  pointer-events: none;
  z-index: -1;
}

.section--dark.watermark-section::before {
  opacity: 0.09;
}

.section--green.watermark-section::before {
  content: none;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  display: none;
}

.section--dark .eyebrow,
.section--green .eyebrow {
  color: #8deaf4;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: 3.6rem;
  max-width: 780px;
}

h2 {
  font-size: 2.35rem;
  max-width: 760px;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.14rem;
  color: var(--muted);
  max-width: 760px;
}

.section--dark .lead,
.section--green .lead {
  color: rgba(255, 255, 255, 0.78);
}

.stack {
  display: grid;
  gap: 22px;
}

.section-intro {
  position: relative;
}

.section-intro--centered {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
  justify-items: center;
  padding: 0;
}

.section-intro--centered::before {
  content: none;
}

.section-intro--centered > * {
  position: relative;
  z-index: 1;
}

.section-intro--brand-watermark {
  overflow: visible;
  padding: clamp(4px, 1.2vw, 16px) clamp(10px, 2vw, 24px) clamp(18px, 2.6vw, 36px);
}

.section-intro--brand-watermark::after {
  content: "";
  position: absolute;
  right: clamp(-190px, -12vw, -92px);
  top: 52%;
  width: min(860px, 86vw);
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 145%;
  opacity: 0.045;
  pointer-events: none;
  z-index: 0;
}

.section-intro--centered .lead {
  max-width: 620px;
  margin: 0 auto;
}

.section-intro--offers {
  width: min(1120px, 100%);
  gap: 28px;
  padding: 0;
}

.section-intro--offers h2 {
  max-width: 100%;
}

.section-intro--offers .grid {
  width: 100%;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.split--top {
  align-items: start;
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

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

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.99));
  border: 1px solid rgba(17, 74, 115, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(7, 22, 37, 0.05);
}

.card__body {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.card p {
  color: var(--muted);
}

.card__link {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.card__image {
  height: 215px;
  width: 100%;
  object-fit: cover;
}

.service-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 253, 0.96)),
    var(--white);
  border-color: rgba(35, 199, 220, 0.18);
  box-shadow: 0 18px 34px rgba(7, 22, 37, 0.06);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-aqua), var(--brand-blue));
}

.service-card .card__body {
  padding: 26px 24px 24px 28px;
}

.service-card h3 {
  max-width: 12ch;
  color: var(--ink);
}

.service-card p {
  color: #526a7d;
  font-size: 1rem;
}

.service-card:nth-child(2)::before {
  background: linear-gradient(180deg, #52f3f8, #2f9fd6);
}

.service-card:nth-child(3)::before {
  background: linear-gradient(180deg, #8deaf4, #38a4c6);
}

.service-card:nth-child(4)::before {
  background: linear-gradient(180deg, #37d6df, #114a73);
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(35, 199, 220, 0.34);
  box-shadow: 0 22px 42px rgba(7, 22, 37, 0.1);
}

.info-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(218, 250, 253, 0.78), rgba(230, 244, 250, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 253, 0.96));
  border-color: rgba(82, 243, 248, 0.34);
  box-shadow: 0 18px 36px rgba(7, 22, 37, 0.08);
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, var(--brand-aqua), var(--brand-blue));
}

.info-card .card__body {
  padding: 24px;
}

.info-card h3 {
  font-size: 1.16rem;
}

.info-card p {
  color: #586d7d;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.gallery-card__media {
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, rgba(223, 232, 239, 0.96), rgba(209, 220, 229, 0.92));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gallery-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gallery-card__body {
  padding: 13px 13px 14px;
  display: grid;
  gap: 5px;
}

.gallery-card__meta {
  display: none;
}

.gallery-card__body h3 {
  font-size: 0.88rem;
  line-height: 1.2;
}

.gallery-card__body p {
  font-size: 0.8rem;
  line-height: 1.38;
  color: #6f7f8c;
}

.gallery-card__location {
  font-weight: 600;
  color: #4f6272;
}

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

.area-card {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.area-card:hover,
.area-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(7, 22, 37, 0.12);
  border-color: rgba(35, 199, 220, 0.35);
}

.area-card__image {
  height: 280px;
}

.area-card__body {
  padding: 22px 24px 24px;
  gap: 12px;
}

.area-card__location {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #506473;
}

.area-card__body p:last-child {
  margin: 0;
}

.area-highlight {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(82, 243, 248, 0.2), rgba(17, 74, 115, 0.08)),
    rgba(239, 249, 252, 0.96);
  border-color: rgba(35, 199, 220, 0.22);
  box-shadow: 0 24px 48px rgba(7, 22, 37, 0.08);
}

.area-highlight__content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px 30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(82, 243, 248, 0.3), transparent 28%),
    linear-gradient(135deg, rgba(35, 199, 220, 0.2) 0%, rgba(17, 74, 115, 0.11) 100%),
    linear-gradient(180deg, rgba(247, 253, 255, 0.98), rgba(226, 246, 250, 0.96));
  border-right: 1px solid rgba(35, 199, 220, 0.18);
}

.area-highlight__content h3 {
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 1.16;
  max-width: 16ch;
}

.area-highlight__content p:last-of-type {
  color: #536777;
  max-width: 42ch;
}

.area-highlight__actions {
  margin-top: 4px;
}

.area-highlight__actions .button--secondary,
.hero__actions.area-highlight__actions .button--secondary {
  background: linear-gradient(135deg, rgba(82, 243, 248, 0.34), rgba(47, 159, 214, 0.18));
  color: #114a73;
  border-color: rgba(35, 159, 214, 0.36);
  box-shadow: 0 12px 24px rgba(7, 22, 37, 0.07);
  text-shadow: none;
}

.area-highlight__actions .button--secondary:hover,
.area-highlight__actions .button--secondary:focus,
.hero__actions.area-highlight__actions .button--secondary:hover,
.hero__actions.area-highlight__actions .button--secondary:focus {
  background: linear-gradient(135deg, rgba(82, 243, 248, 0.48), rgba(47, 159, 214, 0.24));
  color: #071625;
  border-color: rgba(35, 159, 214, 0.5);
}

.area-highlight__media {
  min-height: 100%;
}

.area-highlight__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.area-highlight__media--map {
  background:
    linear-gradient(135deg, rgba(35, 199, 220, 0.28), rgba(17, 74, 115, 0.16)),
    linear-gradient(180deg, rgba(223, 236, 243, 0.92), rgba(209, 226, 236, 0.9));
}

.area-highlight__map-wrap {
  position: relative;
  height: 100%;
  min-height: 400px;
  padding: 14px;
}

.area-highlight__map {
  width: 100%;
  height: 100%;
  min-height: 372px;
  border: 0;
  border-radius: var(--radius);
  outline: 1px solid rgba(35, 199, 220, 0.34);
  outline-offset: -1px;
  box-shadow: 0 18px 34px rgba(7, 22, 37, 0.12), 0 0 0 6px rgba(82, 243, 248, 0.16);
}

.area-highlight__services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 74, 115, 0.12);
  grid-column: 1 / -1;
}

.area-highlight__services a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 253, 0.98));
  color: var(--ink);
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.area-highlight__services a:hover,
.area-highlight__services a:focus {
  background: linear-gradient(180deg, rgba(233, 248, 252, 0.98), rgba(242, 250, 253, 0.98));
  color: var(--brand-blue);
}

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

.location-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 18px 22px;
  border: 1px solid rgba(17, 74, 115, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.98));
  box-shadow: 0 12px 26px rgba(7, 22, 37, 0.04);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.location-card:hover,
.location-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(35, 199, 220, 0.34);
  box-shadow: 0 18px 32px rgba(7, 22, 37, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 249, 252, 1));
}

.location-card__pin {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.location-card__pin::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--ink);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.location-card__pin::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink);
}

.location-card__label {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.location-card__arrow {
  margin-left: auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(17, 74, 115, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 252, 0.96));
  position: relative;
  flex: 0 0 auto;
}

.location-card__arrow::before,
.location-card__arrow::after {
  content: "";
  position: absolute;
}

.location-card__arrow::before {
  left: 16px;
  top: 23px;
  width: 14px;
  height: 2px;
  background: var(--ink);
}

.location-card__arrow::after {
  right: 14px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(45deg);
}

.location-card:hover .location-card__arrow,
.location-card:focus-visible .location-card__arrow {
  background: linear-gradient(180deg, rgba(35, 199, 220, 0.14), rgba(255, 255, 255, 0.98));
  border-color: rgba(35, 199, 220, 0.3);
}

.area-cta {
  padding: 0;
  overflow: hidden;
}

.area-cta__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
}

.area-cta__eyebrow {
  margin: 0 0 8px;
  color: var(--brand-aqua);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.area-cta__body p:last-child {
  color: #5f7280;
  max-width: 62ch;
}

.metric-row {
  display: grid;
  grid-template-columns: 0.88fr 1.34fr 1.12fr;
  gap: 12px;
  margin-top: 28px;
  width: min(960px, 100%);
}

.metric {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 17px 22px;
  background:
    linear-gradient(135deg, rgba(218, 250, 253, 0.96), rgba(230, 244, 250, 0.88)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 252, 0.9));
  border: 1px solid rgba(82, 243, 248, 0.38);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(7, 22, 37, 0.16);
}

.metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-aqua), var(--brand-blue));
}

.metric strong {
  display: block;
  font-size: 1.2rem;
  color: var(--ink);
  line-height: 1.16;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: #405b6e;
  font-size: 0.9rem;
  line-height: 1.45;
  white-space: nowrap;
}

.hero {
  min-height: max(620px, calc(100vh - var(--header-height)));
  display: grid;
  align-items: center;
  position: relative;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 48px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(96deg, rgba(6, 22, 38, 0.92) 0%, rgba(10, 34, 54, 0.82) 42%, rgba(20, 60, 84, 0.52) 76%, rgba(76, 186, 206, 0.22) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.hero--commercial h1 {
  font-size: clamp(2.72rem, 4.4vw, 3.95rem);
  font-weight: 700;
  max-width: 860px;
}

.hero--commercial .lead {
  font-size: 1.08rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(0deg, rgba(8, 24, 38, 0.56), rgba(8, 24, 38, 0.08) 58%, transparent);
  z-index: -1;
}

.hero--compact::after {
  inset: 0;
  height: auto;
  background-image:
    linear-gradient(0deg, rgba(8, 24, 38, 0.58), rgba(8, 24, 38, 0.08) 42%, transparent 72%),
    var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center bottom, right clamp(-160px, -5vw, -72px) center;
  background-size: auto, min(820px, 68vw);
  opacity: 0.12;
}

.hero--brand::after {
  inset: 0;
  height: auto;
  background-image:
    linear-gradient(0deg, rgba(18, 23, 25, 0.58), transparent 22%),
    radial-gradient(circle at 88% 28%, rgba(82, 243, 248, 0.14), transparent 22%),
    var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center bottom, right 12% top 24%, right clamp(24px, 6vw, 96px) bottom clamp(22px, 5vw, 64px);
  background-size: auto, 28vw 28vw, min(280px, 24vw);
  opacity: 1;
}

.hero__content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.hero__content--centered {
  max-width: 820px;
  justify-items: center;
  text-align: center;
}

.hero .eyebrow {
  display: none;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.85);
  max-width: 720px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__actions--centered {
  justify-content: center;
}

.hero__actions .button--secondary {
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #7fddef;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(7, 22, 37, 0.12);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  text-shadow: 0 0 10px rgba(127, 221, 239, 0.12);
}

.hero__actions .button--secondary:hover,
.hero__actions .button--secondary:focus {
  background: rgba(255, 255, 255, 0.34);
  color: #b6fbff;
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 34px rgba(80, 182, 232, 0.2);
  text-shadow: 0 0 12px rgba(182, 251, 255, 0.18);
}

.hero__note {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
}

.hero--compact {
  min-height: 580px;
}

.hero--compact::before {
  background-image:
    linear-gradient(96deg, rgba(6, 22, 38, 0.96) 0%, rgba(10, 34, 54, 0.88) 46%, rgba(20, 60, 84, 0.68) 78%, rgba(76, 186, 206, 0.22) 100%),
    linear-gradient(0deg, rgba(12, 32, 48, 0.34), rgba(12, 32, 48, 0.34)),
    var(--hero-image);
  background-blend-mode: normal, multiply, luminosity;
}

.hero--home {
  min-height: 700px;
  align-items: center;
  padding: 72px 0 44px;
}

.hero--areas {
  min-height: 520px;
}

.hero--compact h1 {
  max-width: 860px;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.proof-pill {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: var(--radius);
  padding: 8px 10px;
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(17, 74, 115, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 252, 0.98));
  box-shadow: 0 10px 22px rgba(7, 22, 37, 0.05);
}

.trust-badge__icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(35, 199, 220, 0.16), rgba(17, 74, 115, 0.2));
  box-shadow: inset 0 0 0 1px rgba(17, 74, 115, 0.1);
}

.trust-badge__icon::before,
.trust-badge__icon::after {
  content: "";
  position: absolute;
}

.trust-badge__icon--owner::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 5px;
  left: 10px;
  background: var(--brand-blue);
}

.trust-badge__icon--owner::after {
  width: 14px;
  height: 9px;
  left: 7px;
  bottom: 5px;
  border-radius: 8px 8px 5px 5px;
  background: var(--brand-blue);
}

.trust-badge__icon--cover::before {
  width: 12px;
  height: 14px;
  left: 8px;
  top: 6px;
  background: var(--brand-blue);
  clip-path: polygon(50% 0, 100% 16%, 100% 55%, 50% 100%, 0 55%, 0 16%);
}

.trust-badge__icon--accountability::before {
  left: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brand-blue);
  border-radius: 50%;
  box-sizing: border-box;
}

.trust-badge__icon--accountability::after {
  left: 11px;
  top: 10px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--brand-blue);
  border-bottom: 2px solid var(--brand-blue);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.trust-badge__icon--schedule::before {
  left: 7px;
  top: 8px;
  width: 14px;
  height: 11px;
  border: 2px solid var(--brand-blue);
  border-radius: 4px;
  box-sizing: border-box;
}

.trust-badge__icon--schedule::after {
  left: 10px;
  top: 5px;
  width: 8px;
  height: 3px;
  border-top: 2px solid var(--brand-blue);
  border-left: 2px solid var(--brand-blue);
  border-right: 2px solid var(--brand-blue);
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
}

.trust-badge__icon--servicem8 {
  background-image: url("../brand/final/servicem8-icon-short.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%;
}

.trust-badge__icon--servicem8::before,
.trust-badge__icon--servicem8::after {
  display: none;
}

.trust-badge__icon--presentation::before {
  left: 7px;
  top: 8px;
  width: 14px;
  height: 9px;
  border: 2px solid var(--brand-blue);
  border-radius: 9px / 6px;
  box-sizing: border-box;
}

.trust-badge__icon--presentation::after {
  left: 12px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-blue);
}

.trust-badge__icon--scope::before {
  left: 8px;
  top: 6px;
  width: 12px;
  height: 15px;
  border: 2px solid var(--brand-blue);
  border-radius: 3px;
  box-sizing: border-box;
}

.trust-badge__icon--scope::after {
  left: 11px;
  top: 10px;
  width: 6px;
  height: 2px;
  background: var(--brand-blue);
  box-shadow: 0 4px 0 var(--brand-blue), 0 8px 0 var(--brand-blue);
}

.trust-badge__icon--location::before {
  left: 8px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: var(--brand-blue);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.trust-badge__icon--location::after {
  left: 11px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
}

.trust-badge__label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #405665;
  line-height: 1.2;
}

.trust-badges--caption {
  gap: 8px;
  margin-top: 8px;
}

.trust-badges--caption .trust-badge {
  min-height: 36px;
  padding: 6px 10px 6px 6px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.trust-badges--caption .trust-badge__icon {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.trust-badges--caption .trust-badge__icon--owner::before,
.trust-badges--caption .trust-badge__icon--owner::after,
.trust-badges--caption .trust-badge__icon--cover::before,
.trust-badges--caption .trust-badge__icon--accountability::after,
.trust-badges--caption .trust-badge__icon--schedule::before,
.trust-badges--caption .trust-badge__icon--schedule::after,
.trust-badges--caption .trust-badge__icon--presentation::after,
.trust-badges--caption .trust-badge__icon--scope::after,
.trust-badges--caption .trust-badge__icon--location::before {
  background: var(--white);
  border-color: var(--white);
}

.trust-badges--caption .trust-badge__icon--presentation::before,
.trust-badges--caption .trust-badge__icon--scope::before,
.trust-badges--caption .trust-badge__icon--accountability::before {
  border-color: var(--white);
}

.trust-badges--caption .trust-badge__icon--location::after {
  background: rgba(255, 255, 255, 0.16);
}

.trust-badges--caption .trust-badge__label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
}

.media-block__caption--about {
  color: #b9def1;
}

.media-block__caption--about strong {
  color: #d7eefb;
}

.media-block__caption--about p {
  color: #b9def1;
}

.media-block__caption--about .trust-badges--caption {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.media-block__caption--about .trust-badges--caption .trust-badge {
  width: 100%;
  justify-content: center;
  padding: 6px 8px;
}

.media-block__caption--about .trust-badges--caption .trust-badge__label {
  text-align: center;
}

.trust-badges--hero {
  gap: 10px;
  margin-top: 10px;
}

.trust-badges--hero .trust-badge {
  min-height: 38px;
  padding: 6px 10px 6px 6px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.trust-badges--hero .trust-badge__icon {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.trust-badges--hero .trust-badge__icon--owner::before,
.trust-badges--hero .trust-badge__icon--owner::after,
.trust-badges--hero .trust-badge__icon--cover::before,
.trust-badges--hero .trust-badge__icon--schedule::before,
.trust-badges--hero .trust-badge__icon--schedule::after,
.trust-badges--hero .trust-badge__icon--presentation::after,
.trust-badges--hero .trust-badge__icon--scope::after,
.trust-badges--hero .trust-badge__icon--location::before {
  background: var(--white);
  border-color: var(--white);
}

.trust-badges--hero .trust-badge__icon--presentation::before,
.trust-badges--hero .trust-badge__icon--scope::before {
  border-color: var(--white);
}

.trust-badges--hero .trust-badge__icon--location::after {
  background: rgba(255, 255, 255, 0.16);
}

.trust-badges--hero .trust-badge__label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
}

.comparison {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: var(--charcoal);
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.comparison--feature {
  height: auto;
  min-height: 0;
  aspect-ratio: 1706 / 3033;
}

.comparison--commercial {
  aspect-ratio: 16 / 11;
  min-height: 420px;
}

.comparison--feature::after {
  content: none;
}

.comparison--feature .comparison__before {
  width: 100%;
  clip-path: none;
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(var(--before-width, 52%) + 2px),
    transparent calc(var(--before-width, 52%) + 2px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(var(--before-width, 52%) + 2px),
    transparent calc(var(--before-width, 52%) + 2px),
    transparent 100%
  );
}

.comparison--static::after,
.comparison--static .comparison__before,
.comparison--static .comparison__label,
.comparison--static .comparison__handle,
.comparison--static input {
  display: none;
}

.comparison--static {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, rgba(223, 232, 239, 0.92), rgba(205, 217, 226, 0.9));
}

.comparison--static .comparison__after {
  display: grid;
  place-items: center;
}

.comparison--static img {
  object-fit: contain;
  object-position: center;
}

.comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.comparison__after {
  position: absolute;
  inset: 0;
}

.comparison__before {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--before-width, 52%)) 0 0);
}

.comparison:not(.comparison--feature)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--before-width, 52%);
  width: 3px;
  background: var(--white);
  z-index: 2;
}

.comparison__before img {
  filter: grayscale(0.72) sepia(0.18) brightness(0.58) contrast(1.12);
}

.comparison--feature .comparison__before img {
  filter: none;
}

.comparison__label {
  position: absolute;
  top: 12px;
  padding: 5px 8px;
  background: rgba(18, 23, 25, 0.76);
  color: var(--white);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 3;
}

.comparison__label--before {
  left: 12px;
}

.comparison__label--after {
  right: 12px;
}

.comparison__handle {
  position: absolute;
  top: 50%;
  left: var(--before-width, 52%);
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.14));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 18px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(35, 199, 220, 0.14),
    0 10px 24px rgba(7, 22, 37, 0.16);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
  overflow: visible;
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background-position 520ms cubic-bezier(0.22, 1, 0.36, 1);
  background-size: 180% 180%;
  background-position: 0% 50%;
}

.comparison__handle::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(35, 199, 220, 0.16) 34%, rgba(35, 199, 220, 0.08) 56%, transparent 74%);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}

.comparison__chevron {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  opacity: 0.96;
  transition: transform 180ms ease;
}

.comparison__chevron--left {
  transform: rotate(-135deg);
}

.comparison__chevron--right {
  transform: rotate(45deg);
}

.comparison input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}

.comparison--feature input[type="range"] {
  inset: 0;
}

.comparison--feature:hover .comparison__handle,
.comparison--feature:focus-within .comparison__handle {
  transform: translate(-50%, -50%) scale(1.06);
  background:
    linear-gradient(135deg, rgba(35, 199, 220, 0.95), rgba(23, 111, 211, 0.9), rgba(16, 152, 181, 0.96));
  background-position: 100% 50%;
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 22px rgba(255, 255, 255, 0.22),
    0 0 42px rgba(35, 199, 220, 0.3),
    0 14px 30px rgba(35, 199, 220, 0.26);
}

.comparison--feature:hover .comparison__handle::before,
.comparison--feature:focus-within .comparison__handle::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 0%, rgba(35, 199, 220, 0.24) 32%, rgba(35, 199, 220, 0.12) 56%, transparent 76%);
}

.comparison--feature:hover .comparison__chevron--left,
.comparison--feature:focus-within .comparison__chevron--left {
  transform: rotate(-135deg) translate(1px, -1px);
}

.comparison--feature:hover .comparison__chevron--right,
.comparison--feature:focus-within .comparison__chevron--right {
  transform: rotate(45deg) translate(1px, -1px);
}

.offer-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.offer-card--link {
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.offer-card__top {
  padding: 24px;
  background: var(--charcoal);
  color: var(--white);
  display: grid;
  gap: 6px;
  text-align: center;
  justify-items: center;
  position: relative;
}

.offer-card:nth-child(2) .offer-card__top {
  background: var(--green-dark);
}

.offer-card:nth-child(3) .offer-card__top {
  background: linear-gradient(135deg, #66dde8 0%, #2ac8dc 100%);
  color: #08364c;
}

.offer-card__top::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.offer-card__body {
  padding: 24px;
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 253, 0.99));
}

.offer-card ul,
.tick-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tick-list li,
.offer-card li,
.plain-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.tick-list li::before,
.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--brand-aqua) 0%, #1f8fc3 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(35, 199, 220, 0.14);
}

.offer-card--link:hover,
.offer-card--link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(35, 199, 220, 0.28);
  box-shadow: 0 20px 36px rgba(7, 22, 37, 0.1), 0 0 0 1px rgba(35, 199, 220, 0.08);
}

.offer-card--link:hover .offer-card__body,
.offer-card--link:focus-visible .offer-card__body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 249, 252, 1));
}

.offer-card--link:hover .card__link,
.offer-card--link:focus-visible .card__link {
  color: var(--brand-blue);
}

.offer-card--link:active {
  transform: translateY(-1px) scale(0.995);
  box-shadow: 0 12px 24px rgba(7, 22, 37, 0.09), 0 0 0 1px rgba(35, 199, 220, 0.12);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border: 2px solid var(--copper);
  border-radius: 50%;
}

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

.qualification__panel {
  background: var(--white);
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(7, 22, 37, 0.07);
  padding: 32px;
  display: grid;
  gap: 18px;
}

.qualification__panel--accent {
  background:
    linear-gradient(135deg, rgba(35, 199, 220, 0.14), rgba(255, 255, 255, 0.96) 48%, rgba(47, 159, 214, 0.1)),
    var(--white);
  border-color: rgba(35, 199, 220, 0.28);
}

.qualification__panel--accent h3 {
  color: var(--brand-blue);
}

.process {
  counter-reset: step;
}

.process .card__body {
  min-height: 210px;
}

.process h3 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.process h3::before {
  counter-increment: step;
  content: counter(step);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue) 0%, #1f6fc1 100%);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 0.95rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.process article:nth-child(2) h3::before {
  background: linear-gradient(135deg, #1763aa 0%, #2189d0 100%);
}

.process article:nth-child(3) h3::before {
  background: linear-gradient(135deg, #1d87c5 0%, var(--brand-aqua) 100%);
}

.process article:nth-child(4) h3::before {
  background: linear-gradient(135deg, #21afd5 0%, var(--brand-aqua-light) 100%);
}

.cta-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 44px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

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

.cta-band::before {
  content: "";
  position: absolute;
  right: clamp(-420px, -24vw, -160px);
  top: 50%;
  transform: translateY(-50%);
  width: min(1960px, 264vw);
  aspect-ratio: 1;
  background-image: var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.085;
  pointer-events: none;
  z-index: 0;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.media-block {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-block img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.media-block .comparison {
  min-height: 420px;
}

.media-block--comparison {
  min-height: 0;
  aspect-ratio: 1706 / 3033;
}

.media-block--comparison .comparison {
  min-height: 0;
  height: 100%;
}

.media-block--comparison .comparison img {
  object-position: center;
}

.media-block__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: linear-gradient(180deg, rgba(7, 22, 37, 0.74), rgba(7, 22, 37, 0.86));
  color: var(--white);
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 28px rgba(7, 22, 37, 0.2);
}

.media-block--comparison .media-block__caption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  background: rgba(7, 22, 37, 0.9);
}

.media-block--comparison .media-block__caption strong {
  display: block;
  margin-bottom: 4px;
}

.media-block--comparison .media-block__caption p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature {
  position: relative;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(82, 243, 248, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(218, 250, 253, 0.78), rgba(230, 244, 250, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 253, 0.96));
  box-shadow: 0 18px 36px rgba(7, 22, 37, 0.08);
}

.feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(180deg, var(--brand-aqua), rgba(17, 74, 115, 0.82));
}

.feature h3 {
  margin: 0;
}

.feature p {
  color: #647684;
  margin-top: 6px;
}

.section--dark .feature,
.section--green .feature {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: none;
}

.section--dark .feature p,
.section--green .feature p {
  color: rgba(255, 255, 255, 0.76);
}

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

.quote-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 9vw, 118px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 249, 252, 0.92));
}

.quote-section::before {
  content: "";
  position: absolute;
  right: min(4vw, 56px);
  top: 70px;
  width: min(360px, 34vw);
  aspect-ratio: 1;
  background-image: var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.045;
  pointer-events: none;
}

.quote-layout {
  align-items: start;
}

.quote-intro {
  position: relative;
  padding: clamp(8px, 2vw, 22px) 0;
}

.quote-intro .eyebrow {
  display: block;
  color: var(--brand-blue);
}

.quote-intro h1 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4.4vw, 4.15rem);
}

.quote-intro .lead {
  max-width: 56ch;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quote-form-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(17, 74, 115, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 254, 0.96));
  box-shadow: 0 24px 52px rgba(7, 22, 37, 0.09);
}

.quote-form-card::before {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -112px;
  width: min(360px, 68%);
  aspect-ratio: 1;
  background-image: var(--watermark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.045;
  pointer-events: none;
}

.quote-form-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-aqua), #2f9fd6, var(--brand-blue));
}

.quote-form-card .card__body {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 32px);
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field label,
.fieldset-label {
  font-weight: 700;
  color: var(--charcoal);
  font-size: 0.92rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 74, 115, 0.18);
  border-radius: var(--radius);
  min-height: 48px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(35, 199, 220, 0.72);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(35, 199, 220, 0.13);
}

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

.form-field input[type="file"] {
  padding: 8px;
  color: #536777;
}

.form-field input[type="file"]::file-selector-button {
  min-height: 32px;
  margin-right: 10px;
  padding: 0 12px;
  border: 1px solid rgba(17, 74, 115, 0.18);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(35, 199, 220, 0.12), rgba(255, 255, 255, 0.96));
  color: var(--brand-blue);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.form-field input[type="file"]::file-selector-button:hover {
  border-color: rgba(35, 199, 220, 0.42);
  background: linear-gradient(135deg, rgba(35, 199, 220, 0.2), rgba(255, 255, 255, 1));
}

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

fieldset.form-field {
  margin: 2px 0 0;
  padding: 14px;
  border: 1px solid rgba(17, 74, 115, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(35, 199, 220, 0.08), rgba(255, 255, 255, 0.96));
}

fieldset.form-field .fieldset-label {
  padding: 0 8px;
}

.check-option {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(17, 74, 115, 0.14);
  border-radius: var(--radius);
  min-height: 74px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--charcoal);
  font-weight: 700;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.check-option:hover,
.check-option:focus-within {
  border-color: rgba(35, 199, 220, 0.42);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(7, 22, 37, 0.06);
}

.check-option input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--brand-blue);
}

.form-note {
  padding: 18px 20px 18px 22px;
  border-left: 4px solid var(--brand-aqua);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: linear-gradient(135deg, rgba(35, 199, 220, 0.14), rgba(255, 255, 255, 0.88));
  color: var(--charcoal);
  box-shadow: 0 14px 28px rgba(7, 22, 37, 0.045);
}

.footer {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: 52px 0 26px;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: var(--white);
}

.footer h3 {
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer p,
.footer li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.footer__bottom {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(17, 74, 115, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(244, 249, 252, 0.96), rgba(237, 245, 249, 0.96));
  box-shadow: 0 14px 30px rgba(7, 22, 37, 0.05);
}

.subnav a {
  padding: 10px 13px;
  border: 1px solid rgba(17, 74, 115, 0.12);
  border-radius: var(--radius);
  color: #304556;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 18px rgba(7, 22, 37, 0.04);
}

.subnav a:hover,
.subnav a:focus {
  border-color: rgba(35, 199, 220, 0.36);
  color: var(--brand-blue);
  background: rgba(233, 249, 252, 0.96);
}

.table-like {
  display: grid;
  gap: 14px;
}

.table-row {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 22px 20px 26px;
  border: 1px solid rgba(82, 243, 248, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(218, 250, 253, 0.78), rgba(230, 244, 250, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 253, 0.96));
  box-shadow: 0 18px 36px rgba(7, 22, 37, 0.08);
}

.table-row strong,
.table-row span {
  padding: 0;
}

.table-row strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  position: relative;
}

.table-row strong::before {
  content: "";
  position: absolute;
  left: -26px;
  top: -20px;
  bottom: -20px;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-aqua), var(--brand-blue));
}

.table-row span {
  display: block;
  color: #60717d;
  line-height: 1.45;
}

.pre-sale-summary {
  display: grid;
  gap: 14px;
}

.pre-sale-summary .table-row {
  background:
    linear-gradient(135deg, rgba(218, 250, 253, 0.78), rgba(230, 244, 250, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 253, 0.96));
}

.pre-sale-summary .table-row strong,
.pre-sale-summary .table-row span {
  padding: 0;
}

.pre-sale-summary .table-row strong {
  color: var(--ink);
  position: relative;
}

.pre-sale-summary .table-row span {
  color: #60717d;
  line-height: 1.45;
}

@media (max-width: 980px) {
    h1 {
      font-size: 2.7rem;
    }
  
    h2 {
      font-size: 2rem;
    }

    .nav-wrap {
      position: relative;
      justify-content: flex-start;
      gap: 0;
    }

    .brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      min-width: 0;
      z-index: 1;
    }

    .brand__lockup {
      justify-items: center;
    }

    .main-nav {
      position: fixed;
      top: var(--header-height);
      left: 0;
      right: 0;
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      background: linear-gradient(180deg, rgba(8, 34, 58, 0.98), rgba(17, 74, 115, 0.98));
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      padding: 8px 16px 18px;
    }

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

  .main-nav a {
      padding: 13px 4px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-item,
    .nav-item--dropdown {
      width: 100%;
      display: grid;
    }

    .nav-dropdown {
      position: static;
      min-width: 0;
      padding: 0 0 6px 14px;
      gap: 0;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      opacity: 1;
      visibility: visible;
      transform: none;
    }

    .nav-dropdown a {
      padding: 10px 4px 10px 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      background: transparent;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.88rem;
    }

    .nav-toggle {
      display: inline-flex;
    }

    .header-actions {
      order: -1;
      margin-right: auto;
      z-index: 1;
    }
  
    .header-actions .button {
      display: none;
    }

  .split,
  .grid--3,
  .grid--2,
  .grid--4,
  .qualification,
  .footer__grid {
    grid-template-columns: 1fr;
  }

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

  .comparison--commercial {
    aspect-ratio: 4 / 3;
    min-height: 430px;
  }

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

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

  .area-highlight {
    grid-template-columns: 1fr;
  }

  .area-highlight__map-wrap,
  .area-highlight__media img {
    min-height: 360px;
  }

  .area-highlight__map {
    min-height: 332px;
  }

  .area-highlight__content h3 {
    max-width: 16ch;
  }

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

  .area-cta__body {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .hero {
    min-height: 600px;
    padding: 66px 0 42px;
  }

  .hero--home {
    min-height: 600px;
    padding: 66px 0 38px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric span {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 80px;
  }

  .section {
    padding: 58px 0;
  }

  h1 {
    font-size: 2.28rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero {
    min-height: 560px;
    padding: 62px 0 34px;
  }

  .hero--home {
    min-height: 540px;
    padding: 62px 0 30px;
  }

  .hero--compact {
    min-height: 520px;
  }

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

  .location-grid,
  .area-highlight__services {
    grid-template-columns: 1fr;
  }

  .brand {
    min-width: 0;
  }

  .brand__logo {
    width: clamp(121px, 34vw, 190px);
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero__actions .button--secondary {
    margin-left: 0;
  }

  .proof-strip {
    display: none;
  }

  .form-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .comparison {
    height: 230px;
  }

  .comparison--feature {
    height: auto;
  }

  .comparison--commercial {
    aspect-ratio: 3 / 4;
    min-height: min(560px, 120vw);
  }

  .comparison--static {
    aspect-ratio: 4 / 5;
    min-height: 360px;
  }

  .gallery-card__body {
    padding: 16px;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .card__body,
  .offer-card__body,
  .offer-card__top,
  .qualification__panel {
    padding: 20px;
  }
}
