:root {
    --pkg-bg: #ffffff;
    --pkg-surface: #f8f9fc;
    --pkg-text: #1a1a1a;
    --pkg-muted: #5a5a64;
    --pkg-border: #e2e4ea;
    --pkg-pink: #f20089;
    --pkg-purple: #6d00c1;
    --pkg-gradient: linear-gradient(135deg, var(--pkg-pink), var(--pkg-purple));
    --pkg-shadow: 0 18px 60px rgba(20, 10, 35, 0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--pkg-bg);
    color: var(--pkg-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.package-hero {
    position: relative;
    overflow: hidden;
    padding: 106px 0 82px;
    border-bottom: 1px solid var(--pkg-border);
    background:
        radial-gradient(circle at 16% 20%, rgba(242, 0, 137, 0.14), transparent 34%),
        radial-gradient(circle at 86% 0%, rgba(109, 0, 193, 0.12), transparent 34%),
        var(--pkg-surface);
}

.package-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
    gap: 42px;
    align-items: center;
}

.package-eyebrow {
    margin-bottom: 14px;
    color: var(--pkg-pink);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.package-title {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(2.7rem, 6vw, 4.55rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 1.03;
}

.package-title span {
    background: var(--pkg-gradient);
    background-clip: text;
    color: transparent;
}

.package-subtitle {
    max-width: 720px;
    color: var(--pkg-muted);
    font-size: 1.15rem;
    line-height: 1.78;
}

.hero-card {
    padding: 30px;
    border: 1px solid rgba(109, 0, 193, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--pkg-shadow);
}

.hero-card__label {
    margin-bottom: 10px;
    color: var(--pkg-muted);
    font-size: 0.88rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pricing-price {
    margin-bottom: 12px;
    color: var(--pkg-text);
    font-size: clamp(2.45rem, 5vw, 3.7rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.95;
    white-space: nowrap;
}

.pricing-price span {
    color: var(--pkg-muted);
    font-size: 1.1rem;
    font-weight: 750;
    letter-spacing: 0;
}

.tax-label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 12px;
    border: 1px solid rgba(109, 0, 193, 0.18);
    border-radius: 999px;
    background: rgba(109, 0, 193, 0.06);
    color: var(--pkg-purple);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-card p {
    margin-bottom: 22px;
    color: var(--pkg-muted);
    line-height: 1.72;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 850;
}

.btn-primary {
    background: var(--pkg-gradient);
    color: #fff;
    box-shadow: 0 14px 32px rgba(109, 0, 193, 0.22);
}

.btn-secondary {
    border: 1px solid var(--pkg-border);
    background: #fff;
    color: var(--pkg-purple);
}

.package-section {
    padding: 84px 0;
}

.package-section.alt {
    background: var(--pkg-surface);
}

.section-header {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-header.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-header h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.section-header p {
    color: var(--pkg-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.feature-grid,
.workflow-grid,
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feature-card,
.workflow-card,
.package-card {
    padding: 26px;
    border: 1px solid var(--pkg-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pkg-shadow);
}

.feature-card h3,
.workflow-card h3,
.package-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
    font-weight: 850;
}

.feature-card p,
.workflow-card p,
.package-card p {
    color: var(--pkg-muted);
    line-height: 1.72;
}

.workflow-card {
    position: relative;
}

.workflow-card__number {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--pkg-gradient);
    color: #fff;
    font-weight: 900;
}

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

.info-panel {
    padding: 30px;
    border: 1px solid var(--pkg-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--pkg-shadow);
}

.info-panel h2 {
    margin-bottom: 18px;
    font-size: 1.6rem;
    font-weight: 850;
}

.info-panel ul {
    display: grid;
    gap: 14px;
    padding-left: 22px;
    color: var(--pkg-muted);
}

.package-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.package-card.is-active {
    border-color: rgba(109, 0, 193, 0.45);
    background: linear-gradient(180deg, rgba(109, 0, 193, 0.07), #fff);
}

.package-card__price {
    margin: 0;
    font-size: 1.7rem;
}

.package-card__link {
    margin-top: auto;
    color: var(--pkg-purple);
    font-weight: 850;
}

.payment-panel {
    padding: 42px;
    border-radius: 30px;
    background: #101018;
    color: #fff;
    text-align: center;
}

.payment-panel h2 {
    max-width: 760px;
    margin: 0 auto 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.payment-panel p {
    max-width: 720px;
    margin: 0 auto 24px;
    color: #b6b6c2;
    line-height: 1.75;
}

@media (max-width: 980px) {
    .package-hero__grid,
    .split-panel {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .workflow-grid,
    .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .package-hero {
        padding: 78px 0 58px;
    }

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

    .feature-grid,
    .workflow-grid,
    .package-grid {
        grid-template-columns: 1fr;
    }

    .button-row {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}
