    :root {
        --ink: #101828;
        --muted: #526070;
        --line: #d7e0ea;
        --surface: #ffffff;
        --bg: #f4f7fb;
        --brand: #102033;
        --teal: #0f766e;
        --gold: #c47a12;
        --blue: #2456a6;
        --green: #137d5f;
        --danger: #b42318;
    }

    .reseller-page {
        min-height: 100vh;
        color: var(--ink);
        background: var(--bg);
        font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
    }

    .wrap {
        width: min(1160px, calc(100% - 40px));
        margin: 0 auto;
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 22px 0;
    }

    .brand-logo {
        display: block;
        width: 180px;
        height: auto;
        max-height: 54px;
        object-fit: contain;
    }

    .topbar-actions,
    .button-row {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .btn,
    .btn-outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        border-radius: 8px;
        border: 1px solid transparent;
        padding: 10px 16px;
        font-size: 0.9rem;
        font-weight: 800;
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
    }

    .btn {
        color: #fff;
        background: var(--brand);
        box-shadow: 0 10px 20px rgba(16, 32, 51, 0.18);
    }

    .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(16, 32, 51, 0.24);
    }

    .btn-outline {
        color: var(--brand);
        background: #fff;
        border-color: var(--line);
    }

    .hero {
        position: relative;
        overflow: hidden;
        color: #fff;
        background:
            linear-gradient(110deg, rgba(16, 32, 51, 0.97) 0%, rgba(16, 32, 51, 0.90) 48%, rgba(15, 118, 110, 0.88) 100%),
            url('/brand/orkerio-icon-transparent.png');
        background-repeat: no-repeat;
        background-size: cover, 340px auto;
        background-position: center, right 8% center;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hero-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 34px;
        align-items: end;
        min-height: 560px;
        padding: 58px 0 42px;
    }

    .eyebrow {
        margin: 0 0 12px;
        color: #f6c76f;
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .hero h1 {
        margin: 0;
        max-width: 780px;
        font-size: clamp(2.35rem, 6vw, 4.65rem);
        line-height: 0.98;
        letter-spacing: 0;
    }

    .hero-lead {
        margin: 20px 0 0;
        max-width: 690px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 1.08rem;
        line-height: 1.58;
    }

    .hero-metrics {
        display: grid;
        gap: 10px;
    }

    .metric {
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.12);
        padding: 16px;
        backdrop-filter: blur(8px);
    }

    .metric strong {
        display: block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1;
    }

    .metric span {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.80);
        font-size: 0.86rem;
    }

    .section {
        padding: 54px 0;
        border-bottom: 1px solid var(--line);
    }

    .section-head {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 22px;
        margin-bottom: 20px;
    }

    .section h2 {
        margin: 0;
        max-width: 760px;
        font-size: clamp(1.65rem, 3.6vw, 2.45rem);
        line-height: 1.08;
        letter-spacing: 0;
    }

    .lead {
        margin: 10px 0 0;
        max-width: 720px;
        color: var(--muted);
        line-height: 1.55;
    }

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

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

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

    .panel,
    .plan-card,
    .roi-card,
    .faq details {
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--surface);
        padding: 20px;
    }

    .panel h3,
    .plan-card h3 {
        margin: 0 0 8px;
        font-size: 1.02rem;
        letter-spacing: 0;
    }

    .panel p,
    .plan-sub,
    .faq p {
        margin: 0;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .tag {
        display: inline-flex;
        width: fit-content;
        margin-bottom: 14px;
        border-radius: 8px;
        padding: 6px 10px;
        background: #e9f6f4;
        color: var(--teal);
        font-size: 0.76rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .business-band {
        display: grid;
        grid-template-columns: 0.82fr 1.18fr;
        gap: 28px;
        align-items: center;
        border-radius: 8px;
        background: #102033;
        color: #fff;
        padding: 28px;
    }

    .business-band p {
        color: rgba(255, 255, 255, 0.78);
    }

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

    .reseller-proof {
        min-height: 154px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.10);
        padding: 18px;
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
    }

    .reseller-proof-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-bottom: 14px;
        border-radius: 8px;
        background: #f6c76f;
        color: #102033;
        font-size: 0.86rem;
        font-weight: 900;
    }

    .reseller-proof strong {
        display: block;
        color: #fff;
        font-size: 1.08rem;
        line-height: 1.15;
    }

    .reseller-proof span {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .check-list,
    .plan-list {
        margin: 14px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 9px;
    }

    .check-list li,
    .plan-list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        color: var(--muted);
        font-size: 0.91rem;
        line-height: 1.45;
    }

    .check-list li::before,
    .plan-list li::before {
        content: "\2713";
        color: var(--green);
        font-weight: 900;
    }

    .plan-card {
        display: grid;
        gap: 10px;
        position: relative;
    }

    .plan-card.recommended {
        border-color: rgba(15, 118, 110, 0.48);
        box-shadow: 0 14px 26px rgba(15, 118, 110, 0.12);
    }

    .plan-badge {
        width: fit-content;
        border-radius: 8px;
        padding: 5px 8px;
        color: #7c2d12;
        background: rgba(196, 122, 18, 0.12);
        border: 1px solid rgba(196, 122, 18, 0.32);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .plan-price {
        color: var(--brand);
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
    }

    .ok {
        color: var(--green);
        font-weight: 900;
    }

    .no {
        color: var(--danger);
        font-weight: 800;
    }

    .roi-card {
        text-align: center;
    }

    .roi-card strong {
        display: block;
        color: var(--blue);
        font-size: 2.15rem;
        line-height: 1;
    }

    .roi-card span {
        display: block;
        margin-top: 8px;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .callback {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 28px;
        align-items: start;
    }

    .callback-form {
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        padding: 22px;
        display: grid;
        gap: 14px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .field-full {
        grid-column: 1 / -1;
    }

    label {
        display: grid;
        gap: 6px;
        color: var(--ink);
        font-size: 0.84rem;
        font-weight: 800;
    }

    input,
    textarea {
        width: 100%;
        border: 1px solid #cfd8e3;
        border-radius: 8px;
        background: #fff;
        color: var(--ink);
        padding: 11px 12px;
        font: inherit;
        font-size: 0.92rem;
    }

    textarea {
        min-height: 104px;
        resize: vertical;
    }

    input:focus,
    textarea:focus {
        outline: 2px solid rgba(15, 118, 110, 0.28);
        border-color: var(--teal);
    }

    .form-note {
        min-height: 20px;
        color: var(--muted);
        font-size: 0.86rem;
    }

    .form-note.success {
        color: var(--green);
        font-weight: 800;
    }

    .form-note.error {
        color: var(--danger);
        font-weight: 800;
    }

    .faq {
        display: grid;
        gap: 10px;
    }

    .faq summary {
        cursor: pointer;
        color: var(--ink);
        font-weight: 900;
    }

    .faq p {
        margin-top: 10px;
    }

    .final-cta {
        padding: 34px 0 64px;
    }

    @media (max-width: 980px) {
        .hero-inner,
        .business-band,
        .callback,
        .grid-2 {
            grid-template-columns: 1fr;
        }

        .hero-inner {
            min-height: auto;
        }

        .hero-metrics,
        .grid-3,
        .roi-grid,
        .reseller-proof-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 1180px) and (min-width: 681px) {
        .plans-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 680px) {
        .plans-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 680px) {
        .wrap {
            width: min(100% - 24px, 1160px);
        }

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

        .topbar-actions {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .topbar-actions .btn,
        .topbar-actions .btn-outline {
            width: auto;
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
        }

        .hero-inner {
            padding: 40px 0 32px;
        }

        .section {
            padding: 38px 0;
        }

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

        .btn,
        .btn-outline {
            width: 100%;
        }
    }
