/*
 * Reconstrucción aislada de las láminas definitivas del propietario.
 * Esta hoja se carga después del CSS histórico para impedir interferencias.
 */

/* Cabecera maestra — referencia: 5SECCION 1 (1448 px). */
@media (min-width: 1360px) {
  .site-header {
    height: 110px;
  }

  .site-header .nav-shell {
    width: min(1354px, calc(100% - 48px));
    max-width: none;
    gap: 32px;
  }

  .site-header .brand {
    flex: 0 0 auto;
    gap: 14px;
  }

  .site-header .brand img {
    width: 66px;
    height: 66px;
  }

  .site-header .brand > span {
    font-size: 27px;
  }

  .site-header .main-nav {
    gap: 18px;
  }

  .site-header .nav-links {
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 10px;
  }

  .site-header .nav-links a {
    padding: 42px 0 38px;
    font-size: 13px;
  }

  .site-header .nav-links a::after {
    bottom: 25px;
    height: 3px;
  }

  .site-header .brand::after {
    bottom: -18px;
    height: 3px;
  }

  .site-header .nav-actions {
    flex: 0 0 auto;
    gap: 13px;
  }

  .site-header .nav-actions .button {
    min-height: 58px;
    border-radius: 13px;
    font-size: 14px;
  }

  .site-header .button-login {
    min-width: 215px;
    border-width: 2px;
    border-color: #4f8ce9;
  }

  .site-header .button-demo {
    min-width: 158px;
    padding-inline: 22px;
  }
}

/* Sección 1 — referencia: NUEVAS DEF/5SECCION 1.png (1448 × 1086). */
.owner-hero {
  min-height: 1010px;
  display: block;
  padding: 105px 0 98px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #fbfdff, #fff 62%, #f6f9fd);
}

.owner-hero .hero-grid {
  width: min(1374px, calc(100% - 47px));
  max-width: none;
  min-height: 807px;
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  align-items: center;
  gap: 50px;
  margin-left: max(24px, calc((100% - 1354px) / 2));
  margin-right: 0;
}

.owner-hero .hero-copy {
  width: 600px;
  align-self: start;
  margin-top: 50px;
}

.owner-hero .hero-copy .eyebrow {
  margin: 0 0 43px;
  color: #f6a900;
  font-size: 0;
}

.owner-hero .hero-copy .eyebrow span {
  width: 58px;
  height: 4px;
  background: #f6a900;
}

.owner-hero .hero-copy h1 {
  max-width: 600px;
  margin: 0;
  color: #061b55;
  font-size: 60px;
  line-height: 1.22;
  letter-spacing: -.045em;
}

.owner-hero .hero-emphasis {
  color: #255fc4;
}

.owner-hero .hero-lede {
  max-width: 540px;
  margin: 62px 0 0;
  color: #3f4d66;
  font-size: 19px;
  line-height: 2.05;
}

.owner-hero .hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 34px;
  margin: 37px 0 0;
}

.owner-hero .hero-actions .button {
  min-height: 78px;
  padding-inline: 30px;
  border-radius: 15px;
  font-size: 17px;
}

.owner-hero .hero-actions .button-primary {
  min-width: 349px;
}

.owner-hero .hero-actions .button-text {
  min-width: 238px;
  padding-inline: 0;
  justify-content: center;
}

.owner-hero .hero-visual {
  width: 100%;
  height: 807px;
  margin: 0;
  border: 0;
  border-radius: 27px;
  box-shadow: 0 12px 34px rgba(6,27,85,.08);
}

.owner-hero .hero-visual > img {
  object-fit: cover;
  object-position: center center;
}

.owner-hero .hero-badge {
  top: 24px;
  right: 40px;
  width: 304px;
  min-height: 106px;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 18px;
  font-size: 17px;
}

.owner-hero .hero-badge b {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
}

.owner-hero .hero-badge b img { width: 28px; height: 28px; }

.owner-hero .hero-badge small {
  margin-top: 4px;
  color: #53627c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .owner-hero { min-height: 0; }
  .owner-hero .hero-grid { width: min(920px, calc(100% - 40px)); grid-template-columns: minmax(0,1fr) 440px; gap: 38px; }
  .owner-hero .hero-copy { width: auto; }
  .owner-hero .hero-copy h1 { font-size: 52px; }
  .owner-hero .hero-visual { height: 650px; }
  .owner-hero .hero-actions { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 900px) {
  .owner-hero { padding: 72px 0 64px !important; }
  .owner-hero .hero-grid {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1fr;
    min-height: 0;
    margin-inline: auto;
  }
  .owner-hero .hero-copy { margin-top: 0; }
  .owner-hero .hero-copy h1 { max-width: 660px; font-size: 48px; }
  .owner-hero .hero-lede { margin-top: 36px; }
  .owner-hero .hero-visual { height: min(720px, 92vw); }
}

@media (max-width: 760px) {
  .owner-hero { padding: 66px 0 56px !important; }
  .owner-hero .hero-grid { width: min(100% - 40px, 620px); grid-template-columns: 1fr; min-height: 0; }
  .owner-hero .hero-copy h1 { font-size: clamp(31px, 9.1vw, 43px); line-height: 1.12; }
  .owner-hero .hero-lede { font-size: 16px; }
  .owner-hero .hero-actions { display: grid; }
  .owner-hero .hero-actions .button-primary,
  .owner-hero .hero-actions .button-text { min-width: 0; width: 100%; }
  .owner-hero .hero-visual { height: 560px; }
  .owner-hero .hero-badge { right: 18px; width: min(304px, calc(100% - 36px)); }
}

@media (max-width: 340px) {
  .owner-hero .hero-copy h1 { font-size: 27px; }
}

/* Sección 3 — referencia: NUEVAS DEF/5SECCION 3.png (1448 × 1086). */

/* Sección 7 — referencia: NUEVAS DEF/5SECCION 7.png (1448 × 1086). */
.owner-faq {
  min-height: 1086px;
  padding: 137px 0 0 !important;
  background: #fbfcfe;
}

.owner-faq .faq-grid {
  width: 1217px;
  max-width: calc(100% - 48px);
  display: grid;
  grid-template-columns: 430px 700px;
  align-items: start;
  gap: 87px;
  margin-left: max(24px, calc((100% - 1212px) / 2));
  margin-right: 0;
}

.owner-faq .faq-intro .eyebrow {
  justify-content: flex-start;
  margin: 0 0 20px;
  color: #f5a600;
  font-size: 14px;
  letter-spacing: .14em;
}

.owner-faq .faq-intro .eyebrow span {
  width: 32px;
  height: 2px;
  background: #f5a600;
}

.owner-faq .faq-intro h2 {
  max-width: 430px;
  margin: 0 0 19px;
  color: #061b55;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.owner-faq .faq-intro > p:not(.eyebrow) {
  max-width: 390px;
  margin: 0;
  color: #536484;
  font-size: 15px;
  line-height: 1.55;
}

.owner-faq .help-illustration {
  width: 430px;
  height: 303px;
  display: block;
  margin: 28px 0 0;
  border-radius: 0;
  background: transparent;
}

.owner-faq .help-illustration img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.owner-faq .faq-list {
  display: grid;
  gap: 7px;
  border: 0;
}

.owner-faq .faq-list details {
  overflow: hidden;
  border: 1px solid #e1e6ee;
  border-radius: 13px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 14px rgba(6,27,85,.025);
}

.owner-faq .faq-list summary {
  position: relative;
  min-height: 56px;
  padding: 13px 56px 13px 74px;
  color: #061b55;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

.owner-faq .faq-list summary::before {
  content: "?";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 2px solid #0875ff;
  border-radius: 50%;
  color: #0875ff;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  transform: translateY(-50%);
}

.owner-faq .faq-list summary span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #edf4ff;
  transform: translateY(-50%);
}

.owner-faq .faq-list summary span::before,
.owner-faq .faq-list summary span::after {
  top: 13px;
  left: 8px;
  width: 11px;
  height: 2px;
  background: #0875ff;
}

.owner-faq .faq-list details[open] summary span {
  background: #0875ff;
}

.owner-faq .faq-list details[open] summary span::before,
.owner-faq .faq-list details[open] summary span::after {
  background: #fff;
}

.owner-faq .faq-list details p {
  margin: -2px 55px 19px 74px;
  padding: 0;
  color: #536484;
  font-size: 13px;
  line-height: 1.55;
}

.owner-faq .faq-closing,
.owner-faq + .faq-closing,
.owner-faq > .faq-closing {
  display: none;
}

.owner-faq .faq-grid + .faq-closing { display: none; }

@media (max-width: 1050px) {
  .owner-faq { min-height: 0; padding: 88px 0 !important; }
  .owner-faq .faq-grid {
    width: min(760px, calc(100% - 40px));
    max-width: none;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-inline: auto;
  }
  .owner-faq .faq-intro h2,
  .owner-faq .faq-intro > p:not(.eyebrow) { max-width: 620px; }
  .owner-faq .help-illustration { width: min(430px, 100%); height: auto; aspect-ratio: 440 / 310; }
}

@media (max-width: 560px) {
  .owner-faq { padding: 64px 0 !important; }
  .owner-faq .faq-grid { width: calc(100% - 32px); gap: 38px; }
  .owner-faq .faq-intro h2 { font-size: 36px; }
  .owner-faq .faq-intro > p:not(.eyebrow) { font-size: 14px; }
  .owner-faq .faq-list summary { min-height: 62px; padding: 13px 48px 13px 54px; font-size: 13px; }
  .owner-faq .faq-list summary::before { left: 13px; width: 27px; height: 27px; }
  .owner-faq .faq-list summary span { right: 12px; }
  .owner-faq .faq-list details p { margin: 0 22px 18px 54px; font-size: 12px; }
}

/* Sección 8 — referencia: NUEVAS DEF/5SECCION 8.png (1448 × 1086). */
.owner-contact {
  height: 756px;
  padding: 112px 0 30px !important;
  background: #fbfbfc;
}

.owner-contact .contact-panel {
  width: 1384px;
  max-width: calc(100% - 62px);
  height: 614px;
  min-height: 614px;
  grid-template-columns: 550px 556px;
  justify-content: center;
  align-items: start;
  gap: 70px;
  margin: 0 auto;
  padding: 110px 104px 80px;
  border-radius: 28px;
  background: #031b43;
  box-shadow: 0 8px 24px rgba(5,24,59,.12);
}

.owner-contact .contact-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 455px;
  height: 190px;
  background: url("assets/contact-decoration-owner.png") left bottom / 455px 190px no-repeat;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0, rgba(0,0,0,.2) 10%, #000 25%, #000 100%),
    linear-gradient(to right, #000 0 74%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent 0, rgba(0,0,0,.2) 10%, #000 25%, #000 100%),
    linear-gradient(to right, #000 0 74%, transparent 100%);
  mask-composite: intersect;
  pointer-events: none;
}

.owner-contact .contact-copy,
.owner-contact .contact-options { z-index: 2; }

.owner-contact .contact-copy .eyebrow {
  justify-content: flex-start;
  margin: 0 0 40px;
  color: #f7b400;
  font-size: 14px;
  letter-spacing: .14em;
}

.owner-contact .contact-copy .eyebrow span {
  width: 40px;
  height: 2px;
  background: #f7b400;
}

.owner-contact .contact-copy h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.owner-contact .contact-copy h2 span { color: #f7b400; }

.owner-contact .contact-copy > p:not(.eyebrow) {
  max-width: 515px;
  margin: 0 0 38px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 2.12;
}

.owner-contact .contact-copy > strong {
  display: block;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.owner-contact .contact-options {
  display: grid;
  gap: 21px;
  padding-top: 12px;
}

.owner-contact .contact-card {
  width: 556px;
  min-height: 117px;
  grid-template-columns: 74px 1fr 24px;
  gap: 20px;
  padding: 20px 27px 20px 22px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 15px;
  background: rgba(1,21,53,.30);
}

.owner-contact .contact-card-icon {
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
}

.owner-contact .contact-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
}

.owner-contact .contact-card strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 650;
}

.owner-contact .contact-card small {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.35;
}

.owner-contact .contact-card b {
  color: #0875ff;
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
}

.owner-contact .contact-shape-a {
  width: 280px;
  height: 280px;
  top: -160px;
  right: 54px;
  opacity: .42;
  background: #2361cb;
}

.owner-contact .contact-shape-b {
  width: 220px;
  height: 220px;
  right: -48px;
  bottom: -103px;
  opacity: .28;
  background: #b7a759;
}

.owner-footer {
  width: 1384px;
  max-width: calc(100% - 62px);
  height: 330px;
  margin: 0 auto;
  padding: 28px 0 0;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  color: rgba(255,255,255,.75);
  background: #031b43;
}

.owner-footer .footer-grid {
  width: 1264px;
  max-width: calc(100% - 128px);
  min-height: 237px;
  grid-template-columns: 330px 214px 220px 350px;
  align-items: start;
  gap: 50px;
  margin: 0 auto;
  padding: 0;
}

.owner-footer .footer-brand {
  min-height: 212px;
  padding: 0 34px 0 0;
  border-right: 1px solid rgba(255,255,255,.18);
}

.owner-footer .brand-footer {
  justify-content: flex-start;
  width: 255px;
  color: #fff;
  font-size: 20px;
}

.owner-footer .brand-footer img { width: 55px; height: 55px; }
.owner-footer .footer-brand p { margin: 12px 0 0; font-size: 15px; }

.owner-footer .footer-instagram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
}

.owner-footer .footer-instagram img {
  width: 21px;
  height: 21px;
}

.owner-footer .footer-grid nav {
  gap: 9px;
  padding-top: 4px;
}

.owner-footer .footer-grid nav strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.owner-footer .footer-grid nav a {
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

.owner-footer .footer-art {
  align-self: start;
  width: 390px;
  height: 205px;
  margin: -5px 0 0 -20px;
}

.owner-footer .footer-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.owner-footer .footer-bottom {
  width: 1264px;
  max-width: calc(100% - 128px);
  min-height: 65px;
  margin: 0 auto;
  padding: 23px 0 0;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

@media (max-width: 1120px) {
  .owner-contact { height: auto; padding: 80px 24px 28px !important; }
  .owner-contact .contact-panel {
    width: min(920px, 100%);
    max-width: none;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 70px 64px;
  }
  .owner-contact .contact-copy h2 { white-space: normal; }
  .owner-contact .contact-card { width: 100%; }
  .owner-footer { width: calc(100% - 48px); max-width: none; height: auto; padding-bottom: 24px; }
  .owner-footer .footer-grid { width: calc(100% - 80px); max-width: none; grid-template-columns: 1fr 1fr; gap: 36px; }
  .owner-footer .footer-brand { border-right: 0; }
  .owner-footer .footer-art { width: min(390px, 100%); margin-left: 0; }
  .owner-footer .footer-bottom { width: calc(100% - 80px); max-width: none; }
}

@media (max-width: 620px) {
  .owner-contact { padding: 56px 16px 20px !important; }
  .owner-contact .contact-panel { padding: 52px 22px; border-radius: 22px; }
  .owner-contact .contact-copy h2 { font-size: 42px; }
  .owner-contact .contact-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
  .owner-contact .contact-card { min-height: 98px; grid-template-columns: 58px 1fr 18px; gap: 13px; padding: 15px; }
  .owner-contact .contact-card-icon { width: 58px; height: 58px; }
  .owner-contact .contact-card strong { font-size: 15px; overflow-wrap: anywhere; }
  .owner-contact .contact-card small { font-size: 12px; }
  .owner-contact .contact-card b { font-size: 36px; }
  .owner-contact .contact-panel::after { opacity: .45; }
  .owner-footer { width: calc(100% - 32px); border-radius: 16px 16px 0 0; }
  .owner-footer .footer-grid { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .owner-footer .footer-brand { min-height: 0; }
  .owner-footer .footer-bottom { width: calc(100% - 40px); gap: 8px; flex-direction: column; }
}

/* Sección 2 — fotografías finales y cierre sin CTA redundante. */
.how .process-card:nth-child(2) .process-art img,
.how .process-card:nth-child(4) .process-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.how .section-closing {
  justify-content: center;
}

/* Sección 6 — referencia: NUEVAS DEF/5SECCION 6.png (1448 × 1086). */
.owner-trust {
  min-height: 1086px;
  padding: 93px 0 0 !important;
  overflow: hidden;
  color: #061b55;
  background: linear-gradient(to bottom, #fff 0 93px, #fffaf0 93px 100%);
}

.owner-trust .owner-trust__body {
  width: min(1220px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 46px 0 21px;
}

.owner-trust .owner-trust__grid {
  display: grid;
  grid-template-columns: 552px minmax(0, 1fr);
  align-items: start;
  gap: 74px;
}

.owner-trust .owner-trust__heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.owner-trust .owner-trust__heading .eyebrow {
  justify-content: flex-start;
  margin: 0 0 18px;
  color: #f6a900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
}

.owner-trust .owner-trust__heading .eyebrow span {
  width: 34px;
  height: 2px;
  background: #f6a900;
}

.owner-trust .owner-trust__heading h2 {
  max-width: 540px;
  margin: 0 0 20px;
  color: #061b55;
  font-size: 36px;
  line-height: 1.13;
  letter-spacing: -.035em;
}

.owner-trust .owner-trust__heading h2::after,
.owner-trust .owner-trust__closing strong::after {
  content: ".";
  color: #f6a900;
}

.owner-trust .owner-trust__heading > p:last-child {
  max-width: 525px;
  margin: 0;
  color: #53627c;
  font-size: 16px;
  line-height: 1.48;
}

.owner-trust .owner-trust__security {
  width: 450px;
  min-height: 0;
  margin: 25px auto 0;
}

.owner-trust .owner-trust__security img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.owner-trust .trust-list {
  display: grid;
  gap: 19px;
  margin-top: 15px;
}

.owner-trust .trust-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  border: 1px solid #e1e4e9;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 5px 18px rgba(6,27,85,.035);
}

.owner-trust .trust-card::after { display: none; }

.owner-trust .trust-card-number {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0868ee;
  font-size: 20px;
  font-weight: 700;
}

.owner-trust .trust-card h3 {
  margin: 0 0 7px;
  color: #061b55;
  font-size: 19px;
  line-height: 1.2;
}

.owner-trust .trust-card p {
  margin: 0;
  color: #53627c;
  font-size: 14px;
  line-height: 1.45;
}

.owner-trust .trust-card-icon {
  width: 68px;
  height: 68px;
  padding: 17px;
  border-radius: 50%;
  background: #eef4ff;
}

.owner-trust .owner-trust__experience {
  min-height: 213px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: center;
  margin: 37px 0 0;
  padding: 0 34px 0 22px;
  border: 1px solid #9dc8ff;
  border-radius: 16px;
  background: #f8fbff;
}

.owner-trust .owner-trust__school {
  width: 285px;
  margin-inline: auto;
}

.owner-trust .owner-trust__school img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.owner-trust .owner-trust__experience-copy {
  padding-left: 28px;
  border-left: 1px solid #dce5f3;
}

.owner-trust .owner-trust__experience .eyebrow {
  margin: 0 0 9px;
  color: #f6a900;
  font-size: 13px;
  letter-spacing: .09em;
}

.owner-trust .owner-trust__experience .eyebrow span { display: none; }

.owner-trust .experience-content {
  display: block;
}

.owner-trust .experience-content > p {
  max-width: 780px;
  margin: 0 0 16px;
  color: #061b55;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 750;
}

.owner-trust .experience-tags {
  display: flex;
  align-items: center;
  gap: 40px;
}

.owner-trust .experience-tags span {
  min-width: 198px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid #b8d4fa;
  border-radius: 22px;
  color: #16356f;
  background: rgba(255,255,255,.75);
  font-size: 14px;
}

.owner-trust .experience-tags span + span::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -242px;
  border-radius: 50%;
  background: #ffb300;
}

.owner-trust .experience-tags img { width: 25px; height: 25px; }

.owner-trust .owner-trust__closing {
  justify-content: center;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.owner-trust .owner-trust__closing strong {
  color: #061b55;
  font-size: 21px;
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .owner-trust { min-height: 0; }
  .owner-trust .owner-trust__body { width: min(760px, calc(100% - 40px)); }
  .owner-trust .owner-trust__grid { grid-template-columns: 1fr; gap: 34px; }
  .owner-trust .trust-list { margin-top: 0; }
  .owner-trust .owner-trust__security { width: min(450px, 100%); }
  .owner-trust .owner-trust__experience { grid-template-columns: 260px minmax(0,1fr); }
  .owner-trust .experience-tags { flex-wrap: wrap; gap: 10px; }
  .owner-trust .experience-tags span + span::before { display: none; }
}

@media (max-width: 680px) {
  .owner-trust { padding-top: 60px !important; background: linear-gradient(to bottom,#fff 0 60px,#fffaf0 60px 100%); }
  .owner-trust .owner-trust__heading h2 { font-size: 34px; }
  .owner-trust .trust-card { grid-template-columns: 58px minmax(0,1fr); padding: 18px; }
  .owner-trust .trust-card-icon { display: none; }
  .owner-trust .trust-card-number { width: 52px; height: 52px; font-size: 17px; }
  .owner-trust .owner-trust__experience { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .owner-trust .owner-trust__school { width: min(285px, 100%); }
  .owner-trust .owner-trust__experience-copy { padding: 0; border: 0; }
  .owner-trust .experience-tags { display: grid; }
  .owner-trust .experience-tags span { width: 100%; }
  .owner-trust .owner-trust__closing strong { font-size: 18px; text-align: center; }
}

/*
 * Ritmo vertical de la composición completa.
 * Las láminas individuales miden 1448 × 1086, pero el montaje integral aprobado
 * las presenta compactadas. Estas reglas eliminan el alto rígido heredado sin
 * reducir tipografía ni deformar ilustraciones. Solo aplican en escritorio.
 */
@media (min-width: 1001px) {
  .owner-hero {
    min-height: 890px;
    padding: 72px 0 58px !important;
  }

  .owner-hero .hero-grid {
    min-height: 760px;
  }

  .owner-hero .hero-copy {
    margin-top: 28px;
  }

  .owner-hero .hero-copy .eyebrow {
    margin-bottom: 30px;
  }

  .owner-hero .hero-lede {
    margin-top: 40px;
  }

  .owner-hero .hero-visual {
    height: 760px;
  }

  .owner-benefits {
    padding-top: 52px;
  }

  .owner-benefits .owner-benefits__strip-grid {
    min-height: 112px;
  }

  .owner-benefits .owner-benefits__body {
    padding: 26px 0 42px;
  }

  .owner-benefits .owner-benefits__heading {
    margin-bottom: 24px;
  }

  .owner-benefits .owner-benefits__card {
    min-height: 178px;
    padding-block: 22px !important;
  }

  .owner-benefits .owner-benefits__closing {
    margin-top: 18px;
    padding-top: 19px;
  }

  .owner-features,
  .owner-implementation,
  .owner-trust,
  .owner-faq {
    min-height: 820px;
  }

  .owner-features {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #061b55 50px 100%);
  }

  .owner-features .owner-features__body {
    padding: 32px 0 34px;
  }

  .owner-features .owner-features__heading {
    margin-bottom: 30px;
  }

  .owner-features .feature-card {
    min-height: 150px;
    padding-block: 16px !important;
  }

  .owner-features .feature-card .feature-icon {
    width: 84px;
    height: 84px;
  }

  .owner-features .owner-features__automation {
    min-height: 110px;
    margin-top: 14px;
  }

  .owner-features .owner-features__automation .automation-icon {
    width: 80px;
    height: 80px;
  }

  .owner-features .features-close {
    margin-top: 15px;
  }

  .owner-implementation {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #f7faff 50px 100%);
  }

  .owner-implementation .owner-implementation__body {
    padding: 32px 0 30px;
  }

  .owner-implementation .owner-implementation__heading {
    margin-bottom: 20px;
  }

  .owner-implementation .implementation-card {
    min-height: 280px;
    padding-block: 20px !important;
  }

  .owner-implementation .implementation-card > div {
    width: 94px;
    height: 94px;
  }

  .owner-implementation .owner-implementation__grid::before {
    top: 126px;
  }

  .owner-implementation .owner-implementation__autonomy {
    min-height: 140px;
    margin-top: 20px;
  }

  .owner-implementation .implementation-close {
    margin-top: 20px;
  }

  .owner-trust {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #fffaf0 50px 100%);
  }

  .owner-trust .owner-trust__body {
    padding: 30px 0 18px;
  }

  .owner-trust .trust-list {
    gap: 12px;
    margin-top: 10px;
  }

  .owner-trust .trust-card {
    min-height: 105px;
    padding-block: 12px;
  }

  .owner-trust .owner-trust__security {
    width: 400px;
    margin-top: 18px;
  }

  .owner-trust .owner-trust__experience {
    min-height: 180px;
    margin-top: 18px;
  }

  .owner-faq {
    padding-top: 82px !important;
  }

  .owner-faq .faq-grid {
    align-items: start;
  }
}

/* Sección 5 — referencia: NUEVAS DEF/5SECCION 5.png (1448 × 1086). */
.owner-implementation {
  min-height: 1086px;
  padding: 100px 0 0 !important;
  overflow: hidden;
  color: #061b55;
  background: linear-gradient(to bottom, #fff 0 100px, #f7faff 100px 100%);
}

.owner-implementation .owner-implementation__body {
  width: min(1240px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 50px 0 44px;
}

.owner-implementation .owner-implementation__heading {
  max-width: 1040px;
  margin: 0 auto 28px;
}

.owner-implementation .owner-implementation__heading .eyebrow {
  justify-content: center;
  margin: 0 0 18px;
  color: #f6a900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
}

.owner-implementation .owner-implementation__heading .eyebrow span {
  width: 38px;
  height: 3px;
  background: #f6a900;
}

.owner-implementation .owner-implementation__heading h2 {
  max-width: 1040px;
  margin: 0 auto 24px;
  color: #061b55;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.owner-implementation .owner-implementation__heading > p:last-child {
  max-width: 800px;
  margin: 0 auto;
  color: #53627c;
  font-size: 17px;
  line-height: 1.55;
}

.owner-implementation .owner-implementation__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}

.owner-implementation .owner-implementation__grid::before {
  top: 147px;
  right: 10%;
  left: 10%;
  border-top: 2px dashed #1671f3;
}

.owner-implementation .implementation-card {
  position: relative;
  min-height: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 22px !important;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 20px rgba(6, 27, 85, .025);
}

.owner-implementation .implementation-card > div {
  order: 1;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: 0;
  border-radius: 50%;
  background: #edf4ff;
}

.owner-implementation .implementation-card > div img {
  width: 62px;
  height: 62px;
}

.owner-implementation .implementation-card > span {
  position: static;
  order: 2;
  margin: 0 0 5px;
  color: #f6a900;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
}

.owner-implementation .implementation-card h3 {
  order: 3;
  max-width: 230px;
  margin: 0 0 9px;
  color: #061b55;
  font-size: 21px;
  line-height: 1.17;
}

.owner-implementation .implementation-card p {
  order: 4;
  max-width: 235px;
  margin: 0;
  color: #53627c;
  font-size: 15px;
  line-height: 1.5;
}

.owner-implementation .owner-implementation__autonomy {
  position: relative;
  min-height: 160px;
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr) 380px;
  align-items: center;
  gap: 0;
  margin: 28px 0 0;
  padding: 0 28px 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  border: 1px solid #9dc8ff;
  background: linear-gradient(105deg, #eaf3ff 0%, #edf5ff 68%, #f8fbff 100%);
}

.owner-implementation .owner-implementation__shield {
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border-radius: 50%;
  background: #dceaff;
}

.owner-implementation .owner-implementation__shield img {
  width: 76px;
  height: 76px;
}

.owner-implementation .owner-implementation__autonomy-copy span {
  color: #061b55;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.owner-implementation .owner-implementation__autonomy-copy span::after,
.owner-implementation .implementation-close::after {
  content: ".";
  color: #f6a900;
}

.owner-implementation .owner-implementation__autonomy-copy p {
  max-width: 610px;
  margin: 9px 0 0;
  color: #53627c;
  font-size: 16px;
  line-height: 1.45;
}

.owner-implementation .owner-implementation__counter {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 430px;
  height: 150px;
}

.owner-implementation .owner-implementation__counter img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
}

.owner-implementation .implementation-close {
  margin: 30px 0 0;
  color: #061b55;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .owner-implementation { min-height: 0; }
  .owner-implementation .owner-implementation__body { width: min(760px, calc(100% - 40px)); }
  .owner-implementation .owner-implementation__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .owner-implementation .owner-implementation__grid::before { display: none; }
  .owner-implementation .owner-implementation__autonomy { grid-template-columns: 140px minmax(0, 1fr); padding-right: 24px; }
  .owner-implementation .owner-implementation__counter { position: relative; right: auto; width: 100%; height: 145px; grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .owner-implementation { padding-top: 60px !important; background: linear-gradient(to bottom,#fff 0 60px,#f7faff 60px 100%); }
  .owner-implementation .owner-implementation__heading h2 { font-size: 40px; }
  .owner-implementation .owner-implementation__grid { grid-template-columns: 1fr; }
  .owner-implementation .owner-implementation__autonomy { grid-template-columns: 1fr; gap: 18px; padding: 24px 24px 0; text-align: center; }
  .owner-implementation .owner-implementation__counter { height: auto; aspect-ratio: 3360 / 1274; margin-top: 2px; }
  .owner-implementation .owner-implementation__counter img { object-position: center bottom; }
  .owner-implementation .implementation-close { font-size: 18px; }
}

/* Sección 4 — referencia: NUEVAS DEF/5SECCION 4.png (1448 × 1086). */
.owner-features {
  min-height: 1086px;
  padding: 100px 0 0 !important;
  color: #fff;
  background: linear-gradient(to bottom, #fff 0 100px, #061b55 100px 100%);
}

.owner-features .owner-features__body {
  width: min(1128px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 49px 0 57px;
}

.owner-features .owner-features__heading {
  max-width: 850px;
  margin: 0 auto 58px;
}

.owner-features .owner-features__heading .eyebrow {
  justify-content: center;
  margin: 0 0 18px;
  color: #ffb300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
}

.owner-features .owner-features__heading .eyebrow span {
  width: 38px;
  height: 3px;
  background: #ffb300;
}

.owner-features .owner-features__heading h2 {
  max-width: 850px;
  margin: 0 auto 25px;
  color: #fff;
  font-size: 55px;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.owner-features .owner-features__heading > p:last-child {
  max-width: 710px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.55;
}

.owner-features .owner-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px 14px;
  margin: 0;
}

.owner-features .feature-card {
  position: relative;
  min-height: 176px;
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  column-gap: 16px;
  padding: 22px 20px !important;
  border: 1px solid rgba(183,205,241,.3);
  border-radius: 14px;
  color: #fff;
  background: rgba(35,68,135,.34);
  box-shadow: none;
}

.owner-features .feature-card .feature-icon {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: center;
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
}

.owner-features .feature-card .feature-icon img {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
}

.owner-features .feature-card > span {
  position: static;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 0 10px;
  color: #ffb300;
  font-size: 17px;
  line-height: 1;
  font-weight: 850;
}

.owner-features .feature-card h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.owner-features .feature-card p {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.45;
}

.owner-features .owner-features__automation {
  width: min(1010px, calc(100% - 80px));
  min-height: 130px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin: 19px auto 0;
  padding: 16px 28px;
  border: 1px solid rgba(183,205,241,.4);
  border-radius: 14px;
  color: #fff;
  background: rgba(35,68,135,.28);
}

.owner-features .owner-features__automation .automation-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff8e6;
}

.owner-features .owner-features__automation .automation-icon img {
  width: 50px;
  height: 50px;
}

.owner-features .owner-features__automation h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.owner-features .owner-features__automation p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.45;
}

.owner-features .features-close {
  margin: 21px 0 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 750;
}

.owner-features .features-close::after {
  content: ".";
  color: #ffb300;
}

@media (max-width: 1000px) {
  .owner-features { min-height: 0; }
  .owner-features .owner-features__body { width: min(760px, calc(100% - 40px)); }
  .owner-features .owner-features__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .owner-features .owner-features__automation { width: 100%; }
}

@media (max-width: 680px) {
  .owner-features { padding-top: 60px !important; background: linear-gradient(to bottom,#fff 0 60px,#061b55 60px 100%); }
  .owner-features .owner-features__heading h2 { font-size: 42px; }
  .owner-features .owner-features__grid { grid-template-columns: 1fr; }
  .owner-features .owner-features__automation { grid-template-columns: 82px minmax(0,1fr); padding-inline: 18px; }
  .owner-features .owner-features__automation .automation-icon { width: 72px; height: 72px; }
  .owner-features .features-close { font-size: 18px; }
}

.owner-benefits {
  --owner-blue: #0868ee;
  --owner-navy: #061b55;
  --owner-yellow: #ffb300;
  --owner-copy: #53627c;
  --owner-line: #e1e7ef;
  padding-top: clamp(56px, 6.65vw, 96px);
  overflow: hidden;
  color: var(--owner-navy);
  background: #fff;
}

.owner-benefits .owner-benefits__strip {
  padding: 0;
  border-top: 1px solid var(--owner-line);
  border-bottom: 1px solid var(--owner-line);
  background: #fff;
}

.owner-benefits .owner-benefits__strip-grid {
  width: min(1340px, calc(100% - 64px));
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.owner-benefits .owner-benefits__strip-grid > p {
  position: relative;
  min-height: 72px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 18px;
  margin: 0;
  padding: 0 14px !important;
}

.owner-benefits .owner-benefits__strip-grid > p + p {
  border-left: 1px solid #d9e0ea;
}

.owner-benefits .owner-benefits__strip-grid .strip-icon {
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: none;
}

.owner-benefits .owner-benefits__strip-grid .strip-icon img {
  width: 33px;
  height: 33px;
}

.owner-benefits .owner-benefits__strip-grid strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 7px;
  color: var(--owner-navy);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
}

.owner-benefits .owner-benefits__strip-grid span {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: var(--owner-copy);
  font-size: 15px;
  line-height: 1.45;
}

.owner-benefits .owner-benefits__body {
  width: min(1012px, calc(100% - 64px));
  max-width: none;
  padding: 31px 0 62px;
}

.owner-benefits .owner-benefits__heading {
  max-width: 940px;
  margin: 0 auto 31px;
  text-align: center;
}

.owner-benefits .owner-benefits__heading .eyebrow {
  justify-content: center;
  margin: 0 0 13px;
  color: #ec9e00;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .12em;
}

.owner-benefits .owner-benefits__heading .eyebrow span {
  width: 36px;
  height: 3px;
  background: var(--owner-yellow);
}

.owner-benefits .owner-benefits__heading h2 {
  max-width: 900px;
  margin: 0 auto 20px;
  color: var(--owner-navy);
  font-size: clamp(44px, 3.65vw, 53px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.owner-benefits .owner-benefits__heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--owner-copy);
  font-size: 17px;
  line-height: 1.55;
}

.owner-benefits .owner-benefits__grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin: 0;
}

.owner-benefits .owner-benefits__card {
  position: relative;
  min-height: 203px;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 22px;
  margin: 0;
  padding: 30px 30px 30px 22px !important;
  border: 1px solid var(--owner-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 27px rgba(6, 27, 85, .065);
}

.owner-benefits .owner-benefits__card > span {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #0873f8, #0757cf);
  box-shadow: 0 5px 10px rgba(8, 104, 238, .2);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  grid-column: auto !important;
  grid-row: auto !important;
}

.owner-benefits .owner-benefits__card .benefit-icon {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  justify-self: end;
  align-self: center;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 50%;
}

.owner-benefits .owner-benefits__card .benefit-icon > img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.owner-benefits .owner-benefits__card .benefit-icon-owner {
  overflow: hidden;
  background: transparent;
}

.owner-benefits .owner-benefits__card .benefit-icon-owner > img,
.owner-benefits .owner-benefits__card .benefit-icon-owner > img:first-child,
.owner-benefits .owner-benefits__card .benefit-icon-owner > img:last-child {
  position: absolute !important;
  inset: -12.5% !important;
  width: 125% !important;
  height: 125% !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 50%;
  object-fit: contain;
  filter: none;
  background: transparent;
}

.owner-benefits .owner-benefits__card .benefit-icon > img:first-child {
  left: 22%;
  bottom: 16%;
  width: 58%;
  height: 58%;
}

.owner-benefits .owner-benefits__card .benefit-icon > img:last-child {
  right: 16%;
  bottom: 13%;
  width: 34%;
  height: 34%;
  z-index: 2;
  padding: 0;
  border-radius: 50%;
  background: transparent;
}

.owner-benefits .owner-benefits__card .benefit-icon-students > img:first-child {
  left: 17%;
  bottom: 5%;
  width: 66%;
  height: 50%;
}

.owner-benefits .owner-benefits__card .benefit-icon-students > img:last-child {
  top: 2%;
  right: 33%;
  bottom: auto;
  width: 38%;
  height: 38%;
}

.owner-benefits .owner-benefits__card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 0 12px;
  color: var(--owner-navy);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.owner-benefits .owner-benefits__card p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  color: var(--owner-copy);
  font-size: 15px;
  line-height: 1.55;
}

.owner-benefits .owner-benefits__closing {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 24px 0 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.owner-benefits .owner-benefits__closing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--owner-yellow);
  transform: translateX(-50%);
}

.owner-benefits .owner-benefits__closing strong {
  color: var(--owner-navy);
  font-size: 23px;
  line-height: 1.25;
}

.owner-benefits .owner-benefits__closing p {
  margin: 5px 0 0;
  color: var(--owner-copy);
  font-size: 15px;
}

.owner-benefits .owner-benefits__closing .arrow-link { display: none; }

@media (max-width: 1000px) {
  .owner-benefits .owner-benefits__strip-grid {
    width: min(760px, calc(100% - 40px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0;
  }

  .owner-benefits .owner-benefits__strip-grid > p { min-height: 82px; }
  .owner-benefits .owner-benefits__strip-grid > p:nth-child(3) { border-left: 0; }
  .owner-benefits .owner-benefits__body { width: min(760px, calc(100% - 40px)); }
  .owner-benefits .owner-benefits__card { grid-template-columns: 140px minmax(0, 1fr); }
}

@media (max-width: 720px) {
  .owner-benefits { padding-top: 40px; }
  .owner-benefits .owner-benefits__strip-grid { grid-template-columns: 1fr; }
  .owner-benefits .owner-benefits__strip-grid > p + p { border-top: 1px solid #e2e7ee; border-left: 0; }
  .owner-benefits .owner-benefits__heading h2 { font-size: clamp(36px, 10vw, 48px); }
  .owner-benefits .owner-benefits__grid { grid-template-columns: 1fr; }
  .owner-benefits .owner-benefits__card { min-height: 190px; }
}

@media (max-width: 470px) {
  .owner-benefits .owner-benefits__body { width: calc(100% - 28px); padding-top: 42px; }
  .owner-benefits .owner-benefits__heading > p:last-child { font-size: 15px; }
  .owner-benefits .owner-benefits__card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 176px;
    column-gap: 14px;
    padding: 24px 16px 24px 14px !important;
  }
  .owner-benefits .owner-benefits__card .benefit-icon { width: 88px; height: 88px; }
  .owner-benefits .owner-benefits__card > span { top: 15px; left: 15px; width: 34px; height: 34px; font-size: 12px; }
  .owner-benefits .owner-benefits__card h3 { font-size: 17px; }
  .owner-benefits .owner-benefits__card p { font-size: 12px; }
  .owner-benefits .owner-benefits__closing strong { font-size: 20px; }
}

/* Ajuste final de ritmo: debe permanecer al final de la cascada de escritorio. */
@media (min-width: 1001px) {
  .owner-hero { min-height: 850px; padding: 58px 0 48px !important; }
  .owner-hero .hero-grid { min-height: 730px; }
  .owner-hero .hero-copy { margin-top: 28px; }
  .owner-hero .hero-copy .eyebrow { margin-bottom: 30px; }
  .owner-hero .hero-lede { margin-top: 40px; }
  .owner-hero .hero-visual { height: 730px; }

  .owner-benefits { padding-top: 40px; }
  .owner-benefits .owner-benefits__strip-grid { min-height: 102px; }
  .owner-benefits .owner-benefits__body { padding: 22px 0 34px; }
  .owner-benefits .owner-benefits__heading { margin-bottom: 24px; }
  .owner-benefits .owner-benefits__card { min-height: 165px; padding-block: 18px !important; }
  .owner-benefits .owner-benefits__closing { margin-top: 18px; padding-top: 19px; }

  .how.section-pad { padding-block: 20px 24px; }
  .how .process-grid { gap: 14px; }
  .how .process-card { height: 225px; }
  .how .section-closing { margin-top: 18px; padding-top: 18px; }

  .owner-features { min-height: 760px; }
  .owner-implementation,
  .owner-trust { min-height: 730px; }

  .owner-faq { min-height: 580px; }

  .owner-features {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #061b55 50px 100%);
  }
  .owner-features .owner-features__body { padding: 32px 0 34px; }
  .owner-features .owner-features__heading { margin-bottom: 30px; }
  .owner-features .feature-card { min-height: 150px; padding-block: 16px !important; }
  .owner-features .feature-card .feature-icon { width: 84px; height: 84px; }
  .owner-features .owner-features__automation { min-height: 110px; margin-top: 14px; }
  .owner-features .owner-features__automation .automation-icon { width: 80px; height: 80px; }
  .owner-features .features-close { margin-top: 15px; }

  .owner-implementation {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #f7faff 50px 100%);
  }
  .owner-implementation .owner-implementation__body { padding: 32px 0 30px; }
  .owner-implementation .owner-implementation__heading { margin-bottom: 20px; }
  .owner-implementation .implementation-card { min-height: 280px; padding-block: 20px !important; }
  .owner-implementation .implementation-card > div { width: 94px; height: 94px; }
  .owner-implementation .owner-implementation__grid::before { top: 126px; }
  .owner-implementation .owner-implementation__autonomy { min-height: 140px; margin-top: 20px; }
  .owner-implementation .implementation-close { margin-top: 20px; }

  .owner-trust {
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #fff 0 50px, #fffaf0 50px 100%);
  }
  .owner-trust .owner-trust__body { padding: 30px 0 18px; }
  .owner-trust .trust-list { gap: 12px; margin-top: 10px; }
  .owner-trust .trust-card { min-height: 105px; padding-block: 12px; }
  .owner-trust .owner-trust__security { width: 400px; margin-top: 18px; }
  .owner-trust .owner-trust__experience { min-height: 180px; margin-top: 18px; }

  .owner-faq { padding-top: 82px !important; }
  .owner-faq .faq-grid { align-items: start; }

  .owner-contact {
    height: 700px;
    padding-top: 70px !important;
    padding-bottom: 16px !important;
  }
}

/*
 * Escala tipográfica común de la composición de escritorio.
 * Los encabezados centrados pertenecen al mismo nivel visual y los cierres de
 * sección comparten una segunda escala. Las secciones con columnas estrechas
 * conservan su tamaño propio para respetar los saltos de línea de las láminas.
 */
@media (min-width: 1001px) {
  .how .section-heading h2,
  .owner-benefits .owner-benefits__heading h2,
  .owner-features .owner-features__heading h2,
  .owner-implementation .owner-implementation__heading h2 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 820;
  }

  body .how .section-closing strong,
  .owner-benefits .owner-benefits__closing strong,
  .owner-features .features-close,
  .owner-implementation .implementation-close,
  .owner-trust .owner-trust__closing strong {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 750;
  }

  body .how .section-closing .arrow-link,
  .owner-benefits .owner-benefits__closing .arrow-link,
  .owner-features .owner-section-link,
  .owner-implementation .owner-section-link,
  .owner-trust .owner-trust__closing .arrow-link {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 800;
  }
}

/* Las dos bandas de beneficios comparten la misma retícula en escritorio. */
@media (min-width: 1001px) {
  .how-strip {
    padding-block: 0;
  }

  .how-strip .benefit-strip-grid {
    width: min(1340px, calc(100% - 64px));
    min-height: 102px;
    align-items: center;
  }

  .how-strip .benefit-strip-grid > p {
    min-height: 82px;
    padding: 0 14px 0 86px;
  }

  .how-strip-icon {
    left: 14px;
    width: 58px;
    height: 58px;
  }

  .how-strip-icon img {
    width: 33px;
    height: 33px;
  }

  .how-strip .benefit-strip-grid strong {
    font-size: 16px;
    line-height: 1.18;
  }

  .how-strip .benefit-strip-grid span {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.45;
  }
}

/* Enlaces de continuidad solicitados en la revisión final del propietario. */
.process-grid,
.owner-benefits .owner-benefits__grid,
.owner-features .owner-features__grid,
.owner-implementation .owner-implementation__grid,
.owner-trust .trust-list {
  grid-auto-rows: 1fr;
}

.process-grid > .process-card,
.owner-benefits .owner-benefits__grid > .owner-benefits__card,
.owner-features .owner-features__grid > .feature-card,
.owner-implementation .owner-implementation__grid > .implementation-card,
.owner-trust .trust-list > .trust-card {
  height: 100%;
}

.owner-benefits .owner-benefits__closing .arrow-link {
  display: inline-flex;
}

.owner-section-link {
  display: flex;
  width: max-content;
  justify-content: center;
  margin: 10px auto 0;
  color: #0868ee;
  font-size: 16px;
}

.owner-trust .owner-trust__closing {
  flex-direction: column;
  gap: 9px;
}

.owner-trust .owner-trust__closing .arrow-link {
  font-size: 16px;
}

.owner-faq .faq-grid + .faq-closing {
  width: min(1220px, calc(100% - 64px));
  display: flex;
  min-height: 74px;
  margin: 18px auto 0;
  padding: 14px 34px;
  border: 1px solid #d5e0f1;
  border-radius: 12px;
  background: #f8fbff;
}

.owner-faq .faq-closing strong,
.owner-faq .faq-closing .arrow-link {
  font-size: 15px;
}

@media (max-width: 720px) {
  .owner-section-link,
  .owner-trust .owner-trust__closing .arrow-link { font-size: 14px; }
  .owner-faq .faq-grid + .faq-closing {
    width: calc(100% - 32px);
    align-items: flex-start;
    padding: 18px;
  }
}
