:root {
  --navy-900: #041935;
  --navy-800: #072653;
  --navy-700: #0b3d73;
  --blue-500: #10aee8;
  --blue-300: #71d7ff;
  --green-500: #22c55e;
  --amber-500: #f5b33d;
  --ink: #0f2137;
  --muted: #637489;
  --line: #d7e5f0;
  --soft: #edf5fb;
  --white: #ffffff;
  --shadow-sm: 0 16px 32px rgba(4, 25, 53, 0.1);
  --shadow-md: 0 28px 70px rgba(4, 25, 53, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::selection {
  background: var(--blue-300);
  color: var(--navy-900);
}

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

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

button,
input,
select {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy-800);
  border-radius: 6px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  background: var(--navy-900);
  color: #d8edfb;
  font-size: 0.88rem;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-height: 40px;
}

.topbar__inner span {
  margin-right: auto;
  color: var(--blue-300);
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(215, 229, 240, 0.88);
  backdrop-filter: blur(18px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 188px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: var(--navy-900);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--blue-500);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy-800);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-300));
  color: var(--navy-900);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(16, 174, 232, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(16, 174, 232, 0.34);
}

.hero .button:first-child {
  position: relative;
  overflow: hidden;
}

.hero .button:first-child::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
  content: "";
  transform: translateX(-120%);
  animation: button-sheen 3.8s ease-in-out infinite;
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
}

.button--full {
  width: 100%;
}

.button--ghost,
.button--ghost-dark {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  box-shadow: none;
}

.button--ghost-dark {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy-800);
}

.button--light {
  background: var(--white);
  color: var(--navy-800);
  box-shadow: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 118px);
  padding: 72px 0 60px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 25, 53, 0.94) 0%, rgba(4, 25, 53, 0.82) 43%, rgba(4, 25, 53, 0.42) 100%),
    linear-gradient(180deg, rgba(4, 25, 53, 0.18), rgba(4, 25, 53, 0.78)),
    url("assets/original/hero-familia-blade-v2.png") right center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(4, 25, 53, 0), rgba(4, 25, 53, 0.92));
  content: "";
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: center;
}

.hero__content {
  max-width: 760px;
  animation: hero-copy-in 760ms ease both;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-500);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__content h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.45rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero__content > p:not(.eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  color: #e5f4fb;
  font-size: clamp(1.04rem, 1.6vw, 1.25rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 42px;
}

.trust-row article {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.trust-row article::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(113, 215, 255, 0.16) 50%, transparent 100%);
  content: "";
  transform: translateX(-115%);
  animation: metric-scan 4.4s ease-in-out infinite;
}

.trust-row article:nth-child(2)::before {
  animation-delay: 450ms;
}

.trust-row article:nth-child(3)::before {
  animation-delay: 900ms;
}

.trust-row strong,
.trust-row span {
  position: relative;
  z-index: 1;
}

.trust-row strong {
  display: block;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
}

.trust-row span {
  display: block;
  margin-top: 8px;
  color: #cce8f7;
  font-weight: 800;
}

.quote-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  animation: form-lift-in 860ms 120ms ease both;
}

.quote-card__header {
  margin-bottom: 20px;
}

.quote-card h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.quote-card__header p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

.quote-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #203755;
  font-size: 0.9rem;
  font-weight: 800;
}

.pwrcrmInputCont {
  margin-bottom: 14px;
}

.pwrcrmInputCont label {
  display: block;
  margin: 0 0 7px;
}

.quote-card input,
.quote-card select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid #b9cad8;
  border-radius: 7px;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quote-card input:focus,
.quote-card select:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(16, 174, 232, 0.14);
}

.form-row {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 12px;
}

.check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  font-weight: 700 !important;
}

.quote-card .check label {
  margin: 0;
}

.check input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  accent-color: var(--blue-500);
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.proof-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 30px rgba(4, 25, 53, 0.04);
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.proof-strip span {
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 16px;
  color: var(--navy-800);
  font-weight: 900;
  text-align: center;
  border-left: 1px solid var(--line);
}

.proof-strip span:last-child {
  border-right: 1px solid var(--line);
}

.section {
  padding: 92px 0;
}

.section--muted {
  background:
    radial-gradient(circle at top left, rgba(16, 174, 232, 0.14), transparent 28%),
    var(--soft);
}

.section h2,
.experience-band h2,
.kinetic-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.05rem, 3.4vw, 3.6rem);
  line-height: 1.02;
}

.intro__grid,
.contact-section__grid,
.faq__grid {
  display: grid;
  grid-template-columns: 0.86fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.intro__copy > p,
.contact-section p,
.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.benefit-list article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.benefit-list span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-500);
  font-weight: 900;
}

.benefit-list strong {
  display: block;
  color: var(--navy-900);
  font-size: 1.08rem;
}

.benefit-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.experience-band {
  padding: 88px 0;
  background: var(--navy-900);
  color: var(--white);
}

.experience-band__grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
}

.experience-band h2 {
  color: var(--white);
}

.experience-band p:not(.eyebrow) {
  color: #d8ecf8;
  font-size: 1.08rem;
}

.experience-band__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.28);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.experience-band__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  content: "";
}

.experience-band__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.motion-scene {
  background: #031325;
}

.motion-scene img {
  opacity: 0.92;
  transform: scale(1.02);
}

.motion-scene__scan {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -28%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(113, 215, 255, 0.34), transparent);
  filter: blur(1px);
  mix-blend-mode: screen;
  transform: rotate(18deg);
  animation: scene-scan 4.8s ease-in-out infinite;
}

.motion-scene__ring {
  position: absolute;
  width: 118px;
  height: 118px;
  border: 2px solid rgba(113, 215, 255, 0.78);
  border-radius: 50%;
  opacity: 0;
  animation: radar-ring 2.9s ease-out infinite;
}

.motion-scene__ring--one {
  left: 42%;
  top: 35%;
}

.motion-scene__ring--two {
  right: 13%;
  top: 24%;
  animation-delay: 850ms;
}

.motion-scene__node {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 8px rgba(16, 174, 232, 0.18), 0 0 28px rgba(113, 215, 255, 0.8);
  animation: node-pulse 1.8s ease-in-out infinite;
}

.motion-scene__node--one {
  left: 47%;
  top: 42%;
}

.motion-scene__node--two {
  right: 18%;
  top: 32%;
  animation-delay: 500ms;
}

.motion-scene__node--three {
  left: 23%;
  bottom: 28%;
  animation-delay: 1s;
}

.motion-chip {
  position: absolute;
  display: grid;
  gap: 1px;
  min-width: 138px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(4, 25, 53, 0.78);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  animation: chip-float 4.2s ease-in-out infinite;
}

.motion-chip strong,
.motion-chip span {
  display: block;
}

.motion-chip strong {
  font-size: 0.92rem;
}

.motion-chip span {
  color: #bfe8fb;
  font-size: 0.78rem;
  font-weight: 800;
}

.motion-chip--one {
  left: 18px;
  top: 18px;
}

.motion-chip--two {
  right: 18px;
  bottom: 18px;
  animation-delay: 700ms;
}

.motion-chip--three {
  left: 28%;
  bottom: 14px;
  animation-delay: 1.2s;
}

.kinetic-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    linear-gradient(180deg, #061f43, #041935);
  color: var(--white);
}

.kinetic-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  animation: grid-drift 12s linear infinite;
}

.kinetic-section__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: center;
}

.kinetic-section h2 {
  color: var(--white);
}

.kinetic-section p:not(.eyebrow) {
  max-width: 560px;
  color: #d8ecf8;
  font-size: 1.06rem;
}

.response-flow {
  position: relative;
  display: grid;
  gap: 16px;
}

.response-flow::before {
  position: absolute;
  left: 29px;
  top: 34px;
  bottom: 34px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-500), rgba(113, 215, 255, 0.12));
  content: "";
}

.response-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 22px 24px 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.response-flow article::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent, rgba(113, 215, 255, 0.12), transparent);
  content: "";
  opacity: 0;
  transform: translateX(-30%);
  animation: flow-sweep 5s ease-in-out infinite;
}

.response-flow article:nth-child(2)::after {
  animation-delay: 700ms;
}

.response-flow article:nth-child(3)::after {
  animation-delay: 1.4s;
}

.response-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  background: var(--blue-500);
  color: var(--navy-900);
  border-radius: 0 8px 8px 0;
  font-weight: 900;
}

.response-flow strong,
.response-flow p {
  position: relative;
  z-index: 1;
  grid-column: 2;
}

.response-flow strong {
  display: block;
  color: var(--white);
  font-size: 1.22rem;
}

.response-flow p {
  margin: -8px 0 0;
  color: #cfe4f2;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.service-list span {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 900;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coverage-card,
.testimonial-card,
.steps__grid article,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.coverage-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.coverage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 174, 232, 0.38);
  box-shadow: var(--shadow-md);
}

.coverage-card--featured {
  background: linear-gradient(140deg, var(--navy-800), #0d5791);
  color: var(--white);
}

.coverage-card--featured h3,
.coverage-card--featured p {
  color: var(--white);
}

.icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 24px;
  background: #dcf6ff;
  border-radius: 8px;
}

.coverage-card--featured .icon {
  background: rgba(255, 255, 255, 0.16);
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.coverage-card h3,
.steps__grid h3 {
  margin: 0 0 10px;
  color: var(--navy-800);
  font-size: 1.24rem;
}

.coverage-card p,
.steps__grid p {
  margin: 0;
  color: var(--muted);
}

.coverage-card--featured h3,
.coverage-card--featured p {
  color: var(--white);
}

.steps {
  background: var(--white);
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps__grid article {
  position: relative;
  min-height: 210px;
  padding: 28px;
}

.steps__grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 30px;
  background: var(--navy-800);
  color: var(--white);
  border-radius: 50%;
  font-weight: 900;
}

.testimonials {
  background:
    linear-gradient(180deg, #f7fbff, #edf5fb);
}

.testimonials__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.testimonials__top h2 {
  max-width: 620px;
}

.google-rating {
  min-width: 286px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.google-rating__name {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.google-rating strong {
  display: inline-block;
  margin-top: 4px;
  color: var(--navy-900);
  font-size: 2rem;
  line-height: 1;
}

.google-rating span:last-child,
.rating {
  color: var(--amber-500);
  letter-spacing: 0;
}

.testimonial-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 14px;
  align-items: center;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 6px 4px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 280px;
  padding: 30px;
  scroll-snap-align: start;
}

.testimonial-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-500));
  color: var(--white);
  font-size: 1.24rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(8, 47, 99, 0.16);
}

.rating {
  margin-top: 18px;
  font-size: 1.02rem;
  line-height: 1;
}

.testimonial-card p {
  margin: 18px 0 24px;
  color: var(--ink);
  font-size: 1.02rem;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--navy-800);
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.carousel-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy-800);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: var(--navy-800);
  color: var(--white);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.testimonial-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #bfd4e5;
  cursor: pointer;
}

.testimonial-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--blue-500);
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    url("assets/original/Site-blade-capa-1.png") center / cover;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 30px;
}

.contact-card p {
  margin: 0;
}

.contact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-800);
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(4, 25, 53, 0.05);
}

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

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  padding: 86px 0;
  background:
    linear-gradient(135deg, rgba(4, 25, 53, 0.96), rgba(16, 174, 232, 0.9)),
    url("assets/original/site-blade-3.png") center / cover;
  color: var(--white);
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--white);
}

.footer {
  padding: 56px 0 28px;
  background: var(--navy-900);
  color: var(--white);
}

.footer__grid {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 40px;
  align-items: start;
}

.brand--footer img {
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.25));
}

.footer p {
  max-width: 520px;
  margin: 0;
  color: #cfe4f2;
}

.footer nav {
  display: grid;
  gap: 10px;
}

.footer__bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #cfe4f2;
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 35;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: var(--green-500);
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.mobile-action-bar {
  display: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 60;
  max-width: min(420px, calc(100% - 32px));
  padding: 14px 18px;
  background: var(--navy-900);
  color: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(4, 25, 53, 0.92), rgba(16, 174, 232, 0.72)),
    url("assets/original/hero-familia-blade-v2.png") center / cover no-repeat;
}

.thanks-shell {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  place-items: center;
}

.thanks-card {
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.thanks-card img {
  width: 142px;
  height: auto;
  margin-bottom: 20px;
}

.thanks-card h1 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.04;
}

.thanks-card p:not(.eyebrow) {
  margin: 16px 0 22px;
  color: var(--muted);
}

.thanks-whatsapp {
  gap: 10px;
  background: var(--green-500);
  box-shadow: 0 16px 34px rgba(16, 185, 129, 0.25);
}

.thanks-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.thanks-back {
  display: inline-block;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.reveal {
  opacity: 1;
  transform: translateY(24px);
  transition: transform 620ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
}

@media (max-width: 980px) {
  .topbar__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 18px;
    padding: 10px 0;
  }

  .topbar__inner span {
    width: 100%;
    margin-right: 0;
  }

  .navbar {
    min-height: 72px;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 1px);
    display: none;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
  }

  .nav-links.is-open {
    display: grid;
  }

  .navbar > .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 54px;
  }

  .hero__background {
    background:
      linear-gradient(180deg, rgba(4, 25, 53, 0.92), rgba(4, 25, 53, 0.82)),
      url("assets/original/hero-familia-blade-v2.png") center / cover no-repeat;
  }

  .hero__grid,
  .intro__grid,
  .experience-band__grid,
  .contact-section__grid,
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .quote-card {
    max-width: 560px;
  }

  .benefit-list,
  .coverage-grid,
  .steps__grid,
  .footer__grid,
  .kinetic-section__grid {
    grid-template-columns: 1fr;
  }

  .kinetic-section {
    padding: 68px 0;
  }

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

  .proof-strip span,
  .proof-strip span:last-child {
    min-height: 58px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .testimonials__top {
    display: grid;
    align-items: start;
  }

  .testimonial-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .section {
    padding: 68px 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    font-size: 0.78rem;
  }

  .topbar__inner a:last-child {
    display: none;
  }

  .brand img {
    width: 138px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero__content h1 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .hero__actions,
  .contact-actions {
    display: grid;
  }

  .trust-row {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .trust-row article {
    min-height: auto;
  }

  .quote-card,
  .coverage-card,
  .testimonial-card,
  .contact-card,
  .benefit-list article {
    padding: 22px;
  }

  .form-row,
  .service-list,
  .proof-strip__grid {
    grid-template-columns: 1fr;
  }

  .section h2,
  .experience-band h2,
  .kinetic-section h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .experience-band {
    padding: 66px 0;
  }

  .motion-chip {
    min-width: 112px;
    padding: 10px 12px;
  }

  .motion-chip--three {
    display: none;
  }

  .response-flow article {
    grid-template-columns: 52px 1fr;
    padding-right: 18px;
  }

  .response-flow span {
    width: 52px;
    height: 52px;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-button {
    display: none;
  }

  .testimonial-card {
    flex-basis: 100%;
    min-height: 290px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(4, 25, 53, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-action-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    display: grid;
    min-height: 44px;
    place-items: center;
    border-radius: 7px;
    background: var(--green-500);
    color: var(--white);
    font-weight: 900;
  }

  .mobile-action-bar a:last-child {
    background: var(--blue-500);
    color: var(--navy-900);
  }

  .footer__bottom {
    padding-bottom: 74px;
  }
}

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

@keyframes button-sheen {
  0%,
  42% {
    transform: translateX(-120%);
  }

  62%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes form-lift-in {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes metric-scan {
  0%,
  44% {
    transform: translateX(-115%);
  }

  64%,
  100% {
    transform: translateX(115%);
  }
}

@keyframes scene-scan {
  0%,
  28% {
    left: -32%;
  }

  58%,
  100% {
    left: 106%;
  }
}

@keyframes radar-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.35);
  }

  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

@keyframes node-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }
}

@keyframes chip-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 72px 72px;
  }
}

@keyframes flow-sweep {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-30%);
  }

  50% {
    opacity: 1;
  }

  70%,
  100% {
    opacity: 0;
    transform: translateX(30%);
  }
}
