@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #071d3a;
  --navy-2: #0b294e;
  --blue: #1268e8;
  --blue-dark: #0b53bf;
  --teal: #16b8a4;
  --ink: #12233d;
  --muted: #5f6f84;
  --line: #dfe7ef;
  --surface: #f5f8fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 35, 69, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 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; top: -60px; left: 20px; z-index: 200; padding: 12px 18px; color: white; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 201; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue), #4bd2bf); transform: scaleX(0); transform-origin: left; will-change: transform; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; height: 84px; color: white; }
.site-header.scrolled { position: fixed; background: rgba(7, 29, 58, .96); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); animation: slideDown .3s ease; }
.nav-shell { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--blue); font: 800 20px "Manrope", sans-serif; border-radius: 11px 4px 11px 4px; transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 800 20px "Manrope", sans-serif; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; color: #abc1d8; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; color: #d3dfeb; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: #62d3c4; border-radius: 2px; transform: scaleX(0); transition: transform .25s ease; }
.main-nav > a:not(.nav-cta):hover { color: white; }
.main-nav > a:not(.nav-cta):hover::after,
.main-nav > a:not(.nav-cta).active::after { transform: scaleX(1); }
.main-nav > a.active { color: white; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; transition: .2s; }
.nav-cta:hover { background: white; color: var(--navy); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.hero { min-height: 760px; padding: 150px 0 90px; color: white; overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(18,104,232,.34), transparent 28%), linear-gradient(120deg, #061a34 0%, #09264a 58%, #08213f 100%); }
.hero-grid { min-height: 520px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--teal); }
.eyebrow.light { color: #67dacc; }
.hero h1 { max-width: 620px; margin: 22px 0 22px; font: 700 clamp(43px, 5vw, 70px)/1.06 "Manrope", sans-serif; letter-spacing: -.045em; }
.hero h1 em { display: block; color: #5fd5c5; font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0; color: #bfd0e0; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.button { min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 7px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(18,104,232,.3); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); }
.button-light { color: var(--navy); background: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 23px; color: #aebfd1; font-size: 12px; }
.hero-proof i { margin-right: 5px; color: #5fd5c5; font-style: normal; }

.product-visual { position: relative; min-width: 0; perspective: 1200px; transform-style: preserve-3d; transition: transform .2s ease-out; will-change: transform; }
.visual-glow { position: absolute; width: 500px; height: 500px; right: -120px; top: -100px; background: radial-gradient(circle, rgba(35,131,246,.32), transparent 68%); }
.app-window { position: relative; overflow: hidden; background: #eef3f8; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; box-shadow: 0 38px 90px rgba(0,0,0,.38); transform: rotateY(-4deg) rotateX(1deg); transition: box-shadow .35s ease; }
.product-visual:hover .app-window { box-shadow: 0 45px 100px rgba(0,0,0,.46); }
.app-topbar { height: 48px; padding: 0 15px; display: flex; align-items: center; color: white; background: #0b73d4; }
.app-brand { font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.app-brand b { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 8px; background: white; color: #0b73d4; border-radius: 5px; }
.app-dots { display: flex; gap: 5px; margin: auto; }
.app-dots span { width: 5px; height: 5px; background: rgba(255,255,255,.5); border-radius: 50%; }
.app-user { width: 24px; height: 24px; background: #dce6f1; border-radius: 50%; }
.app-body { min-height: 370px; display: grid; grid-template-columns: 145px 1fr; }
.app-sidebar { padding: 23px 12px; display: flex; flex-direction: column; gap: 8px; color: #667587; background: #fff; font-size: 10px; }
.app-sidebar span { padding: 10px 8px; border-radius: 5px; }
.app-sidebar span.active { color: #1268e8; background: #eaf3ff; }
.app-content { min-width: 0; padding: 27px 24px; }
.app-title { display: flex; flex-direction: column; margin-bottom: 20px; }
.app-title small, .stats-row small { color: #8a99a9; font-size: 9px; }
.app-title strong { margin-top: 4px; color: #243952; font-size: 15px; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stats-row div { padding: 14px; display: flex; flex-direction: column; background: white; border-radius: 7px; box-shadow: 0 4px 15px rgba(25,52,81,.05); }
.stats-row strong { margin: 7px 0 4px; color: #263c56; font-size: 16px; }
.stats-row i { color: #16a38f; font-size: 8px; font-style: normal; }
.chart-card { margin-top: 13px; padding: 16px 16px 8px; background: white; border-radius: 7px; }
.chart-label { display: flex; justify-content: space-between; color: #2b4058; font-size: 9px; }
.chart-label span { color: #91a0af; }
.chart-card svg { width: 100%; margin-top: 12px; overflow: visible; }
.gridline { stroke: #edf1f5; stroke-width: 1; }
.chart-area { fill: url(#area); opacity: 0; animation: chartFade .8s .8s ease forwards; }
.chart-line { fill: none; stroke: #16b8a4; stroke-width: 3; stroke-dasharray: 900; stroke-dashoffset: 900; animation: chartDraw 1.8s .35s ease forwards; }
.floating-card { position: absolute; z-index: 3; padding: 12px 16px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: white; border-radius: 9px; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.floating-card > span { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); font-size: 8px; }
.floating-card strong { margin-top: 3px; font-size: 10px; }
.floating-one { right: -28px; top: 75px; animation: gentleFloat 4.5s ease-in-out infinite; }
.floating-two { left: -26px; bottom: 34px; animation: gentleFloat 5.2s .7s ease-in-out infinite reverse; }
.floating-two > span { background: var(--blue); }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: 1.3fr 1fr 1.8fr 1fr; align-items: center; gap: 22px; }
.trust-grid p { color: #8190a1; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.trust-grid div { display: flex; align-items: center; gap: 9px; color: #52647a; font-size: 13px; font-weight: 600; }
.trust-grid div span { color: var(--blue); font-size: 19px; }
.section { padding: 110px 0; }
.section-heading { max-width: 650px; margin-bottom: 54px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .about h2, .cta-section h2 { margin: 14px 0 16px; font: 700 clamp(32px, 4vw, 46px)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.section-heading p, .about-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 75px; }
.feature-item { padding: 20px 18px; display: grid; grid-template-columns: 40px 1fr; gap: 13px; border-left: 2px solid var(--line); transition: .2s; }
.feature-item.active, .feature-item:hover { border-left-color: var(--blue); background: #f7faff; }
.feature-number { padding-top: 2px; color: var(--blue); font: 700 12px "Manrope"; }
.feature-item h3 { margin: 0 0 7px; font: 700 17px "Manrope"; }
.feature-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.screenshot-frame { overflow: hidden; border: 1px solid #d9e3ed; border-radius: 12px; box-shadow: var(--shadow); }
.screenshot-bar { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; color: #8a99a9; background: #edf2f6; font-size: 9px; }
.screenshot-bar span { width: 7px; height: 7px; border-radius: 50%; background: #b6c2cf; }
.screenshot-bar span:first-child { background: #ef847c; }
.screenshot-bar span:nth-child(2) { background: #e7bd62; }
.screenshot-bar span:nth-child(3) { background: #69c798; }
.screenshot-bar b { margin-left: auto; font-weight: 500; }
.screenshot-crop { height: 372px; overflow: hidden; background: #edf3f8; }
.screenshot-crop img { width: 100%; height: calc(100% + 73px); object-fit: cover; object-position: center bottom; }

.modules-section { color: white; background: var(--navy); }
.modules-section .section-heading h2 { color: white; }
.modules-section .section-heading p { color: #9fb2c6; }
.modules-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.module-card { position: relative; min-height: 285px; padding: 30px 26px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: transform .25s, background .25s; }
.module-card::before { content: ""; position: absolute; width: 160px; height: 160px; top: var(--spot-y, 50%); left: var(--spot-x, 50%); pointer-events: none; background: radial-gradient(circle, rgba(98,211,196,.13), transparent 68%); opacity: 0; transform: translate(-50%, -50%); transition: opacity .25s; }
.module-card:hover { background: rgba(255,255,255,.055); transform: translateY(-3px); }
.module-card:hover::before { opacity: 1; }
.module-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #62d3c4; border: 1px solid rgba(98,211,196,.36); border-radius: 8px; font: 700 11px "Manrope"; }
.module-card:hover .module-icon { color: var(--navy); background: #62d3c4; transform: rotate(-4deg) scale(1.06); }
.module-icon, .benefit-card > span { transition: transform .25s ease, color .25s ease, background .25s ease; }
.module-card h3 { margin: 24px 0 11px; font: 700 17px "Manrope"; }
.module-card p { margin: 0 0 20px; color: #9fb2c6; font-size: 13px; line-height: 1.65; }
.module-card > a { margin-top: auto; color: #66d7c8; font-size: 11px; font-weight: 700; }
.module-highlight { background: var(--blue); }
.module-highlight:hover { background: var(--blue-dark); }
.module-highlight > span { color: #c8dcff; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.module-highlight h3 { margin-top: 13px; font-size: 23px; line-height: 1.3; }
.module-highlight .button { width: max-content; margin-top: auto; color: var(--navy); }

.benefits { background: var(--surface); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { padding: 30px 25px; background: white; border: 1px solid #e7edf3; border-radius: 10px; transition: .25s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(12,40,72,.09); }
.benefit-card:hover > span { color: white; background: var(--blue); transform: rotate(-5deg) scale(1.08); }
.benefit-card > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--blue); background: #eaf3ff; border-radius: 9px; font-size: 20px; }
.benefit-card h3 { margin: 23px 0 10px; font: 700 17px "Manrope"; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.qualities { margin-top: 55px; padding-top: 28px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.qualities span { color: #62748a; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.qualities span::before { content: "✓"; margin-right: 7px; color: var(--teal); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.about-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.about-shape { position: absolute; inset: 30px 20px 10px 0; background: #e9f2fb; border-radius: 9px 80px 9px 9px; }
.about-visual img { position: relative; z-index: 1; width: 75%; max-height: 390px; object-fit: contain; }
.experience-badge { position: absolute; z-index: 2; right: 5px; bottom: 0; padding: 19px 22px; display: flex; flex-direction: column; color: white; background: var(--navy); border-radius: 8px; box-shadow: var(--shadow); }
.experience-badge strong { font: 700 18px "Manrope"; }
.experience-badge span { margin-top: 4px; color: #9eb3c8; font-size: 11px; }
.about-copy > p + p { margin-top: 16px; }
.service-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { padding: 9px 12px; color: #3f5874; background: var(--surface); border: 1px solid var(--line); border-radius: 5px; font-size: 11px; font-weight: 600; }
.service-tags span { transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-tags span:hover { background: white; border-color: #a9c8ee; transform: translateY(-2px); }

.cta-section { padding: 100px 0; color: white; background: linear-gradient(125deg, #071d3a, #0a2c54); }
.cta-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.cta-copy > p { max-width: 520px; margin: 0 0 30px; color: #aebfd0; line-height: 1.7; }
.contact-note { margin: 17px 0; display: flex; align-items: flex-start; gap: 12px; }
.contact-note > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: #65d5c6; border: 1px solid rgba(101,213,198,.4); border-radius: 50%; font-size: 11px; }
.contact-note div { display: flex; flex-direction: column; }
.contact-note strong { font-size: 13px; }
.contact-note small { margin-top: 4px; color: #96abc0; font-size: 11px; }
.direct-contact { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px 18px; }
.direct-contact a { color: #66d7c8; font-size: 12px; font-weight: 600; }
.direct-contact a:first-child { width: 100%; }
.contact-form { padding: 35px; color: var(--ink); background: white; border-radius: 11px; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.contact-form h3 { margin: 0; font: 700 22px "Manrope"; }
.form-status { margin-bottom: 18px; padding: 11px 13px; color: #8a3c26; background: #fff2ed; border: 1px solid #ffd2c4; border-radius: 6px; font-size: 12px; line-height: 1.5; }
.contact-form > p { margin: 7px 0 24px; color: var(--muted); font-size: 13px; }
.contact-form label { display: block; margin: 14px 0 7px; color: #40546b; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #f8fafc; border: 1px solid #dce5ed; border-radius: 6px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,232,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-button { width: 100%; margin-top: 18px; }
.privacy { display: block; margin-top: 12px; color: #8492a2; font-size: 9px; text-align: center; }

.site-footer { padding: 65px 0 25px; color: #a4b5c7; background: #041326; }
.contact-success { min-height: 100vh; padding: 30px; display: grid; place-items: center; text-align: center; background: var(--surface); }
.contact-success > div { max-width: 520px; padding: 50px; background: white; border-radius: 12px; box-shadow: var(--shadow); }
.contact-success > div > span { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: 25px; }
.contact-success h1 { margin: 0 0 12px; font: 700 30px "Manrope"; }
.contact-success p { margin: 0 0 25px; color: var(--muted); line-height: 1.6; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 70px; padding-bottom: 52px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; }
.footer-grid p { max-width: 285px; margin: 5px 0 0; line-height: 1.7; }
.footer-grid strong { color: white; font-size: 12px; }
.footer-grid a:not(.brand) { transition: color .2s; }
.footer-grid a:not(.brand):hover { color: white; }
.footer-brand { margin-bottom: 8px; color: white; }
.footer-link { color: #5ed5c5; font-weight: 700; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #74899f; font-size: 10px; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: none; } }
@keyframes chartDraw { to { stroke-dashoffset: 0; } }
@keyframes chartFade { to { opacity: 1; } }
@keyframes gentleFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: 48px; }
  .floating-card { display: none; }
  .modules-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-layout, .about-grid { gap: 45px; }
  .cta-grid { gap: 50px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 780px) {
  .shell, .nav-shell { width: min(100% - 28px, 680px); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; background: var(--navy); transition: .25s; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav > a { padding: 17px 0; font-size: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { margin-top: 24px; padding: 15px; text-align: center; border: 0; background: var(--blue); }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero-grid, .feature-layout, .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero h1 { font-size: clamp(40px, 11vw, 58px); }
  .app-body { min-height: 310px; grid-template-columns: 105px 1fr; }
  .app-sidebar { padding: 13px 8px; }
  .app-content { padding: 20px 13px; }
  .stats-row div { padding: 10px; }
  .stats-row strong { font-size: 12px; }
  .trust-grid { padding: 22px 0; grid-template-columns: 1fr 1fr; }
  .trust-grid p { grid-column: 1 / -1; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .feature-layout { gap: 38px; }
  .screenshot-crop { height: 320px; }
  .qualities { flex-wrap: wrap; justify-content: flex-start; gap: 18px 28px; }
  .about-visual { min-height: 390px; }
  .cta-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 39px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 10px 18px; }
  .product-visual { margin: 0 -5px; }
  .app-window { transform: none; }
  .app-body { grid-template-columns: 75px 1fr; min-height: 265px; }
  .app-sidebar { font-size: 7px; }
  .app-sidebar span { padding: 7px 3px; }
  .app-content { padding: 15px 9px; }
  .stats-row { gap: 5px; }
  .stats-row div { padding: 7px; }
  .stats-row strong { font-size: 9px; }
  .chart-card { padding: 10px 8px 4px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { grid-column: auto; }
  .section-heading h2, .about h2, .cta-section h2 { font-size: 31px; }
  .modules-grid, .benefit-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 245px; }
  .screenshot-crop { height: 230px; }
  .about-visual { min-height: 330px; }
  .experience-badge { right: 0; }
  .contact-form { padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .chart-line { stroke-dashoffset: 0; }
  .chart-area { opacity: 1; }
}
