@font-face {
  font-family: "FianzarAvenirHeavy";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "FianzarAvenirLight";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "FianzarFutura";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2")
    format("woff2");
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #10262d;
  --deep: #0f2d32;
  --deep-2: #163d3f;
  --paper: #f7f4ed;
  --white: #ffffff;
  --mist: #e9f2ef;
  --line: #d6dfda;
  --green: #19a873;
  --green-dark: #0d7d58;
  --sky: #a7d4ea;
  --gold: #e6ad3e;
  --clay: #c9674e;
  --muted: #65716f;
  --shadow: 0 22px 60px rgba(13, 45, 50, 0.22);
  --radius: 8px;
  --font-heavy: "FianzarAvenirHeavy", "Avenir Next", Arial, Helvetica, sans-serif;
  --font-body: "FianzarAvenirLight", "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;
  --font-brand-alt: "FianzarFutura", "Avenir Next", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 88px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
select,
input,
textarea {
  border: 0;
}

button {
  cursor: pointer;
}

a,
button,
summary,
input,
select {
  -webkit-tap-highlight-color: rgba(25, 168, 115, 0.2);
}

a,
button,
summary {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(25, 168, 115, 0.34);
  outline-offset: 3px;
}

input,
select {
  font-size: 16px;
}

::placeholder {
  color: rgba(101, 113, 111, 0.68);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: calc(12px + env(safe-area-inset-top)) clamp(18px, 4vw, 56px) 12px;
  color: var(--white);
  background: rgba(15, 45, 50, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 154px;
  height: auto;
}

.language-switcher {
  justify-self: end;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.language-switcher button {
  min-width: 34px;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-heavy);
  font-size: 0.7rem;
  background: transparent;
  border-radius: 999px;
}

.language-switcher button.active {
  color: var(--white);
  background: rgba(25, 168, 115, 0.36);
  box-shadow: inset 0 0 0 1px rgba(25, 168, 115, 0.5);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.6vw, 34px);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-heavy);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.main-nav a,
.text-link {
  position: relative;
  font-family: var(--font-heavy);
  letter-spacing: 0;
}

.main-nav a::after,
.text-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 800;
  border-radius: var(--radius);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.primary-button svg,
.secondary-button svg,
.ghost-button svg,
.trust-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 2.4;
}

.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #062a22;
  font-family: var(--font-heavy);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
  background: var(--white);
  border-radius: 50%;
}

.brand-icon.whatsapp {
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url("assets/whatsapp-logo-clean.svg") center / contain no-repeat;
  border-radius: 50%;
}

.google-maps-logo {
  display: inline-block;
  width: auto;
  height: 26px;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.google-maps-logo-compact {
  height: 18px;
}

.google-maps-logo-inline {
  height: 16px;
  margin-left: 4px;
}

.google-maps-logo-on-dark {
  height: 18px;
}

.rating-brand .google-maps-logo {
  height: 24px;
}

.google-text-link .google-maps-logo-on-dark,
.mini-source .google-maps-logo-inline,
.google-review-link .google-maps-logo-inline {
  height: 18px;
}

.google-text-link .google-maps-logo-on-dark {
  height: 22px;
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 5px;
}

.nav-cta,
.primary-button {
  color: #062a22;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(25, 168, 115, 0.28);
}

.nav-cta {
  justify-self: end;
}

.secondary-button {
  color: var(--deep);
  background: var(--mist);
}

.ghost-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  min-height: auto;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(15, 45, 50, 0.88), rgba(15, 45, 50, 0.48)),
    url("assets/hero-house.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.08);
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 24%, rgba(25, 168, 115, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(15, 45, 50, 0), var(--deep) 92%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: auto;
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: clamp(118px, 12vh, 144px) 0 clamp(44px, 6vh, 72px);
}

.hero-copy {
  width: 100%;
  max-width: 900px;
}

.eyebrow,
.panel-kicker,
.motion-copy span {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: var(--font-heavy);
  font-size: clamp(0.76rem, 0.74vw, 0.84rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark,
.panel-kicker {
  color: var(--gold);
}

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

h1,
h2,
h3,
.nav-cta,
.primary-button,
.secondary-button,
.ghost-button,
.segmented button,
.payment-options button,
.trust-item strong,
#quoteTotal,
.rating-panel strong {
  font-family: var(--font-heavy);
}

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 7.4vw, 7.35rem);
  line-height: 0.9;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5.2vw, 5.2rem);
  line-height: 0.94;
  text-wrap: balance;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.15;
}

.hero-lede {
  max-width: min(640px, 100%);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 1.7vw, 1.3rem);
  overflow-wrap: break-word;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof .proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 3px 12px 3px 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid transparent;
  border-radius: 999px;
}

.proof-rating-pill {
  gap: 8px;
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.proof-people-pill {
  padding: 4px 14px 4px 9px;
  font-weight: 800;
}

.proof-stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(230, 173, 62, 0.35);
}

.proof-rating-number {
  color: var(--white);
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.proof-google-reviews {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.proof-google-reviews .google-maps-logo {
  height: 16px;
  padding: 2px 5px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.proof-pill-link,
.rating-brand {
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.proof-pill-link:hover,
.proof-pill-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(5, 20, 24, 0.18);
}

.proof-rating-pill:hover,
.proof-rating-pill:focus-visible {
  background: transparent;
  box-shadow: none;
}

.hero-proof svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  stroke-width: 2.4;
}

.proof-people-pill svg {
  color: var(--green);
  fill: rgba(36, 192, 131, 0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quote-panel {
  align-self: start;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.calculator-section {
  position: relative;
  z-index: 2;
  scroll-margin-top: 88px;
  padding: clamp(32px, 5vw, 70px) 0 clamp(58px, 8vw, 104px);
  background:
    linear-gradient(180deg, var(--paper) 0%, #eef5ef 100%);
  border-top: 1px solid rgba(214, 223, 218, 0.7);
}

.calculator-section .quote-panel {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  font-family: var(--font-heavy);
}

.quote-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 0;
}

.quote-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.live-pill {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--sky);
  border-radius: 999px;
}

.quote-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 18px 24px 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quote-steps span {
  padding: 10px 8px;
  background: #f4f8f5;
}

.quote-steps .current {
  color: var(--deep);
  background: #dcebe5;
}

.calculator-form {
  display: grid;
  gap: 15px;
  padding: 22px 24px 24px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend,
label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 850;
}

.segmented,
.payment-options {
  display: grid;
  gap: 6px;
  padding: 5px;
  background: #ecf2ef;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.segmented {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

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

.segmented button,
.payment-options button {
  min-height: 42px;
  padding: 8px 10px;
  color: var(--muted);
  font-weight: 850;
  background: transparent;
  border-radius: 6px;
}

.segmented button.active,
.payment-options button.active {
  color: var(--white);
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(16, 38, 45, 0.18);
}

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

.money-input {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.money-input span {
  color: var(--green-dark);
  font-weight: 900;
}

.money-input input {
  width: 100%;
  min-width: 0;
  color: var(--deep);
  font-size: 1.06rem;
  font-weight: 900;
  background: transparent;
  outline: 0;
}

select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--deep);
  font-weight: 800;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

.field-help,
.quote-note {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.payment-options button {
  display: grid;
  gap: 2px;
  min-height: 56px;
}

.payment-options strong {
  display: block;
  color: inherit;
  font-size: 0.74rem;
}

.quote-result {
  display: grid;
  gap: 2px;
  padding: 18px;
  font-family: var(--font-heavy);
  background:
    linear-gradient(135deg, rgba(25, 168, 115, 0.12), rgba(167, 212, 234, 0.18)),
    #f8fbf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quote-result.is-direct {
  background:
    linear-gradient(135deg, rgba(230, 173, 62, 0.2), rgba(25, 168, 115, 0.12)),
    #fbfaf5;
  border-color: rgba(230, 173, 62, 0.52);
}

.result-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

#quoteTotal {
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0;
}

.quote-result.is-direct #quoteTotal {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

#installmentText {
  color: var(--green-dark);
  font-weight: 850;
}

.quote-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  margin-top: 8px;
  padding: 0 10px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--gold);
  border-radius: 999px;
}

.payment-examples {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 38, 45, 0.12);
}

.payment-examples-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.payment-examples-head span {
  color: var(--deep);
  font-size: 0.9rem;
  line-height: 1.1;
}

.payment-examples-head small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.25;
  text-align: right;
}

.payment-examples-head small:empty {
  display: none;
}

.payment-example-list {
  display: grid;
  gap: 7px;
}

.payment-example-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 38, 45, 0.08);
  border-radius: 7px;
}

.payment-example-row > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.payment-example-row > span:last-child {
  text-align: right;
}

.payment-example-row strong {
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 0.92rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.payment-example-row small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.payment-example-row > span:last-child strong,
.contract-exercise strong {
  font-family: var(--font-heavy);
  font-variant-numeric: lining-nums tabular-nums;
}

.payment-examples.is-direct .payment-examples-head {
  display: grid;
  gap: 4px;
}

.payment-examples.is-direct .payment-examples-head small {
  text-align: left;
}

.contract-exercise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  font-family: var(--font-heavy);
  background: #f8fbf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contract-exercise p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--deep);
  font-size: 0.92rem;
  line-height: 1.1;
}

.contract-exercise div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 38, 45, 0.1);
}

.contract-exercise span,
.contract-exercise small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.contract-exercise strong {
  color: var(--deep);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
  letter-spacing: 0;
}

.market-advice {
  display: grid;
  gap: 7px;
  padding: 16px;
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
}

.market-advice strong {
  color: var(--deep);
  font-family: var(--font-heavy);
  line-height: 1.18;
}

.market-advice p,
.market-advice small {
  margin: 0;
  color: var(--muted);
}

.market-advice small {
  font-size: 0.78rem;
}

.market-status {
  width: max-content;
  padding: 4px 8px;
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(25, 168, 115, 0.14);
  border-radius: 999px;
}

.market-advice.is-opportunity {
  border-left-color: var(--green);
}

.market-advice.is-fair {
  border-left-color: var(--sky);
}

.market-advice.is-high {
  border-left-color: var(--gold);
}

.market-advice.is-premium {
  border-left-color: var(--clay);
}

.advanced-options,
.calculation-details {
  overflow: hidden;
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.advanced-options[open],
.calculation-details[open] {
  background: var(--white);
}

.advanced-options summary,
.calculation-details summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  align-items: center;
  padding: 16px 18px;
  color: var(--deep);
  font-family: var(--font-heavy);
  cursor: pointer;
  list-style: none;
}

.advanced-options summary::-webkit-details-marker,
.calculation-details summary::-webkit-details-marker {
  display: none;
}

.advanced-options summary::after,
.calculation-details summary::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  content: "+";
  color: var(--deep);
  background: var(--gold);
  border-radius: 50%;
}

.advanced-options[open] summary::after,
.calculation-details[open] summary::after {
  content: "-";
}

.advanced-options summary small,
.calculation-details summary small {
  grid-column: 1;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.84rem;
}

.advanced-options-body,
.calculation-detail-body {
  display: grid;
  gap: 15px;
  padding: 0 18px 18px;
}

.result-details {
  display: grid;
  gap: 10px;
  margin: 0;
}

.result-details div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.result-details dt {
  color: var(--muted);
  font-size: 0.88rem;
}

.result-details dd {
  max-width: 56%;
  margin: 0;
  color: var(--deep);
  font-weight: 900;
  text-align: right;
}

.calculator-assurance {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  list-style: none;
}

.calculator-assurance li {
  position: relative;
  padding-left: 18px;
}

.calculator-assurance li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.share-panel {
  display: grid;
  gap: 10px;
}

.share-panel > span {
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.share-grid .primary-button,
.share-grid .secondary-button {
  min-height: 42px;
  padding: 0 12px;
  font-size: 0.86rem;
  text-align: center;
}

.email-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(13, 45, 50, 0.32);
}

.email-dialog::backdrop {
  background: rgba(16, 38, 45, 0.54);
  backdrop-filter: blur(5px);
}

.email-dialog-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.email-dialog-form .panel-kicker {
  margin: 0;
}

.email-dialog-form h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.email-dialog-form p:not(.panel-kicker) {
  margin: 0;
  color: var(--muted);
}

.email-dialog-form label {
  gap: 7px;
}

.email-dialog-form input {
  min-height: 44px;
  padding: 0 12px;
  color: var(--deep);
  font-family: var(--font-heavy);
  background: #f8fbf9;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
}

.email-dialog-form input:focus-visible {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(25, 168, 115, 0.14);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  min-height: 34px;
  padding: 0;
  color: var(--muted);
  background: #eef5f1;
  border-radius: 50%;
}

.email-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.email-status.is-success {
  color: var(--green-dark);
}

.email-status.is-error {
  color: var(--clay);
}

.email-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.email-dialog-actions .primary-button,
.email-dialog-actions .secondary-button {
  min-height: 42px;
  padding: 0 12px;
}

.quote-review-strip {
  display: grid;
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: clamp(24px, 4vw, 42px) auto 0;
  overflow: hidden;
}

.quote-review-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.quote-review-head h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.7rem);
}

.quote-review-head .text-link {
  flex: 0 0 auto;
  color: var(--green-dark);
}

.review-marquee {
  position: relative;
  overflow: hidden;
  padding: 3px 0 8px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.review-marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: review-scroll 44s linear infinite;
}

.review-marquee:hover .review-marquee-track {
  animation-play-state: paused;
}

.review-marquee-group {
  display: flex;
  gap: 14px;
}

.ticker-review-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  width: clamp(260px, 29vw, 348px);
  min-height: 210px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(13, 45, 50, 0.12);
}

.ticker-review-card blockquote {
  margin: 0;
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 1rem;
  line-height: 1.25;
}

.ticker-review-card cite {
  display: block;
  color: var(--deep);
  font-style: normal;
  font-weight: 900;
}

.ticker-review-card small {
  color: var(--muted);
  font-size: 0.78rem;
}

.ticker-review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.ticker-review-card footer {
  display: none;
}

@keyframes review-scroll {
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.motion-strip {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(280px, 42vw, 560px);
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.motion-strip video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.motion-strip::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(15, 45, 50, 0.84), rgba(15, 45, 50, 0.12)),
    linear-gradient(0deg, rgba(15, 45, 50, 0.82), rgba(15, 45, 50, 0));
}

.motion-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 86px) 0;
}

.motion-copy span {
  margin-bottom: 0;
}

.motion-copy strong {
  max-width: 720px;
  font-family: var(--font-heavy);
  font-size: clamp(2.4rem, 5.6vw, 6rem);
  line-height: 0.94;
  text-wrap: balance;
}

.trust-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--deep);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-trust-band {
  padding-bottom: 14px;
  background:
    linear-gradient(90deg, var(--green), var(--gold), var(--clay)) left bottom / 100% 14px no-repeat,
    var(--deep);
  box-shadow: 0 -24px 56px rgba(6, 29, 33, 0.18);
}

.hero-trust-band .trust-item:last-child {
  padding-right: clamp(86px, 8vw, 118px);
}

.trust-item {
  display: grid;
  gap: 3px;
  min-height: 118px;
  padding: 28px clamp(18px, 3vw, 42px);
  color: var(--white);
  background: var(--deep-2);
}

.trust-item svg {
  margin-bottom: 12px;
  color: var(--green);
}

.trust-item strong {
  color: var(--gold);
  font-size: clamp(1.5rem, 2.7vw, 2.5rem);
  line-height: 1;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.76);
}

.anchor-target {
  position: relative;
  top: -96px;
  display: block;
  height: 0;
  visibility: hidden;
}

.rental-system-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef8f2 0%, #fff8eb 58%, #edf6f2 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-system-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 14px;
  content: "";
  background: linear-gradient(90deg, var(--green), var(--gold), var(--clay));
}

.rental-system-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 96px) 0;
}

.rental-system-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
  column-gap: clamp(32px, 6vw, 84px);
  row-gap: 14px;
  max-width: none;
  margin-bottom: clamp(22px, 3.5vw, 34px);
  align-items: center;
}

.rental-system-heading .eyebrow {
  grid-column: 1 / -1;
}

.rental-system-heading h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.55rem, 5.6vw, 5.25rem);
  line-height: 0.95;
}

.rental-system-heading p:not(.eyebrow) {
  max-width: 440px;
  margin: 0;
  color: #4f625e;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.38;
}

.system-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.system-proof-strip > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px;
  column-gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 16px 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(25, 168, 115, 0.3), rgba(230, 173, 62, 0.18)),
    var(--deep);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(13, 45, 50, 0.12);
}

.system-proof-icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--deep);
  background: var(--gold);
  border-radius: 999px;
}

.system-proof-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.7;
}

.system-proof-strip strong {
  color: var(--white);
  font-family: var(--font-heavy);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1;
}

.system-proof-strip small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.2;
}

.rental-system-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) repeat(2, minmax(0, 0.95fr));
  gap: 12px;
  align-items: stretch;
}

.system-panel {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: auto;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 249, 0.95));
  border: 1px solid rgba(15, 45, 50, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(13, 45, 50, 0.08);
}

.system-panel-feature {
  grid-row: span 2;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(25, 168, 115, 0.16), rgba(230, 173, 62, 0.08)),
    var(--deep);
  border-color: rgba(255, 255, 255, 0.14);
}

.system-panel-wide {
  grid-column: 2 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 16px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(25, 168, 115, 0.13), rgba(230, 173, 62, 0.2)),
    var(--white);
  border-color: rgba(25, 168, 115, 0.22);
}

.system-panel-wide h3,
.system-panel-wide p {
  grid-column: 2;
}

.system-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--deep);
  background: linear-gradient(135deg, var(--gold), #f2c96a);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(230, 173, 62, 0.16);
}

.system-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

.system-panel h3,
.system-panel p,
.system-panel ul,
.system-steps {
  position: relative;
  z-index: 1;
}

.system-panel h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.12;
}

.system-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.system-panel-feature h3,
.system-panel-feature p,
.system-panel-feature ul {
  color: var(--white);
}

.system-panel ul,
.system-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.system-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 7px 0;
  border-top: 1px solid rgba(16, 38, 45, 0.09);
  line-height: 1.35;
}

.system-panel-feature ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.system-panel-feature li {
  min-height: 48px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.system-panel ul li::before {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.system-panel-feature ul li::before {
  background: var(--gold);
}

.system-panel-note {
  align-self: end;
  margin-top: 8px;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.system-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-top: 7px;
  padding: 7px 10px 7px 7px;
  background: #f4f8f3;
  border: 1px solid rgba(16, 38, 45, 0.08);
  border-radius: 999px;
  color: var(--ink);
}

.system-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: var(--white);
  font-size: 0.82rem;
  background: var(--deep);
  border-radius: 50%;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
}

.section-heading p,
.reviews-intro p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.review-card,
.audience-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-card p,
.audience-grid p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.seo-section {
  padding-top: clamp(62px, 8vw, 96px);
  padding-bottom: clamp(70px, 9vw, 112px);
}

.seo-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  column-gap: clamp(32px, 6vw, 80px);
  row-gap: 14px;
  max-width: none;
}

.seo-heading .eyebrow {
  grid-column: 1 / -1;
}

.seo-heading h2 {
  max-width: 780px;
  margin: 0;
}

.seo-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  line-height: 1.42;
}

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

.seo-grid article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 248, 0.94));
  border: 1px solid rgba(15, 45, 50, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(13, 45, 50, 0.07);
}

.seo-grid article:nth-child(n + 4) {
  background:
    linear-gradient(145deg, rgba(230, 173, 62, 0.14), rgba(25, 168, 115, 0.08)),
    var(--white);
}

.seo-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 0.78rem;
  background: var(--gold);
  border-radius: 999px;
}

.seo-grid h3 {
  margin: 0;
  font-size: clamp(1.06rem, 1.4vw, 1.28rem);
  line-height: 1.12;
}

.seo-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.seo-note {
  max-width: 920px;
  margin: 16px 0 0;
  padding: 18px 20px;
  color: #405651;
  background: #edf7f2;
  border: 1px solid rgba(25, 168, 115, 0.2);
  border-radius: var(--radius);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.reviews-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.42fr);
  gap: clamp(24px, 4vw, 56px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
  color: var(--white);
}

.reviews-section::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(15, 45, 50, 0.92), rgba(15, 45, 50, 0.72)),
    url("assets/requirements-hero.png") center / cover no-repeat;
}

.reviews-intro {
  max-width: 740px;
  align-self: center;
}

.google-kicker,
.google-text-link,
.google-source,
.google-review-link,
.rating-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.reviews-intro p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.reviews-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(2.9rem, 6.2vw, 5.6rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 900;
}

.rating-panel {
  align-self: start;
  padding: 28px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
}

.rating-brand {
  margin-bottom: 18px;
}

.rating-brand:hover,
.rating-brand:focus-visible {
  transform: translateY(-1px);
}

.rating-panel strong {
  display: block;
  font-size: 4.5rem;
  line-height: 0.9;
}

.rating-score > span {
  display: block;
  margin: 10px 0;
  color: var(--gold);
  font-size: 1.2rem;
}

.rating-panel p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.rating-score {
  margin-bottom: 20px;
}

.rating-bars {
  display: grid;
  gap: 8px;
  margin: 0;
}

.rating-row {
  display: grid;
  grid-template-columns: 82px 1fr 28px;
  gap: 16px;
  align-items: center;
  padding-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  border-top: 1px solid var(--line);
}

.rating-row i {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  background: #dcebe5;
  border-radius: 999px;
}

.rating-row i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  content: "";
  background: var(--green);
  border-radius: inherit;
}

.rating-row strong {
  display: block;
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.mini-source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.review-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 12px;
  min-height: 260px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.review-card-header {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  font-family: var(--font-heavy);
  font-weight: 900;
  background: var(--deep);
  border-radius: 50%;
}

.review-card cite {
  display: block;
  color: var(--deep);
  font-style: normal;
  font-weight: 900;
}

.review-card small {
  color: var(--muted);
  font-size: 0.82rem;
}

.review-stars {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.review-card blockquote {
  margin: 0;
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.28;
}

.review-card p {
  font-size: 0.94rem;
}

.review-card footer {
  align-self: end;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.review-card a {
  color: #5f6368;
  font-size: 0.9rem;
  font-weight: 900;
}

.decision-section {
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: clamp(36px, 5vw, 58px);
}

.decision-section > .section-heading {
  margin-bottom: 28px;
}

.audience-switcher {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.audience-tabs {
  display: grid;
  gap: 8px;
  padding: 8px;
  background: #e8efe8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.audience-tabs button {
  min-height: 48px;
  padding: 0 14px;
  color: var(--muted);
  font-weight: 900;
  text-align: left;
  background: transparent;
  border-radius: 6px;
}

.audience-tabs button.active {
  color: var(--white);
  background: var(--deep);
}

.audience-panel {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.72fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 264px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 245, 0.98)),
    linear-gradient(90deg, rgba(167, 212, 234, 0.28), transparent);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.audience-panel h3 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.audience-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 10px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--gold);
  border-radius: 999px;
}

.audience-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
}

.audience-panel li {
  position: relative;
  padding-left: 18px;
}

.audience-panel li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.audience-panel .primary-button {
  white-space: nowrap;
}

.audience-grid article {
  min-height: 238px;
  padding: 26px;
}

.audience-grid a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green-dark);
  font-weight: 900;
}

.faq-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 62px);
}

.faq-block .section-heading {
  max-width: 440px;
  margin-bottom: 0;
}

.faq-block h2 {
  font-size: clamp(2.15rem, 4vw, 4.6rem);
  line-height: 0.96;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  padding: 20px 22px;
  color: var(--deep);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  padding: 0 22px 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(32px, 4vw, 56px);
  padding: clamp(36px, 6vw, 58px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 45, 50, 0.96), rgba(22, 61, 63, 0.92)),
    url("assets/requirements-hero.png") center / cover no-repeat;
  border-radius: var(--radius);
}

.contact-section h2 {
  margin-bottom: 16px;
}

.contact-copy {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.38;
}

.contact-actions {
  display: grid;
  gap: 10px;
  min-width: 250px;
}

.contact-email-button {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.9);
}

.office-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.office-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.office-card svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--gold);
  stroke-width: 2.4;
}

.office-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--font-heavy);
}

.office-card span {
  color: rgba(255, 255, 255, 0.76);
}

.office-map {
  grid-column: 1 / -1;
  display: grid;
  margin-top: 6px;
}

.office-map-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  color: var(--deep);
  background:
    linear-gradient(135deg, rgba(232, 241, 235, 0.96), rgba(218, 236, 242, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(6, 42, 34, 0.06);
  isolation: isolate;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.office-map-preview:hover,
.office-map-preview:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(6, 42, 34, 0.08);
}

.map-preview-grid,
.map-route,
.map-coast,
.map-pin,
.map-preview-footer {
  position: absolute;
}

.map-preview-grid {
  inset: -18px;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(255, 255, 255, 0.78) 19% 21%, transparent 21% 47%, rgba(255, 255, 255, 0.68) 47% 49%, transparent 49% 76%, rgba(255, 255, 255, 0.72) 76% 78%, transparent 78%),
    linear-gradient(0deg, transparent 0 16%, rgba(255, 255, 255, 0.75) 16% 18%, transparent 18% 43%, rgba(255, 255, 255, 0.62) 43% 45%, transparent 45% 68%, rgba(255, 255, 255, 0.72) 68% 70%, transparent 70%),
    linear-gradient(125deg, transparent 0 47%, rgba(255, 255, 255, 0.82) 47% 50%, transparent 50%),
    linear-gradient(35deg, transparent 0 42%, rgba(255, 255, 255, 0.62) 42% 45%, transparent 45%);
  opacity: 0.94;
}

.map-route {
  height: 12px;
  background: rgba(251, 188, 4, 0.86);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(128, 91, 5, 0.18);
}

.map-route-main {
  left: 14%;
  top: 48%;
  width: 68%;
  transform: rotate(-4deg);
}

.map-route-side {
  left: 47%;
  top: 18%;
  width: 46%;
  transform: rotate(62deg);
  background: rgba(66, 133, 244, 0.78);
}

.map-coast {
  top: -20%;
  right: -9%;
  width: 38%;
  height: 140%;
  background:
    radial-gradient(circle at 18% 36%, rgba(255, 255, 255, 0.7) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(122, 204, 224, 0.9), rgba(94, 184, 211, 0.9));
  border-left: 6px solid rgba(255, 255, 255, 0.78);
  border-radius: 48% 0 0 48%;
}

.map-pin {
  top: 42%;
  left: 52%;
  width: 24px;
  height: 24px;
  background: #ea4335;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 8px 18px rgba(106, 30, 22, 0.26);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 7px;
  height: 7px;
  content: "";
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.office-map-preview-mdp .map-pin {
  left: 50%;
}

.map-preview-footer {
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 20px);
  min-height: 34px;
  padding: 6px 10px;
  color: var(--deep);
  font-family: var(--font-heavy);
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(6, 42, 34, 0.08);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(8, 44, 45, 0.16);
}

.map-preview-footer .google-maps-logo-inline {
  flex: 0 0 auto;
  height: 18px;
  margin-left: 0;
}

.map-preview-footer span {
  overflow: hidden;
  color: var(--deep);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-tools {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 25;
  display: grid;
  gap: 7px;
  padding: 7px;
  background: rgba(15, 45, 50, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(13, 45, 50, 0.28);
  backdrop-filter: blur(18px);
}

.floating-tools a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  width: 46px;
  min-height: 46px;
  padding: 7px;
  color: var(--white);
  font-family: var(--font-heavy);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  transition:
    width 180ms ease,
    gap 180ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.floating-tools a > span:not(.brand-icon) {
  display: none;
}

.floating-tools a:hover,
.floating-tools a:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.floating-tools svg {
  justify-self: center;
  width: 18px;
  height: 18px;
  color: var(--gold);
  stroke-width: 2.4;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.12fr) minmax(260px, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 44px clamp(18px, 4vw, 56px) 48px;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(16, 58, 61, 0.94), rgba(10, 42, 46, 1)),
    var(--deep);
  border-top: 1px solid rgba(230, 173, 62, 0.16);
}

.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(230, 173, 62, 0.5), transparent);
}

.footer-brand,
.footer-column {
  display: grid;
  gap: 13px;
  align-content: start;
}

.site-footer img {
  width: 130px;
  height: auto;
  margin: 0 0 8px;
}

.site-footer .footer-logo {
  width: min(170px, 58vw);
  height: auto;
}

.site-footer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-family: var(--font-heavy);
  font-size: 1rem;
}

.footer-brand p {
  max-width: 320px;
  margin: 0;
  line-height: 1.48;
}

.site-footer address {
  font-style: normal;
}

.footer-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.74);
}

.footer-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.footer-line-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.35;
}

.site-footer a.footer-line:hover {
  color: var(--gold);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 110px;
    padding-bottom: 78px;
  }

  .calculator-section .quote-panel {
    max-width: 720px;
  }

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

  .rental-system-heading,
  .seo-heading,
  .reviews-section,
  .faq-block,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .review-grid,
  .rental-system-grid,
  .seo-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .system-panel-wide {
    grid-column: 1 / -1;
  }

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

  .audience-switcher,
  .audience-panel {
    grid-template-columns: 1fr;
  }

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

  .audience-tabs button {
    text-align: center;
  }

  .contact-actions {
    min-width: 0;
  }

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

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding:
      calc(10px + env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      10px
      max(14px, env(safe-area-inset-left));
  }

  .language-switcher {
    justify-self: center;
  }

  .language-switcher button {
    min-width: 30px;
    min-height: 26px;
  }

  .brand img {
    width: 116px;
  }

  .nav-cta {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .nav-cta span:not(.brand-icon) {
    display: none;
  }

  .nav-cta::after {
    content: "";
  }

  .hero-inner {
    width: min(calc(100vw - 24px), 1180px);
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 44px;
  }

  .hero-media video {
    display: none;
  }

  .hero-lede {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-proof .proof-pill {
    max-width: 100%;
    min-height: 40px;
  }

  .proof-people-pill span {
    overflow-wrap: anywhere;
  }

  .rental-system-inner {
    width: min(100% - 24px, 1180px);
    padding: 52px 0;
  }

  h1 {
    font-size: clamp(2.35rem, 13.5vw, 3.9rem);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(2rem, 10.8vw, 3.15rem);
  }

  .quote-heading,
  .calculator-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .calculator-section .quote-panel {
    width: min(100% - 24px, 720px);
  }

  .quote-heading {
    display: grid;
  }

  .quote-review-head {
    display: grid;
    align-items: start;
  }

  .quote-review-head h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.35rem);
  }

  .rental-system-heading {
    gap: 10px;
    margin-bottom: 24px;
  }

  .seo-heading {
    gap: 10px;
    margin-bottom: 24px;
  }

  .system-panel-feature,
  .system-panel-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .system-panel-wide {
    grid-template-columns: 1fr;
  }

  .system-panel-wide h3,
  .system-panel-wide p {
    grid-column: auto;
  }

  .ticker-review-card {
    width: min(82vw, 320px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-cta,
  .primary-button,
  .secondary-button,
  .ghost-button {
    min-height: 48px;
  }

  .hero-trust-band .trust-item:last-child {
    padding-right: 14px;
  }

  .share-grid,
  .audience-tabs {
    grid-template-columns: 1fr;
  }

  .live-pill {
    width: max-content;
  }

  .form-grid,
  .payment-options,
  .contract-exercise,
  .rental-system-grid,
  .system-proof-strip,
  .seo-grid,
  .review-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

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

  .trust-item {
    min-height: 96px;
    padding: 18px 14px;
  }

  .trust-item svg {
    margin-bottom: 7px;
  }

  .trust-item strong {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .trust-item span {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .segmented {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }

  .segmented button,
  .payment-options button {
    min-height: 48px;
  }

  .quote-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 0.74rem;
  }

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

  .payment-examples-head,
  .payment-example-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .payment-examples-head,
  .payment-example-row > span:last-child {
    text-align: left;
  }

  .system-panel {
    min-height: 154px;
  }

  .result-details div,
  .share-grid,
  .email-dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .result-details dd {
    max-width: 100%;
    text-align: left;
  }

  .rating-row {
    grid-template-columns: 74px 1fr 26px;
    gap: 8px;
  }

  .audience-panel {
    min-height: auto;
  }

  .audience-panel .primary-button {
    width: 100%;
    white-space: normal;
  }

  .section,
  .reviews-section {
    width: min(100% - 24px, 1180px);
  }

  .reviews-section::before {
    height: 100%;
  }

  .contact-section {
    width: min(100% - 24px, 1180px);
    padding: 28px 18px;
  }

  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 104px;
  }

  .floating-tools {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    border-radius: 16px 16px 0 0;
  }

  .floating-tools a {
    grid-template-columns: 1fr;
    justify-items: center;
    width: auto;
    min-width: 0;
    padding: 8px 6px;
    font-size: 0.72rem;
    text-align: center;
  }

  .floating-tools a > span:not(.brand-icon) {
    display: block;
    width: auto;
    max-width: none;
    opacity: 1;
  }

  .floating-tools a:hover,
  .floating-tools a:focus-visible {
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 108px;
  }

  .language-switcher button {
    min-width: 28px;
  }

  .proof-stars {
    font-size: 0.96rem;
    letter-spacing: 0;
  }

  .proof-google-reviews {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-marquee-track {
    animation: none;
  }
}
