:root {
    --color-primary: #2563eb;
    --color-cyan: #06b6d4;
    --color-slate: #0f172a;
    --color-muted: #64748b;
    --color-line: #dbe7f3;
    --color-soft: #f6f9fc;
    --shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.12);
    --radius-lg: 28px;
    --radius-md: 18px;
}

* {
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--color-slate);
    background: #ffffff;
}

a {
    text-decoration: none;
}

.landing-navbar {
    background: transparent;
    border-bottom: 0;
    left: 0;
    min-height: 92px;
    padding: 16px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

.landing-navbar > .container {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(219, 231, 243, 0.92);
    border-radius: 999px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
    max-width: 1120px;
    padding: 10px 16px 10px 18px;
}

.navbar-brand {
    color: var(--color-slate);
    font-size: 18px;
    font-weight: 800;
}

.brand-mark {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(47, 55, 154, 0.18);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(47, 55, 154, 0.12);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    width: 42px;
}

.brand-mark img {
    display: block;
    height: 34px;
    object-fit: contain;
    width: 34px;
}

.nav-link {
    border-radius: 999px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 14px !important;
}

.nav-link:hover,
.nav-link:focus {
    background: #f1f7fd;
    color: var(--color-primary);
}

.landing-nav-menu {
    gap: 4px;
}

.landing-nav-action {
    margin-left: 16px;
}

.btn-header-contact {
    background: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 999px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 20px;
}

.btn-header-contact:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
}

.dropdown-menu {
    border: 1px solid var(--color-line);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    margin-top: 12px;
    padding: 12px;
}

.dropdown-item {
    border-radius: 14px;
    font-weight: 700;
    padding: 12px 14px;
}

.dropdown-item span {
    color: var(--color-muted);
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}

.landing-mega-item {
    position: relative;
}

.landing-mega-menu {
    left: 0;
    max-width: min(680px, calc(100vw - 32px));
    min-width: 660px;
    transform: none;
}

.mega-content {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 220px;
}

.mega-list {
    display: grid;
    gap: 4px;
}

.mega-link {
    align-items: flex-start;
    border-radius: 16px;
    color: var(--color-slate);
    display: flex;
    gap: 12px;
    padding: 14px;
}

.mega-link:hover {
    background: #f4f9ff;
    color: var(--color-primary);
}

.mega-icon {
    align-items: center;
    background: #eaf7ff;
    border-radius: 14px;
    color: var(--color-primary);
    display: inline-flex;
    flex: 0 0 42px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.mega-link strong,
.mega-link small,
.resource-group strong,
.resource-group small,
.resource-preview small {
    display: block;
}

.mega-link small {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.55;
    margin-top: 3px;
}

.mega-feature {
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 16px;
}

.mega-preview {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    padding: 14px;
}

.mega-preview span {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.16), rgba(6, 182, 212, 0.2));
    border-radius: 999px;
    display: block;
    height: 12px;
}

.mega-preview span:nth-child(2) {
    width: 76%;
}

.mega-preview span:nth-child(3) {
    width: 56%;
}

.mega-feature h6 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.mega-feature p {
    color: var(--color-muted);
    font-size: 13px;
    margin: 6px 0 14px;
}

.mega-feature a,
.resource-preview a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 800;
}

.landing-simple-menu {
    min-width: 260px;
}

.landing-resource-menu {
    min-width: 420px;
}

.resource-group {
    border-bottom: 1px solid var(--color-line);
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
}

.resource-group > span,
.resource-preview > span {
    color: var(--color-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.resource-group a {
    border-radius: 16px;
    color: var(--color-slate);
    padding: 12px;
}

.resource-group a:hover {
    background: #f4f9ff;
    color: var(--color-primary);
}

.resource-group small,
.resource-preview small {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.55;
    margin-top: 3px;
}

.resource-preview {
    padding: 14px 12px 4px;
}

.hero-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.16), transparent 28%),
        radial-gradient(circle at 84% 24%, rgba(6, 182, 212, 0.14), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    overflow: hidden;
    padding: 116px 0 64px;
}

.hero-compact {
    min-height: 720px;
}

.hero-title {
    font-size: clamp(44px, 7vw, 76px);
    font-weight: 800;
    line-height: 1.02;
    max-width: 780px;
}

.hero-description {
    color: #1e40af;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    margin: 24px 0 0;
}

.hero-copy {
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.75;
    margin-top: 16px;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.text-gradient {
    background: linear-gradient(to right, var(--color-primary), var(--color-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--color-primary), var(--color-cyan));
    border: none;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22);
    color: #ffffff;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 999px;
}

.btn-primary-custom:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-outline-custom {
    border: 1px solid var(--color-line);
    border-radius: 999px;
    color: var(--color-slate);
    font-weight: 700;
    padding: 13px 24px;
}

.btn-outline-custom:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.badge-soft {
    display: inline-block;
    background: rgba(37, 99, 235, 0.09);
    border: 1px solid rgba(37, 99, 235, 0.14);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 16px;
    border-radius: 999px;
}

.dashboard-mockup {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(219, 231, 243, 0.92);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
    min-height: 520px;
    padding: 18px;
    position: relative;
}

.dashboard-topbar {
    align-items: center;
    border-bottom: 1px solid var(--color-line);
    display: flex;
    gap: 8px;
    height: 38px;
}

.dashboard-topbar span {
    background: #cbd5e1;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.dashboard-body {
    display: flex;
    gap: 18px;
    min-height: 450px;
    padding-top: 18px;
    position: relative;
}

.dashboard-sidebar {
    background: #eef5fb;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 14px;
    width: 86px;
}

.dashboard-sidebar span,
.dashboard-list span {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.24), rgba(6, 182, 212, 0.28));
    border-radius: 14px;
    display: block;
    height: 38px;
}

.dashboard-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
}

.dashboard-stat-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-stat,
.dashboard-chart,
.dashboard-list {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 22px;
    padding: 18px;
}

.dashboard-stat strong {
    display: block;
    font-size: 30px;
}

.dashboard-stat span,
.dashboard-list p,
.mobile-preview small {
    color: var(--color-muted);
}

.dashboard-chart {
    align-items: end;
    display: flex;
    gap: 12px;
    height: 170px;
}

.dashboard-chart span {
    background: linear-gradient(180deg, var(--color-cyan), var(--color-primary));
    border-radius: 999px 999px 8px 8px;
    display: block;
    width: 100%;
}

.bar-42 {
    height: 42%;
}

.bar-58 {
    height: 58%;
}

.bar-64 {
    height: 64%;
}

.bar-70 {
    height: 70%;
}

.bar-86 {
    height: 86%;
}

.bar-92 {
    height: 92%;
}

.dashboard-list {
    display: grid;
    gap: 12px;
}

.dashboard-list div {
    align-items: center;
    display: flex;
    gap: 12px;
}

.dashboard-list span {
    flex: 0 0 38px;
}

.dashboard-list p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.mobile-preview {
    background: #0f172a;
    border: 8px solid #ffffff;
    border-radius: 30px;
    bottom: 24px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.24);
    color: #ffffff;
    padding: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 168px;
}

.mobile-notch {
    background: #334155;
    border-radius: 999px;
    height: 6px;
    margin: 0 auto 24px;
    width: 54px;
}

.mobile-avatar {
    background: linear-gradient(135deg, var(--color-primary), var(--color-cyan));
    border-radius: 50%;
    height: 58px;
    margin: 0 auto 14px;
    width: 58px;
}

.mobile-preview span,
.mobile-preview strong,
.mobile-preview small {
    display: block;
}

.mobile-preview strong {
    font-size: 28px;
}

.dashboard-screenshot-frame {
    background: #ffffff;
    border: 1px solid rgba(219, 231, 243, 0.92);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
    margin: 0;
    overflow: visible;
    position: relative;
}

.dashboard-screenshot-frame.has-mobile-preview {
    margin-bottom: 88px;
}

.dashboard-screenshot {
    border-radius: 30px;
    display: block;
    height: auto;
    width: 100%;
}

.mobile-screenshot {
    border: 7px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.28);
    display: block;
    max-width: 168px;
    position: absolute;
    right: 34px;
    top: 42%;
    width: 25%;
    z-index: 2;
}

.section-padding {
    padding: 96px 0;
}

.section-muted {
    background: var(--color-soft);
}

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

.section-heading.text-center {
    text-align: center;
}

.section-eyebrow,
.pricing-kicker,
.product-label {
    color: var(--color-primary);
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-heading h2,
.cta-panel h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.section-heading p,
.cta-panel p {
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: 16px;
}

.product-card,
.feature-card,
.pricing-card,
.pain-card {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    padding: 28px;
    position: relative;
}

.product-card h3,
.feature-card h3,
.pricing-card h3 {
    font-size: 24px;
    font-weight: 800;
}

.product-card p,
.feature-card p,
.pain-card p {
    color: var(--color-muted);
    line-height: 1.7;
}

.feature-icon {
    align-items: center;
    background: #eaf7ff;
    border-radius: 16px;
    color: var(--color-primary);
    display: inline-flex;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    margin-bottom: 22px;
    width: 48px;
}

.mini-list,
.check-list,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-list {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.mini-list li,
.check-list li {
    color: #475569;
    padding-left: 28px;
    position: relative;
}

.mini-list li::before,
.check-list li::before {
    background: linear-gradient(135deg, var(--color-primary), var(--color-cyan));
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 9px;
}

.pain-card {
    box-shadow: none;
}

.pain-card span {
    background: #dbeafe;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin-bottom: 18px;
    width: 12px;
}

.pricing-card {
    border: 1px solid rgba(37, 99, 235, 0.18);
    padding: 34px;
}

.pricing-badge {
    background: #e0f7ff;
    border-radius: 999px;
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 12px;
    white-space: nowrap;
}

.pricing-price {
    border-bottom: 1px solid var(--color-line);
    border-top: 1px solid var(--color-line);
    margin: 26px 0;
    padding: 24px 0;
}

.pricing-price strong {
    display: block;
    font-size: 44px;
    line-height: 1;
}

.pricing-price span {
    color: var(--color-muted);
    display: block;
    margin-top: 8px;
}

.check-list {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

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

.benefit-grid div {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    color: #334155;
    font-weight: 700;
    padding: 18px;
}

.timeline {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.timeline-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    display: flex;
    gap: 16px;
    padding: 18px;
}

.timeline-item span {
    align-items: center;
    background: #eaf7ff;
    border-radius: 12px;
    color: var(--color-primary);
    display: inline-flex;
    flex: 0 0 44px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
}

.timeline-item p {
    color: #334155;
    font-weight: 700;
    margin: 0;
}

.cta-section {
    padding: 0 0 96px;
}

.cta-panel {
    align-items: center;
    background:
        radial-gradient(circle at 12% 20%, rgba(6, 182, 212, 0.34), transparent 28%),
        linear-gradient(135deg, #1d4ed8, #0891b2);
    border-radius: var(--radius-lg);
    color: #ffffff;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 46px;
}

.cta-panel .section-eyebrow,
.cta-panel p {
    color: rgba(255, 255, 255, 0.82);
}

.cta-button {
    border-radius: 999px;
    color: var(--color-primary);
    flex: 0 0 auto;
    font-weight: 800;
    padding: 14px 24px;
}

.landing-footer {
    background: #08111f;
    color: rgba(255, 255, 255, 0.72);
    padding: 64px 0 34px;
}

.footer-brand {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: 12px;
}

.landing-footer h6 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 16px;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.footer-brand:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 46px;
    padding-top: 24px;
}

.whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34);
    color: #ffffff;
    display: inline-flex;
    height: 62px;
    justify-content: center;
    position: fixed;
    right: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    width: 62px;
    z-index: 1040;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    background: #1ebe5d;
    box-shadow: 0 22px 50px rgba(37, 211, 102, 0.42);
    color: #ffffff;
    transform: translateY(-3px);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}

.whatsapp-float svg {
    fill: currentColor;
    height: 34px;
    width: 34px;
}

@media (max-width: 991.98px) {
    .landing-navbar {
        min-height: auto;
        padding: 12px 12px 0;
    }

    .landing-navbar > .container {
        border-radius: 28px;
        max-width: 720px;
        padding: 12px 14px;
    }

    .navbar-collapse {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 14px;
        padding: 0;
    }

    .landing-nav-menu {
        align-items: stretch !important;
        gap: 4px;
    }

    .landing-nav-action {
        margin-left: 0;
        margin-top: 10px;
    }

    .btn-header-contact {
        width: 100%;
    }

    .dropdown-menu,
    .landing-mega-menu,
    .landing-resource-menu {
        box-shadow: none;
        margin: 6px 0 10px;
        max-width: 100%;
        min-width: 0;
        position: static !important;
        transform: none;
        width: 100%;
    }

    .mega-content {
        grid-template-columns: 1fr;
    }

    .mega-feature {
        display: none;
    }

    .hero-section {
        padding-top: 118px;
    }

    .min-vh-100,
    .hero-compact {
        min-height: auto !important;
    }

    .mobile-preview {
        right: 12px;
    }

    .mobile-screenshot {
        max-width: 142px;
        right: 24px;
        top: 44%;
        width: 28%;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .section-padding {
        padding: 64px 0;
    }

    .hero-section {
        padding-top: 118px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

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

    .dashboard-body {
        gap: 12px;
        min-height: 390px;
    }

    .dashboard-sidebar {
        display: none;
    }

    .dashboard-stat-row,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-chart {
        height: 150px;
    }

    .mobile-preview {
        bottom: 16px;
        right: 16px;
        width: 142px;
    }

    .dashboard-screenshot-frame.has-mobile-preview {
        margin-bottom: 84px;
        padding-bottom: 0;
    }

    .mobile-screenshot {
        border-width: 5px;
        max-width: 118px;
        right: 50%;
        top: 48%;
        transform: translateX(50%);
        width: 34%;
    }

    .product-card,
    .feature-card,
    .pricing-card,
    .pain-card,
    .cta-panel {
        padding: 24px;
    }

    .pricing-price strong {
        font-size: 36px;
    }

    .whatsapp-float {
        bottom: 18px;
        height: 56px;
        right: 18px;
        width: 56px;
    }

    .whatsapp-float svg {
        height: 31px;
        width: 31px;
    }
}
