:root {
  --content: 1440px;
  --page-pad: max(clamp(18px, 5vw, 72px), calc((100vw - var(--content)) / 2));
  --ink: #101419;
  --muted: #66717d;
  --line: #dfe5ea;
  --paper: #f7f9fb;
  --white: #ffffff;
  --dark: #071017;
  --dark-2: #111b23;
  --cyan: #63c7d4;
  --cyan-strong: #1bb8cd;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(7, 16, 23, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: 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;
}

.menu-label {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 72px;
  padding: 10px var(--page-pad);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 20, 25, 0.08);
  box-shadow: 0 10px 34px rgba(7, 16, 23, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b2028;
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  padding: 3px;
  border-radius: 7px;
  background: #071017;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(99, 199, 212, 0.2);
  filter: drop-shadow(0 4px 8px rgba(7, 16, 23, 0.27));
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 26px);
}

.main-nav a,
.footer a {
  text-decoration: none;
}

.main-nav a {
  color: #27333d;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1;
}

.main-nav a:hover,
.footer a:hover {
  color: var(--cyan-strong);
}

.header-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.header-call {
  min-height: 46px;
  padding: 0 19px;
  white-space: nowrap;
  border-color: rgba(99, 199, 212, 0.3);
  background: #071017;
  color: var(--white);
  box-shadow: 0 8px 18px rgba(7, 16, 23, 0.14);
}

.header-call-number {
  color: #edf6f8;
  font-size: 0.96rem;
  line-height: 1;
}

.btn-primary {
  background: linear-gradient(135deg, #3ee1ef 0%, #18b8cd 48%, #0b8da6 100%);
  color: #031014;
  box-shadow: 0 12px 28px rgba(27, 184, 205, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  border-color: rgba(255, 255, 255, 0.2);
}

.reviews .btn-secondary,
.local .btn-secondary {
  background: var(--white);
  border-color: var(--line);
}

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

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(27, 184, 205, 0.34);
}

.header-call:hover {
  border-color: rgba(99, 199, 212, 0.62);
  background: #10212a;
  box-shadow: 0 11px 24px rgba(7, 16, 23, 0.18);
}

.menu-toggle {
  display: none;
}

section {
  padding: clamp(64px, 8vw, 118px) var(--page-pad);
}

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

.section-heading {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.local h2,
.contact h2,
.problem h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.section-heading p,
.local p,
.contact-copy > p,
.problem p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-dark .section-heading p,
.section-dark .problem p,
.section-dark .contact-copy > p {
  color: #b8c4cf;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  min-height: calc(100svh - 76px);
  padding-top: clamp(42px, 6vw, 88px);
  padding-bottom: clamp(42px, 6vw, 88px);
}

.hero h1 {
  max-width: 860px;
  margin: 0 0 22px;
  font-size: clamp(2.8rem, 5.8vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-place {
  display: inline-block;
  color: #48dce8;
  text-shadow: 0 0 24px rgba(27, 184, 205, 0.45);
}

.hero-copy,
.hero-media,
.feature-service,
.problem img,
.problem-copy,
.local,
.local-copy,
.contact,
.contact-copy {
  min-width: 0;
}

.hero-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: #d7e0e7;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  overflow-wrap: break-word;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.centered,
.center-cta {
  justify-content: center;
  text-align: center;
}

.hero-proof {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  max-width: 760px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metric {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hero-metric strong {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.hero-metric span {
  color: #b8c7d0;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 0;
  color: #d7e0e7;
  font-size: 0.95rem;
  font-weight: 700;
  list-style: none;
}

.hero-benefits li {
  position: relative;
  padding-left: 19px;
}

.hero-benefits li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(99, 199, 212, 0.12);
}

.hero-media {
  margin: 0;
  align-self: stretch;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media img,
.problem img,
.feature-service img,
.gallery img,
.team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-card-grid,
.why-grid,
.review-grid,
.team-grid,
.usage-grid {
  display: grid;
  gap: 18px;
}

.small-card-grid,
.service-feature-grid,
.before-after-slider,
.review-grid,
.gallery-grid,
.why-grid,
.team-grid,
.usage-grid {
  max-width: var(--content);
  margin-left: auto;
  margin-right: auto;
}

.usage-card,
.small-card-grid article,
.review-grid article,
.why-grid article,
.contact-form,
.map-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-guide {
  background: #f3f7f9;
}

.service-guide .section-heading {
  max-width: 930px;
}

.usage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 34px;
}

.usage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 27px 24px 22px;
  box-shadow: 0 10px 28px rgba(7, 16, 23, 0.04);
}

.usage-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 24px;
  width: 42px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--cyan-strong);
}

.usage-card h3 {
  margin-bottom: 14px;
  color: var(--ink);
}

.usage-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

.usage-card span {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9eef2;
  color: #087b8e;
  font-size: 0.92rem;
  font-weight: 850;
}

.guide-cta {
  display: flex;
  justify-content: center;
}

.guide-cta .btn {
  max-width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.3;
  text-align: center;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.small-card-grid p,
.review-grid p,
.team-grid p {
  margin: 0 0 16px;
  color: var(--muted);
}

.small-card-grid a {
  color: #087b8e;
  font-weight: 800;
  text-decoration: none;
}

.section-split {
  background: var(--white);
}

.service-feature-grid {
  display: grid;
  gap: 28px;
}

.feature-service {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  padding: clamp(18px, 3vw, 30px);
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
}

.feature-service:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
}

.feature-service:nth-child(even) img {
  order: 2;
}

.feature-service img {
  min-height: 430px;
  border-radius: var(--radius);
}

.feature-service p {
  color: #4b5864;
}

.check-list,
.problem ul {
  padding: 0;
  margin: 20px 0 24px;
  list-style: none;
}

.check-list li,
.problem li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.check-list li::before,
.problem li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-strong);
}

.price-marker {
  color: #25d5e6;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

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

.small-card-grid article {
  padding: 20px;
}

.small-card-grid span {
  display: block;
  margin-bottom: 14px;
  color: #26313a;
  font-weight: 700;
}

.before-after-slider {
  position: relative;
  aspect-ratio: 3 / 4;
  max-width: 780px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #111b23;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.before-after-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}

.after-image {
  width: 100%;
  max-width: none;
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 24px rgba(27, 184, 205, 0.45);
  pointer-events: none;
}

.slider-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background:
    linear-gradient(135deg, #3ee1ef, #0b8da6);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.slider-handle span::before,
.slider-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #041015;
  border-left: 2px solid #041015;
}

.slider-handle span::before {
  left: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.slider-handle span::after {
  right: 14px;
  transform: translateY(-50%) rotate(135deg);
}

.compare-label {
  position: absolute;
  top: 18px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: rgba(7, 16, 23, 0.72);
  color: var(--white);
  font-weight: 900;
}

.compare-before {
  left: 18px;
}

.compare-after {
  right: 18px;
}

.before-after-range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.problem {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
}

.problem img {
  height: auto;
  max-height: 560px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
}

.problem-copy {
  max-width: 620px;
}

.process-list {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 72px minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  color: var(--cyan-strong);
  font-size: 1.15rem;
  font-weight: 900;
}

.process-list span {
  color: var(--muted);
}

.review-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 28px;
}

.review-grid article,
.why-grid article {
  padding: 22px;
}

.review-grid strong {
  color: #071017;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.gallery figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dce3e8;
}

.gallery figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(7, 16, 23, 0.76);
  color: var(--white);
  font-weight: 800;
}

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

.why-grid article {
  color: #26313a;
  font-size: 1.05rem;
  font-weight: 800;
}

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

.team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.team-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.team-card img {
  aspect-ratio: 4 / 4.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: rgba(7, 16, 23, 0.78);
  color: #dceff3;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.team-body {
  display: grid;
  align-content: start;
  padding: 22px;
}

.team-grid h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}

.team-grid p {
  margin: 0 0 14px;
  color: #c6d1da;
}

.team-grid p:last-child {
  margin-bottom: 0;
}

.role {
  margin-bottom: 8px !important;
  color: var(--cyan) !important;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-facts {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.team-facts div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.team-facts dt {
  color: #8fa4b3;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-facts dd {
  margin: 3px 0 0;
  color: var(--white);
  font-weight: 850;
}

.team-private {
  margin-top: 4px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #dceff3 !important;
  font-weight: 800;
}

.local,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.local,
.contact,
.hero,
.problem {
  max-width: none;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
}

.contact-list dt {
  color: var(--muted);
  font-weight: 800;
}

.contact-list dd {
  margin: 0;
  font-weight: 800;
}

.section-dark .contact-list dt {
  color: #9eb0bf;
}

.map-panel {
  display: grid;
  gap: 12px;
  min-height: 420px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-embed {
  width: 100%;
  min-height: 376px;
  border: 0;
  border-radius: 5px;
}

.map-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #076b7c;
  font-weight: 900;
  text-decoration: none;
}

.map-route:hover {
  color: #044955;
  background: #edf9fb;
}

.pricing-panel {
  max-width: 850px;
  margin: 0 auto 34px;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(7, 16, 23, 0.05);
}

.pricing-label {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.orientation-prices {
  display: grid;
  gap: 0;
  margin: 0 0 26px;
}

.orientation-prices div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid #e9eef2;
}

.orientation-prices dt {
  color: #46535e;
  font-weight: 750;
}

.orientation-prices dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-advice {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--cyan-strong);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #effbfc;
  color: #26313a;
  font-weight: 750;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

details {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 1.08rem;
  font-weight: 900;
}

details p {
  max-width: 820px;
  margin: -8px 0 22px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  color: var(--ink);
}

.contact-priority {
  margin: 0 0 4px;
  padding: 15px 16px;
  border-left: 3px solid var(--cyan-strong);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #effbfc;
  color: #27343d;
  font-weight: 800;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #27343d;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(27, 184, 205, 0.22);
  border-color: var(--cyan-strong);
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  font-size: 0.92rem;
  line-height: 1.35;
}

.consent a {
  color: #087b8e;
  font-weight: 900;
}

.form-error {
  margin: 0;
  padding: 14px;
  border-radius: var(--radius);
  background: #fff1ef;
  color: #8d2a1f;
  font-weight: 800;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.thank-you-hero {
  display: grid;
  place-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(70px, 11vw, 126px) var(--page-pad);
}

.thank-you-shell {
  width: min(760px, 100%);
  text-align: center;
}

.thank-you-check {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
  border: 1px solid rgba(99, 199, 212, 0.5);
  border-radius: 50%;
  background: rgba(99, 199, 212, 0.11);
  color: var(--cyan);
  font-size: 2rem;
  font-weight: 800;
}

.thank-you-hero h1 {
  max-width: 720px;
  margin: 0 auto 20px;
  font-size: clamp(2.35rem, 5.2vw, 4rem);
  line-height: 1.06;
}

.thank-you-lead {
  margin: 0 auto 11px;
  color: var(--white);
  font-size: clamp(1.18rem, 2.2vw, 1.42rem);
  font-weight: 800;
}

.thank-you-copy {
  max-width: 590px;
  margin: 0 auto 34px;
  color: #b8c7d0;
  font-size: 1.06rem;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.thank-you-actions .btn {
  min-width: 218px;
}

.thank-you-actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
}

.footer {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 54px var(--page-pad) 94px;
  background: #050b10;
  color: #cbd6de;
}

.footer-brand {
  justify-content: flex-start;
  margin-bottom: 14px;
}

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

.footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1rem;
}

.footer p {
  margin: 0 0 12px;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer .footer-brand {
  display: inline-flex;
}

.legal-header {
  position: sticky;
}

.legal-nav {
  display: flex;
  justify-content: flex-end;
}

.legal-nav a {
  color: #27333d;
  font-weight: 800;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--cyan-strong);
}

.privacy-hero {
  padding-top: clamp(56px, 7vw, 86px);
  padding-bottom: clamp(52px, 7vw, 82px);
}

.privacy-shell,
.privacy-content {
  max-width: 920px;
  margin: 0 auto;
}

.privacy-eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
}

.privacy-subtitle {
  margin: 0 0 25px;
  color: #ced8df;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.privacy-content {
  padding: clamp(42px, 6vw, 72px) 0 clamp(70px, 9vw, 106px);
}

.privacy-content section {
  padding: 0;
  margin: 0 0 44px;
}

.privacy-content h2 {
  margin: 0 0 17px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 1.7rem);
  line-height: 1.2;
}

.privacy-content p,
.privacy-content li {
  color: #42505d;
  line-height: 1.7;
}

.privacy-content p {
  margin: 0 0 14px;
}

.privacy-content ol,
.privacy-content ul {
  margin: 0;
  padding-left: 24px;
}

.privacy-content li {
  margin-bottom: 11px;
}

.privacy-content .letter-list {
  list-style: lower-alpha;
  margin-top: 11px;
}

.privacy-contact {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.privacy-contact a {
  color: #087b8e;
  font-weight: 800;
}

.mobile-callbar {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 40;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--cyan-strong);
  color: #021014;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1180px) {
  .small-card-grid,
  .review-grid,
  .usage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-grid !important;
    position: relative;
    z-index: 60;
    gap: 4px;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid rgba(27, 184, 205, 0.32);
    border-radius: var(--radius);
    background: #eefbfc;
  }

  .menu-label {
    display: none;
  }

  .menu-toggle::after {
    content: "";
  }

  .menu-toggle span:not(.sr-only):not(.menu-label) {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
  }

  .main-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding: 22px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 12px 0;
    font-size: 1.08rem;
  }

  .header-call {
    display: none;
  }

  .legal-nav {
    display: none;
  }

  .hero,
  .feature-service,
  .feature-service:nth-child(even),
  .problem,
  .local,
  .contact {
    grid-template-columns: 1fr;
  }

  .feature-service:nth-child(even) img {
    order: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 360px;
  }

  .team-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 54px 1fr;
  }

  .process-list span {
    grid-column: 2;
  }
}

@media (max-width: 768px) {
  .service-feature-grid,
  .featured-services,
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-service,
  .feature-service:nth-child(even),
  .service-card,
  .featured-service-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    min-height: auto;
    padding: 0;
  }

  .feature-media,
  .service-media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .feature-service img,
  .feature-service:nth-child(even) img,
  .service-card img,
  .featured-service-card img,
  .feature-media img,
  .service-media img {
    position: static !important;
    order: 0 !important;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    object-fit: cover;
  }

  .feature-content,
  .service-content,
  .feature-service > div,
  .service-card > div {
    position: relative;
    z-index: 2;
    padding: 24px 20px;
    background: #ffffff;
  }

  .feature-content .btn,
  .service-content .btn,
  .feature-service .btn,
  .service-card .btn {
    width: 100%;
    text-align: center;
  }

  .hero-proof {
    gap: 17px;
    margin-top: 27px;
  }

  .hero-metrics {
    gap: 12px;
    padding-top: 18px;
  }

  .hero-metric strong {
    font-size: clamp(1.56rem, 9vw, 2rem);
  }

  .hero-metric span {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .hero-benefits {
    display: grid;
    gap: 8px;
    font-size: 0.9rem;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  section {
    padding: 54px 18px;
  }

  .privacy-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    inset: 68px 0 auto;
  }

  .hero h1 {
    font-size: clamp(1.82rem, 7.6vw, 2.05rem);
    overflow-wrap: break-word;
    max-width: 300px;
  }

  .hero-copy,
  .hero-lead {
    width: 100%;
    max-width: 100%;
  }

  .hero-lead {
    max-width: 330px;
  }

  .cta-row,
  .btn {
    width: 100%;
  }

  .small-card-grid,
  .review-grid,
  .gallery-grid,
  .usage-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .usage-card {
    min-height: auto;
  }

  .orientation-prices div {
    display: grid;
    gap: 4px;
  }

  .problem img,
  .gallery figure {
    min-height: 300px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .map-panel {
    min-height: 330px;
  }

  .mobile-callbar {
    display: flex;
  }
}
