:root {
    --primary: #0f4c81;
    --primary-2: #1677c8;
    --primary-dark: #082f52;
    --accent: #18a6e8;
    --success: #2fb171;
    --warning: #f0a33a;
    --danger: #dc5262;
    --dark: #10263a;
    --text: #405366;
    --muted: #738395;
    --soft: #f3f7fb;
    --border: #dfe8f1;
    --white: #fff;
    --shadow: 0 22px 55px rgba(15, 76, 129, .13);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
    position: fixed;
    inset: 0 0 auto;
    height: 78px;
    z-index: 1000;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(223,232,241,.78);
    transition: box-shadow .25s ease, background .25s ease;
}
.topbar.scrolled { box-shadow: 0 10px 35px rgba(16,38,58,.08); background: rgba(255,255,255,.96); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--dark); }
.brand-mark {
    width: 42px; height: 42px; display: grid; place-items: center;
    color: white; border-radius: 13px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 10px 22px rgba(15,76,129,.22);
}
.brand > span:last-child { display: flex; align-items: baseline; gap: 4px; letter-spacing: -.7px; }
.brand strong { font-size: 18px; }
.brand b { font-size: 21px; color: var(--primary-2); }
.main-nav { display: flex; gap: 25px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 700; color: #526679; transition: color .2s ease; }
.main-nav a:hover { color: var(--primary); }
.nav-actions { display: flex; gap: 10px; }
.mobile-menu { display: none; border: 0; background: transparent; font-size: 24px; color: var(--dark); }

.btn {
    min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
    gap: 9px; padding: 0 18px; border-radius: 12px; font-weight: 800;
    border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 12px 25px rgba(15,76,129,.22); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(15,76,129,.3); }
.btn-light { background: #edf4fa; color: var(--primary); }
.btn-outline { border-color: #b9cbdc; color: var(--primary); background: rgba(255,255,255,.62); }
.btn-white { background: white; color: var(--primary); }
.btn-lg { min-height: 53px; padding: 0 23px; border-radius: 14px; }
.btn-block { width: 100%; min-height: 52px; }

.hero {
    position: relative;
    padding: 150px 0 84px;
    min-height: 760px;
    background:
        radial-gradient(circle at 12% 5%, rgba(24,166,232,.13), transparent 31%),
        linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
    overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 58px; }
.hero-content { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
    display: inline-flex; align-items: center; gap: 8px; color: var(--primary-2);
    font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase;
}
.eyebrow {
    padding: 9px 13px; border-radius: 999px; background: #eaf5fc; border: 1px solid #d1e9f8;
}
.hero h1 {
    max-width: 650px; margin: 23px 0 20px; color: var(--dark); line-height: 1.05;
    font-size: clamp(44px, 5.4vw, 72px); letter-spacing: -.055em;
}
.hero-content > p { max-width: 620px; margin: 0; font-size: 19px; color: #617487; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.hero-proof div {
    display: flex; align-items: center; gap: 10px; min-width: 0;
    padding-top: 16px; border-top: 1px solid var(--border);
}
.hero-proof i { color: var(--primary-2); }
.hero-proof span { font-size: 12px; line-height: 1.35; color: var(--muted); }
.hero-proof strong { display: block; color: var(--dark); }

.hero-visual { position: relative; z-index: 2; }
.browser-frame {
    overflow: hidden; border-radius: 22px; background: white;
    border: 1px solid #d8e3ed; box-shadow: 0 35px 80px rgba(15,76,129,.2);
    transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}
.browser-top { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: #edf3f7; border-bottom: 1px solid #dfe7ee; }
.browser-top > span { width: 10px; height: 10px; border-radius: 50%; background: #c4d0da; }
.browser-address { width: 54%; margin: auto; padding: 5px 12px; border-radius: 7px; background: white; color: #90a0ae; font-size: 10px; text-align: center; }
.dashboard-mockup { height: 465px; display: grid; grid-template-columns: 72px 1fr; background: #f4f7fa; }
.mock-sidebar { padding: 18px 12px; background: #17334a; }
.mock-logo {
    width: 40px; height: 40px; display: grid; place-items: center; margin: 0 auto 28px;
    border-radius: 12px; color: white; font-size: 11px; font-weight: 900;
    background: linear-gradient(135deg, #1669aa, #2aade3);
}
.mock-menu { width: 34px; height: 7px; margin: 17px auto; border-radius: 10px; background: #36526a; }
.mock-menu.active { background: #29a8df; box-shadow: 0 0 0 8px rgba(41,168,223,.1); }
.mock-main { padding: 25px; min-width: 0; }
.mock-header { display: flex; justify-content: space-between; align-items: center; }
.mock-header small { display: block; color: #8ea0ae; font-size: 9px; }
.mock-header strong { color: var(--dark); font-size: 16px; }
.status-online { padding: 5px 9px; border-radius: 999px; color: #208356; background: #dcf6ea; font-size: 8px; font-weight: 800; }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 22px 0; }
.mock-cards article { padding: 16px; min-width: 0; border-radius: 13px; background: white; box-shadow: 0 8px 18px rgba(16,38,58,.06); }
.mock-cards i { color: var(--primary-2); font-size: 14px; }
.mock-cards b { display: block; margin-top: 12px; color: var(--dark); font-size: 20px; }
.mock-cards span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #91a0ad; font-size: 8px; }
.mock-content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.mock-chart, .mock-list { height: 225px; padding: 18px; border-radius: 14px; background: white; }
.mock-section-title { color: var(--dark); font-size: 11px; font-weight: 800; }
.bars { height: 158px; display: flex; align-items: end; gap: 8px; padding-top: 20px; border-bottom: 1px solid #e7edf2; }
.bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #27a7df, #1267a5); }
.mock-list p { display: flex; align-items: center; gap: 6px; margin: 18px 0; color: #708293; font-size: 8px; }
.mock-list p b { margin-left: auto; color: #a6b1ba; font-size: 7px; }
.dot { width: 6px; height: 6px; border-radius: 50%; }
.dot.green { background: var(--success); }.dot.blue { background: var(--primary-2); }.dot.orange { background: var(--warning); }
.floating-card {
    position: absolute; display: flex; align-items: center; gap: 12px;
    padding: 13px 15px; border: 1px solid #dae5ee; border-radius: 14px;
    background: rgba(255,255,255,.94); box-shadow: 0 18px 38px rgba(15,76,129,.16);
}
.floating-card i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--dark); font-size: 12px; }
.floating-card span { color: var(--muted); font-size: 10px; }
.floating-card-one { left: -45px; bottom: 42px; }
.floating-card-two { right: -32px; top: 75px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 100px; background: rgba(24,166,232,.13); }
.hero-glow-two { width: 250px; height: 250px; left: -120px; bottom: -90px; background: rgba(15,76,129,.1); }

.metric-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: white; }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metrics-grid article { padding: 26px 30px; text-align: center; border-right: 1px solid var(--border); }
.metrics-grid article:last-child { border-right: 0; }
.metrics-grid strong { display: block; color: var(--primary); font-size: 30px; letter-spacing: -.03em; }
.metrics-grid span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 690px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .showcase-copy h2, .difference-copy h2, .security-copy h2, .cta-copy h2 {
    margin: 12px 0 16px; color: var(--dark); line-height: 1.12; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em;
}
.section-heading p, .showcase-copy > p, .security-copy > p { margin: 0; color: var(--muted); font-size: 17px; }

.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.solution-card {
    position: relative; min-height: 310px; padding: 34px; overflow: hidden;
    border: 1px solid var(--border); border-radius: var(--radius); background: white;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.solution-card:hover { transform: translateY(-6px); border-color: #bad6e9; box-shadow: var(--shadow); }
.solution-card.featured { color: white; background: linear-gradient(145deg, var(--primary-dark), var(--primary-2)); border-color: transparent; box-shadow: var(--shadow); }
.solution-card > i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--primary); background: #eaf4fb; font-size: 25px; }
.solution-card.featured > i { color: white; background: rgba(255,255,255,.13); }
.solution-number { position: absolute; top: 25px; right: 28px; color: #d7e4ed; font-size: 42px; font-weight: 900; }
.solution-card.featured .solution-number { color: rgba(255,255,255,.14); }
.solution-card h3 { margin: 29px 0 10px; color: var(--dark); font-size: 22px; }
.solution-card.featured h3 { color: white; }
.solution-card p { margin: 0; color: var(--muted); }
.solution-card.featured p { color: rgba(255,255,255,.78); }

.modules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.module-card {
    padding: 27px; border: 1px solid #dfe8f1; border-radius: 18px; background: white;
    box-shadow: 0 7px 18px rgba(16,38,58,.035);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.module-card:hover { transform: translateY(-5px); border-color: #b8d9ec; box-shadow: 0 20px 40px rgba(15,76,129,.11); }
.module-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--primary-2); background: #eaf5fb; font-size: 21px; }
.module-card h3 { margin: 21px 0 9px; color: var(--dark); font-size: 18px; }
.module-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; }
.module-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; color: var(--primary); font-size: 13px; font-weight: 800; }

.showcase-section { overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.showcase-tabs { display: flex; gap: 8px; margin: 30px 0 22px; }
.showcase-tab { padding: 10px 15px; border: 1px solid var(--border); border-radius: 10px; background: white; color: var(--muted); cursor: pointer; font-weight: 800; }
.showcase-tab.active { color: white; border-color: var(--primary); background: var(--primary); }
.showcase-tab-content { display: none; padding-left: 17px; border-left: 3px solid var(--primary-2); }
.showcase-tab-content.active { display: block; }
.showcase-tab-content h3 { margin: 0 0 6px; color: var(--dark); font-size: 18px; }
.showcase-tab-content p { margin: 0; color: var(--muted); font-size: 14px; }
.showcase-window { overflow: hidden; border: 1px solid #d7e3ec; border-radius: 24px; background: #f3f6f9; box-shadow: 0 35px 75px rgba(15,76,129,.16); }
.showcase-top { display: flex; justify-content: space-between; align-items: center; padding: 19px 23px; color: white; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.showcase-top small, .showcase-top strong { display: block; }
.showcase-top small { color: rgba(255,255,255,.66); }
.showcase-user { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); }
.showcase-body { padding: 24px; }
.showcase-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-bottom: 19px; }
.showcase-kpis article { padding: 20px; border-radius: 14px; background: white; }
.showcase-kpis span, .showcase-kpis b, .showcase-kpis small { display: block; }
.showcase-kpis span { color: var(--muted); font-size: 11px; }
.showcase-kpis b { margin: 7px 0; color: var(--dark); font-size: 28px; }
.showcase-kpis small { color: var(--success); }
.showcase-table { overflow: hidden; border-radius: 14px; background: white; }
.showcase-row { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 10px; padding: 16px 18px; border-bottom: 1px solid #edf1f5; font-size: 12px; }
.showcase-row.header { color: #8999a7; background: #f8fafc; font-weight: 800; }
.pill { width: max-content; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.pill.success { color: #22825a; background: #dff7eb; }.pill.warning { color: #a16a18; background: #fff1d8; }.pill.info { color: #176b9b; background: #dff2fc; }

.section-dark { color: white; background: linear-gradient(145deg, #0c263b, #0e426a); }
.difference-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 78px; align-items: center; }
.section-kicker.light { color: #75c9f2; }
.difference-copy h2, .cta-copy h2 { color: white; }
.difference-copy p { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 17px; }
.difference-list { border-top: 1px solid rgba(255,255,255,.16); }
.difference-item { display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.difference-item span { color: #62c3ee; font-size: 12px; font-weight: 900; }
.difference-item p { margin: 0; color: rgba(255,255,255,.88); font-weight: 700; }
.difference-item > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #bdf5da; background: rgba(47,177,113,.18); font-size: 11px; }

.process-flow { display: flex; align-items: center; justify-content: center; gap: 13px; }
.process-flow article {
    position: relative; width: 126px; min-height: 142px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--border);
    border-radius: 18px; background: white; box-shadow: 0 12px 28px rgba(16,38,58,.06);
}
.process-flow article span { position: absolute; top: 10px; left: 12px; color: #b9c9d6; font-size: 10px; font-weight: 900; }
.process-flow article i { color: var(--primary-2); font-size: 25px; }
.process-flow article b { color: var(--dark); font-size: 12px; text-align: center; }
.flow-arrow { color: #abc0cf; }

.security-section { background: #f8fafc; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.shield-orbit { position: relative; width: 360px; height: 360px; margin: auto; border: 1px dashed #b9d2e3; border-radius: 50%; }
.shield-orbit::before { content: ""; position: absolute; inset: 55px; border: 1px dashed #d2e3ee; border-radius: 50%; }
.shield-main { position: absolute; inset: 50%; width: 130px; height: 130px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 34px; color: white; background: linear-gradient(145deg, var(--primary), var(--accent)); box-shadow: 0 25px 50px rgba(15,76,129,.23); font-size: 55px; }
.orbit-icon { position: absolute; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #d7e5ef; border-radius: 16px; color: var(--primary); background: white; box-shadow: 0 12px 28px rgba(16,38,58,.08); font-size: 20px; }
.icon-one { top: 20px; left: 72px; }.icon-two { top: 70px; right: 10px; }.icon-three { bottom: 24px; right: 62px; }.icon-four { bottom: 58px; left: 7px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; color: var(--dark); font-weight: 700; }
.check-list i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: #e0f6eb; font-size: 10px; }

.cta-section { padding: 100px 0; background: linear-gradient(145deg, #0d3657, #0f609c); }
.cta-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.cta-copy p { color: rgba(255,255,255,.72); font-size: 17px; }
.contact-shortcuts { display: grid; gap: 13px; margin-top: 30px; }
.contact-shortcuts a { display: flex; align-items: center; gap: 14px; width: max-content; color: white; }
.contact-shortcuts > a > i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.12); font-size: 20px; }
.contact-shortcuts small, .contact-shortcuts strong { display: block; }
.contact-shortcuts small { color: rgba(255,255,255,.62); }
.contact-card { padding: 34px; border-radius: 24px; background: white; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.contact-card-head small { color: var(--primary-2); font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.contact-card-head h3 { margin: 4px 0 24px; color: var(--dark); font-size: 28px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--dark); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d6e1ea; border-radius: 11px;
    color: var(--dark); background: #fbfcfd; outline: none; transition: border-color .2s, box-shadow .2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary-2); box-shadow: 0 0 0 4px rgba(22,119,200,.09); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-privacy { margin: 12px 0 0; color: #8a99a6; font-size: 10px; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { display: flex; gap: 9px; align-items: center; margin-bottom: 18px; padding: 12px 14px; border-radius: 11px; font-size: 13px; font-weight: 700; }
.alert.success { color: #1e7850; background: #e3f7ed; }.alert.error { color: #a83e4a; background: #fdebed; }

.footer { padding: 70px 0 25px; color: #7d8f9f; background: #091c2b; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 55px; }
.footer-brand { color: white; }
.footer-grid p { max-width: 410px; font-size: 13px; }
.footer h4 { margin: 0 0 17px; color: white; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; font-size: 13px; }
.footer-grid > div > a:not(.brand):hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 15px 35px rgba(37,211,102,.32); font-size: 29px; transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
    .main-nav { display: none; }
    .nav-actions .btn-light { display: none; }
    .hero-grid, .showcase-grid, .difference-grid, .security-grid, .cta-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 130px; }
    .hero-content { text-align: center; }
    .hero-content > p, .hero h1 { margin-inline: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
    .hero-visual { width: min(760px, 100%); margin: 20px auto 0; }
    .solution-grid, .modules-grid { grid-template-columns: repeat(2,1fr); }
    .difference-grid { gap: 45px; }
    .process-flow { flex-wrap: wrap; }
    .flow-arrow { transform: rotate(90deg); }
    .security-grid { gap: 35px; }
}
@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .topbar { height: 68px; }
    .mobile-menu { display: block; margin-left: auto; }
    .nav-actions { display: none; }
    .main-nav {
        position: fixed; inset: 68px 0 auto; display: none; padding: 20px;
        flex-direction: column; gap: 0; background: white; border-bottom: 1px solid var(--border);
        box-shadow: 0 20px 30px rgba(16,38,58,.1);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 14px 5px; border-bottom: 1px solid #eef2f5; }
    .hero { padding: 112px 0 60px; min-height: 0; }
    .hero h1 { font-size: 42px; }
    .hero-content > p { font-size: 16px; }
    .hero-proof { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; text-align: left; }
    .browser-frame { transform: none; }
    .dashboard-mockup { height: 350px; grid-template-columns: 50px 1fr; }
    .mock-main { padding: 14px; }
    .mock-cards { grid-template-columns: 1fr 1fr; }
    .mock-cards article:last-child { display: none; }
    .mock-content-grid { grid-template-columns: 1fr; }
    .mock-list { display: none; }
    .mock-chart { height: 180px; }
    .bars { height: 120px; }
    .floating-card { display: none; }
    .metrics-grid { grid-template-columns: repeat(2,1fr); }
    .metrics-grid article:nth-child(2) { border-right: 0; }
    .metrics-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
    .section { padding: 72px 0; }
    .solution-grid, .modules-grid { grid-template-columns: 1fr; }
    .module-card p { min-height: 0; }
    .showcase-grid, .difference-grid, .security-grid, .cta-grid { gap: 42px; }
    .showcase-kpis { grid-template-columns: 1fr; }
    .showcase-row { grid-template-columns: 1fr .9fr; }
    .showcase-row span:last-child { display: none; }
    .process-flow { display: grid; grid-template-columns: repeat(2,1fr); }
    .process-flow article { width: 100%; }
    .flow-arrow { display: none; }
    .shield-orbit { width: 290px; height: 290px; }
    .shield-main { width: 105px; height: 105px; font-size: 44px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .contact-card { padding: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 460px) {
    .brand-mark { width: 38px; height: 38px; }
    .hero h1 { font-size: 36px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .metrics-grid strong { font-size: 25px; }
    .metrics-grid article { padding: 20px 10px; }
    .section-heading h2, .showcase-copy h2, .difference-copy h2, .security-copy h2, .cta-copy h2 { font-size: 34px; }
    .showcase-tabs { overflow-x: auto; padding-bottom: 5px; }
    .contact-shortcuts a { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Mockup fiel ao layout real do Painel ONE / AdminLTE */
.real-panel-mockup{grid-template-columns:170px 1fr!important;background:#f4f6f9!important;height:465px!important}
.real-sidebar{background:#343a40;color:#c2c7d0;overflow:hidden}
.real-brand{height:54px;padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;white-space:nowrap}.real-brand strong{color:#fff;font-size:14px;margin-right:4px}.real-brand span{font-weight:300}
.real-user{display:flex;align-items:center;gap:8px;padding:13px;border-bottom:1px solid rgba(255,255,255,.08);font-size:9px}.real-user i{font-size:20px;color:#9fa7ae}.real-user span{color:#e5e7eb}
.real-menu{padding:8px 7px}.real-menu-group,.real-submenu{display:flex;align-items:center;gap:8px;min-height:31px;padding:6px 8px;border-radius:4px;font-size:8px;margin-bottom:3px}.real-menu-group i,.real-submenu i{width:14px;text-align:center}.real-menu-group b{margin-left:auto}.real-menu-group.open{background:#007bff;color:#fff}.real-submenu{padding-left:22px}.real-submenu.active{background:#007bff;color:#fff}.real-submenu:not(.active):hover,.real-menu-group:not(.open):hover{background:rgba(255,255,255,.08)}
.real-panel-main{min-width:0;display:flex;flex-direction:column}.real-topbar{height:48px;background:#fff;border-bottom:1px solid #dee2e6;display:flex;align-items:center;gap:16px;padding:0 14px;color:#6c757d;font-size:8px}.real-topbar>div{margin-left:auto;display:flex;gap:9px;align-items:center}
.real-content{padding:13px;overflow:hidden}.real-hero{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:14px;color:#fff;background:radial-gradient(circle at top right,rgba(59,130,246,.38),transparent 30%),linear-gradient(135deg,#0f172a,#111827 55%,#1f2937);box-shadow:0 8px 18px rgba(15,23,42,.22)}.real-hero strong,.real-hero span{display:block}.real-hero strong{font-size:12px}.real-hero span{margin-top:3px;color:rgba(255,255,255,.7);font-size:7px}.real-hero button{border:0;border-radius:7px;padding:6px 9px;background:#0d6efd;color:#fff;font-size:7px;font-weight:800}
.real-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0}.real-kpis article{position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:11px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.035)}.real-kpis article:before{content:"";position:absolute;inset:0 auto 0 0;width:4px}.real-kpis article.blue:before{background:#0d6efd}.real-kpis article.green:before{background:#198754}.real-kpis article.red:before{background:#dc3545}.real-kpis article.yellow:before{background:#f59e0b}.real-kpis>article>i{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#eff6ff;color:#0d6efd;font-size:10px}.real-kpis article.green>i{background:#ecfdf5;color:#198754}.real-kpis article.red>i{background:#fef2f2;color:#dc3545}.real-kpis article.yellow>i{background:#fffbeb;color:#d97706}.real-kpis span,.real-kpis b,.real-kpis small{display:block}.real-kpis span{font-size:6px;text-transform:uppercase;font-weight:900;color:#6b7280}.real-kpis b{font-size:17px;line-height:1.1;color:#111827}.real-kpis small{font-size:6px;color:#6b7280}
.real-panel-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:9px}.real-chart-card,.real-table-card{height:205px;padding:11px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.real-card-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef2f7;padding-bottom:8px}.real-card-title strong{color:#111827;font-size:8px}.real-card-title span{color:#6b7280;font-size:6px}.real-chart-bars{height:146px;display:flex;align-items:end;gap:6px;padding:15px 4px 0;border-bottom:1px solid #e5e7eb}.real-chart-bars i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#0d6efd,#4dabf7)}.real-table-row{display:grid;grid-template-columns:1fr .9fr .7fr;align-items:center;gap:6px;padding:10px 2px;border-bottom:1px solid #eef2f7;font-size:6px;color:#6b7280}.real-table-row.header{font-weight:900;color:#374151}.real-table-row .status{width:max-content;padding:3px 5px;border-radius:99px;font-size:5px}.real-table-row .danger{color:#991b1b;background:#fee2e2}.real-table-row .warning{color:#92400e;background:#fef3c7}.real-table-row .success{color:#166534;background:#dcfce7}
@media(max-width:760px){.real-panel-mockup{grid-template-columns:62px 1fr!important;height:350px!important}.real-brand span,.real-user span,.real-menu span,.real-menu b{display:none}.real-brand{padding:14px 6px;text-align:center}.real-brand strong{font-size:10px}.real-user{justify-content:center}.real-menu-group,.real-submenu{justify-content:center;padding:7px}.real-kpis{grid-template-columns:repeat(2,1fr)}.real-kpis article:nth-child(n+3){display:none}.real-panel-grid{grid-template-columns:1fr}.real-table-card{display:none}.real-chart-card{height:165px}.real-chart-bars{height:110px}}
