/* =========================================================
   SERVICE DETAIL
========================================================= */

.bb-service-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(37, 99, 235, .10),
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 15%,
            rgba(124, 58, 237, .10),
            transparent 32%
        ),
        #f8fafc;
}

.bb-service-detail-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -240px;
    border-radius: 50%;
    background: rgba(6, 182, 212, .08);
    filter: blur(70px);
}

.bb-service-detail-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);

    align-items: center;

    gap: 70px;

    max-width: 1180px;
    margin: 0 auto;
}

.bb-service-detail-hero-content {
    max-width: 650px;
}

.bb-service-detail-hero-content h1 {
    margin: 22px 0 22px;

    color: var(--bb-dark, #101828);

    font-size: clamp(40px, 5vw, 66px);

    line-height: 1.04;

    letter-spacing: -.055em;
}

.bb-service-detail-hero-content h1 strong {
    display: block;

    color: transparent;

    background: var(
        --bb-gradient,
        linear-gradient(90deg, #2563eb, #7c3aed)
    );

    background-clip: text;
    -webkit-background-clip: text;
}

.bb-service-detail-hero-content > p {
    max-width: 590px;

    margin: 0;

    color: var(--bb-muted, #64748b);

    font-size: 16px;

    line-height: 1.8;
}

.bb-service-detail-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}

.bb-service-detail-actions .bb-btn {
    min-height: 50px;
}

.bb-service-detail-trust {
    display: flex;
    flex-wrap: wrap;

    gap: 18px 25px;

    margin-top: 28px;
}

.bb-service-detail-trust div {
    display: flex;
    align-items: center;

    gap: 7px;

    color: #475569;

    font-size: 12px;
    font-weight: 600;
}

.bb-service-detail-trust strong {
    color: #2563eb;
}

.bb-service-detail-hero-visual {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-service-detail-image-card {
    position: relative;

    width: min(100%, 500px);

    aspect-ratio: 1 / .85;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.9);

    border-radius: 30px;

    background: #fff;

    box-shadow:
        0 30px 80px rgba(15, 23, 42, .12);
}

.bb-service-detail-image-card img {
    position: relative;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    z-index: 2;
}

.bb-service-detail-image-glow {
    position: absolute;

    width: 220px;
    height: 220px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.18),
            rgba(124,58,237,.18)
        );

    filter: blur(50px);
}

.bb-floating-card {
    position: absolute;

    z-index: 5;

    display: flex;
    align-items: center;

    gap: 11px;

    padding: 13px 16px;

    border: 1px solid rgba(226,232,240,.9);

    border-radius: 15px;

    background: rgba(255,255,255,.94);

    box-shadow:
        0 15px 35px rgba(15,23,42,.10);

    backdrop-filter: blur(15px);
}

.bb-floating-card-top {
    top: 65px;
    left: 0;
}

.bb-floating-card-bottom {
    right: 0;
    bottom: 55px;
}

.bb-floating-icon {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #2563eb;

    background: #eff6ff;

    font-weight: 800;
}

.bb-floating-card strong,
.bb-floating-card small {
    display: block;
}

.bb-floating-card strong {
    color: #172033;

    font-size: 12px;
}

.bb-floating-card small {
    margin-top: 3px;

    color: #64748b;

    font-size: 10px;
}



/* =========================================================
   QUICK BENEFITS
========================================================= */

.bb-service-quick {
    position: relative;
    z-index: 4;

    margin-top: -1px;

    background: #fff;

    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.bb-service-quick-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    max-width: 1180px;
    margin: 0 auto;
}

.bb-service-quick-item {
    min-height: 105px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 20px 25px;

    border-right: 1px solid #eef2f7;
}

.bb-service-quick-item:first-child {
    border-left: 1px solid #eef2f7;
}

.bb-service-quick-item > span {
    color: #2563eb;

    font-size: 11px;

    font-weight: 800;
}

.bb-service-quick-item strong,
.bb-service-quick-item small {
    display: block;
}

.bb-service-quick-item strong {
    color: #172033;

    font-size: 13px;
}

.bb-service-quick-item small {
    margin-top: 4px;

    color: #94a3b8;

    font-size: 11px;
}



/* =========================================================
   GENERIC SECTION HEADING
========================================================= */

.bb-service-section-heading {
    max-width: 650px;
}

.bb-service-section-heading.center {
    max-width: 720px;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.bb-service-section-heading h2 {
    margin: 17px 0 14px;

    color: var(--bb-dark, #101828);

    font-size: clamp(30px, 4vw, 48px);

    line-height: 1.08;

    letter-spacing: -.045em;
}

.bb-service-section-heading h2 strong {
    color: transparent;

    background:
        var(
            --bb-gradient,
            linear-gradient(90deg, #2563eb, #7c3aed)
        );

    background-clip: text;
    -webkit-background-clip: text;
}

.bb-service-section-heading > p {
    margin: 0;

    color: var(--bb-muted, #64748b);

    font-size: 14px;

    line-height: 1.8;
}



/* =========================================================
   ABOUT
========================================================= */

.bb-service-about {
    background: #fff;
}

.bb-service-about-grid {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 90px;

    max-width: 1080px;
    margin: 0 auto;
}

.bb-service-about-content {
    padding-top: 5px;
}

.bb-service-about-content p {
    margin: 0 0 20px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.9;
}

.bb-service-about-content p:last-child {
    margin-bottom: 0;
}

.bb-service-about-content a {
    color: #2563eb;

    font-weight: 700;

    text-decoration: none;
}

.bb-service-about-content a:hover {
    text-decoration: underline;
}



/* =========================================================
   BENEFITS
========================================================= */

.bb-service-benefits {
    background: #f8fafc;
}

.bb-service-benefit-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    max-width: 1100px;

    margin: 50px auto 0;
}

.bb-service-benefit-card {
    position: relative;

    min-height: 245px;

    padding: 28px;

    overflow: hidden;

    border: 1px solid #e8edf4;

    border-radius: 22px;

    background: #fff;

    transition: .25s ease;
}

.bb-service-benefit-card:hover {
    transform: translateY(-5px);

    border-color: rgba(37,99,235,.18);

    box-shadow:
        0 20px 45px rgba(15,23,42,.07);
}

.bb-service-card-number {
    position: absolute;

    top: 20px;
    right: 22px;

    color: #e2e8f0;

    font-size: 11px;

    font-weight: 800;
}

.bb-service-benefit-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    border-radius: 12px;

    color: #2563eb;

    background: #eff6ff;

    font-weight: 800;
}

.bb-service-benefit-card h3 {
    margin: 0 0 10px;

    color: #172033;

    font-size: 17px;
}

.bb-service-benefit-card p {
    margin: 0;

    color: #64748b;

    font-size: 13px;

    line-height: 1.75;
}



/* =========================================================
   PRICING
========================================================= */

.bb-service-pricing {
    background: #fff;
}

.bb-service-price-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    max-width: 1120px;

    margin: 50px auto 0;
}

.bb-service-price-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 385px;

    padding: 30px;

    border: 1px solid #e5eaf1;

    border-radius: 23px;

    background: #fff;

    transition: .25s ease;
}

.bb-service-price-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 50px rgba(15,23,42,.08);
}

.bb-service-price-card.is-featured {
    border-color: #6366f1;

    background:
        linear-gradient(
            180deg,
            #f8faff,
            #fff
        );

    box-shadow:
        0 20px 55px rgba(79,70,229,.12);
}

.bb-price-badge {
    position: absolute;

    top: -12px;
    right: 20px;

    padding: 7px 12px;

    border-radius: 999px;

    color: #fff;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #7c3aed
        );

    font-size: 10px;

    font-weight: 800;
}

.bb-price-header > span {
    color: #64748b;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .08em;
}

.bb-price-header h3 {
    margin: 13px 0 0;

    color: #172033;

    font-size: 27px;

    letter-spacing: -.04em;
}

.bb-price-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 28px;

    padding: 15px;

    border-radius: 13px;

    background: #f8fafc;
}

.bb-price-quantity small {
    color: #64748b;

    font-size: 11px;
}

.bb-price-quantity strong {
    color: #2563eb;

    font-size: 14px;
}

.bb-price-info {
    margin-top: 22px;
}

.bb-price-info > div {
    display: flex;
    justify-content: space-between;

    padding: 11px 0;

    border-bottom: 1px solid #eef2f7;
}

.bb-price-info span {
    color: #94a3b8;

    font-size: 11px;
}

.bb-price-info strong {
    color: #475569;

    font-size: 11px;
}

.bb-price-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    width: 100%;

    margin-top: 24px;
    padding: 13px 16px;

    color: #2563eb;

    background: #f8faff;

    border: 1px solid #dbeafe;
    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;

    text-decoration: none;

    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.bb-price-button span {
    display: inline-flex;
    align-items: center;

    transition: transform .2s ease;
}

.bb-price-button:hover {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );

    border-color: transparent;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(37, 99, 235, .16);
}

.bb-price-button:hover span {
    transform: translateX(4px);
}

.bb-price-note {
    margin: 20px auto 0;

    color: #94a3b8;

    font-size: 11px;

    line-height: 1.6;

    text-align: center;
}





/* =========================================================
   PROCESS
========================================================= */

.bb-service-process {
    background: #f8fafc;
}

.bb-service-process-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    max-width: 1150px;

    margin: 50px auto 0;
}

.bb-service-process-card {
    position: relative;

    padding: 0 22px 20px;

    border-left: 1px solid #e2e8f0;
}

.bb-service-process-card:first-child {
    border-left: 0;
}

.bb-process-number {
    display: inline-flex;

    margin-bottom: 28px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;
}

.bb-process-line {
    position: absolute;

    top: 7px;
    left: 40px;

    width: calc(100% - 40px);

    height: 1px;

    background: #dbe4ef;
}

.bb-service-process-card:last-child .bb-process-line {
    display: none;
}

.bb-service-process-card h3 {
    margin: 0 0 10px;

    color: #172033;

    font-size: 16px;
}

.bb-service-process-card p {
    margin: 0;

    color: #64748b;

    font-size: 12px;

    line-height: 1.75;
}



/* =========================================================
   AUDIENCE
========================================================= */

.bb-service-audience {
    background: #fff;
}

.bb-service-audience-box {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 70px;

    max-width: 1100px;

    margin: 0 auto;

    padding: 55px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #faf8ff
        );

    border: 1px solid #edf1f7;
}

.bb-service-audience-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
}

.bb-audience-item {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 17px;

    border: 1px solid #e8edf4;

    border-radius: 14px;

    background: rgba(255,255,255,.8);
}

.bb-audience-item span {
    color: #2563eb;

    font-size: 10px;

    font-weight: 800;
}

.bb-audience-item strong {
    color: #475569;

    font-size: 12px;
}



/* =========================================================
   TIPS
========================================================= */

.bb-service-tips {
    background: #f8fafc;
}

.bb-service-tips-grid {
    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 90px;

    max-width: 1050px;

    margin: 0 auto;
}

.bb-service-tips-list {
    border-top: 1px solid #e2e8f0;
}

.bb-tip-item {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 15px;

    padding: 20px 0;

    border-bottom: 1px solid #e2e8f0;
}

.bb-tip-item span {
    color: #2563eb;

    font-size: 11px;

    font-weight: 800;
}

.bb-tip-item p {
    margin: 0;

    color: #475569;

    font-size: 13px;

    line-height: 1.7;
}



/* =========================================================
   RELATED
========================================================= */

.bb-service-related {
    background: #fff;
}

.bb-service-related-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 14px;

    max-width: 1100px;

    margin: 50px auto 0;
}

.bb-related-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    min-height: 105px;

    padding: 20px;

    border: 1px solid #e7ebf1;

    border-radius: 17px;

    color: inherit;

    background: #fff;

    text-decoration: none;

    transition: .25s ease;
}

.bb-related-card:hover {
    transform: translateY(-3px);

    border-color: rgba(37,99,235,.25);

    box-shadow:
        0 15px 35px rgba(15,23,42,.06);
}

.bb-related-card span {
    display: block;

    margin-bottom: 7px;

    color: #94a3b8;

    font-size: 10px;
}

.bb-related-card h3 {
    margin: 0;

    color: #172033;

    font-size: 13px;
}

.bb-related-card > strong {
    color: #2563eb;

    font-size: 18px;
}



/* ==========================================
   FAQ
========================================== */

.bb-service-faq {
    margin-top: 80px;
}

.bb-service-faq-header {
    max-width: 700px;
    margin: 0 auto 35px;
    text-align: center;
}

.bb-service-faq-header h2 {
    margin: 14px 0 12px;

    color: var(--bb-dark);

    font-size: clamp(28px, 4vw, 42px);

    line-height: 1.15;

    letter-spacing: -.04em;
}

.bb-service-faq-header p {
    margin: 0;

    color: var(--bb-muted);

    font-size: 14px;

    line-height: 1.8;
}


/* FAQ LIST */

.bb-faq-list {
    width: min(850px, 100%);

    margin: 0 auto;
}


/* FAQ ITEM */

.bb-faq-list details {

    padding: 0;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    overflow: hidden;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.bb-faq-list details:hover {
    border-color: #cbd5e1;
}

.bb-faq-list details[open] {
    border-color: #dbeafe;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .05);
}


/* QUESTION */

.bb-faq-list summary {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    min-height: 64px;

    padding: 18px 22px;

    color: var(--bb-dark);

    font-size: 14px;

    font-weight: 700;

    line-height: 1.5;

    cursor: pointer;

    list-style: none;
}

.bb-faq-list summary::-webkit-details-marker {
    display: none;
}


/* PLUS ICON */

.bb-faq-list summary::after {
    content: "+";

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 30px;
    height: 30px;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 8px;

    font-size: 18px;

    font-weight: 500;

    transition:
        transform .2s ease,
        background .2s ease;
}

.bb-faq-list details[open] summary::after {
    content: "−";

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );
}


/* ANSWER */

.bb-faq-list .bb-faq-answer {
    padding: 0 22px 22px;
}

.bb-faq-list .bb-faq-answer p {
    margin: 0;

    color: var(--bb-muted);

    font-size: 13px;

    line-height: 1.8;
}


/* MOBILE */

@media (max-width: 600px) {

    .bb-service-faq {
        margin-top: 60px;
    }

    .bb-service-faq-header {
        margin-bottom: 25px;
    }

    .bb-service-faq-header h2 {
        font-size: 28px;
    }

    .bb-faq-list summary {
        min-height: 58px;

        padding: 16px;

        font-size: 13px;
    }

    .bb-faq-list .bb-faq-answer {
    padding: 0 16px 18px;
    }

    .bb-faq-list .bb-faq-answer p {
        font-size: 12px;
    }

}


/* =========================================================
   FINAL CTA
========================================================= */

.bb-service-final-cta {
    padding: 90px 0;

    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(255,255,255,.10),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(255,255,255,.08),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );
}

.bb-service-final-cta-inner {
    max-width: 800px;

    margin: 0 auto;

    text-align: center;
}

.bb-service-final-cta .bb-section-label {
    color: #fff;

    border-color: rgba(255,255,255,.25);

    background: rgba(255,255,255,.10);
}

.bb-service-final-cta h2 {
    margin: 20px 0 15px;

    color: #fff;

    font-size: clamp(32px, 5vw, 54px);

    line-height: 1.08;

    letter-spacing: -.05em;
}

.bb-service-final-cta h2 strong {
    display: block;

    color: rgba(255,255,255,.72);
}

.bb-service-final-cta p {
    max-width: 580px;

    margin: 0 auto;

    color: rgba(255,255,255,.78);

    font-size: 14px;

    line-height: 1.8;
}

.bb-service-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .bb-service-detail-hero-grid {
        gap: 40px;
    }

    .bb-service-detail-hero-content h1 {
        font-size: 48px;
    }

    .bb-service-about-grid,
    .bb-service-tips-grid,
    .bb-service-faq-grid {
        gap: 50px;
    }

    .bb-service-audience-box {
        gap: 40px;
        padding: 40px;
    }

}


@media (max-width: 900px) {

    .bb-service-detail-hero {
        padding: 65px 0;
    }

    .bb-service-detail-hero-grid {
        grid-template-columns: 1fr;
    }

    .bb-service-detail-hero-content {
        max-width: 700px;

        margin: 0 auto;

        text-align: center;
    }

    .bb-service-detail-hero-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .bb-service-detail-actions,
    .bb-service-detail-trust {
        justify-content: center;
    }

    .bb-service-detail-hero-visual {
        min-height: 430px;
    }

    .bb-service-about-grid,
    .bb-service-tips-grid,
    .bb-service-faq-grid,
    .bb-service-audience-box {
        grid-template-columns: 1fr;
    }

    .bb-service-benefit-grid,
    .bb-service-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bb-service-price-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bb-service-process-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 30px;
    }

    .bb-service-process-card {
        border-left: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 25px;
    }

    .bb-process-line {
        display: none;
    }

    .bb-service-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bb-service-quick-item:nth-child(3) {
        border-left: 1px solid #eef2f7;
    }

}


@media (max-width: 600px) {

    .bb-service-detail-hero {
        padding: 50px 0;
    }

    .bb-service-detail-hero-content h1 {
        font-size: 38px;
    }

    .bb-service-detail-hero-content > p {
        font-size: 14px;
    }

    .bb-service-detail-actions {
        flex-direction: column;
    }

    .bb-service-detail-actions .bb-btn {
        width: 100%;
    }

    .bb-service-detail-trust {
        flex-direction: column;
        align-items: center;
    }

    .bb-service-detail-hero-visual {
        min-height: 340px;
    }

    .bb-service-detail-image-card {
        width: 90%;
    }

    .bb-floating-card-top {
        top: 25px;
        left: 0;
    }

    .bb-floating-card-bottom {
        right: 0;
        bottom: 25px;
    }

    .bb-service-quick-grid {
        grid-template-columns: 1fr;
    }

    .bb-service-quick-item,
    .bb-service-quick-item:first-child,
    .bb-service-quick-item:nth-child(3) {
        border-left: 0;
        border-right: 0;

        border-bottom: 1px solid #eef2f7;
    }

    .bb-service-benefit-grid,
    .bb-service-price-grid,
    .bb-service-related-grid {
        grid-template-columns: 1fr;
    }

    .bb-service-process-grid {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .bb-service-audience-box {
        padding: 28px 22px;
    }

    .bb-service-audience-list {
        grid-template-columns: 1fr;
    }

    .bb-service-section-heading h2 {
        font-size: 32px;
    }

    .bb-service-final-cta {
        padding: 70px 0;
    }

    .bb-service-final-actions {
        flex-direction: column;
    }

    .bb-service-final-actions .bb-btn {
        width: 100%;
    }

}