﻿:root {
  --credifast-blue: #00428A;
  --credifast-orange: #FF8C00;
  --credifast-white: #FAFAFF;
}

/* Libro de Reclamaciones */
.claim-page-body {
  overflow-x: hidden;
}

.claim-page {
  min-height: calc(100vh - 5rem);
  background: #f5f7fa;
}

.claim-hero {
  padding: 5rem 0 7rem;
  background:
    radial-gradient(circle at 86% 18%, rgb(255 140 0 / 0.24), transparent 30%),
    linear-gradient(135deg, rgb(0 66 138 / 0.1), rgb(255 140 0 / 0.1)),
    #ffffff;
}

.claim-hero > div > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--credifast-blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.claim-hero h1 {
  max-width: 52rem;
  margin: 0;
  color: #111827;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.claim-hero p {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: #596273;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7;
}

.claim-page-content {
  padding: 0 0 7rem;
}

.claim-form-shell {
  position: relative;
  z-index: 2;
  margin-top: -3.75rem;
  padding: 2rem;
  border: 1px solid rgb(0 66 138 / 0.1);
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 30px 80px rgb(15 23 42 / 0.12);
}

.claim-form-intro {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.claim-form-intro-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  place-items: center;
  border-radius: 1.1rem;
  background: var(--credifast-orange);
  color: #ffffff;
}

.claim-form-intro-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  stroke-width: 2.5;
}

.claim-form-eyebrow {
  margin: 0 0 0.3rem !important;
  color: var(--credifast-orange) !important;
  font-size: 0.75rem !important;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.claim-form-intro h2 {
  margin: 0;
  color: var(--credifast-blue);
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
}

.claim-form-intro p {
  margin: 0.6rem 0 0;
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.6;
}

.claim-form {
  display: grid;
  gap: 1.5rem;
}

.claim-form-section {
  min-width: 0;
  padding: 1.6rem;
  border: 1px solid rgb(0 66 138 / 0.12);
  border-radius: 1.4rem;
  background: #f9fafb;
}

.claim-form-legend {
  max-width: calc(100% - 1rem);
  padding: 0 0.7rem;
  color: var(--credifast-blue);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
}

.claim-form-legend span {
  margin-right: 0.35rem;
  color: var(--credifast-orange);
}

.claim-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.claim-form-field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.claim-form-field-wide {
  grid-column: 1 / -1;
}

.claim-form-field-age {
  max-width: 8rem;
}

.claim-form-field label,
.claim-group-label {
  color: #374151;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.claim-form-field label span {
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 600;
}

.claim-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.claim-form-field select,
.claim-form-field textarea {
  width: 100%;
  border: 1px solid rgb(0 66 138 / 0.18);
  border-radius: 0.9rem;
  background: #ffffff;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.claim-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.claim-form-field select {
  min-height: 3.35rem;
  padding: 0.8rem 1rem;
}

.claim-form-field textarea {
  min-height: 12rem;
  padding: 1rem;
  line-height: 1.6;
  resize: vertical;
}

.claim-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.claim-form-field select:focus,
.claim-form-field textarea:focus {
  border-color: var(--credifast-blue);
  box-shadow: 0 0 0 4px rgb(0 66 138 / 0.1);
}

.claim-form-subheading {
  padding-top: 0.35rem;
  border-top: 1px solid rgb(0 66 138 / 0.1);
}

.claim-form-subheading h3 {
  margin: 0.75rem 0 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 900;
}

.claim-form-subheading p {
  margin: 0.25rem 0 0;
  color: #667085;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.5;
}

.claim-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.claim-choice-grid-response {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.claim-choice {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgb(0 66 138 / 0.14);
  border-radius: 1rem;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.claim-choice:hover {
  border-color: rgb(0 66 138 / 0.35);
  transform: translateY(-1px);
}

.claim-choice:has(input:checked) {
  border-color: var(--credifast-blue);
  box-shadow: 0 0 0 3px rgb(0 66 138 / 0.09);
}

.claim-choice input {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.16rem;
  accent-color: var(--credifast-blue);
}

.claim-choice span {
  display: grid;
  gap: 0.25rem;
}

.claim-choice strong {
  color: #26364a;
  font-size: 0.93rem;
  font-weight: 900;
}

.claim-choice small {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.claim-character-count {
  justify-self: end;
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 600;
}

.claim-file-picker {
  position: relative;
  display: flex;
  min-height: 5rem;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px dashed rgb(0 66 138 / 0.28);
  border-radius: 0.9rem;
  background: #ffffff;
}

.claim-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.claim-file-button {
  flex: 0 0 auto;
  padding: 0.7rem 0.9rem;
  border-radius: 0.7rem;
  background: rgb(0 66 138 / 0.1);
  color: var(--credifast-blue) !important;
  cursor: pointer;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
}

.claim-file-input:focus-visible + .claim-file-button {
  outline: 4px solid rgb(0 66 138 / 0.15);
  outline-offset: 2px;
}

.claim-file-name {
  min-width: 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 0.88rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.claim-field-help,
.claim-file-status {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.claim-file-status:empty {
  display: none;
}

.claim-file-status[data-state="success"] {
  color: #047857;
}

.claim-file-status[data-state="error"] {
  color: #b91c1c;
}

.claim-important-notice {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem 1.65rem;
  border-left: 5px solid var(--credifast-orange);
  border-radius: 0 1rem 1rem 0;
  background: rgb(255 140 0 / 0.09);
  color: #4b5563;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
}

.claim-important-notice h3 {
  margin: 0;
  color: var(--credifast-blue);
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.claim-important-notice ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.claim-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.claim-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #4b5563;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.claim-consent input {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  accent-color: var(--credifast-blue);
}

.claim-turnstile {
  min-height: 65px;
}

.claim-turnstile .cf-turnstile {
  width: 100%;
}

.claim-form-status {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.claim-form-status[data-state="loading"] {
  border-color: rgb(0 66 138 / 0.16);
  background: rgb(0 66 138 / 0.07);
  color: var(--credifast-blue);
}

.claim-form-status[data-state="success"] {
  border-color: rgb(5 150 105 / 0.22);
  background: rgb(5 150 105 / 0.09);
  color: #047857;
}

.claim-form-status[data-state="error"] {
  border-color: rgb(220 38 38 / 0.2);
  background: rgb(220 38 38 / 0.08);
  color: #b91c1c;
}

.claim-form-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.claim-submit {
  display: inline-flex;
  min-height: 3.7rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.5rem;
  border-radius: 1rem;
  background: var(--credifast-orange);
  color: #ffffff;
  box-shadow: 0 14px 28px rgb(255 140 0 / 0.28);
  font-size: 1rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.claim-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgb(255 140 0 / 0.38);
}

.claim-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.claim-submit:focus-visible {
  outline: 4px solid rgb(0 66 138 / 0.18);
  outline-offset: 3px;
}

.claim-submit svg {
  width: 1.1rem;
  height: 1.1rem;
}

.claim-submit-spinner {
  width: 1.3rem;
  height: 1.3rem;
  border: 3px solid rgb(255 255 255 / 0.38);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: claim-spinner 700ms linear infinite;
}

@keyframes claim-spinner {
  to {
    transform: rotate(360deg);
  }
}

.claim-form-actions p {
  margin: 0;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .claim-choice-grid {
    grid-template-columns: 1fr;
  }

  .claim-choice-grid-response {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .claim-hero {
    padding: 3.5rem 0 6rem;
  }

  .claim-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3rem);
    overflow-wrap: break-word;
  }

  .claim-form-shell {
    margin-top: -3rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .claim-form-intro {
    align-items: center;
  }

  .claim-form-intro-icon {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }

  .claim-form-section {
    padding: 1.1rem;
  }

  .claim-form-grid,
  .claim-choice-grid-response {
    grid-template-columns: 1fr;
  }

  .claim-file-picker {
    align-items: stretch;
    flex-direction: column;
  }

  .claim-file-button {
    width: fit-content;
  }

  .claim-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .claim-submit {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--credifast-white);
  color: #111827;
}

.contact-submit {
  background: #ffc928;
  box-shadow: 0 16px 32px rgb(255 201 40 / 0.22);
}

.contact-submit:hover {
  box-shadow: 0 20px 40px rgb(255 201 40 / 0.34);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-submit-spinner {
  width: 1.35rem;
  height: 1.35rem;
  border: 3px solid rgb(0 66 138 / 0.25);
  border-top-color: var(--credifast-blue);
  border-radius: 999px;
  animation: contact-spinner 700ms linear infinite;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #4b5563;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.5;
}

.contact-consent input {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  accent-color: var(--credifast-blue);
}

.contact-consent a {
  color: var(--credifast-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-turnstile {
  min-height: 65px;
}

.contact-turnstile .cf-turnstile {
  width: 100%;
}

.contact-form-status {
  padding: 0.9rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

.contact-form-status[data-state="loading"] {
  border-color: rgb(0 66 138 / 0.14);
  background: rgb(0 66 138 / 0.07);
  color: var(--credifast-blue);
}

.contact-form-status[data-state="success"] {
  border-color: rgb(5 150 105 / 0.2);
  background: rgb(5 150 105 / 0.09);
  color: #047857;
}

.contact-form-status[data-state="error"] {
  border-color: rgb(220 38 38 / 0.18);
  background: rgb(220 38 38 / 0.08);
  color: #b91c1c;
}

@keyframes contact-spinner {
  to {
    transform: rotate(360deg);
  }
}

::selection {
  background: var(--credifast-orange);
  color: #ffffff;
}

.text-presto-blue,
.hover\:text-presto-blue:hover {
  color: var(--credifast-blue) !important;
}

.text-presto-yellow,
.hover\:text-presto-yellow:hover {
  color: var(--credifast-orange) !important;
}

.group:hover .group-hover\:text-white,
.hover\:text-white:hover {
  color: #ffffff !important;
}

.text-presto-blue\/90 {
  color: rgb(0 66 138 / 0.9) !important;
}

.hover\:text-presto-blue\/70:hover {
  color: rgb(0 66 138 / 0.7) !important;
}

.bg-presto-blue,
.group:hover .group-hover\:bg-presto-blue,
.hover\:bg-presto-blue:hover {
  background-color: var(--credifast-blue) !important;
}

.bg-presto-yellow,
.selection\:bg-presto-yellow::selection {
  background-color: var(--credifast-orange) !important;
}

.bg-presto-blue\/5 {
  background-color: rgb(0 66 138 / 0.05) !important;
}

.bg-presto-blue\/10 {
  background-color: rgb(0 66 138 / 0.1) !important;
}

.bg-presto-yellow\/5 {
  background-color: rgb(255 140 0 / 0.05) !important;
}

.bg-presto-yellow\/10 {
  background-color: rgb(255 140 0 / 0.1) !important;
}

.bg-presto-yellow\/20 {
  background-color: rgb(255 140 0 / 0.2) !important;
}

.border-presto-yellow {
  border-color: var(--credifast-orange) !important;
}

.border-presto-yellow\/40 {
  border-color: rgb(255 140 0 / 0.4) !important;
}

.border-presto-blue\/10 {
  border-color: rgb(0 66 138 / 0.1) !important;
}

.from-presto-blue\/80 {
  --tw-gradient-from: rgb(0 66 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 66 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.accent-presto-blue {
  accent-color: var(--credifast-blue) !important;
}

.shadow-presto-blue\/20 {
  --tw-shadow-color: rgb(0 66 138 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-presto-blue\/30 {
  --tw-shadow-color: rgb(0 66 138 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-presto-blue\/40 {
  --tw-shadow-color: rgb(0 66 138 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-presto-yellow\/20 {
  --tw-shadow-color: rgb(255 140 0 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-presto-yellow\/30 {
  --tw-shadow-color: rgb(255 140 0 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.dot-pattern {
  background-image: radial-gradient(var(--credifast-blue) 2px, transparent 2px);
  background-size: 20px 20px;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.maple-logo {
  display: block;
  width: auto;
  height: 7.56rem;
  object-fit: contain;
}

.maple-logo-footer {
  height: 4rem;
}

.credifast-logo {
  display: block;
  width: auto;
  height: 8.694rem;
  object-fit: contain;
}

.credifast-logo-footer {
  height: 3.128rem;
}

.footer-claim-link {
  display: inline-flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 12rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease;
}

.footer-claim-link:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.footer-claim-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 34rem;
}

.footer-company-info {
  color: rgb(209 213 219 / 0.92);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .footer-claim-block {
    align-items: flex-end;
    text-align: right;
  }
}

.footer-claim-image {
  width: 100%;
  aspect-ratio: 17 / 12;
  object-fit: contain;
  background: #ffffff;
  border: 4px solid rgb(255 255 255 / 0.12);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgb(0 0 0 / 0.22);
}

.hero-image-card {
  height: 650px;
  background:
    radial-gradient(circle at 72% 18%, rgb(255 140 0 / 0.38), transparent 34%),
    linear-gradient(145deg, rgb(0 66 138 / 0.12), rgb(255 140 0 / 0.2));
}

.hero-woman-image {
  padding: 2.5rem 2rem 0;
  filter: drop-shadow(0 32px 42px rgb(15 23 42 / 0.2));
}

.presto-hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-carousel-track {
  display: flex;
  width: 300%;
  height: 100%;
  transform: translateX(0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-carousel-slide {
  position: relative;
  flex: 0 0 calc(100% / 3);
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.hero-feature-card {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 6.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgb(255 255 255 / 0.65);
  border-radius: 2rem;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 20px 45px rgb(15 23 42 / 0.22);
  backdrop-filter: blur(12px);
}

.hero-feature-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.35rem;
  background: var(--credifast-blue);
  color: #ffffff;
  box-shadow: 0 12px 24px rgb(0 66 138 / 0.34);
}

.hero-feature-icon svg {
  width: 2rem;
  height: 2rem;
}

.hero-feature-card p {
  margin: 0;
  color: #343434;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.3;
}

.hero-feature-card strong {
  font-weight: 900;
}

.hero-carousel-dots {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: rgb(0 66 138 / 0.28);
  backdrop-filter: blur(8px);
}

.hero-carousel-dots button {
  position: relative;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-carousel-dots button::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  transition: width 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hero-carousel-dots button.is-active::before,
.hero-carousel-dots button[aria-selected="true"]::before {
  width: 1.2rem;
  background: var(--credifast-orange);
  transform: scale(1.05);
}

.hero-carousel-dots button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 1px;
}

.services-section {
  padding: 7rem 0;
  scroll-margin-top: 8rem;
  background: #ffffff;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: center;
}

.services-media {
  position: relative;
  align-self: stretch;
  min-height: 42rem;
  margin-bottom: 1.5rem;
}

.services-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 42rem;
  border-radius: 4rem;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 30px 70px rgb(15 23 42 / 0.18);
}

.services-cta {
  position: absolute;
  right: 2.5rem;
  bottom: -1.5rem;
  left: 2.5rem;
  display: block;
  padding: 1.15rem 1.5rem;
  border-radius: 1rem;
  background: var(--credifast-orange);
  color: var(--credifast-blue);
  box-shadow: 0 18px 35px rgb(255 140 0 / 0.3);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.services-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgb(255 140 0 / 0.38);
}

.services-cta:focus-visible {
  outline: 4px solid var(--credifast-blue);
  outline-offset: 4px;
}

.services-content h2 {
  margin: 0;
  color: #030303;
  font-size: clamp(2.65rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.services-content h2 span {
  color: var(--credifast-blue);
}

.services-intro {
  max-width: 54rem;
  margin: 1.5rem 0 2.5rem;
  color: #5d5d5d;
  font-size: 1.15rem;
  line-height: 1.55;
}

.services-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.services-benefit {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  min-width: 0;
}

.services-benefit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: #f7f9fc;
  color: var(--credifast-blue);
}

.services-benefit-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.services-benefit h3,
.services-benefit p {
  margin: 0;
}

.services-benefit h3 {
  color: #555555;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.services-benefit p {
  margin-top: 0.15rem;
  color: #5d5d5d;
  font-size: 0.98rem;
  line-height: 1.45;
}

.services-requirements-title {
  margin: 2.75rem 0 2rem;
  color: #030303;
  font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.services-requirements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.services-requirement-card {
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border: 1px solid rgb(0 66 138 / 0.05);
  border-radius: 2.35rem;
  background: #f8f9fb;
  box-shadow: 0 14px 24px rgb(15 23 42 / 0.14);
  color: #5b5b5b;
  text-align: center;
}

.services-requirement-card h4,
.services-requirement-card p {
  margin: 0;
}

.services-requirement-card h4 {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

.services-requirement-card p {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  line-height: 1.4;
}

.presto-about-section {
  background: #eef7fb;
}

.presto-about-photo {
  width: calc(100% - 1rem);
  margin-right: 1rem;
  object-position: center center;
}

.vehicle-loan-image {
  background: linear-gradient(145deg, rgb(0 66 138 / 0.08), rgb(255 140 0 / 0.18));
  padding: 1.25rem;
}

.terms-hero {
  padding: 5rem 0 6rem;
  background:
    linear-gradient(135deg, rgb(0 66 138 / 0.08), rgb(255 140 0 / 0.14)),
    #ffffff;
}

.terms-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 3rem;
  align-items: center;
}

.terms-page-title {
  font-size: 4rem;
  font-weight: 900;
}

.terms-page-intro {
  max-width: 52rem;
}

.terms-page-kicker,
.terms-campaign-kicker {
  margin: 0 0 1rem;
  color: var(--credifast-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.terms-page-intro > p:not(.terms-page-kicker) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: #6b7280;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
}

.terms-campaign-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.terms-campaign-nav a {
  padding: 0.85rem 1.2rem;
  border: 2px solid rgb(0 66 138 / 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--credifast-blue);
  font-size: 0.9rem;
  font-weight: 900;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.terms-campaign-nav a:hover {
  border-color: var(--credifast-blue);
  background: var(--credifast-blue);
  color: #ffffff;
}

.terms-campaign {
  padding: 5rem 0;
  scroll-margin-top: 8rem;
  background: #ffffff;
}

.terms-campaign-alt {
  background: linear-gradient(145deg, rgb(0 66 138 / 0.05), rgb(255 140 0 / 0.1));
}

.terms-campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 4rem;
  align-items: center;
}

.terms-campaign-title {
  margin: 0;
  color: #111827;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.terms-campaign-date {
  margin: 1rem 0 0;
  color: var(--credifast-blue);
  font-size: 1.1rem;
  font-weight: 900;
}

.terms-campaign-description {
  max-width: 48rem;
  margin: 1.25rem 0 2rem;
  color: #5d6470;
  font-size: 1.05rem;
  line-height: 1.65;
}

.terms-demo-note {
  margin: -0.75rem 0 2rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--credifast-orange);
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.7);
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
}

.terms-doc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  max-width: 32rem;
}

.terms-doc-card {
  display: flex;
  min-height: 14rem;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem;
  border: 1px solid rgb(0 66 138 / 0.12);
  border-radius: 1rem;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 20px 50px rgb(0 66 138 / 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.terms-doc-card:hover {
  transform: translateY(-3px);
  border-color: rgb(0 66 138 / 0.28);
  box-shadow: 0 24px 60px rgb(0 66 138 / 0.14);
}

.terms-doc-card h2,
.terms-doc-card h3 {
  color: var(--credifast-blue);
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 900;
}

.terms-doc-card p {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
}

.terms-doc-card strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--credifast-blue);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.terms-image-wrap {
  border-radius: 1.75rem;
  overflow: hidden;
  background: var(--credifast-blue);
  box-shadow: 0 30px 70px rgb(0 66 138 / 0.22);
}

.terms-promo-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.faq-hero {
  padding: 5rem 0;
  background:
    radial-gradient(circle at 82% 20%, rgb(255 140 0 / 0.18), transparent 28%),
    linear-gradient(135deg, rgb(0 66 138 / 0.08), rgb(255 140 0 / 0.12)),
    #ffffff;
}

.faq-hero-copy {
  max-width: 52rem;
}

.faq-hero-copy > p {
  margin: 0 0 1rem;
  color: var(--credifast-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.faq-hero-copy h1 {
  margin: 0;
  color: #111827;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.faq-hero-copy > span {
  display: block;
  max-width: 42rem;
  margin-top: 1.5rem;
  color: #667085;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
}

.faq-page {
  padding: 5rem 0 7rem;
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-item {
  padding: 2rem;
  border: 1px solid rgb(0 66 138 / 0.1);
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgb(15 23 42 / 0.07);
}

.faq-item h2 {
  margin: 0;
  color: #4e5562;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 900;
  line-height: 1.35;
}

.faq-item h2 span {
  color: var(--credifast-blue);
}

.faq-answer {
  margin-top: 1.25rem;
  color: #515866;
  font-size: 1.05rem;
  line-height: 1.65;
}

.faq-answer p {
  margin: 0;
}

.faq-answer ul {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 0;
  padding-left: 1.5rem;
  list-style: disc;
}

.faq-answer strong {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.faq-answer a {
  color: var(--credifast-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.presto-promo-banner {
  display: block;
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgb(0 66 138 / 0.12);
  border-radius: 2rem;
  background: var(--credifast-blue);
  box-shadow: 0 28px 70px rgb(0 66 138 / 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.presto-promo-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 80px rgb(0 66 138 / 0.3);
}

.presto-promo-banner:focus-visible {
  outline: 4px solid var(--credifast-orange);
  outline-offset: 5px;
}

.presto-promo-banner picture,
.presto-promo-banner img {
  display: block;
  width: 100%;
}

.presto-promo-banner img {
  height: auto;
}

.promo-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: 68rem;
  margin: 0 auto;
}

.promo-showcase.has-navigation {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.promo-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.promo-cards::-webkit-scrollbar {
  display: none;
}

.promo-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid rgb(0 66 138 / 0.08);
  background: #ffffff;
  color: #111827;
  box-shadow: 0 24px 55px rgb(15 23 42 / 0.1);
  scroll-snap-align: start;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.promo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 65px rgb(0 66 138 / 0.18);
}

.promo-card:focus-visible {
  outline: 4px solid var(--credifast-blue);
  outline-offset: 4px;
}

.promo-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.promo-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem 0.25rem 0;
  text-align: center;
}

.promo-card-content h4 {
  margin: 0;
  color: #006bb7;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.promo-card-content p {
  margin: 0.4rem 0 1.5rem;
  color: #5d5d5d;
  font-size: 1.05rem;
  line-height: 1.35;
}

.promo-card-content span {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 0.85rem 1rem;
  border: 2px solid #3f3f3f;
  border-radius: 999px;
  color: #111111;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.promo-card:hover .promo-card-content span {
  border-color: var(--credifast-blue);
  background: var(--credifast-blue);
  color: #ffffff;
}

.promo-arrow {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #102a63;
  color: #05c9ef;
  box-shadow: 0 12px 28px rgb(16 42 99 / 0.24);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.promo-arrow[hidden] {
  display: none;
}

.promo-arrow:hover {
  background: var(--credifast-blue);
  transform: scale(1.08);
}

.promo-arrow:focus-visible {
  outline: 4px solid var(--credifast-orange);
  outline-offset: 3px;
}

.promo-arrow svg {
  width: 2rem;
  height: 2rem;
  stroke-width: 4;
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-track {
    transition: none;
  }

  .promo-cards {
    scroll-behavior: auto;
  }
}

.agency-map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  color: #4b5563;
  transition: color 180ms ease, transform 180ms ease;
}

.agency-map-link:hover {
  color: var(--credifast-blue);
  transform: translateX(2px);
}

.agency-map-link svg {
  color: var(--credifast-blue);
  flex-shrink: 0;
}

.agency-card {
  min-height: 100%;
}

.agency-locator-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.agency-selector-panel,
.agency-city-panel {
  background: #ffffff;
  border: 1px solid rgb(0 66 138 / 0.1);
  box-shadow: 0 24px 64px rgb(0 66 138 / 0.1);
}

.agency-selector-panel {
  position: sticky;
  top: 10.5rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
}

.agency-select-label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--credifast-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.agency-city-select {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 3rem 0 1rem;
  border: 2px solid rgb(0 66 138 / 0.14);
  border-radius: 1rem;
  background-color: #ffffff;
  color: #111827;
  font-weight: 500;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.agency-city-select:focus {
  border-color: var(--credifast-blue);
  box-shadow: 0 0 0 4px rgb(0 66 138 / 0.12);
}

.agency-city-summary {
  margin-top: 0.85rem;
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 800;
}

.agency-total-card {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: var(--credifast-blue);
  color: #ffffff;
}

.agency-total-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.agency-total-card strong {
  display: block;
  color: #ffc928;
  font-size: 4rem;
  line-height: 0.9;
  font-weight: 900;
}

.agency-total-card p {
  margin-top: 0.55rem;
  color: rgb(255 255 255 / 0.82);
  font-weight: 800;
}

.agency-city-panel {
  min-height: 26rem;
  padding: 1.25rem;
  border-radius: 1.75rem;
}

.agency-city-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.25rem 1.25rem;
  border-bottom: 1px solid rgb(17 24 39 / 0.08);
}

.agency-city-heading span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--credifast-orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.agency-city-heading h3 {
  color: #111827;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0;
}

.agency-city-heading strong {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.25rem;
  background: rgb(255 140 0 / 0.14);
  color: var(--credifast-orange);
  font-size: 2rem;
  font-weight: 900;
}

.agency-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.agency-cards-grid-all {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
}

.agency-mini-card {
  display: flex;
  min-height: 10.25rem;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgb(0 66 138 / 0.1);
  border-radius: 1rem;
  background: #f9fafb;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.agency-mini-card:hover {
  transform: translateY(-2px);
  border-color: rgb(0 66 138 / 0.22);
  background: #ffffff;
}

.agency-mini-card h4 {
  color: var(--credifast-blue);
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 900;
}

.agency-mini-card p {
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 400;
}

.agency-hours {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #6b7280 !important;
  font-size: 0.8rem !important;
}

.agency-hours svg {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--presto-yellow);
}

.agency-hours span {
  display: inline !important;
  width: auto !important;
  margin-top: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.agency-mini-card a,
.agency-mini-card span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  margin-top: auto;
  color: #111827;
  font-size: 0.86rem;
  font-weight: 400;
}

.agency-mini-card a:hover {
  color: var(--credifast-orange);
}

.agency-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
}

.agency-card-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgb(24 122 58 / 0.14);
  border-radius: 0.75rem;
  background: rgb(37 211 102 / 0.1);
  color: #187a3a;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  margin-top: 0;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.agency-card-actions a:hover {
  transform: translateY(-1px);
  border-color: rgb(24 122 58 / 0.3);
  background: rgb(37 211 102 / 0.16);
  color: #187a3a;
}

.agency-card-actions a svg {
  order: -1;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.agency-list-multi {
  column-gap: 1.25rem;
}

@media (min-width: 768px) {
  nav .h-20 {
    height: 9.25rem;
  }

  nav .text-sm {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .agency-list-multi {
    columns: 2;
  }

  .agency-list-multi li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
  }
}

.agency-photo-clean {
  max-width: none;
  transform-origin: center;
}

.group:hover .agency-photo-clean {
  transform: scale(1.1);
}

.agency-photo-medina {
  width: 142% !important;
  height: 142% !important;
  transform: translate(-18%, -14%);
}

.group:hover .agency-photo-medina {
  transform: translate(-18%, -14%) scale(1.06);
}

.agency-photo-ceiba {
  width: 140% !important;
  height: 140% !important;
  transform: translate(-4%, -16%);
}

.group:hover .agency-photo-ceiba {
  transform: translate(-4%, -16%) scale(1.05);
}

.agency-photo-tela {
  width: 132% !important;
  height: 132% !important;
  transform: translate(-16%, -10%);
}

.group:hover .agency-photo-tela {
  transform: translate(-16%, -10%) scale(1.06);
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--credifast-blue);
  color: #ffffff;
  box-shadow: 0 18px 40px rgb(0 66 138 / 0.28);
  transition: transform 180ms ease, background-color 180ms ease;
}

.back-to-top:hover {
  background: #00366f;
  transform: translateY(-3px);
}

#estimatedPayment {
  overflow-wrap: anywhere;
  word-break: normal;
}

#estimatedPayment {
  font-size: 3.6rem;
  line-height: 1;
}

.calculator-legal-note {
  max-width: 62rem;
  margin: 1rem auto 0;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}

.payment-currency {
  display: inline-block;
  font-size: 3.6rem;
  line-height: inherit;
}

nav .h-20 {
  height: 8.05rem;
}

@media (max-width: 1024px) {
  .services-layout {
    grid-template-columns: 1fr;
  }

  .services-media {
    width: min(100%, 36rem);
    min-height: 42rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  nav .h-28,
  nav .h-20 {
    height: 6rem;
  }

  .maple-logo {
    height: 4.08rem;
  }

  .credifast-logo {
    height: 4.692rem;
  }

  .maple-logo-footer {
    height: 3.5rem;
  }

  .credifast-logo-footer {
    height: 2.737rem;
  }

  .footer-claim-link {
    width: 10rem;
  }

  #hero {
    padding-top: 2.25rem;
    padding-bottom: 4rem;
  }

  #hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
    line-height: 0.95;
  }

  #hero .hero-image-card {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 2rem;
  }

  #hero .presto-hero-photo {
    height: 100%;
    object-position: center center;
  }

  #hero .hero-carousel-slide:first-child .presto-hero-photo {
    object-position: center 36%;
  }

  #hero .hero-carousel-slide:nth-child(3) .presto-hero-photo {
    object-position: center 45%;
  }

  .hero-feature-card {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    gap: 0.75rem;
    min-height: 5rem;
    padding: 0.75rem;
    border-radius: 1.4rem;
  }

  .hero-feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
  }

  .hero-feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hero-feature-card p {
    font-size: clamp(0.95rem, 4.4vw, 1.15rem);
  }

  .hero-carousel-dots {
    top: 0.65rem;
    right: 0.65rem;
  }

  .hero-avatar-block {
    display: none;
  }

  #hero .hero-image-card .absolute.bottom-8 {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  #hero .hero-image-card .w-16.h-16 {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
  }

  .services-section {
    padding: 4.5rem 0;
    scroll-margin-top: 6rem;
  }

  .services-layout {
    gap: 3.25rem;
  }

  .services-media {
    min-height: 30rem;
    margin-bottom: 1rem;
  }

  .services-photo {
    min-height: 30rem;
    border-radius: 2.25rem;
  }

  .services-cta {
    right: 1rem;
    bottom: -1.25rem;
    left: 1rem;
    padding: 1rem;
    border-radius: 0.9rem;
    font-size: 1.2rem;
  }

  .services-content h2 {
    font-size: clamp(2.5rem, 12vw, 3.2rem);
  }

  .services-intro {
    margin: 1.25rem 0 2rem;
    font-size: 1rem;
  }

  .services-benefits,
  .services-requirements {
    grid-template-columns: 1fr;
  }

  .services-benefits {
    gap: 1.25rem;
  }

  .services-benefit h3 {
    font-size: 1.05rem;
  }

  .services-benefit p {
    font-size: 0.98rem;
  }

  .services-requirements-title {
    margin: 2.5rem 0 1.5rem;
    font-size: 1.85rem;
  }

  .services-requirement-card {
    min-height: 0;
    padding: 2rem 1.5rem;
    border-radius: 1.75rem;
  }

  .vehicle-loan-image {
    height: 430px;
    padding: 5rem 0 0;
    object-fit: contain;
    object-position: center top;
    border-radius: 2rem;
  }

  .terms-hero {
    padding: 3rem 0 4rem;
  }

  .terms-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .terms-page-title {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .terms-campaign {
    padding: 4rem 0;
    scroll-margin-top: 6rem;
  }

  .terms-campaign-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .terms-campaign-title {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .terms-doc-grid {
    grid-template-columns: 1fr;
  }

  .terms-image-wrap {
    border-radius: 1.5rem;
  }

  .faq-hero {
    padding: 3.5rem 0;
  }

  .faq-hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .faq-page {
    padding: 3rem 0 4.5rem;
  }

  .faq-item {
    padding: 1.5rem;
    border-radius: 1.35rem;
  }

  .faq-answer {
    font-size: 1rem;
  }

  .presto-promo-banner {
    border-radius: 1.25rem;
  }

  .promo-showcase {
    position: relative;
    display: block;
  }

  .promo-cards {
    display: flex;
    gap: 1rem;
    padding: 0 0.25rem 0.75rem;
  }

  .promo-card {
    flex: 0 0 calc(100% - 1.5rem);
    padding: 1rem;
  }

  .promo-card-content {
    padding-top: 1.25rem;
  }

  .promo-card-content p {
    font-size: 0.98rem;
  }

  .promo-arrow {
    position: absolute;
    z-index: 3;
    top: 37%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
  }

  .promo-arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .promo-arrow-prev {
    left: -0.25rem;
  }

  .promo-arrow-next {
    right: -0.25rem;
  }

  #calculadora .max-w-5xl {
    border-radius: 2rem;
    padding: 1.5rem;
  }

  #calculadora .grid {
    gap: 2rem;
  }

  #calculadora label {
    display: block;
    margin-bottom: 0.5rem;
  }

  #estimatedPayment {
    font-size: 2.5rem;
  }

  .payment-currency {
    font-size: 2.5rem;
  }

  #calculadora h4 {
    margin-bottom: 2rem;
  }

  #agencias .grid {
    gap: 1.5rem;
  }

  .agency-locator-layout {
    grid-template-columns: 1fr;
  }

  .agency-selector-panel {
    position: static;
    border-radius: 1.25rem;
  }

  .agency-city-panel {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .agency-city-heading {
    align-items: center;
  }

  .agency-city-heading strong {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    font-size: 1.5rem;
  }

  .agency-cards-grid {
    grid-template-columns: 1fr;
  }

  #consultas {
    padding: 4rem 1rem;
  }

  #consultas > div {
    width: 100%;
    padding: 1.5rem !important;
    border-radius: 2rem;
  }

  #consultas .grid {
    gap: 2rem;
  }

  #consultas span.text-xs {
    letter-spacing: 0.22em;
  }

  #consultas h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.05;
    margin-bottom: 1.25rem;
  }

  #consultas p.text-lg {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  #consultas .space-y-8 {
    display: grid;
    gap: 1rem;
  }

  #consultas .space-y-8 a {
    width: 100%;
    min-width: 0;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  #consultas .space-y-8 a > div:first-child {
    flex-shrink: 0;
    padding: 0.85rem;
    border-radius: 1rem;
  }

  #consultas .space-y-8 a p {
    overflow-wrap: anywhere;
  }

  #consultas .space-y-8 a p:first-child {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  #consultas .space-y-8 a p:last-child {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
    line-height: 1.1;
  }

  #leadForm {
    padding: 1.25rem !important;
    border-radius: 1.75rem;
  }

  #leadForm input,
  #leadForm textarea {
    padding: 1rem;
    border-radius: 1rem;
  }

  .agency-card {
    border-radius: 2rem;
  }

  .agency-card > .relative {
    height: 14rem;
    border-radius: 1.75rem;
  }

  .agency-card .p-8 {
    padding: 1.5rem;
  }

  .agency-map-link {
    align-items: flex-start;
    line-height: 1.35;
  }

  .agency-photo-medina {
    width: 128% !important;
    height: 128% !important;
    transform: translate(-12%, -8%);
  }

  .group:hover .agency-photo-medina {
    transform: translate(-12%, -8%) scale(1.03);
  }

  .agency-photo-ceiba {
    width: 132% !important;
    height: 132% !important;
    transform: translate(-2%, -12%);
  }

  .group:hover .agency-photo-ceiba {
    transform: translate(-2%, -12%) scale(1.03);
  }

  .agency-photo-tela {
    width: 122% !important;
    height: 122% !important;
    transform: translate(-11%, -7%);
  }

  .group:hover .agency-photo-tela {
    transform: translate(-11%, -7%) scale(1.03);
  }

  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
