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(220, 232, 250, .10);
    border: 1px solid rgba(220, 232, 250, .20);
    color: rgba(255, 255, 255, .92);
    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;
}

.hero-copy {
    font-size: 19px;
    line-height: 1.75;
    color: var(--muted);
    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, .14);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .06);
    white-space: nowrap;
}

.panel,
.shell,
.card,
.showcase {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: var(--shadow);
    overflow: hidden;
}

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

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

.panel-title {
    margin-left: 10px;
    color: rgba(255, 255, 255, .65);
    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, .10);
    background: rgba(0, 0, 0, .10);
}

.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 {
    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: rgba(255, 255, 255, .08);
    border-color: rgba(220, 232, 250, .28);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(220, 232, 250, .10);
    border: 1px solid rgba(220, 232, 250, .18);
    font-size: 28px;
}

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

.card p {
    margin: 0;
    color: var(--muted);
    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;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: var(--shadow);
}

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

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

.step p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

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

.showcase-body {
    padding: 14px;
}

/* pricing section — same visual language as pricing page */
.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: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.pricing-shell {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    box-shadow: var(--shadow);
    padding: 22px;
}

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

.plan {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    min-height: 100%;
}

.plan.featured {
    border-color: rgba(220, 232, 250, .34);
    background: rgba(220, 232, 250, .08);
    transform: translateY(-2px);
}

.plan-top {
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .10);
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.plan-tag {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(220, 232, 250, .12);
    border: 1px solid rgba(220, 232, 250, .22);
    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-sub {
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.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: var(--muted);
    font-size: 14px;
    padding-bottom: 8px;
}

.price-note {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

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

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

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

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

.pricing-footnote {
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.final-cta {
    text-align: center;
    padding: 34px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: var(--shadow);
}

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

.final-cta p {
    margin: 0 auto 18px;
    max-width: 58ch;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

footer {
    padding: 28px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .55);
    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;
    }
}