:root {
  --petrol: #065e6c;
  --petrol-2: #084f5a;
  --petrol-3: #0a7481;
  --turquoise: #00bfb0;
  --turquoise-dark: #00a798;
  --mint: #dff8f4;
  --mint-2: #effbf9;
  --ink: #12363d;
  --text: #4d686d;
  --muted: #73898d;
  --line: #dbe8e8;
  --soft: #f4f9f9;
  --danger: #b42318;
  --white: #fff;
  --shadow: 0 24px 60px rgba(5, 76, 87, .12);
  --shadow-sm: 0 12px 32px rgba(5, 76, 87, .09);
  --radius: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.section-pad {
  padding: 78px 0 0;
}

.section--soft {
  background: var(--soft);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  background: var(--petrol);
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  transition: top .2s;
}

.skip-link:focus {
  top: 16px;
}

/* typography */
h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(3rem, 5.8vw, 4.4rem);
  margin-bottom: 28px;
  max-width: 780px;
}

h1 em {
  color: var(--turquoise);
  font-style: normal;
}

h2 {
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  margin-bottom: 22px;
}

h3 {
  font-size: 1.18rem;
}

p {
  color: var(--text);
}

.lead {
  font-size: 1.15rem;
  max-width: 660px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--petrol);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .76rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.eyebrow>span {
  width: 28px;
  height: 3px;
  border-radius: 4px;
  background: var(--turquoise);
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-head p {
  font-size: 1.08rem;
}

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

.section-head--center .eyebrow {
  justify-content: center;
}

/* buttons */
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: .93rem;
  transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}

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

.btn--small {
  min-height: 43px;
  padding: 0 17px;
  font-size: .84rem;
}

.btn--primary {
  background: var(--petrol);
  color: white;
  box-shadow: 0 10px 24px rgba(6, 94, 108, .18);
}

.btn--primary:hover {
  background: var(--petrol-2);
  box-shadow: 0 14px 28px rgba(6, 94, 108, .24);
}

.btn--accent {
  background: var(--turquoise);
  color: #033b42;
  box-shadow: 0 12px 28px rgba(0, 191, 176, .2);
}

.btn--accent:hover {
  background: #19c9bb;
}

.btn--ghost {
  border-color: var(--line);
  color: var(--petrol);
  background: white;
}

.btn--light {
  background: white;
  color: var(--petrol);
  box-shadow: var(--shadow-sm);
}

.btn--outline {
  color: var(--petrol);
  border-color: #b7d2d5;
  background: transparent;
}

.btn--outline:hover {
  border-color: var(--turquoise);
  background: var(--mint-2);
}

.btn--dark-ghost {
  color: white;
  border-color: rgba(255, 255, 255, .35);
}

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

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: .93rem;
}

.inline-link strong {
  color: var(--petrol);
}

.inline-link svg {
  transition: transform .2s;
}

.inline-link:hover svg {
  transform: translateX(4px);
}

.center-action {
  margin-top: 40px;
  text-align: center;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(6, 94, 108, .08);
}

.header-main {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  flex: 0 0 auto;
  width: 185px;
}

.brand img {
  width: 100%;
}

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

.main-nav a {
  font-size: .84rem;
  font-weight: 700;
  color: #31545a;
  position: relative;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--turquoise);
  transition: right .2s;
}

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

.main-nav .nav-link--business {
  padding: 7px 13px;
  color: var(--petrol);
  background: var(--mint-2);
  border: 1px solid rgba(0, 167, 152, .24);
  border-radius:999px;
  font-weight: 800;
  transition: color .2s, background .2s, border-color .2s;
}

.main-nav .nav-link--business:hover {
  color: var(--petrol-2);
  background: var(--mint);
  border-color: rgba(0, 167, 152, .48);
}

.main-nav .nav-link--business::after {
  display: none;
}

.header-actions {
  display: flex;
  gap: 9px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--petrol);
  padding: 8px;
  margin-left: auto;
}

.menu-toggle svg {
  width: 28px;
  height: 28px;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fcfb 0%, #edf9f7 54%, #fff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(0, 191, 176, .23), rgba(0, 191, 176, 0) 70%);
}

.hero__grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 60px;
  align-items: center;
  position: relative;
}

.hero__content {
  padding-bottom: 38px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 32px 0 24px;
}

.hero-visual {
  height: 515px;
  position: relative;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 50px 30px 0 30px;
  border-radius: 48% 52% 44% 56% / 38% 45% 55% 62%;
  background: linear-gradient(145deg, var(--petrol), #0a7e88);
  box-shadow: 0 40px 80px rgba(6, 94, 108, .25);
  z-index: -2;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 95px 80px 20px 95px;
  border-radius: 34px;
  opacity: .2;
  background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px);
  background-size: 35px 35px;
  z-index: -1;
}

.hero-visual__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-visual__orb--one {
  width: 100px;
  height: 100px;
  top: 15px;
  right: 0;
  background: rgba(0, 191, 176, .3);
}

.hero-visual__orb--two {
  width: 58px;
  height: 58px;
  bottom: 20px;
  left: 0;
  background: rgba(0, 191, 176, .25);
}

.path-line {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, .3);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.path-line--one {
  width: 280px;
  height: 180px;
  top: 72px;
  right: 50px;
  transform: rotate(-12deg);
}

.path-line--two {
  width: 190px;
  height: 260px;
  bottom: 35px;
  left: 70px;
  transform: rotate(33deg);
}

.diagnostic-card {
  position: absolute;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 30px 60px rgba(3, 59, 66, .25);
  backdrop-filter: blur(10px);
}

.diagnostic-card--main {
  width: min(430px, calc(100% - 70px));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  overflow: hidden;
}

.diagnostic-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.mini-logo {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 12px;
  background: var(--mint);
}

.mini-logo img {
  width: 30px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .74rem;
  color: var(--petrol);
  font-weight: 800;
}

.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--turquoise);
  box-shadow: 0 0 0 5px rgba(0, 191, 176, .13);
}

.diagnostic-card__body {
  padding: 28px 26px 26px;
}

.diagnostic-card__eyebrow {
  display: block;
  color: var(--turquoise-dark);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.diagnostic-card__body>strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.15;
  max-width: 330px;
}

.progress {
  height: 8px;
  border-radius: 20px;
  background: #e6f2f2;
  overflow: hidden;
  margin: 26px 0 22px;
}

.progress span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--petrol), var(--turquoise));
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  color: var(--muted);
  font-size: .72rem;
}

.mini-metrics div {
  padding: 12px 8px;
  background: var(--soft);
  border-radius: 12px;
  text-align: center;
}

.mini-metrics span {
  display: block;
  color: var(--petrol);
  font-weight: 900;
  margin-bottom: 3px;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: white;
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
}

.floating-card>svg {
  width: 24px;
  height: 24px;
  color: var(--turquoise-dark);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  font-size: .82rem;
}

.floating-card span {
  font-size: .67rem;
  color: var(--muted);
}

.floating-card--quality {
  top: 70px;
  left: 8px;
}

.floating-card--care {
  right: 0;
  bottom: 72px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  box-shadow: var(--shadow);
  border-radius: var(--radius) var(--radius) 0 0;
  padding: 32px 34px;
}

.trust-strip article {
  display: flex;
  gap: 16px;
  padding: 6px 28px;
  border-right: 1px solid var(--line);
}

.trust-strip article:first-child {
  padding-left: 0;
}

.trust-strip article:last-child {
  border: 0;
  padding-right: 0;
}

.trust-strip h3 {
  margin-bottom: 6px;
}

.trust-strip p {
  font-size: .85rem;
  line-height: 1.5;
  margin: 0;
}

.icon-box {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--mint);
  color: var(--petrol);
}

.icon-box svg {
  width: 24px;
  height: 24px;
}

/* quick cards */
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.quick-card {
  background: white;
  border: 1px solid #e0eded;
  border-radius: var(--radius-md);
  padding: 28px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

.quick-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(0, 191, 176, .35);
}

.quick-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--mint);
  color: var(--petrol);
  margin-bottom: 22px;
}

.quick-card__icon svg {
  width: 27px;
  height: 27px;
}

.quick-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.quick-card p {
  font-size: .9rem;
  flex: 1;
}

.quick-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--petrol);
  font-weight: 800;
  font-size: .86rem;
}

.quick-card a svg {
  transition: transform .2s;
}

.quick-card:hover a svg {
  transform: translateX(4px);
}

/* categories */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.category-card {
  border: 1px solid var(--line);
  background: white;
  border-radius: 18px;
  padding: 24px 20px;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s, background .2s;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: var(--turquoise);
  background: var(--mint-2);
}

.category-card__number {
  font-size: .71rem;
  color: var(--turquoise-dark);
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 22px;
}

.category-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.category-card p {
  font-size: .8rem;
  line-height: 1.5;
}

.category-card small {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  color: var(--petrol);
  font-weight: 700;
  font-size: .72rem;
}

.validation-note {
  margin: 24px auto 0;
  max-width: 780px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  background: var(--mint-2);
  border: 1px solid #cfece8;
  border-radius: 14px;
  color: var(--text);
  font-size: .82rem;
}

.validation-note svg {
  color: var(--petrol);
  flex: 0 0 auto;
  margin-top: 2px;
}

/* popular */
.popular-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 78px;
  align-items: start;
}

.popular-layout .section-head {
  position: sticky;
  top: 140px;
}

.popular-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

.popular-item {
  border: 1px solid var(--line);
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.popular-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 0;
  background: white;
  text-align: left;
  color: var(--ink);
  font-weight: 800;
}

.popular-item button>span {
  display: flex;
  align-items: center;
  gap: 11px;
}

.popular-item button i {
  font-style: normal;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--petrol);
  font-size: .7rem;
}

.popular-item button svg {
  color: var(--petrol);
  transition: transform .2s;
}

.popular-item.open button svg {
  transform: rotate(180deg);
}

.popular-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.popular-detail__inner {
  padding: 0 18px 18px;
  border-top: 1px solid var(--line);
}

.popular-detail dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}

.popular-detail dt {
  font-size: .7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .07em;
}

.popular-detail dd {
  margin: 2px 0 0;
  font-size: .8rem;
  font-weight: 700;
}

.popular-detail a {
  font-size: .78rem;
  font-weight: 800;
  color: var(--petrol);
}

/* business */
.business-section {
  position: relative;
  overflow: hidden;
  background: var(--petrol-2);
  color: white;
}

.business-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(0, 191, 176, .18), transparent 28%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}

.business-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 68px;
  align-items: start;
}

.business-copy h2,
.business-copy .page-title {
  color: white;
}

.business-copy>p {
  color: rgba(255, 255, 255, .72);
  font-size: 1.04rem;
}

.business-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 34px 0 26px;
}

.business-services article {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
}

.business-services article>svg {
  flex: 0 0 auto;
  color: var(--turquoise);
  margin-top: 2px;
}

.business-services h3 {
  font-size: .95rem;
  margin-bottom: 5px;
  color: white;
}

.business-services p {
  margin: 0;
  color: rgba(255, 255, 255, .63);
  font-size: .75rem;
  line-height: 1.45;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 700;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.benefit-list svg {
  color: var(--turquoise);
}

.business-form {
  background: white;
  color: var(--ink);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 30px 70px rgba(2, 47, 54, .25);
}

.form-label {
  color: var(--turquoise-dark);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .7rem;
  font-weight: 900;
}

.business-form h3 {
  font-size: 1.7rem;
  margin: 10px 0 24px;
}

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

.form-grid label {
  display: grid;
  align-content: start;
  gap: 7px;
  font-size: .75rem;
  color: var(--ink);
  font-weight: 800;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 12px 13px;
  outline: none;
  background: #fbfdfd;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--turquoise);
  box-shadow: 0 0 0 4px rgba(0, 191, 176, .1);
}

.form-grid [aria-invalid="true"] {
  border-color: var(--danger);
  background: #fffafa;
}

.form-grid [aria-invalid="true"]:focus {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, .12);
}

.field-error {
  margin-top: -2px;
  color: var(--danger);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
}

.form-span {
  grid-column: 1 / -1;
}

.business-form .btn {
  margin-top: 18px;
}

.business-form .btn:disabled {
  cursor: wait;
  opacity: .72;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.business-form small {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: .67rem;
  margin-top: 10px;
}

/* differentials */
.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.differentials-grid article {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: white;
}

.differentials-grid article>span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--mint);
  border-radius: 15px;
  color: var(--petrol);
  margin-bottom: 28px;
}

.differentials-grid article>span svg {
  width: 25px;
  height: 25px;
}

.differentials-grid h3 {
  margin-bottom: 9px;
}

.differentials-grid p {
  margin: 0;
  font-size: .85rem;
}

/* home about CTA */
.home-about-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background: var(--petrol-2);
}

.home-about-cta::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -190px;
  border: 82px solid rgba(0, 191, 176, .1);
  border-radius: 50%;
}

.home-about-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.home-about-cta .eyebrow {
  margin-bottom: 14px;
}

.home-about-cta h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: white;
}

.home-about-cta .btn {
  flex: 0 0 auto;
}

/* video */
.video-section {
  background: linear-gradient(135deg, #e5f8f5, #f9fdfc);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

.video-placeholder {
  min-height: 450px;
  border: 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #074d59, #0b7b85);
  box-shadow: var(--shadow);
}

.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image: radial-gradient(circle at 25% 30%, rgba(0, 191, 176, .8), transparent 30%), linear-gradient(45deg, rgba(255, 255, 255, .06) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .06) 75%);
  background-size: auto, 36px 36px;
}

.video-watermark {
  position: absolute;
  width: 300px;
  opacity: .13;
  right: -40px;
  bottom: -20px;
  filter: brightness(0) invert(1);
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  color: var(--petrol);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
  transition: transform .25s;
}

.video-placeholder:hover .play-button {
  transform: translate(-50%, -50%) scale(1.08);
}

.play-button svg {
  width: 34px;
  height: 34px;
}

.video-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: white;
  font-size: .78rem;
  font-weight: 800;
  padding: 8px 12px;
  background: rgba(0, 0, 0, .2);
  border-radius: 999px;
}

.video-copy blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--turquoise);
  background: white;
  border-radius: 0 14px 14px 0;
  color: var(--petrol);
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.video-copy .page-title,
.business-copy .page-title {
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  margin-bottom: 22px;
}

/* about */
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 75px;
  align-items: center;
}

.about-visual {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.about-shape {
  width: 370px;
  height: 370px;
  display: grid;
  place-items: center;
  border-radius: 43% 57% 64% 36% / 46% 37% 63% 54%;
  background: linear-gradient(145deg, #d6f5f1, white);
  box-shadow: var(--shadow);
}

.about-shape img {
  width: 210px;
}

.about-stat {
  position: absolute;
  right: 10px;
  bottom: 55px;
  background: var(--petrol);
  color: white;
  padding: 18px 22px;
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
}

.about-stat strong,
.about-stat span {
  display: block;
}

.about-stat strong {
  font-size: 1.35rem;
}

.about-stat span {
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
}

.about-copy p {
  font-size: .95rem;
}

.brand-phrase {
  display: block;
  padding: 18px 0;
  color: var(--petrol);
  font-size: 1.08rem;
}

/* values */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.value-card {
  border-radius: 22px;
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  min-height: 270px;
}

.value-card>span {
  color: var(--turquoise-dark);
  font-size: .72rem;
  font-weight: 900;
}

.value-card h3 {
  font-size: 1.65rem;
  margin: 45px 0 12px;
}

.value-card p {
  font-size: .88rem;
}

.value-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.value-tags b {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--petrol);
  font-size: .7rem;
}

/* team */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.team-card {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 22px;
  background: white;
  border-radius: 20px;
  border: 1px solid var(--line);
}

.team-card--wide {
  grid-column: 1 / -1;
}

.team-photo {
  flex: 0 0 auto;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--petrol), var(--turquoise));
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

.team-photo--alt {
  background: linear-gradient(145deg, var(--turquoise), #8be4d9);
  color: var(--petrol);
}

.team-card small {
  color: var(--turquoise-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.team-card h3 {
  font-size: 1.25rem;
  margin: 6px 0;
}

.team-card p {
  font-size: .83rem;
  margin: 0;
}

.team-collage {
  flex: 0 0 260px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.team-collage span {
  aspect-ratio: .78;
  border-radius: 12px;
  background: linear-gradient(180deg, #d3efec, #7bcfc5);
}

.team-collage span:nth-child(even) {
  margin-top: 18px;
  background: linear-gradient(180deg, #b9e4e7, #4f9eaa);
}

/* insurance */
.insurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.insurance-actions {
  display: flex;
  gap: 10px;
}

.fine-print {
  font-size: .75rem;
  margin-top: 18px;
}

.insurance-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.insurance-logos div {
  min-height: 120px;
  border: 1px dashed #bcd5d7;
  border-radius: 16px;
  background: var(--soft);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  text-align: center;
}

.insurance-logos span {
  color: var(--petrol);
  font-weight: 900;
  letter-spacing: .12em;
}

.insurance-logos small {
  color: var(--muted);
  font-size: .66rem;
}

/* steps */
.steps-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
}

.steps-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--petrol), var(--turquoise));
  opacity: .25;
}

.step-card {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  text-align: center;
}

.step-card>span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 24px;
  color: white;
  background: var(--petrol);
  border: 7px solid var(--soft);
  box-shadow: 0 0 0 1px #c7dedf;
  font-size: .72rem;
  font-weight: 900;
}

.step-card:nth-child(even)>span {
  background: var(--turquoise-dark);
}

.step-card h3 {
  font-size: 1rem;
}

.step-card p {
  font-size: .78rem;
}

/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 230px 230px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: white;
}

.gallery-item--large {
  grid-row: 1 / 3;
}

.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--petrol);
  font-size: .75rem;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}

.gallery-art {
  position: absolute;
  inset: 0;
  transition: transform .4s;
}

.gallery-item:hover .gallery-art {
  transform: scale(1.04);
}

.gallery-art::before,
.gallery-art::after {
  content: "";
  position: absolute;
}

.gallery-art--facade {
  background: linear-gradient(160deg, #d8f3ef 0 40%, #8fcac7 40% 58%, #175f68 58% 72%, #e8f5f2 72%);
}

.gallery-art--facade::before {
  width: 70%;
  height: 38%;
  left: 15%;
  bottom: 25%;
  background: #fff;
  box-shadow: inset 0 -25px #0b6873;
  clip-path: polygon(4% 22%, 70% 0, 100% 22%, 96% 100%, 0 100%);
}

.gallery-art--facade::after {
  width: 50%;
  height: 12px;
  left: 25%;
  bottom: 34%;
  background: var(--turquoise);
}

.gallery-art--reception {
  background: linear-gradient(145deg, #e4f7f3, #bddedc);
}

.gallery-art--reception::before {
  width: 75%;
  height: 40%;
  left: 12%;
  bottom: 18%;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 -24px #0a7180, 0 20px 30px rgba(6, 94, 108, .15);
}

.gallery-art--reception::after {
  width: 40px;
  height: 80px;
  border-radius: 50% 50% 20% 20%;
  left: 20%;
  bottom: 22%;
  background: #5eaaa6;
}

.gallery-art--collection {
  background: linear-gradient(130deg, #f6fbfa, #b8dedb);
}

.gallery-art--collection::before {
  width: 46%;
  height: 60%;
  right: 12%;
  bottom: 8%;
  border-radius: 80px 80px 12px 12px;
  background: white;
  box-shadow: 0 18px 35px rgba(6, 94, 108, .12);
}

.gallery-art--collection::after {
  width: 110px;
  height: 90px;
  left: 12%;
  bottom: 15%;
  border-radius: 12px;
  border: 10px solid var(--petrol);
  opacity: .7;
}

.gallery-art--technical {
  background: repeating-linear-gradient(90deg, #e8f5f3 0 38px, #d5ebe8 38px 40px);
}

.gallery-art--technical::before {
  width: 70%;
  height: 55%;
  left: 15%;
  bottom: 12%;
  border-radius: 15px;
  background: linear-gradient(180deg, white 0 55%, var(--petrol) 55%);
  box-shadow: var(--shadow-sm);
}

.gallery-art--technical::after {
  width: 40%;
  height: 18%;
  left: 30%;
  bottom: 47%;
  border-radius: 8px;
  background: var(--turquoise);
}

.gallery-art--team {
  background: radial-gradient(circle at 20% 25%, #d9f6f2, transparent 22%), linear-gradient(145deg, #aad9d6, #4f9da5);
}

.gallery-art--team::before {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  left: 20%;
  top: 24%;
  background: #f0c9a4;
  box-shadow: 95px 20px 0 #d9ad86, 190px -5px 0 #edc8a8;
}

.gallery-art--team::after {
  width: 75%;
  height: 45%;
  left: 13%;
  bottom: 10%;
  border-radius: 35px 35px 10px 10px;
  background: var(--petrol);
}

/* units */
.units-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 78px;
  align-items: start;
}

.units-layout .section-head {
  margin-bottom: 0;
}

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

.unit-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: white;
}

.unit-card__map {
  min-height: 220px;
  background: #dff5f2;
}

.unit-card__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}

.unit-card__content {
  padding: 28px;
}

.unit-label {
  color: var(--turquoise-dark);
  font-weight: 900;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.unit-card h3 {
  font-size: 1.35rem;
  margin: 8px 0 18px;
}

.unit-card p {
  font-size: .8rem;
  margin-bottom: 8px;
}

.unit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.unit-actions>a:not(.btn) {
  color: var(--petrol);
  font-size: .76rem;
  font-weight: 800;
}

.unit-actions .btn {
  margin-left: auto;
}

/* testimonials */
.testimonial-section {
  background: linear-gradient(135deg, var(--petrol), #087f89);
  color: white;
}

.testimonial-section .section-head h2 {
  color: white;
}

.testimonial-section .section-head p {
  color: rgba(255, 255, 255, .72);
}

.testimonial-section .eyebrow {
  color: #a6fff7;
}

.testimonial-placeholder {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 25px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
}

.quote-mark {
  font-size: 5rem;
  line-height: .8;
  color: var(--turquoise);
}

.testimonial-placeholder h3 {
  font-size: 1.5rem;
}

.testimonial-placeholder p {
  color: rgba(255, 255, 255, .72);
}

.testimonial-skeleton {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.testimonial-skeleton span {
  height: 110px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

/* faq */
.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  align-items: start;
}

.faq-grid .section-head {
  position: sticky;
  top: 140px;
}

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

.accordion-item {
  border: 1px solid var(--line);
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 0;
  background: white;
  color: var(--ink);
  text-align: left;
  font-weight: 800;
}

.accordion-item button svg {
  transition: transform .2s;
  color: var(--petrol);
}

.accordion-item.open button svg {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s;
}

.accordion-content p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: .86rem;
}

/* contact */
.contact-section {
  background: linear-gradient(180deg, white, #f2faf8);
}

.contact-grid {
  max-width: 760px;
}

.contact-channels {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-channels>a,
.contact-channels>div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 15px;
}

.contact-channels>a>span,
.contact-channels>div>span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--mint);
  color: var(--petrol);
}

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

.contact-channels small {
  color: var(--muted);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-channels strong {
  font-size: .9rem;
}

/* final CTA & footer */
.final-cta {
  background: var(--petrol);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.final-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 100px solid rgba(0, 191, 176, .12);
  right: -170px;
  top: -160px;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  color: white;
}

.final-cta h2 {
  color: white;
  max-width: 720px;
  margin-bottom: 13px;
}

.final-cta p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
}

.site-footer {
  background: #033f49;
  color: white;
  padding: 72px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 54px;
  padding-bottom: 48px;
}

.footer-brand img {
  width: 210px;
  margin-bottom: 18px;
}

.footer-brand p {
  color: rgba(255, 255, 255, .65);
  max-width: 280px;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.social-links a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #a7f7ef;
  font-size: .72rem;
  font-weight: 900;
}

.footer-grid h3 {
  font-size: .9rem;
  margin-bottom: 18px;
  color: #a7f7ef;
}

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

.footer-grid a,
.footer-grid span {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
}

.footer-grid a:hover {
  color: white;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  justify-content: space-between;
}

.footer-legal div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-legal a,
.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: .68rem;
}

.mobile-bottom {
  display: none;
}

.whatsapp-float {
  position: fixed;
  z-index: 98;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 211, 102, .28);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(3, 63, 73, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(3, 63, 73, .3);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .42);
  outline-offset: 4px;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  color: white;
  stroke-width: 1.8;
}

.toast {
  position: fixed;
  z-index: 1000;
  right: 96px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 13px;
  background: #063f49;
  color: white;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
  transform: translateY(130%);
  opacity: 0;
  transition: .3s;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast svg {
  color: var(--turquoise);
}

.toast--error {
  background: #7b2f36;
}

.toast--error svg {
  display: none;
}

/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

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

/* Responsive */
@media (max-width: 1120px) {
  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: .77rem;
  }

  .header-actions .btn--ghost {
    display: none;
  }

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

  .hero__grid {
    gap: 30px;
  }

  .business-grid {
    gap: 38px;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 78px;
  }

  .section {
    padding: 78px 0;
  }

  .header-main {
    min-height: 72px;
  }

  .brand {
    width: 160px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 72px 0 auto 0;
    height: calc(100vh - 72px);
    padding: 24px 24px 120px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateX(100%);
    transition: transform .3s;
    overflow-y: auto;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .main-nav a {
    font-size: 1.08rem;
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .nav-link--business {
    margin: 8px 0;
    padding: 14px 16px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .btn {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .hero__content {
    text-align: center;
  }

  .hero__content .lead {
    margin-inline: auto;
  }

  .hero__actions,
  .hero__content .inline-link {
    justify-content: center;
  }

  .hero-visual {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
    margin-bottom: 40px;
  }

  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

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

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

  .popular-layout,
  .video-grid,
  .about-grid,
  .insurance-grid,
  .units-layout,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .popular-layout .section-head,
  .faq-grid .section-head {
    position: static;
  }

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

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

  .home-about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .steps-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 12px;
  }

  .steps-track::before {
    display: none;
  }

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

  .value-card {
    min-height: 0;
  }

  .value-card h3 {
    margin-top: 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .gallery-item--large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .final-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta__actions {
    flex-direction: row;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-grid>div:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 66px 0;
  }

  .section-pad {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero__grid {
    min-height: auto;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero-visual {
    height: 420px;
  }

  .hero-visual::before {
    inset: 45px 5px 10px;
  }

  .diagnostic-card--main {
    width: calc(100% - 35px);
  }

  .diagnostic-card__body>strong {
    font-size: 1.35rem;
  }

  .floating-card--quality {
    left: 0;
    top: 40px;
  }

  .floating-card--care {
    right: 0;
    bottom: 40px;
  }

  .trust-strip {
    padding: 18px 22px;
  }

  .quick-grid,
  .category-grid,
  .differentials-grid,
  .popular-list,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: 0;
  }

  .home-about-cta {
    padding: 60px 0;
  }

  .home-about-cta .btn {
    width: 100%;
  }

  .category-card {
    min-height: 0;
  }

  .popular-detail dl {
    grid-template-columns: 1fr;
  }

  .business-services,
  .benefit-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-span {
    grid-column: auto;
  }

  .business-form {
    padding: 24px 18px;
  }

  .video-placeholder {
    min-height: 330px;
  }

  .about-visual {
    min-height: 370px;
  }

  .about-shape {
    width: 290px;
    height: 290px;
  }

  .about-shape img {
    width: 175px;
  }

  .about-stat {
    bottom: 15px;
  }

  .team-card {
    align-items: flex-start;
  }

  .team-card--wide {
    grid-column: auto;
    flex-direction: column;
  }

  .team-photo {
    width: 88px;
  }

  .team-collage {
    width: 100%;
    flex-basis: auto;
  }

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

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

  .step-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0 16px;
    text-align: left;
  }

  .step-card>span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .step-card h3 {
    margin: 6px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 220px);
  }

  .gallery-item--large {
    grid-column: auto;
  }

  .unit-actions .btn {
    margin-left: 0;
  }

  .testimonial-skeleton {
    grid-template-columns: 1fr;
  }

  .testimonial-placeholder {
    padding: 34px 18px;
  }

  .final-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .final-cta__actions .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid>div:last-child {
    grid-column: auto;
  }

  .footer-legal {
    padding-bottom: 76px;
  }

  .mobile-bottom {
    position: fixed;
    z-index: 99;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px;
    border-radius: 18px;
    background: rgba(3, 63, 73, .96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom a {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: white;
    font-size: .64rem;
    font-weight: 800;
  }

  .mobile-bottom a:nth-child(1) {
    background: var(--turquoise);
    color: #033b42;
    border-radius: 12px;
  }

  .mobile-bottom svg {
    width: 20px;
    height: 20px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 88px;
    width: 56px;
    height: 56px;
  }

  .toast {
    left: 14px;
    right: 14px;
    bottom: 156px;
  }
}

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

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

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