@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #1d59bd;
  --navy: #061950;
  --navy-2: #0a2866;
  --yellow: #fdb312;
  --ink: #061950;
  --text: #393d45;
  --muted: #687590;
  --line: #dbe0ea;
  --pale: #f4f7fb;
  --ice: #edf3fc;
  --cream: #fff8e8;
  --white: #fff;
  --green: #169a72;
  --shell: min(1160px, calc(100% - 48px));
  --header: 76px;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(6, 25, 80, 0.09);
  --font: "Montserrat", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(29,89,189,.3); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: white; border-radius: 9px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Header — same compact horizontal composition as the approved mockups. */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header);
  border-bottom: 1px solid rgba(219,224,234,.9);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(6,25,80,.07); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; letter-spacing: -.035em; white-space: nowrap; }
.site-header .brand::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; border-radius: 2px; background: var(--yellow); transform: scaleX(0); transition: transform 180ms cubic-bezier(.23,1,.32,1); }
.site-header .brand.is-active::after,
.site-header .brand[aria-current="true"]::after { transform: scaleX(1); }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand > span { font-size: 16px; }
.brand > span > span { color: #f3a800; }
.main-nav { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.nav-links, .nav-actions { display: flex; align-items: center; }
.nav-links { gap: clamp(13px, 1.8vw, 24px); }
.nav-links a { position: relative; padding: 27px 0 24px; color: #34405a; font-size: 11px; font-weight: 750; white-space: nowrap; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: 15px; left: 0; height: 2px; border-radius: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .18s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after, .nav-links a[aria-current="true"]::after { transform: scaleX(1); }
.nav-actions { gap: 9px; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid transparent; border-radius: 11px; font-size: 11px; font-weight: 800; line-height: 1.1; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-login { border-color: #b9caeb; color: var(--navy); background: white; }
.button-demo { color: var(--navy); background: var(--yellow); box-shadow: 0 8px 18px rgba(253,179,18,.2); }
.button-primary { color: white; background: #07378f; box-shadow: 0 10px 24px rgba(0,38,123,.18); }
.button-text { padding-inline: 5px; color: var(--blue); background: transparent; }
.button-secondary { color: var(--navy); background: white; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; display: block; margin: 4px auto; background: var(--ink); }

/* Shared typography and spacing. */
.page-section { position: relative; overflow: hidden; }
.section-pad { padding-block: 92px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 16px; color: #06317e; font-size: 10px; font-weight: 850; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; flex: 0 0 auto; background: var(--yellow); }
.eyebrow-on-dark { color: #fff; }
h1,h2,h3,h4 { margin-top: 0; color: var(--ink); font-weight: 820; letter-spacing: -.045em; line-height: 1.03; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(3.35rem, 5vw, 5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.45rem, 3.8vw, 3.8rem); }
h3 { margin-bottom: 10px; font-size: 1.3rem; }
p { text-wrap: pretty; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:not(.eyebrow), .hero-lede { margin: 0; color: var(--muted); font-size: 15px; font-weight: 500; line-height: 1.75; }

/* Page 2 — hero. */
.hero { min-height: 690px; display: grid; align-items: center; padding-block: 62px; background: linear-gradient(135deg,#f8fbff,#fff 62%,#f5f7fb); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.86fr); align-items: center; gap: clamp(54px,7vw,92px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 650px; }
.hero-lede { max-width: 665px; color: #444c5d; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.hero-actions .button { min-height: 48px; padding-inline: 21px; }
.hero-visual { position: relative; z-index: 2; width: min(100%,470px); height: 548px; justify-self: end; margin: 0; overflow: hidden; border: 1px solid #98add6; border-radius: 30px; box-shadow: var(--shadow); background: var(--navy); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 105px 28px 30px; color: white; background: linear-gradient(transparent,rgba(6,25,80,.94)); }
.hero-visual figcaption span { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual figcaption i { width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #6ce0bd; }
.hero-visual figcaption strong { max-width: 380px; display: block; color: white; font-size: 2.3rem; line-height: 1.03; letter-spacing: -.045em; }
.hero-badge { position: absolute; z-index: 4; top: 25px; right: 20px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 12px 25px rgba(6,25,80,.16); font-size: 11px; }
.hero-badge b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #ddf7ed; }
.hero-badge span, .hero-badge small { display: block; font-weight: 800; }
.hero-badge small { color: var(--muted); font-size: 8px; }
.hero-shape { position: absolute; border-radius: 50%; opacity: .68; }
.hero-shape-a { width: 270px; height: 270px; top: -100px; right: -100px; background: #fff0bd; }
.hero-shape-b { width: 175px; height: 175px; bottom: -70px; left: -75px; background: #dff7ee; }

/* Page 3 — four large 2×2 cards, not a generic four-column strip. */
.how { padding-top: 86px; background: #f5f8fc; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; list-style: none; }
.process-card { position: relative; min-height: 270px; padding: 32px 34px; overflow: hidden; border: 1px solid #d8e0ec; border-radius: 23px; background: #fff; box-shadow: 0 12px 30px rgba(6,25,80,.045); }
.process-card:nth-child(1), .process-card:nth-child(4) { padding-right: 43%; background: linear-gradient(105deg,#fff 0 58%,#eaf1fc 58%); }
.process-card:nth-child(1)::after, .process-card:nth-child(4)::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 40%; opacity: .9; background: linear-gradient(145deg,#d7e5fb,#f6f9ff); }
.step-number { position: relative; z-index: 2; display: block; margin-bottom: 30px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.step-icon { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 15px; color: var(--blue); background: #edf3ff; }
.step-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.process-card h3,.process-card p { position: relative; z-index: 2; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.section-closing,.faq-closing { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 25px; padding: 18px 22px; border: 1px solid #d5e0f1; border-radius: 15px; background: #fff; }
.section-closing div p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.section-closing strong,.faq-closing strong { color: var(--ink); font-size: 13px; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; white-space: nowrap; }
.arrow-link span { font-size: 18px; }

/* Page 4 — benefits, also 2×2. */
.benefit-strip { border-block: 1px solid var(--line); background: #fff; }
.benefit-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-strip-grid p { min-height: 94px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 18px 22px; }
.benefit-strip-grid p + p { border-left: 1px solid var(--line); }
.benefit-strip strong { color: var(--ink); font-size: 12px; }
.benefit-strip span { color: var(--muted); font-size: 9px; }
.benefits .section-heading { max-width: 640px; margin-inline: auto; text-align: center; }
.benefits .section-heading .eyebrow { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.benefit-card { position: relative; min-height: 230px; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 25px rgba(6,25,80,.04); }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; color: var(--blue); background: #edf3ff; }
.benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.benefit-card > span { position: absolute; top: 28px; right: 30px; color: #9aa7bd; font-size: 10px; font-weight: 850; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; }

/* Page 5 — dark operations block. */
.features { padding-block: 92px; color: rgba(255,255,255,.75); background: var(--navy); }
.features h2,.features h3 { color: #fff; }
.features .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.feature-card { position: relative; min-height: 202px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.075); }
.feature-card > span { position: absolute; top: 23px; right: 24px; color: var(--yellow); font-size: 10px; font-weight: 900; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; color: var(--yellow); background: rgba(255,255,255,.1); font-size: 18px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; }
.automation-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 19px; margin-top: 20px; padding: 19px 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.08); }
.automation-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 900; }
.automation-banner span { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.automation-banner h3 { margin: 3px 0; font-size: 1.15rem; }
.automation-banner p { margin: 0; color: rgba(255,255,255,.63); font-size: 11px; }
.automation-banner a { color: white; font-size: 11px; font-weight: 800; }
.features-close,.implementation-close { margin: 22px 0 0; color: rgba(255,255,255,.72); text-align: center; font-size: 11px; font-weight: 700; }

/* Page 6 — implementation cards with a clear connected sequence. */
.implementation { background: #f5f8fc; }
.implementation-grid { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; list-style: none; }
.implementation-grid::before { content: ""; position: absolute; z-index: 0; top: 54px; right: 11%; left: 11%; border-top: 2px dashed #b8c8e5; }
.implementation-card { position: relative; z-index: 1; min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.implementation-card > span { color: #b47b00; font-size: 10px; font-weight: 900; }
.implementation-card > div { width: 54px; height: 54px; display: grid; place-items: center; margin: 16px 0 30px; border: 8px solid #f5f8fc; border-radius: 50%; color: var(--blue); background: #eaf1ff; font-size: 19px; }
.implementation-card p { margin: 0; color: var(--muted); font-size: 12px; }
.autonomy-band { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 24px 28px; border-radius: 17px; background: #eaf2ff; }
.autonomy-band span { color: var(--ink); font-size: 14px; font-weight: 800; }
.autonomy-band p { max-width: 650px; margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.implementation-close { color: var(--muted); }

/* Page 7 — cream security panel, left visual and right stacked cards. */
.trust { background: var(--cream); }
.trust .section-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.trust .section-heading .eyebrow { justify-content: center; }
.trust-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.shield-visual { min-height: 420px; display: grid; place-items: center; text-align: center; }
.shield-rings { width: 290px; height: 290px; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 35px,rgba(29,89,189,.08) 36px 37px); }
.shield-core { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 34px; color: white; background: linear-gradient(145deg,var(--blue),var(--navy)); box-shadow: 0 20px 45px rgba(29,89,189,.3); }
.shield-core svg { width: 56px; height: 56px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.shield-visual strong { margin-top: -40px; color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trust-list { display: grid; gap: 13px; }
.trust-card { min-height: 92px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 17px 20px; border: 1px solid #e6dfcd; border-radius: 16px; background: rgba(255,255,255,.72); }
.trust-card-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 10px; font-weight: 900; }
.trust-card h3 { margin: 0 0 4px; font-size: 1rem; }
.trust-card p { margin: 0; color: var(--muted); font-size: 11px; }
.experience-band { margin-top: 28px; padding: 25px 28px; border: 1px solid #cddbf2; border-radius: 17px; background: #edf4ff; }
.experience-band .eyebrow { margin-bottom: 12px; }
.experience-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.experience-content > p { max-width: 700px; margin: 0; color: var(--muted); font-size: 11px; }
.experience-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.experience-tags span { padding: 6px 9px; border: 1px solid #cad8ed; border-radius: 8px; color: var(--navy); background: white; font-size: 9px; font-weight: 750; }

/* Page 8 — FAQ and illustration. */
.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 76px; }
.faq-intro h2 { max-width: 420px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.help-illustration { position: relative; width: 165px; height: 165px; display: grid; place-items: center; margin-top: 36px; border-radius: 50%; color: var(--yellow); background: radial-gradient(circle,#fff 0 30%,#eef4ff 31% 56%,transparent 57%); font-size: 66px; font-weight: 850; }
.help-illustration i { position: absolute; width: 31px; height: 31px; border-radius: 10px; background: #eaf1ff; }
.help-illustration i:nth-of-type(1) { top: 12px; right: -18px; }
.help-illustration i:nth-of-type(2) { right: -32px; bottom: 25px; }
.help-illustration i:nth-of-type(3) { bottom: -5px; left: 2px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 14px; color: var(--ink); cursor: pointer; list-style: none; font-size: 12px; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 29px; height: 29px; flex: 0 0 auto; border-radius: 9px; background: #eaf2ff; }
.faq-list summary span::before,.faq-list summary span::after { content: ""; position: absolute; top: 14px; left: 9px; width: 11px; height: 2px; background: var(--blue); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .16s ease; }
.faq-list details[open] summary span::after { transform: none; }
.faq-list details p { margin: -2px 45px 20px 0; color: var(--muted); font-size: 11px; }

/* Page 9/10 — contact panel. */
.contact { padding-block: 36px 84px; }
.contact-panel { position: relative; min-height: 350px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 70px; overflow: hidden; padding: 52px 58px; border-radius: 28px; color: rgba(255,255,255,.75); background: linear-gradient(120deg,#123f86,var(--navy) 72%); box-shadow: var(--shadow); }
.contact-copy,.contact-options { position: relative; z-index: 2; }
.contact h2 { color: white; }
.contact-copy p:not(.eyebrow) { max-width: 520px; margin: 0 0 18px; font-size: 13px; }
.contact-copy strong { color: white; font-size: 12px; }
.contact-options { display: grid; gap: 11px; }
.contact-card { min-height: 71px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.085); }
.contact-card > span { color: var(--yellow); font-size: 9px; font-weight: 900; }
.contact-card strong,.contact-card small { display: block; }
.contact-card strong { color: white; font-size: 12px; }
.contact-card small { color: rgba(255,255,255,.63); font-size: 9px; }
.contact-card b { color: var(--yellow); }
.contact-shape { position: absolute; border-radius: 50%; opacity: .2; }
.contact-shape-a { width: 300px; height: 300px; top: -170px; right: 100px; background: #4b86df; }
.contact-shape-b { width: 170px; height: 170px; right: -45px; bottom: -70px; background: var(--yellow); }

.site-footer { padding: 62px 0 20px; color: rgba(255,255,255,.62); background: #030d28; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .8fr; gap: 65px; padding-bottom: 48px; }
.brand-footer { color: #76a4eb; }
.footer-brand p { margin: 12px 0 0; font-size: 10px; }
.footer-grid nav { display: grid; align-content: start; gap: 8px; }
.footer-grid nav strong { margin-bottom: 5px; color: white; font-size: 10px; }
.footer-grid nav a { font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease,transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(930px,calc(100% - 38px)); }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 40px; }
  h1 { font-size: clamp(3rem,6vw,4rem); }
  .hero-visual { height: 500px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px,620px); --header: 68px; }
  body { font-size: 14px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: var(--header); right: 0; left: 0; display: none; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 35px rgba(6,25,80,.1); }
  .main-nav.is-open { display: grid; }
  .nav-links,.nav-actions { display: grid; gap: 4px; }
  .nav-links a { padding: 12px 4px; font-size: 13px; }
  .nav-actions { margin-top: 12px; }
  .button { width: 100%; }
  .section-pad { padding-block: 68px; }
  .hero { min-height: auto; padding-block: 45px 68px; }
  .hero-grid,.trust-grid,.faq-grid,.contact-panel { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(2.75rem,12vw,4rem); }
  .hero-visual { width: 100%; height: 485px; justify-self: stretch; margin-top: 10px; }
  .process-grid,.benefit-grid,.feature-grid,.implementation-grid { grid-template-columns: 1fr; }
  .process-card:nth-child(1),.process-card:nth-child(4) { padding-right: 32px; background: white; }
  .process-card:nth-child(1)::after,.process-card:nth-child(4)::after { display: none; }
  .benefit-strip-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-strip-grid p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-strip-grid p:nth-child(4) { border-top: 1px solid var(--line); }
  .implementation-grid::before { display: none; }
  .automation-banner { grid-template-columns: auto 1fr; }
  .automation-banner a { grid-column: 2; }
  .autonomy-band,.section-closing,.faq-closing,.experience-content { align-items: flex-start; flex-direction: column; }
  .trust-grid { gap: 20px; }
  .shield-visual { min-height: 330px; }
  .faq-intro { position: static; }
  .contact-panel { gap: 30px; padding: 38px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 22px); }
  .brand > span { font-size: 14px; }
  .hero-copy h1 { font-size: 2.55rem; }
  h2 { font-size: 2.15rem; }
  .hero-actions { display: grid; }
  .hero-visual { height: 430px; border-radius: 23px; }
  .hero-visual figcaption strong { font-size: 1.85rem; }
  .benefit-strip-grid { grid-template-columns: 1fr; }
  .benefit-strip-grid p + p { border-left: 0; border-top: 1px solid var(--line); }
  .section-closing,.faq-closing { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

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

/* Sistema de iconos Lucide: SVG locales, nítidos a cualquier resolución. */
.lucide-inline { width: 1.05em; height: 1.05em; display: block; object-fit: contain; }
.button .lucide-inline,.arrow-link .lucide-inline { flex: 0 0 auto; }
.hero-badge b img,.balance-notice span img,.purchase-notice-icon img,
.feature-icon img,.automation-icon img,.implementation-card > div img,
.shield-satellite img,.shield-core img,.contact-card-icon img {
  width: 62%; height: 62%; display: block; object-fit: contain;
}
.hero-badge b img,.balance-notice span img { filter: brightness(0) saturate(100%) invert(40%) sepia(41%) saturate(1000%) hue-rotate(108deg) brightness(91%) contrast(91%); }
.purchase-notice-icon img { width: 58%; height: 58%; filter: brightness(0) invert(1); }

.how-strip-icon img,.strip-icon img { width: 58%; height: 58%; display: block; object-fit: contain; }
.how-strip-icon-clock img,.strip-icon-clock img { filter: brightness(0) saturate(100%) invert(39%) sepia(47%) saturate(865%) hue-rotate(108deg) brightness(88%) contrast(91%); }
.how-strip-icon-family img,.strip-icon-bell img { filter: brightness(0) saturate(100%) invert(27%) sepia(29%) saturate(2074%) hue-rotate(212deg) brightness(83%) contrast(86%); }
.how-strip-icon-chart img,.strip-icon-shield img { filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1257%) hue-rotate(5deg) brightness(101%) contrast(102%); }

.benefit-icon-composite { position: relative; }
.benefit-icon-composite img { position: absolute; width: 54%; height: 54%; display: block; object-fit: contain; }
.benefit-icon-composite img:first-child { left: 22%; bottom: 17%; }
.benefit-icon-composite img:last-child { right: 17%; bottom: 13%; width: 32%; height: 32%; padding: 2px; border-radius: 50%; background: inherit; }
.benefit-icon-students img:first-child { filter: brightness(0) saturate(100%) invert(39%) sepia(47%) saturate(865%) hue-rotate(108deg) brightness(88%) contrast(91%); }
.benefit-icon-students img:last-child { right: 33%; top: 12%; bottom: auto; filter: brightness(0) saturate(100%) invert(39%) sepia(47%) saturate(865%) hue-rotate(108deg) brightness(88%) contrast(91%); }
.benefit-icon-mobile img { filter: brightness(0) saturate(100%) invert(27%) sepia(29%) saturate(2074%) hue-rotate(212deg) brightness(83%) contrast(86%); }
.benefit-icon-school img { filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1257%) hue-rotate(5deg) brightness(101%) contrast(102%); }

.feature-icon img { width: 56%; height: 56%; }
.automation-icon img { filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1257%) hue-rotate(5deg) brightness(101%) contrast(102%); }
.implementation-card > div img { width: 58%; height: 58%; }
.shield-satellite img { width: 48%; height: 48%; }
.shield-core img { width: 58%; height: 58%; filter: brightness(0) invert(1); }

.trust-card { grid-template-columns: auto minmax(0,1fr) 42px; }
.trust-card-icon { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: #eef4ff; object-fit: contain; }
.experience-tags span { display: inline-flex; align-items: center; gap: 6px; }
.experience-tags img { width: 16px; height: 16px; display: block; }

.help-illustration-lucide { position: relative; width: min(100%, 360px); margin-inline: auto; background: radial-gradient(circle at 50% 50%,#eef5ff 0 42%,transparent 72%); }
.help-illustration-lucide::before,.help-illustration-lucide::after { display: none; }
.help-illustration-lucide img { position: absolute; display: block; object-fit: contain; }
.help-main { width: 96px; height: 96px; left: 24%; top: 23%; padding: 20px; border-radius: 42% 42% 42% 12%; background: linear-gradient(145deg,#72a5ff,#1e67e8); box-shadow: 0 14px 28px rgba(8,104,238,.22); }
.help-chat { width: 112px; height: 80px; right: 17%; top: 34%; padding: 20px; border-radius: 42% 42% 12% 42%; background: #fff; }
.help-info { width: 48px; height: 48px; left: 11%; bottom: 18%; padding: 11px; border-radius: 50%; background: #fff; box-shadow: 0 8px 22px rgba(8,104,238,.16); }
.help-search { width: 44px; height: 44px; right: 7%; top: 27%; padding: 10px; border-radius: 50%; background: #2f72eb; }
.help-shield { width: 52px; height: 52px; right: 14%; bottom: 12%; padding: 10px; border-radius: 14px; background: #edf4ff; }

.contact-card-icon img { width: 54%; height: 54%; }
.contact-card:first-child .contact-card-icon img { filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(477%) hue-rotate(101deg) brightness(89%) contrast(89%); }
.contact-card:nth-child(2) .contact-card-icon img { filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1257%) hue-rotate(5deg) brightness(101%) contrast(102%); }

/* ==========================================================
   Composición aprobada por el propietario
   Conserva el contenido, pero recupera la escala editorial,
   las áreas visuales y el ritmo del documento de referencia.
   ========================================================== */
@supports (display: -tucantina-disabled-owner-override) {
.hero-emphasis { display: block; color: var(--blue); }
.hero-dot { color: var(--yellow); }
.process-art {
  position: absolute;
  overflow: hidden;
  background: #eaf1fc;
}
.process-art img { width: 100%; height: 100%; object-fit: cover; }
.trust-intro .section-heading { margin-bottom: 20px; }

@media (min-width: 1060px) {
  :root { --shell: min(1280px,calc(100% - 72px)); }

  .section-pad { padding-block: 112px; }
  .section-heading { max-width: 830px; margin-bottom: 58px; }
  .section-heading h2 { font-size: clamp(3.2rem,4.2vw,4.9rem); line-height: .98; }
  .section-heading > p:last-child { max-width: 720px; font-size: 16px; line-height: 1.75; }

  .hero { min-height: 790px; padding-block: 78px; }
  .hero-grid { grid-template-columns: minmax(0,1.02fr) minmax(450px,.9fr); gap: 82px; }
  .hero-copy h1 { max-width: 720px; font-size: clamp(4.35rem,5.6vw,6rem); line-height: .96; }
  .hero-lede { max-width: 680px; font-size: 17px; line-height: 1.8; }
  .hero-visual { width: min(100%,530px); height: 620px; }

  .how { padding-top: 110px; }
  .process-grid { gap: 24px; }
  .process-card {
    min-height: 400px;
    padding: 38px 46% 36px 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff !important;
  }
  .process-card:nth-child(n)::after { display: none; }
  .process-card .step-number { position: absolute; top: 32px; left: 38px; }
  .process-card .step-icon { margin-bottom: 18px; }
  .process-art { inset: 0 0 0 auto; width: 43%; }
  .process-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(255,255,255,.06),rgba(6,25,80,.12));
  }
  .process-card h3 { font-size: 1.7rem; line-height: 1.08; }
  .process-card p { font-size: 14px; line-height: 1.65; }

  .benefit-card {
    min-height: 340px;
    padding: 44px 44% 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }
  .benefit-icon {
    position: absolute;
    right: 35px;
    top: 50%;
    width: 155px;
    height: 155px;
    margin: 0;
    border: 22px solid #f6f9ff;
    transform: translateY(-50%);
  }
  .benefit-icon svg { width: 48px; height: 48px; }
  .benefit-card > span { top: 35px; left: 40px; right: auto; }
  .benefit-card h3 { font-size: 1.65rem; line-height: 1.12; }
  .benefit-card p { font-size: 14px; line-height: 1.65; }

  .features { padding-block: 118px; }
  .feature-grid { gap: 22px; }
  .feature-card {
    min-height: 295px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .feature-icon {
    width: 108px;
    height: 108px;
    margin-bottom: auto;
    border: 18px solid rgba(255,255,255,.04);
    background: rgba(255,255,255,.12);
    font-size: 32px;
  }
  .feature-card h3 { font-size: 1.45rem; }
  .feature-card p { font-size: 13px; }

  .implementation-grid { gap: 22px; }
  .implementation-grid::before { top: 92px; }
  .implementation-card { min-height: 355px; padding: 34px; display: flex; flex-direction: column; }
  .implementation-card > div {
    width: 145px;
    height: 145px;
    margin: 20px auto 28px;
    border: 20px solid #f5f8fc;
    font-size: 34px;
  }
  .implementation-card h3 { font-size: 1.4rem; }
  .autonomy-band { min-height: 155px; padding: 34px 42px; }

  .trust-grid { grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
  .trust .section-heading { margin: 0 0 25px; text-align: left; }
  .trust .section-heading .eyebrow { justify-content: flex-start; }
  .trust .section-heading h2 { font-size: clamp(3rem,3.8vw,4.5rem); }
  .shield-visual { min-height: 360px; }
  .trust-card { min-height: 125px; padding: 22px 26px; grid-template-columns: auto 1fr auto; }
  .trust-card::after { content: ""; width: 70px; height: 70px; border-radius: 50%; background: #eef3fb; }
  .trust-card-number { width: 54px; height: 54px; }

  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 90px; }
  .help-illustration { width: 240px; height: 240px; font-size: 92px; }
  .faq-list { display: grid; gap: 12px; border: 0; }
  .faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .faq-list summary { position: relative; min-height: 76px; padding: 16px 18px 16px 62px; font-size: 13px; }
  .faq-list summary::before {
    content: "?";
    position: absolute;
    left: 18px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: #edf3ff;
    font-weight: 850;
  }
  .faq-list details p { margin: -4px 50px 20px 62px; font-size: 12px; }

  .contact { padding-block: 70px 100px; }
  .contact-panel { min-height: 490px; padding: 68px 72px; gap: 90px; }
  .contact-copy h2 { font-size: clamp(3.4rem,4.5vw,5rem); }
  .contact-card { min-height: 92px; padding: 18px 22px; }
}

@media (max-width: 1059px) and (min-width: 781px) {
  .process-card { min-height: 330px; padding-right: 45%; }
  .process-art { top: 0; right: 0; bottom: 0; width: 42%; }
}

@media (max-width: 780px) {
  .hero-emphasis { display: block; }
  .process-card {
    min-height: 370px;
    padding: 220px 24px 28px !important;
    background: #fff !important;
  }
  .process-card:nth-child(n)::after { display: none; }
  .process-art { top: 0; right: 0; left: 0; width: 100%; height: 195px; }
  .benefit-card { min-height: 300px; padding: 28px 38% 28px 26px; }
  .benefit-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 96px;
    height: 96px;
    margin: 0;
    border: 14px solid #f6f9ff;
    transform: translateY(-50%);
  }
  .trust-intro .section-heading { text-align: left; }
  .trust-intro .section-heading .eyebrow { justify-content: flex-start; }
  .faq-list { display: grid; gap: 10px; border: 0; }
  .faq-list details { border: 1px solid var(--line); border-radius: 14px; }
  .faq-list summary { padding: 15px; }
}
}

/* Ajuste fiel a las láminas aprobadas: compacto, legible y sin sobredimensionar. */
.hero-emphasis { display: block; color: var(--blue); }
.hero-dot { color: var(--yellow); }
.button:active,
.contact-card:active,
.arrow-link:active { transform: scale(.98); }

.process-card {
  min-height: 292px;
  padding-right: 44%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff !important;
}
.process-card:nth-child(n)::after { display: none; }
.process-card .step-number { position: absolute; top: 28px; left: 32px; }
.process-card .step-icon { margin-bottom: 15px; }
.process-art {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 40%;
  overflow: hidden;
  background: #eaf1fc;
}
.process-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.04),rgba(6,25,80,.12));
}
.process-art img { width: 100%; height: 100%; object-fit: cover; }

.trust-intro .section-heading { margin-bottom: 18px; }

.contact-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #0769ef;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.contact-card:first-child .contact-card-icon { color: #14a86b; }
.contact-card-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-card > span.contact-card-icon { font-size: inherit; }

.footer-grid { grid-template-columns: 1.25fr .55fr .72fr 1.15fr; align-items: center; }
.footer-art { align-self: stretch; display: grid; place-items: center; }
.footer-art svg { width: 100%; max-width: 280px; fill: none; stroke: #3973c7; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; opacity: .8; }

@media (min-width: 1060px) {
  h1 { font-size: clamp(3.35rem,4.35vw,4.45rem); }
  h2 { font-size: clamp(2.35rem,3.05vw,3.15rem); }
  .section-pad { padding-block: 88px; }
  .hero { min-height: 680px; }
  .hero-grid { gap: 66px; }
  .hero-visual { height: 535px; }
  .benefit-card { min-height: 224px; }
  .feature-card { min-height: 196px; }
  .implementation-card { min-height: 246px; }
  .contact-panel { min-height: 352px; }
}

@media (max-width: 780px) {
  .process-card {
    min-height: 360px;
    padding: 204px 24px 26px;
  }
  .process-art { inset: 0 0 auto; width: 100%; height: 180px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-art { grid-column: 1 / -1; }
  .site-header .brand::after { bottom: -8px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-art { grid-column: auto; }
}

/* ========================================================================== */
/* Owner review visual contract v2 — 2026-08-06                               */
/* La referencia aprobada prima sobre los experimentos visuales anteriores.   */
/* ========================================================================== */

:root {
  --owner-shell: min(1160px, calc(100% - 52px));
  --owner-radius: 16px;
  --owner-ease: cubic-bezier(.23, 1, .32, 1);
}

.shell { width: var(--owner-shell); }
.section-pad { padding-block: 68px; }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading h2,
.faq-intro h2,
.contact-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading > p:not(.eyebrow),
.hero-lede {
  font-size: 13px;
  line-height: 1.62;
}

.button,
.contact-card,
.arrow-link,
.faq-list summary {
  transition: transform 160ms var(--owner-ease), border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.button:active,
.contact-card:active,
.arrow-link:active { transform: scale(.97); }

/* Hero: dos columnas compactas, como en la primera lámina. */
.hero { min-height: 590px; padding-block: 52px; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .86fr); gap: 64px; }
.hero-copy h1 { max-width: 580px; font-size: clamp(3rem, 4.2vw, 4rem); line-height: .98; }
.hero-lede { max-width: 590px; }
.hero-actions { margin-top: 22px; }
.hero-visual { width: min(100%, 450px); height: 500px; border-radius: 22px; }
.hero-visual figcaption { padding: 90px 24px 25px; }
.hero-visual figcaption strong { font-size: 2rem; }

/* Cómo funciona: cuatro fichas horizontales 2 x 2. */
.process-grid { gap: 16px; }
.process-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  align-content: center;
  padding: 0 !important;
  border-radius: var(--owner-radius);
}
.process-art {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 210px;
}
.process-art::after { background: linear-gradient(90deg, transparent, rgba(6,25,80,.08)); }
.process-card .step-number {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: 20px 22px 8px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-size: 10px;
  font-weight: 900;
}
.process-card .step-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  margin: 0;
}
.process-card h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0 22px 7px;
  font-size: 1rem;
  line-height: 1.15;
}
.process-card p {
  grid-column: 2;
  grid-row: 3;
  margin: 0 22px 20px;
  font-size: 11px;
  line-height: 1.52;
}
.section-closing { margin-top: 18px; padding: 14px 18px; border-radius: 10px; }
.section-closing p { margin-top: 2px; font-size: 10px; }

/* Beneficios: icono lateral y contenido breve, sin tarjetas gigantes. */
.benefit-strip { padding-block: 16px; }
.benefit-strip-grid span { font-size: 9px; }
.benefit-grid { gap: 15px; }
.benefit-card {
  min-height: 148px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 20px 22px !important;
  border-radius: var(--owner-radius);
}
.benefit-icon {
  position: static;
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  transform: none;
}
.benefit-card > span {
  position: static;
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 5px;
  font-size: 9px;
}
.benefit-card h3 { grid-column: 2; grid-row: 2; margin: 0 0 6px; font-size: 1rem; line-height: 1.15; }
.benefit-card p { grid-column: 2; grid-row: 3; font-size: 11px; line-height: 1.5; }

/* Módulos: seis tarjetas compactas 3 x 2 sobre azul. */
.features { padding-block: 68px; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.feature-card {
  min-height: 108px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 12px;
  padding: 16px 17px;
  border-radius: 13px;
}
.feature-card > span { top: 11px; right: 13px; font-size: 8px; }
.feature-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 0;
  font-size: 15px;
}
.feature-card h3 { grid-column: 2; grid-row: 1; margin: 0 0 5px; font-size: .92rem; }
.feature-card p { grid-column: 2; grid-row: 2; font-size: 10px; line-height: 1.4; }
.automation-banner { min-height: 78px; margin-top: 16px; padding: 14px 18px; border-radius: 12px; }
.automation-banner h3 { font-size: 1rem; }
.automation-banner p { font-size: 10px; }

/* Implementación: cuatro pasos en una fila y banda final discreta. */
.implementation-grid { gap: 13px; }
.implementation-grid::before { top: 44px; }
.implementation-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 11px;
  padding: 16px !important;
  border-radius: 14px;
}
.implementation-card > span { position: absolute; top: 10px; right: 12px; font-size: 8px; }
.implementation-card > div {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 0;
  font-size: 14px;
}
.implementation-card h3 { grid-column: 2; grid-row: 1; margin: 0 0 6px; font-size: .9rem; line-height: 1.15; }
.implementation-card p { grid-column: 2; grid-row: 2; font-size: 10px; line-height: 1.42; }
.autonomy-band { margin-top: 18px; padding: 15px 18px; border-radius: 12px; }
.autonomy-band p { font-size: 10px; }

/* Confianza: ilustración a la izquierda y cuatro fichas horizontales. */
.trust-grid { grid-template-columns: .9fr 1.1fr; gap: 54px; }
.trust-intro .section-heading h2 { font-size: clamp(2rem, 2.65vw, 2.7rem); }
.shield-visual { min-height: 225px; }
.shield-rings { width: 174px; height: 174px; }
.trust-list { gap: 11px; }
.trust-card { min-height: 82px; gap: 14px; padding: 13px 16px; border-radius: 13px; }
.trust-card-number { width: 38px; height: 38px; }
.trust-card h3 { font-size: .92rem; }
.trust-card p { font-size: 10px; line-height: 1.42; }
.experience-band { margin-top: 24px; padding: 17px 20px; border-radius: 13px; }

/* Preguntas: panel izquierdo y acordeón compacto. */
.faq-grid { grid-template-columns: .74fr 1.26fr; gap: 58px; }
.faq-intro > p:not(.eyebrow) { font-size: 12px; line-height: 1.55; }
.help-illustration { min-height: 165px; }
.faq-list { gap: 7px; }
.faq-list details { border-radius: 10px; }
.faq-list summary { min-height: 49px; padding: 12px 14px; font-size: 12px; }
.faq-list details p { padding: 0 14px 14px; font-size: 11px; line-height: 1.48; }
.faq-closing { margin-top: 18px; padding: 13px 17px; border-radius: 10px; }

/* Contacto y pie: réplica del bloque final aprobado. */
.contact { padding: 56px 0 18px; }
.contact-panel {
  min-height: 300px;
  grid-template-columns: 1fr .95fr;
  gap: 60px;
  padding: 40px 48px;
  border-radius: 18px;
}
.contact-copy h2 { margin: 8px 0 15px; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; font-size: 12px; line-height: 1.65; }
.contact-copy > strong { font-size: 11px; }
.contact-options { gap: 10px; }
.contact-card { min-height: 68px; padding: 12px 14px; border-radius: 11px; }
.contact-card-icon { width: 40px; height: 40px; border-radius: 10px; }
.contact-card strong { font-size: 12px; }
.contact-card small { font-size: 9px; }
.site-footer { padding-top: 18px; }
.footer-grid { grid-template-columns: 1.15fr .55fr .72fr 1fr; gap: 38px; padding-bottom: 24px; }
.footer-brand p { font-size: 9px; }
.footer-art svg { max-width: 225px; }
.footer-bottom { min-height: 48px; font-size: 8px; }

@media (min-width: 1060px) {
  .section-pad { padding-block: 68px; }
  .hero { min-height: 590px; }
  .hero-visual { height: 500px; }
  .benefit-card { min-height: 148px; }
  .feature-card { min-height: 108px; }
  .implementation-card { min-height: 150px; }
  .contact-panel { min-height: 300px; }
}

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr 380px; gap: 34px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid,
  .faq-grid { gap: 32px; }
}

@media (max-width: 780px) {
  :root { --owner-shell: min(100% - 32px, 620px); }
  .section-pad,
  .features { padding-block: 54px; }
  .hero { padding-block: 42px; }
  .hero-grid,
  .trust-grid,
  .faq-grid,
  .contact-panel { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(2.65rem, 12vw, 3.5rem); }
  .hero-visual { width: 100%; height: 430px; justify-self: stretch; }
  .process-grid,
  .benefit-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 190px; padding: 0 !important; grid-template-columns: 40% 1fr; }
  .process-art { position: relative; inset: auto; width: 100%; height: 100%; min-height: 190px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .implementation-grid { grid-template-columns: 1fr 1fr; }
  .implementation-grid::before { display: none; }
  .contact-panel { gap: 28px; padding: 34px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-art { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .feature-grid,
  .implementation-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 350px; grid-template-columns: 1fr; grid-template-rows: 170px auto auto 1fr; }
  .process-art { grid-column: 1; grid-row: 1; min-height: 170px; }
  .process-card .step-number { grid-column: 1; grid-row: 2; }
  .process-card h3 { grid-column: 1; grid-row: 3; }
  .process-card p { grid-column: 1; grid-row: 4; }
  .contact-panel { padding: 30px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-art { grid-column: auto; }
}

/* Ajuste final Lucide: prevalece sobre los estilos heredados de las láminas. */
.benefits .benefit-icon-composite > img {
  position: absolute;
  width: 54%;
  height: 54%;
  object-fit: contain;
}
.benefits .benefit-icon-composite > img:first-child { left: 22%; bottom: 17%; }
.benefits .benefit-icon-composite > img:last-child {
  right: 17%;
  bottom: 13%;
  width: 32%;
  height: 32%;
  padding: 2px;
  border-radius: 50%;
  background: inherit;
}
.benefits .benefit-icon-students > img:last-child { right: 33%; top: 12%; bottom: auto; }
.shield-rings { position: relative; }
.shield-satellite { position: absolute; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d7e3f6; border-radius: 50%; background: #fff; box-shadow: 0 7px 18px rgba(6,27,85,.1); }
.shield-user { top: -12px; left: 2px; }
.shield-lock { top: -12px; right: 2px; }
.shield-data { bottom: -12px; left: 2px; }
.shield-history { right: 2px; bottom: -12px; }

/* Sección 2 — composición calibrada contra la lámina 1421 × 1066. */
.how-strip { padding-block: 18px; }
.how-strip .benefit-strip-grid p {
  min-height: 76px;
  position: relative;
  padding: 12px 26px 12px 82px;
}
.how-strip .benefit-strip-grid p::before { display: none; }
.how-strip-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.how-strip-icon img { width: 30px; height: 30px; }
.how-strip-icon-clock { background: #e9f8f0; }
.how-strip-icon-receipt { background: #edf4ff; }
.how-strip-icon-family { background: #f2efff; }
.how-strip-icon-chart { background: #fff6df; }
.how-strip .benefit-strip-grid strong { font-size: 15px; line-height: 1.25; }
.how-strip .benefit-strip-grid span { margin-top: 4px; font-size: 12px; line-height: 1.45; }

.how.section-pad { padding-block: 28px 38px; }
.how .section-heading { max-width: 1160px; margin-bottom: 20px; }
.how .section-heading .eyebrow { margin-bottom: 10px; }
.how .section-heading h2 {
  max-width: 1120px;
  margin: 0 auto 12px;
  font-size: clamp(2.5rem, 3.25vw, 3rem);
  line-height: 1.05;
  white-space: nowrap;
}
.how .section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.55;
}
.how .process-grid { gap: 18px; }
.how .process-card { height: 242px; min-height: 0; grid-template-columns: 47% 68px minmax(0, 1fr); grid-template-rows: auto 1fr; align-content: center; }
.how .process-art { grid-column: 1; grid-row: 1 / -1; height: 100%; min-height: 0; }
.how .process-card .step-number { grid-column: 2; grid-row: 1; align-self: start; width: 40px; height: 40px; margin: 32px 14px 0 14px; }
.how .process-card h3 { grid-column: 3; grid-row: 1; align-self: center; margin: 31px 20px 10px 0; font-size: 1.18rem; }
.how .process-card p { grid-column: 3; grid-row: 2; margin: 0 22px 24px 0; font-size: 12px; line-height: 1.58; }
.how .section-closing {
  position: relative;
  min-height: auto;
  flex-direction: column;
  gap: 4px;
  margin-top: 27px;
  padding: 25px 0 0;
  border: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.how .section-closing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--yellow);
  transform: translateX(-50%);
}
.how .section-closing strong { font-size: 25px; }
.how .section-closing p { margin-top: 3px; font-size: 14px; }
.how .section-closing .arrow-link { margin-top: 5px; font-size: 14px; }

@media (max-width: 1180px) {
  .how .section-heading h2 { white-space: normal; }
}

@media (max-width: 780px) {
  .how-strip { padding-block: 0; }
  .how-strip .benefit-strip-grid p { min-height: 82px; }
  .how .section-heading h2 { font-size: 2.55rem; }
  .how .section-closing strong { font-size: 20px; }
  .how .process-card { height: auto; min-height: 280px; grid-template-columns: 44% 54px minmax(0, 1fr); }
}

@media (max-width: 520px) {
  .how .process-card { grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: 230px auto 1fr; }
  .how .process-art { grid-column: 1 / -1; grid-row: 1; height: 230px; }
  .how .process-card .step-number { grid-column: 1; grid-row: 2; }
  .how .process-card h3 { grid-column: 2; grid-row: 2; }
  .how .process-card p { grid-column: 2; grid-row: 3; }
}

/* Precedencia definitiva de los SVG compuestos de Lucide. */
.benefits .benefit-icon-composite { position: relative; }
.benefits .benefit-icon-composite > img { position: absolute; width: 54%; height: 54%; object-fit: contain; }
.benefits .benefit-icon-composite > img:first-child { left: 22%; bottom: 17%; }
.benefits .benefit-icon-composite > img:last-child { right: 17%; bottom: 13%; width: 32%; height: 32%; padding: 2px; border-radius: 50%; background: inherit; }
.benefits .benefit-icon-students > img:last-child { right: 33%; top: 12%; bottom: auto; }

@media (min-width: 1060px) {
  body .how.section-pad { padding-block: 32px 36px; }
  body .how .section-heading { margin-bottom: 18px; }
  body .how .process-card { height: 205px; min-height: 0; grid-template-columns: 47% 58px minmax(0, 1fr); }
  body .how .process-card .step-number { width: 34px; height: 34px; margin: 27px 12px 0; font-size: 11px; }
  body .how .process-card h3 { margin: 26px 18px 8px 0; font-size: 1rem; }
  body .how .process-card p { margin: 0 18px 18px 0; font-size: 10px; line-height: 1.45; }
  body .how .section-closing { margin-top: 22px; padding-top: 20px; }
  body .how .section-closing strong { font-size: 20px; }
  body .how .section-closing p,body .how .section-closing .arrow-link { font-size: 12px; }
}

/* Composición integral aprobada — referencia completa 1904 × 7386. */
.process-balance { display: grid; place-items: center; padding: 14px; background: #edf4ff; }
.balance-notice { width: 100%; max-width: 200px; padding: 14px; border-radius: 12px; color: #53627c; background: #fff; box-shadow: 0 10px 22px rgba(6,27,85,.12); }
.balance-notice span { width: 30px; height: 30px; display: grid; place-items: center; float: left; margin-right: 9px; border-radius: 50%; color: #16875f; background: #dff6ea; font-weight: 900; }
.balance-notice strong,.balance-notice small,.balance-notice b,.balance-notice em { display: block; }
.balance-notice strong { color: var(--navy); font-size: 11px; }
.balance-notice small { margin-top: 3px; font-size: 8px; }
.balance-notice hr { margin: 12px 0; border: 0; border-top: 1px solid #d6e0ee; }
.balance-notice b { color: var(--blue); font-size: 11px; }
.balance-notice em { margin-top: 2px; color: var(--blue); font-size: 21px; font-style: normal; font-weight: 850; }
.purchase-notice { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; gap: 7px; width: min(72%, 170px); padding: 9px 10px; border-radius: 10px; color: #53627c; background: rgba(255,255,255,.96); box-shadow: 0 10px 22px rgba(6,27,85,.16); }
.purchase-notice-icon { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--yellow); font-size: 7px; }
.purchase-notice strong,.purchase-notice small,.purchase-notice b,.purchase-notice div > span,.purchase-notice em { display: block; }
.purchase-notice strong { color: var(--navy); font-size: 9px; }
.purchase-notice small { margin: 1px 0 5px; font-size: 7px; }
.purchase-notice b,.purchase-notice div > span,.purchase-notice em { color: var(--navy); font-size: 8px; line-height: 1.3; }
.purchase-notice em { font-style: normal; font-weight: 850; }
.benefits .strip-icon { position: absolute; left: 20px; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; transform: translateY(-50%); }
.benefits .strip-icon img { width: 30px; height: 30px; display: block; }
.benefits .strip-icon-clock { background: #e9f8f0; }
.benefits .strip-icon-clipboard { background: #edf4ff; }
.benefits .strip-icon-bell { background: #f2efff; }
.benefits .strip-icon-shield { background: #fff6df; }
.benefits > .benefit-strip .benefit-strip-grid p { position: relative; padding-left: 82px; }
.benefits > .benefit-strip .benefit-strip-grid p::before { display: none; }

@media (min-width: 1060px) {
  .hero { min-height: 820px; padding-block: 62px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 560px; gap: 60px; }
  .hero-visual { width: 560px; height: 680px; }

  /* Las láminas definitivas muestran una franja antes de cada sección. */
  .how-strip { display: block; }
  .how.section-pad { padding-block: 32px 36px; }
  .how .section-heading { margin-bottom: 18px; }
  .how .process-card { height: 205px; grid-template-columns: 47% 58px minmax(0, 1fr); }
  .how .process-card .step-number { width: 34px; height: 34px; margin: 27px 12px 0; font-size: 11px; }
  .how .process-card h3 { margin: 26px 18px 8px 0; font-size: 1rem; }
  .how .process-card p { margin: 0 18px 18px 0; font-size: 10px; line-height: 1.45; }
  .how .section-closing { margin-top: 22px; padding-top: 20px; }
  .how .section-closing strong { font-size: 20px; }
  .how .section-closing p,.how .section-closing .arrow-link { font-size: 12px; }

  .benefits > .benefit-strip { padding-block: 16px; }
  .benefits > .benefit-strip .benefit-strip-grid p { min-height: 82px; }
  .benefits > .section-pad { padding-block: 50px 54px; }
  .benefits .section-heading { margin-bottom: 34px; }
  .benefits .section-heading h2 { font-size: 2.75rem; }
  .benefits .section-heading > p:not(.eyebrow) { font-size: 13px; line-height: 1.55; }

  .features { padding-block: 112px; }
  .implementation.section-pad { padding-block: 112px; }
  .contact { padding-top: 54px; }
  .contact-panel { min-height: 510px; padding: 58px 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .contact-card,
  .arrow-link,
  .faq-list summary { transition: none; }
}

/* ========================================================================== */
/* Owner reference fidelity pass — proportions taken from the approved sheets. */
/* ========================================================================== */
@supports (display: -tucantina-disabled-isolated-sheets) {
:root {
  --owner-shell: min(1280px, calc(100% - 72px));
  --header: 92px;
  --navy: #061b55;
  --blue: #0868ee;
  --yellow: #ffb300;
  --line: #dfe6ef;
  --shadow: 0 12px 34px rgba(6, 27, 85, .08);
}

.site-header { height: var(--header); }
.nav-shell { gap: 28px; }
.brand { gap: 12px; }
.brand img { width: 54px; height: 54px; }
.brand > span { font-size: 24px; }
.main-nav { gap: 14px; }
.nav-links { gap: clamp(14px, 1.35vw, 24px); }
.nav-links a { padding-block: 34px 31px; font-size: 13px; }
.nav-links a::after { bottom: 20px; height: 3px; }
.site-header .brand::after { bottom: -14px; height: 3px; }
.button { min-height: 52px; padding: 13px 22px; border-radius: 12px; font-size: 13px; }
.nav-actions { flex: 0 0 auto; }
.nav-actions .button { padding-inline: 17px; white-space: nowrap; }
.nav-actions .button-login { min-width: 158px; }
.nav-actions .button-demo { min-width: 132px; }
.button-login { border: 2px solid #5590ed; }
.button-demo { padding-inline: 24px; }

.section-pad { padding-block: 92px; }
.section-heading { max-width: 900px; margin-bottom: 46px; }
.section-heading h2,
.faq-intro h2,
.contact-copy h2 { font-size: clamp(2.8rem, 4vw, 4.25rem); line-height: 1.03; }
.section-heading > p:not(.eyebrow),
.hero-lede { font-size: 17px; line-height: 1.7; }
.eyebrow { margin-bottom: 18px; color: #f0a600; font-size: 13px; }
.eyebrow > span { width: 36px; }

.hero { min-height: 850px; padding-block: 72px; background: linear-gradient(135deg, #fbfdff, #fff 62%, #f6f9fd); }
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(540px, 1.03fr); gap: 66px; }
.hero-copy h1 { max-width: 690px; font-size: clamp(3.7rem, 4.25vw, 4.25rem); line-height: 1.04; }
.hero-lede { max-width: 665px; color: #505b70; }
.hero-actions { margin-top: 36px; gap: 20px; }
.hero-actions .button { min-height: 64px; padding-inline: 30px; font-size: 15px; }
.hero-visual { width: 100%; height: 680px; border: 0; border-radius: 28px; }
.hero-visual > img { object-position: center 42%; }
.hero-visual figcaption { display: none; }
.hero-badge { top: 38px; right: 34px; max-width: 270px; padding: 17px 20px; border-radius: 18px; font-size: 15px; }
.hero-badge b { width: 46px; height: 46px; font-size: 22px; }
.hero-badge small { margin-top: 3px; font-size: 11px; line-height: 1.35; }

.how { padding-top: 0; background: #f5f8fd; }
.how.section-pad { padding-block: 62px; }
.benefit-strip { padding-block: 24px; background: #fff; }
.how-strip { border-bottom: 1px solid var(--line); }
.benefit-strip-grid p { min-height: 70px; position: relative; padding-left: 74px; }
.benefit-strip-grid p::before { content: "✓"; position: absolute; left: 16px; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #12875f; background: #e7f7ef; transform: translateY(-50%); font-size: 18px; }
.benefit-strip-grid p:nth-child(2)::before { content: "▤"; color: #1763ca; background: #edf4ff; }
.benefit-strip-grid p:nth-child(3)::before { content: "◉"; color: #463ba6; background: #f1efff; }
.benefit-strip-grid p:nth-child(4)::before { content: "▥"; color: #d58d00; background: #fff6df; }
.benefit-strip-grid strong { font-size: 14px; }
.benefit-strip-grid span { margin-top: 5px; font-size: 12px; }
.how .section-heading { margin-bottom: 38px; }
.process-grid { gap: 22px; }
.process-card { min-height: 225px; grid-template-columns: 47% 1fr; border-radius: 18px; box-shadow: var(--shadow); }
.process-art { min-height: 225px; }
.process-art img { object-position: center; }
.process-card:nth-child(2) .process-art img { object-position: 48% 48%; }
.process-card:nth-child(4) .process-art img { object-position: center; }
.process-card .step-number { width: 44px; height: 44px; margin: 25px 26px 11px; border-radius: 11px; font-size: 14px; }
.process-card h3 { margin: 0 26px 11px; font-size: 1.18rem; }
.process-card p { margin: 0 26px 25px; font-size: 12px; line-height: 1.58; }
.process-balance { display: grid; place-items: center; padding: 24px; background: #edf4ff; }
.balance-notice { width: 100%; max-width: 280px; padding: 25px; border-radius: 16px; color: #53627c; background: white; box-shadow: 0 12px 26px rgba(6,27,85,.12); }
.balance-notice span { width: 42px; height: 42px; display: grid; place-items: center; float: left; margin-right: 12px; border-radius: 50%; color: #16875f; background: #dff6ea; font-weight: 900; }
.balance-notice strong,.balance-notice small,.balance-notice b,.balance-notice em { display: block; }
.balance-notice strong { color: var(--navy); font-size: 15px; }
.balance-notice small { margin-top: 5px; font-size: 11px; }
.balance-notice hr { margin: 22px 0; border: 0; border-top: 1px solid #d6e0ee; }
.balance-notice b { color: var(--blue); font-size: 15px; }
.balance-notice em { margin-top: 5px; color: var(--blue); font-size: 28px; font-style: normal; font-weight: 850; }
.purchase-notice { position: absolute; z-index: 2; top: 18px; left: 16px; display: flex; gap: 10px; width: min(72%, 230px); padding: 13px 14px; border-radius: 14px; color: #53627c; background: rgba(255,255,255,.96); box-shadow: 0 12px 26px rgba(6,27,85,.16); }
.purchase-notice-icon { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gold); font-size: 9px; }
.purchase-notice strong,.purchase-notice small,.purchase-notice b,.purchase-notice div > span,.purchase-notice em { display: block; }
.purchase-notice strong { color: var(--navy); font-size: 12px; }
.purchase-notice small { margin: 2px 0 8px; font-size: 9px; }
.purchase-notice b,.purchase-notice div > span,.purchase-notice em { color: var(--navy); font-size: 10px; line-height: 1.35; }
.purchase-notice em { font-style: normal; font-weight: 850; }
.section-closing { margin-top: 30px; padding: 22px 28px; }
.section-closing strong { font-size: 18px; }
.section-closing p { font-size: 13px; }

.benefits .section-pad { padding-block: 58px; }
.benefits .section-heading { margin-inline: auto; text-align: center; }
.benefits .section-heading .eyebrow { justify-content: center; }
.benefit-grid { max-width: 920px; margin-inline: auto; gap: 20px; }
.benefit-card { min-height: 205px; grid-template-columns: 120px 1fr; padding: 26px 30px !important; border-radius: 20px; }
.benefit-icon { width: 100px; height: 100px; border-radius: 50%; }
.benefit-icon svg { width: 54px; height: 54px; }
.benefit-card:nth-child(1) .benefit-icon { color: #16875f; background: #edf9f2; }
.benefit-card:nth-child(2) .benefit-icon { color: #175db6; background: #edf4ff; }
.benefit-card:nth-child(3) .benefit-icon { color: #5545a8; background: #f2efff; }
.benefit-card:nth-child(4) .benefit-icon { color: #d58d00; background: #fff6df; }
.benefit-card > span { position: absolute; top: 26px; left: 26px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--blue); font-size: 13px; }
.benefit-card h3 { font-size: 1.45rem; }
.benefit-card p { font-size: 14px; line-height: 1.6; }
.benefits .section-closing { position: relative; max-width: 920px; min-height: auto; margin-inline: auto; margin-top: 52px; padding: 30px 0 0; border: 0; border-radius: 0; text-align: center; background: transparent; box-shadow: none; flex-direction: column; }
.benefits .section-closing::before { content: ""; position: absolute; top: 0; left: 50%; width: 34px; height: 3px; border-radius: 99px; background: var(--yellow); transform: translateX(-50%); }

.features { padding-block: 92px; }
.features .section-heading { margin-bottom: 44px; }
.feature-grid { max-width: 1000px; margin-inline: auto; gap: 16px; }
.feature-card { min-height: 160px; grid-template-columns: 64px 1fr; padding: 24px; border-radius: 16px; }
.feature-icon { width: 58px; height: 58px; color: var(--blue); background: white; }
.feature-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card > span { top: 22px; right: auto; left: 102px; color: var(--yellow); font-size: 12px; }
.feature-card h3 { align-self: end; font-size: 1.08rem; }
.feature-card p { font-size: 12px; }
.automation-banner { max-width: 900px; min-height: 110px; margin: 22px auto 0; padding: 20px 28px; }
.features-close { margin-top: 28px; font-size: 18px; }

.implementation .section-heading { margin-bottom: 42px; }
.implementation-grid { gap: 22px; }
.implementation-grid::before { top: 95px; }
.implementation-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px 24px !important; text-align: center; }
.implementation-card > div { width: 104px; height: 104px; margin: 0 auto 24px; border: 16px solid #f3f7fd; font-size: 30px; }
.implementation-card > span { position: static; order: 2; font-size: 15px; }
.implementation-card h3 { order: 3; margin: 6px 0 10px; font-size: 1.15rem; }
.implementation-card p { order: 4; font-size: 12px; line-height: 1.55; }
.autonomy-band { min-height: 140px; margin-top: 26px; padding: 28px 36px; }
.autonomy-band span { font-size: 1.45rem; }
.autonomy-band p { max-width: 660px; margin-top: 8px; font-size: 13px; }
.implementation-close { font-size: 18px; }

.trust { background: #fffaf0; }
.trust.section-pad { padding-block: 68px; }
.trust-grid { grid-template-columns: .9fr 1.1fr; gap: 74px; }
.trust-intro .section-heading h2 { font-size: clamp(2.9rem, 3.55vw, 3.65rem); }
.trust-intro .section-heading p:last-child { font-size: 16px; }
.shield-visual { min-height: 390px; }
.shield-rings { width: 330px; height: 260px; border: 1px solid #c8d9f5; border-radius: 50%; }
.shield-rings { position: relative; }
.shield-satellite { position: absolute; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #d7e3f6; border-radius: 50%; color: var(--blue); background: white; box-shadow: 0 8px 22px rgba(6,27,85,.1); font-size: 26px; font-style: normal; font-weight: 700; }
.shield-user { top: -18px; left: 18px; }
.shield-lock { top: -18px; right: 18px; }
.shield-data { bottom: -18px; left: 18px; }
.shield-history { right: 18px; bottom: -18px; }
.shield-core { width: 140px; height: 160px; border-radius: 40% 40% 50% 50%; }
.shield-core svg { width: 82px; height: 82px; }
.shield-visual strong { margin-top: -20px; color: var(--blue); font-size: 14px; }
.trust-list { gap: 20px; }
.trust-card { min-height: 112px; padding: 18px 24px; border-radius: 18px; box-shadow: var(--shadow); }
.trust-card-number { width: 58px; height: 58px; font-size: 15px; }
.trust-card h3 { font-size: 1.35rem; }
.trust-card p { font-size: 13px; line-height: 1.55; }
.experience-band { margin-top: 36px; padding: 30px 38px; }
.experience-content > p { max-width: 780px; color: var(--navy); font-size: 17px; font-weight: 700; }
.experience-tags span { padding: 10px 16px; font-size: 11px; }

.faq-grid { grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-intro > p:not(.eyebrow) { font-size: 15px; line-height: 1.65; }
.help-illustration { width: 320px; height: 270px; margin-top: 32px; font-size: 105px; color: white; background: radial-gradient(circle at 46% 44%, #357ef0 0 28%, #e7f0ff 29% 55%, transparent 56%); }
.faq-list { gap: 12px; }
.faq-list details { border-radius: 14px; box-shadow: 0 5px 18px rgba(6,27,85,.04); }
.faq-list summary { min-height: 68px; padding: 17px 20px; font-size: 14px; }
.faq-list details p { padding: 0 20px 20px; font-size: 13px; }
.faq-closing { margin-top: 28px; padding: 20px 28px; }

.contact { padding: 72px 0 36px; }
.contact-panel { min-height: 510px; grid-template-columns: 1fr 1fr; gap: 84px; padding: 70px 86px; border-radius: 30px; }
.contact-copy h2 { font-size: clamp(3.5rem, 4.5vw, 4.8rem); }
.contact-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.75; }
.contact-copy > strong { font-size: 15px; }
.contact-options { gap: 18px; }
.contact-card { min-height: 104px; padding: 18px 22px; border-radius: 16px; }
.contact-card-icon { width: 60px; height: 60px; border-radius: 14px; }
.contact-card-icon svg { width: 34px; height: 34px; }
.contact-card strong { font-size: 16px; }
.contact-card small { margin-top: 5px; font-size: 12px; }
.site-footer { padding-top: 36px; }
.footer-grid { min-height: 210px; padding-block: 34px 50px; }
.footer-brand p,.footer-grid nav a,.footer-grid nav strong { font-size: 11px; }
.footer-art svg { max-width: 320px; }
.footer-bottom { min-height: 64px; font-size: 10px; }

@media (max-width: 1180px) {
  :root { --owner-shell: min(100% - 42px, 1040px); }
  .nav-shell { gap: 26px; }
  .brand img { width: 44px; height: 44px; }
  .brand > span { font-size: 19px; }
  .nav-links { gap: 13px; }
  .nav-links a { font-size: 11px; }
  .nav-actions .button { min-height: 46px; padding-inline: 13px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr 480px; gap: 46px; }
}

@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: var(--header); right: 0; left: 0; display: none; padding: 20px 28px 28px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 35px rgba(6,25,80,.1); }
  .main-nav.is-open { display: grid; }
  .nav-links,.nav-actions { display: grid; gap: 5px; }
  .nav-links a { padding: 13px 5px; font-size: 13px; }
  .nav-links a::after { bottom: 7px; }
  .nav-actions { margin-top: 14px; }
  .nav-actions .button { width: 100%; }
}

@media (max-width: 900px) {
  :root { --header: 72px; }
  .brand img { width: 38px; height: 38px; }
  .brand > span { font-size: 17px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 620px; }
  .process-card { grid-template-columns: 44% 1fr; }
  .trust-grid,.faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  :root { --owner-shell: min(100% - 30px, 620px); }
  .site-header .brand::after { bottom: -7px; }
  .section-pad,.features { padding-block: 64px; }
  .section-heading h2,.faq-intro h2,.contact-copy h2 { font-size: 2.55rem; }
  .hero { padding-block: 48px 64px; }
  .hero-copy h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .hero-lede { font-size: 15px; }
  .hero-visual { height: 500px; }
  .process-grid,.benefit-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 280px; grid-template-columns: 44% 1fr; }
  .process-art { min-height: 280px; }
  .benefit-card { min-height: 210px; grid-template-columns: 105px 1fr; }
  .benefit-icon { width: 88px; height: 88px; }
  .feature-grid,.implementation-grid { grid-template-columns: 1fr 1fr; }
  .contact-panel { padding: 44px 28px; }
}

@media (max-width: 520px) {
  .hero-copy h1 { font-size: 3rem; }
  .hero-visual { height: 450px; }
  .hero-badge { top: 20px; right: 16px; max-width: 220px; }
  .benefit-strip-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; grid-template-columns: 1fr; grid-template-rows: 230px auto auto; }
  .process-art { grid-column: 1; grid-row: 1; min-height: 230px; }
  .process-card .step-number { grid-column: 1; grid-row: 2; }
  .process-card h3 { grid-column: 1; grid-row: 2; margin: 42px 24px 10px 84px; align-self: center; }
  .process-card p { grid-column: 1; grid-row: 3; margin: 0 24px 28px; }
  .feature-grid,.implementation-grid { grid-template-columns: 1fr; }
  .implementation-card { min-height: 260px; }
  .shield-rings { width: 280px; }
  .contact-panel { padding: 38px 20px; }
}

/* Sección 3 — escala fiel a la lámina del propietario. */
.benefits > .benefit-strip { padding-block: 22px; }
.benefits > .benefit-strip .benefit-strip-grid p { min-height: 94px; padding: 18px 26px 18px 82px; }
.benefits > .benefit-strip .benefit-strip-grid p::before { display: none; }
.benefits .strip-icon { position: absolute; left: 20px; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; transform: translateY(-50%); }
.benefits .strip-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefits .strip-icon img { width: 30px; height: 30px; display: block; }
.benefits .strip-icon-clock { color: #16875f; background: #e9f8f0; }
.benefits .strip-icon-clipboard { color: #175db6; background: #edf4ff; }
.benefits .strip-icon-bell { color: #5545a8; background: #f2efff; }
.benefits .strip-icon-shield { color: #d58d00; background: #fff6df; }
.benefits > .benefit-strip .benefit-strip-grid strong { font-size: 15px; line-height: 1.25; }
.benefits > .benefit-strip .benefit-strip-grid span { font-size: 12px; line-height: 1.45; }
.benefits > .section-pad { padding-block: 82px 72px; }
.benefits .section-heading { max-width: 1000px; margin-bottom: 48px; }
.benefits .section-heading h2 { max-width: 900px; margin-inline: auto; font-size: clamp(3.4rem, 4vw, 4.8rem); line-height: 1.04; }
.benefits .section-heading > p:not(.eyebrow) { max-width: 790px; margin-inline: auto; font-size: 16px; line-height: 1.65; }
.benefits .benefit-grid { width: min(100%, 69vw); max-width: none; margin-inline: auto; gap: clamp(16px, 1.25vw, 24px); }
.benefits .benefit-card { min-height: clamp(190px, 13.8vw, 260px); display: grid; grid-template-columns: clamp(120px, 10vw, 180px) minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: clamp(20px, 2vw, 34px); padding: clamp(28px, 2.2vw, 42px) !important; border-radius: 22px; }
.benefits .benefit-icon { grid-column: 1; grid-row: 1 / -1; justify-self: center; width: clamp(100px, 8.5vw, 142px); height: clamp(100px, 8.5vw, 142px); margin: 0; }
.benefits .benefit-icon svg { width: 62%; height: 62%; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.benefits .benefit-icon > img { width: 72%; height: 72%; display: block; object-fit: contain; }
.benefits .benefit-icon-students-hires { background-color: #edf9f2; background-image: url("assets/icons/benefit-card-students-owner-hires.webp"); background-size: 142% 252%; background-position: 50% 40.5%; background-repeat: no-repeat; background-blend-mode: multiply; }
.benefits .benefit-card > span { position: absolute; grid-column: auto; grid-row: auto; top: clamp(20px, 1.7vw, 30px); left: clamp(20px, 1.7vw, 30px); width: clamp(38px, 3vw, 48px); height: clamp(38px, 3vw, 48px); margin: 0; font-size: 14px; }
.benefits .benefit-card h3 { grid-column: 2; grid-row: 1; align-self: end; margin: 0 0 10px; font-size: clamp(1.1rem, 1.3vw, 1.45rem); line-height: 1.18; }
.benefits .benefit-card p { grid-column: 2; grid-row: 2; align-self: start; margin: 0; font-size: clamp(11px, .85vw, 14px); line-height: 1.6; }
.benefits .section-closing { max-width: none; margin-top: 52px; }
.benefits .section-closing strong { font-size: 21px; }
.benefits .section-closing p { font-size: 14px; }
.benefits .section-closing .arrow-link { font-size: 14px; }

@media (max-width: 900px) {
  .benefits .benefit-card { grid-template-columns: 130px minmax(0, 1fr); column-gap: 20px; padding-inline: 28px !important; }
  .benefits .benefit-icon { width: 105px; height: 105px; }
}

@media (max-width: 780px) {
  .benefits > .section-pad { padding-block: 64px; }
  .benefits .section-heading h2 { font-size: 2.55rem; }
  .benefits .benefit-card { min-height: 215px; }
}

@media (max-width: 520px) {
  .benefits > .benefit-strip { padding-block: 0; }
  .benefits > .benefit-strip .benefit-strip-grid p { min-height: 82px; }
  .benefits .benefit-card { grid-template-columns: 92px minmax(0, 1fr); min-height: 190px; gap: 16px; padding: 28px 22px !important; }
  .benefits .benefit-icon { width: 82px; height: 82px; }
  .benefits .benefit-icon svg { width: 46px; height: 46px; }
  .benefits .benefit-card > span { top: 18px; left: 18px; width: 36px; height: 36px; }
  .benefits .benefit-card h3 { font-size: 1.15rem; }
  .benefits .benefit-card p { font-size: 12px; }
  .benefits .section-closing strong { font-size: 18px; }
}
}

/* Sección 2 — aislamiento final para que las reglas globales no alteren la lámina. */
.how-strip { padding-block: 18px; }
.how-strip .benefit-strip-grid p { min-height: 76px; position: relative; padding: 12px 26px 12px 82px; }
.how-strip .benefit-strip-grid p::before { display: none; }
.how-strip-icon { position: absolute; top: 50%; left: 20px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; transform: translateY(-50%); }
.how-strip-icon img { width: 30px; height: 30px; }
.how-strip-icon-clock { background: #e9f8f0; }
.how-strip-icon-receipt { background: #edf4ff; }
.how-strip-icon-family { background: #f2efff; }
.how-strip-icon-chart { background: #fff6df; }
.how-strip .benefit-strip-grid strong { font-size: 15px; line-height: 1.25; }
.how-strip .benefit-strip-grid span { margin-top: 4px; font-size: 12px; line-height: 1.45; }
.how.section-pad { padding-block: 28px 38px; }
.how .section-heading { max-width: 1160px; margin-bottom: 20px; }
.how .section-heading .eyebrow { margin-bottom: 10px; }
.how .section-heading h2 { max-width: 1120px; margin: 0 auto 12px; font-size: clamp(2.5rem, 3.25vw, 3rem); line-height: 1.05; white-space: nowrap; }
.how .section-heading > p:not(.eyebrow) { max-width: 760px; margin-inline: auto; font-size: 16px; line-height: 1.55; }
.how .process-grid { gap: 18px; }
.how .process-card { height: 242px; min-height: 0; grid-template-columns: 47% 68px minmax(0, 1fr); grid-template-rows: auto 1fr; align-content: center; }
.how .process-art { grid-column: 1; grid-row: 1 / -1; height: 100%; min-height: 0; }
.how .process-card .step-number { grid-column: 2; grid-row: 1; align-self: start; width: 40px; height: 40px; margin: 32px 14px 0; }
.how .process-card h3 { grid-column: 3; grid-row: 1; align-self: center; margin: 31px 20px 10px 0; font-size: 1.18rem; }
.how .process-card p { grid-column: 3; grid-row: 2; margin: 0 22px 24px 0; font-size: 12px; line-height: 1.58; }
.how .section-closing { position: relative; min-height: auto; flex-direction: column; gap: 4px; margin-top: 27px; padding: 25px 0 0; border: 0; text-align: center; background: transparent; box-shadow: none; }
.how .section-closing::before { content: ""; position: absolute; top: 0; left: 50%; width: 34px; height: 3px; border-radius: 99px; background: var(--yellow); transform: translateX(-50%); }
.how .section-closing strong { font-size: 25px; }
.how .section-closing p { margin-top: 3px; font-size: 14px; }
.how .section-closing .arrow-link { margin-top: 5px; font-size: 14px; }

@media (max-width: 1180px) {
  .how .section-heading h2 { white-space: normal; }
}

@media (max-width: 780px) {
  .how-strip { padding-block: 0; }
  .how-strip .benefit-strip-grid p { min-height: 82px; }
  .how .section-heading h2 { font-size: 2.55rem; }
  .how .section-closing strong { font-size: 20px; }
  .how .process-card { height: auto; min-height: 280px; grid-template-columns: 44% 54px minmax(0, 1fr); }
}

@media (max-width: 520px) {
  .how .process-card { grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: 230px auto 1fr; }
  .how .process-art { grid-column: 1 / -1; grid-row: 1; height: 230px; }
  .how .process-card .step-number { grid-column: 1; grid-row: 2; }
  .how .process-card h3 { grid-column: 2; grid-row: 2; }
  .how .process-card p { grid-column: 2; grid-row: 3; }
}
