.chronex-home {
    --chronex-ink: #111111;
    --chronex-text: #2E2E2E;
    --chronex-muted: #6f6252;
    --chronex-line: #eadfcb;
    --chronex-soft: #FFF8EC;
    --chronex-accent: #E9B15A;
    --chronex-accent-2: #D99F46;
    --chronex-warm: #E9B15A;
    --chronex-radius: 24px;
    color: var(--chronex-text);
    overflow-x: hidden;
    background: #ffffff;
}

.chronex-home * {
    letter-spacing: 0;
}

.chronex-container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

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

.chronex-section-soft {
    background: linear-gradient(180deg, #ffffff 0%, var(--chronex-soft) 100%);
}

.chronex-section-title {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.chronex-section-title h2,
.chronex-copy h2 {
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    line-height: 1.05;
    font-weight: 800;
    color: var(--chronex-text);
    margin: 0;
}

.chronex-section-title p,
.chronex-copy p,
.chronex-card p,
.chronex-price-card p {
    color: var(--chronex-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.chronex-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(234, 223, 203, .80);
    backdrop-filter: blur(18px);
    transition: box-shadow .2s ease, border-color .2s ease;
}

.chronex-nav.is-scrolled {
    box-shadow: 0 12px 32px rgba(17, 17, 17, .08);
    border-color: transparent;
}

.chronex-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--chronex-ink);
    font-weight: 800;
    font-size: 1.08rem;
    text-decoration: none;
}

.chronex-home .btn-dark {
    color: #ffffff;
    background-color: var(--chronex-ink);
    border-color: var(--chronex-ink);
    box-shadow: 0 14px 28px rgba(17, 17, 17, .12);
}

.chronex-home .btn-dark:hover,
.chronex-home .btn-dark:focus {
    color: var(--chronex-ink);
    background-color: var(--chronex-accent);
    border-color: var(--chronex-accent);
}

.chronex-home .btn-light {
    color: var(--chronex-ink);
    background-color: #ffffff;
    border-color: var(--chronex-line);
}

.chronex-home .btn-light:hover,
.chronex-home .btn-light:focus {
    color: var(--chronex-ink);
    background-color: var(--chronex-soft);
    border-color: var(--chronex-accent);
}

.site-logo {
    display: block;
    width: auto;
    height: 64px;
    max-width: min(260px, 52vw);
    object-fit: contain;
}

.site-logo-footer {
    filter: brightness(0) invert(1);
}

.chronex-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--chronex-ink), var(--chronex-accent));
    box-shadow: 0 10px 22px rgba(233, 177, 90, .28);
}

.chronex-nav .nav-link {
    color: var(--chronex-text);
    font-weight: 600;
    padding: .75rem .9rem;
}

.chronex-nav .nav-link:hover,
.chronex-nav .nav-link:focus {
    color: var(--chronex-accent);
}

.chronex-hero {
    padding: 92px 0 86px;
    background:
        radial-gradient(circle at 78% 18%, rgba(233, 177, 90, .22), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, var(--chronex-soft) 100%);
}

.chronex-hero h1 {
    font-size: clamp(2.9rem, 6vw, 5.8rem);
    line-height: .96;
    font-weight: 850;
    margin-bottom: 24px;
}

.chronex-hero-subtitle {
    max-width: 640px;
    color: var(--chronex-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.65;
    margin-bottom: 30px;
}

.chronex-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.chronex-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.chronex-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: var(--chronex-text);
    background: #ffffff;
    border: 1px solid var(--chronex-line);
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(17, 17, 17, .04);
}

.chronex-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--chronex-accent);
}

.chronex-mockup {
    border-radius: 32px;
    padding: 18px;
    background: linear-gradient(145deg, rgba(17, 17, 17, .96), rgba(217, 159, 70, .88));
    box-shadow: 0 34px 80px rgba(17, 17, 17, .22);
}

.chronex-dashboard {
    border-radius: 24px;
    background: var(--chronex-soft);
    border: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

.chronex-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    background: #ffffff;
    border-bottom: 1px solid var(--chronex-line);
}

.chronex-window-dots {
    display: flex;
    gap: 7px;
}

.chronex-window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dccdb4;
}

.chronex-dashboard-body {
    padding: 18px;
}

.chronex-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.chronex-stat {
    min-width: 0;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--chronex-line);
}

.chronex-stat span,
.chronex-products span,
.chronex-checkout span,
.chronex-mini-label {
    color: var(--chronex-muted);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.chronex-stat strong {
    display: block;
    margin-top: 8px;
    color: var(--chronex-ink);
    font-size: 1.2rem;
}

.chronex-dashboard-main {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 12px;
    margin-top: 12px;
}

.chronex-products,
.chronex-checkout {
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--chronex-line);
}

.chronex-product-row,
.chronex-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1e4cf;
}

.chronex-product-row:last-child,
.chronex-cart-row:last-child {
    border-bottom: 0;
}

.chronex-bar {
    height: 9px;
    width: var(--bar-width);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--chronex-accent), var(--chronex-accent-2));
}

.chronex-checkout-screen {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: var(--chronex-soft);
}

.chronex-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #d8c7aa;
    font-size: 1.15rem;
    font-weight: 800;
}

.chronex-card,
.chronex-price-card {
    border: 1px solid var(--chronex-line);
    border-radius: var(--chronex-radius);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .06);
}

.chronex-feature-card,
.chronex-solution-card,
.chronex-testimonial-card,
.chronex-price-card {
    padding: 28px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.chronex-feature-card:hover,
.chronex-solution-card:hover,
.chronex-price-card:hover {
    transform: translateY(-5px);
    border-color: rgba(233, 177, 90, .72);
    box-shadow: 0 20px 44px rgba(17, 17, 17, .10);
}

.chronex-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--chronex-accent);
    background: rgba(233, 177, 90, .18);
    font-size: 1.35rem;
    margin-bottom: 22px;
}

.chronex-card h3,
.chronex-price-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.chronex-workflow {
    position: relative;
}

.chronex-step {
    position: relative;
    padding: 24px;
    border: 1px solid var(--chronex-line);
    border-radius: 22px;
    background: #ffffff;
    height: 100%;
}

.chronex-step-number {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--chronex-ink);
    font-weight: 800;
    margin-bottom: 18px;
}

.chronex-step h3 {
    font-size: 1.08rem;
    font-weight: 800;
}

.chronex-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--chronex-accent);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
}

.chronex-solution-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
}

.chronex-link {
    color: var(--chronex-ink);
    font-weight: 800;
    text-decoration: none;
}

.chronex-link:hover {
    color: var(--chronex-accent);
}

.chronex-check-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.chronex-check-list li {
    position: relative;
    padding-left: 30px;
    color: var(--chronex-text);
    font-weight: 600;
}

.chronex-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--chronex-accent);
}

.chronex-check-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.chronex-report-panel {
    padding: 22px;
    border-radius: 28px;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(17, 17, 17, .24);
}

.chronex-report-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

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

.chronex-chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 180px;
    padding-top: 20px;
}

.chronex-chart span {
    flex: 1;
    min-width: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, var(--chronex-accent), var(--chronex-accent-2));
    height: var(--chart-height);
}

.chronex-device-card {
    min-height: 154px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--chronex-line);
    background: #ffffff;
}

.chronex-device-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 16px;
    color: var(--chronex-ink);
    background: rgba(233, 177, 90, .18);
    font-size: 1.3rem;
}

.chronex-price-card {
    position: relative;
}

.chronex-price-card.is-featured {
    color: #ffffff;
    background: linear-gradient(145deg, #111111, #2E2E2E 48%, #D99F46);
    border-color: transparent;
}

.chronex-price-card.is-featured p,
.chronex-price-card.is-featured li {
    color: rgba(255, 255, 255, .78);
}

.chronex-price-card.is-featured .chronex-check-list li::before {
    background: #ffffff;
}

.chronex-price-card.is-featured .chronex-check-list li::after {
    border-color: #111111;
}

.chronex-plan-badge {
    display: inline-flex;
    padding: 7px 11px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--chronex-ink);
    background: #ffffff;
    font-weight: 800;
    font-size: .76rem;
}

.chronex-price {
    margin: 24px 0;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 850;
}

.chronex-testimonial-card {
    margin: 0;
}

.chronex-testimonial-card blockquote {
    margin: 0 0 28px;
    color: var(--chronex-text);
    font-size: 1.05rem;
    line-height: 1.7;
}

.chronex-testimonial-card figcaption {
    display: grid;
    gap: 4px;
}

.chronex-testimonial-card span {
    color: var(--chronex-muted);
}

.chronex-cta {
    border-radius: 34px;
    padding: 70px 36px;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 20%, rgba(233, 177, 90, .34), transparent 30%),
        linear-gradient(135deg, #111111, #2E2E2E 56%, #D99F46);
}

.chronex-cta h2 {
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 850;
}

.chronex-cta p {
    color: rgba(255, 255, 255, .78);
    font-size: 1.16rem;
}

.chronex-footer {
    padding: 72px 0 36px;
    color: #f3eadc;
    background: #111111;
}

.chronex-footer a {
    color: #f3eadc;
    text-decoration: none;
}

.chronex-footer a:hover {
    color: #ffffff;
}

.chronex-footer h3 {
    color: #ffffff;
    font-size: .95rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.chronex-footer ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 991.98px) {
    .chronex-section {
        padding: 72px 0;
    }

    .chronex-hero {
        padding: 64px 0 72px;
    }

    .chronex-dashboard-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .chronex-container {
        width: min(100% - 24px, 1140px);
    }

    .chronex-section {
        padding: 58px 0;
    }

    .chronex-hero h1 {
        font-size: 3rem;
    }

    .site-logo {
        height: 55px;
        max-width: min(220px, 64vw);
    }

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

    .chronex-stat-grid,
    .chronex-report-grid {
        grid-template-columns: 1fr;
    }

    .chronex-mockup {
        padding: 10px;
        border-radius: 24px;
    }

    .chronex-dashboard-body,
    .chronex-dashboard-top {
        padding: 12px;
    }

    .chronex-cta {
        padding: 52px 22px;
        border-radius: 26px;
    }
}
