:root {
  --ink: #07111f;
  --navy: #0b1b2e;
  --blue: #1166d8;
  --cyan: #20c7ba;
  --logo-cyan: #00e7f2;
  --whatsapp: #25d366;
  --amber: #ffbd3e;
  --paper: #f6f8fb;
  --muted: #617083;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 80px;
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr) auto;
  align-items: center;
  column-gap: clamp(28px, 4vw, 72px);
  padding: 0 clamp(24px, 5vw, 78px);
  color: white;
  border-bottom: 1px solid rgb(63 227 241 / 42%);
  background:
    radial-gradient(circle at 88% 40%, rgb(0 231 242 / 15%), transparent 20%),
    linear-gradient(105deg, rgb(3 14 28 / 98%), rgb(7 39 67 / 97%) 42%, rgb(5 67 82 / 96%) 63%, rgb(4 20 36 / 98%));
  box-shadow: 0 14px 38px rgb(0 0 0 / 26%), inset 0 -1px 0 rgb(112 243 255 / 12%);
  backdrop-filter: blur(18px);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 26%, rgb(255 255 255 / 7%) 44%, transparent 59%);
}
.site-header > * {
  position: relative;
  z-index: 1;
}
.brand {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
}
.brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -17px;
  width: 112px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(133 246 255 / 27%), rgb(0 231 242 / 10%) 45%, transparent 72%);
  filter: blur(4px);
}
.brand-logo-wrap {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgb(224 252 255 / 92%);
  border-radius: 21px;
  background: linear-gradient(145deg, #f4feff 0%, #5cecf1 28%, #0f7898 54%, #b7f7fa 76%, #ffffff 100%);
  box-shadow:
    0 9px 26px rgb(0 0 0 / 34%),
    0 0 0 1px rgb(0 231 242 / 38%),
    0 0 20px rgb(0 231 242 / 22%),
    inset 0 1px 1px rgb(255 255 255 / 92%);
}
.brand-logo-wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 3px;
  pointer-events: none;
  border: 1px solid rgb(7 84 112 / 22%);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 72%);
}
.brand-logo-wrap .brand-logo {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}
.brand-logo {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  object-fit: contain;
  border: 1px solid rgb(255 255 255 / 86%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 22px rgb(0 0 0 / 24%);
}
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 18px; letter-spacing: -.02em; text-shadow: 0 1px 12px rgb(0 231 242 / 18%); }
.brand-copy small { font-size: 11px; color: #a9f7fa; }
.site-header nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: clamp(14px, 2vw, 34px);
  font-size: 14px;
  font-weight: 700;
}
.site-header nav a { color: rgb(255 255 255 / 78%); transition: color .2s ease; }
.site-header nav a:hover { color: #a9fbff; }
.mobile-contact-link { display: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.header-whatsapp,
.header-bot {
  min-width: 112px;
  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 9px;
  border: 1px solid rgb(255 189 62 / 72%);
  border-radius: 14px;
  color: white;
  background: rgb(7 17 31 / 72%);
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%), 0 0 0 3px rgb(255 189 62 / 6%);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.header-whatsapp {
  min-width: 116px;
  padding: 6px 12px 6px 9px;
  border: 1px solid rgb(119 255 170 / 72%);
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, #128c4b, var(--whatsapp));
  box-shadow: 0 12px 28px rgb(1 87 42 / 28%), inset 0 1px 0 rgb(255 255 255 / 22%);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}
.header-whatsapp:hover { background: linear-gradient(135deg, #0f9b4d, #2be072); }
.whatsapp-mark {
  display: block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  fill: currentColor;
  filter: drop-shadow(0 2px 4px rgb(0 61 29 / 30%));
}
.header-bot:hover,
.header-bot.is-open { border-color: var(--amber); background: rgb(16 32 51 / 92%); }
.header-bot .chat-bubble-icon {
  width: 28px;
  border-radius: 10px;
  animation: bot-bubble-breathe 2.6s ease-in-out infinite;
}
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 14px;
  color: white;
  background: rgb(7 17 31 / 72%);
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 88% 16%, rgb(32 199 186 / 14%), transparent 28%),
    linear-gradient(145deg, #06101d, #0b2138);
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 760px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 136px clamp(24px, 5vw, 76px) 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  direction: ltr;
}
.hero-copy {
  grid-column: 2;
  grid-row: 1;
  max-width: 650px;
  direction: rtl;
}
.hero-visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 550px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 30px;
  background: #0b1522;
  box-shadow: 0 32px 86px rgb(0 0 0 / 36%);
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(2 9 17 / 28%), transparent 24%);
}
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.4s ease, transform 8s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #9cf7ea;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); }
.hero h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 78%);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.7;
}
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 26px 0 0; padding: 0; list-style: none; }
.trust-row li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.trust-row b {
  display: grid;
  place-items: center;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #062018;
  background: var(--cyan);
  font-size: 13px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.primary-cta, .secondary-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 27px;
  border-radius: 14px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-cta { color: #061521; background: var(--cyan); box-shadow: 0 16px 38px rgb(32 199 186 / 25%); }
.secondary-cta { border: 1px solid rgb(255 255 255 / 34%); background: rgb(255 255 255 / 8%); backdrop-filter: blur(12px); }
.primary-cta:hover, .secondary-cta:hover { transform: translateY(-2px); }

.lead-card {
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 23%);
  border-radius: 26px;
  background: rgb(7 17 31 / 78%);
  box-shadow: 0 28px 80px rgb(0 0 0 / 40%);
  backdrop-filter: blur(18px);
}
.lead-card-heading p { margin: 0 0 7px; color: #9cf7ea; font-size: 12px; font-weight: 900; }
.lead-card-heading h2 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.lead-card-heading span { display: block; margin: 7px 0 21px; color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.55; }
.lead-card label { display: block; margin-top: 13px; color: rgb(255 255 255 / 78%); font-size: 12px; font-weight: 800; }
.lead-card label small { color: rgb(255 255 255 / 44%); }
.lead-card input, .lead-card textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 11px;
  outline: none;
  color: white;
  background: rgb(255 255 255 / 7%);
  resize: vertical;
  transition: border-color .2s ease, background .2s ease;
}
.lead-card input::placeholder, .lead-card textarea::placeholder { color: rgb(255 255 255 / 34%); }
.lead-card input:focus, .lead-card textarea:focus { border-color: var(--cyan); background: rgb(255 255 255 / 10%); }
.lead-card button {
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  color: #061521;
  background: linear-gradient(135deg, #4ee1d3, var(--cyan));
  cursor: pointer;
  font-weight: 900;
}
.privacy-note { display: block; margin-top: 10px; color: rgb(255 255 255 / 42%); text-align: center; font-size: 10px; }
.slide-dots {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.slide-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 38%);
  cursor: pointer;
  transition: width .25s ease, background .25s ease, border-radius .25s ease;
}
.slide-dots button.is-active { width: 28px; border-radius: 8px; background: var(--cyan); }

.trust-strip {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  min-height: 102px;
  margin: -2px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-radius: 0 0 22px 22px;
  background: white;
  box-shadow: 0 18px 46px rgb(10 33 60 / 10%);
}
.trust-strip div { padding: 0 24px; text-align: center; border-left: 1px solid #e8edf3; }
.trust-strip div:last-child { border-left: 0; }
.trust-strip strong { display: block; color: var(--blue); font-size: 25px; letter-spacing: -.04em; }
.trust-strip span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }

/* Mobile browsers in “desktop site” mode commonly expose a viewport around
   980px wide. Keep the full desktop navigation, but remove the extra brand
   copy and tighten the grid so the bot action never hangs past the edge. */
@media (min-width: 961px) and (max-width: 1180px) {
  .site-header {
    grid-template-columns: 80px minmax(0, 1fr) auto;
    column-gap: clamp(12px, 1.7vw, 20px);
    padding-inline: clamp(12px, 2vw, 22px);
  }
  .brand-copy { display: none; }
  .site-header nav {
    min-width: 0;
    gap: clamp(8px, 1.2vw, 15px);
    font-size: 13px;
  }
  .site-header nav a { white-space: nowrap; }
  .header-actions { min-width: 0; }
  .header-whatsapp,
  .header-bot {
    min-width: 104px;
    padding-inline: 9px 7px;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    height: 80px;
    gap: clamp(12px, 3vw, 30px);
    padding-inline: clamp(12px, 3vw, 26px);
  }
  .site-header nav {
    position: absolute;
    top: 80px;
    right: 14px;
    left: 14px;
    display: none;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 18px;
    background: rgb(6 17 30 / 97%);
    box-shadow: 0 24px 55px rgb(0 0 0 / 38%);
    backdrop-filter: blur(18px);
  }
  .site-header nav.is-open { display: grid; }
  .site-header nav a {
    padding: 15px 18px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    color: rgb(255 255 255 / 86%);
  }
  .site-header nav a:last-child { border-bottom: 0; }
  .site-header nav .mobile-contact-link { display: block; color: #8ff6ea; }
  .mobile-menu-toggle { display: block; }
  .brand-copy { display: none; }
  .header-actions {
    width: auto;
    max-width: none;
    justify-self: end;
    display: grid;
    grid-template-columns: 108px 112px 44px;
    gap: 7px;
  }
  .header-whatsapp,
  .header-bot { width: 100%; min-width: 0; min-height: 44px; padding: 5px 10px 5px 7px; }
  .header-bot .chat-bubble-icon { width: 27px; }
  .whatsapp-mark { width: 26px; height: 26px; }
  .hero, .hero-content { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding-top: 122px; gap: 38px; }
  .hero-copy,
  .hero-visual { grid-column: 1; grid-row: auto; width: 100%; max-width: none; }
  .hero-visual { min-height: clamp(390px, 64vw, 540px); }
  .trust-strip { margin: 0; border-radius: 0; }
}

@media (max-width: 640px) {
  .site-header { height: 60px; }
  .site-header nav { top: 60px; }
  .brand-logo-wrap { width: 60px; height: 60px; flex-basis: 60px; padding: 2px; border-radius: 16px; }
  .brand-logo-wrap::before { inset: 2px; border-radius: 12px; }
  .brand-logo-wrap .brand-logo { border-radius: 12px; }
  .brand-logo { width: 60px; height: 60px; flex-basis: 60px; border-radius: 14px; }
  .brand::before { right: -12px; width: 84px; height: 70px; }
  .header-actions { grid-template-columns: 100px 104px 42px; gap: 6px; }
  .header-whatsapp,
  .header-bot { min-height: 44px; padding-inline: 8px 6px; font-size: 12px; }
  .header-bot .chat-bubble-icon { width: 25px; }
  .hero-slide { object-position: left center; }
  .hero-content { padding: 106px 18px 38px; gap: 30px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); line-height: 1.02; }
  .hero-lead { margin-top: 20px; font-size: 17px; line-height: 1.62; }
  .trust-row { gap: 10px 16px; }
  .hero-actions { display: block; }
  .hero-actions .primary-cta { width: 100%; }
  .primary-cta, .secondary-cta { min-height: 51px; padding-inline: 14px; font-size: 14px; text-align: center; }
  .hero-visual { min-height: 250px; border-radius: 20px; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .trust-strip div { min-height: 66px; display: grid; align-content: center; }
  .trust-strip div:nth-child(2) { border-left: 0; }
  .trust-strip div:nth-child(n+3) { border-top: 1px solid #e8edf3; }
}

@media (max-width: 420px) {
  .site-header { height: 54px; gap: 8px; padding-inline: 8px; }
  .site-header nav { top: 54px; }
  .brand-logo-wrap { width: 54px; height: 54px; flex-basis: 54px; border-radius: 15px; }
  .brand-logo-wrap::before,
  .brand-logo-wrap .brand-logo { border-radius: 11px; }
  .brand-logo { width: 54px; height: 54px; flex-basis: 54px; border-radius: 12px; }
  .brand::before { right: -9px; width: 68px; height: 60px; }
  .header-actions { grid-template-columns: 88px 92px 40px; gap: 5px; }
  .header-whatsapp,
  .header-bot { width: 100%; min-width: 0; height: 42px; min-height: 42px; gap: 5px; padding: 4px 6px 4px 5px; justify-content: center; border-radius: 12px; font-size: 11px; }
  .mobile-menu-toggle { width: 40px; min-width: 40px; height: 42px; min-height: 42px; padding: 0; justify-content: center; border-radius: 12px; }
  .header-action-label { display: inline; white-space: nowrap; }
  .header-bot .chat-bubble-icon { width: 22px; }
  .whatsapp-mark { width: 23px; height: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transition: opacity .01ms linear; transform: none; }
  .primary-cta, .secondary-cta { transition: none; }
  .header-bot .chat-bubble-icon,
  .chat-bubble-icon > span { animation: none !important; }
}

@keyframes bot-bubble-breathe {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 24%), 0 0 0 0 rgb(255 189 62 / 0%); }
  50% { transform: translateY(-2px) scale(1.055); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 34%), 0 0 0 7px rgb(255 189 62 / 11%); }
}

@keyframes bot-dot-pulse {
  0%, 60%, 100% { transform: translateY(0); opacity: .7; }
  30% { transform: translateY(-2px); opacity: 1; }
}

section[id] { scroll-margin-top: 84px; }
.section {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}
.section-heading { max-width: 680px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
}
.section-heading h2,
.insurance-copy h2,
.review-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.insurance-copy > p,
.review-heading > p,
.contact-copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.why-section { padding-block: 120px; }
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 56px;
}
.benefit-card {
  position: relative;
  min-height: 300px;
  padding: clamp(30px, 4vw, 50px);
  overflow: hidden;
  border-radius: 28px;
}
.benefit-card::after {
  content: "";
  position: absolute;
  width: 230px;
  aspect-ratio: 1;
  left: -70px;
  bottom: -100px;
  border-radius: 50%;
  background: rgb(255 255 255 / 7%);
}
.benefit-dark { color: white; background: linear-gradient(145deg, #07111f, #122b49); }
.benefit-accent { color: #061b1b; background: linear-gradient(145deg, #a4fff4, #25c8bb); }
.card-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  background: rgb(255 255 255 / 14%);
}
.benefit-card h3 { max-width: 480px; margin: 24px 0 14px; font-size: clamp(25px, 2.5vw, 35px); line-height: 1.2; letter-spacing: -.035em; }
.benefit-card p { max-width: 520px; margin: 0; font-size: 15px; line-height: 1.75; opacity: .77; }

.services-section {
  padding-block: 108px;
  color: white;
  background:
    radial-gradient(circle at 8% 18%, rgb(32 199 186 / 14%), transparent 27%),
    linear-gradient(145deg, #06111e, #0b2139);
}
.services-inner { display: grid; gap: 50px; }
.light-heading { max-width: 800px; }
.light-heading .section-kicker { color: #8ff6ea; }
.light-heading h2 { color: white; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card {
  min-height: 285px;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 22px;
  background: rgb(255 255 255 / 5%);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgb(32 199 186 / 50%); background: rgb(255 255 255 / 8%); }
.service-card > span { color: var(--cyan); font-size: 13px; font-weight: 900; }
.service-card h3 { margin: 48px 0 13px; font-size: 23px; line-height: 1.25; letter-spacing: -.03em; }
.service-card p { margin: 0; color: rgb(255 255 255 / 60%); font-size: 14px; line-height: 1.75; }

.insurance-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(42px, 8vw, 96px);
  align-items: center;
  padding-block: 120px;
}
.insurance-visual { position: relative; min-height: 560px; border-radius: 30px; overflow: hidden; box-shadow: 0 30px 70px rgb(6 23 43 / 18%); }
.insurance-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(5 15 26 / 48%), transparent 50%); }
.insurance-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 24% center; }
.warranty-badge {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  width: 142px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 50%;
  color: white;
  text-align: center;
  background: rgb(7 17 31 / 75%);
  backdrop-filter: blur(12px);
}
.warranty-badge strong { font-size: 52px; line-height: .8; }
.warranty-badge span { margin-top: 9px; font-size: 12px; font-weight: 800; }
.insurance-copy ul { display: grid; gap: 16px; margin: 30px 0; padding: 0; list-style: none; }
.insurance-copy li { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; }
.insurance-copy li > b { display: grid; place-items: center; width: 46px; aspect-ratio: 1; border-radius: 14px; color: var(--blue); background: #eaf2fe; font-size: 12px; }
.insurance-copy li span { color: var(--muted); font-size: 14px; line-height: 1.65; }
.insurance-copy li strong { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 900; }
.text-link span { font-size: 22px; }

.process-section { padding-block: 105px; background: #edf3fa; }
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}
.process-grid::before { content: ""; position: absolute; top: 29px; right: 11%; left: 11%; height: 1px; background: #c8d6e6; }
.process-grid li { position: relative; padding: 0 18px; text-align: center; }
.process-grid li > span { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; aspect-ratio: 1; margin: 0 auto 24px; border: 6px solid #edf3fa; border-radius: 50%; color: white; background: var(--blue); font-size: 12px; font-weight: 900; box-shadow: 0 8px 22px rgb(17 102 216 / 22%); }
.process-grid h3 { margin: 0 0 10px; font-size: 19px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.review-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  padding-block: 120px;
}
.review-heading { max-width: 740px; }
.easy-rating {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px 9px 10px;
  border: 1px solid #cfe0f2;
  border-radius: 999px;
  color: #29435e;
  background: #fff;
  box-shadow: 0 10px 28px rgb(10 33 60 / 8%);
  font-size: 13px;
  font-weight: 850;
}
.easy-rating strong {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 34px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(145deg, var(--blue), #168ca8);
  font-size: 17px;
  line-height: 1;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.review-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid #dfe7f0;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 48px rgb(10 33 60 / 9%);
}
.review-card-top { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  font-size: 17px;
  font-weight: 900;
}
.review-card h3 { margin: 0; font-size: 17px; }
.review-card blockquote { margin: 25px 0 0; color: #3d4d60; font-size: 15px; line-height: 1.9; }

.questions-section { padding-block: 112px; background: white; }
.questions-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 8vw, 110px); align-items: start; }
.faq-list { border-top: 1px solid #dfe6ee; }
.faq-list details { border-bottom: 1px solid #dfe6ee; }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 22px 2px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 23px; padding-left: 46px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.contact-section {
  width: min(1260px, calc(100% - 36px));
  margin: 70px auto;
  padding: clamp(40px, 6vw, 76px);
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 5% 15%, rgb(32 199 186 / 18%), transparent 25%),
    linear-gradient(145deg, #07111f, #102b49);
}
.contact-copy .section-kicker { color: #8ff6ea; }
.contact-copy > p { color: rgb(255 255 255 / 64%); }
.contact-meta { display: flex; flex-wrap: wrap; gap: 15px 30px; margin-top: 28px; color: rgb(255 255 255 / 65%); font-size: 13px; }
.contact-meta span { display: flex; flex-direction: column; gap: 5px; }
.contact-meta b { color: white; }
.bottom-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 26px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 24px; background: rgb(255 255 255 / 7%); backdrop-filter: blur(12px); }
.bottom-form label { color: rgb(255 255 255 / 72%); font-size: 11px; font-weight: 800; }
.bottom-form input, .bottom-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 10px; outline: none; color: white; background: rgb(255 255 255 / 7%); resize: vertical; }
.bottom-form input::placeholder, .bottom-form textarea::placeholder { color: rgb(255 255 255 / 36%); }
.bottom-form input:focus, .bottom-form textarea:focus { border-color: var(--cyan); }
.bottom-form .wide-field, .bottom-form .lead-form-actions, .bottom-form .lead-status, .bottom-form > small { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0); white-space: nowrap; border: 0 !important; }
.lead-form-actions { display: grid; grid-template-columns: 1fr; }
.lead-form-actions button { min-height: 50px; border: 0; border-radius: 11px; cursor: pointer; font-weight: 900; transition: transform .2s ease, filter .2s ease; }
.lead-form-actions button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.lead-form-actions button:disabled { cursor: wait; opacity: .68; transform: none; }
.lead-form-actions .crm-submit { color: #061521; background: var(--cyan); }
.lead-status { margin: 0; padding: 11px 13px; border-radius: 10px; text-align: center; font-size: 12px; font-weight: 800; }
.lead-status.is-success { color: #b8ffe2; background: rgb(45 210 126 / 12%); border: 1px solid rgb(45 210 126 / 28%); }
.lead-status.is-error { color: #ffd0d0; background: rgb(255 91 91 / 10%); border: 1px solid rgb(255 91 91 / 26%); }
.bottom-form > small { color: rgb(255 255 255 / 42%); text-align: center; font-size: 10px; }

footer {
  min-height: 120px;
  padding: 28px clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: white;
  background: #040b14;
}
.footer-brand .brand-copy small { color: rgb(255 255 255 / 52%); }
footer > p { margin: 0; color: rgb(255 255 255 / 47%); text-align: center; font-size: 12px; }
footer > a:last-child { justify-self: end; color: #8ff6ea; font-size: 12px; font-weight: 900; }

.chat-launcher {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 154px;
  padding: 10px 14px;
  border: 1px solid rgb(255 189 62 / 78%);
  border-radius: 18px;
  color: white;
  background: #07111f;
  box-shadow: 0 16px 44px rgb(0 0 0 / 34%), 0 0 0 3px rgb(255 189 62 / 8%);
  cursor: pointer;
}
.chat-launcher > span:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.chat-launcher strong { font-size: 13px; }
.chat-launcher small { margin-top: 2px; color: rgb(255 255 255 / 52%); font-size: 9px; }
.chat-bubble-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--amber), #ffe4a2);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 24%);
}
.chat-bubble-icon::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -3px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 3px 0;
  background: #ffd16e;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.chat-bubble-icon > span { position: relative; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #0a1929; }
.chat-bubble-icon > span { animation: bot-dot-pulse 1.35s ease-in-out infinite; }
.chat-bubble-icon > span:nth-child(2) { animation-delay: .14s; }
.chat-bubble-icon > span:nth-child(3) { animation-delay: .28s; }
.chat-panel {
  position: fixed;
  z-index: 59;
  right: auto;
  left: clamp(16px, 3vw, 44px);
  top: 102px;
  width: min(410px, calc(100vw - 32px));
  max-width: calc(100dvw - 24px);
  max-height: min(650px, calc(100vh - 126px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgb(255 189 62 / 72%);
  border-radius: 24px;
  color: white;
  background: #081422;
  box-shadow: 0 26px 80px rgb(0 0 0 / 45%), 0 0 0 4px rgb(255 189 62 / 7%);
}
.chat-panel[hidden] { display: none !important; }
.chat-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 15px; border-bottom: 1px solid rgb(255 255 255 / 10%); background: #0c1d30; }
.chat-header > div { display: flex; flex-direction: column; }
.chat-header strong { font-size: 14px; }
.chat-header small { margin-top: 3px; color: #84dfd5; font-size: 9px; }
.chat-header > button { width: 30px; height: 30px; border: 0; border-radius: 9px; color: rgb(255 255 255 / 70%); background: rgb(255 255 255 / 7%); cursor: pointer; font-size: 22px; }
.chat-messages { min-height: 210px; padding: 16px; display: flex; flex: 1 1 auto; flex-direction: column; gap: 10px; overflow-y: auto; }
.chat-messages p { max-width: 88%; margin: 0; padding: 10px 12px; border-radius: 14px; font-size: 12px; line-height: 1.55; }
.bot-message { align-self: flex-end; color: rgb(255 255 255 / 82%); background: rgb(255 255 255 / 8%); border-bottom-right-radius: 4px !important; }
.user-message { align-self: flex-start; color: #05201d; background: #73ebdd; border-bottom-left-radius: 4px !important; }
.quick-questions { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 0 14px 10px; }
.quick-questions button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; color: rgb(255 255 255 / 72%); background: transparent; cursor: pointer; font-size: 10px; }
.human-button { margin: 0 14px 10px; min-height: 40px; border: 0; border-radius: 10px; color: #061521; background: var(--amber); cursor: pointer; font-size: 11px; font-weight: 900; }
.chat-input-row { display: grid; grid-template-columns: 1fr 43px; gap: 8px; padding: 12px 14px 14px; border-top: 1px solid rgb(255 255 255 / 9%); }
.chat-input-row input { min-width: 0; padding: 10px 12px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 10px; outline: none; color: white; background: rgb(255 255 255 / 7%); }
.chat-input-row input:focus { border-color: var(--amber); }
.chat-input-row button { border: 0; border-radius: 10px; color: #061521; background: var(--amber); cursor: pointer; font-size: 20px; }
@media (max-width: 960px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .insurance-section { grid-template-columns: 1fr; }
  .insurance-visual { min-height: 460px; }
  .insurance-visual img { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 18px; }
  .process-grid::before { display: none; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .questions-inner { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 640px) {
  .section { width: min(100% - 32px, 1180px); }
  .section-heading h2,
  .insurance-copy h2,
  .review-heading h2,
  .contact-copy h2 { font-size: 36px; }
  .why-section, .services-section, .insurance-section, .process-section, .review-section, .questions-section { padding-block: 78px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .benefit-card { min-height: auto; padding: 30px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 25px; }
  .insurance-visual { min-height: 390px; order: 2; }
  .insurance-visual img { min-height: 390px; object-position: 28% center; }
  .warranty-badge { right: 18px; bottom: 18px; width: 116px; }
  .warranty-badge strong { font-size: 42px; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-grid li { display: grid; grid-template-columns: 58px 1fr; column-gap: 16px; text-align: right; }
  .process-grid li > span { grid-row: 1 / 3; margin: 0; }
  .process-grid h3 { align-self: end; }
  .review-section { gap: 28px; }
  .review-card { padding: 24px 20px; }
  .questions-inner { gap: 35px; }
  .faq-list summary { font-size: 14px; }
  .contact-section { width: calc(100% - 20px); margin-block: 40px; padding: 38px 18px; border-radius: 26px; }
  .contact-meta { display: grid; }
  .bottom-form { grid-template-columns: 1fr; padding: 18px; }
  .bottom-form .wide-field, .bottom-form .lead-form-actions, .bottom-form .lead-status, .bottom-form > small { grid-column: auto; }
  .lead-form-actions { grid-template-columns: 1fr; }
  footer { min-height: 105px; padding: 22px 18px; }
  footer > a:last-child { font-size: 10px; }
  .chat-panel { right: 10px; left: 10px; top: 84px; width: auto; max-height: calc(100vh - 158px); }
}
