/*
Theme Name: Simple Mehndi
Theme URI: https://simplemehndidesign.co.in/
Author: Gemini
Description: A highly optimized, premium WordPress theme designed specifically for Mehndi pattern showcases, rich media tutorials, and artist bookings. Built with optimized performance, schema configurations, and absolute device adaptability.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: simple-mehndi
*/

/* Core Design System Tokens */
:root {
    --rose: #C2185B;
    --rose-deep: #880E4F;
    --rose-mid: #E91E8C;
    --blush: #FFF0F6;
    --blush2: #FCE4EC;
    --blush3: #F8BBD9;
    --gold: #C9922A;
    --gold-light: #F5E6C8;
    --gold-pale: #FFFAF0;
    --plum: #6A0F49;
    --mauve: #D4869A;
    --cream: #FFF8FB;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-sans);
    background-color: #f7f3f5;
    color: #4A3E43;
    -webkit-font-smoothing: antialiased;
}

.wrap {
    max-width: 900px;
    margin: 0 auto;
    background: var(--cream);
    border: 0.5px solid #F0C8DC;
    box-shadow: 0 4px 20px rgba(136, 14, 79, 0.03);
    overflow: hidden;
}

/* Header & Sticky Navigation */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 24px;
    background: var(--cream);
    border-bottom: 0.5px solid #F0C8DC;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-family: var(--font-serif);
    font-size: 21px;
    font-weight: 500;
    color: var(--rose-deep);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.logo sub {
    font-size: 10px;
    font-family: var(--font-sans);
    font-weight: 400;
    color: var(--mauve);
    display: block;
    letter-spacing: 0.3px;
    margin-top: -2px;
}

.nav-menu-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-links {
    display: flex;
    gap: 8px;
    list-style: none;
}

.nav-links a {
    color: #A0607A;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 13px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-links a:hover,
.nav-links .current-menu-item a {
    background: var(--blush2);
    color: var(--rose-deep);
}

.nav-cta {
    background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease;
}

.nav-cta:hover {
    opacity: 0.92;
    color: #fff;
}

/* Home Hero Template */
.hero {
    padding: 52px 28px 44px;
    border-bottom: 0.5px solid #F0C8DC;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--cream) 60%, var(--blush) 100%);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--blush2);
    color: var(--rose-deep);
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    border: 0.5px solid var(--blush3);
}

.hero-eyebrow i {
    font-size: 13px;
    color: var(--gold);
}

.hero h1 {
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.18;
    color: var(--plum);
    max-width: 460px;
    margin-bottom: 14px;
}

.hero h1 em {
    color: var(--rose);
    font-style: normal;
}

.hero p {
    font-size: 15px;
    color: #9E6878;
    max-width: 390px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.hero-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.btn-rose {
    background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%);
    color: #fff !important;
    border: none;
    padding: 11px 22px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}

.btn-rose:hover {
    opacity: 0.92;
}

.btn-outline {
    background: none;
    border: 1.5px solid var(--blush3);
    color: var(--rose-deep) !important;
    padding: 11px 22px;
    border-radius: 24px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-weight: 500;
}

.btn-outline:hover {
    background: var(--blush2);
}

.hero-deco {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 0.12;
    pointer-events: none;
}

.stats-row {
    display: flex;
    gap: 28px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 0.5px solid #F0C8DC;
    flex-wrap: wrap;
}

.stat {
    text-align: left;
}

.stat-num {
    font-family: var(--font-serif);
    font-size: 26px;
    color: var(--rose-deep);
    font-weight: 500;
}

.stat-lbl {
    font-size: 11px;
    color: #B08090;
    margin-top: 1px;
}

/* Category Grid Section */
.cats {
    padding: 32px 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.sec-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sec-title {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--plum);
}

.sec-link {
    font-size: 13px;
    color: var(--rose);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.cat-card {
    text-align: center;
    padding: 18px 8px 14px;
    border-radius: 16px;
    cursor: pointer;
    border: 1.5px solid transparent;
    background: var(--blush);
    transition: all 0.2s ease;
    text-decoration: none;
    display: block;
}

.cat-card:hover {
    border-color: var(--blush3);
    background: #FFF;
    transform: translateY(-2px);
}

.cat-card:nth-child(2n) { background: var(--gold-pale); }
.cat-card:nth-child(3n) { background: #F3F0FF; }
.cat-card:nth-child(4n) { background: #F0FBF4; }
.cat-card:nth-child(5n) { background: #FFF0F0; }

.cat-emoji {
    font-size: 26px;
    margin-bottom: 8px;
    display: block;
}

.cat-card h3 {
    font-size: 12px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 3px;
}

.cat-card p {
    font-size: 10px;
    color: #B090A0;
}

/* Design & Post Cards */
.designs {
    padding: 28px 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.dcard {
    border-radius: 16px;
    overflow: hidden;
    border: 0.5px solid #F0C8DC;
    background: #FFF;
    transition: all 0.2s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.dcard:hover {
    border-color: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(136, 14, 79, 0.05);
}

.dcard-thumb {
    aspect-ratio: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blush);
    position: relative;
    overflow: hidden;
}

.dcard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcard-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.dcard-body h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 8px;
    line-height: 1.35;
}

.dcard-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.dcard-meta p {
    font-size: 11px;
    color: #B090A0;
}

.dcard-badge {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 500;
}

.badge-easy { background: #F0FBF4; color: #2E7D32; }
.badge-med { background: var(--gold-light); color: #7B5800; }
.badge-adv { background: var(--blush2); color: var(--rose-deep); }

/* Video & Watch Sections */
.vid-sec {
    padding: 28px 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.vid-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: var(--rose-deep);
    background: var(--blush2);
    padding: 4px 10px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.vid-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.vcard {
    border-radius: 14px;
    overflow: hidden;
    border: 0.5px solid #F0C8DC;
    background: #FFF;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.vcard:hover {
    border-color: var(--mauve);
}

.vcover {
    aspect-ratio: 9/16;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.vplay {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.vplay i {
    color: var(--rose-deep);
    font-size: 17px;
    margin-left: 2px;
}

.vtitle {
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    z-index: 2;
}

.vcover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.vcard-body {
    padding: 10px 12px;
}

.vcard-body p {
    font-size: 12px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 2px;
}

.vcard-body span {
    font-size: 11px;
    color: #B090A0;
}

.reel-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--rose-deep);
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 8px;
    font-weight: 600;
    z-index: 3;
}

/* Trending This Week Row List */
.trend-sec {
    padding: 28px 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.tlist {
    display: flex;
    flex-direction: column;
}

.titem {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 0.5px solid #FBE4EE;
    text-decoration: none;
}

.titem:last-child {
    border-bottom: none;
}

.titem:hover .tinfo h4 {
    color: var(--rose);
}

.tnum {
    font-family: var(--font-serif);
    font-size: 24px;
    color: #E8C4D4;
    font-weight: 500;
    min-width: 30px;
}

.tthumb {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blush);
}

.tthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tinfo h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 4px;
    transition: color 0.2s;
}

.tinfo p {
    font-size: 12px;
    color: #B090A0;
}

.tviews {
    margin-left: auto;
    font-size: 12px;
    color: var(--mauve);
    white-space: nowrap;
    font-weight: 500;
}

/* Newsletter block placement */
.newsletter {
    margin: 24px;
    border-radius: 20px;
    padding: 28px 24px;
    background: linear-gradient(135deg, var(--rose-deep) 0%, #C2185B 60%, #AD1457 100%);
    text-align: center;
}

.newsletter h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
}

.newsletter p {
    font-size: 13px;
    color: #FFB3C8;
    margin-bottom: 20px;
}

.nl-row {
    display: flex;
    gap: 8px;
    max-width: 360px;
    margin: 0 auto;
}

.nl-input {
    flex: 1;
    padding: 10px 16px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    outline: none;
}

.nl-btn {
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

/* Footer layout rules */
footer {
    padding: 28px 24px;
    border-top: 0.5px solid #F0C8DC;
}

.foot-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.foot-brand p {
    font-size: 13px;
    color: #B090A0;
    margin-top: 8px;
    line-height: 1.5;
}

.foot-socials {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.fsoc {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--blush2);
    border: 0.5px solid var(--blush3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rose);
    transition: all 0.2s ease;
}

.fsoc:hover {
    background: var(--rose);
    color: #fff;
}

.foot-col h4 {
    font-size: 13px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 12px;
}

.foot-col ul {
    list-style: none;
}

.foot-col a {
    display: block;
    font-size: 13px;
    color: #B090A0;
    margin-bottom: 7px;
    text-decoration: none;
}

.foot-col a:hover {
    color: var(--rose);
}

.foot-bottom {
    border-top: 0.5px solid #F0C8DC;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-bottom p {
    font-size: 12px;
    color: #C0A0B0;
}

/* Single & Guide Content Pages */
.content-hero {
    padding: 30px 24px 22px;
    border-bottom: 0.5px solid #F0C8DC;
    background: linear-gradient(to bottom, var(--blush), var(--cream));
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #B090A0;
    margin-bottom: 14px;
}

.breadcrumb a {
    color: #B090A0;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--rose);
}

.post-cats {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.pcat {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 10px;
    font-weight: 500;
}

.pcat-rose { background: var(--blush2); color: var(--rose-deep); }
.pcat-gold { background: var(--gold-light); color: #7B5800; }

.content-hero h1 {
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 500;
    color: var(--plum);
    line-height: 1.3;
    margin-bottom: 14px;
}

.pmeta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pmeta span {
    font-size: 12px;
    color: #B090A0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pmeta i {
    font-size: 13px;
    color: var(--mauve);
}

.cbody {
    padding: 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.cbody p {
    font-size: 15px;
    color: #8A6070;
    line-height: 1.72;
    margin-bottom: 14px;
}

.cbody h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    color: var(--plum);
    margin: 20px 0 10px;
}

.tip-box {
    background: var(--blush);
    border: 0.5px solid var(--blush3);
    border-radius: 12px;
    padding: 14px 16px;
    margin: 16px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.tip-box i {
    color: var(--rose);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.tip-box p {
    font-size: 13px;
    color: var(--rose-deep);
    line-height: 1.5;
    margin: 0;
}

/* Envira Gallery Adaptations */
.gallery-sec {
    padding: 24px;
}

.gallery-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.gallery-hdr h2 {
    font-family: var(--font-serif);
    font-size: 19px;
    color: var(--plum);
}

/* Tutorial Embed Area */
.video-sec {
    padding: 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.video-sec h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    color: var(--plum);
    margin-bottom: 14px;
}

/* STANDARD FULL ASPECT-RATIO 16:9 CONTAINER FOR NATIVE EMBEDS */
.native-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Math layout calculations for 16:9 aspect-ratio */
    border-radius: 16px;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.native-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.vid-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.vstat {
    background: var(--blush);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    border: 0.5px solid var(--blush3);
}

.vstat p {
    font-size: 11px;
    color: #B090A0;
    margin-bottom: 4px;
}

.vstat span {
    font-size: 15px;
    font-weight: 500;
    color: var(--plum);
}

/* Accordion FAQs */
.faq-sec {
    padding: 24px;
    border-bottom: 0.5px solid #F0C8DC;
}

.faq-sec h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    color: var(--plum);
    margin-bottom: 16px;
}

.faqitem {
    border: 0.5px solid #F0C8DC;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #FFF;
}

.faqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--plum);
    user-select: none;
}

.faqq:hover {
    background: var(--blush);
}

.faqq i {
    font-size: 16px;
    color: var(--mauve);
    transition: transform 0.22s;
    flex-shrink: 0;
}

.faqa {
    font-size: 13px;
    color: #9E6878;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: all 0.3s ease;
}

.faqitem.open .faqa {
    max-height: 180px;
    padding: 0 16px 14px;
}

.faqitem.open .faqq {
    color: var(--rose-deep);
}

.faqitem.open .faqq i {
    transform: rotate(180deg);
    color: var(--rose);
}

/* Booking Layout Template Elements */
.bk-hero {
    padding: 36px 24px 28px;
    border-bottom: 0.5px solid #F0C8DC;
    background: linear-gradient(150deg, var(--cream) 50%, var(--blush) 100%);
    text-align: center;
}

.bk-hero h1 {
    font-family: var(--font-serif);
    font-size: 32px;
    color: var(--plum);
    margin-bottom: 8px;
}

.bk-hero p {
    font-size: 14px;
    color: #9E6878;
    max-width: 380px;
    margin: 0 auto 24px;
}

.bsteps {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto;
}

.bstep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.bsnum {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--blush2);
    color: var(--mauve);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--blush3);
}

.bstep.done .bsnum {
    background: var(--rose-deep);
    color: #fff;
    border-color: var(--rose-deep);
}

.bstep p {
    font-size: 10px;
    color: #B090A0;
    text-align: center;
}

.bsline {
    flex: 1;
    height: 1px;
    background: #F0C8DC;
    margin-bottom: 18px;
}

.bk-body {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: start;
}

.bk-form {
    padding: 28px 24px;
    border-right: 0.5px solid #F0C8DC;
}

.bk-form h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    color: var(--plum);
    margin-bottom: 20px;
}

.occ-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.occ {
    border: 1.5px solid #F0C8DC;
    border-radius: 12px;
    padding: 10px 6px;
    text-align: center;
    cursor: pointer;
    background: #FFF;
    transition: all 0.2s ease;
}

.occ:hover {
    border-color: var(--mauve);
    background: var(--blush);
}

.occ.sel {
    border-color: var(--rose);
    background: var(--blush2);
}

.occ i {
    display: block;
    font-size: 20px;
    color: var(--mauve);
    margin-bottom: 5px;
}

.occ.sel i {
    color: var(--rose);
}

.occ span {
    font-size: 11px;
    font-weight: 500;
    color: var(--plum);
}

.frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.fg {
    margin-bottom: 14px;
}

.fg label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #9E6878;
    margin-bottom: 6px;
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    font-family: var(--font-sans);
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #F0C8DC;
    padding: 10px 12px;
    outline: none;
    background: #FFF;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(194, 24, 91, 0.08);
}

.fg textarea {
    resize: vertical;
    min-height: 80px;
}

.pref-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.pref {
    border: 1.5px solid #F0C8DC;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    color: #B090A0;
    cursor: pointer;
    font-family: var(--font-sans);
    background: #FFF;
    transition: all 0.2s ease;
}

.pref:hover {
    border-color: var(--mauve);
    color: var(--plum);
}

.pref.sel {
    border-color: var(--rose);
    background: var(--blush2);
    color: var(--rose-deep);
    font-weight: 500;
}

.submit-btn {
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--font-sans);
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    opacity: 0.93;
}

.trust-note {
    text-align: center;
    font-size: 12px;
    color: #B090A0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.trust-note i {
    color: #4CAF50;
    font-size: 14px;
}

.bk-side {
    padding: 24px 20px;
}

.side-card {
    background: #FFF;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
    border: 0.5px solid #F0C8DC;
}

.side-card h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--plum);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.side-card h3 i {
    color: var(--rose);
    font-size: 16px;
}

.svc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 0.5px solid #FBE4EE;
}

.svc-item:last-child {
    border-bottom: none;
}

.svc-item p {
    font-size: 13px;
    color: #8A6070;
}

.svc-item span {
    font-size: 13px;
    color: var(--rose-deep);
    font-weight: 500;
}

.artist-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose), var(--rose-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.ainfo p {
    font-size: 13px;
    font-weight: 500;
    color: var(--plum);
}

.ainfo span {
    font-size: 11px;
    color: #B090A0;
}

.stars {
    color: var(--gold);
    font-size: 13px;
}

.avail-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #F0FBF4;
    color: #2E7D32;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 8px;
    margin-top: 8px;
    font-weight: 500;
}

.avail-badge i {
    font-size: 12px;
}

.trust-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.titem2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9E6878;
}

.titem2 i {
    color: var(--rose);
    font-size: 15px;
    flex-shrink: 0;
}

/* Modal Overlay for Booking Success confirmation */
.success-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(136, 14, 79, 0.4);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.success-box {
    background: #FFF;
    border-radius: 20px;
    padding: 36px 32px;
    text-align: center;
    max-width: 320px;
    border: 0.5px solid #F0C8DC;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.success-box .big-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--blush2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.success-box .big-icon i {
    font-size: 30px;
    color: var(--rose);
}

.success-box h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    color: var(--plum);
    margin-bottom: 8px;
}

.success-box p {
    font-size: 13px;
    color: #9E6878;
    margin-bottom: 20px;
}

.success-box button {
    background: linear-gradient(135deg, var(--rose), var(--rose-deep));
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    font-family: var(--font-sans);
    font-weight: 500;
}

/* Responsive Adaptive Architecture */
@media (max-width: 768px) {
    .cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .design-grid, .vid-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bk-body {
        grid-template-columns: 1fr;
    }
    .bk-form {
        border-right: none;
        border-bottom: 0.5px solid #F0C8DC;
    }
    .foot-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .design-grid, .vid-grid {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 32px;
    }
    nav {
        padding: 13px 16px;
    }
    .nav-links {
        display: none;
    }
    .frow {
        grid-template-columns: 1fr;
    }
    .occ-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}