﻿
.lead-modal-form .btn {
    min-height: 44px;
}

@keyframes publicModalIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 920px) {
    .site-menu-toggle {
        display: inline-grid;
        margin-left: auto;
    }

    .header-shell {
        gap: 12px;
    }

    .nav-links,
    .nav-actions {
        display: none;
        width: 100%;
    }

    .site-header.is-menu-open .nav-links,
    .site-header.is-menu-open .nav-actions {
        display: flex;
    }

    .site-header.is-menu-open .nav-links,
    .site-header.is-menu-open .nav-actions {
        order: 4;
        align-items: stretch;
        flex-direction: column;
    }

    .site-header.is-menu-open .nav-links {
        gap: 4px;
        margin-top: 8px;
        padding: 10px;
        border: 1px solid rgba(124, 58, 237, 0.14);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 16px 38px rgba(76, 29, 149, 0.09);
        overflow: visible;
    }

    .site-header.is-menu-open .nav-links a {
        width: 100%;
        padding: 12px 14px;
        border-radius: 10px;
    }

    .site-header.is-menu-open .nav-links a:hover,
    .site-header.is-menu-open .nav-links a.active {
        background: #faf5ff;
    }

    .site-header.is-menu-open .nav-links a.active::after {
        display: none;
    }

    .site-header.is-menu-open .nav-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding-top: 2px;
    }

    .site-header.is-menu-open .nav-actions .nav-login,
    .site-header.is-menu-open .nav-actions .btn {
        width: 100%;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 14px;
    }

    .conversion-grid,
    .checkout-grid,
    .contact-redesign-grid,
    .trial-grid {
        grid-template-columns: 1fr;
    }

    .floating-cta {
        display: none;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 65;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 8px 12px;
        border-top: 1px solid var(--public-line);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -12px 34px rgba(15, 23, 42, 0.12);
        backdrop-filter: blur(16px);
    }

    .mobile-sticky-cta .btn {
        width: 100%;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 14px;
    }

    body {
        padding-top: 82px;
        padding-bottom: 62px;
    }
}

@media (max-width: 620px) {
    .shell {
        width: min(100% - 28px, 1180px);
    }

    .home-section,
    .public-section {
        padding: 64px 0;
    }

    .trust-card-grid,
    .testimonial-grid,
    .contact-form-grid,
    .checkout-status-meta {
        grid-template-columns: 1fr;
    }

    .lead-modal-panel {
        padding: 24px;
    }
}

/* Slick professional landing */
.slick-hero {
    padding: 92px 0 76px;
    background:
        linear-gradient(120deg, rgba(255,255,255,.96), rgba(248,250,252,.94)),
        url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}

.slick-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    gap: 54px;
    align-items: center;
}

.slick-label,
.slick-head p {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.slick-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(42px, 5.5vw, 66px);
    font-weight: 700;
    line-height: 1.05;
}

.slick-subtitle {
    max-width: 620px;
    margin: 22px 0 30px;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.slick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.razorpay-note {
    margin-top: 18px;
    color: #64748b;
    font-size: 13px;
}

.slick-dashboard {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .14);
}

.dash-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.dash-top span {
    color: #047857;
    font-size: 13px;
    font-weight: 600;
}

.dash-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 20px;
    background: #f8fafc;
}

.dash-metrics article {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.dash-metrics small {
    color: #64748b;
    font-weight: 500;
}

.dash-metrics strong {
    color: #0f172a;
    font-size: 25px;
}

.dash-list {
    margin: 0 20px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.dash-list div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-top: 1px solid #e2e8f0;
}

.dash-list div:first-child {
    border-top: 0;
}

.dash-list span {
    color: #475569;
}

.dash-list strong {
    color: #047857;
    font-size: 13px;
}

.dash-list em {
    color: #0f172a;
    font-style: normal;
    font-weight: 600;
}

.slick-section {
    padding: 84px 0;
    background: #fff;
}

.slick-soft {
    background: #f8fafc;
}

.slick-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.slick-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.15;
}

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

.slick-feature-grid article,
.slick-plan {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.slick-feature-grid article {
    padding: 26px;
    text-align: left;
}

.slick-plan-tag {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.slick-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 12px;
    color: var(--brand);
    background: var(--brand-soft);
}

.slick-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slick-feature-grid h3,
.slick-plan h3 {
    margin: 12px 0 10px;
    color: #0f172a;
    font-size: 20px;
}

.slick-feature-grid p,
.slick-plan p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.slick-counter {
    padding: 56px 0;
    background: #0b1220;
}

.slick-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
}

.slick-counter-grid article {
    padding: 30px 24px;
    background: #111827;
}

.slick-counter-grid strong {
    color: #fff;
    display: block;
    font-size: 36px;
    line-height: 1;
}

.slick-counter-grid span {
    display: block;
    margin-top: 9px;
    color: rgba(255,255,255,.68);
}

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

.slick-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    text-align: center;
}

.slick-plan.featured {
    border-color: rgba(124, 58, 237, 0.42);
    box-shadow: 0 24px 60px rgba(124,58,237,.16);
}

.slick-plan:has(.slick-plan-tag) {
    border-color: rgba(124, 58, 237, 0.42);
    box-shadow: 0 24px 60px rgba(124,58,237,.16);
}

.slick-plan-tag {
    width: fit-content;
    margin: 0 auto 10px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--brand-dark);
    background: var(--brand-soft);
}

.slick-price {
    margin: 22px 0;
}

.slick-price strong {
    color: #0f172a;
    font-size: 32px;
    line-height: 1;
}

.slick-price small {
    color: #64748b;
    font-size: 13px;
}

.slick-plan ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
    text-align: left;
}

.slick-plan li {
    color: #334155;
    font-size: 14px;
}

.slick-plan li::before {
    content: "+";
    margin-right: 8px;
    color: #059669;
    font-weight: 700;
}

.slick-plan .btn {
    margin-top: auto;
}

.slick-soft .slick-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slick-soft .billing-toggle {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1080px) {
    .slick-hero-grid,
    .slick-feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .slick-hero-grid,
    .slick-feature-grid,
    .slick-counter-grid,
    .slick-plan-grid {
        grid-template-columns: 1fr;
    }

    .slick-hero {
        padding: 64px 0;
    }
}

@media (max-width: 560px) {
    .slick-copy h1 {
        font-size: 34px;
    }

    .slick-subtitle {
        font-size: 16px;
    }

    .dash-metrics,
    .dash-list div {
        grid-template-columns: 1fr;
    }
}

/* Minimal rebuilt landing page */
.landing-hero {
    padding: 90px 0 72px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.landing-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 52px;
    align-items: center;
}

.landing-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(42px, 5.5vw, 68px);
    line-height: 1.06;
    font-weight: 700;
}

.landing-copy p {
    max-width: 560px;
    margin: 22px 0 30px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-panel {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.panel-head span {
    color: #047857;
    font-size: 13px;
    font-weight: 600;
}

.panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 20px;
    background: #f8fafc;
}

.panel-grid article {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.panel-grid small {
    color: #64748b;
    font-weight: 500;
}

.panel-grid strong {
    color: #0f172a;
    font-size: 24px;
}

.landing-section {
    padding: 84px 0;
    background: #fff;
}

.landing-soft {
    background: #f8fafc;
}

.landing-head {
    margin-bottom: 38px;
    text-align: center;
}

.landing-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 600;
}

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

.landing-feature-grid article,
.landing-plan {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.landing-feature-grid article {
    padding: 24px;
}

.landing-feature-grid h3,
.landing-plan h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 19px;
}

.landing-feature-grid p,
.landing-plan p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.landing-counter-section {
    padding: 54px 0;
    background: #0b1220;
}

.landing-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
}

.landing-counter-grid article {
    padding: 30px 24px;
    background: #111827;
}

.landing-counter-grid strong {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.landing-counter-grid span {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.landing-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-plan {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.landing-plan.featured {
    border-color: #111827;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
}

.landing-price {
    margin: 22px 0;
}

.landing-price strong {
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
}

.landing-price span {
    color: #64748b;
    font-size: 13px;
}

.landing-plan ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.landing-plan li {
    color: #334155;
    font-size: 14px;
}

.landing-plan li::before {
    content: "+";
    margin-right: 8px;
    color: #059669;
    font-weight: 700;
}

.landing-plan .btn {
    margin-top: auto;
}

@media (max-width: 1080px) {
    .landing-hero-grid,
    .landing-feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .landing-hero-grid,
    .landing-feature-grid,
    .landing-pricing-grid,
    .landing-counter-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero {
        padding: 64px 0;
    }

}

@media (max-width: 560px) {
    .landing-copy h1 {
        font-size: 34px;
    }

    .landing-copy p {
        font-size: 16px;
    }

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

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

/* Home page rebuild */
.home-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 76px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.92)),
        url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 10%, rgba(124, 58, 237, 0.12), transparent 32%);
    pointer-events: none;
}

.home-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
    gap: 58px;
    align-items: center;
}

.home-kicker,
.home-section-head span,
.home-cta-band span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    background: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 690px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(42px, 5.6vw, 70px);
    line-height: 1.02;
    font-weight: 700;
}

.home-hero p {
    max-width: 610px;
    margin: 22px 0 30px;
    color: #475569;
    font-size: 18px;
    line-height: 1.72;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

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

.home-trust span {
    padding: 8px 11px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 13px;
    font-weight: 550;
}

.home-preview {
    min-width: 0;
}

.preview-window {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.preview-header strong {
    color: #0f172a;
    font-size: 15px;
}

.preview-header span {
    padding: 5px 9px;
    border-radius: 999px;
    color: #047857;
    background: #ecfdf5;
    font-size: 12px;
    font-weight: 700;
}

.preview-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 20px;
    background: #f8fafc;
}

.preview-metrics article,
.preview-flow div,
.preview-table {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.preview-metrics article {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.preview-metrics small,
.preview-flow span {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.preview-metrics strong {
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
}

.preview-metrics span {
    color: #047857;
    font-size: 13px;
    font-weight: 700;
}

.preview-metrics .warn {
    color: #b45309;
}

.preview-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 20px 20px;
    background: #f8fafc;
}

.preview-flow div {
    display: grid;
    gap: 4px;
    padding: 14px;
}

.preview-flow strong {
    color: #0f172a;
    font-size: 15px;
}

.preview-table {
    margin: 0 20px 20px;
    overflow: hidden;
}

.preview-table div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-top: 1px solid #e2e8f0;
}

.preview-table div:first-child {
    border-top: 0;
}

.preview-table span {
    color: #475569;
}

.preview-table strong {
    padding: 4px 8px;
    border-radius: 999px;
    color: #047857;
    background: #ecfdf5;
    font-size: 12px;
}

.preview-table strong.warn {
    color: #b45309;
    background: #fff7ed;
}

.preview-table em {
    color: #0f172a;
    font-style: normal;
    font-weight: 600;
}

.home-strip {
    padding: 18px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.home-strip .shell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.home-strip span {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-strip strong {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.home-section {
    padding: 88px 0;
    background: #fff;
}

.home-section-soft {
    background: #f8fafc;
}

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

.home-section-head h2,
.home-cta-band h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700;
}

.home-section-head p {
    max-width: 660px;
    margin: 16px auto 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

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

.home-feature-grid article,
.home-price-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.home-feature-grid article {
    padding: 26px;
}

.home-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 12px;
    color: var(--brand);
    background: var(--brand-soft);
}

.home-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-feature-grid h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 19px;
    font-weight: 700;
}

.home-feature-grid p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.68;
}

.home-counter-section {
    padding: 62px 0;
    background: #fff;
}

.home-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.home-counter-grid article {
    position: relative;
    padding: 34px 30px;
    text-align: center;
}

.home-counter-grid article + article {
    border-left: 1px solid #e2e8f0;
}

.home-counter-grid strong {
    display: block;
    color: #0f172a;
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.home-counter-grid span {
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.plan-section {
    background:
        linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.pricing-intro-section {
    padding: 76px 0 72px;
    background: #fff;
}

.pricing-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
    gap: 52px;
    align-items: center;
}

.pricing-intro-grid h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 700;
}

.pricing-intro-grid p {
    max-width: 680px;
    margin: 18px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.72;
}

.pricing-intro-panel {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.pricing-intro-panel article {
    display: grid;
    gap: 7px;
    padding: 24px 26px;
}

.pricing-intro-panel article + article {
    border-top: 1px solid #e2e8f0;
}

.pricing-intro-panel strong {
    color: #0f172a;
    font-size: 17px;
}

.pricing-intro-panel span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.58;
}

.pricing-page-plans {
    border-top: 1px solid #e2e8f0;
}

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

.plan-section-head > div:first-child {
    max-width: 760px;
}

.plan-section-head span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    background: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.plan-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700;
}

.plan-section-head p {
    max-width: 720px;
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.billing-toggle {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.billing-toggle a {
    padding: 9px 13px;
    border-radius: 9px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.billing-toggle a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--public-brand), var(--public-brand-dark));
    box-shadow: 0 8px 18px rgba(124, 58, 237, 0.2);
}

