:root {
  --navy-950: #061522;
  --navy-900: #081d30;
  --navy-800: #0d2d49;
  --blue-600: #1266a5;
  --blue-500: #2782c7;
  --green-500: #5cc870;
  --green-400: #79dd8b;
  --ink: #102333;
  --muted: #617080;
  --line: #dce5eb;
  --cloud: #f2f6f8;
  --white: #fff;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 70px rgba(4, 28, 47, .12);
  --shell: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; line-height: 1.08; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }
.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; left: 20px; top: -100px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--navy-950); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, box-shadow .25s, color .25s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 34px rgba(5,26,42,.08); backdrop-filter: blur(14px); border-color: rgba(8,35,55,.08); }
.header-shell { width: min(1320px, calc(100% - 48px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.brand > img { width: 44px; height: 44px; object-fit: cover; object-position: left; border-radius: 8px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.03em; }
.brand-copy small { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; font-size: 13px; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--green-500); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-campus { opacity: .74; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 4px; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 14px 22px; border: 1px solid var(--green-500); border-radius: var(--radius-sm); color: var(--navy-950); background: var(--green-500); font-weight: 800; font-size: 14px; text-decoration: none; cursor: pointer; box-shadow: 0 12px 30px rgba(73,194,95,.19); transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green-400); border-color: var(--green-400); box-shadow: 0 16px 34px rgba(73,194,95,.28); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 12px; }
.button-light { border-color: #fff; background: #fff; color: var(--navy-950); box-shadow: none; }
.button-light:hover { border-color: var(--green-400); background: var(--green-400); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; }
.dark-link { color: var(--navy-800); border-color: rgba(13,45,73,.3); }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); overflow: hidden; color: #fff; background: var(--navy-950); }
.hero-image { position: absolute; inset: 0; background: url("images/Imagen2-hero.jpg") center/cover no-repeat; filter: saturate(.7) contrast(1.04); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,33,.98) 0%, rgba(6,26,43,.93) 42%, rgba(6,25,41,.52) 72%, rgba(6,20,33,.58) 100%), linear-gradient(0deg, rgba(5,20,33,.9), transparent 45%); }
.hero-layout { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr); align-items: center; gap: 90px; padding-top: 86px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--green-500); }
.eyebrow.dark { color: var(--blue-600); }
.hero h1 { margin-bottom: 26px; font-size: clamp(52px, 5.4vw, 78px); font-weight: 800; }
.hero h1 em, .contact-copy h2 em { color: var(--green-400); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 42px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.hero-proof span { color: var(--green-400); margin-right: 6px; }
.hero-panel { align-self: center; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 22px; box-shadow: 0 34px 100px rgba(0,0,0,.35); backdrop-filter: blur(15px); transform: translateY(22px); }
.panel-top { height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 20px; color: var(--muted); background: #f5f8fa; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.panel-top small { margin-left: auto; opacity: .6; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(92,200,112,.15); }
.panel-body { padding: 28px; }
.panel-kicker { margin-bottom: 10px; color: var(--blue-600); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.panel-body h2 { margin-bottom: 24px; font-size: 26px; }
.progress-card { padding: 16px; margin-bottom: 20px; background: var(--cloud); border-radius: 12px; }
.progress-card > div:first-child { display: flex; justify-content: space-between; font-size: 11px; }
.progress-card strong { color: var(--blue-600); }
.progress-track { height: 5px; margin-top: 11px; overflow: hidden; background: #d8e3e9; border-radius: 10px; }
.progress-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue-500), var(--green-500)); }
.panel-list { display: grid; gap: 16px; }
.panel-list > div { display: flex; gap: 13px; align-items: center; }
.panel-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue-600); background: rgba(39,130,199,.09); border-radius: 9px; font-size: 10px; font-weight: 800; }
.panel-list p { display: grid; margin: 0; line-height: 1.35; }
.panel-list strong { font-size: 12px; }
.panel-list small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 26px; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; top: 10px; left: 50%; width: 4px; height: 8px; background: var(--green-400); border-radius: 3px; animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,16px); opacity: 0; } }

.trust-strip { padding: 30px 0; color: #fff; background: var(--blue-600); }
.trust-layout { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 50px; }
.trust-layout > p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.4; }
.trust-layout strong { color: #fff; font-size: 15px; }
.trust-layout ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.trust-layout li { padding: 6px 26px; border-left: 1px solid rgba(255,255,255,.2); font-size: 12px; font-weight: 700; }
.trust-layout li span { margin-right: 9px; color: var(--green-400); font-size: 10px; }

.solutions-section { background: var(--cloud); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading h2, .method-copy h2, .automation-copy h2, .about-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(40px, 4.5vw, 62px); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 450px; padding: 40px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s, border-color .25s; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(18,102,165,.25); box-shadow: var(--shadow); }
.solution-card.featured { color: #fff; background: var(--navy-800); border-color: var(--navy-800); }
.card-number { position: absolute; right: 28px; top: 22px; color: rgba(12,45,73,.13); font-size: 74px; font-weight: 800; letter-spacing: -.08em; }
.featured .card-number { color: rgba(255,255,255,.09); }
.solution-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 56px; color: var(--blue-600); background: rgba(39,130,199,.09); border-radius: 14px; }
.featured .solution-icon { color: var(--green-400); background: rgba(121,221,139,.1); }
.solution-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin-bottom: 15px; font-size: 27px; }
.solution-card > p { max-width: 510px; margin-bottom: 20px; color: var(--muted); }
.featured > p { color: rgba(255,255,255,.66); }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; }
.solution-card li { padding: 7px 10px; color: var(--muted); background: var(--cloud); border-radius: 6px; font-size: 10px; font-weight: 700; }
.featured li { color: rgba(255,255,255,.78); background: rgba(255,255,255,.07); }
.solution-card > a { position: absolute; left: 40px; bottom: 36px; display: inline-flex; gap: 12px; color: var(--blue-600); font-size: 13px; font-weight: 800; text-decoration: none; }
.featured > a { color: var(--green-400); }

.method-section { color: #fff; background: var(--navy-900); }
.method-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; }
.method-copy { position: sticky; top: 130px; align-self: start; }
.method-copy h2 { margin-bottom: 26px; }
.method-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 36px; color: rgba(255,255,255,.64); }
.method-steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.method-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.15); }
.method-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.method-steps > li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green-400); border: 1px solid rgba(121,221,139,.3); border-radius: 50%; font-size: 11px; font-weight: 800; }
.method-steps h3 { margin: 3px 0 8px; font-size: 22px; }
.method-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.automation-section { padding: 110px 0; overflow: hidden; background: #fff; }
.automation-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.automation-visual { position: relative; aspect-ratio: 1; max-width: 520px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(39,130,199,.08) 0, rgba(39,130,199,.03) 38%, transparent 39%); }
.automation-core { position: relative; z-index: 2; width: 112px; height: 112px; padding: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.automation-core img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.orbit { position: absolute; border: 1px solid #d9e6ed; border-radius: 50%; }
.orbit-one { inset: 16%; }
.orbit-two { inset: 3%; border-style: dashed; animation: rotate 50s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.node { position: absolute; z-index: 3; padding: 9px 14px; color: var(--blue-600); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 25px rgba(8,40,65,.11); font-size: 10px; font-weight: 800; }
.node::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--green-500); }
.node-one { top: 9%; left: 45%; }
.node-two { bottom: 16%; left: 6%; }
.node-three { right: 3%; bottom: 29%; }
.automation-copy h2 { margin-bottom: 25px; }
.automation-copy > p:not(.eyebrow) { margin-bottom: 32px; color: var(--muted); }
.feature-row { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 1px solid var(--line); }
.feature-row > span { color: var(--blue-500); font-size: 11px; font-weight: 800; }
.feature-row p { display: grid; margin: 0; }
.feature-row strong { font-size: 14px; }
.feature-row small { color: var(--muted); font-size: 12px; }

.courses-section { background: var(--cloud); }
.courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.course-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.course-image { position: relative; height: 235px; overflow: hidden; background: var(--navy-800); }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.course-card:hover .course-image img { transform: scale(1.04); }
.course-image > span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; color: var(--navy-950); background: rgba(255,255,255,.91); border-radius: 6px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.course-content { padding: 27px; }
.course-meta { margin-bottom: 13px; color: var(--blue-600); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.course-content h3 { min-height: 64px; margin-bottom: 25px; font-size: 21px; }
.course-content a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue-600); font-size: 12px; font-weight: 800; text-decoration: none; }
.courses-actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 44px; }

.about-section { background: #fff; }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.about-image { position: relative; min-height: 590px; overflow: hidden; border-radius: var(--radius-lg); }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,22,35,.83), transparent 55%); }
.about-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-image > div { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; display: grid; color: #fff; }
.about-image strong { font-size: 32px; }
.about-image span { color: rgba(255,255,255,.7); font-size: 13px; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p:not(.eyebrow) { margin-bottom: 36px; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid div { display: flex; align-items: center; gap: 12px; padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid span { color: var(--green-500); font-size: 9px; font-weight: 800; }
.values-grid strong { font-size: 12px; }

.contact-section { padding: 115px 0; color: #fff; background: var(--blue-600); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin-bottom: 27px; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.7); }
.contact-copy > a { display: inline-block; margin-top: 25px; color: var(--green-400); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(121,221,139,.45); }
.contact-form { padding: 36px; color: var(--ink); background: #fff; border-radius: var(--radius-md); box-shadow: 0 30px 80px rgba(3,30,51,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label:not(.privacy-check) { display: grid; gap: 7px; margin-bottom: 17px; }
.contact-form label > span { color: #40505d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f6f9fa; border: 1px solid #dce5ea; border-radius: 8px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: #fff; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(39,130,199,.11); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 22px; }
.privacy-check input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--blue-600); }
.privacy-check span { color: var(--muted)!important; font-size: 10px!important; font-weight: 600!important; text-transform: none!important; letter-spacing: 0!important; }
.form-submit { width: 100%; }
.form-note { margin: 11px 0 0; color: #82909b; font-size: 9px; text-align: center; }

.site-footer { color: #fff; background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: .75fr 1fr 1.1fr; gap: 70px; padding: 70px 0 54px; }
.footer-brand { align-self: start; }
.footer-top > p { max-width: 350px; margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.77); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--green-400); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0 28px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: 11px; }
  .hero-layout { gap: 45px; }
  .method-layout, .contact-layout { gap: 60px; }
  .automation-layout, .about-layout { gap: 65px; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 88px 0; }
  .header-shell { width: calc(100% - 36px); height: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 23px; padding: 90px 28px 40px; color: #fff; background: var(--navy-950); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { font-size: 18px; }
  .main-nav .button { margin-top: 12px; font-size: 14px; }
  .site-header.is-scrolled .main-nav { color: #fff; }
  .hero { min-height: 850px; height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; padding: 150px 0 100px; }
  .hero-copy { max-width: 720px; }
  .hero-panel { max-width: 500px; width: 100%; justify-self: end; }
  .hero-scroll { display: none; }
  .trust-layout { grid-template-columns: 1fr; gap: 22px; }
  .trust-layout ul { margin-left: -20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 600px; }
  .method-layout { grid-template-columns: 1fr; }
  .method-copy { position: static; }
  .automation-layout { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .courses-grid { grid-template-columns: 1fr 1fr; }
  .course-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); }
  .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-image { min-height: 480px; }
  .contact-copy { max-width: 680px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 74px; }
  .section { padding: 72px 0; }
  .header-shell { width: calc(100% - 28px); }
  .brand > img { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; }
  .hero-image { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,20,33,.98), rgba(6,25,41,.82)), linear-gradient(0deg, rgba(5,20,33,.92), transparent); }
  .hero-layout { padding: 125px 0 76px; }
  .hero h1 { font-size: clamp(43px, 13.8vw, 59px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-panel { transform: none; }
  .panel-body { padding: 22px; }
  .trust-layout ul { grid-template-columns: 1fr; margin: 0; gap: 0; }
  .trust-layout li { padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .method-copy h2, .automation-copy h2, .about-copy h2, .contact-copy h2 { font-size: 39px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 470px; padding: 28px; }
  .solution-icon { margin-bottom: 42px; }
  .solution-card > a { left: 28px; bottom: 28px; }
  .method-layout { gap: 45px; }
  .method-steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .method-steps > li > span { width: 42px; height: 42px; }
  .automation-section { padding: 72px 0; }
  .automation-layout { grid-template-columns: 1fr; gap: 30px; }
  .automation-visual { max-width: 390px; width: 100%; margin: 0 auto; }
  .automation-core { width: 88px; height: 88px; }
  .courses-grid { grid-template-columns: 1fr; }
  .course-card:last-child { grid-column: auto; max-width: none; }
  .courses-actions { flex-direction: column; gap: 20px; text-align: center; }
  .about-layout { gap: 50px; }
  .about-image { min-height: 400px; }
  .about-image > div { left: 24px; right: 24px; bottom: 24px; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-section { padding: 76px 0; }
  .contact-layout { gap: 48px; }
  .contact-form { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  [data-reveal] { opacity: 1; transform: none; }
}
