.bg-body-tertiary {
    background-color: #f8f9fb !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.72) !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.row.g-3 {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.row.g-3 > [class*="col"] {
    padding-right: .5rem;
    padding-left: .5rem;
    margin-bottom: 1rem;
}

.row.g-4 {
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.row.g-4 > [class*="col"] {
    padding-right: .75rem;
    padding-left: .75rem;
    margin-bottom: 1.5rem;
}

.row.g-5 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row.g-5 > [class*="col"] {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.hero-modern {
    background:
        radial-gradient(circle at top right, rgba(255, 77, 184, 0.45), transparent 30%),
        radial-gradient(circle at bottom left, rgba(70, 215, 255, 0.35), transparent 35%),
        linear-gradient(135deg, #241038, #3c1666 42%, #ff7a59 100%);
}

.top-action-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    padding-top: .5rem;
}

.top-contact-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

.top-contact-pill:hover {
    color: #fff;
    transform: translateY(-1px);
}

.hero-badges,
.hero-mini-grid {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.hero-badges span,
.hero-mini-grid div {
    border-radius: 999px;
    padding: .55rem .9rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    font-size: .88rem;
}

.hero-mini-grid div {
    border-radius: 20px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
}

.hero-mini-grid strong {
    font-size: 1.2rem;
}

.hero-main-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}

.hero-main-cta .btn-warning {
    min-width: 240px;
    font-weight: 800;
    box-shadow: 0 18px 36px rgba(255, 122, 89, .35);
}

.vibrant-preview {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
    color: white;
}

.stat-card-vibrant {
    background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(255,240,247,.85));
}

.stat-card-vibrant small {
    color: #8a5a73;
    font-weight: 700;
}

.stat-card-vibrant h4 {
    color: #24152f;
    margin: .35rem 0;
    font-weight: 800;
}

.stat-card-vibrant strong {
    color: #7a2dff;
    font-weight: 800;
}

.gallery-card-modern {
    position: relative;
    min-height: 360px;
}

.gallery-card-modern img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.25rem;
    background: linear-gradient(180deg, transparent, rgba(25, 10, 45, .88));
    color: white;
}

.gallery-overlay span {
    display: inline-flex;
    margin-bottom: .5rem;
    border-radius: 999px;
    padding: .35rem .7rem;
    background: rgba(255,255,255,.18);
    font-size: .75rem;
}

.service-card-pop {
    background:
        radial-gradient(circle at top right, rgba(255, 122, 89, .18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(70, 215, 255, .18), transparent 35%),
        #fff;
    overflow: hidden;
    position: relative;
}

.service-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    max-width: 58px;
    max-height: 58px;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    background: linear-gradient(135deg, #ffe0f3, #e7fbff);
    position: relative;
    isolation: isolate;
    margin-bottom: 1rem;
}

.service-icon-image-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-icon-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.schedule-shell {
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255,122,89,.1), transparent 30%),
        radial-gradient(circle at bottom left, rgba(122,45,255,.08), transparent 30%),
        #fff;
}

.schedule-form-modern {
    margin-top: .5rem;
}

.form-section-card {
    padding: 1.15rem 1.15rem .35rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #fbf7ff);
    border: 1px solid rgba(122, 45, 255, .1);
    box-shadow: 0 18px 40px rgba(41, 24, 67, .06);
}

.form-section-title {
    margin-bottom: 1rem;
    color: #7a2dff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.form-label-strong {
    margin-bottom: .5rem;
    color: #30203d;
    font-size: .98rem;
    font-weight: 800;
}

.schedule-input {
    min-height: 60px;
    padding: 1rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(122, 45, 255, .14);
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(40, 24, 68, .04);
}

.schedule-input::placeholder,
.schedule-textarea::placeholder {
    color: #a08bb3;
    font-weight: 500;
}

.schedule-input-highlight {
    background: linear-gradient(135deg, rgba(255, 245, 251, .9), rgba(244, 251, 255, .9));
    border-color: rgba(255, 122, 89, .24);
}

.schedule-textarea {
    min-height: 140px;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(122, 45, 255, .14);
    background: #fff;
    font-size: 1rem;
    box-shadow: 0 10px 20px rgba(40, 24, 68, .04);
}

.quick-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.quick-service-chip {
    border: 0;
    text-align: left;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff7fb, #f8ffff);
    display: flex;
    flex-direction: column;
    gap: .35rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.quick-service-chip span {
    font-size: 1.4rem;
}

.quick-service-chip.active {
    background: linear-gradient(135deg, #ff7a59, #ff4db8);
    color: white;
    box-shadow: 0 18px 36px rgba(255, 77, 184, .24);
    transform: translateY(-2px);
}

.summary-box-pop {
    background: linear-gradient(135deg, #fff6ee, #fff);
}

.success-card {
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(70, 215, 255, 0.12), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 77, 184, 0.1), transparent 32%),
        #ffffff;
}

.success-badge {
    display: inline-flex;
    align-items: center;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: rgba(114, 212, 79, 0.14);
    color: #2f7a1f;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .76rem;
}

.success-alert-primary,
.success-alert-soft {
    border: 0;
    border-radius: 18px;
    padding: 1rem 1.1rem;
}

.success-alert-primary {
    background: linear-gradient(135deg, rgba(114, 212, 79, 0.15), rgba(70, 215, 255, 0.12));
    color: #204e17;
}

.success-alert-soft {
    background: linear-gradient(135deg, rgba(122, 45, 255, 0.08), rgba(255, 77, 184, 0.1));
    color: #43215f;
}

.success-summary-box {
    min-height: 92px;
    border: 1px solid rgba(120, 138, 163, 0.14);
}

.success-textarea {
    min-height: 130px;
    border-radius: 18px;
    border-color: #d7deea;
    background: #fbfcfe;
}

.time-slots-panel {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8fbff, #fff5fb);
    min-height: 84px;
}

.time-slots-panel-strong {
    min-height: 104px;
    padding: 1.1rem;
    border: 1px solid rgba(122, 45, 255, .1);
}

.time-slot-btn {
    border: 0;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: white;
    font-weight: 700;
    color: #25152f;
    box-shadow: 0 8px 18px rgba(35, 20, 48, .08);
}

.time-slot-btn.active {
    background: linear-gradient(135deg, #7a2dff, #ff4db8);
    color: white;
}

@media (max-width: 767px) {
    .top-action-strip {
        flex-direction: column;
    }

    .top-contact-pill {
        width: 100%;
    }

    .gallery-card-modern,
    .gallery-card-modern img {
        min-height: 240px;
        height: 240px;
    }
}
.hero-modern {
    background:
        radial-gradient(circle at top right, rgba(255, 77, 184, 0.45), transparent 30%),
        radial-gradient(circle at bottom left, rgba(70, 215, 255, 0.35), transparent 35%),
        linear-gradient(135deg, #170a28 0%, #2b0f4e 40%, #ff7a59 100%);
}

.futurist-panel {
    border: 1px solid rgba(122,45,255,.12);
    box-shadow: 0 24px 80px rgba(56, 18, 103, .12);
}

.picker-title {
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7a2dff;
    margin-bottom: .75rem;
}

.visual-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.visual-choice-grid-pro {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-choice-card {
    border: 1px solid rgba(122,45,255,.14);
    background: linear-gradient(145deg, #ffffff, #fff7fd);
    border-radius: 24px;
    padding: .85rem;
    display: flex;
    gap: .9rem;
    align-items: center;
    text-align: left;
    transition: .2s ease;
    box-shadow: 0 14px 34px rgba(30, 18, 62, .08);
}

.visual-choice-card:hover {
    transform: translateY(-2px);
}

.visual-choice-card.active {
    border-color: transparent;
    background: linear-gradient(135deg, #7a2dff, #ff4db8);
    color: #fff;
    box-shadow: 0 22px 44px rgba(122,45,255,.24);
}

.visual-choice-card.disabled-choice {
    opacity: .38;
    filter: grayscale(1);
}

.visual-thumb {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 74px;
    background: linear-gradient(135deg, #ffe4f5, #e6fbff);
    display: grid;
    place-items: center;
    font-size: 1.8rem;
}

.visual-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.visual-thumb-pro {
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(35, 20, 48, .16);
}

.visual-body strong {
    display: block;
}

.visual-body small {
    display: block;
    color: inherit;
    opacity: .8;
}

.glow-input {
    border-color: rgba(122,45,255,.25);
    box-shadow: 0 0 0 .2rem rgba(122,45,255,.08);
}

.pulse-cta {
    box-shadow: 0 18px 42px rgba(255,122,89,.3);
}

.pro-card,
.service-card-pop,
.panel-card,
.metric-card {
    border: 1px solid rgba(122,45,255,.08);
}

@media (max-width: 991px) {
    .visual-choice-grid-pro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .visual-choice-grid,
    .visual-choice-grid-pro {
        grid-template-columns: 1fr;
    }

    .visual-choice-card {
        padding: .9rem;
    }

    .form-section-card {
        padding: 1rem 1rem .2rem;
    }

    .schedule-input {
        min-height: 58px;
        font-size: .98rem;
    }
}
