section {
    padding: 70px 0;
}

.hero {
    padding-top: 54px;
    padding-bottom: 44px;
}

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

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 28px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .90);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero h1 {
    font-size: 74px;
    line-height: .96;
    letter-spacing: -.06em;
    margin: 0 0 16px;
    max-width: 12ch;
    color: rgba(255, 255, 255, .98);
}

.hero-copy {
    font-size: 19px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .68);
    max-width: 65ch;
    margin: 0 0 24px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.meta-row {
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pill {
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 8px 12px;
    background: #202020;
    white-space: nowrap;
}

.panel,
.shell,
.card,
.showcase,
.pricing-shell,
.plan,
.step,
.final-cta {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: #181818;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
    overflow: hidden;
}

.panel-top,
.showcase-top,
.plan-top {
    height: auto;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .02);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.panel-title {
    margin-left: 10px;
    color: rgba(255, 255, 255, .62);
    font-weight: 800;
    font-size: 12px;
}

.panel-body {
    padding: 16px;
}

.panel-body img,
.showcase-body img {
    width: 100%;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0f0f0f;
}

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

.section-head h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -.05em;
}

.shell,
.pricing-shell {
    padding: 22px;
}

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

.card {
    min-height: 230px;
    padding: 22px;
    display: grid;
    gap: 14px;
    transition: transform .14s ease, background .14s ease, border-color .14s ease;
}

.card:hover {
    transform: translateY(-2px);
    background: #202020;
    border-color: rgba(255, 255, 255, .16);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #272727;
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 28px;
}

.card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.card p,
.step p,
.plan-sub,
.price-note,
.pricing-footnote,
.final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.7;
}

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

.step {
    padding: 22px;
    border-radius: 24px;
}

.step-no {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #272727;
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.step h3 {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -.04em;
}

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

.showcase-body {
    padding: 14px;
}

/* pricing section */
.pricing-band {
    display: grid;
    gap: 22px;
}

.pricing-hero {
    text-align: center;
    margin-bottom: 6px;
}

.pricing-hero h2 {
    margin: 0;
    font-size: 68px;
    line-height: .95;
    letter-spacing: -.06em;
}

.pricing-hero p {
    margin: 14px auto 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, .68);
    font-size: 18px;
    line-height: 1.75;
}

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

.plan {
    display: grid;
    min-height: 100%;
}

.plan.featured {
    border-color: rgba(255, 255, 255, .18);
    background: #202020;
    transform: translateY(-2px);
}

.plan-top {
    padding: 20px 20px 16px;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.plan-tag {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, .12);
    color: white;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.plan-name {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.04em;
}

.plan-body {
    padding: 20px;
    display: grid;
    gap: 18px;
    align-content: start;
}

.price-line {
    display: flex;
    align-items: end;
    gap: 8px;
    flex-wrap: wrap;
}

.price {
    font-size: 54px;
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 950;
}

.price-term {
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    padding-bottom: 8px;
}

.feature-list {
    display: grid;
    gap: 10px;
}

.feature {
    display: flex;
    gap: 10px;
    align-items: start;
    color: rgba(255, 255, 255, .90);
    font-size: 14px;
    line-height: 1.6;
}

.feature::before {
    content: "✓";
    color: rgba(255, 255, 255, .88);
    font-weight: 900;
    line-height: 1.2;
    flex: 0 0 auto;
}

.plan-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.final-cta {
    text-align: center;
    padding: 34px 24px;
}

.final-cta h2 {
    margin: 0 0 10px;
    font-size: 48px;
    letter-spacing: -.05em;
}

footer {
    padding: 28px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .50);
    font-size: 13px;
}

@media (max-width: 1180px) {

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

    .hero h1 {
        font-size: 56px;
        max-width: none;
    }

    .pricing-hero h2 {
        font-size: 54px;
    }
}

@media (max-width: 760px) {
    section {
        padding: 54px 0;
    }

    .hero {
        padding-top: 38px;
    }

    .wide {
        padding: 0 16px;
    }

    .shell,
    .pricing-shell {
        padding: 16px;
    }

    .final-cta h2 {
        font-size: 38px;
    }

    .pricing-hero h2 {
        font-size: 44px;
    }

    .price {
        font-size: 46px;
    }
}