@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("fonts/dm-sans.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope.woff2") format("woff2");
}

:root {
  --blue-soft: #B8D9EA;
  --blue-main: #54A9CB;
  --blue-deep: #1F6F8B;
  --blue-ink: #123E52;
  --gold: #B99A55;
  --gold-soft: #EFE5C9;
  --text: #1F2933;
  --muted: #64748B;
  --bg: #F7FBFD;
  --white: #FFFFFF;
  --line: rgba(31,111,139,.14);
  --shadow: 0 20px 52px rgba(31, 111, 139, .11);
  --shadow-hover: 0 22px 48px rgba(31, 111, 139, .12);
  --radius-lg: 32px;
  --radius-md: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 14%, rgba(84, 169, 203, .14), transparent 24rem),
    radial-gradient(circle at 82% 8%, rgba(184, 217, 234, .48), transparent 30rem),
    radial-gradient(circle at 74% 62%, rgba(185, 154, 85, .12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 56%, #ffffff 100%);
  line-height: 1.5;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(84,169,203,.055) 42% 42.7%, transparent 42.7% 100%),
    radial-gradient(rgba(31,111,139,.12) .7px, transparent .7px);
  background-size: 100% 100%, 18px 18px;
}

body.nav-open {
  overflow: hidden;
}

body.intro-active {
  overflow: hidden;
  touch-action: none;
}

body.intro-active .hero-light,
body.intro-active .hero-copy > .eyebrow,
body.intro-active .hero-copy > h1,
body.intro-active .hero-copy > .hero-subtitle,
body.intro-active .hero-copy > .trust-list li,
body.intro-active .hero-copy > .hero-actions .btn,
body.intro-active .hero-copy > .reassurance-badge,
body.intro-active .hero-panel.reveal,
body.intro-active .mobile-whatsapp {
  animation-play-state: paused;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));
  color: #123E52;
  background:
    radial-gradient(circle at 50% 43%, rgba(255,255,255,.84) 0 8rem, rgba(255,255,255,.26) 16rem, transparent 27rem),
    radial-gradient(circle at 18% 15%, rgba(255,255,255,.62), transparent 20rem),
    linear-gradient(145deg, #eef8fc 0%, #d9eef6 42%, #f7fbfd 100%);
  isolation: isolate;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.intro-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro-loader::after {
  z-index: -1;
  opacity: .13;
  background-image:
    radial-gradient(rgba(18,62,82,.28) .45px, transparent .45px),
    radial-gradient(rgba(255,255,255,.8) .35px, transparent .35px);
  background-position: 0 0, 7px 9px;
  background-size: 17px 17px, 19px 19px;
  mix-blend-mode: soft-light;
}

.intro-loader__light {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(76vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.62) 0 16%, rgba(184,217,234,.28) 38%, rgba(84,169,203,.07) 58%, transparent 76%);
  filter: blur(18px);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(.9);
}

.intro-loader__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100%, 560px);
  text-align: center;
}

.intro-loader__logo {
  display: block;
  width: clamp(82px, 13vw, 128px);
  height: clamp(82px, 13vw, 128px);
  object-fit: contain;
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(.955);
  filter: drop-shadow(0 18px 34px rgba(18,62,82,.11));
}

.intro-loader__brand {
  margin: 24px 0 0;
  color: #10384b;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.28rem, 4.2vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  text-shadow: 0 1px 0 rgba(255,255,255,.74), 0 12px 28px rgba(18,62,82,.13);
}

.intro-loader__brand span {
  display: inline-block;
  margin-left: .18em;
  color: #1F6F8B;
  letter-spacing: .08em;
  text-transform: none;
}

.intro-loader__slogan {
  max-width: min(92vw, 470px);
  margin: 13px 0 0;
  color: rgba(18,62,82,.68);
  font-size: clamp(.88rem, 2.8vw, 1.02rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .055em;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  text-shadow: 0 1px 0 rgba(255,255,255,.68);
}

.intro-loader__line {
  width: min(154px, 38vw);
  height: 1px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.3) scaleY(.55);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(185,154,85,.12), rgba(185,154,85,.66), rgba(185,154,85,.12), transparent);
  box-shadow: 0 1px 8px rgba(185,154,85,.1);
}

.intro-loader__accent {
  position: absolute;
  top: 50%;
  width: clamp(38px, 9vw, 70px);
  height: clamp(86px, 15vw, 132px);
  border: 1px solid rgba(185,154,85,.24);
  border-right: 0;
  border-bottom: 0;
  border-radius: 100% 0 0 0;
  opacity: 0;
  transform: translate3d(0, -50%, 0) rotate(-17deg) scale(.94);
  pointer-events: none;
}

.intro-loader__accent--left {
  left: max(24px, calc(50% - 330px));
}

.intro-loader__accent--right {
  right: max(24px, calc(50% - 330px));
  transform: translate3d(0, -50%, 0) rotate(163deg) scale(.94);
}

body.intro-ready .intro-loader__light {
  animation: introLight .82s cubic-bezier(.2,.8,.2,1) forwards;
}

body.intro-ready .intro-loader__logo {
  animation: introLogoIn .42s cubic-bezier(.16,1,.3,1) .06s forwards;
}

body.intro-ready .intro-loader__brand {
  animation: introTextIn .34s cubic-bezier(.2,.8,.2,1) .2s forwards;
}

body.intro-ready .intro-loader__slogan {
  animation: introTextIn .34s cubic-bezier(.2,.8,.2,1) .32s forwards;
}

body.intro-ready .intro-loader__line {
  animation: introLineIn .32s cubic-bezier(.2,.8,.2,1) .46s forwards;
}

body.intro-ready .intro-loader__accent {
  animation: introAccentIn .38s cubic-bezier(.2,.8,.2,1) .28s forwards;
}

body.intro-leaving .intro-loader {
  animation: introOverlayOut .3s cubic-bezier(.22,1,.36,1) forwards;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 36px rgba(31, 111, 139, .10);
  backdrop-filter: blur(18px);
  transition: box-shadow .24s ease, border-color .24s ease, background .24s ease, padding .24s ease;
}

.site-header.is-scrolled {
  border-color: rgba(31,111,139,.16);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 42px rgba(18,62,82,.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 5px;
  min-height: 46px;
  align-content: center;
  padding-left: 16px;
  border-left: 1px solid rgba(31,111,139,.12);
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  color: var(--blue-ink);
  font-size: .95rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.site-nav a:hover {
  color: var(--blue-deep);
  background: rgba(84,169,203,.10);
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  color: var(--white);
  background: var(--blue-deep);
  box-shadow: 0 10px 24px rgba(31,111,139,.22);
}

.site-nav .nav-cta:hover {
  color: var(--white);
  background: #185f78;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--blue-deep);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 999px;
}

.section-pad {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 58px;
  min-height: calc(100vh - 72px);
  padding-top: 72px;
}

.hero-light {
  position: absolute;
  inset: 8% -5% auto auto;
  width: 470px;
  height: 470px;
  z-index: 0;
  background: radial-gradient(circle, rgba(84,169,203,.34), transparent 68%);
  filter: blur(24px);
  animation: pulseLight 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 5.3rem);
  line-height: .98;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
}

.hero-subtitle {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions.center {
  justify-content: center;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.btn:active {
  transform: translateY(1px) scale(.99);
}

.btn:focus-visible,
.selector-card:focus-visible,
.menu-toggle:focus-visible,
.site-nav a:focus-visible,
.mobile-whatsapp:focus-visible,
.whatsapp-link:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-ink), var(--blue-deep) 56%, var(--blue-main));
  box-shadow: 0 18px 40px rgba(31,111,139,.26);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(31,111,139,.32);
}

.btn-secondary {
  color: var(--blue-deep);
  background: rgba(255,255,255,.86);
  border-color: var(--line);
  box-shadow: 0 12px 28px rgba(31,111,139,.09);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: var(--white);
  border-color: rgba(185,154,85,.36);
}

.btn-whatsapp {
  gap: 9px;
}

.btn-whatsapp img,
.whatsapp-link img,
.mobile-whatsapp img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.7);
  font-size: .9rem;
  box-shadow: 0 10px 24px rgba(31,111,139,.06);
}

.trust-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.reassurance-badge {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(185,154,85,.34);
  border-radius: 999px;
  color: var(--blue-ink);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(239,229,201,.42));
  box-shadow: 0 14px 32px rgba(185,154,85,.12);
  font-size: .9rem;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  min-height: auto;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,251,253,.76)),
    radial-gradient(circle at top right, rgba(184,217,234,.62), transparent 55%);
  box-shadow: 0 20px 52px rgba(31,111,139,.11);
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -26% 16%;
  height: 230px;
  transform: rotate(-10deg);
  background: linear-gradient(90deg, rgba(84,169,203,.12), rgba(185,154,85,.12), transparent);
  pointer-events: none;
}

.panel-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
  z-index: 1;
}

.panel-top span,
.quote-card span {
  color: var(--muted);
  font-size: .88rem;
}

.panel-top span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(84,169,203,.18);
  border-radius: 999px;
  color: var(--blue-ink);
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(184,217,234,.25));
  box-shadow: 0 8px 18px rgba(31,111,139,.06);
  font-weight: 800;
}

.panel-top strong {
  color: var(--blue-deep);
  font-size: .94rem;
  white-space: nowrap;
}

.benefit,
.service-group,
.process-step,
.insurance-orbit article,
.info-panel,
.quote-form {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(31,111,139,.08);
}

.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--blue-deep);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-car { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 11l1.4-4.1A3 3 0 019.2 5h5.6a3 3 0 012.8 1.9L19 11h1a1 1 0 011 1v5a1 1 0 01-1 1h-1a2 2 0 01-4 0H9a2 2 0 01-4 0H4a1 1 0 01-1-1v-5a1 1 0 011-1h1zm3.3-3.4L7.2 11h9.6l-1.1-3.4a1 1 0 00-.9-.6H9.2a1 1 0 00-.9.6zM7 17.2a.8.8 0 100 1.6.8.8 0 000-1.6zm10 0a.8.8 0 100 1.6.8.8 0 000-1.6z'/%3E%3C/svg%3E"); }
.icon-home { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 11.2L12 4l8 7.2V20a1 1 0 01-1 1h-5v-6h-4v6H5a1 1 0 01-1-1v-8.8z'/%3E%3C/svg%3E"); }
.icon-briefcase { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M9 4h6a2 2 0 012 2v2h3a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2v-8a2 2 0 012-2h3V6a2 2 0 012-2zm0 4h6V6H9v2zm-5 4v6h16v-6h-6v2h-4v-2H4z'/%3E%3C/svg%3E"); }
.icon-heart { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 21s-7.5-4.6-9.6-9.2C.8 8.3 3.1 5 6.7 5c2 0 3.5 1 4.3 2.2C11.8 6 13.3 5 15.3 5c3.6 0 5.9 3.3 4.3 6.8C19.5 16.4 12 21 12 21z'/%3E%3C/svg%3E"); }
.icon-shield { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2l8 3v6c0 5.1-3.4 9.7-8 11-4.6-1.3-8-5.9-8-11V5l8-3zm-1 13.3l6-6-1.4-1.4L11 12.5 8.4 9.9 7 11.3l4 4z'/%3E%3C/svg%3E"); }
.icon-truck { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 6h11v9h1.2a3 3 0 015.6 0H22v-4l-3-4h-3V6a2 2 0 00-2-2H3v2zm13 3h2l1.5 2H16V9zM6.5 16a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0zm10 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0zM2 8v8h3.2a3.8 3.8 0 017.6 0H14V8H2z'/%3E%3C/svg%3E"); }
.icon-route { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6 4a3 3 0 012.2 5L12 15l3.8-6A3 3 0 1118 10a3.5 3.5 0 00-3.2 2L12 16.4 9.2 12A3.5 3.5 0 006 10a3 3 0 010-6zm0 2a1 1 0 100 2 1 1 0 000-2zm12 0a1 1 0 100 2 1 1 0 000-2zM5 20h14v2H5v-2z'/%3E%3C/svg%3E"); }
.icon-key { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 14a5 5 0 111.6-3.7L22 16.7V20h-3.3l-1.2-1.2-1.6 1.6-2.3-2.3 1.6-1.6L14 15.3V14zm-5-2a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E"); }
.icon-user { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 12a5 5 0 100-10 5 5 0 000 10zm-9 9a9 9 0 1118 0H3z'/%3E%3C/svg%3E"); }

.insurance-orbit {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.insurance-orbit article {
  min-height: 142px;
  padding: 18px;
  border-radius: 20px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.insurance-orbit article {
  cursor: pointer;
}

.insurance-orbit article:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
}

.insurance-orbit article.is-selected {
  transform: translateY(-4px);
  border-color: rgba(185,154,85,.62);
  box-shadow: var(--shadow-hover), 0 0 0 4px rgba(185,154,85,.09);
}

.insurance-orbit article:hover {
  transform: translateY(-3px);
  border-color: rgba(84,169,203,.28);
  box-shadow: 0 18px 36px rgba(31,111,139,.10);
}

.insurance-orbit strong,
.insurance-orbit small {
  display: block;
}

.insurance-orbit strong {
  margin-top: 18px;
}

.insurance-orbit small {
  margin-top: 4px;
  color: var(--muted);
}

.quote-card {
  position: relative;
  width: min(320px, 82%);
  z-index: 2;
  margin: 16px auto 0;
  padding: 18px;
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-ink), var(--blue-deep), #2f91b2);
  box-shadow: 0 18px 36px rgba(31,111,139,.18);
}

.quote-card span {
  color: rgba(255,255,255,.72);
}

.quote-card strong {
  display: block;
  margin-top: 5px;
}

.quote-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.quote-card-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.09);
  font-size: .82rem;
  font-weight: 800;
}

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

.section-heading p:not(.eyebrow) {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.human-trust {
  padding-top: 18px;
  padding-bottom: 34px;
}

.human-trust-inner {
  max-width: 850px;
  padding: 30px 0;
  border-top: 1px solid rgba(31,111,139,.12);
  border-bottom: 1px solid rgba(31,111,139,.12);
}

.human-trust-inner h2 {
  max-width: 780px;
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.human-trust-inner p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.trust-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 8px;
  border: 1px solid rgba(31,111,139,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(31,111,139,.08);
  backdrop-filter: blur(16px);
}

.trust-strip span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: var(--blue-ink);
  background: rgba(247,251,253,.68);
  font-weight: 800;
  font-size: .92rem;
}

.process {
  padding-top: 64px;
  padding-bottom: 48px;
}

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

.process-step {
  min-height: 148px;
  padding: 24px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(247,251,253,.78)),
    radial-gradient(circle at 100% 0%, rgba(184,217,234,.24), transparent 48%);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--blue-deep);
  background: rgba(184,217,234,.34);
  font-weight: 800;
}

.selector {
  padding-top: 40px;
}

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

.selector-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  font-weight: 800;
  text-align: left;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(31,111,139,.07);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.selector-card::after {
  content: "";
  position: absolute;
  inset: auto 14px 12px 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(.5);
  transform-origin: left;
  transition: opacity .22s ease, transform .22s ease;
}

.selector-card:hover,
.selector-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(185,154,85,.62);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,229,201,.28));
  box-shadow: var(--shadow-hover), 0 0 0 4px rgba(185,154,85,.09);
}

.selector-card.is-selected::after {
  opacity: 1;
  transform: scaleX(1);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefit {
  padding: 22px;
  border-radius: 18px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.benefit:hover,
.review-card:hover,
.service-group:hover,
.process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(185,154,85,.36);
  box-shadow: var(--shadow-hover);
}

.benefit span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold);
  font-weight: 800;
}

.benefit p,
.review-card p,
.google-review-cta p,
.local p,
.quote-intro p,
.form-note p,
.form-reassurance,
.site-footer p {
  color: var(--muted);
}

.reviews {
  padding-top: 34px;
  padding-bottom: 70px;
}

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

.review-card {
  position: relative;
  min-height: 164px;
  padding: 28px;
  border: 1px solid rgba(31,111,139,.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,251,253,.78)),
    radial-gradient(circle at 100% 0%, rgba(184,217,234,.32), transparent 48%);
  box-shadow: 0 16px 36px rgba(31,111,139,.07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.review-card span {
  display: block;
  height: 34px;
  color: rgba(185,154,85,.72);
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: .8;
}

.review-card p {
  margin: 24px 0 0;
  color: var(--blue-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
}

.google-review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(31,111,139,.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,251,253,.84)),
    radial-gradient(circle at 4% 0%, rgba(185,154,85,.12), transparent 36%),
    radial-gradient(circle at 100% 100%, rgba(184,217,234,.34), transparent 36%);
  box-shadow: 0 18px 42px rgba(31,111,139,.08);
}

.google-review-cta h3 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.google-review-cta .eyebrow {
  margin-bottom: 8px;
}

.google-review-cta p:not(.eyebrow) {
  margin: 8px 0 0;
  max-width: 520px;
}

.google-review-cta .btn {
  flex: 0 0 auto;
}

.services {
  width: 100%;
  background:
    linear-gradient(180deg, rgba(184,217,234,.18), rgba(247,251,253,.9)),
    linear-gradient(90deg, rgba(185,154,85,.06), transparent 34%, rgba(84,169,203,.08));
}

.services > * {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

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

.service-group {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.service-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-group li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(31,111,139,.09);
  color: var(--muted);
  font-weight: 700;
}

.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue-deep);
  background: rgba(184,217,234,.42);
  font-size: .72rem;
  font-weight: 800;
}

.local-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, 360px) minmax(280px, 340px);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,251,253,.82)),
    radial-gradient(circle at 8% 0%, rgba(184,217,234,.48), transparent 42%);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.78);
}

.local-card-visual {
  position: relative;
  align-self: center;
  min-height: 230px;
  margin: 0;
  isolation: isolate;
  transition: transform .34s cubic-bezier(.2,.8,.2,1), filter .34s cubic-bezier(.2,.8,.2,1);
}

.local-business-card {
  position: absolute;
  width: min(330px, 92%);
  display: block;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(31,111,139,.13);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .38s ease, box-shadow .55s cubic-bezier(.2,.8,.2,1), filter .38s ease;
  will-change: transform, opacity;
}

.local-card-back {
  top: 10px;
  right: 0;
  opacity: .82;
  z-index: 1;
  transform: rotate(3deg);
}

.local-card-front {
  left: 0;
  bottom: 8px;
  z-index: 2;
  transform: rotate(-3deg);
}

.info-panel {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: var(--radius-md);
  font-style: normal;
}

.info-panel a {
  color: var(--blue-deep);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.quote-shell {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.quote-intro {
  position: sticky;
  top: 116px;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--blue-deep);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.quote-side-card {
  display: grid;
  gap: 10px;
  max-width: 330px;
  margin-top: 28px;
  padding: 18px 18px 19px;
  border: 1px solid rgba(31,111,139,.12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(247,251,253,.78)),
    radial-gradient(circle at 100% 0%, rgba(184,217,234,.32), transparent 42%);
  box-shadow: 0 14px 30px rgba(31,111,139,.07);
}

.quote-side-card span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-ink);
  font-weight: 800;
  font-size: .94rem;
}

.quote-side-card span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(185,154,85,.12);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  padding: 34px;
  border-radius: var(--radius-lg);
  scroll-margin-top: 110px;
}

.form-note {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border: 1px solid rgba(31,111,139,.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(247,251,253,.82)),
    radial-gradient(circle at 100% 0%, rgba(184,217,234,.26), transparent 42%);
  box-shadow: inset 3px 0 0 rgba(185,154,85,.52);
}

.form-note span {
  display: block;
  color: var(--blue-ink);
  font-weight: 800;
  line-height: 1.25;
}

.form-note p {
  margin: 6px 0 0;
  font-size: .94rem;
}

.quote-form label,
.quote-form fieldset {
  min-width: 0;
}

.quote-form label span,
.quote-form legend {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 800;
  font-size: .92rem;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(247,251,253,.76);
  color: var(--text);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.quote-form input,
.quote-form select {
  height: 56px;
  padding: 0 15px;
}

.quote-form textarea {
  resize: vertical;
  padding: 15px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(84,169,203,.8);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(84,169,203,.14);
}

.quote-form select.field-highlight {
  border-color: rgba(185,154,85,.82);
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(185,154,85,.18), 0 12px 28px rgba(31,111,139,.08);
}

.quote-form fieldset {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(247,251,253,.76);
}

.quote-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-weight: 700;
}

.quote-form .full,
.quote-form button,
.form-reassurance {
  grid-column: 1 / -1;
}

.form-reassurance {
  margin: -4px 0 0;
  text-align: center;
  font-size: .92rem;
}

.final-cta {
  text-align: center;
  padding-top: 40px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-weight: 700;
}

.mobile-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  display: inline-flex;
  min-height: 48px;
  gap: 8px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  background: #1f9f5b;
  box-shadow: 0 14px 32px rgba(31,111,139,.22), 0 0 0 0 rgba(31,159,91,.24);
  animation: whatsappPulse 2.6s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

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

.hero-copy > .eyebrow,
.hero-copy > h1,
.hero-copy > .hero-subtitle,
.hero-copy > .trust-list li,
.hero-copy > .hero-actions .btn,
.hero-copy > .reassurance-badge {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: heroElementIn .7s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero-copy > h1 {
  clip-path: inset(0 0 18% 0);
  animation-name: heroTitleIn;
}

.hero-copy > .eyebrow { animation-delay: .05s; }
.hero-copy > h1 { animation-delay: .16s; }
.hero-copy > .hero-subtitle { animation-delay: .34s; }
.hero-copy > .trust-list li:nth-child(1) { animation-delay: .46s; }
.hero-copy > .trust-list li:nth-child(2) { animation-delay: .54s; }
.hero-copy > .trust-list li:nth-child(3) { animation-delay: .62s; }
.hero-copy > .trust-list li:nth-child(4) { animation-delay: .7s; }
.hero-copy > .hero-actions .btn:nth-child(1) { animation-delay: .82s; }
.hero-copy > .hero-actions .btn:nth-child(2) { animation-delay: .9s; }
.hero-copy > .reassurance-badge { animation-delay: .98s; }

.hero-panel.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(.985);
  animation: heroPanelIn .82s cubic-bezier(.2,.8,.2,1) .42s forwards;
}

@media (hover: hover) and (pointer: fine) {
  .local-card-visual:hover {
    transform: translateY(-3px);
  }

  .local-card-visual:hover .local-card-back {
    z-index: 3;
    opacity: 1;
    filter: saturate(1.02);
    box-shadow: 0 24px 48px rgba(31,111,139,.17);
    transform: rotate(1deg) translate(-10px, 16px);
  }

  .local-card-visual:hover .local-card-front {
    z-index: 1;
    opacity: .68;
    filter: saturate(.92);
    box-shadow: 0 14px 30px rgba(31,111,139,.10);
    transform: rotate(-1deg) translate(12px, -10px) scale(.965);
  }
}

.local-card-visual.is-active {
  transform: translateY(-3px);
}

.local-card-visual.is-active .local-card-back {
  z-index: 3;
  opacity: 1;
  filter: saturate(1.02);
  box-shadow: 0 24px 48px rgba(31,111,139,.17);
  transform: rotate(1deg) translate(-10px, 16px);
}

.local-card-visual.is-active .local-card-front {
  z-index: 1;
  opacity: .68;
  filter: saturate(.92);
  box-shadow: 0 14px 30px rgba(31,111,139,.10);
  transform: rotate(-1deg) translate(12px, -10px) scale(.965);
}

@media (hover: none), (pointer: coarse) {
  .local-card-visual {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}

@keyframes introLight {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes introLogoIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(.955);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introTextIn {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes introLineIn {
  100% {
    opacity: 1;
    transform: scaleX(1) scaleY(.55);
  }
}

@keyframes introAccentIn {
  100% {
    opacity: .7;
  }
}

@keyframes introOverlayOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes heroElementIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroTitleIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes heroPanelIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pulseLight {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .72; }
  50% { transform: translate3d(-28px, 18px, 0) scale(1.08); opacity: .95; }
}

@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 14px 32px rgba(31,111,139,.22), 0 0 0 0 rgba(31,159,91,.22); }
  50% { box-shadow: 0 18px 38px rgba(31,111,139,.26), 0 0 0 10px rgba(31,159,91,0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .reveal,
  .hero-copy > .eyebrow,
  .hero-copy > h1,
  .hero-copy > .hero-subtitle,
  .hero-copy > .trust-list li,
  .hero-copy > .hero-actions .btn,
  .hero-copy > .reassurance-badge,
  .hero-panel.reveal {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
  }

  .local-card-visual {
    transform: none !important;
  }

  .intro-loader,
  .intro-loader *,
  .intro-loader::after {
    animation: none !important;
    transition: none !important;
  }

  .local-card-visual:hover .local-card-back {
    z-index: 1;
    opacity: .82;
    transform: rotate(3deg);
    box-shadow: 0 18px 38px rgba(31,111,139,.13);
  }

  .local-card-visual:hover .local-card-front {
    z-index: 2;
    opacity: 1;
    transform: rotate(-3deg);
    box-shadow: 0 18px 38px rgba(31,111,139,.13);
  }
}

@media (max-width: 980px) {
  .hero,
  .quote-shell,
  .local-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero-panel {
    max-width: 620px;
    margin: 0 auto;
  }

  .trust-strip {
    margin-top: 0;
  }

  .selector-grid,
  .benefit-grid,
  .reviews-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-review-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-intro {
    position: static;
  }

  .quote-side-card {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .local-card {
    align-items: stretch;
  }

  .local-card-visual {
    width: min(100%, 380px);
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .site-header {
    width: calc(100% - 24px);
    margin-top: 10px;
    border-radius: 24px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    height: 38px;
  }

  .brand-text {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .section-pad {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .hero {
    gap: 32px;
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

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

  .hero-subtitle {
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .trust-list {
    gap: 8px;
  }

  .trust-list li {
    font-size: .84rem;
  }

  .hero-panel {
    padding: 16px;
    border-radius: 26px;
  }

  .insurance-orbit {
    gap: 10px;
  }

  .insurance-orbit article {
    min-height: 124px;
    padding: 14px;
  }

  .insurance-orbit small {
    font-size: .78rem;
  }

  .quote-card {
    width: 100%;
  }

  .trust-strip {
    width: calc(100% - 28px);
  }

  .trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }

  .trust-strip span {
    min-height: 40px;
    font-size: .86rem;
  }

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

  .selector-card {
    display: grid;
    justify-items: start;
    min-height: 96px;
    padding: 14px;
    font-size: .92rem;
  }

  .benefit-grid,
  .reviews-grid,
  .process-grid,
  .service-columns,
  .quote-form,
  .service-group ul {
    grid-template-columns: 1fr;
  }

  .local-card,
  .service-group,
  .review-card,
  .google-review-cta,
  .quote-form,
  .process-step {
    padding: 20px;
    border-radius: 24px;
  }

  .human-trust {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .process {
    padding-top: 48px;
  }

  .reviews {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .local-card-visual {
    min-height: 250px;
    max-width: 390px;
  }

  .quote-form fieldset {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-side-card {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 92px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .mobile-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 16px;
  }
}

@media (max-width: 410px) {
  .brand-logo {
    height: 34px;
  }

  .selector-card {
    font-size: .86rem;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .site-header {
    width: calc(100% - 18px);
    padding-left: 10px;
  }

  .section-pad,
  .trust-strip {
    width: calc(100% - 22px);
  }

  h1 {
    font-size: clamp(2.05rem, 11vw, 2.72rem);
  }

  .hero-panel {
    padding: 14px;
  }

  .insurance-orbit article {
    min-height: 118px;
  }

  .local-card,
  .service-group,
  .review-card,
  .google-review-cta,
  .quote-form,
  .process-step {
    padding: 16px;
  }

  .review-card {
    min-height: 142px;
  }

  .review-card p {
    margin-top: 18px;
  }

  .local-card-visual {
    min-height: 220px;
  }

  .local-business-card {
    width: min(300px, 92%);
    border-radius: 13px;
  }

  .quote-side-card span {
    font-size: .9rem;
  }

  .mobile-whatsapp span {
    display: none;
  }

  .mobile-whatsapp {
    width: 54px;
    min-height: 54px;
    padding: 0;
  }
}

/* Stabilization safety patch */
img,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

.brand-intro {
  display: none !important;
}

.brand-logo {
  width: auto;
  height: 46px;
  max-width: 150px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-whatsapp img,
.whatsapp-link img,
.mobile-whatsapp img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .intro-loader {
    padding: max(22px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
  }

  .intro-loader__content {
    width: min(100%, 440px);
  }

  .intro-loader__logo {
    width: clamp(84px, 24vw, 112px);
    height: clamp(84px, 24vw, 112px);
  }

  .intro-loader__brand {
    margin-top: 22px;
    font-size: clamp(1.18rem, 5.8vw, 1.62rem);
    letter-spacing: .13em;
  }

  .intro-loader__brand span {
    display: block;
    margin: 8px 0 0;
    letter-spacing: .1em;
  }

  .intro-loader__slogan {
    max-width: min(88vw, 360px);
    margin-top: 12px;
    font-size: clamp(.84rem, 3.7vw, .96rem);
    line-height: 1.48;
    letter-spacing: .035em;
  }

  .intro-loader__line {
    width: min(132px, 36vw);
    margin-top: 15px;
  }

  .site-header {
    width: calc(100% - 24px);
    margin-top: 10px;
    padding: 8px 10px;
    gap: 10px;
  }

  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-logo {
    height: 34px;
    max-width: 120px;
  }

  .brand-text {
    min-width: 0;
    padding-left: 10px;
  }

  .brand strong {
    font-size: .82rem;
    white-space: nowrap;
  }

  .brand small {
    font-size: .64rem;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
  }

  .site-nav {
    max-height: calc(100dvh - 94px);
    overflow-y: auto;
    z-index: 60;
  }

  .site-nav a {
    width: 100%;
  }

  .section-pad {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding-top: clamp(38px, 9vw, 48px);
  }

  .hero-copy,
  .hero-panel,
  .hero-actions,
  .trust-list,
  .reassurance-badge,
  .section-heading,
  .quote-shell,
  .quote-form,
  .local-card,
  .google-review-cta {
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy > .eyebrow,
  .hero-copy > h1,
  .hero-copy > .hero-subtitle,
  .hero-copy > .trust-list li,
  .hero-copy > .hero-actions .btn,
  .hero-copy > .reassurance-badge,
  .hero-panel.reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
    animation: none;
  }

  h1 {
    font-size: clamp(2.05rem, 7.6vw, 2.78rem);
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
    overflow-wrap: anywhere;
  }

  .hero-subtitle,
  .trust-list li,
  .reassurance-badge,
  .panel-top,
  .panel-top strong,
  .quote-card,
  .quote-card strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn {
    min-height: 52px;
    padding: 0 18px;
    line-height: 1.18;
    white-space: normal;
  }

  .reassurance-badge {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    white-space: normal;
    text-align: center;
  }

  .hero-panel,
  .quote-form,
  .local-card,
  .google-review-cta {
    padding: 22px;
    border-radius: 24px;
  }

  .insurance-orbit,
  .reviews-grid,
  .selector-grid,
  .benefit-grid,
  .process-grid,
  .service-columns,
  .quote-shell,
  .local-card {
    grid-template-columns: 1fr;
  }

  .quote-intro {
    position: static;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .local-card-visual {
    min-height: 210px;
    width: 100%;
    overflow: visible;
  }

  .local-business-card {
    max-width: 92%;
  }

  .google-review-cta {
    display: grid;
    gap: 18px;
  }

  .mobile-whatsapp {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 46px;
    padding: 0 14px;
    font-size: .9rem;
  }

  .trust-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .panel-top {
    display: grid;
    justify-content: start;
  }

  .panel-top strong {
    white-space: normal;
  }

  .trust-list li {
    padding: 7px 10px;
  }

  .trust-list li::before {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }

  .quote-side-card span {
    gap: 8px;
  }

  .quote-side-card span::before {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 2px rgba(185,154,85,.10);
  }
}

@media (max-width: 410px) {
  .intro-loader__brand {
    font-size: clamp(1.08rem, 6vw, 1.32rem);
    letter-spacing: .105em;
  }

  .intro-loader__slogan {
    max-width: min(86vw, 320px);
    font-size: .84rem;
  }

  .site-header {
    width: calc(100% - 18px);
    padding: 8px 9px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .menu-toggle span {
    width: 17px;
  }

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

  h1 {
    font-size: clamp(2rem, 9vw, 2.28rem);
    line-height: 1.02;
    overflow-wrap: normal;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .trust-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-list li {
    width: 100%;
  }

  .panel-top {
    display: grid;
    justify-content: start;
  }

  .panel-top strong {
    white-space: normal;
  }

  .reassurance-badge {
    font-size: .84rem;
  }

  .mobile-whatsapp {
    width: 54px;
    min-height: 54px;
    padding: 0;
  }

  .mobile-whatsapp span {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: calc(64px + env(safe-area-inset-top));
  }

  .site-header {
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    z-index: 80;
    width: auto;
    margin: 0;
    min-height: 54px;
  }

  .site-nav {
    top: calc(max(8px, env(safe-area-inset-top)) + 64px);
  }

  .quote-form {
    gap: 16px 14px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
  }

  .quote-form label span,
  .quote-form legend {
    margin-bottom: 7px;
    font-size: .88rem;
  }

  .quote-form input,
  .quote-form select {
    height: 52px;
  }

  .quote-form textarea {
    min-height: 132px;
    padding-bottom: 22px;
  }

  .quote-form fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: auto;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,.68);
  }

  .quote-form fieldset legend {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 2px;
  }

  .quote-form fieldset label {
    position: relative;
    display: grid;
    min-height: 42px;
    place-items: center;
    gap: 0;
    padding: 0 10px;
    border: 1px solid rgba(31,111,139,.14);
    border-radius: 999px;
    color: var(--blue-ink);
    background: rgba(255,255,255,.86);
    box-shadow: 0 8px 18px rgba(31,111,139,.05);
    font-size: .88rem;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .quote-form fieldset label:has(input:checked) {
    color: var(--white);
    border-color: rgba(31,111,139,.18);
    background: linear-gradient(135deg, var(--blue-ink), var(--blue-deep) 58%, var(--blue-main));
    box-shadow: 0 12px 24px rgba(31,111,139,.18);
  }

  .quote-form fieldset label:active {
    transform: translateY(1px);
  }

  .quote-form fieldset input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .quote-form fieldset label:has(input:focus-visible) {
    outline: 3px solid rgba(185,154,85,.46);
    outline-offset: 3px;
  }
}

@media (max-width: 410px) {
  body {
    padding-top: calc(62px + env(safe-area-inset-top));
  }

  .site-header {
    left: 9px;
    right: 9px;
    top: max(7px, env(safe-area-inset-top));
    min-height: 52px;
  }

  .site-nav {
    top: calc(max(7px, env(safe-area-inset-top)) + 62px);
  }

  .quote-form {
    gap: 14px;
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }

  .quote-form fieldset {
    gap: 7px;
    padding: 7px;
  }

  .quote-form fieldset label {
    min-height: 40px;
    padding: 0 8px;
    font-size: .84rem;
  }
}

.local-card-visual.is-active {
  transform: translateY(-3px) !important;
}

.local-card-visual.is-active .local-card-back {
  z-index: 3 !important;
  opacity: 1 !important;
  filter: saturate(1.02) !important;
  box-shadow: 0 24px 48px rgba(31,111,139,.17) !important;
  transform: rotate(1deg) translate(-10px, 16px) !important;
}

.local-card-visual.is-active .local-card-front {
  z-index: 1 !important;
  opacity: .68 !important;
  filter: saturate(.92) !important;
  box-shadow: 0 14px 30px rgba(31,111,139,.10) !important;
  transform: rotate(-1deg) translate(12px, -10px) scale(.965) !important;
}

.btn-snapchat {
  gap: 9px;
}

.btn-snapchat img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.footer-brand {
  display: grid;
  gap: 6px;
  justify-items: start;
  align-content: start;
}

.footer-brand p {
  margin: 0;
}

.footer-snapchat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255,255,255,.8);
  font-weight: 700;
  font-size: .92rem;
  box-shadow: 0 10px 24px rgba(31,111,139,.06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.footer-snapchat:hover {
  transform: translateY(-2px);
  border-color: rgba(185,154,85,.36);
  box-shadow: var(--shadow-hover);
}

.footer-snapchat img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-snapchat:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
}

.footer-contact {
  display: grid;
  gap: 6px;
  align-content: start;
  font-style: normal;
  color: var(--muted);
  font-size: .95rem;
}

.footer-contact a {
  color: var(--blue-deep);
  font-weight: 700;
  transition: color .22s ease;
}

.footer-contact a:hover {
  color: var(--blue-ink);
}

.site-footer nav button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color .22s ease;
}

.site-footer nav a:hover,
.site-footer nav button:hover {
  color: var(--blue-deep);
}

.site-footer nav button:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
  border-radius: 6px;
}

body.legal-open {
  overflow: hidden;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 22px;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18,62,82,.46);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .34s ease;
}

.legal-modal__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(760px, 100%);
  max-height: min(84vh, 740px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(165deg, rgba(255,255,255,.98), rgba(247,251,253,.94)),
    radial-gradient(circle at 100% 0%, rgba(184,217,234,.3), transparent 46%);
  box-shadow: 0 30px 80px rgba(18,62,82,.28);
  opacity: 0;
  transform: scale(.94) translateY(14px);
  transition: opacity .34s ease, transform .34s cubic-bezier(.2,.8,.2,1);
  outline: none;
}

.legal-modal.is-open .legal-modal__backdrop {
  opacity: 1;
}

.legal-modal.is-open .legal-modal__card {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.legal-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px 16px;
  border-bottom: 1px solid var(--line);
}

.legal-modal__head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  color: var(--blue-ink);
}

.legal-modal__close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue-ink);
  background: rgba(255,255,255,.9);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.legal-modal__close:hover {
  transform: rotate(90deg);
  border-color: rgba(185,154,85,.44);
  box-shadow: 0 10px 24px rgba(31,111,139,.12);
}

.legal-modal__close:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
}

.legal-modal__body {
  overflow-y: auto;
  padding: 20px 26px 28px;
  overscroll-behavior: contain;
}

.legal-modal__updated {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.legal-modal__body h3 {
  margin: 24px 0 8px;
  font-size: 1.02rem;
  color: var(--blue-ink);
}

.legal-modal__body p,
.legal-modal__body li {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
}

.legal-modal__body ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.legal-modal__body li {
  margin-bottom: 6px;
}

.legal-modal__body a {
  color: var(--blue-deep);
  font-weight: 700;
}

.legal-modal__body a:hover {
  color: var(--blue-ink);
}

.legal-modal__body strong {
  color: var(--text);
}

@media (max-width: 640px) {
  .legal-modal {
    padding: 12px;
  }

  .legal-modal__card {
    max-height: calc(100dvh - 24px);
  }

  .legal-modal__head {
    padding: 18px 18px 14px;
  }

  .legal-modal__body {
    padding: 16px 18px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legal-modal__backdrop,
  .legal-modal__card,
  .legal-modal__close,
  .footer-snapchat {
    transition: none;
  }
}

.honey-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form[hidden] {
  display: none;
}

.btn.is-loading {
  pointer-events: none;
  opacity: .82;
}

.btn.is-loading::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  flex: 0 0 auto;
  border: 2px solid rgba(255,255,255,.38);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: btnSpin .7s linear infinite;
}

@keyframes btnSpin {
  to { transform: rotate(360deg); }
}

.form-error {
  grid-column: 1 / -1;
  padding: 14px 18px;
  border: 1px solid rgba(185,154,85,.5);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239,229,201,.55), rgba(255,255,255,.92));
  box-shadow: inset 3px 0 0 rgba(185,154,85,.66);
}

.form-error strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-ink);
}

.form-error p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

.form-error a {
  color: var(--blue-deep);
  font-weight: 700;
  border-bottom: 2px solid var(--gold);
}

.quote-success {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  min-height: 460px;
  padding: 44px 34px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    rgba(255,255,255,.78) radial-gradient(circle at 100% 0%, rgba(184,217,234,.3), transparent 46%);
  box-shadow: 0 14px 34px rgba(31,111,139,.08);
  outline: none;
  animation: heroElementIn .6s cubic-bezier(.2,.8,.2,1);
}

.quote-success[hidden] {
  display: none;
}

.quote-success__badge {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), #D6BD7E);
  box-shadow: 0 0 0 8px rgba(185,154,85,.14), 0 14px 30px rgba(185,154,85,.3);
  animation: successPop .55s cubic-bezier(.2,.8,.2,1);
}

.quote-success h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  color: var(--blue-ink);
}

.quote-success p {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
}

.quote-success .btn {
  margin-top: 8px;
}

.quote-success__again {
  margin-top: 2px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 2px solid var(--gold);
  background: none;
  color: var(--blue-deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.quote-success__again:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
}

@keyframes successPop {
  0% { transform: scale(.4); opacity: 0; }
  62% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .quote-success,
  .quote-success__badge {
    animation: none;
  }

  .btn.is-loading::after {
    animation-duration: 1.6s;
  }
}

.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  padding: 9px 14px;
  border: 1px solid rgba(185,154,85,.34);
  border-radius: 999px;
  color: var(--blue-ink);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(239,229,201,.42));
  box-shadow: 0 14px 32px rgba(185,154,85,.12);
  font-size: .95rem;
}

.reviews-rating__stars {
  color: var(--gold);
  letter-spacing: 2px;
}

.review-card footer {
  margin-top: 14px;
  color: var(--blue-ink);
  font-weight: 800;
  font-size: .9rem;
}

.review-card footer::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 8px;
  border-radius: 2px;
  background: var(--gold);
}

.faq {
  padding-top: 30px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(31,111,139,.08);
  transition: border-color .24s ease, box-shadow .24s ease;
}

.faq-item:hover {
  border-color: rgba(185,154,85,.36);
  box-shadow: var(--shadow-hover);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary h3 {
  margin: 0;
  font-size: 1.02rem;
  color: var(--blue-ink);
}

.faq-item__icon {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .24s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}

.faq-item[open] .faq-item__icon {
  transform: rotate(180deg);
  border-color: rgba(185,154,85,.44);
}

.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.faq-item > p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-item summary:focus-visible {
  outline: 3px solid rgba(185,154,85,.46);
  outline-offset: 3px;
  border-radius: 18px;
}

@media (max-width: 640px) {
  .faq-item summary {
    padding: 15px 16px;
  }

  .faq-item summary h3 {
    font-size: .96rem;
  }

  .faq-item > p {
    padding: 0 16px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-item__icon,
  .faq-item__icon::after {
    transition: none;
  }
}
