@supports (backdrop-filter: blur(18px)) {
  .site-header.is-scrolled,
  .nav-list,
  .trust-panel {
    backdrop-filter: blur(18px);
  }
}

@supports (color: color-mix(in srgb, white, black)) {
  .trust-panel {
    background: color-mix(in srgb, var(--color-white) 95%, transparent);
  }
}

@supports not (display: grid) {
  .hero__inner,
  .services-grid,
  .trust-panel,
  .about-card,
  .process-steps,
  .cta-card,
  .site-footer__grid {
    display: block;
  }

  .service-card,
  .trust-item,
  .process-step {
    margin-bottom: 18px;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .iphone__screen {
    height: 520px;
  }
}

.no-js .reveal-on-scroll,
.no-intersection-observer .reveal-on-scroll,
.reduced-motion .reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Corrective visual lock: undo skinny phones/tiny icons from the prior pass. */
.hero {
  min-height: 704px;
  padding: 92px 0 118px;
}

.hero__inner {
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(590px, 1.08fr);
}

.hero h1 {
  font-size: clamp(3.3rem, 4.25vw, 4.34rem);
  letter-spacing: -0.043em;
  line-height: 1.01;
  max-width: 630px;
}

.hero__lead {
  max-width: 430px;
}

.hero__badges {
  gap: 18px;
  max-width: 650px;
}

.hero__badges li {
  color: #17243d;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero__badges .mdi {
  color: var(--color-blue-700);
  font-size: 1.02rem;
}

.phone-stage {
  contain: layout;
  height: 548px;
  max-width: 650px;
  overflow: visible;
  perspective: 1500px;
  transform: translate3d(44px, 34px, 0);
  transform-style: preserve-3d;
  will-change: auto;
}

.phone-stage::before {
  background:
    radial-gradient(ellipse at center, rgba(3, 12, 32, 0.28) 0%, rgba(15, 23, 42, 0.15) 34%, rgba(37, 99, 255, 0.08) 54%, transparent 74%);
  bottom: 8px;
  filter: blur(34px);
  height: 126px;
  left: 5%;
  opacity: 0.86;
  width: 92%;
}

.phone-stage::after {
  background:
    radial-gradient(ellipse at center, rgba(78, 157, 255, 0.26) 0%, rgba(116, 199, 255, 0.14) 42%, transparent 72%);
  bottom: 26px;
  filter: blur(54px);
  height: 118px;
  left: 12%;
  opacity: 0.68;
  width: 78%;
}

.iphone {
  background:
    linear-gradient(110deg, #b8c0ca 0%, #586171 8%, #171d27 18%, #050812 48%, #29313d 74%, #d8dee6 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 54px;
  box-shadow:
    0 42px 78px rgba(15, 23, 42, 0.3),
    0 16px 34px rgba(15, 23, 42, 0.22),
    -8px 0 14px rgba(255, 255, 255, 0.35) inset,
    6px 0 12px rgba(0, 0, 0, 0.34) inset;
  padding: 9px;
  transform-style: preserve-3d;
}

.iphone::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 13%, transparent 84%, rgba(255, 255, 255, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  inset: 1px;
  opacity: 0.34;
}

.iphone::after {
  background:
    linear-gradient(108deg, transparent 0 54%, rgba(255, 255, 255, 0.16) 61%, transparent 70% 100%);
  border-radius: 46px;
  inset: 12px;
  opacity: 0.2;
}

.iphone--home {
  left: 4px;
  top: 8px;
  transform: rotateZ(-3deg) rotateY(-2deg) rotateX(0.4deg) translateZ(18px);
  width: 350px;
  z-index: 4;
}

.iphone--request {
  right: 2px;
  top: 76px;
  transform: rotateZ(5.2deg) rotateY(2.2deg) rotateX(0.2deg) translateZ(4px);
  width: 316px;
  z-index: 3;
}

.iphone__screen {
  aspect-ratio: 390 / 820;
  border-radius: 42px;
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.08),
    inset 0 0 18px rgba(15, 23, 42, 0.05);
}

.iphone__screen img,
.iphone__screen--home img,
.iphone__screen--request img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.iphone__notch {
  background:
    radial-gradient(circle at 76% 50%, rgba(54, 66, 84, 0.86) 0 2.2px, transparent 2.9px),
    linear-gradient(180deg, #070b13 0%, #02040a 100%);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 1px 4px rgba(0, 0, 0, 0.28);
  height: 25px;
  top: 18px;
  width: 98px;
}

.iphone__button--action {
  height: 32px;
  left: -4px;
  top: 108px;
  width: 5px;
}

.iphone__button--volume {
  height: 66px;
  left: -5px;
  top: 164px;
  width: 5px;
}

.iphone__button--power {
  height: 76px;
  right: -5px;
  top: 160px;
  width: 5px;
}

.trust-strip {
  margin-top: -76px;
}

.trust-panel {
  border-radius: 25px;
  box-shadow: 0 34px 86px rgba(15, 23, 42, 0.13);
}

.trust-item {
  min-height: 116px;
  padding: 24px 36px;
}

.trust-item__icon {
  flex-basis: 58px;
  height: 58px;
  width: 58px;
}

.trust-item__icon .mdi {
  font-size: 2.18rem;
}

.trust-item__icon .mdi::before {
  opacity: 1;
  transform: scale(1);
}

.services-section {
  padding-top: 50px;
}

.services-grid {
  gap: 26px;
  max-width: 1080px;
}

.service-card {
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.075);
  min-height: 154px;
  padding: 28px 16px 22px;
}

.service-card__icon {
  border-radius: 16px;
  font-size: 2.2rem;
  height: 62px;
  margin-bottom: 18px;
  width: 62px;
}

.service-card__icon::before {
  opacity: 1;
  transform: scale(1);
}

.service-card h3 {
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
}

.process-section {
  padding-top: 28px;
}

.process-steps {
  column-gap: 0;
  margin-top: 46px;
  max-width: 1240px;
}

.process-step {
  gap: 14px;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 136px;
  padding-right: 36px;
}

.process-step::before {
  color: #dce8fb;
  font-size: 4.65rem;
  left: 0;
  top: -12px;
}

.process-step:not(:last-child)::after {
  border-top: 2px dotted #c6d9f8;
  left: 146px;
  opacity: 0.9;
  right: -2px;
  top: 29px;
}

.process-step__icon {
  height: 58px;
  margin-left: 50px;
  width: 58px;
}

.process-step__icon .mdi {
  font-size: 1.45rem;
}

.process-step__icon .mdi::before,
.help-contact__icon::before,
.site-footer .mdi::before {
  opacity: 1;
  transform: scale(1);
}

.process-step h3 {
  font-size: 0.94rem;
  line-height: 1.16;
}

.process-step p {
  font-size: 0.84rem;
  line-height: 1.55;
  max-width: 205px;
}

.site-footer__contact a {
  gap: 10px;
}

@media (min-width: 980px) and (max-width: 1399px) {
  .hero {
    min-height: 704px;
    padding-bottom: 116px;
  }

  .hero__inner {
    gap: 22px;
    grid-template-columns: minmax(0, 0.88fr) minmax(570px, 1.12fr);
  }

  .hero h1 {
    font-size: clamp(3.22rem, 4.05vw, 4.05rem);
    max-width: 570px;
  }

  .hero__lead {
    max-width: 410px;
  }

  .hero__badges {
    gap: 13px;
    max-width: 560px;
  }

  .hero__badges li {
    font-size: 0.66rem;
  }

  .phone-stage {
    height: 548px;
    max-width: 628px;
    transform: translate3d(32px, 36px, 0);
  }

  .iphone--home {
    left: 0;
    top: 8px;
    width: 340px;
  }

  .iphone--request {
    right: 0;
    top: 78px;
    width: 308px;
  }
}

@media (max-width: 979px) {
  .hero {
    min-height: auto;
    padding: 96px 0 76px;
  }

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

  .hero h1 {
    font-size: clamp(2.7rem, 7vw, 3.65rem);
  }

  .hero__badges {
    flex-wrap: wrap;
  }

  .phone-stage {
    height: 478px;
    max-width: 580px;
    transform: none;
  }

  .iphone--home {
    left: 54px;
    top: 6px;
    width: 252px;
  }

  .iphone--request {
    right: 50px;
    top: 74px;
    width: 232px;
  }

  .service-card__icon {
    font-size: 2rem;
    height: 58px;
    width: 58px;
  }
}

@media (max-width: 759px) {
  .hero {
    padding: 92px 0 58px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .phone-stage {
    height: 404px;
    max-width: 430px;
  }

  .iphone {
    border-radius: 40px;
    padding: 6px;
  }

  .iphone__screen {
    border-radius: 33px;
  }

  .iphone__notch {
    height: 18px;
    top: 13px;
    width: 72px;
  }

  .iphone--home {
    left: 24px;
    top: 8px;
    width: 196px;
  }

  .iphone--request {
    right: 20px;
    top: 78px;
    width: 182px;
  }

  .trust-item__icon {
    flex-basis: 52px;
    height: 52px;
    width: 52px;
  }

  .service-card {
    min-height: 148px;
  }
}

@media (max-width: 420px) {
  .phone-stage {
    height: 360px;
  }

  .iphone--home {
    left: 8px;
    width: 174px;
  }

  .iphone--request {
    right: 7px;
    top: 74px;
    width: 164px;
  }
}

/* === CARVIA FINAL FIXES === */

/* Servicios: forzar 2 columnas en móvil (override de reglas previas) */
@media (max-width: 759px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }
}

/* Íconos de servicios más grandes en desktop */
/*@media (min-width: 760px) {
  .service-card__icon {
    font-size: 2rem !important;
    height: 58px !important;
    width: 58px !important;
  }
}*/


/* ================================================================
   CARVIA PIXEL-PERFECT PASS — appended by carvia_pixel_perfect.py
   ================================================================ */

/* ── 1. Facebook footer: nunca verde, siempre azul ── */
.site-footer__social a .mdi-facebook,
.site-footer__contact a .mdi-facebook,
.help-social a .mdi-facebook {
  color: #1877f2 !important;
  --mdi-filter: invert(29%) sepia(95%) saturate(1200%) hue-rotate(205deg) brightness(95%) contrast(105%) !important;
}

/* ── 2. Íconos de servicios: más grandes, más presencia ── */
.service-card__icon {
  background: #eef4ff !important;
  border-radius: 16px !important;
  color: var(--color-blue-700) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.4rem !important;
  height: 72px !important;
  width: 72px !important;
  margin-bottom: 20px !important;
}

.service-card__icon::before {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Servicios: volver a MDI real y evitar que los overrides SVG anteriores contaminen el render. */
.service-card__icon.mdi {
  --mdi-filter: none !important;
  align-items: center !important;
  background: #eef4ff !important;
  border-radius: 16px !important;
  color: #2563ff !important;
  display: inline-flex !important;
  font-size: 2.18rem !important;
  height: 68px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin-bottom: 19px !important;
  width: 68px !important;
}

.service-card__icon.mdi::before {
  -webkit-font-smoothing: antialiased !important;
  content: "" !important;
  display: block !important;
  filter: none !important;
  font: normal normal normal 1em/1 "Material Design Icons" !important;
  height: auto !important;
  opacity: 1 !important;
  text-rendering: auto !important;
  transform: none !important;
  width: auto !important;
}

.service-card__icon.mdi-wrench::before { content: "\F05B7" !important; }
.service-card__icon.mdi-car-wash::before { content: "\F010E" !important; }
.service-card__icon.mdi-car-battery::before { content: "\F010C" !important; }
.service-card__icon.mdi-tow-truck::before { content: "\F083C" !important; }
.service-card__icon.mdi-tire::before { content: "\F1896" !important; }
.service-card__icon.mdi-apps::before { content: "\F003B" !important; }

.service-card h3 {
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  color: #0f172a !important;
}

/* ── 3. Service cards: más altas y con más padding ── */
.service-card {
  min-height: 164px !important;
  padding: 28px 16px 22px !important;
  border-radius: 18px !important;
}

/* ── 4. Hero desktop: proporciones más cercanas a referencia ── */
@media (min-width: 980px) {
  .hero {
    min-height: 748px !important;
    padding: 124px 0 116px !important;
  }

  .hero__inner {
    gap: 18px !important;
    grid-template-columns: minmax(0, 510px) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .hero__content {
    max-width: 510px !important;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 3.35vw, 3.75rem) !important;
    line-height: 1.08 !important;
    max-width: 535px !important;
    letter-spacing: -0.04em !important;
  }

  .hero__lead {
    font-size: 1.18rem !important;
    margin-top: 34px !important;
    max-width: 470px !important;
  }

  .hero__badges {
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin-top: 58px !important;
    white-space: nowrap !important;
  }

  .hero__badges li {
    font-size: 0.77rem !important;
    font-weight: 700 !important;
    color: #182640 !important;
    gap: 6px !important;
  }

  .hero__badges .mdi {
    font-size: 1.05rem !important;
    color: var(--color-blue-700) !important;
  }

  .hero__visual {
    min-height: 590px !important;
  }

  .phone-stage {
    height: 610px !important;
    max-width: 660px !important;
    transform: translateX(40px) !important;
  }

  .iphone {
    width: 316px !important;
  }

  .iphone--home {
    left: 10px !important;
    top: 2px !important;
    transform: rotateZ(-3.2deg) !important;
    width: 326px !important;
    z-index: 4 !important;
  }

  .iphone--request {
    right: 18px !important;
    top: 82px !important;
    transform: rotateZ(5.2deg) !important;
    width: 300px !important;
    z-index: 3 !important;
  }

  .trust-strip {
    margin-top: -64px !important;
  }

  .trust-panel {
    border-radius: 22px !important;
    box-shadow: 0 28px 70px rgba(15,23,42,0.10) !important;
  }

  .trust-item {
    min-height: 120px !important;
    padding: 26px 38px !important;
    gap: 20px !important;
  }

  .trust-item__icon {
    height: 52px !important;
    width: 52px !important;
  }

  .trust-item__icon .mdi {
    font-size: 2rem !important;
  }

  .trust-item__icon .mdi::before {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .trust-item h3 {
    font-size: 0.96rem !important;
    font-weight: 780 !important;
  }

  .trust-item p {
    font-size: 0.86rem !important;
  }

  .services-section {
    padding-top: 58px !important;
  }

  .services-grid {
    gap: 26px !important;
    max-width: 1060px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* ── 5. Servicios mobile: 2 columnas DEFINITIVO ── */
@media (max-width: 759px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
    gap: 14px !important;
  }

  .service-card__icon {
    font-size: 1.9rem !important;
    height: 56px !important;
    width: 56px !important;
    margin-bottom: 14px !important;
  }

  .service-card {
    min-height: 144px !important;
    padding: 22px 12px 18px !important;
  }
}

@media (max-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }
}

/* Ícono mdi-apps: puntos rellenos (mdi-apps ya lo es, solo asegurar tamaño) */
.service-card__icon.mdi-apps {
  font-size: 2.18rem !important;
}

@media (max-width: 759px) {
  .service-card__icon.mdi-apps {
    font-size: 2rem !important;
  }
}


/* ================================================================
   CARVIA SVG ICONS — appended by carvia_icons.py
   ================================================================ */

/* ── SVG base reset ── */
.service-card__icon svg,
.hero-badge-icon svg,
.trust-item__icon svg,
.process-step__icon svg,
.help-contact__icon svg,
.help-social a svg,
.site-footer__social a svg,
.site-footer__contact a svg,
.footer-contact-icon svg,
.social-icon svg {
  display: block;
  flex-shrink: 0;
}

/* ── Servicio cards: icono SVG dentro del span azul ── */
.service-card__icon {
  align-items: center !important;
  background: #eef4ff !important;
  border-radius: 16px !important;
  color: var(--color-blue-700) !important;
  display: inline-flex !important;
  font-size: unset !important;
  height: 72px !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  width: 72px !important;
}

.service-card__icon svg {
  height: 32px;
  width: 32px;
  stroke: var(--color-blue-700);
}

/* ── Hero badges ── */
.hero__badges li {
  align-items: center;
  display: flex;
  gap: 6px;
}

.hero-badge-icon {
  align-items: center;
  color: var(--color-blue-700);
  display: inline-flex;
  flex-shrink: 0;
}

.hero-badge-icon svg {
  height: 16px;
  stroke: var(--color-blue-700);
  width: 16px;
}

.hero-badge-icon--green svg {
  stroke: #22c55e;
}

/* ── Trust strip ── */
.trust-item__icon {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
}

.trust-item__icon svg {
  height: 28px;
  width: 28px;
}

.trust-item__icon--blue svg {
  stroke: var(--color-blue-700);
}

.trust-item__icon--green svg {
  stroke: #22c55e;
}

/* ── Process steps ── */
.process-step__icon {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
}

.process-step__icon svg {
  height: 24px;
  width: 24px;
}

.process-step__icon--green svg {
  stroke: #22c55e;
}

/* ── Help contacts ── */
.help-contact__icon {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
}

.help-contact__icon svg {
  height: 22px;
  stroke: var(--color-blue-700);
  width: 22px;
}

.help-contact__icon--green svg {
  stroke: #22c55e;
}

/* ── Help / Footer social icons ── */
.help-social a svg,
.site-footer__social a svg,
.social-icon svg {
  height: 20px;
  width: 20px;
}

.social-icon--instagram svg {
  stroke: #e1306c;
}

.social-icon--facebook svg {
  stroke: #1877f2;
  fill: none;
}

/* ── Footer contact icons ── */
.footer-contact-icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
}

.footer-contact-icon svg {
  height: 16px;
  stroke: var(--color-blue-700);
  width: 16px;
}

.footer-contact-icon--green svg {
  stroke: #22c55e;
}

.footer-contact-icon--instagram svg {
  stroke: #e1306c;
}

.footer-contact-icon--facebook svg {
  stroke: #1877f2;
  fill: none;
}

/* ── Servicios mobile: mantener 2 col ── */
@media (max-width: 759px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }
}

/* ================================================================
   CARVIA ICON FIX — appended by carvia_fix_icons.py
   ================================================================ */

/* Garantizar visibilidad SVGs en service-card__icon */
.service-card__icon {
  align-items: center !important;
  background: #eef4ff !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  height: 72px !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  width: 72px !important;
}

.service-card__icon svg {
  display: block !important;
  flex-shrink: 0 !important;
  height: 32px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 32px !important;
}

/* Ocultar el ::before de MDI que puede interferir */
/*.service-card__icon::before {
  display: none !important;
}*/

/* WhatsApp: color verde en todos los contextos */
.help-contact__icon--green svg,
.help-social a svg,
.hero-badge-icon--green svg {
  display: block !important;
  opacity: 1 !important;
}

/* Store button: layout correcto */
.store-button {
  align-items: center !important;
  display: inline-flex !important;
  gap: 12px !important;
}

.store-button svg {
  flex-shrink: 0 !important;
}

.store-button span {
  text-align: left !important;
}

/* Servicios mobile: 2 columnas definitivo */
@media (max-width: 759px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }
}
/* ================================================================
   CARVIA SERVICE ICONS — SVG fill fix
   Pegar al final de css/supports.css
   ================================================================ */

/* El span ya no usa ::before de MDI, ahora contiene un SVG inline */
.service-card__icon {
  align-items: center !important;
  background: #eef4ff !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  height: 72px !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  width: 72px !important;
  font-size: 0 !important; /* silencia cualquier ::before MDI residual */
}

/*.service-card__icon::before {
  display: none !important;
}*/

.service-card__icon svg {
  display: block !important;
  flex-shrink: 0 !important;
  height: 34px !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
  width: 34px !important;
}

/* Servicios mobile: 2 columnas definitivo */
@media (max-width: 759px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }
}
/* Servicios: iconos MDI premium */
.service-card__icon {
  align-items: center !important;
  background: #eef4ff !important;
  border-radius: 16px !important;
  color: #2563FF !important;
  display: inline-flex !important;
  font-size: 1.8rem !important;
  height: 64px !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
  width: 64px !important;
}

.service-card__icon::before {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Final icon-only lock: WhatsApp, Facebook footer/contact and Google Play badge. */
.whatsapp-icon {
  display: block !important;
  fill: none !important;
  overflow: visible !important;
  stroke: #25d366 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.75 !important;
}

.hero-badge-icon--green .whatsapp-icon {
  height: 16px !important;
  width: 16px !important;
}

.trust-item__icon--green .whatsapp-icon {
  height: 29px !important;
  width: 29px !important;
}

.process-step__icon--green .whatsapp-icon {
  height: 24px !important;
  width: 24px !important;
}

.help-contact__icon--green .whatsapp-icon {
  height: 23px !important;
  width: 23px !important;
}

.footer-contact-icon--green .whatsapp-icon {
  height: 16px !important;
  width: 16px !important;
}

.footer-contact-icon--facebook {
  align-items: center !important;
  color: #1877f2 !important;
  display: inline-flex !important;
  flex: 0 0 16px !important;
  justify-content: center !important;
  width: 16px !important;
}

.footer-contact-icon--facebook svg {
  display: block !important;
  fill: currentColor !important;
  height: 16px !important;
  stroke: none !important;
  width: 16px !important;
}

.store-button {
  align-items: center !important;
  background: #05070f !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 11px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 10px 24px rgba(0, 0, 0, 0.18) !important;
  gap: 12px !important;
  min-height: 57px !important;
  min-width: 214px !important;
  padding: 8px 16px !important;
}

.store-button__icon {
  display: block !important;
  flex: 0 0 34px !important;
  height: 34px !important;
  width: 34px !important;
}

.store-button__text {
  color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  line-height: 1 !important;
  text-align: left !important;
}

.store-button__text small {
  color: #fff !important;
  display: block !important;
  font-size: 0.58rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.055em !important;
  line-height: 1 !important;
  opacity: 0.9 !important;
}

.store-button__text strong {
  color: #fff !important;
  display: block !important;
  font-size: 1.04rem !important;
  font-weight: 830 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.04 !important;
}

/* Final micro-adjustments: hero badge copy, hero fade, footer Facebook. */
.hero::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 22%,
    rgba(255, 255, 255, 0.48) 48%,
    rgba(255, 255, 255, 0.78) 70%,
    rgba(255, 255, 255, 0.96) 90%,
    #ffffff 100%
  ) !important;
  bottom: 0 !important;
  height: min(32vw, 360px) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

@media (max-width: 759px) {
  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 18%,
      rgba(255, 255, 255, 0.54) 46%,
      rgba(255, 255, 255, 0.84) 72%,
      rgba(255, 255, 255, 0.97) 90%,
      #ffffff 100%
    ) !important;
    height: 310px !important;
  }
}

.footer-contact-icon--facebook svg {
  overflow: visible !important;
  transform: translateX(0.5px) !important;
}

/* Production-safe asset protection for browser auto dark mode. */
:root,
html,
body {
  color-scheme: only light !important;
}

.brand__logo,
.hero__skyline,
.iphone__screen img,
.about-card__image img,
.store-button__icon,
.hero__eyebrow::before,
.flag-cr {
  forced-color-adjust: none !important;
  mix-blend-mode: normal !important;
}

.hero__eyebrow::before,
.flag-cr {
  background-blend-mode: normal !important;
  filter: none !important;
  isolation: isolate !important;
}

.iphone__screen--request img {
  object-fit: contain !important;
  object-position: center top !important;
}

/* Targeted production bugfixes: request-phone crop, physical buttons and protected CR flags. */
.hero__eyebrow::before,
.flag-cr {
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23002B7F' d='M0 0h26v16H0z'/%3E%3Cpath fill='%23fff' d='M0 3h26v10H0z'/%3E%3Cpath fill='%23CE1126' d='M0 5.5h26v5H0z'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  color-scheme: only light !important;
  forced-color-adjust: none !important;
  filter: none !important;
}

.iphone--request .iphone__notch {
  background:
    radial-gradient(circle at 62% 42%, rgba(38, 50, 66, 0.9) 0 2px, #02040a 2.2px 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.26) !important;
  height: 10px !important;
  top: 18px !important;
  width: 10px !important;
}

.iphone__screen--request img {
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 759px) {
  .iphone--request .iphone__notch {
    height: 8px !important;
    top: 10px !important;
    width: 8px !important;
  }

  .iphone__button--action {
    height: 22px !important;
    top: 66px !important;
    width: 4px !important;
  }

  .iphone__button--volume {
    height: 44px !important;
    top: 100px !important;
    width: 4px !important;
  }

  .iphone__button--power {
    height: 50px !important;
    top: 98px !important;
    width: 4px !important;
  }
}

@media (max-width: 420px) {
  .iphone__button--action {
    height: 20px !important;
    top: 58px !important;
  }

  .iphone__button--volume {
    height: 40px !important;
    top: 88px !important;
  }

  .iphone__button--power {
    height: 44px !important;
    top: 88px !important;
  }
}

/* Final hero mockup bugfixes only: punch-hole camera and mobile side-button proportions. */
.iphone--home .iphone__notch {
  background:
    radial-gradient(circle at 62% 42%, rgba(38, 50, 66, 0.9) 0 2px, #02040a 2.2px 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.26) !important;
  height: 10px !important;
  top: 18px !important;
  width: 10px !important;
}

.iphone__screen--request img {
  object-fit: cover !important;
  object-position: center center !important;
  transform: translateY(8px) scale(1.025) !important;
  transform-origin: top center !important;
}

@media (max-width: 759px) {
  .iphone--home .iphone__notch {
    height: 8px !important;
    top: 10px !important;
    width: 8px !important;
  }

  .iphone__screen--request img {
    transform: translateY(9px) scale(1.03) !important;
  }

  .iphone__button--action {
    height: 18px !important;
  }

  .iphone__button--volume {
    height: 34px !important;
  }

  .iphone__button--power {
    height: 38px !important;
  }
}

@media (max-width: 420px) {
  .iphone__button--action {
    height: 16px !important;
  }

  .iphone__button--volume {
    height: 30px !important;
  }

  .iphone__button--power {
    height: 34px !important;
  }
}

/* Mobile request mockup: keep the screenshot light and create real top safe-area. */
.iphone--request,
.iphone--request .iphone__screen,
.iphone--request .iphone__screen img {
  color-scheme: only light !important;
  forced-color-adjust: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 759px) {
  .iphone__screen--request {
    background: #ffffff !important;
    box-sizing: border-box !important;
    padding-top: clamp(8px, 2.8vw, 12px) !important;
  }

  .iphone__screen--request img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: none !important;
    width: 100% !important;
  }
}
