* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #08243a;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
}

a {
  color: inherit;
}

::selection {
  background: #b7e4f5;
}

.bw-page {
  overflow-x: hidden;
}

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

.bw-announcement {
  background: #0b7fb5;
  color: #fff;
}

.bw-announcement-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-block: 9px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.bw-announcement span,
.bw-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bw-announcement svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-announcement a {
  font-weight: 700;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.bw-announcement button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 18%);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.bw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(8 36 58 / 8%);
  background: rgb(255 255 255 / 82%);
  backdrop-filter: blur(14px);
  transition:
    box-shadow 200ms ease,
    background 200ms ease;
}

.bw-header.is-scrolled {
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 14px 34px -28px rgb(8 36 58 / 65%);
}

.bw-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.bw-logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.bw-logo-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(150deg, #0e9bd6, #2bc4bd);
  box-shadow: 0 6px 16px -6px rgb(14 155 214 / 70%);
}

.bw-logo svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.bw-logo-text > span,
.bw-logo-footer > span:last-child {
  color: #08243a;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bw-logo-text span span,
.bw-logo-footer span span {
  color: #0e9bd6;
}

.bw-logo-text small {
  margin-top: 3px;
  color: #7b93a5;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bw-nav,
.bw-header-actions {
  display: flex;
  align-items: center;
}

.bw-nav {
  gap: 30px;
}

.bw-nav a {
  color: #33506a;
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.bw-nav a:hover,
.bw-phone:hover {
  color: #0e9bd6;
}

.bw-header-actions {
  gap: 18px;
}

.bw-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #08243a;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
}

.bw-phone svg,
.bw-button svg,
.bw-gallery-heading svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: #0e9bd6;
  box-shadow: 0 14px 30px -10px rgb(14 155 214 / 75%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 180ms ease;
}

.bw-button:hover {
  background: #0c8ac0;
  transform: translateY(-2px);
}

.bw-button-small {
  padding: 12px 22px;
  font-size: 15px;
}

.bw-button:not(.bw-button-small) {
  padding: 16px 30px;
}

.bw-button-secondary {
  border: 1.5px solid rgb(8 36 58 / 14%);
  background: #fff;
  box-shadow: none;
  color: #08243a;
}

.bw-button-secondary:hover {
  border-color: #0e9bd6;
  background: #e9f4fa;
}

.bw-menu-toggle,
.bw-mobile-nav {
  display: none;
}

.bw-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(6 26 43 / 88%) 0%, rgb(8 36 58 / 72%) 40%, rgb(8 36 58 / 22%) 100%),
    linear-gradient(180deg, rgb(6 26 43 / 20%) 0%, rgb(6 26 43 / 72%) 100%),
    url("assets/bluewell-water-hero-bg.jpg") center / cover no-repeat;
}

.bw-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, #08243a);
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.bw-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.bw-hero-glow-one {
  top: -120px;
  right: -90px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgb(43 196 189 / 20%), transparent 70%);
}

.bw-hero-glow-two {
  bottom: -140px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgb(14 155 214 / 18%), transparent 70%);
}

.bw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding-block: clamp(48px, 7vw, 96px) clamp(56px, 7vw, 104px);
}

.bw-pill,
.bw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border-radius: 999px;
  background: #e9f4fa;
  color: #0b7fb5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bw-pill {
  background: rgb(255 255 255 / 92%);
  padding: 8px 15px;
  box-shadow: 0 4px 14px -8px rgb(8 36 58 / 30%);
}

.bw-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bc4bd;
}

.bw-kicker {
  padding: 7px 14px;
}

.bw-kicker-light {
  background: #fff;
}

.bw-kicker-dark {
  background: rgb(43 196 189 / 14%);
  color: #2bc4bd;
}

.bw-hero h1 {
  max-width: 650px;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.bw-hero h1 span {
  color: #7bdcf8;
}

.bw-hero-copy > p:not(.bw-pill) {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

.bw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.bw-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.bw-rating span,
.bw-stars {
  color: #f5a623;
  letter-spacing: 1px;
}

.bw-rating strong {
  color: #fff;
  font-weight: 700;
}

.bw-rating small {
  color: rgb(255 255 255 / 68%);
  font-size: 15px;
}

.bw-hero-image {
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 230px 230px 28px 28px;
  box-shadow: 0 40px 70px -30px rgb(8 36 58 / 50%);
  aspect-ratio: 4 / 5;
}

.bw-hero-image img,
.bw-feature-image img,
.bw-results-image img,
.bw-gallery-grid img,
.bw-area-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw-trust {
  background: #e9f4fa;
  color: #08243a;
}

.bw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-block: 34px;
  text-align: center;
}

.bw-trust-grid div {
  border-right: 1px solid rgb(8 36 58 / 10%);
}

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

.bw-trust-grid strong {
  display: block;
  color: #08243a;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.bw-trust-grid div:first-child strong {
  color: #2bc4bd;
}

.bw-trust-grid span {
  display: block;
  margin-top: 6px;
  color: #5a7183;
  font-size: 13.5px;
}

.bw-section {
  scroll-margin-top: 88px;
}

.bw-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 640ms ease,
    transform 640ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
  will-change: opacity, transform;
}

.bw-reveal.bw-reveal-left {
  transform: translateX(-28px);
}

.bw-reveal.bw-reveal-right {
  transform: translateX(28px);
}

.bw-reveal.bw-reveal-scale {
  transform: translateY(18px) scale(0.98);
}

.bw-reveal.is-visible,
.bw-reveal.bw-reveal-left.is-visible,
.bw-reveal.bw-reveal-right.is-visible,
.bw-reveal.bw-reveal-scale.is-visible {
  opacity: 1;
  transform: none;
}

.bw-section > .bw-container {
  padding-block: clamp(64px, 9vw, 120px);
}

.bw-section-heading {
  max-width: 660px;
}

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

.bw-section-heading h2,
.bw-gallery-heading h2,
.bw-area-grid h2,
.bw-contact-copy h2 {
  margin-top: 20px;
  color: #08243a;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.bw-section-heading > p:not(.bw-kicker),
.bw-area-grid > div > p:not(.bw-kicker),
.bw-contact-copy > p:not(.bw-kicker) {
  margin: 18px 0 0;
  color: #46617a;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
}

.bw-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  align-items: stretch;
  gap: clamp(20px, 3vw, 44px);
  margin-top: 44px;
  border: 1px solid rgb(8 36 58 / 7%);
  border-radius: 28px;
  background: #f3fafd;
  padding: 14px;
}

.bw-feature-image {
  overflow: hidden;
  min-height: 300px;
  border-radius: 20px;
}

.bw-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2vw, 34px) clamp(14px, 2vw, 26px) clamp(18px, 2vw, 30px) 4px;
}

.bw-feature-copy > p:first-child {
  margin: 0;
  color: #2bc4bd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bw-feature-copy h3 {
  margin-top: 12px;
  color: #08243a;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.bw-feature-copy > p:last-of-type {
  margin: 14px 0 0;
  color: #46617a;
  font-size: 16.5px;
  line-height: 1.6;
}

.bw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bw-chip-row span,
.bw-area-list span {
  border: 1px solid rgb(8 36 58 / 10%);
  border-radius: 999px;
  background: #fff;
  color: #08243a;
  font-size: 14px;
  font-weight: 600;
}

.bw-chip-row span {
  padding: 9px 15px;
}

.bw-chip-row span::before,
.bw-plan-card li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-right: 8px;
  border-bottom: 2px solid #0e9bd6;
  border-left: 2px solid #0e9bd6;
  transform: rotate(-45deg) translateY(-2px);
}

.bw-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.bw-service-card {
  border: 1px solid rgb(8 36 58 / 9%);
  border-radius: 20px;
  background: #fff;
  padding: 28px 26px;
  transition:
    transform 180ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.bw-service-card:hover {
  border-color: rgb(14 155 214 / 35%);
  box-shadow: 0 24px 40px -24px rgb(8 36 58 / 35%);
  transform: translateY(-5px);
}

.bw-service-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bw-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: #e9f4fa;
}

.bw-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #0b7fb5;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-service-card small {
  color: #c6d8e4;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.bw-service-card h3 {
  margin-top: 20px;
  color: #08243a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bw-service-card p {
  margin: 9px 0 0;
  color: #5a7183;
  font-size: 15px;
  line-height: 1.55;
}

.bw-process,
.bw-reviews {
  background: #e9f4fa;
}

.bw-process-grid,
.bw-review-grid,
.bw-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bw-process-grid {
  margin-top: 52px;
}

.bw-process-grid article {
  border-radius: 22px;
  background: #fff;
  padding: 34px 30px;
}

.bw-process-grid span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #0e9bd6;
  color: #fff;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.bw-process-grid h3 {
  margin-top: 22px;
  color: #08243a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bw-process-grid p {
  margin: 11px 0 0;
  color: #5a7183;
  font-size: 15.5px;
  line-height: 1.6;
}

.bw-process-dark {
  background: #08243a !important;
}

.bw-process-dark span {
  background: #2bc4bd;
  color: #08243a;
}

.bw-process-dark h3 {
  color: #fff;
}

.bw-process-dark p {
  color: rgb(255 255 255 / 72%);
}

.bw-plan-grid {
  align-items: stretch;
  margin-top: 38px;
}

.bw-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(8 36 58 / 10%);
  border-radius: 24px;
  background: #fff;
  padding: 34px 30px;
}

.bw-plan-featured {
  border-color: #08243a;
  background: #08243a;
  box-shadow: 0 34px 60px -28px rgb(8 36 58 / 60%);
  color: #fff;
  transform: translateY(-8px);
}

.bw-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  border-radius: 999px;
  background: #2bc4bd;
  color: #08243a;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 15px;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bw-plan-card h3 {
  color: #08243a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bw-plan-featured h3,
.bw-plan-featured .bw-price strong {
  color: #fff;
}

.bw-plan-card > p {
  margin: 7px 0 0;
  color: #6b8194;
  font-size: 14.5px;
}

.bw-plan-featured > p {
  color: rgb(255 255 255 / 60%);
}

.bw-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 22px;
}

.bw-price strong {
  color: #08243a;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bw-price span {
  color: #6b8194;
  font-size: 16px;
  font-weight: 600;
}

.bw-plan-featured .bw-price span,
.bw-plan-featured > small {
  color: rgb(255 255 255 / 60%);
}

.bw-plan-card > small {
  margin-top: 6px;
  color: #8598a8;
  font-size: 13px;
}

.bw-plan-card ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bw-plan-card li {
  color: #3c566c;
  font-size: 15px;
}

.bw-plan-featured li {
  color: rgb(255 255 255 / 85%);
}

.bw-plan-featured li::before {
  border-color: #2bc4bd;
}

.bw-plan-note {
  margin: 26px 0 0;
  color: #8598a8;
  font-size: 14.5px;
  text-align: center;
}

.bw-results {
  background: #f3fafd;
}

.bw-results-inner {
  width: min(100% - 48px, 1080px);
}

.bw-results-image {
  overflow: hidden;
  margin-top: 44px;
  border-radius: 26px;
  box-shadow: 0 34px 70px -30px rgb(8 36 58 / 50%);
  aspect-ratio: 16 / 10;
}

.bw-result-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 40px;
  margin-top: 32px;
  text-align: center;
}

.bw-result-stats strong {
  display: block;
  color: #0b7fb5;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.bw-result-stats span {
  display: block;
  margin-top: 2px;
  color: #6b8194;
  font-size: 14px;
}

.bw-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.bw-gallery-heading > div {
  max-width: 560px;
}

.bw-gallery-heading a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0b7fb5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 160ms ease;
}

.bw-gallery-heading a:hover {
  gap: 14px;
}

.bw-gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 210px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.bw-gallery-grid > div {
  overflow: hidden;
  border-radius: 24px;
  background: #e9f4fa;
}

.bw-gallery-grid .bw-wide {
  grid-column: span 2;
}

.bw-gallery-grid .bw-tall {
  grid-row: span 2;
}

.bw-round-bottom {
  border-radius: 24px 24px 90px 90px !important;
}

.bw-round-top {
  border-radius: 90px 90px 24px 24px !important;
}

.bw-review-grid {
  margin-top: 44px;
}

.bw-review-grid article {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: #fff;
  padding: 32px 30px;
}

.bw-review-grid article > p {
  flex: 1;
  margin: 16px 0 0;
  color: #294056;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.bw-review-grid footer {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 2px 13px;
  margin-top: 24px;
}

.bw-review-grid footer span {
  display: grid;
  grid-row: span 2;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #0e9bd6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.bw-review-grid article:nth-child(2) footer span {
  background: #2bc4bd;
  color: #08243a;
}

.bw-review-grid article:nth-child(3) footer span {
  background: #08243a;
}

.bw-review-grid footer strong {
  color: #08243a;
  font-size: 15.5px;
}

.bw-review-grid footer small {
  color: #6b8194;
  font-size: 13.5px;
}

.bw-area-grid {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(290px, 1fr);
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}

.bw-area-grid > div > p:not(.bw-kicker) {
  max-width: 480px;
}

.bw-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bw-area-list span {
  background: #f3fafd;
  color: #33506a;
  font-size: 14.5px;
  padding: 9px 16px;
}

.bw-area-image {
  position: relative;
}

.bw-area-image > img {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 34px 60px -30px rgb(8 36 58 / 45%);
  aspect-ratio: 5 / 4;
}

.bw-area-image > div {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 40px -18px rgb(8 36 58 / 45%);
  padding: 15px 20px;
}

.bw-area-image p {
  margin: 0;
  line-height: 1.25;
}

.bw-area-image strong,
.bw-area-image small {
  display: block;
}

.bw-area-image strong {
  color: #08243a;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.bw-area-image small {
  color: #6b8194;
  font-size: 13px;
}

.bw-contact {
  position: relative;
  overflow: hidden;
  background: #08243a;
}

.bw-contact-glow {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(43 196 189 / 22%), transparent 68%);
  pointer-events: none;
}

.bw-contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(290px, 1fr);
  gap: clamp(36px, 4vw, 68px);
}

.bw-contact-copy,
.bw-contact-copy h2 {
  color: #fff;
}

.bw-contact-copy > p:not(.bw-kicker) {
  max-width: 460px;
  color: rgb(255 255 255 / 72%);
}

.bw-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 34px;
}

.bw-contact-list a,
.bw-contact-list div {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
}

.bw-contact-list .bw-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgb(255 255 255 / 8%);
}

.bw-contact-list .bw-icon svg {
  stroke: #2bc4bd;
}

.bw-contact-list small,
.bw-contact-list strong {
  display: block;
}

.bw-contact-list small {
  color: rgb(255 255 255 / 55%);
  font-size: 13px;
}

.bw-contact-list strong {
  font-size: 16.5px;
  font-weight: 600;
}

.bw-contact-list a strong {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bw-form {
  border-radius: 26px;
  background: #fff;
  padding: clamp(26px, 3vw, 38px);
}

.bw-form h3,
.bw-form-success h3 {
  color: #08243a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bw-form > div > p,
.bw-form-success p {
  margin: 6px 0 22px;
  color: #8598a8;
  font-size: 14px;
}

.bw-form label {
  display: block;
  margin-bottom: 15px;
  color: #33506a;
  font-size: 13.5px;
  font-weight: 600;
}

.bw-form label span {
  color: #a8b8c4;
  font-weight: 400;
}

.bw-form input,
.bw-form select,
.bw-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1.5px solid rgb(8 36 58 / 14%);
  border-radius: 13px;
  outline: none;
  background: #f8fbfd;
  color: #08243a;
  font-size: 15.5px;
  padding: 13px 15px;
}

.bw-form textarea {
  resize: vertical;
}

.bw-form input:focus,
.bw-form select:focus,
.bw-form textarea:focus {
  border-color: #0e9bd6;
  background: #fff;
}

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

.bw-form-row label {
  margin-bottom: 0;
}

.bw-form button {
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: #0e9bd6;
  box-shadow: 0 14px 30px -10px rgb(14 155 214 / 75%);
  color: #fff;
  cursor: pointer;
  font-size: 16.5px;
  font-weight: 700;
  padding: 16px;
}

.bw-form > div > small {
  display: block;
  margin-top: 12px;
  color: #a8b8c4;
  font-size: 12.5px;
  text-align: center;
}

.bw-form-error {
  margin: 0 0 14px !important;
  border-radius: 11px;
  background: #fdeceb;
  color: #d6453a !important;
  font-size: 14px !important;
  padding: 11px 14px;
}

.bw-form-success {
  text-align: center;
}

.bw-form-success .bw-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  border-radius: 50%;
}

.bw-form-success .bw-icon svg {
  width: 34px;
  height: 34px;
}

.bw-footer {
  background: #061a2b;
  color: #fff;
}

.bw-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 38px;
  padding-top: clamp(48px, 6vw, 76px);
}

.bw-logo-footer {
  margin-bottom: 16px;
}

.bw-logo-footer .bw-logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: none;
}

.bw-logo-footer > span:last-child {
  color: #fff;
  font-size: 20px;
}

.bw-logo-footer span span {
  color: #2bc4bd;
}

.bw-logo-footer small {
  color: #6e8698;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bw-footer-brand p {
  max-width: 300px;
  margin: 0;
  color: rgb(255 255 255 / 55%);
  font-size: 15px;
  line-height: 1.6;
}

.bw-footer h3 {
  margin-bottom: 15px;
  color: #6e8698;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bw-footer-grid > div:not(.bw-footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.bw-footer a,
.bw-footer span {
  color: rgb(255 255 255 / 75%);
  font-size: 15px;
  text-decoration: none;
}

.bw-footer a:hover {
  color: #2bc4bd;
}

.bw-footer-grid span {
  color: rgb(255 255 255 / 55%);
}

.bw-footer .bw-footer-quote {
  color: #2bc4bd;
  font-weight: 700;
}

.bw-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  padding-block: 26px;
}

.bw-footer-bottom span,
.bw-footer-bottom a {
  color: rgb(255 255 255 / 45%);
  font-size: 13.5px;
}

.bw-footer-bottom div {
  display: flex;
  gap: 22px;
}

@media (max-width: 980px) {
  .bw-nav,
  .bw-header-actions {
    display: none;
  }

  .bw-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgb(8 36 58 / 12%);
    border-radius: 12px;
    background: #fff;
    color: #08243a;
    cursor: pointer;
  }

  .bw-menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .bw-mobile-nav.is-open {
    display: flex;
  }

  .bw-mobile-nav {
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid rgb(8 36 58 / 8%);
    background: #fff;
    padding: 14px 24px 22px;
  }

  .bw-mobile-nav a:not(.bw-button) {
    border-radius: 12px;
    color: #08243a;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 8px;
    text-decoration: none;
  }

  .bw-mobile-nav a:not(.bw-button):hover {
    background: #e9f4fa;
  }

  .bw-mobile-nav .bw-button {
    margin-top: 12px;
  }

  .bw-mobile-phone {
    color: #0b7fb5 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center;
  }

  .bw-hero-grid,
  .bw-feature-card,
  .bw-area-grid,
  .bw-contact-grid,
  .bw-footer-grid {
    grid-template-columns: 1fr;
  }

  .bw-process-grid,
  .bw-review-grid,
  .bw-plan-grid {
    grid-template-columns: 1fr;
  }

  .bw-plan-featured {
    transform: none;
  }

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

  .bw-trust-grid div:nth-child(2) {
    border-right: 0;
  }

  .bw-feature-copy {
    padding-left: clamp(18px, 2vw, 34px);
  }
}

@media (max-width: 720px) {
  .bw-container,
  .bw-results-inner {
    width: min(100% - 32px, 1200px);
  }

  .bw-announcement-inner {
    padding-right: 34px;
    font-size: 13px;
  }

  .bw-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 42px 64px;
  }

  .bw-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .bw-hero-image {
    border-radius: 160px 160px 24px 24px;
    aspect-ratio: 4 / 4.5;
  }

  .bw-button:not(.bw-button-small),
  .bw-hero-actions .bw-button {
    width: 100%;
  }

  .bw-trust-grid {
    grid-template-columns: 1fr;
  }

  .bw-trust-grid div {
    border-right: 0;
    border-bottom: 1px solid rgb(8 36 58 / 10%);
    padding-bottom: 20px;
  }

  .bw-trust-grid div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .bw-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .bw-gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .bw-gallery-grid > div {
    min-height: 230px;
  }

  .bw-round-bottom,
  .bw-round-top {
    border-radius: 24px !important;
  }

  .bw-area-image > div {
    position: static;
    margin-top: 14px;
  }

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

  .bw-footer-bottom,
  .bw-footer-bottom div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .bw-reveal,
  .bw-reveal.bw-reveal-left,
  .bw-reveal.bw-reveal-right,
  .bw-reveal.bw-reveal-scale {
    opacity: 1;
    transform: none;
  }
}
