.gst-invoice-page {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #ffffff 100%);
}

.recurring-page {
    background:
        radial-gradient(circle at top right, rgba(84, 79, 201, 0.08), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f8faff 52%, #ffffff 100%);
}

.gst-hero-art {
    background: linear-gradient(337deg, #a1b7ff, #e1e7fd);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.gst-proof-avatar,
.recurring-proof-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    margin-right: -10px;
    border: 3px solid #fff;
}

.gst-proof-avatar {
    background: linear-gradient(135deg, #b7c8ff, #ffd5b8);
}

.recurring-proof-avatar {
    background: linear-gradient(135deg, #ffd8b5, #b8c9ff);
}

.gst-soft-card,
.gst-summary-box,
.gst-business-card,
.gst-consult-box,
.recurring-card,
.recurring-soft-card,
.recurring-form-box {
    background: #fff;
}

body.gst-invoice-page .gst-soft-card,
body.gst-invoice-page .gst-summary-box,
body.gst-invoice-page .gst-business-card,
body.gst-invoice-page .gst-consult-box,
body.recurring-page .gst-soft-card,
body.recurring-page .gst-business-card,
body.recurring-page .gst-consult-box {
    border: 1px solid #e8ebf3;
}

.recurring-card,
.recurring-soft-card,
.recurring-form-box {
    border: 1px solid #e7ecf5;
    border-radius: 22px;
}

body.gst-invoice-page .gst-summary-box {
    min-height: 100%;
    border-radius: 10px;
}

body.gst-invoice-page .gst-soft-card,
body.gst-invoice-page .gst-business-card,
body.gst-invoice-page .gst-consult-box,
body.recurring-page .gst-soft-card,
body.recurring-page .gst-business-card,
body.recurring-page .gst-consult-box {
    border-radius: 10px;
}

body.recurring-page .gst-hero-art {
    display: flex;
}

.gst-icon-box,
.recurring-step-icon,
.recurring-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b45d8;
}

.gst-icon-box {
    width: 54px;
    height: 54px;
    padding: 5px;
    border-radius: 14px;
    background: #eef2ff;
    color: #534fc9;
}

.recurring-step-icon,
.recurring-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f0ebff, #eef4ff);
    font-size: 1.1rem;
}

.gst-toolkit-panel {
    padding: 2rem;
}

.gst-toolkit-panel .row {
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 10px;
}

.gst-toolkit-side {
    background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
    height: 100%;
    border-right: 1px solid #e4eaf5;
}

.gst-toolkit-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 700;
}

.gst-pill {
    border-radius: 10px;
    background: #fff;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e8ebf3;
    color: #333;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.gst-pill.active {
    background: #534fc9;
    color: #fff;
}

.gst-pill small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
    margin-top: 4px;
}

.gst-pill.active small {
    color: rgba(255, 255, 255, 0.8);
}

.gst-toolkit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    background: #eef2ff;
    color: #534fc9;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gst-toolkit-stat {
    border: 1px solid #e5eaf6;
    border-radius: 10px;
    padding: 16px 18px;
    background: #fff;
}

.gst-toolkit-stat strong {
    display: block;
    color: #534fc9;
    font-size: 1rem;
}

.gst-toolkit-checklist li {
    padding: 10px 0;
    border-bottom: 1px dashed #dce3f1;
}

.gst-toolkit-checklist li:last-child {
    border-bottom: 0;
}

.gst-toolkit-shot-wrap {
    position: relative;
}

.gst-toolkit-shot-wrap img {
    border-radius: 20px;
}

body.gst-invoice-page .gst-toolkit-shot-wrap img,
body.gst-invoice-page .gst-soft-card img,
body.gst-invoice-page .gst-business-card img {
    border: 1px solid #3333;
    border-radius: 6px;
}

body.gst-invoice-page .gst-toolkit-shot-wrap img {
    border-radius: 20px;
}

body.recurring-page .gst-soft-card img {
    border-radius: 10px;
    border: 1px solid #3333;
}
.gst-business-card img{
    border: 1px solid #3333;
    border-radius: 10px;
}
.blt-gst-summary-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    text-align: center;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid #edf1fb;
    border-radius: 10px;
    padding: 28px 20px 24px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blt-gst-summary-box h5 {
    font-size: 1.2rem;
    line-height: 1.4em;
    text-align: left;
}

.blt-gst-summary-box p {
    font-size: 1rem;
}

.blt-gst-summary-box:hover {
    transform: translateY(-4px);
    border-color: #dce6ff;
    box-shadow: 0 16px 32px rgba(23, 35, 79, 0.1);
}

.gst-toolkit-float {
    position: absolute;
    right: -10px;
    bottom: 18px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid #e5eaf6;
    max-width: 220px;
}

.gst-toolkit-float p {
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.gst-contact-visual {
    background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 100%);
    border: 1px solid #ebeffa;
    border-radius: 10px;
    padding: 18px;
    min-height: 100%;
}

.gst-contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.gst-invoice-page .gst-contact-visual img {
    border: 1px solid #3333;
    border-radius: 15px;
}

.gst-contact-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    color: #fff;
}

.gst-contact-caption,
.gst-contact-caption * {
    position: relative;
    z-index: 1;
}

.bltInbuslist li,
.gst-rich-content li,
.recurring-content-box li {
    list-style-type: disc;
}

.gst-rich-content h3,
.recurring-content-box h3 {
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.gst-rich-content p,
.gst-rich-content li {
    color: #374151;
    line-height: 1.85;
}

.recurring-hero-art {
    background: linear-gradient(337deg, #a1b7ff, #e1e7fd);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.recurring-chip {
    position: absolute;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(84, 79, 201, 0.12);
    font-size: 13px;
    font-weight: 700;
    color: #30344b;
    backdrop-filter: blur(8px);
}

.recurring-chip.top-left {
    top: 28px;
    left: 28px;
}

.recurring-chip.top-right {
    top: 28px;
    right: 28px;
}

.recurring-chip.bottom-left {
    left: 28px;
    bottom: 28px;
}

.recurring-chip.bottom-right {
    right: 28px;
    bottom: 28px;
}

.recurring-feature-card img,
.recurring-business-card img {
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #3333;
}

/* .recurring-feature-card img {
    height: 230px;
    object-fit: cover;
} */

.recurring-business-card img {
    height: 220px;
    object-fit: contain;
    background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
    padding: 26px;
}

.recurring-checklist li,
.recurring-content-box li,
.recurring-content-box p {
    line-height: 1.85;
    color: #3f4759;
}

.recurring-form-box .form-control,
.recurring-form-box .form-select {
    min-height: 48px;
    border-color: #dce4f2;
}

.recurring-side-visual {
    min-height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #3146a5 0%, #6c53df 45%, #f1a365 100%);
}

.recurring-side-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent 25%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.18), transparent 22%),
        radial-gradient(circle at 70% 75%, rgba(255, 255, 255, 0.18), transparent 24%);
}

.recurring-side-visual > div {
    position: relative;
    z-index: 1;
}

.recurring-content-box ul {
    padding-left: 1.2rem;
}

.recurring-content-block + .recurring-content-block {
    border-top: 1px solid #edf1f7;
    margin-top: 2rem;
    padding-top: 2rem;
}

@media (max-width: 767px) {
    .gst-toolkit-side {
        border-right: 0;
        border-bottom: 1px solid #e4eaf5;
    }

    .gst-toolkit-float {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .recurring-hero-art {
        min-height: auto;
    }

    .recurring-hero-art img,
    .gst-hero-art img {
        min-height: 280px;
    }

    .recurring-chip {
        font-size: 12px;
        padding: 8px 12px;
    }
}
