*,
*::before,
*::after {
    box-sizing: border-box;
}

body.landing-body {
    margin: 0;
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(242, 201, 76, 0.12), transparent 22%),
        linear-gradient(180deg, #021616 0%, #063434 100%);
    color: #ffffff;
}

.landing-body a {
    text-decoration: none;
    color: inherit;
}

.landing-container {
    width: min(calc(100% - 64px), var(--exit-container));
    margin: 0 auto;
}

.landing-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    background: rgba(2, 22, 22, 0.84);
    border-bottom: 1px solid rgba(242, 201, 76, 0.08);
}

.landing-nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.landing-header a {
    color: rgba(255, 255, 255, 0.88);
}

.landing-header a:hover {
    color: var(--exit-gold-soft);
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: rgba(255, 255, 255, 0.76);
}

.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.landing-nav-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    transition: all 0.18s ease;
    white-space: nowrap;
}

.landing-nav-actions a:first-child {
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.landing-nav-actions a:first-child:hover {
    background: rgba(255, 255, 255, 0.08);
}

.landing-nav-actions a:last-child {
    background: linear-gradient(180deg, #f2c94c, #d6a80d);
    color: #0c1c1c;
    font-weight: 700;
    border: none;
}

.landing-nav-actions a:last-child:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(242, 201, 76, 0.35);
}

.hero-section,
.showcase-section,
.pricing-section {
    overflow: hidden;
}

.hero-section {
    padding: 76px 0 60px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.hero-badge,
.section-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(242, 201, 76, 0.08);
    border: 1px solid rgba(242, 201, 76, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
    font-weight: 700;
}

.hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    max-width: 9ch;
    color: #ffffff;
}

.hero-copy p {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
    font-size: 1.05rem;
}

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

.hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.18s ease;
}

.hero-actions a:first-child {
    background: linear-gradient(180deg, #f2c94c, #d6a80d);
    color: #0c1c1c;
    font-weight: 700;
}

.hero-actions a:first-child:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(242, 201, 76, 0.35);
}

.hero-actions a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.04);
}

.hero-actions a:last-child:hover {
    background: rgba(255, 255, 255, 0.08);
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.dashboard-mock {
    width: 100%;
    max-width: 610px;
    border-radius: 32px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(242, 201, 76, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(242, 201, 76, 0.12);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.dashboard-pill,
.dashboard-status {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.dashboard-pill {
    background: rgba(242, 201, 76, 0.12);
    color: var(--exit-gold-soft);
}

.dashboard-status {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.74);
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}

.kpi-card {
    background: rgba(255, 255, 255, 0.96);
    color: #102120;
    border-radius: 22px;
    padding: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.kpi-label {
    display: block;
    font-size: 0.82rem;
    color: #5f6a67;
    margin-bottom: 8px;
}

.kpi-value {
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
    color: #071716;
}

.kpi-meta {
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    color: #2f7d63;
}

.chart-card {
    background: rgba(255, 255, 255, 0.96);
    color: #102120;
    border-radius: 26px;
    padding: 18px;
    overflow: hidden;
}

.chart-header h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    letter-spacing: -0.03em;
    color: #071716;
}

.chart-header p {
    margin: 0 0 14px;
    font-size: 0.88rem;
    color: #6b7571;
}

.bar-chart {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    align-items: end;
    height: 180px;
}

.bar-chart span {
    display: block;
    border-radius: 999px 999px 14px 14px;
    background: linear-gradient(180deg, #f2c94c 0%, #d6a80d 100%);
}

.showcase-section {
    padding: 44px 0;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.section-heading h2 {
    margin: 14px 0 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.section-heading p {
    margin: 0;
    max-width: 420px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    align-items: stretch;
}

.showcase-large,
.info-card {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.showcase-large {
    background: rgba(242, 201, 76, 0.06);
    border: 1px solid rgba(242, 201, 76, 0.12);
    padding: 18px;
}

.app-screen {
    border-radius: 28px;
    background: linear-gradient(180deg, #f8faf6 0%, #eef2ed 100%);
    color: #102120;
    min-height: 420px;
    padding: 20px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.app-screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dae1d8;
}

.screen-brand {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #102120;
}

.screen-tab {
    padding: 8px 12px;
    border-radius: 999px;
    background: #e7edd8;
    color: #48543c;
    font-size: 0.84rem;
    font-weight: 700;
}

.app-screen-layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 16px;
}

.app-sidebar,
.app-main {
    background: #ffffff;
    border-radius: 22px;
    padding: 16px;
}

.app-sidebar {
    display: grid;
    gap: 12px;
}

.app-sidebar span,
.app-lines span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: #e7ece7;
}

.app-lines {
    margin-bottom: 18px;
}

.app-lines .short {
    width: 36%;
    margin-bottom: 10px;
}

.app-lines .medium {
    width: 62%;
    margin-bottom: 10px;
}

.app-lines .long {
    width: 100%;
}

.line-chart {
    height: 210px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbf6 0%, #edf3eb 100%);
    position: relative;
    overflow: hidden;
}

.line-chart::before,
.line-chart::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    border-radius: 999px;
}

.line-chart::before {
    top: 80px;
    height: 6px;
    background: linear-gradient(90deg, transparent 0%, #d9b021 12%, #f2c94c 55%, transparent 100%);
}

.line-chart::after {
    top: 126px;
    height: 6px;
    background: linear-gradient(90deg, transparent 0%, #174f4f 12%, #0d7777 58%, transparent 100%);
}

.showcase-side {
    display: grid;
    gap: 18px;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(242, 201, 76, 0.12);
    padding: 24px;
}

.info-card h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.info-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.7;
}

.pricing-section {
    padding: 44px 0 72px;
}

.pricing-shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    width: 100%;
    border-radius: 32px;
    border: 1px solid rgba(242, 201, 76, 0.12);
    padding: 30px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.pricing-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(242, 201, 76, 0.07), rgba(255, 255, 255, 0.04));
    z-index: -1;
}

.pricing-copy h2 {
    margin: 16px 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.pricing-copy p {
    margin: 0;
    max-width: 55ch;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.74);
}

.pricing-card {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.96);
    color: #102120;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 1;
}

.pricing-plan {
    font-size: 0.9rem;
    font-weight: 700;
    color: #5c655f;
    margin-bottom: 8px;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 6px;
    color: #071716;
}

.pricing-period {
    color: #6a746f;
    margin-bottom: 18px;
}

.pricing-points {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.pricing-points span {
    color: #43504c;
    font-size: 0.95rem;
}

.pricing-points span::before {
    content: "•";
    color: #c79f18;
    margin-right: 10px;
}

.pricing-button,
.pricing-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    background: linear-gradient(180deg, #f2c94c, #d6a80d);
    color: #0c1c1c;
    margin-top: 10px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    overflow: hidden;
}

.pricing-card a:hover,
.pricing-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(242, 201, 76, 0.35);
}

@media (max-width: 1100px) {

    .hero-grid,
    .showcase-grid,
    .pricing-shell {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 860px) {
    .landing-nav-links {
        display: none;
    }

    .kpi-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        flex-direction: column;
        align-items: start;
    }

    .app-screen-layout {
        grid-template-columns: 1fr;
    }

    .landing-container {
        width: min(calc(100% - 40px), var(--exit-container));
    }
}

@media (max-width: 640px) {
    .landing-container {
        width: min(calc(100% - 28px), var(--exit-container));
    }

    .landing-nav {
        min-height: 74px;
    }

    .landing-nav-actions {
        gap: 8px;
    }

    .landing-nav-actions a {
        height: 42px;
        padding: 0 14px;
        font-size: 0.88rem;
    }

    .button {
        min-height: 44px;
        padding: 0 14px;
    }

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

    .hero-copy h1 {
        max-width: none;
    }

    .pricing-shell {
        padding: 20px;
    }

    .pricing-card,
    .showcase-large,
    .info-card {
        padding: 20px;
    }
}