:root {
    --bg-primary: #f7fff7;
    --bg-secondary: #edf8ef;
    --text-main: #143424;
    --text-soft: #4d6758;
    --green: #119d59;
    --green-deep: #0d6f40;
    --yellow: #f2c94c;
    --line: rgba(20, 52, 36, 0.12);
    --glass: rgba(255, 255, 255, 0.72);
    --shadow: 0 24px 60px rgba(8, 64, 34, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Manrope', sans-serif;
    color: var(--text-main);
    background:
        radial-gradient(circle at 10% 8%, rgba(17, 157, 89, 0.15), transparent 24%),
        radial-gradient(circle at 86% 10%, rgba(242, 201, 76, 0.20), transparent 20%),
        linear-gradient(180deg, var(--bg-primary), var(--bg-secondary));
    overflow-x: hidden;
}

.bg-orb {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(10px);
}

.orb-green {
    width: 280px;
    height: 280px;
    right: -90px;
    top: 14%;
    background: radial-gradient(circle, rgba(17, 157, 89, 0.28), transparent 70%);
}

.orb-yellow {
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: 12%;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.24), transparent 70%);
}

.comercial-nav {
    z-index: 10;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.brand-title,
.display-title,
.section-title {
    font-family: 'Space Grotesk', sans-serif;
}

.brand-title {
    letter-spacing: -0.03em;
    font-weight: 700;
}

.navbar .nav-link {
    color: var(--text-main);
    font-weight: 600;
    border-radius: 999px;
    padding-inline: 0.9rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    background: rgba(17, 157, 89, 0.10);
    color: var(--green-deep);
}

.section-spacing {
    position: relative;
    z-index: 1;
}

.glass-panel {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    background: var(--glass);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.glass-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 48%);
    pointer-events: none;
}

.eyebrow {
    color: var(--green-deep);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.display-title {
    font-size: clamp(2.4rem, 5.5vw, 5rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
    max-width: 11ch;
}

.section-title {
    font-size: clamp(1.9rem, 3.8vw, 3.3rem);
    letter-spacing: -0.05em;
    line-height: 1;
}

.lead-copy,
.section-copy,
.stat-box p,
.feature-box p,
.timeline-item p,
.footer-copy,
dd {
    color: var(--text-soft);
    line-height: 1.7;
}

.btn-pill {
    border-radius: 999px;
    font-weight: 700;
}

.btn-success {
    background: linear-gradient(135deg, var(--green), #17b465);
    border: none;
    box-shadow: 0 12px 30px rgba(17, 157, 89, 0.24);
}

.btn-success:hover,
.btn-success:focus {
    background: linear-gradient(135deg, #0f8f51, #14a05c);
}

.stat-box,
.signal-card,
.feature-box,
.timeline-item {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.stat-box strong {
    display: block;
    margin-bottom: 6px;
}

.panel-highlight {
    background:
        radial-gradient(circle at 100% 10%, rgba(242, 201, 76, 0.20), transparent 28%),
        radial-gradient(circle at 0% 88%, rgba(17, 157, 89, 0.16), transparent 32%),
        var(--glass);
}

.mockup-wrap {
    background:
        radial-gradient(circle at 90% 6%, rgba(242, 201, 76, 0.20), transparent 34%),
        radial-gradient(circle at 4% 94%, rgba(17, 157, 89, 0.18), transparent 32%),
        var(--glass);
}

.mockup-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(17, 157, 89, 0.13);
    color: var(--green-deep);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mockup-inline {
    width: 100%;
}

.mockup-frame {
    margin: 0;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 42px rgba(8, 64, 34, 0.14);
    overflow: hidden;
}

.mockup-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.video-player-wrap {
    width: min(100%, 300px);
}

.module-video-panel {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.module-video-copy {
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--text-soft);
}

.module-video-wrap {
    width: min(100%, 370px);
}

.module-video {
    aspect-ratio: 9 / 18;
}

.video-celular {
    width: 100%;
    aspect-ratio: 9 / 19.5;
    display: block;
    border-radius: 18px;
    object-fit: contain;
    object-position: center;
    background: #000;
    border: 1px solid var(--line);
    box-shadow: 0 14px 28px rgba(8, 64, 34, 0.16);
}

.chip-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(17, 157, 89, 0.12);
    color: var(--green-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.chip-live::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(17, 157, 89, 0.15);
}

.signal-card span,
.feature-box small,
.timeline-item span,
dt {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    color: var(--text-soft);
}

.signal-card strong,
.feature-box h3,
.timeline-item h3 {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.02rem;
    font-family: 'Space Grotesk', sans-serif;
}

.feature-box h3 {
    margin-block: 10px;
}

.bullet-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--yellow));
}

.timeline-panel {
    border-left: 4px solid rgba(17, 157, 89, 0.3);
}

.timeline-item {
    margin-bottom: 14px;
    padding: 1rem;
}

.badge-soft {
    display: inline-flex;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(242, 201, 76, 0.3);
    color: #735a00;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

dt {
    margin-top: 0.9rem;
}

dd {
    margin-bottom: 0.2rem;
    font-weight: 600;
    color: var(--text-main);
}

.contact-side dl {
    margin: 0;
}

.footer-copy {
    position: relative;
    z-index: 1;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

@media (max-width: 991px) {
    .display-title {
        max-width: none;
    }

    .module-grid .col-6 {
        width: 100%;
    }

    .module-video-wrap {
        width: min(100%, 320px);
    }

    .comercial-nav {
        background: rgba(255, 255, 255, 0.86);
    }

    .mockup-wrap {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .glass-panel {
        border-radius: 22px;
    }

    .brand-logo {
        width: 42px;
        height: 42px;
    }

    .btn-pill {
        width: 100%;
    }
}
.feature-index,
.timeline-card span,
.contact-panel dt {
    color: var(--text-soft);
}

.hero-panel {
    border-radius: 36px;
    padding: 24px;
    min-height: 100%;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.orb-green {
    top: 30px;
    right: 20px;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(15, 157, 88, 0.30), transparent 70%);
}

.orb-yellow {
    bottom: 24px;
    left: 16px;
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.26), transparent 72%);
}

.panel-frame {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    min-height: 100%;
    padding: 18px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.86);
}

.panel-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 51, 34, 0.04);
    font-size: 0.9rem;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--yellow));
    box-shadow: 0 0 0 6px rgba(15, 157, 88, 0.10);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.signal-grid article,
.scan-card,
.feature-card,
.timeline-card article {
    border-radius: var(--radius-md);
}

.signal-grid article {
    padding: 18px;
}

.signal-grid strong,
.scan-card strong,
.feature-card h3,
.timeline-card strong,
.contact-panel dd {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
}

.scan-card {
    display: grid;
    gap: 10px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(15, 157, 88, 0.10), rgba(242, 201, 76, 0.10));
}

.section-grid {
    display: grid;
    gap: 22px;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.operation-copy h2,
.closing-card h2 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.section-heading p,
.operation-copy p,
.closing-card p,
.contact-panel p,
.feature-card p,
.timeline-card p,
.bullet-list li {
    font-size: 1rem;
    line-height: 1.75;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.feature-card {
    position: relative;
    padding: 22px;
    border-radius: 26px;
    box-shadow: 0 16px 36px rgba(16, 75, 49, 0.06);
}

.feature-index {
    display: inline-flex;
    margin-bottom: 22px;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
}

.feature-card h3 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
}

.operation-layout,
.closing-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 22px;
    align-items: start;
}

.bullet-list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.bullet-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--yellow));
}

.timeline-card {
    padding: 24px;
    border-radius: 30px;
}

.timeline-line {
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 36px;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 157, 88, 0.2), rgba(242, 201, 76, 0.45));
}

.timeline-card article {
    position: relative;
    margin-left: 28px;
    margin-bottom: 18px;
    padding: 18px 18px 18px 24px;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid var(--line);
}

.timeline-card article::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(15, 157, 88, 0.12);
}

.timeline-card article:last-child {
    margin-bottom: 0;
}

.closing-card {
    min-height: 100%;
}

.contact-panel {
    border-radius: 28px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
}

.contact-chip {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--yellow-soft);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-panel h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

.contact-panel dl {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
}

.contact-panel dl div {
    padding: 16px 0;
    border-top: 1px solid rgba(18, 51, 34, 0.08);
}

.contact-panel dt {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.contact-panel dd {
    margin: 6px 0 0;
}

.footer {
    padding: 24px 6px 0;
    font-size: 0.95rem;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.12s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.28s;
}

@media (max-width: 1080px) {
    .hero,
    .operation-layout,
    .closing-section,
    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .page-shell {
        width: min(calc(100% - 20px), var(--content-width));
        padding-top: 12px;
    }

    .topbar {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 28px;
    }

    .topbar-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .hero,
    .operation-layout,
    .closing-section,
    .feature-grid,
    .hero-metrics,
    .signal-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(2.35rem, 14vw, 4rem);
    }

    .hero-copy,
    .hero-panel,
    .closing-card,
    .timeline-card,
    .contact-panel,
    .feature-card {
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .page-shell {
        width: min(calc(100% - 16px), var(--content-width));
    }

    .topbar {
        padding: 16px;
    }

    .brand-logo {
        width: 54px;
        height: 54px;
    }

    .hero-copy,
    .hero-panel,
    .closing-card,
    .timeline-card,
    .contact-panel {
        padding: 20px;
    }

    .button {
        width: 100%;
    }
}