:root {
  --navy: #082b49;
  --navy2: #04182b;
  --teal: #18bbb4;
  --lime: #b8ed1b;
  --mist: #f2f7f7;
  --text: #0b3154;
  --muted: #687e8d;
  --line: #d7e4e8;
}

/* Preventa premium 2026-08-09 */
.hero-guarantees{display:flex;flex-wrap:wrap;gap:8px 18px;margin:16px 0 10px;padding:0;list-style:none;color:#d9eef2;font-size:13px;font-weight:700}.hero-guarantees li::first-letter{color:#18bbb4}.hero aside{display:flex;flex-direction:column;justify-content:center}.hero aside>.eyebrow{margin-bottom:12px;color:#50ddd5}.hero aside>strong{max-width:420px;font:800 clamp(28px,3.2vw,46px)/1.08 Sora,Arial,sans-serif}.benefits>div{grid-template-columns:repeat(3,1fr)}.benefits article{min-height:180px;padding:28px;border:1px solid #d8e8eb;border-radius:20px;background:#fff;box-shadow:0 16px 42px #0b31540d}.benefits article i,.priority-benefits i{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;color:#087b78;background:#dff8f5;font-style:normal;font-weight:900}.benefits article b{font:700 18px/1.25 Sora,Arial,sans-serif}.space-grid article{position:relative;display:flex;flex-direction:column}.space-grid .dimensions{margin:0 0 10px;color:#708494}.ideal-label{margin:8px 0;color:#0b3154;font-size:13px}.fits-list{display:grid;gap:7px;min-height:118px;margin:0 0 18px;padding:0;list-style:none;color:#5e7484}.fits-list li{position:relative;padding-left:22px}.fits-list li:before{content:"✓";position:absolute;left:0;color:#11aaa3;font-weight:900}.popular-badge{position:absolute;z-index:2;top:18px;left:18px;padding:7px 10px;border-radius:999px;color:#082b49;background:#b8ed1b;font-size:10px;font-weight:950;letter-spacing:.05em}.priority-benefits{width:min(1180px,calc(100% - 40px));margin:70px auto;padding:48px;border-radius:30px;color:#fff;background:radial-gradient(circle at 90% 0,#176c8f,#082b49 58%,#061c32)}.priority-benefits>h2{max-width:720px;margin:8px 0 12px;font:800 clamp(30px,4vw,48px)/1.08 Sora,Arial,sans-serif}.priority-benefits>p{max-width:720px;color:#d2e5eb}.priority-benefits>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.priority-benefits article{padding:22px;border:1px solid #ffffff24;border-radius:18px;background:#ffffff0b}.priority-benefits h3{margin:14px 0 8px;font:700 17px/1.3 Sora,Arial,sans-serif}.priority-benefits article p{margin:0;color:#c8dce4}.local-content>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.local-content article{padding:24px;border:1px solid #d9e7ea;border-radius:18px;background:#fff}.local-content article h3{margin:0 0 10px;color:#0b3154;font:700 18px/1.3 Sora,Arial,sans-serif}.local-content article p{margin:0}.lead-progress{display:flex;align-items:center;gap:12px;margin:8px 0 18px}.lead-progress:before{content:"";flex:1;height:6px;border-radius:99px;background:linear-gradient(90deg,#18bbb4 50%,#dbe7e9 50%)}.lead-progress.step-two:before{background:#18bbb4}.lead-progress span{font-size:12px;font-weight:900;color:#587181}.lead-step{display:grid;gap:14px}.lead-step[hidden]{display:none!important}.lead-selected,.helper-choice-summary{margin:0;padding:13px 15px;border-radius:12px;color:#087b78;background:#e2f8f6;font-weight:800}.lead-change{justify-self:start;min-height:44px;padding:0;border:0;color:#087f7a;background:transparent;font-weight:800}.lead-reassurance{display:block;text-align:center;color:#667d8d}.lead-modal form label small{font-weight:500;color:#718694}.lead-success{padding:10px 0;text-align:center}.lead-success h2{font:800 34px/1.15 Sora,Arial,sans-serif}.lead-success .button{width:100%}.hero .transparency{display:block;max-width:680px;margin-top:14px}.button,[data-select-space],.sticky-cta button{min-height:48px}.lead-modal section{max-height:min(760px,calc(100dvh - 30px));overflow:auto}.lead-modal form select,.lead-modal form input{min-height:48px}
@media(max-width:800px){.hero-guarantees{display:grid;gap:7px}.benefits>div,.priority-benefits>div,.local-content>div{grid-template-columns:1fr}.priority-benefits{width:calc(100% - 24px);margin:42px auto;padding:28px 20px}.fits-list{min-height:0}.lead-modal{padding:10px}.lead-modal section{width:100%;max-height:calc(100dvh - 20px);padding:24px 18px}.hero aside>strong{font-size:30px}}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font:
    16px/1.55 "DM Sans",
    sans-serif;
  overflow-x: hidden;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
h1,
h2,
h3 {
  font-family: Sora, sans-serif;
  line-height: 1.08;
}
img {
  max-width: 100%;
}
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px max(5vw, 20px);
  color: #d8e9ef;
  background: var(--navy);
}
.site-header img {
  display: block;
  width: 155px;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}
.site-header nav a {
  text-decoration: none;
}
.breadcrumbs {
  display: flex;
  gap: 8px;
  max-width: 1240px;
  margin: auto;
  padding: 14px 24px;
  color: #708694;
  font-size: 12px;
}
.breadcrumbs a {
  color: #0b9e98;
}
.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 650px;
  padding: clamp(38px, 7vw, 95px) max(6vw, 25px);
  color: #fff;
  background: radial-gradient(circle at 82% 20%, #176c8f, #0b3154 52%, #04182b);
}
.hero > div {
  align-self: center;
  max-width: 760px;
}
.eyebrow {
  color: #27cbc3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.hero h1 {
  max-width: 760px;
  margin: 15px 0;
  font-size: clamp(43px, 6vw, 78px);
  letter-spacing: -0.045em;
}
.hero > div > p {
  max-width: 670px;
  color: #d7e7ed;
  font-size: clamp(17px, 2vw, 22px);
}
.hero-price {
  display: flex;
  align-items: end;
  gap: 14px;
  margin: 22px 0;
}
.hero-price small {
  max-width: 100px;
  color: #a9c3ce;
}
.hero-price strong {
  font: 800 43px Sora;
}
.hero-price i,
.spaces strong i {
  font: 700 13px "DM Sans";
  font-style: normal;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button {
  display: inline-grid;
  min-height: 52px;
  place-items: center;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 900;
}
.button.primary {
  color: #062d46;
  background: var(--teal);
}
.button.secondary {
  color: #fff;
  background: #ffffff12;
  border: 1px solid #ffffff35;
}
.transparency {
  display: block;
  margin-top: 14px;
  color: #abc2cc;
}
.hero aside {
  align-self: center;
  padding: 30px;
  border: 1px solid #ffffff24;
  border-radius: 25px;
  background: #ffffff0d;
  backdrop-filter: blur(8px);
}
.hero aside span,
.hero aside strong {
  display: block;
  font: 800 clamp(28px, 4vw, 48px) Sora;
}
.hero aside strong {
  color: var(--lime);
}
.hero aside p {
  color: #c5dbe4;
}
.hero aside.hero-interior { padding: 10px; overflow: hidden; background: #061c32; }
.hero-interior img { display: block; width: 100%; max-height: 430px; object-fit: cover; border-radius: 17px; cursor: zoom-in; }
.hero-interior small { display: block; padding: 10px 8px 4px; color: #cbe0e8; font-weight: 700; text-align: center; }
.benefits,
.spaces,
.local-content,
.faq {
  padding: 75px max(5vw, 20px);
}
section > header {
  text-align: center;
}
section > header h2 {
  margin: 8px auto;
  font-size: clamp(30px, 4vw, 46px);
}
.benefits {
  background: var(--mist);
}
.benefits > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1180px;
  margin: 30px auto 0;
}
.benefits article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.benefits i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: var(--navy);
  background: var(--lime);
  font-style: normal;
  font-weight: 900;
}
.benefits b {
  display: block;
  margin: 13px 0 4px;
}
.benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.spaces > header p {
  max-width: 700px;
  margin: 10px auto;
  color: var(--muted);
}
.space-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1320px;
  margin: 32px auto 0;
}
.space-grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px #0b31540a;
}
.image-wrap {
  display: grid;
  height: 190px;
  place-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.image-wrap img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.image-wrap img.loaded {
  display: block;
}
.space-grid small {
  min-height: 36px;
  color: #10a19b;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.space-grid h3 {
  min-height: 48px;
  margin: 5px 0;
  font-size: 19px;
}
.space-grid p {
  min-height: 64px;
  margin: 3px 0;
  color: var(--muted);
  font-size: 12px;
}
.space-grid strong {
  margin: 10px 0 13px;
  font: 800 27px Sora;
}
.space-grid button {
  margin-top: auto;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}
.size-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 20px max(5vw, 20px);
  padding: 35px clamp(25px, 5vw, 60px);
  border-radius: 25px;
  color: #fff;
  background: var(--navy);
}
.size-guide div {
  max-width: 820px;
}
.size-guide h2 {
  margin: 7px 0;
  font-size: clamp(29px, 4vw, 44px);
}
.size-guide p {
  color: #c7dbe4;
}
.local-content {
  max-width: 1180px;
  margin: auto;
}
.local-content h2 {
  max-width: 900px;
  font-size: clamp(30px, 4vw, 47px);
}
.local-content > div {
  columns: 2;
  column-gap: 48px;
  color: #435f70;
}
.local-content p {
  margin-top: 0;
  break-inside: avoid;
}
.entrance {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto 60px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px #0b315416;
}
.entrance img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  cursor: zoom-in;
}
.faq {
  background: var(--mist);
}
.faq > div {
  max-width: 850px;
  margin: 28px auto;
}
.faq details {
  margin: 8px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.faq summary {
  padding: 16px;
  font-weight: 800;
  cursor: pointer;
}
.faq details p {
  margin: 0;
  padding: 0 16px 17px;
  color: var(--muted);
}
.final-cta {
  padding: 75px 20px;
  color: #fff;
  background: linear-gradient(135deg, #0b3154, #0c5a74);
  text-align: center;
}
.final-cta h2 {
  margin: 8px;
  font-size: clamp(34px, 5vw, 55px);
}
.final-cta p {
  color: #d3e4ea;
}
.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px;
  color: #aac2cc;
  background: var(--navy2);
  font-size: 12px;
}
.site-footer img {
  width: 150px;
  height: auto;
}
.site-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.site-footer a {
  color: #d4e6ec;
}
.sticky-cta {
  display: none;
}
.lead-modal,
.image-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  place-items: center;
  padding: 18px;
  background: #031426dc;
  backdrop-filter: blur(8px);
}
.lead-modal:not([hidden]),
.image-modal:not([hidden]) {
  display: grid;
}
.lead-modal > section {
  position: relative;
  width: min(520px, 100%);
  max-height: 92vh;
  padding: 28px;
  overflow: auto;
  border-radius: 22px;
  background: #fff;
}
.modal-close,
.image-modal button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 25px;
}
.lead-modal h2 {
  margin: 7px 0;
  font-size: 31px;
}
.lead-modal > section > p {
  color: var(--muted);
}
.lead-modal form {
  display: grid;
  gap: 11px;
}
.lead-modal label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 800;
}
.lead-modal input,
.lead-modal select {
  width: 100%;
  min-height: 48px;
  padding: 11px;
  border: 1px solid #c9d9df;
  border-radius: 9px;
  color: var(--text);
  background: #fff;
  font-size: 16px;
}
.lead-modal input[readonly] {
  background: #edf5f5;
}
.lead-modal .check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 500;
}
.lead-modal .check input {
  width: 19px;
  min-height: 19px;
}
.honeypot {
  position: absolute !important;
  left: -9999px;
}
.form-status {
  min-height: 22px;
  margin: 0;
  color: #b42318;
  text-align: center;
}
.lead-success {
  text-align: center;
}
.lead-success strong {
  display: block;
  margin: 15px;
  padding: 14px;
  border-radius: 12px;
  color: var(--navy);
  background: var(--lime);
  font: 800 22px Sora;
}
.image-modal section {
  position: relative;
  display: grid;
  width: min(1200px, 100%);
  height: 90vh;
  place-items: center;
}
.image-modal img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
  background: #fff;
}
.helper-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #031426dc;
  backdrop-filter: blur(8px);
}
.helper-modal[hidden] { display: none; }
.helper-modal > section {
  position: relative;
  width: min(920px, 100%);
  max-height: 94vh;
  padding: clamp(24px, 4vw, 46px);
  overflow: auto;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 80px #00162966;
}
.helper-modal header { max-width: 650px; margin: 0 auto 25px; text-align: center; }
.helper-modal header h2 { margin: 8px 0; font-size: clamp(30px, 4vw, 45px); }
.helper-modal header p { margin: 0 0 16px; color: var(--muted); }
.helper-progress { height: 7px; overflow: hidden; border-radius: 10px; background: #dce9eb; }
.helper-progress i { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--teal); transition: width .25s ease; }
.helper-modal header small { display: block; margin-top: 7px; color: var(--muted); font-weight: 800; }
.helper-step h3 { margin: 0 0 18px; text-align: center; font-size: clamp(23px, 3vw, 32px); }
.helper-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.helper-option { display: flex; min-height: 118px; align-items: center; gap: 13px; padding: 17px; border: 2px solid var(--line); border-radius: 15px; color: var(--text); background: #fff; text-align: left; font-weight: 800; }
.helper-option:hover,.helper-option.selected { border-color: var(--teal); background: #e9faf8; box-shadow: 0 8px 25px #0b8f8914; }
.helper-option i { display: grid; flex: 0 0 45px; height: 45px; place-items: center; border-radius: 12px; background: #dff7f5; font-style: normal; font-size: 24px; }
.helper-option small { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; }
.helper-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 22px; }
.helper-actions .button { min-width: 170px; }
.helper-back { border: 0; color: var(--text); background: transparent; font-weight: 800; }
.helper-result { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; }
.helper-result-image { display: grid; min-height: 320px; place-items: center; border-radius: 19px; background: #f4f9f9; }
.helper-result-image img { width: 100%; max-height: 360px; object-fit: contain; }
.helper-result h3 { margin: 7px 0; font-size: clamp(30px, 4vw, 45px); }
.helper-result .dimensions { color: var(--teal); font-weight: 800; }
.helper-result .result-price { display: block; margin: 15px 0; font: 800 36px Sora; }
.helper-result .result-price i { font: 700 13px 'DM Sans'; font-style: normal; }
.helper-result p { color: var(--muted); }
.helper-alternative { display: inline-block; margin-top: 14px; color: #0b8f89; font-weight: 800; }
.helper-choice-summary { padding: 12px 14px; border-radius: 11px; background: #e9faf8; color: var(--text); font-weight: 800; }
.lead-modal [hidden] { display: none !important; }
.focus-visible,
:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
@media (max-width: 1050px) {
  .space-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .site-header {
    justify-content: center;
  }
  .site-header nav,
  .breadcrumbs {
    display: none;
  }
  .site-header img {
    width: 138px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: calc(100dvh - 96px);
    padding: 28px 18px 35px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero > div > p {
    font-size: 16px;
  }
  .hero aside {
    display: none;
  }
  .hero aside.hero-interior { display: block; margin-top: 14px; }
  .hero-interior img { max-height: 260px; }
  .hero-actions {
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .benefits,
  .spaces,
  .local-content,
  .faq {
    padding: 52px 14px;
  }
  .benefits > div,
  .space-grid {
    grid-template-columns: 1fr;
  }
  .space-grid {
    gap: 14px;
  }
  .space-grid article {
    padding: 18px;
  }
  .image-wrap {
    height: auto;
    min-height: 260px;
  }
  .space-grid h3,
  .space-grid p,
  .space-grid small {
    min-height: 0;
  }
  .size-guide {
    align-items: stretch;
    flex-direction: column;
    margin: 12px;
    padding: 25px 20px;
  }
  .local-content > div {
    columns: 1;
  }
  .sticky-cta {
    position: fixed;
    z-index: 1000;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: block;
  }
  .sticky-cta button {
    width: 100%;
    min-height: 50px;
    border: 1px solid #ffffff73;
    border-radius: 12px;
    color: #062d46;
    background: var(--teal);
    box-shadow: 0 10px 30px #00142673;
    font-weight: 900;
  }
  .site-footer {
    padding-bottom: 90px;
  }
  .lead-modal {
    align-items: end;
    padding: 0;
  }
  .lead-modal > section {
    width: 100%;
    max-height: 92dvh;
    border-radius: 22px 22px 0 0;
    padding: 25px 18px max(22px, env(safe-area-inset-bottom));
  }
  .image-modal {
    padding: 10px;
  }
  .helper-modal { align-items: end; padding: 0; }
  .helper-modal > section { width: 100%; max-height: 100dvh; min-height: 100dvh; padding: 28px 16px max(22px, env(safe-area-inset-bottom)); border-radius: 0; }
  .helper-modal header { margin-bottom: 18px; padding-right: 35px; }
  .helper-options { grid-template-columns: 1fr 1fr; gap: 8px; }
  .helper-option { min-height: 104px; padding: 12px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .helper-option i { width: 38px; flex-basis: 38px; height: 38px; font-size: 20px; }
  .helper-actions { position: sticky; bottom: 0; padding-top: 12px; background: linear-gradient(transparent, #fff 25%); }
  .helper-actions .button { flex: 1; min-width: 0; }
  .helper-result { grid-template-columns: 1fr; gap: 14px; }
  .helper-result-image { min-height: 210px; }
  .helper-result-image img { max-height: 230px; }
}

/* Final component overrides */
.hero-guarantees{display:flex;flex-wrap:wrap;gap:8px 18px;margin:16px 0 10px;padding:0;list-style:none;color:#d9eef2;font-size:13px;font-weight:700}.hero aside{display:flex;flex-direction:column;justify-content:center}.hero aside>.eyebrow{margin-bottom:12px;color:#50ddd5;font-size:11px}.hero aside>strong{max-width:420px;font:800 clamp(28px,3.2vw,46px)/1.08 Sora,Arial,sans-serif}.benefits>div{grid-template-columns:repeat(3,1fr)}.benefits article{min-height:180px}.space-grid article{display:flex;flex-direction:column}.fits-list{display:grid;gap:7px;min-height:118px;margin:0 0 18px;padding:0;list-style:none;color:#5e7484}.fits-list li{position:relative;padding-left:22px}.fits-list li:before{content:"✓";position:absolute;left:0;color:#11aaa3;font-weight:900}.ideal-label{margin:8px 0;color:#0b3154;font-size:13px}.popular-badge{position:absolute;z-index:2;top:18px;left:18px;padding:7px 10px;border-radius:999px;color:#082b49;background:#b8ed1b;font-size:10px;font-weight:950}.local-content>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.local-content article{padding:24px;border:1px solid #d9e7ea;border-radius:18px;background:#fff}.local-content article h3{margin-top:0}.priority-benefits{width:min(1180px,calc(100% - 40px));margin:70px auto;padding:48px;border-radius:30px;color:#fff;background:radial-gradient(circle at 90% 0,#176c8f,#082b49 58%,#061c32)}.priority-benefits>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.priority-benefits article{padding:22px;border:1px solid #ffffff24;border-radius:18px;background:#ffffff0b}.lead-step{display:grid;gap:14px}.lead-step[hidden]{display:none!important}.lead-modal>section{max-height:calc(100dvh - 30px);overflow:auto}.lead-progress{display:flex;align-items:center;gap:12px}.lead-progress:before{content:"";flex:1;height:6px;border-radius:99px;background:linear-gradient(90deg,#18bbb4 50%,#dbe7e9 50%)}.lead-progress.step-two:before{background:#18bbb4}.lead-selected,.helper-choice-summary{margin:0;padding:13px 15px;border-radius:12px;color:#087b78;background:#e2f8f6;font-weight:800}.lead-change{justify-self:start;min-height:44px;padding:0;border:0;color:#087f7a;background:transparent;font-weight:800}.lead-reassurance{text-align:center;color:#667d8d}
@media(max-width:800px){.hero-guarantees{display:grid;gap:7px}.benefits>div,.priority-benefits>div,.local-content>div{grid-template-columns:1fr}.priority-benefits{width:calc(100% - 24px);margin:42px auto;padding:28px 20px}.fits-list{min-height:0}.lead-modal>section{max-height:100dvh}.hero aside>strong{font-size:30px}}
.hero button:focus-visible,.spaces button:focus-visible,.size-guide button:focus-visible,.priority-benefits button:focus-visible,.final-cta button:focus-visible,.faq summary:focus-visible,.lead-modal :focus-visible,.helper-modal :focus-visible{outline:3px solid #b8ed1b;outline-offset:3px}.faq summary,.helper-option,.lead-modal button,.lead-modal select,.lead-modal input{min-height:44px}
.launch-offer-card{max-width:680px;margin:18px 0;padding:20px 22px;border:1px solid #b8ed1b66;border-radius:18px;background:linear-gradient(135deg,#ffffff15,#b8ed1b10);box-shadow:0 18px 45px #00142626}.launch-offer-card h2{margin:5px 0 8px;color:#fff;font-size:clamp(24px,3vw,34px)}.launch-offer-card p{margin:0 0 12px!important;color:#d9e9ee!important;font-size:14px!important}.launch-offer-card>[data-offer-counter]{display:inline-flex;padding:8px 11px;border-radius:10px;color:#082b49;background:#b8ed1b;font-size:12px}.launch-offer-request{margin:0;padding:14px;border-left:4px solid #b8ed1b;border-radius:10px;color:#0b3154;background:#f2f9dc;font-weight:800}.offer-terms-link{min-height:44px;border:0;color:#087f7a;background:transparent;text-decoration:underline;font-weight:800}.offer-terms-modal{position:fixed;z-index:10000;inset:0;display:grid;padding:20px;place-items:center;background:#001426c7}.offer-terms-modal[hidden]{display:none}.offer-terms-modal>section{position:relative;width:min(680px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:34px;border-radius:24px;color:#0b3154;background:#fff;box-shadow:0 30px 90px #00142680}.offer-terms-modal .modal-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;border-radius:50%;color:#fff;background:#082b49;font-size:25px}.offer-terms-modal h2{margin:8px 48px 18px 0;font-size:30px}.offer-terms-modal li{margin:10px 0;color:#536d7e}.offer-terms-modal :focus-visible{outline:3px solid #b8ed1b;outline-offset:3px}@media(max-width:600px){.launch-offer-card{padding:17px}.offer-terms-modal{padding:10px}.offer-terms-modal>section{max-height:calc(100dvh - 20px);padding:28px 20px}.offer-terms-modal h2{font-size:25px}}
