:root {
  --oxford: #021b24;
  --navy: #123144;
  --cream: #eae5d8;
  --sand: #c6bfa5;
  --gold-a: #c2ac7f;
  --gold-c: #c19d53;
  --gold-b: #8f7835;
  --ink: #09242d;
  --muted: #746f60;
  --line: rgba(194, 172, 127, 0.26);
  --display: "Playfair Display", "Libre Baskerville", Baskerville, Georgia, serif;
  --sans: "Plus Jakarta Sans", Inter, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--oxford);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
h1 {
  max-width: 940px;
  font-size: clamp(2.7rem, 4.65vw, 4.42rem);
  line-height: 1.07;
}
h1 span {
  display: block;
  color: var(--gold-c);
  font-style: italic;
  font-weight: 300;
  font-size: 0.94em;
}
h2 {
  max-width: 840px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}
h3 { font-size: clamp(1.28rem, 1.8vw, 1.72rem); line-height: 1.18; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 68px);
  background: rgba(2, 27, 36, 0.9);
  border-bottom: 1px solid rgba(234, 229, 216, 0.09);
  backdrop-filter: blur(18px);
}
.brand img { width: clamp(168px, 18vw, 242px); height: auto; }
.site-nav {
  justify-self: end;
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(234, 229, 216, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.site-nav a { transition: color 0.25s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-a); }
.nav-toggle {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  color: var(--cream);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn--gold {
  color: #071c23;
  background: linear-gradient(135deg, var(--gold-a), var(--gold-c) 52%, var(--gold-b));
  box-shadow: 0 18px 44px rgba(143, 120, 53, 0.22);
}
.btn--line {
  color: var(--cream);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.dark-section, .light-section {
  position: relative;
  padding: clamp(82px, 10vw, 148px) clamp(20px, 5vw, 86px);
  overflow: hidden;
}
.dark-section {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(18, 49, 68, 0.96), rgba(2, 27, 36, 1) 42%, #011217 100%);
}
.light-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
    var(--cream);
}
.eyebrow, .section-kicker, .compare-label {
  color: var(--gold-a);
  font-size: clamp(0.78rem, 0.9vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-head {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin-bottom: clamp(38px, 6vw, 70px);
}
.section-head--center {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}
.section-head p:not(.eyebrow), .rich-copy, .diagnosis__intro p {
  max-width: 780px;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  color: inherit;
  opacity: 0.82;
}

.hero {
  min-height: min(710px, calc(100vh - 82px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 54px);
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(38px, 5vw, 66px);
}
.hero::after, .intro::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194, 172, 127, 0.55), transparent);
}
.watermark {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0.065;
  mix-blend-mode: screen;
}
.hero__copy {
  display: grid;
  gap: 18px;
  z-index: 2;
}
.hero__lead {
  max-width: 700px;
  color: rgba(234, 229, 216, 0.8);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 300;
}
.hero__ticker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: 60px;
  padding: 0 clamp(18px, 5vw, 86px);
  color: var(--oxford);
  background: var(--cream);
  border-top: 1px solid rgba(194, 172, 127, 0.28);
  border-bottom: 20px solid var(--oxford);
}
.hero__ticker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 clamp(18px, 2.4vw, 34px);
  color: var(--oxford);
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__ticker span + span {
  border-left: 1px solid rgba(143, 120, 53, 0.28);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.microcopy {
  max-width: 780px;
  color: rgba(234, 229, 216, 0.62) !important;
  font-size: 0.92rem !important;
}
.hero__media {
  position: relative;
  min-height: 460px;
  border: 1px solid var(--line);
  isolation: isolate;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  overflow: visible;
  z-index: 1;
}
.hero__media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(234, 229, 216, 0.12);
  z-index: 2;
}
.hero__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04) brightness(0.76);
}
.watermark--hero-media {
  position: absolute;
  left: 86%;
  top: 50%;
  z-index: 0;
  width: min(125%, 720px);
  height: auto;
  min-height: 0;
  max-width: none;
  opacity: 0.075;
  transform: translate(-50%, -50%);
}
.route-badge {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 32px;
  z-index: 3;
  width: min(74%, 340px);
  max-width: none;
  padding: 18px 26px;
  text-align: center;
  background: rgba(2, 27, 36, 0.82);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}
.route-badge span, .process-grid span {
  display: block;
  color: var(--gold-a);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.route-badge strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.34;
}

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}
.rich-copy {
  display: grid;
  gap: 24px;
}
.accent-line {
  padding-top: 24px;
  border-top: 1px solid rgba(143, 120, 53, 0.32);
  color: var(--navy);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}
.compare-card {
  display: flex;
  height: 100%;
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(174, 129, 99, 0.32);
  background:
    linear-gradient(180deg, rgba(156, 101, 77, 0.18), rgba(2, 27, 36, 0.34)),
    rgba(41, 31, 30, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.compare-card--featured {
  border-color: rgba(194, 172, 127, 0.52);
  background:
    linear-gradient(180deg, rgba(194, 172, 127, 0.12), rgba(18, 49, 68, 0.48)),
    rgba(18, 49, 68, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(234, 229, 216, 0.08);
}
.compare-card:not(.compare-card--featured) .compare-label { color: #c28c73; }
.compare-card h3 {
  margin-top: 12px;
  color: var(--cream);
  font-size: clamp(1.28rem, 1.75vw, 1.62rem);
}
.compare-card ul {
  display: grid;
  gap: 13px;
  margin-top: 26px;
}
.compare-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(234, 229, 216, 0.76);
}
.compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border: 1px solid #b98065;
  background: rgba(185, 128, 101, 0.2);
}
.compare-card--featured li::before {
  border-color: var(--gold-a);
  background: rgba(194, 172, 127, 0.2);
}
.result {
  min-height: 86px;
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
  border-top: 1px solid rgba(194, 172, 127, 0.22);
  color: var(--gold-a);
  font-weight: 700;
}
.compare-card:not(.compare-card--featured) .result {
  color: #d1a08b;
  border-top-color: rgba(185, 128, 101, 0.28);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}
.package-grid article {
  position: relative;
  min-height: 86px;
  padding: 24px 26px 24px 58px;
  color: rgba(9, 36, 45, 0.86);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(143, 120, 53, 0.22);
  box-shadow: 0 18px 46px rgba(2, 27, 36, 0.06);
}
.package-grid article::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 34px;
  width: 8px;
  height: 8px;
  background: var(--gold-c);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(194, 172, 127, 0.13);
}
.package-grid__wide {
  grid-column: 1 / -1;
  color: var(--cream) !important;
  background: linear-gradient(135deg, var(--navy), var(--oxford)) !important;
  font-family: var(--display);
  font-size: 1.28rem;
}

.section-image { isolation: isolate; }
.section-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.23) saturate(0.75);
}
.section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2, 27, 36, 0.96), rgba(2, 27, 36, 0.78));
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.process-grid article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  background: rgba(2, 27, 36, 0.72);
}
.process-grid h3 {
  margin-top: 34px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}
.process-grid p {
  margin-top: 14px;
  color: rgba(234, 229, 216, 0.72);
}

.founder {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}
.watermark--founder {
  width: min(42vw, 620px);
  right: -8vw;
  bottom: -12vw;
  opacity: 0.08;
}
.founder__photo {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(194, 172, 127, 0.18), rgba(234, 229, 216, 0.04));
}
.founder__photo::after {
  content: "";
  position: absolute;
  inset: 28px -18px -18px 28px;
  border: 1px solid rgba(194, 172, 127, 0.24);
  z-index: -1;
}
.founder__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.9) contrast(1.02);
}
.founder__copy {
  display: grid;
  gap: 24px;
  max-width: 830px;
}
.founder__copy p:not(.eyebrow) {
  color: rgba(234, 229, 216, 0.76);
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.testimonial-card {
  display: flex;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 3vw, 38px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64)),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(143, 120, 53, 0.28);
  box-shadow: 0 20px 58px rgba(2, 27, 36, 0.1);
}
.stars {
  color: #b88e45;
  font-size: clamp(1.42rem, 2vw, 1.72rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}
.testimonial-quote {
  flex: 1;
  display: flex;
  align-items: flex-start;
  color: rgba(9, 36, 45, 0.82);
  font-size: 1.02rem;
  line-height: 1.75;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding-top: 18px;
  border-top: 1px solid rgba(143, 120, 53, 0.24);
}
.testimonial-meta > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-a);
  background: var(--oxford);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}
.testimonial-meta strong {
  display: block;
  color: var(--navy);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 500;
}
.testimonial-meta small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.diagnosis {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}
.diagnosis__intro {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
}
.form-wrap {
  padding: clamp(20px, 3vw, 34px);
  background: rgba(234, 229, 216, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}
.qualified-form { display: grid; gap: 18px; }
fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(143, 120, 53, 0.24);
}
.field-wide { grid-column: 1 / -1; }
legend {
  padding: 0 10px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 1.18rem;
}
label {
  display: grid;
  gap: 7px;
  color: #253a40;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-field {
  display: grid;
  gap: 7px;
}
.phone-field > p {
  color: #253a40;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-control {
  display: grid;
  grid-template-columns: minmax(124px, 0.42fr) minmax(0, 1fr);
  gap: 8px;
}
.phone-control select,
.phone-control input[type="tel"] {
  min-height: 46px;
}
.phone-control input[type="hidden"] {
  display: none;
}
.checkbox-field {
  display: grid;
  gap: 10px;
}
.checkbox-field > p {
  color: #253a40;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.checkbox-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.checkbox-options label {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #253a40;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(18, 49, 68, 0.18);
  font-size: 0.72rem;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.checkbox-options label:focus-within {
  border-color: rgba(194, 172, 127, 0.72);
  box-shadow: 0 0 0 3px rgba(194, 172, 127, 0.14);
}
.checkbox-options input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  accent-color: var(--gold-c);
}
.checkbox-options span {
  display: block;
}
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(18, 49, 68, 0.22);
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible {
  outline: 2px solid rgba(194, 172, 127, 0.72);
  outline-offset: 3px;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 20px;
  color: #253a40;
  border: 1px solid rgba(143, 120, 53, 0.24);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.consent input {
  width: auto;
  min-height: auto;
  margin-top: 6px;
}
.form-error {
  min-height: 22px;
  color: #7f2d1f;
  font-weight: 800;
}
.form-success {
  padding: 18px 20px;
  color: var(--cream);
  background: var(--navy);
  border-left: 4px solid var(--gold-a);
}
.form-submit {
  justify-self: start;
  min-width: 220px;
}

.footer {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 24px;
  padding: 68px clamp(20px, 5vw, 86px);
  color: rgba(234, 229, 216, 0.72);
  background: #011318;
  border-top: 1px solid var(--line);
}
.footer__logo { width: min(260px, 70vw); }
.footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 30px;
  max-width: 900px;
  color: var(--gold-a);
}
.footer p {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.18rem;
}
.footer small {
  max-width: 900px;
  color: rgba(234, 229, 216, 0.56);
}
.footer__seal {
  width: clamp(96px, 10vw, 142px);
  height: auto;
  margin: 8px 0 2px;
  opacity: 0.82;
  filter: saturate(0.92) contrast(1.02);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: block; }
  .site-nav, .header-cta { display: none; }
  body.nav-open .site-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: grid;
    justify-items: start;
    gap: 0;
    padding: 22px;
    background: rgba(2, 27, 36, 0.96);
    border-bottom: 1px solid var(--line);
  }
  body.nav-open .site-nav a {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(234, 229, 216, 0.08);
  }
  body.nav-open .header-cta {
    position: fixed;
    z-index: 52;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
  }
  .hero, .intro__grid, .founder, .diagnosis { grid-template-columns: 1fr; }
  .hero__media { min-height: 430px; }
  .diagnosis__intro { position: static; }
  .process-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .dark-section, .light-section { padding: 66px 18px; }
  .site-header { min-height: 74px; padding: 12px 16px; }
  .brand img { width: 156px; }
  body.nav-open .site-nav { inset: 74px 0 auto; }
  h1 { font-size: clamp(2.55rem, 11vw, 3.05rem); line-height: 1.1; }
  h1 span { font-size: clamp(2.05rem, 9vw, 2.45rem); }
  h2 { font-size: clamp(1.95rem, 8vw, 2.3rem); }
  .hero { min-height: auto; padding-top: 38px; padding-bottom: 46px; }
  .compare-grid, .package-grid, .process-grid, .testimonial-grid, fieldset { grid-template-columns: 1fr; }
  .hero__ticker {
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 58px;
    padding-inline: 18px;
    border-bottom-width: 14px;
  }
  .hero__ticker span {
    flex: 0 0 auto;
    min-height: 58px;
    padding-inline: 20px;
    font-size: 0.72rem;
  }
  .package-grid__wide { grid-column: auto; }
  .hero__media { min-height: 330px; }
  .hero__actions .btn, .form-submit { width: 100%; }
  .founder__photo::after { inset: 18px -10px -10px 18px; }
  .route-badge {
    left: 50%;
    right: auto;
    bottom: 16px;
    width: min(84%, 310px);
    padding: 16px 18px;
    transform: translateX(-50%);
  }
  .watermark--hero-media {
    left: 82%;
    width: 135%;
    opacity: 0.05;
  }
  .footer__seal {
    width: 104px;
  }
  .checkbox-options { grid-template-columns: 1fr; }
  .phone-control { grid-template-columns: 1fr; }
  .footer__contact {
    gap: 10px 12px;
  }
  .compare-card, .testimonial-card { min-height: auto; }
  .form-wrap, fieldset { padding: 18px; }
}
