/* Laxy Niaga conversion refresh — focused hierarchy, calm trust palette. */
:root {
    --bg-dark: #07111f;
    --bg-dark-alt: #0b1727;
    --card-dark: #102033;
    --text-light: #f8fafc;
    --text-light-muted: #b7c4d4;
    --text-dark: #132033;
    --text-dark-muted: #526176;
    --primary: #0f766e;
    --primary-hover: #0b5f59;
    --accent: #2dd4bf;
    --accent-hover: #14b8a6;
    --accent-glow: rgba(45, 212, 191, 0.16);
    --success: #16a34a;
    --border-dark: #203149;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 14px 36px rgba(2, 8, 23, 0.22);
    --shadow-cyan: 0 12px 32px rgba(15, 118, 110, 0.12);
}

body {
    background: #f7f9fc;
}

.site-header {
    height: 72px;
    background: rgba(7, 17, 31, 0.84);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.logo-dot {
    width: 10px;
    height: 10px;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.12);
}

.nav-desktop {
    gap: 28px;
}

.nav-desktop a {
    color: #c2cedd;
}

.nav-desktop a.nav-highlight {
    color: #5eead4;
}

.btn {
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 12px;
    transition: transform 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease), border-color 160ms var(--ease);
}

.btn-primary {
    background: var(--primary);
    box-shadow: 0 10px 26px rgba(15, 118, 110, 0.3);
}

.btn-primary:hover {
    background: var(--primary-hover);
    box-shadow: 0 13px 30px rgba(15, 118, 110, 0.38);
}

.hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 128px 0 76px;
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 212, 191, 0.14), transparent 32%),
        radial-gradient(circle at 88% 44%, rgba(37, 99, 235, 0.13), transparent 34%),
        linear-gradient(145deg, #07111f 0%, #0a1728 64%, #07111f 100%);
}

.hero-grid-overlay {
    opacity: 0.36;
    background-size: 56px 56px;
}

.hero-container {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: clamp(44px, 6vw, 80px);
}

.hero-content {
    max-width: 670px;
}

.hero-badge {
    margin-bottom: 22px;
    padding: 8px 13px;
    background: rgba(45, 212, 191, 0.08);
    border-color: rgba(94, 234, 212, 0.25);
}

.badge-text {
    color: #99f6e4;
    letter-spacing: 0;
}

.hero-title {
    max-width: 680px;
    margin-bottom: 22px;
    font-size: clamp(2.65rem, 4.8vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #f8fafc;
}

.hero-title span {
    color: #5eead4;
}

.hero-subtitle {
    max-width: 620px;
    margin-bottom: 28px;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.75;
    color: #b7c4d4;
}

.hero-ctas {
    margin-bottom: 26px;
    gap: 12px;
}

.hero-ctas .btn-primary {
    background: #16a34a;
    box-shadow: 0 10px 27px rgba(22, 163, 74, 0.28);
}

.hero-ctas .btn-primary:hover {
    background: #15803d;
    box-shadow: 0 13px 31px rgba(22, 163, 74, 0.36);
}

.btn-secondary {
    background: transparent;
    border-color: rgba(226, 232, 240, 0.25);
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.trust-badge {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aebdce;
}

.trust-badge i {
    color: #5eead4;
}

.mockup-frame {
    max-width: 540px;
    border-color: rgba(148, 163, 184, 0.24);
    border-radius: 20px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.mockup-header,
.sim-card {
    background: #101d2e;
}

.sim-content {
    background: #0a1422;
}

.sim-metric-card.highlight {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.28), rgba(45, 212, 191, 0.08));
    border-color: rgba(94, 234, 212, 0.3);
}

.sim-view-all,
.sim-card-sub.positive,
.sim-status-badge {
    color: #6ee7d5;
}

.problem-section,
.usecases-section {
    background: var(--bg-dark-alt);
}

.solution-section,
.process-section,
.whyus-section,
.faq-section {
    background: #f7f9fc;
}

.section-title {
    letter-spacing: -0.035em;
    line-height: 1.16;
}

.section-subtitle {
    line-height: 1.7;
}

.section-badge {
    color: #0f766e;
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(15, 118, 110, 0.16);
    letter-spacing: 0.08em;
}

.solution-card,
.process-step,
.whyus-card,
.faq-item {
    border-color: #e5eaf0;
    box-shadow: var(--shadow-sm);
}

.solution-card:hover,
.whyus-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}

.pricing-card {
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: none;
}

.pricing-card:hover {
    transform: translateY(-2px);
}

.plan-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #99f6e4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.pricing-card-tester {
    border-color: rgba(45, 212, 191, 0.35);
}

.pricing-card-tester .price {
    color: #5eead4;
}

.pricing-card.featured {
    border-color: #14b8a6;
    box-shadow: 0 22px 50px rgba(15, 118, 110, 0.2);
}

.popular-badge {
    background: var(--primary);
}

.sticky-bottom-cta {
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid #e2e8f0;
}

.btn-sticky-wa {
    min-height: 52px;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .hero {
        min-height: auto;
        padding: 112px 0 60px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hero-content {
        max-width: 720px;
        margin: 0 auto;
    }

    .hero-subtitle {
        margin-right: auto;
        margin-left: auto;
    }

    .trust-badges {
        justify-content: center;
    }

    .mockup-frame {
        transform: none;
    }
}

@media (max-width: 600px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-header {
        height: 64px;
    }

    .nav-mobile {
        top: 64px;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        padding: 13px 10px;
    }

    .hero {
        padding: 96px 0 44px;
    }

    .hero-title {
        font-size: clamp(2.25rem, 11vw, 3.15rem);
        line-height: 1.07;
    }

    .hero-subtitle {
        line-height: 1.65;
    }

    .hero-ctas {
        gap: 10px;
    }

    .hero-ctas .btn {
        width: 100%;
    }

    .trust-badges {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
    }

    .mockup-frame {
        border-radius: 16px;
    }

    .hero-glow {
        opacity: 0.11;
    }

    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .hero-container {
        text-align: left;
        gap: 34px;
    }

    .hero-content {
        margin: 0;
    }

    .hero-badge {
        justify-content: flex-start;
    }

    .hero-title {
        font-size: clamp(2.15rem, 10vw, 2.85rem);
        letter-spacing: -0.045em;
    }

    .hero-subtitle {
        margin-right: 0;
        margin-left: 0;
        font-size: 1rem;
    }

    .trust-badges {
        margin: 0;
    }

    .problem-section,
    .solution-section,
    .comparison-section,
    .process-section,
    .usecases-section,
    .whyus-section,
    .pricing-section,
    .faq-section,
    .final-cta {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section-title,
    .section-subtitle {
        text-align: left;
    }

    .section-badge {
        margin-left: 0;
    }

    .section-subtitle {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 32px;
    }

    .pricing-grid {
        gap: 16px;
    }

    .pricing-card {
        padding: 24px 20px;
    }

    .sticky-bottom-cta {
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    }
}

/* Quiet surfaces; motion only clarifies entry and interaction. */
.hero, .final-cta { background: var(--bg-dark); }
.hero-glow, .hero-grid-overlay { display: none; }
.logo-dot, .badge-dot { box-shadow: none; animation: none; }
.hero-title span { color: #a8c9bd; }
.hero-title, .section-title, .final-cta h2 { text-wrap: balance; }
.section-title.text-light, .final-cta h2 {
    background: none;
    -webkit-text-fill-color: currentColor;
}
.mockup-frame, .mockup-frame:hover { transform: none; box-shadow: var(--shadow-lg); }
.sim-metric-card.highlight { background: #15302f; }
.btn-primary, .hero-ctas .btn-primary, .btn-sticky-wa, .btn-nav-wa, .btn-wa-mobile {
    background: #116b55;
    color: #fff;
    box-shadow: none;
}
.btn-primary:hover, .hero-ctas .btn-primary:hover, .btn-sticky-wa:hover {
    background: #0d5745;
    box-shadow: none;
}
.btn:hover, .solution-card:hover, .whyus-card:hover, .pricing-card:hover,
.enemy-item:hover, .usecase-card:hover { transform: none; }
.pricing-card.featured { border-color: #8cb6a7; box-shadow: none; }
.btn { white-space: normal; transition: background-color 160ms ease-out, border-color 160ms ease-out, opacity 160ms ease-out; }
.btn:active { opacity: .82; }
a:focus-visible, button:focus-visible { outline: 3px solid #b48a42; outline-offset: 4px; }
.site-header { transition: background-color 180ms ease-out; }
.site-header.scrolled { background: #07111f; }
.nav-mobile { top: 72px; visibility: hidden; transition: transform 200ms ease-out, visibility 200ms; }
.nav-mobile.open { visibility: visible; }
.sticky-bottom-cta { display: none; box-shadow: 0 -1px 8px rgba(0,0,0,.08); }
.sticky-bottom-cta.show { display: block; transform: none; }
.faq-answer { display: none; max-height: none; transition: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-question { min-height: 56px; text-align: left; }
.reveal, .reveal.visible { opacity: 1; transform: none; transition: none; }
.reveal.reveal-ready:not(.visible) { opacity: 0; transform: translateY(8px); }
.reveal.reveal-ready.visible { transition: opacity 320ms ease-out var(--reveal-delay, 0ms), transform 320ms ease-out var(--reveal-delay, 0ms); }
.reveal.reveal-ready:focus-within { opacity: 1; transform: none; transition: none; }
.footer-links a, .footer-contact a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 767px) {
    body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
    .hero-ctas .btn { padding-inline: 16px; }
}
@media (max-width: 600px) {
    .nav-mobile { top: 64px; }
    .hero-badge { max-width: 100%; }
    .badge-text { font-size: 11px; }
}

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