@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800;900&display=swap");

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(217, 120, 31, 0.08), transparent 34rem),
    linear-gradient(180deg, #fff 0%, #f8f5ef 58%, #fff 100%);
}

.topbar {
  min-height: 116px;
  border-bottom: 1px solid rgba(6, 27, 52, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 48px rgba(6, 27, 52, 0.08);
}

.brand-logo {
  width: auto;
  height: 96px;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: auto;
  height: 88px;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}

.main-nav {
  color: var(--navy);
}

.main-nav a {
  padding: 47px 0;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--accent);
}

.main-nav a.active::after {
  bottom: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.btn-small {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 16px 36px rgba(6, 27, 52, 0.18);
}

.btn-whatsapp-header {
  position: relative;
  min-width: 154px;
  min-height: 56px;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(239, 154, 47, 0.42);
  color: var(--navy);
  background:
    linear-gradient(135deg, #ffb21f 0%, #ef8a1f 48%, #d9781f 100%);
  box-shadow:
    0 18px 38px rgba(217, 120, 31, 0.28),
    0 6px 16px rgba(6, 27, 52, 0.12);
  transform: translateZ(0);
}

.btn-whatsapp-header::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -40%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  animation: headerCtaShine 4.2s ease-in-out infinite;
}

.btn-whatsapp-header img {
  position: relative;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  background: #16c76f;
  box-shadow: 0 0 0 5px rgba(22, 199, 111, 0.12);
}

.btn-whatsapp-header span,
.btn-whatsapp-header {
  font-weight: 950;
}

.btn-whatsapp-header:hover {
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow:
    0 22px 46px rgba(217, 120, 31, 0.34),
    0 9px 22px rgba(6, 27, 52, 0.14);
}

.menu-toggle {
  color: var(--navy);
  border-color: rgba(6, 27, 52, 0.16);
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 27, 52, 0.1);
}

.hero-pro {
  color: var(--navy);
  padding: 74px 0 58px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 239, 0.94)),
    radial-gradient(circle at 78% 26%, rgba(217, 120, 31, 0.14), transparent 32rem);
}

.hero-pro::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 239, 0.9)),
    linear-gradient(90deg, rgba(6, 27, 52, 0.04), transparent);
}

.hero-pro-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(470px, 0.86fr);
  gap: 68px;
}

.hero-pro .eyebrow {
  color: var(--accent);
}

.hero-copy h1 {
  max-width: 680px;
  color: var(--navy);
  font-size: clamp(44px, 4.6vw, 66px);
  line-height: 1.02;
}

.hero-copy > p {
  color: #596575;
  font-size: 18px;
}

.hero-pro .btn-primary {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(6, 27, 52, 0.18);
}

.hero-pro .btn-ghost {
  color: var(--navy);
  border-color: rgba(6, 27, 52, 0.16);
  background: rgba(255, 255, 255, 0.74);
}

.hero-pro .trust-row {
  color: #3b485a;
}

.hero-showcase {
  width: min(100%, 540px);
  padding: 12px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 28px 70px rgba(6, 27, 52, 0.12);
  animation: heroFloat 7s ease-in-out infinite;
}

.products-subhero {
  padding: 58px 0 64px;
}

.products-subhero .subhero-grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 0.86fr);
  gap: 56px;
}

.products-subhero .breadcrumb {
  margin-bottom: 18px;
}

.products-subhero h1 {
  max-width: 560px;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.04;
}

.products-subhero p {
  max-width: 560px;
}

.products-subhero .application-shell {
  align-self: start;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 14px;
  padding: 14px;
  border-color: rgba(6, 27, 52, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 64px rgba(6, 27, 52, 0.1);
}

.products-subhero .application-card {
  padding: 22px;
  align-content: center;
}

.products-subhero .application-head > span {
  width: 46px;
  height: 46px;
}

.products-subhero .application-head strong {
  font-size: 26px;
}

.products-subhero .application-options {
  gap: 8px;
  margin-top: 14px;
}

.products-subhero .application-options b {
  padding: 10px 12px;
}

.products-subhero .hero-photo-card {
  min-height: 0;
  height: 100%;
}

.products-subhero .hero-photo-card img {
  min-height: 100%;
}

.showcase-image {
  aspect-ratio: 1.2;
  border-color: rgba(6, 27, 52, 0.08);
  border-radius: 24px;
  box-shadow: none;
}

.showcase-caption,
.showcase-card,
.showcase-list,
.showcase-note {
  display: none !important;
}

.stats-bar {
  margin-top: 38px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  box-shadow: 0 24px 64px rgba(6, 27, 52, 0.1);
}

.stats-bar div,
.product-tile,
.blog-card,
.testimonial-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.stats-bar div:hover {
  transform: translateY(-3px);
  background: #fff8ef;
}

.product-tile:hover,
.blog-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 120, 31, 0.28);
  box-shadow: 0 26px 64px rgba(6, 27, 52, 0.12);
}

.blog-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -18px 0 30px;
}

.blog-tools span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(6, 27, 52, 0.1);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 850;
}

.blog-page {
  padding-top: 36px;
}

.blog-page .section-intro {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  margin-bottom: 34px;
}

.blog-page .blog-grid {
  align-items: stretch;
}

.blog-card img {
  filter: saturate(0.94) contrast(1.02);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.blog-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.04);
}

.section-logos {
  position: relative;
  overflow: hidden;
  border: 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(54, 184, 202, 0.26), transparent 28rem),
    linear-gradient(135deg, #006b7d 0%, #00465c 48%, #082b47 100%);
}

.section-logos::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.28) 45%, transparent 47%),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.22), transparent 18rem);
  pointer-events: none;
}

.section-logos .wrap {
  position: relative;
}

.section-logos .reveal,
#productos .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.section-logos .eyebrow {
  color: #f6c66a;
}

.section-logos h2 {
  max-width: 720px;
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
}

.section-logos p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.section-logos .logo-marquee {
  margin-top: 30px;
  padding: 8px 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.alliance-track {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
  animation: alliesMarquee 72s linear infinite;
}

.section-logos .logo-marquee div {
  animation: none;
}

.section-logos .logo-marquee > .alliance-track {
  animation: alliesMarquee 72s linear infinite;
}

.alliance-group {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
}

.section-logos .logo-marquee:hover .alliance-track {
  animation-play-state: paused;
}

.allies-more-caption {
  width: fit-content;
  margin: 22px auto 0;
  padding: 10px 18px;
  color: rgba(233, 242, 255, 0.84) !important;
  border: 1px solid rgba(109, 183, 255, 0.26);
  border-radius: 999px;
  background: rgba(7, 26, 67, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

@keyframes alliesMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 8px), 0, 0); }
}

.ally-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-width: 214px;
  height: 104px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  color: var(--brand, var(--navy));
  background: #fff;
  box-shadow:
    0 20px 52px rgba(0, 31, 47, 0.28),
    inset 0 0 0 1px rgba(10, 31, 77, 0.04);
  white-space: nowrap;
  isolation: isolate;
}

.ally-logo--dark {
  color: #fff;
  border-color: rgba(78, 161, 255, 0.34);
  background:
    radial-gradient(circle at 80% 18%, rgba(78, 161, 255, 0.28), transparent 9rem),
    linear-gradient(135deg, #0D245E 0%, #071A43 100%);
  box-shadow:
    0 22px 58px rgba(0, 8, 35, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ally-logo img {
  display: block;
  width: 196px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  image-rendering: auto;
}

.ally-logo b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ally-logo strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
}

.ally-logo small {
  display: block;
  margin-top: 8px;
  color: rgba(233, 242, 255, 0.76);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ally-finagil { --brand: #d68b27; }
.ally-engen { --brand: #008c8f; }
.ally-bienbien { --brand: #0bb36d; border-radius: 20px; min-width: 214px; }
.ally-finsus { --brand: #333846; }
.ally-fanamo { --brand: #24a35a; }
.ally-finkargo { --brand: #2d2867; }
.ally-kapitaler { --brand: #9ac225; }
.ally-haycash { --brand: #77811d; }
.ally-hey { --brand: #101820; }
.ally-konfio { --brand: #111; }
.ally-tip { --brand: #d9272e; }
.ally-solufi { --brand: #c9c9c9; color: #6e7581; }
.ally-maxcapital { --brand: #111; }
.ally-unifin { --brand: #12316a; }
.ally-xepelin { --brand: #535b68; }
.ally-covalto { --brand: #202b3b; }
.ally-banorte { --brand: #d71920; }
.ally-inbursa { --brand: #152b5b; }
.ally-afirme { --brand: #168444; }
.ally-axionex { --brand: #5460b6; }
.ally-creze { --brand: #13a367; }
.ally-arrenda { --brand: #1b1b1b; }
.ally-anticipa { --brand: #304f97; }
.ally-clara { --brand: #1e1e1e; }
.ally-cv { --brand: #61a6c9; }
.ally-ion { --brand: #2b813c; }
.ally-bancrea { --brand: #0b5e91; }
.ally-bxplus { --brand: #00644f; min-width: 268px; }
.ally-more { min-width: 180px; }

.ally-logo--image {
  min-width: 248px;
  height: 110px;
  padding: 20px 28px;
}

.ally-logo--image img {
  width: 196px;
  height: 70px;
}

.ally-logo--image.ally-afirme img,
.ally-logo--image.ally-finagil img {
  width: 172px;
}

.ally-logo--image.ally-arrenda img,
.ally-logo--image.ally-banorte img,
.ally-logo--image.ally-clara img,
.ally-logo--image.ally-haycash img,
.ally-logo--image.ally-inbursa img {
  width: 214px;
}

.ally-covalto,
.ally-bxplus {
  min-width: 268px;
}

.ally-covalto img,
.ally-bxplus img {
  width: 196px;
}

.ally-bienbien img {
  width: 82px;
  height: 82px;
}

.ally-engen img,
.ally-haycash img {
  width: 188px;
  height: 66px;
}

.ally-anticipa img,
.ally-maxcapital img {
  width: 196px;
  height: 66px;
}

.ally-finagil img {
  width: 188px;
  height: 72px;
}

.ally-fanamo img,
.ally-kapitaler img,
.ally-creze img,
.ally-arrenda img,
.ally-cv img,
.ally-clara img,
.ally-ion img {
  width: 194px;
  height: 66px;
}

.ally-cv img {
  width: 184px;
  height: 74px;
}

.ally-clara img {
  width: 202px;
  height: 54px;
}

.ally-konfio img,
.ally-solufi img,
.ally-unifin img,
.ally-banorte img {
  width: 194px;
  height: 66px;
}

.ally-banorte img {
  width: 202px;
  height: 50px;
}

.ally-bancrea img,
.ally-afirme img,
.ally-axionex img {
  width: 184px;
  height: 64px;
}

.ally-xepelin img,
.ally-finkargo img,
.ally-hey img,
.ally-inbursa img {
  width: 184px;
  height: 64px;
}

.section-compact {
  padding: 44px 0;
}

.why-strip {
  border-block: 1px solid rgba(6, 27, 52, 0.08);
  background:
    radial-gradient(circle at 8% 12%, rgba(78, 161, 255, 0.1), transparent 22rem),
    linear-gradient(90deg, rgba(247, 250, 255, 0.98), rgba(235, 242, 253, 0.92));
}

.why-strip-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 34px;
  align-items: center;
}

.why-strip h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(28px, 2.7vw, 40px);
}

.why-strip p {
  max-width: 460px;
  margin-top: 16px;
  color: #53647c;
}

.why-mini-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.why-mini-flow span {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 14px;
  color: #53647c;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.why-mini-flow b {
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.why-points article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(6, 27, 52, 0.07);
}

.why-points article > span,
.playbook-feature > span,
.asset-grid article svg {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: var(--accent);
  background: #fff2df;
}

.why-points h3 {
  color: var(--navy);
  font-size: 17px;
}

.why-points p {
  margin: 0;
  color: #657083;
  font-size: 13px;
  line-height: 1.55;
}

.product-playbook {
  background: #fff;
}

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

.playbook-feature {
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #fff, #fbfaf7);
  box-shadow: 0 24px 64px rgba(6, 27, 52, 0.08);
}

.playbook-feature h3,
.revolver-board h2,
.leasing-board h2,
.product-lead-grid h2 {
  color: var(--navy);
}

.revolver-board,
.leasing-board,
.product-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.revolver-board {
  padding: 38px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.98), rgba(13, 43, 82, 0.94)),
    radial-gradient(circle at 95% 5%, rgba(239, 154, 47, 0.24), transparent 30rem);
  box-shadow: 0 28px 80px rgba(6, 27, 52, 0.18);
}

.revolver-board h2,
.revolver-board p {
  color: #fff;
}

.cash-cycle {
  display: grid;
  gap: 12px;
}

.cash-cycle div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.cash-cycle span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--accent-2);
  font-weight: 900;
}

.leasing-board {
  padding: 38px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(100deg, #fff 0%, #fff 56%, #f7efe2 100%);
  box-shadow: 0 24px 72px rgba(6, 27, 52, 0.09);
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.asset-grid article {
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 18px;
  background: #fff;
}

.asset-grid article b {
  display: block;
  color: var(--navy);
}

.product-lead-section {
  background:
    linear-gradient(180deg, #fbfaf7, #fff);
}

.product-lead-grid {
  padding: 38px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(6, 27, 52, 0.09);
}

.product-lead-section .mini-benefits {
  grid-template-columns: repeat(3, max-content);
  gap: 10px;
  margin-top: 22px;
}

.product-lead-section .mini-benefits span {
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 999px;
  color: var(--navy);
  background: #fbfaf7;
  font-size: 13px;
}

.product-lead-section .mini-benefits svg {
  color: var(--accent);
}

.quick-lead-form {
  margin-left: auto;
  width: min(100%, 480px);
  padding: 24px;
  border-color: rgba(6, 27, 52, 0.08);
  background: #fbfaf7;
  box-shadow: none;
}

.quick-lead-form .form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quick-lead-form .btn-full {
  margin-top: 18px;
}

.form-privacy {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 14px 0 0;
  color: #647084;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.form-privacy svg {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--accent);
}

.form-privacy a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: rgba(6, 27, 52, 0.28);
  text-underline-offset: 3px;
}

.lead-form .btn[disabled] {
  cursor: wait;
  opacity: 0.82;
}

.lead-form.is-sending .btn-full svg {
  display: none;
}

.lead-form.is-sending .btn-full::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-top-color: #fff;
  border-radius: 50%;
  animation: formSpin 0.8s linear infinite;
}

.form-status {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 24px;
}

.form-status:not(:empty)::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #24a461;
}

.form-status[data-type="pending"] {
  color: var(--navy);
}

.form-status[data-type="pending"]::before {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(217, 120, 31, 0.14);
}

.form-status[data-type="error"]::before {
  background: #b04320;
}

.privacy-summary,
.legal-card,
.legal-side {
  border: 1px solid rgba(6, 27, 52, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 64px rgba(6, 27, 52, 0.08);
}

.privacy-summary {
  align-self: center;
  padding: 34px;
}

.privacy-summary > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--accent);
  background: #fff2df;
}

.privacy-summary h3,
.legal-card h2,
.legal-side h3 {
  color: var(--navy);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.legal-card {
  padding: 40px;
}

.legal-card h2 {
  margin: 0 0 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.legal-card p {
  margin-bottom: 28px;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-side {
  position: sticky;
  top: 138px;
  padding: 28px;
}

.legal-side .btn {
  width: 100%;
  margin-top: 10px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.reveal {
  transform: translateY(26px) scale(0.985);
}

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

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes headerCtaShine {
  0%, 58% { left: -44%; }
  100% { left: 128%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-showcase,
  .logo-marquee div,
  .alliance-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .topbar {
    min-height: 94px;
    background: rgba(255, 255, 255, 0.96);
  }

  .brand-logo {
    height: 74px;
  }

  .main-nav {
    color: var(--navy);
  }

  .main-nav.is-open {
    margin-top: 8px;
    padding: 14px 0 16px;
    border-top: 1px solid rgba(6, 27, 52, 0.08);
  }

  .main-nav a.active::after {
    bottom: 6px;
  }

  .hero-pro-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    width: 100%;
  }

  .products-subhero .subhero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .products-subhero .application-shell {
    grid-template-columns: 1fr;
  }

  .products-subhero .hero-photo-card {
    min-height: 230px;
  }

  .products-subhero .hero-photo-card img {
    min-height: 230px;
  }

  .why-strip-grid,
  .revolver-board,
  .leasing-board,
  .product-lead-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .why-points,
  .playbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-lead-form {
    width: 100%;
  }

  .legal-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .topbar {
    min-height: 84px;
  }

  .brand-logo {
    height: 66px;
  }

  .hero-pro {
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .hero-showcase {
    padding: 8px;
    border-radius: 24px;
  }

  .showcase-image {
    aspect-ratio: 1.08;
    border-radius: 20px;
  }

  .products-subhero {
    padding: 42px 0 58px;
  }

  .products-subhero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .products-subhero .application-shell {
    padding: 10px;
  }

  .blog-page {
    padding-top: 56px;
  }

  .blog-page .section-intro {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .blog-tools {
    gap: 8px;
    margin: -8px 0 22px;
  }

  .blog-tools span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .section-compact {
    padding: 34px 0;
  }

  .why-points,
  .playbook-grid,
  .asset-grid,
  .quick-lead-form .form-grid {
    grid-template-columns: 1fr;
  }

  .why-points article {
    min-height: 0;
  }

  .revolver-board,
  .leasing-board,
  .product-lead-grid {
    padding: 24px;
    border-radius: 22px;
  }

  .product-lead-section .mini-benefits {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .ally-logo {
    min-width: 142px;
    height: 66px;
    padding-inline: 16px;
  }

  .ally-logo b {
    font-size: 18px;
  }

  .ally-bxplus {
    min-width: 172px;
  }

  .legal-card,
  .legal-side,
  .privacy-summary {
    padding: 24px;
    border-radius: 20px;
  }

  .form-privacy {
    font-size: 11px;
  }
}

/* Product landing scale pass: the previous version felt too compact on desktop. */
@media (min-width: 981px) {
  :root {
    --max: 1260px;
  }

  .products-subhero {
    padding: 74px 0 78px;
  }

  .products-subhero .subhero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(660px, 1.18fr);
    gap: 48px;
    align-items: center;
  }

  .products-subhero .breadcrumb {
    margin-bottom: 22px;
  }

  .products-subhero h1 {
    max-width: 640px;
    font-size: clamp(54px, 5vw, 72px);
    line-height: 1;
  }

  .products-subhero p {
    max-width: 620px;
    font-size: 18px;
  }

  .products-subhero .btn {
    min-height: 58px;
    padding-inline: 24px;
  }

  .products-subhero .application-shell {
    min-height: 392px;
    grid-template-columns: minmax(270px, 0.82fr) minmax(360px, 1.18fr);
    gap: 22px;
    padding: 22px;
    border-radius: 32px;
  }

  .products-subhero .application-card {
    padding: 30px;
    border-radius: 26px;
  }

  .products-subhero .application-head {
    gap: 18px;
  }

  .products-subhero .application-head > span {
    width: 60px;
    height: 60px;
  }

  .products-subhero .application-head strong {
    font-size: 36px;
    line-height: 1;
  }

  .products-subhero .application-options b {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 18px;
  }

  .products-subhero .hero-photo-card {
    min-height: 348px;
    border-radius: 26px;
  }

  .products-subhero .hero-photo-card img {
    min-height: 348px;
    aspect-ratio: 1.12;
  }

  .products-subhero .hero-photo-card span {
    right: 22px;
    bottom: 22px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* Blue brand direction from the latest visual reference. */
:root {
  --navy: #0A1F4D;
  --navy-2: #0D245E;
  --ink: #10264A;
  --muted: #64758F;
  --line: rgba(37, 99, 235, 0.16);
  --paper: #F7FAFF;
  --soft: #EEF5FF;
  --card: #FFFFFF;
  --accent: #2563EB;
  --accent-2: #4EA1FF;
  --brand-hover: #1D4ED8;
  --blue-dark: #123C9F;
  --blue-bg: #071A43;
}

html,
body {
  background: var(--blue-bg);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(78, 161, 255, 0.2), transparent 30rem),
    linear-gradient(180deg, #071A43 0%, #0A1F4D 38%, #F7FAFF 38.1%, #F7FAFF 100%);
}

h1,
h2,
.hero-copy h1,
.products-subhero h1,
.subhero h1,
.section-intro h2,
.final-cta h2 {
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-weight: 900;
  letter-spacing: -0.012em !important;
  word-spacing: 0.02em;
}

h3,
.btn,
.main-nav,
.eyebrow {
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

h1 span,
h2 span {
  color: var(--accent-2);
  font-style: normal;
}

.topbar {
  min-height: 96px;
  margin: 8px;
  padding-inline: max(26px, calc((100vw - var(--max)) / 2));
  border: 1px solid rgba(78, 161, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(10, 31, 77, 0.88), rgba(7, 26, 67, 0.82));
  box-shadow:
    0 18px 64px rgba(0, 8, 35, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.topbar .brand-lockup {
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(0, 8, 35, 0.18);
}

.topbar .brand-logo {
  height: 74px;
}

.main-nav {
  color: rgba(255, 255, 255, 0.9);
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--accent-2);
}

.main-nav a.active::after {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(78, 161, 255, 0.68);
}

.menu-toggle {
  color: #fff;
  border-color: rgba(78, 161, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.btn-primary,
.hero-pro .btn-primary,
.final-cta .btn-primary,
.lead-form .btn-primary,
.btn-whatsapp-header {
  color: #fff;
  border-color: rgba(78, 161, 255, 0.34);
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 55%, #123C9F 100%);
  box-shadow:
    0 20px 46px rgba(37, 99, 235, 0.34),
    0 0 28px rgba(78, 161, 255, 0.18);
}

.btn-primary:hover,
.hero-pro .btn-primary:hover,
.btn-whatsapp-header:hover {
  color: #fff;
  background: linear-gradient(135deg, #4EA1FF 0%, #2563EB 48%, #1D4ED8 100%);
  box-shadow:
    0 24px 56px rgba(37, 99, 235, 0.42),
    0 0 34px rgba(78, 161, 255, 0.28);
}

.btn-whatsapp-header {
  min-width: 158px;
  color: #fff;
}

.btn-whatsapp-header img {
  background: #19C777;
  box-shadow: 0 0 0 5px rgba(25, 199, 119, 0.16);
}

.btn-whatsapp-header::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.hero-pro {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 76px 0 68px;
  background:
    radial-gradient(circle at 76% 36%, rgba(78, 161, 255, 0.32), transparent 28rem),
    radial-gradient(circle at 22% 0%, rgba(37, 99, 235, 0.22), transparent 24rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 54%, #0D245E 100%);
}

.hero-pro::before {
  background:
    linear-gradient(120deg, rgba(78, 161, 255, 0.06), transparent 35%),
    radial-gradient(circle at 88% 66%, rgba(78, 161, 255, 0.14), transparent 18rem);
}

.hero-pro::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 25%;
  width: min(46vw, 620px);
  height: min(22vw, 260px);
  border: 18px solid rgba(37, 99, 235, 0.62);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(9deg);
  filter: drop-shadow(0 0 22px rgba(78, 161, 255, 0.55));
  pointer-events: none;
}

.hero-pro-grid,
.hero-pro .stats-bar {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  max-width: 730px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.08;
}

.hero-copy > p,
.hero-pro .trust-row,
.hero-pro .trust-row span {
  color: rgba(255, 255, 255, 0.78);
}

.hero-pro .eyebrow {
  color: var(--accent-2);
  border: 1px solid rgba(78, 161, 255, 0.22);
  background: rgba(37, 99, 235, 0.1);
  box-shadow: inset 0 0 20px rgba(78, 161, 255, 0.08);
}

.hero-pro .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.hero-pro .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-showcase {
  border-color: rgba(78, 161, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 80px rgba(0, 8, 35, 0.32),
    0 0 42px rgba(37, 99, 235, 0.22);
}

.showcase-image {
  border-color: rgba(78, 161, 255, 0.28);
}

.stats-bar {
  border-color: rgba(78, 161, 255, 0.22);
  background: rgba(13, 36, 94, 0.68);
  box-shadow: 0 24px 70px rgba(0, 8, 35, 0.28);
  backdrop-filter: blur(16px);
}

.stats-bar div {
  color: rgba(255, 255, 255, 0.86);
}

.stats-bar div:hover {
  background: rgba(37, 99, 235, 0.18);
}

.stats-bar strong {
  color: #fff;
}

.stats-bar span,
.tile-icon,
.round-icon,
.application-head > span,
.why-points article > span,
.playbook-feature > span,
.asset-grid article svg,
.privacy-summary > span {
  color: var(--accent);
  background: rgba(37, 99, 235, 0.1);
}

.product-tile:hover,
.blog-card:hover,
.testimonial-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 26px 64px rgba(10, 31, 77, 0.14);
}

.section-logos {
  background:
    radial-gradient(circle at 16% 12%, rgba(78, 161, 255, 0.22), transparent 28rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 48%, #0D245E 100%);
}

.section-logos .eyebrow {
  color: var(--accent-2);
}

.section-navy,
.footer,
.final-cta {
  background:
    radial-gradient(circle at 92% 18%, rgba(78, 161, 255, 0.16), transparent 24rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 58%, #0D245E 100%);
}

.footer {
  border-top-color: rgba(78, 161, 255, 0.16);
}

.whatsapp-float {
  box-shadow:
    0 18px 42px rgba(31, 193, 107, 0.34),
    0 0 34px rgba(31, 193, 107, 0.26);
}

.subhero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(78, 161, 255, 0.2), transparent 28rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 58%, #0D245E 100%);
}

.subhero h1,
.subhero p,
.subhero .breadcrumb {
  color: #fff;
}

.subhero p {
  color: rgba(255, 255, 255, 0.74);
}

.products-subhero {
  color: var(--navy);
  background:
    radial-gradient(circle at 78% 22%, rgba(78, 161, 255, 0.13), transparent 30rem),
    linear-gradient(180deg, #F7FAFF, #FFFFFF);
}

.products-subhero h1,
.products-subhero p,
.products-subhero .breadcrumb {
  color: var(--navy);
}

#productos {
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(78, 161, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 58%, #0D245E 100%);
}

.product-section {
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(78, 161, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, #071A43 0%, #0A1F4D 58%, #0D245E 100%);
}

#productos .section-intro h2,
.product-section .section-intro h2 {
  color: #fff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

#productos .section-intro p,
.product-section .section-intro p {
  color: rgba(255, 255, 255, 0.74);
}

#productos .eyebrow,
.product-section .eyebrow {
  color: var(--accent-2);
}

#productos .product-tile,
.product-section .product-tile {
  color: var(--navy);
  border-color: rgba(78, 161, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

#productos .product-tile h3,
.product-section .product-tile h3 {
  color: var(--navy);
}

#productos .product-tile p,
#productos .product-tile li,
.product-section .product-tile p,
.product-section .product-tile li {
  color: var(--muted);
}

#productos .product-tile b,
.product-section .product-tile b {
  color: var(--accent);
}

.product-section .reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .topbar {
    margin: 0;
    border-radius: 0;
    background: rgba(7, 26, 67, 0.96);
  }

  .main-nav.is-open {
    border-top-color: rgba(78, 161, 255, 0.18);
    background: rgba(7, 26, 67, 0.94);
  }
}

@media (max-width: 640px) {
  h1,
  h2,
  .hero-copy h1,
  .products-subhero h1,
  .subhero h1 {
    letter-spacing: -0.006em !important;
  }

  .hero-pro::after {
    width: 420px;
    height: 150px;
    right: -120px;
    top: 40%;
    border-width: 12px;
  }
}

/* Contrast pass: keep dark blue sections readable after the blue brand theme. */
.section-navy,
.section-logos,
.footer,
.final-cta,
#nosotros,
#precalificacion {
  color: #fff;
}

.section-navy h1,
.section-navy h2,
.section-navy h3,
.section-logos h1,
.section-logos h2,
.section-logos h3,
.footer h1,
.footer h2,
.footer h3,
.final-cta h1,
.final-cta h2,
.final-cta h3,
#nosotros h1,
#nosotros h2,
#nosotros h3,
#precalificacion h1,
#precalificacion h2,
#precalificacion h3 {
  color: #fff;
}

.section-navy p,
.section-navy li,
.section-navy small,
.section-logos p,
.section-logos li,
.section-logos small,
.footer p,
.footer li,
.footer small,
.final-cta p,
.final-cta li,
.final-cta small,
#nosotros p,
#nosotros li,
#nosotros small,
#precalificacion p,
#precalificacion li,
#precalificacion small {
  color: rgba(233, 242, 255, 0.82);
}

.section-navy .eyebrow,
.section-logos .eyebrow,
.footer .eyebrow,
.final-cta .eyebrow,
#nosotros .eyebrow,
#precalificacion .eyebrow {
  color: #6DB7FF;
}

#nosotros .proof-list div,
.section-navy .proof-list div,
#precalificacion .proof-list div {
  color: rgba(233, 242, 255, 0.84);
}

#nosotros .proof-list b,
.section-navy .proof-list b,
#precalificacion .proof-list b {
  color: #fff;
}

#nosotros .proof-list svg,
.section-navy .proof-list svg,
#precalificacion .proof-list svg {
  color: #6DB7FF;
}

.section-navy .process-card,
#precalificacion .lead-form {
  color: #fff;
  border-color: rgba(109, 183, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.section-navy .process-card h3,
#precalificacion .lead-form h3 {
  color: #fff;
}

.section-navy .process-card p,
#precalificacion .lead-form p,
#precalificacion .lead-form label,
#precalificacion .form-privacy {
  color: rgba(233, 242, 255, 0.82);
}

.decision-card.dark h2,
.decision-card.dark h3,
.decision-card.dark b,
.decision-card.dark li {
  color: #fff;
}

.decision-card.dark p {
  color: rgba(233, 242, 255, 0.82);
}

.footer a {
  color: rgba(233, 242, 255, 0.82);
}

.footer a:hover {
  color: #fff;
}

.footer-grid {
  align-items: start;
}

.footer-grid > div:first-child p {
  max-width: 330px;
  margin-top: 14px;
  color: rgba(233, 242, 255, 0.82);
  line-height: 1.7;
}

.social-links {
  gap: 12px;
  margin-top: 22px;
}

.social-links a {
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border-color: rgba(109, 183, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(109, 183, 255, 0.55);
  background: rgba(37, 99, 235, 0.28);
  box-shadow: 0 14px 30px rgba(0, 8, 35, 0.22);
}

.social-links svg {
  width: 19px;
  height: 19px;
  color: #fff;
  stroke-width: 2.3;
}

.social-links span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  color: rgba(233, 242, 255, 0.74);
}

.footer-contact a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-contact svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #6DB7FF;
  stroke-width: 2.2;
}

.final-cta .btn-ghost,
.section-navy .btn-ghost,
#precalificacion .btn-ghost {
  color: #fff;
  border-color: rgba(233, 242, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.final-cta .btn-ghost:hover,
.section-navy .btn-ghost:hover,
#precalificacion .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

#precalificacion .lead-form input,
#precalificacion .lead-form select,
#precalificacion .lead-form textarea {
  color: #fff;
  border-color: rgba(109, 183, 255, 0.26);
  background: rgba(7, 26, 67, 0.62);
}

#precalificacion .lead-form input::placeholder,
#precalificacion .lead-form textarea::placeholder {
  color: rgba(233, 242, 255, 0.56);
}

#precalificacion .form-privacy a {
  color: #fff;
  text-decoration-color: rgba(233, 242, 255, 0.44);
}

.blog-page {
  color: #fff;
}

.blog-page .section-intro h2,
.blog-page .section-intro h3 {
  color: #fff;
}

.blog-page .section-intro p {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-bottom: 8px;
  padding: 18px 22px 18px 28px;
  color: rgba(233, 242, 255, 0.82);
  border: 1px solid rgba(109, 183, 255, 0.2);
  border-left: 3px solid #6DB7FF;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 18px 48px rgba(0, 8, 35, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
  backdrop-filter: blur(10px);
}

.blog-page .section-intro p::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 18px;
  width: 3px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px rgba(109, 183, 255, 0.48);
}

@media (max-width: 980px) {
  .blog-page .section-intro p {
    max-width: none;
    margin-left: 0;
  }
}

.blog-page .eyebrow {
  color: #6DB7FF;
}

.blog-page .blog-tools {
  margin-top: -10px;
}

.blog-page .blog-tools span {
  color: #0A1F4D;
  border-color: rgba(233, 242, 255, 0.58);
  background: rgba(233, 242, 255, 0.86);
}

.blog-page .blog-card {
  color: #fff;
  border-color: rgba(109, 183, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(13, 36, 94, 0.72), rgba(7, 26, 67, 0.98)) !important;
  box-shadow: 0 24px 68px rgba(0, 8, 35, 0.22);
}

.blog-page .blog-card h3 {
  color: #fff !important;
}

.blog-page .blog-card p {
  color: rgba(233, 242, 255, 0.84) !important;
}

.blog-page .blog-card a {
  color: #6DB7FF !important;
}

.blog-page .blog-card img {
  border-bottom: 1px solid rgba(109, 183, 255, 0.18);
}

.about-hero + .section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(78, 161, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, #071A43 0%, #0A1F4D 58%, #F7FAFF 58.2%, #F7FAFF 100%);
}

.about-hero + .section .about-copy {
  padding: 28px 0 34px;
}

.about-hero + .section .about-copy h2 {
  color: #fff;
  text-shadow: 0 16px 36px rgba(0, 8, 35, 0.24);
}

.about-hero + .section .about-copy > p {
  color: #5a6a81;
}

.about-hero + .section .eyebrow {
  color: #6DB7FF;
}

.about-hero + .section .metric-cards div {
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.about-hero + .section .metric-cards strong {
  color: var(--accent);
}

.about-hero + .section .metric-cards span {
  color: var(--navy);
}

.final-cta {
  padding: 48px 0;
}

.final-cta-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 42px;
}

.final-cta-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(109, 183, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px rgba(0, 8, 35, 0.22);
}

.final-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.final-proof span {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(109, 183, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.final-proof svg {
  width: 22px;
  height: 22px;
  color: #6DB7FF;
}

.final-proof b {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.final-proof small {
  color: rgba(233, 242, 255, 0.78);
  line-height: 1.35;
}

@media (max-width: 980px) {
  .why-mini-flow,
  .final-proof {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .why-mini-flow,
  .final-proof {
    grid-template-columns: 1fr;
  }
}

/* Final spacing polish for product hero and repeated CTA bands. */
@media (min-width: 981px) {
  .products-subhero {
    padding: 46px 0 54px;
  }

  .products-subhero .subhero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    gap: 44px;
  }

  .products-subhero h1 {
    font-size: clamp(48px, 4.4vw, 64px);
  }

  .products-subhero .application-shell {
    min-height: 320px;
    padding: 18px;
    border-radius: 28px;
  }

  .products-subhero .hero-photo-card,
  .products-subhero .hero-photo-card img {
    min-height: 278px;
  }
}

.blog-page + .final-cta,
.values-grid + .final-cta,
.product-section + .final-cta {
  margin-top: 0;
}

/* Blog card composition polish */
.blog-page {
  position: relative;
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 84% 10%, rgba(78, 161, 255, 0.18), transparent 28rem),
    linear-gradient(145deg, #071A43 0%, #0A1F4D 54%, #0D245E 100%);
}

.blog-page::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(4, 16, 44, 0.36));
}

.blog-page .wrap {
  position: relative;
  z-index: 1;
}

.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.blog-page .blog-card {
  display: grid;
  grid-template-rows: auto minmax(72px, auto) 1fr auto;
  min-height: 418px;
  overflow: hidden;
  border: 1px solid rgba(109, 183, 255, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(13, 36, 94, 0.92), rgba(7, 26, 67, 0.98)) !important;
  box-shadow:
    0 28px 72px rgba(0, 8, 35, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blog-page .blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72;
  border-bottom: 1px solid rgba(109, 183, 255, 0.18);
  object-fit: cover;
}

.blog-page .blog-card h3,
.blog-page .blog-card p,
.blog-page .blog-card a {
  margin-right: 26px;
  margin-left: 26px;
}

.blog-page .blog-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.blog-page .blog-card p {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.6;
}

.blog-page .blog-card a {
  align-self: end;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: 4px;
  margin-bottom: 26px;
  font-weight: 900;
}

.blog-page .blog-card a svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 980px) {
  .blog-page .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-page .blog-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .blog-page {
    padding-top: 14px;
    padding-bottom: 56px;
  }

  .blog-page .blog-grid {
    gap: 18px;
  }

  .blog-page .blog-card h3,
  .blog-page .blog-card p,
  .blog-page .blog-card a {
    margin-right: 20px;
    margin-left: 20px;
  }
}
