@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-geist-sans: "Manrope";
  --font-geist-mono: "Manrope";
  --font-manrope: "Manrope";
  --ink: #071b24;
  --ink-soft: #183640;
  --navy: #061c27;
  --navy-2: #092b37;
  --teal: #0e6470;
  --teal-bright: #12a6a0;
  --copper: #dc7443;
  --sand: #f1eee7;
  --mist: #e8f2f0;
  --ice: #eaf5fd;
  --sky: #8cccf0;
  --line: rgba(7, 27, 36, 0.13);
  --white: #fff;
  --muted: #5e7075;
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--teal);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

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

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-manrope), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.brand-copy,
.button,
.main-nav,
.header-cta {
  font-family: var(--font-manrope), var(--font-geist-sans), Arial, sans-serif;
}

em {
  font-style: normal;
}

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

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

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

button {
  border: 0;
}

img,
svg {
  display: block;
}

main {
  overflow: hidden;
}

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

.section {
  padding: 128px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  background: rgba(4, 21, 29, 0);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled,
.site-header.menu-open,
.template-article .site-header {
  background: rgba(4, 21, 29, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 35px rgba(2, 16, 23, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 42px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  transition: transform 0.25s ease;
}

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

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 0.88;
}

.brand-copy strong {
  color: var(--copper);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.045em;
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
}

.brand-copy b {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.brand-copy b span {
  margin-left: 3px;
  color: var(--sky);
  font-size: 11px;
  letter-spacing: -0.02em;
}

.brand:hover .brand-copy strong {
  color: #ef8654;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 560;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--copper);
  transition: right 0.25s ease;
}

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

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.main-nav-offer {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}

.header-cta:hover {
  background: #fff;
  color: var(--ink);
}

.menu-button {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: auto;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  width: 22px;
  height: 1px;
  left: 10px;
  background: #fff;
  transition: transform 0.25s, top 0.25s;
}

.menu-button span:first-child { top: 16px; }
.menu-button span:last-child { top: 25px; }
.menu-button.is-open span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button.is-open span:last-child { top: 21px; transform: rotate(-45deg); }

.hero {
  min-height: 790px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--navy);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(4, 23, 32, 0.98) 0%, rgba(5, 25, 34, 0.86) 36%, rgba(5, 25, 34, 0.28) 69%, rgba(5, 25, 34, 0.16) 100%),
    linear-gradient(180deg, rgba(4, 22, 31, 0.42) 0%, transparent 48%, rgba(4, 22, 31, 0.7) 100%),
    url("../img/hero-drilling.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.004);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.hero-map-outline {
  position: absolute;
  z-index: 1;
  top: 112px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: min(39vw, 560px);
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 0 30px rgba(27, 168, 180, 0.14));
}

.hero-map-outline > .map-image,
.coverage-map-outline > .map-image,
.contact-map-outline > .map-image {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/lithuania-outline.png") center / contain no-repeat;
  filter: brightness(0) invert(1) drop-shadow(0 0 0.8px rgba(255, 255, 255, 0.92));
  clip-path: polygon(0 0, 100% 0, 100% 92%, 82% 92%, 82% 100%, 0 100%);
}

.hero-map-outline > .map-image {
  opacity: 0.38;
}

.map-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.map-route path {
  fill: none;
  stroke: rgba(232, 113, 63, 0.88);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
  vector-effect: non-scaling-stroke;
}

.map-route circle {
  fill: var(--copper);
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
  padding-top: 117px;
  padding-bottom: 99px;
}

.hero-copy {
  width: min(660px, 67%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 27px;
  color: var(--teal);
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 33px;
  height: 1px;
  background: currentColor;
}

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

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.99;
  letter-spacing: -0.062em;
  font-weight: 690;
}

h1 em,
h2 em {
  display: inline;
  color: var(--copper);
  font-family: inherit;
  font-style: normal;
  font-weight: 520;
}

.hero-lead {
  max-width: 580px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-top: 39px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 690;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
}

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

.button-primary {
  background: var(--copper);
  color: #fff;
}

.button-primary:hover {
  background: #bd5f35;
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--teal);
  font-size: 15px;
  font-weight: 650;
}

.light-link {
  color: rgba(255, 255, 255, 0.84);
}

.light-link span {
  color: var(--copper);
  font-size: 18px;
}

.hero-side-label {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  letter-spacing: 0.32em;
}

.trust-ribbon {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}

.trust-grid {
  min-height: 158px;
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 24px 65px rgba(6, 28, 39, 0.12);
}

.trust-grid > div {
  padding: 27px 25px;
  border-right: 1px solid var(--line);
}

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

.trust-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--teal);
  color: #fff;
}

.trust-intro::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 126px;
  right: -72px;
  bottom: -72px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.035);
}

.trust-intro span {
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.65;
}

.trust-intro strong {
  position: relative;
  z-index: 1;
  max-width: 210px;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 590;
}

.trust-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  color: var(--teal);
  overflow: hidden;
  cursor: default;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 4px;
  background: var(--copper);
  transition: right 0.35s ease;
}

.trust-item:hover {
  color: #fff;
  background: var(--teal);
  transform: translateY(-7px);
  box-shadow: 0 18px 35px rgba(6, 63, 72, 0.16);
}

.trust-item:hover::after {
  right: 0;
}

.trust-index {
  position: absolute;
  right: 17px;
  top: 15px;
  color: var(--copper);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.trust-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--ice);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.trust-copy {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.trust-copy b {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.trust-item > i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s, transform 0.3s;
}

.trust-item:hover .trust-copy,
.trust-item:hover .trust-copy b {
  color: #fff;
}

.trust-item:hover .trust-icon {
  color: var(--teal);
  background: #fff;
  transform: rotate(-4deg) scale(1.04);
}

.trust-item:hover .trust-index {
  color: #fff;
  opacity: 0.72;
}

.trust-item:hover > i {
  opacity: 0.8;
  transform: translateX(0);
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 690;
}

.section-heading > p:not(.eyebrow) {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.calculator-section {
  position: relative;
  padding-top: 151px;
  background: var(--ice);
}

.calculator-section::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  left: -180px;
  bottom: -190px;
  border: 1px solid rgba(14, 100, 112, 0.14);
  border-radius: 50%;
}

.calculator-layout {
  display: grid;
  grid-template-columns: 0.63fr 1.37fr;
  gap: 72px;
  align-items: start;
}

.calculator-heading {
  position: sticky;
  top: 40px;
}

.calculator-heading h2 {
  font-size: clamp(42px, 4.2vw, 59px);
}

.calculator-promise {
  position: relative;
  display: grid;
  grid-template-columns: 43px 50px 1fr 24px;
  align-items: center;
  gap: 13px;
  margin-top: 35px;
  padding: 15px 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(10, 101, 111, 0.12);
  box-shadow: 0 10px 30px rgba(11, 53, 59, 0.02);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.calculator-promise::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: scaleY(0);
  background: var(--copper);
  transition: transform 0.3s ease;
}

.calculator-promise + .calculator-promise {
  margin-top: 10px;
}

.promise-number {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--copper);
  border: 1px solid rgba(232, 113, 63, 0.26);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.3s ease, background 0.3s ease;
}

.promise-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--ice);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.calculator-promise p {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.calculator-promise strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.calculator-promise > i {
  color: var(--teal);
  opacity: 0;
  transform: translateX(-9px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.calculator-promise:hover {
  transform: translateX(8px);
  background: #fff;
  border-color: rgba(10, 101, 111, 0.23);
  box-shadow: 0 16px 34px rgba(11, 53, 59, 0.08);
}

.calculator-promise:hover::before {
  transform: scaleY(1);
}

.calculator-promise:hover .promise-number {
  color: #fff;
  background: var(--copper);
}

.calculator-promise:hover .promise-icon {
  color: #fff;
  background: var(--teal);
  transform: rotate(-5deg);
}

.calculator-promise:hover > i {
  opacity: 1;
  transform: translateX(0);
}

.calculator-card {
  position: relative;
  background: #fff;
  box-shadow: 0 26px 70px rgba(7, 27, 36, 0.1);
}

.calculator-card::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 38px;
  width: 75px;
  height: 11px;
  background: var(--copper);
}

.type-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.type-tabs button {
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: #f7f8f6;
  color: #78888b;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.type-tabs button:last-child {
  border-right: 0;
}

.type-tabs button.active {
  background: #fff;
  color: var(--teal);
  box-shadow: inset 0 -2px var(--teal);
}

.calculator-body {
  padding: 42px 44px 35px;
}

.field {
  display: grid;
  gap: 10px;
}

.field label,
.range-field label {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.field-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.field-row output {
  color: var(--teal);
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 630;
}

.field-row output span {
  font-size: 14px;
}

.range-field input[type="range"] {
  width: 100%;
  height: 3px;
  margin: 17px 0 4px;
  appearance: none;
  background: linear-gradient(to right, var(--teal) var(--range), #d8dfdc var(--range));
  border-radius: 0;
  cursor: pointer;
}

.range-field input[type="range"]::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  appearance: none;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 1px rgba(7, 27, 36, 0.17), 0 3px 10px rgba(7, 27, 36, 0.18);
}

.range-field input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 1px rgba(7, 27, 36, 0.17);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  color: #899698;
  font-size: 9px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.calculator-body > .field-grid {
  margin-top: 30px;
}

.field select,
.field input,
.field textarea {
  width: 100%;
  min-height: 51px;
  padding: 0 15px;
  color: var(--ink);
  background: #f3f5f2;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  transition: border-color 0.2s, background 0.2s;
}

.field textarea {
  min-height: 100px;
  padding-top: 15px;
  resize: vertical;
}

.field select:focus,
.field input:focus,
.field textarea:focus {
  border-color: var(--teal-bright);
  background: #fff;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 23px;
  padding: 17px;
  border: 1px solid var(--line);
  cursor: pointer;
}

.check-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-check {
  width: 23px;
  height: 23px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid #b8c5c3;
  color: transparent;
}

.check-option input:checked + .custom-check {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.check-option > span:last-child {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 10px;
}

.check-option strong {
  color: var(--ink);
  font-size: 12px;
}

.estimate-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  margin-top: 25px;
  padding: 28px;
  color: #fff;
  background: var(--teal);
}

.estimate-box > div {
  display: grid;
  gap: 6px;
}

.estimate-box span {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.65;
}

.estimate-box strong {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.estimate-box small {
  font-size: 9px;
  opacity: 0.58;
}

.button-dark {
  min-height: 50px;
  padding: 0 17px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
}

.button-dark:hover {
  background: #000;
}

.calculator-note {
  margin: 18px 0 0;
  color: #8b9899;
  font-size: 12px;
  line-height: 1.6;
}

.wizard-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(5, 58, 88, 0.09);
  box-shadow: 0 30px 80px rgba(0, 55, 87, 0.12);
}

.wizard-card::before {
  content: "";
  position: absolute;
  left: 42px;
  top: -10px;
  width: 96px;
  height: 10px;
  background: var(--copper);
}

.wizard-progress {
  position: relative;
  padding: 31px 37px 27px;
  background: #f7fbfe;
  border-bottom: 1px solid rgba(5, 58, 88, 0.1);
}

.wizard-progress-line {
  position: absolute;
  left: 76px;
  right: 76px;
  top: 49px;
  height: 2px;
  background: #d7e7ef;
}

.wizard-progress-line span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: var(--teal);
  transition: width 0.45s ease;
}

.wizard-progress ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-progress li {
  display: flex;
  justify-content: center;
}

.wizard-progress button {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 0 4px;
  color: #8a9da5;
  background: transparent;
  cursor: pointer;
}

.wizard-progress button:disabled {
  cursor: default;
}

.wizard-progress button > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 2px solid #d7e7ef;
  border-radius: 50%;
  color: #6f8791;
  background: #f7fbfe;
  font-size: 13px;
  font-weight: 760;
  transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.25s;
}

.wizard-progress button b {
  font-size: 12px;
  font-weight: 650;
}

.wizard-progress li.active button,
.wizard-progress li.done button {
  color: var(--ink);
}

.wizard-progress li.active button > span {
  color: #fff;
  border-color: var(--copper);
  background: var(--copper);
  transform: scale(1.12);
}

.wizard-progress li.done button > span {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.wizard-body {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 46px 48px 31px;
}

.wizard-step-panel {
  animation: wizard-in 0.35s ease both;
}

@keyframes wizard-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.wizard-question > span {
  display: block;
  margin-bottom: 11px;
  color: var(--copper);
  font-size: 13px;
  font-family: var(--font-geist-mono), monospace;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wizard-question h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 41px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.wizard-question p {
  max-width: 660px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.choice-grid {
  display: grid;
  gap: 17px;
  margin-top: 35px;
}

.choice-grid.two-columns {
  grid-template-columns: 1fr 1fr;
}

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

.choice-card {
  min-height: 174px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 27px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 2px solid #dce8ec;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.choice-card:hover,
.choice-card:focus-visible {
  transform: translateY(-5px);
  border-color: var(--sky);
  box-shadow: 0 15px 35px rgba(0, 67, 104, 0.1);
  outline: 0;
}

.choice-card.selected {
  border-color: var(--teal);
  background: #edf9fd;
  box-shadow: inset 0 -4px var(--teal);
}

.choice-icon {
  width: 77px;
  height: 77px;
  flex: none;
  display: grid;
  place-items: center;
  color: #4089b5;
  background: var(--ice);
  transition: color 0.25s, background 0.25s, transform 0.25s;
}

.choice-card:hover .choice-icon,
.choice-card.selected .choice-icon {
  color: #fff;
  background: var(--teal);
  transform: rotate(-3deg) scale(1.04);
}

.choice-copy {
  display: grid;
  gap: 9px;
}

.choice-copy strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 720;
}

.choice-copy small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.choice-card > i {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #c7d5d9;
  border-radius: 50%;
  color: transparent;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.choice-card.selected > i {
  color: #fff;
  background: var(--copper);
  border-color: var(--copper);
}

.three-columns .choice-card {
  min-height: 205px;
  align-items: flex-start;
  flex-direction: column;
}

.three-columns .choice-icon {
  width: 68px;
  height: 68px;
}

.three-columns .choice-copy strong {
  font-size: 17px;
}

.wizard-help,
.wizard-privacy,
.result-next {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 25px;
  padding: 19px 21px;
  color: #3b8cb6;
  background: var(--ice);
}

.wizard-help p,
.wizard-privacy p,
.result-next p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.wizard-help strong,
.wizard-privacy strong,
.result-next strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.wizard-location {
  min-height: 92px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 17px;
  margin-top: 32px;
  padding: 16px 20px;
  border: 2px solid #dce8ec;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wizard-location:focus-within {
  border-color: var(--teal);
  box-shadow: 0 12px 30px rgba(0, 67, 104, 0.08);
}

.wizard-location > span:first-child {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--ice);
}

.wizard-location > span:last-child {
  display: grid;
  gap: 7px;
}

.wizard-location b {
  font-size: 13px;
}

.wizard-location input {
  width: 100%;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
}

.wizard-location input::placeholder {
  color: #9aabae;
}

.wizard-subquestion {
  margin: 29px 0 12px;
  color: var(--ink);
  font-size: 16px;
}

.compact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.mini-choice {
  min-height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 15px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d5e2e6;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.mini-choice:hover,
.mini-choice.selected {
  border-color: var(--teal);
  background: #eff9fc;
  transform: translateY(-2px);
}

.mini-choice > span {
  display: grid;
  gap: 4px;
}

.mini-choice small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 450;
}

.mini-choice > i {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 9px;
  border: 1px solid #9eb2b8;
  border-radius: 50%;
}

.mini-choice.selected > i {
  border: 2px solid #fff;
  background: var(--copper);
  box-shadow: 0 0 0 1px var(--copper);
}

.wizard-range {
  margin-top: 31px;
  padding: 23px 25px 19px;
  background: #f7faf9;
  border: 1px solid #dce7e6;
}

.wizard-range .field-row output {
  font-size: 40px;
}

.wizard-range .range-labels {
  font-size: 11px;
}

.wizard-bottom-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 15px;
  margin-top: 16px;
}

.large-check {
  min-height: 90px;
  margin: 0;
}

.large-check > span:last-child {
  font-size: 13px;
}

.large-check strong {
  font-size: 15px;
}

.timeline-choice {
  display: grid;
  gap: 9px;
  padding: 15px 17px;
  border: 1px solid var(--line);
}

.timeline-choice > span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.timeline-choice select {
  width: 100%;
  min-height: 43px;
  padding: 0 10px;
  color: var(--ink);
  background: #f3f6f5;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.wizard-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 33px;
}

.wizard-contact-grid label {
  min-height: 141px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding: 19px;
  border: 2px solid #dce8ec;
  transition: border-color 0.2s, transform 0.2s;
}

.wizard-contact-grid label:focus-within {
  border-color: var(--teal);
  transform: translateY(-3px);
}

.wizard-contact-grid label > span {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--ice);
}

.wizard-contact-grid b {
  font-size: 13px;
}

.wizard-contact-grid b small {
  color: #8b9b9e;
  font-size: 10px;
  font-weight: 450;
}

.wizard-contact-grid input {
  width: 100%;
  padding: 0 0 7px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ccdadd;
  outline: 0;
  font-size: 15px;
}

.consent-check {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
  cursor: pointer;
}

.consent-check input {
  position: absolute;
  opacity: 0;
}

.consent-check > span {
  width: 25px;
  height: 25px;
  flex: none;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1px solid #afc1c5;
}

.consent-check input:checked + span {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.consent-check p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.wizard-error {
  margin: auto 0 0;
  padding: 13px 16px;
  color: #8a2b1f;
  background: #fff0ec;
  border-left: 4px solid var(--copper);
  font-size: 13px;
  font-weight: 600;
}

.wizard-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  margin-top: auto;
  padding-top: 31px;
}

.wizard-back {
  width: fit-content;
  padding: 12px 0;
  color: var(--muted);
  background: transparent;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.wizard-next {
  min-width: 160px;
}

.result-panel {
  text-align: center;
}

.result-check {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 19px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 10px var(--ice);
}

.result-panel .wizard-question p {
  margin-inline: auto;
}

.result-price {
  display: grid;
  gap: 8px;
  margin-top: 27px;
  padding: 25px;
  color: #fff;
  background: var(--teal);
}

.result-price > span {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
}

.result-price strong {
  font-size: clamp(36px, 5vw, 53px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.result-price small {
  font-size: 12px;
  opacity: 0.65;
}

.result-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  border: 1px solid var(--line);
}

.result-summary > div {
  display: grid;
  gap: 6px;
  padding: 17px 12px;
  border-right: 1px solid var(--line);
}

.result-summary > div:last-child {
  border-right: 0;
}

.result-summary span {
  color: var(--muted);
  font-size: 11px;
}

.result-summary strong {
  font-size: 14px;
}

.result-next {
  text-align: left;
}

.result-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.services-section {
  background: #fff;
}

.section-topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
}

.section-sidecopy {
  width: 300px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 71px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 37px 34px 34px;
  border-right: 1px solid var(--line);
  transition: color 0.3s, background 0.3s, transform 0.3s;
}

.service-card:first-child {
  border-left: 1px solid var(--line);
}

.service-card:hover {
  color: #fff;
  background: var(--teal);
  transform: translateY(-8px);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--mist);
}

.service-number {
  color: #9aa8a8;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-family: var(--font-geist-mono), monospace;
}

.service-card h3 {
  margin: 45px 0 18px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 720;
}

.service-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.service-card .text-link {
  margin-top: auto;
}

.service-card:hover h3,
.service-card:hover > p,
.service-card:hover .text-link,
.service-card:hover .service-number {
  color: #fff;
}

.service-card:hover .service-icon {
  color: var(--copper);
  background: #fff;
}

.process-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--navy);
}

.process-image {
  min-height: 740px;
  background:
    linear-gradient(90deg, transparent 62%, rgba(6, 28, 39, 0.3) 100%),
    url("../img/project-drilling.png") center / cover no-repeat;
}

.process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px clamp(44px, 7vw, 115px);
  color: #fff;
}

.light-heading h2 {
  color: #fff;
}

.light-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.6);
}

.steps-list {
  margin: 35px 0 36px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.step > span {
  color: var(--copper);
  font-size: 15px;
  letter-spacing: 0.12em;
  font-family: var(--font-geist-mono), monospace;
}

.step h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 620;
}

.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  line-height: 1.65;
}

.button-outline-light {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}

.button-outline-light:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.quality-section {
  background: #fff;
}

.quality-layout {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 110px;
  align-items: center;
}

.quality-visual {
  position: relative;
  min-height: 650px;
}

.quality-visual::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 61px;
  width: 71%;
  height: 77%;
  background: var(--mist);
}

.quality-image {
  position: absolute;
  inset: 0 0 70px 78px;
  background: url("../img/clean-water.png") center / cover no-repeat;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.quality-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.water-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 292px;
  min-height: 162px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 19px 21px 17px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(9, 94, 105, 0.14);
  box-shadow: 0 25px 60px rgba(7, 42, 49, 0.18);
  backdrop-filter: blur(14px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.water-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 4px;
  background: var(--copper);
}

.water-card-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.water-card-label b {
  color: var(--copper);
  font-size: 11px;
}

.water-card-main {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 15px;
}

.water-card-main > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 10px 23px rgba(13, 111, 121, 0.21);
  transition: transform 0.4s ease, background 0.4s ease;
}

.water-card-main > span {
  display: grid;
  gap: 5px;
}

.water-card strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.water-card small {
  color: var(--muted);
  font-size: 12px;
}

.water-card-meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.water-card-meter i {
  height: 3px;
  background: rgba(13, 111, 121, 0.13);
}

.water-card-meter i:nth-child(-n+3) {
  background: var(--teal);
}

.quality-visual:hover .quality-image {
  transform: scale(1.018);
  filter: saturate(1.08);
}

.quality-visual:hover .water-card {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(7, 42, 49, 0.23);
}

.quality-visual:hover .water-card-main > i {
  transform: rotate(-6deg) scale(1.06);
  background: #0b8087;
}

.quality-copy h2 {
  font-size: clamp(40px, 4.4vw, 61px);
}

.quality-points {
  display: grid;
  gap: 0;
  margin-top: 45px;
}

.quality-points > div {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.quality-points > div > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--mist);
}

.quality-points p {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.quality-points strong {
  color: var(--ink);
  font-size: 18px;
}

.coverage-band {
  position: relative;
  padding: 84px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(18, 166, 160, 0.22), transparent 30%),
    linear-gradient(120deg, var(--teal) 0%, #0a4650 55%, var(--navy) 100%);
}

.coverage-map-outline {
  position: absolute;
  left: max(20px, calc((100vw - 1420px) / 2));
  top: 50%;
  width: 360px;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  transform: translateY(-50%) rotate(-4deg);
  pointer-events: none;
}

.coverage-map-outline > .map-image {
  opacity: 0.42;
}

.coverage-map-outline .map-route {
  opacity: 0.94;
}

.coverage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.7fr 0.95fr 1.2fr;
  align-items: center;
  gap: 65px;
}

.coverage-grid .eyebrow {
  margin: 0;
}

.coverage-grid h2 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 51px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
  font-weight: 680;
}

.coverage-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.coverage-regions span {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.coverage-regions span:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-3px);
}

.reviews-section {
  background: #fff;
}

.reviews-topline {
  align-items: flex-end;
}

.reviews-stage {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  margin-top: 66px;
}

.featured-review {
  min-height: 515px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 53px 58px 39px;
  overflow: hidden;
  background: var(--ice);
  animation: wizard-in 0.35s ease both;
}

.featured-review::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -145px;
  bottom: -145px;
  border: 1px solid rgba(0, 70, 108, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.22), 0 0 0 70px rgba(255, 255, 255, 0.14);
}

.review-quote-mark {
  height: 70px;
  color: var(--sky);
  font-family: var(--font-manrope), sans-serif;
  font-size: 108px;
  line-height: 1;
}

.review-demo-label {
  width: fit-content;
  margin: 6px 0 20px;
  padding: 8px 11px;
  color: #8b4b2f;
  background: #ffede4;
  font-size: 11px;
  font-weight: 730;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-geist-mono), monospace;
}

.featured-review blockquote {
  max-width: 720px;
  margin: 0;
  color: #003f65;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.28;
  letter-spacing: -0.035em;
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
  font-weight: 650;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 32px;
}

.review-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
}

.review-meta p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.review-meta strong {
  color: var(--ink);
  font-size: 16px;
}

.review-controls {
  position: absolute;
  right: 36px;
  bottom: 39px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-controls button {
  width: 45px;
  height: 45px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(0, 63, 101, 0.16);
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.review-controls button:hover {
  color: #fff;
  background: var(--teal);
  transform: translateY(-3px);
}

.review-controls span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.review-selector {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.review-selector > button:not(.review-cta) {
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: color 0.25s, background 0.25s, padding 0.25s;
}

.review-selector > button:not(.review-cta):hover,
.review-selector > button:not(.review-cta).active {
  padding-left: 27px;
  color: #fff;
  background: var(--teal);
}

.review-selector > button:not(.review-cta) > span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 720;
}

.review-selector > button:not(.review-cta) p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  transition: color 0.25s;
}

.review-selector > button:not(.review-cta) strong {
  color: var(--ink);
  font-size: 15px;
  transition: color 0.25s;
}

.review-selector > button:not(.review-cta):hover p,
.review-selector > button:not(.review-cta):hover strong,
.review-selector > button:not(.review-cta).active p,
.review-selector > button:not(.review-cta).active strong {
  color: #fff;
}

.review-cta {
  width: 100%;
  min-height: 112px;
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 18px 19px;
  overflow: hidden;
  text-align: left;
  color: var(--teal);
  background: linear-gradient(135deg, #f1f8fb, #e8f4f8);
  border: 1px solid rgba(0, 79, 104, 0.1);
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.review-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--copper);
  transition: width 0.4s ease;
}

.review-cta-icon,
.review-cta-arrow {
  display: grid;
  place-items: center;
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.review-cta-icon {
  width: 48px;
  height: 48px;
  justify-self: center;
  overflow: hidden;
  color: var(--teal);
  background: #fff;
  box-shadow: 0 10px 23px rgba(0, 79, 104, 0.09);
}

.review-cta-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding-left: 2px;
}

.review-cta-copy small {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.review-cta-copy strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.review-cta-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 79, 104, 0.16);
  border-radius: 50%;
}

.review-cta:hover,
.review-cta:focus-visible {
  color: #fff;
  background: var(--teal);
  transform: translateY(-4px);
  box-shadow: 0 17px 38px rgba(0, 79, 104, 0.17);
}

.review-cta:hover::after,
.review-cta:focus-visible::after {
  width: 100%;
}

.review-cta:hover .review-cta-icon,
.review-cta:focus-visible .review-cta-icon {
  color: #fff;
  background: var(--copper);
  transform: translateY(-2px) scale(1.04);
}

.review-cta:hover .review-cta-copy small,
.review-cta:hover .review-cta-copy strong,
.review-cta:focus-visible .review-cta-copy small,
.review-cta:focus-visible .review-cta-copy strong {
  color: #fff;
}

.review-cta:hover .review-cta-arrow,
.review-cta:focus-visible .review-cta-arrow {
  color: var(--ink);
  background: #fff;
  transform: translateX(3px);
}

.review-cta:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.offer-modal-backdrop {
  position: fixed;
  z-index: 160;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background: rgba(2, 17, 24, 0.8);
  backdrop-filter: blur(11px);
  animation: modal-fade 0.25s ease both;
}

.offer-modal {
  position: relative;
  width: min(100%, 940px);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(440px, 1.18fr);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 38px 110px rgba(0, 12, 18, 0.44);
  animation: modal-rise 0.35s ease both;
}

.offer-modal-view {
  display: contents;
}

.offer-modal-close {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--mist);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.offer-modal-close:hover,
.offer-modal-close:focus-visible {
  color: #fff;
  background: var(--copper);
  transform: rotate(7deg);
}

.offer-modal-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 92%, rgba(18, 166, 160, 0.24), transparent 36%),
    linear-gradient(145deg, #0b3540, #061c27 72%);
}

.offer-modal-copy::after {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -92px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.offer-modal-copy h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(39px, 4.4vw, 56px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.offer-modal-copy h2 em {
  display: block;
  color: var(--copper);
}

.offer-modal-copy > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.68;
}

.offer-modal-phone {
  position: relative;
  z-index: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--copper);
}

.offer-modal-phone span {
  display: grid;
  gap: 3px;
}

.offer-modal-phone small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-modal-phone strong {
  color: #fff;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.offer-form {
  padding: 49px 44px 42px;
  background: #fff;
}

.offer-form > .field-grid + .field-grid,
.offer-form > .field-grid + .field,
.offer-form > .field {
  margin-top: 18px;
}

.offer-form .field label {
  color: var(--ink);
}

.offer-form .field input,
.offer-form .field select,
.offer-form .field textarea {
  background: #f3f6f5;
  border-color: rgba(7, 27, 36, 0.08);
}

.offer-form .field input:focus,
.offer-form .field select:focus,
.offer-form .field textarea:focus {
  background: #fff;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 111, 121, 0.09);
}

.offer-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.offer-consent input {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 1px;
  accent-color: var(--teal);
}

.offer-form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.offer-form-footer small {
  max-width: 165px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.offer-form-note {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 11px;
}

.offer-thanks {
  grid-column: 1 / -1;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px;
  background: #fff;
}

.offer-thanks > span:first-child {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
}

.offer-thanks h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.offer-thanks h2 em {
  color: var(--copper);
}

.offer-thanks > p:last-of-type {
  max-width: 590px;
  margin: 22px 0 29px;
  color: var(--muted);
  line-height: 1.65;
}

.review-modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background: rgba(2, 17, 24, 0.78);
  backdrop-filter: blur(10px);
  animation: modal-fade 0.25s ease both;
}

.review-modal {
  position: relative;
  width: min(100%, 690px);
  max-height: calc(100vh - 48px);
  padding: 46px 49px 42px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 12, 18, 0.38);
  animation: modal-rise 0.35s ease both;
}

.review-modal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  height: 6px;
  background: var(--copper);
}

.review-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--mist);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.review-modal-close:hover {
  color: #fff;
  background: var(--teal);
  transform: rotate(7deg);
}

.review-modal .eyebrow {
  margin-bottom: 17px;
}

.review-modal h2 {
  max-width: 500px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.review-modal-intro {
  max-width: 520px;
  margin: 21px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.review-rating {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.review-rating legend,
.review-form-grid label > span,
.review-message > span {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.review-rating > div {
  display: flex;
  gap: 6px;
}

.review-rating button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #b8c4c5;
  background: var(--mist);
  font-size: 23px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.review-rating button:hover,
.review-rating button.active {
  color: #fff;
  background: var(--copper);
  transform: translateY(-2px);
}

.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.review-form-grid input,
.review-message textarea {
  width: 100%;
  color: var(--ink);
  background: #f7f9f8;
  border: 1px solid var(--line);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-form-grid input {
  height: 55px;
  padding: 0 15px;
}

.review-message {
  display: block;
  margin-top: 16px;
}

.review-message textarea {
  padding: 15px;
  resize: vertical;
}

.review-form-grid input:focus,
.review-message textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 111, 121, 0.1);
}

.review-submit {
  margin-top: 21px;
}

.review-form-note {
  display: inline-block;
  margin-left: 16px;
  color: var(--muted);
  font-size: 11px;
}

.review-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.review-consent input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--teal);
}

.review-thanks {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.review-thanks > span:first-child {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
}

.review-thanks > p:last-of-type {
  max-width: 540px;
  margin: 21px 0 28px;
  color: var(--muted);
  line-height: 1.65;
}

@keyframes modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-rise {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.faq-section {
  background: var(--sand);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 40px;
}

.faq-heading h2 {
  font-size: clamp(42px, 4.3vw, 60px);
}

.faq-heading .text-link {
  margin-top: 31px;
}

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

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

.faq-item button {
  width: 100%;
  min-height: 94px;
  display: grid;
  grid-template-columns: 38px 1fr 32px;
  gap: 22px;
  align-items: center;
  padding: 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-item button > span {
  color: var(--copper);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.faq-item button strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 560;
}

.faq-item button i {
  width: 28px;
  height: 28px;
  position: relative;
  border: 1px solid #bac6c5;
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 10px;
  height: 1px;
  background: var(--teal);
  transition: transform 0.25s;
}

.faq-item button i::after {
  transform: rotate(90deg);
}

.faq-item.open button i::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 60px 0 60px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  transition: padding 0.3s;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer > p {
  padding-bottom: 28px;
}

.contact-section {
  position: relative;
  padding: 116px 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(6, 28, 39, 0.97) 0%, rgba(6, 28, 39, 0.93) 58%, rgba(6, 28, 39, 0.77) 100%),
    url("../img/hero-drilling.png") center 68% / cover no-repeat;
}

.contact-map-outline {
  position: absolute;
  z-index: 0;
  left: max(32px, calc((100vw - 1180px) / 2 - 18px));
  top: 51%;
  width: 560px;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  transform: translateY(-50%) rotate(-5deg);
  pointer-events: none;
  filter: drop-shadow(0 0 34px rgba(21, 166, 173, 0.12));
}

.contact-map-outline > .map-image {
  opacity: 0.24;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 100px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 510px;
  margin: 0;
  font-size: clamp(42px, 4.6vw, 63px);
  line-height: 1.01;
  letter-spacing: -0.052em;
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
  font-weight: 690;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.75;
}

.contact-callout {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 35px;
  color: var(--copper);
}

.contact-callout > span {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.contact-callout strong {
  color: #fff;
  font-size: 15px;
}

.contact-callout a {
  width: fit-content;
  color: var(--copper);
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.025em;
  transition: color 0.25s ease;
}

.contact-callout a:hover,
.contact-callout a:focus-visible {
  color: #fff;
}

.contact-form {
  padding: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(15px);
}

.contact-form > .field-grid + .field-grid,
.contact-form > .field-grid + .field {
  margin-top: 19px;
}

.contact-form > .field {
  margin-top: 19px;
}

.dark-field label {
  color: rgba(255, 255, 255, 0.72);
}

.dark-field input,
.dark-field select,
.dark-field textarea {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-field input::placeholder,
.dark-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.dark-field select option {
  color: var(--ink);
}

.dark-field input:focus,
.dark-field select:focus,
.dark-field textarea:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--copper);
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 24px;
}

.form-submit-row small {
  max-width: 230px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  line-height: 1.5;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: #a6e2d8;
  font-size: 11px;
}

.site-footer {
  color: #fff;
  background: #04151d;
}

.footer-main {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(340px, 1.55fr) minmax(220px, 0.9fr) 48px;
  align-items: start;
  gap: 52px;
  padding: 72px 0 58px;
}

.footer-brand-block {
  display: grid;
  gap: 25px;
}

.footer-brand-block > p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  line-height: 1.65;
}

.footer-company {
  display: grid;
  gap: 8px;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.55;
}

.footer-kicker {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-phone {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.025em;
  transition: color 0.25s ease;
}

.footer-phone svg {
  color: var(--copper);
}

.footer-phone:hover,
.footer-phone:focus-visible {
  color: var(--copper);
}

.footer-company strong {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-manrope), var(--font-geist-sans), sans-serif;
  font-size: 15px;
  font-weight: 720;
}

.footer-company span {
  display: block;
}

.footer-nav {
  display: grid;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.back-top {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--copper);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.back-top:hover,
.back-top:focus-visible {
  color: var(--ink);
  background: #fff;
  transform: translateY(-3px);
}

.footer-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.footer-bottom span:last-child {
  margin-left: auto;
}

.footer-bottom a,
.footer-bottom button {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: inherit;
}

.footer-bottom a:hover,
.footer-bottom button:hover {
  color: rgba(255, 255, 255, 0.72);
}

.template-article .site-header {
  background: rgba(4, 21, 29, 0.98);
}

.legal-page {
  min-height: 720px;
  padding-top: 180px;
  background: var(--sand);
}

.legal-copy {
  max-width: 840px;
}

.legal-copy h1 {
  margin: 0 0 52px;
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -0.06em;
}

.legal-copy h2 {
  margin: 34px 0 10px;
  font-size: 23px;
  font-weight: 690;
  letter-spacing: -0.025em;
}

.legal-copy p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.legal-copy a:not(.button) {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thank-page .button {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 13px; }
  .header-inner { gap: 24px; }
  .hero-copy { width: 66%; }
  .calculator-layout { gap: 55px; }
  .quality-layout { gap: 70px; }
  .coverage-grid { gap: 38px; }
  .faq-layout,
  .contact-layout { gap: 70px; }
  .estimate-box { grid-template-columns: 1fr; }
  .estimate-box .button { width: fit-content; }
  .wizard-body { padding-inline: 35px; }
  .choice-card { padding: 22px; }
  .choice-icon { width: 68px; height: 68px; }
  .choice-copy strong { font-size: 18px; }
  .footer-main { grid-template-columns: minmax(160px, .7fr) minmax(320px, 1.45fr) minmax(190px, .8fr) 48px; gap: 28px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 96px 0; }
  .header-inner { min-height: 76px; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 0 18px;
    background: var(--navy);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
  }
  .main-nav.is-open { max-height: 380px; padding-block: 14px; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .main-nav a::after { display: none; }
  .header-cta { margin-left: auto; }
  .menu-button { display: block; margin-left: 0; }
  .hero { min-height: 750px; }
  .hero-inner { align-items: flex-start; flex-direction: column; gap: 40px; padding-top: 145px; }
  .hero-copy { width: 78%; }
  .hero-map-outline { right: 18px; width: min(62vw, 520px); }
  .hero-backdrop {
    background-image:
      linear-gradient(90deg, rgba(4,23,32,.96) 0%, rgba(5,25,34,.72) 53%, rgba(5,25,34,.16) 100%),
      linear-gradient(180deg, rgba(4,22,31,.4) 0%, transparent 42%, rgba(4,22,31,.8) 100%),
      url("../img/hero-drilling.png");
  }
  .trust-ribbon { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .calculator-layout,
  .quality-layout,
  .faq-layout,
  .contact-layout { grid-template-columns: 1fr; gap: 65px; }
  .calculator-heading,
  .faq-heading { position: static; }
  .calculator-heading > p:not(.eyebrow) { max-width: 620px; }
  .section-topline { align-items: flex-start; }
  .service-card { padding: 28px 23px; }
  .process-section { grid-template-columns: 1fr; }
  .process-image { min-height: 520px; }
  .process-content { padding: 90px max(24px, calc((100vw - 724px) / 2)); }
  .quality-visual { min-height: 610px; width: min(100%, 570px); }
  .quality-copy { max-width: 700px; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-regions { grid-column: 1 / -1; }
  .contact-copy { max-width: 680px; }
  .contact-map-outline { left: 32px; top: 245px; width: min(68vw, 520px); opacity: 0.82; }
  .footer-main { grid-template-columns: .8fr 1.45fr auto; gap: 38px; padding: 58px 0 46px; }
  .footer-nav { grid-column: 1 / -1; }
  .footer-links { grid-template-columns: repeat(5, max-content); gap: 14px 28px; }
  .back-top { grid-column: 3; grid-row: 1; }
  .reviews-stage { grid-template-columns: 1fr; }
  .review-selector { display: grid; grid-template-columns: repeat(3, 1fr); }
  .review-selector > button:not(.review-cta) { min-height: 118px; }
  .review-cta { grid-column: 1 / -1; margin-top: 0; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 78px 0; }
  .header-cta { display: none; }
  .main-nav-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 8px 0 2px;
    padding: 14px 12px;
    color: #fff;
    background: var(--copper);
    font-size: 13px;
    font-weight: 720;
    cursor: pointer;
  }
  .hero { min-height: 760px; }
  .hero-inner { padding-top: 131px; padding-bottom: 54px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(47px, 14.8vw, 68px); }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-side-label { display: none; }
  .hero-map-outline {
    top: 157px;
    right: auto;
    left: 50%;
    width: min(92vw, 440px);
    opacity: 0.85;
    transform: translateX(-50%);
  }
  .hero-backdrop {
    background-position: 62% center;
    background-image:
      linear-gradient(90deg, rgba(4,23,32,.94), rgba(5,25,34,.52)),
      linear-gradient(180deg, rgba(4,22,31,.35), rgba(4,22,31,.78)),
      url("../img/hero-drilling.png");
  }
  .trust-grid { width: 100%; grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .trust-intro { min-height: 106px; }
  .trust-item { min-height: 116px; }
  .calculator-section { padding-top: 84px; }
  .calculator-promise { grid-template-columns: 41px 46px 1fr; gap: 10px; padding: 13px 12px; }
  .calculator-promise > i { display: none; }
  .promise-number { width: 41px; height: 41px; }
  .promise-icon { width: 46px; height: 46px; }
  .calculator-promise p { font-size: 12px; }
  .calculator-promise strong { font-size: 15px; }
  .calculator-promise:hover { transform: translateX(4px); }
  .section-heading h2 { font-size: 41px; }
  .calculator-body { padding: 31px 22px 25px; }
  .type-tabs button { min-height: 67px; padding: 0 8px; font-size: 11px; }
  .field-grid { grid-template-columns: 1fr; }
  .estimate-box { padding: 23px; }
  .estimate-box strong { font-size: 26px; white-space: normal; }
  .estimate-box .button { width: 100%; }
  .section-topline { display: block; }
  .section-sidecopy { width: auto; margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 47px; }
  .service-card,
  .service-card:first-child { min-height: 350px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card:hover { transform: none; }
  .process-image { min-height: 390px; }
  .process-content { padding: 76px 24px; }
  .process-content .section-heading h2 { font-size: 42px; }
  .quality-layout { gap: 58px; }
  .quality-visual { min-height: 490px; }
  .quality-visual::before { left: -16px; top: 45px; }
  .quality-image { inset: 0 0 62px 43px; }
  .water-card { width: 258px; min-height: 151px; padding: 17px 18px 15px; }
  .water-card-main { grid-template-columns: 49px 1fr; gap: 12px; }
  .water-card-main > i { width: 49px; height: 49px; }
  .water-card strong { font-size: 17px; }
  .coverage-band { padding: 68px 0; }
  .coverage-map-outline {
    left: 50%;
    right: auto;
    top: 18px;
    width: min(86vw, 390px);
    opacity: 1;
    transform: translateX(-50%) rotate(-4deg);
  }
  .coverage-grid { grid-template-columns: 1fr; gap: 31px; padding-top: 255px; }
  .coverage-regions { grid-column: auto; }
  .faq-item button { grid-template-columns: 27px 1fr 28px; gap: 12px; min-height: 88px; }
  .faq-item button strong { font-size: 18px; }
  .faq-answer > p { padding-inline: 39px 24px; }
  .contact-section { padding: 82px 0; }
  .contact-map-outline {
    left: 50%;
    top: 225px;
    width: min(92vw, 470px);
    opacity: 0.68;
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  .contact-copy h2 { font-size: 43px; }
  .contact-form { padding: 25px 21px; }
  .form-submit-row { align-items: flex-start; flex-direction: column; gap: 13px; }
  .form-submit-row .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr auto; gap: 38px 24px; padding: 52px 0 42px; }
  .footer-brand-block { grid-column: 1; }
  .footer-company { grid-column: 1 / -1; }
  .footer-nav { grid-column: 1 / -1; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 14px 24px; }
  .back-top { grid-column: 2; grid-row: 1; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 25px; padding: 18px 0; }
  .footer-bottom span:last-child { width: 100%; margin-left: 0; }

  .brand-copy strong { font-size: 13px; }
  .brand-copy b { font-size: 22px; }
  .wizard-card::before { left: 22px; width: 72px; }
  .wizard-progress { padding: 24px 12px 20px; }
  .wizard-progress-line { left: 44px; right: 44px; top: 42px; }
  .wizard-progress button { gap: 0; }
  .wizard-progress button > span { width: 36px; height: 36px; }
  .wizard-progress button b { display: none; }
  .wizard-body { min-height: 0; padding: 35px 20px 24px; }
  .wizard-question h3 { font-size: 31px; }
  .wizard-question p { font-size: 15px; }
  .choice-grid.two-columns,
  .choice-grid.three-columns { grid-template-columns: 1fr; }
  .choice-card,
  .three-columns .choice-card { min-height: 135px; align-items: center; flex-direction: row; padding: 22px; }
  .choice-icon,
  .three-columns .choice-icon { width: 64px; height: 64px; }
  .choice-copy strong,
  .three-columns .choice-copy strong { font-size: 18px; }
  .compact-choice-grid { grid-template-columns: 1fr; }
  .mini-choice { justify-content: flex-start; min-height: 72px; }
  .wizard-location { grid-template-columns: 48px 1fr; padding-inline: 13px; }
  .wizard-location > span:first-child { width: 46px; height: 46px; }
  .wizard-location input { font-size: 16px; }
  .wizard-range { padding-inline: 17px; }
  .wizard-range .range-labels span:nth-child(2) { display: none; }
  .wizard-bottom-grid,
  .wizard-contact-grid { grid-template-columns: 1fr; }
  .wizard-contact-grid label { min-height: 128px; }
  .wizard-actions { padding-top: 25px; }
  .wizard-next { min-width: 145px; }
  .result-summary { grid-template-columns: 1fr 1fr; }
  .result-summary > div:nth-child(2) { border-right: 0; }
  .result-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .result-actions { flex-direction: column; }
  .result-actions .button { width: 100%; }
  .reviews-stage { margin-top: 43px; }
  .featured-review { min-height: 520px; padding: 38px 24px 28px; }
  .featured-review blockquote { font-size: 27px; }
  .review-controls { position: static; margin-top: 27px; }
  .review-selector { grid-template-columns: 1fr; }
  .review-selector > button:not(.review-cta) { min-height: 96px; }
  .review-cta { grid-column: auto; min-height: 108px; }
  .offer-modal-backdrop { padding: 10px; }
  .offer-modal {
    max-height: calc(100vh - 20px);
    grid-template-columns: 1fr;
  }
  .offer-modal-close { right: 12px; top: 12px; }
  .offer-modal-copy { min-height: 310px; padding: 42px 24px 31px; }
  .offer-modal-copy h2 { max-width: 380px; padding-right: 36px; font-size: 39px; }
  .offer-modal-copy > p:not(.eyebrow) { margin: 18px 0 24px; }
  .offer-form { padding: 30px 20px 28px; }
  .offer-form-footer { align-items: flex-start; flex-direction: column; gap: 11px; }
  .offer-form-footer .button { width: 100%; }
  .offer-form-footer small { max-width: none; }
  .offer-thanks { min-height: 500px; padding: 54px 24px; }
  .offer-thanks h2 { font-size: 41px; }
  .review-modal-backdrop { padding: 12px; }
  .review-modal { max-height: calc(100vh - 24px); padding: 42px 21px 29px; }
  .review-modal-close { right: 13px; top: 13px; }
  .review-modal h2 { padding-right: 32px; font-size: 39px; }
  .review-form-grid { grid-template-columns: 1fr; }
  .review-submit { width: 100%; }
  .review-form-note { display: block; margin: 11px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
