body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.navbar.fixed-top {
    left: 0;
    right: 0;
    width: 100%
}

.navbar {
    background: #9f0c4a;
    padding: 14px 0;
    box-shadow: 0 4px 16px rgba(159, 12, 74, .65)
}

.navbar-brand {
    font-size: 22px;
    font-weight: 600;
    color: #fff !important
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #ffe6f2 !important;
    padding: 10px 0
}

.nav-link:hover {
    color: #fff !important
}

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: 0 0
}

.navbar-toggler i {
    color: #fff;
    font-size: 20px
}

.nav-btn {
    height: 42px;
    padding: 0 20px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    transition: .25s ease
}

.nav-btn i {
    font-size: 14px
}

/* call button – unchanged */

.nav-btn.btn-call {
    border: 1.5px solid #fff;
    color: #fff;
    background: 0 0
}

.nav-btn.btn-call:hover {
    background: #fff;
    color: #9f0c4a
}

/* whatsapp button – GREEN ONLY */

.nav-btn.btn-whatsapp {
    background: #0a5f2e;
    color: #ffffff;
    border: 1.5px solid #1fbf75
}

.nav-btn.btn-whatsapp:hover {
    background: #084a24;
    border-color: #1fbf75
}

.hero {
    position: relative;
    min-height: 100vh;
    padding-top: 110px;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 40%), linear-gradient(135deg, #7a0838 0, #9f0c4a 45%, #5b062a 100%)
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(.65) saturate(1.1) contrast(1.05);
    transform: scale(1.06)
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(0, 0, 0, .65) 0, rgba(159, 12, 74, .35) 45%, rgba(255, 255, 255, .05) 100%);
    z-index: 1
}

.hero::after {
    content: '';
    position: absolute;
    left: -20%;
    top: -30%;
    width: 60%;
    height: 160%;
    background: linear-gradient(110deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 60%);
    transform: rotate(18deg);
    z-index: 1;
    pointer-events: none
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}

.hero h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 26px;
    letter-spacing: .4px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .75)
}

.hero h1 span {
    display: block;
    margin-top: 10px;
    font-size: .78em;
    font-weight: 700;
    letter-spacing: .6px;
    color: #7ff3c6;
    opacity: .95
}

.hero-select-box {
    max-width: 560px;
    margin: 0 0 30px;
    padding: 22px 22px 24px;
    background: rgba(10, 95, 46, .85);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    border: 1px solid rgba(31, 191, 117, .55);
    box-shadow: 0 25px 60px rgba(10, 95, 46, .45), inset 0 0 0 1px rgba(31, 191, 117, .2);
    position: relative
}

.hero-select-box::before {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 2px;
    background: linear-gradient(to right, #1fbf75, #7ff3c6, #1fbf75);
    border-radius: 0 0 6px 6px;
    opacity: .9
}

.hero-select-subtitle {
    font-size: 15.5px;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: .4px
}

.hero-select-wrapper {
    position: relative
}

.hero-city-select {
    width: 100%;
    padding: 15px 46px 15px 18px;
    border-radius: 999px;
    border: 1px solid rgba(31, 191, 117, .75);
    background: rgba(10, 95, 46, .75);
    color: #fff;
    font-size: 15.5px;
    font-weight: 800;
    outline: 0;
    appearance: none;
    cursor: pointer;
    transition: .25s ease
}

.hero-select-wrapper::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: .9;
    pointer-events: none;
    font-size: 15px
}

.hero-city-select:focus,
.hero-city-select:hover {
    border-color: #7ff3c6;
    background: rgba(10, 95, 46, .95)
}

.hero-city-select option {
    color: #111
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.hero-btns a {
    height: 54px;
    min-width: 210px;
    padding: 0 26px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15.5px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    letter-spacing: .5px;
    transition: .25s ease
}

.hero-btns .btn-call {
    background: rgba(255, 255, 255, .08);
    border: 1.5px solid #fff;
    backdrop-filter: blur(6px)
}

.hero-btns .btn-call:hover {
    background: #fff;
    color: #9f0c4a;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(255, 255, 255, .35)
}

.hero-btns .btn-whatsapp {
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    border: 1.5px solid #1fbf75;
    box-shadow: 0 12px 30px rgba(31, 191, 117, .45)
}

.hero-btns .btn-whatsapp:hover {
    background: linear-gradient(135deg, #27d885, #084a24);
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(31, 191, 117, .55)
}

@media(max-width:768px) {
    .hero-inner {
        text-align: center
    }
    .hero h1 {
        font-size: 34px
    }
    .hero h1 span {
        font-size: .9em
    }
    .hero-select-box {
        margin: 0 auto 26px;
        max-width: 100%;
        border-radius: 16px
    }
    .hero-btns {
        justify-content: center
    }
    .hero-btns a {
        width: 100%;
        max-width: 320px;
        height: 52px;
        font-size: 15px
    }
}

.offcanvas {
    width: 100%;
    background: #9f0c4a
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .35)
}

.offcanvas-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu li {
    padding: 2px 0;
    font-size: 15px;
    font-weight: 600
}

.mobile-menu .nav-link {
    color: #ffe6f2 !important
}

.mobile-menu .nav-link:hover {
    color: #fff !important
}

@media(max-width:768px) {
    .hero {
        padding-top: 110px
    }
    .hero h1 {
        font-size: 34px
    }
    .hero-box {
        padding: 22px;
        font-size: 16px
    }
    .hero-btns a {
        width: 100%;
        max-width: 340px;
        height: 62px;
        font-size: 17px
    }
}

@media(min-width:992px) {
    .mobile-only {
        display: none !important
    }
}

/* ================= HERO VIDEO – CINEMATIC FULL BLEED LOOK (BLACK) ================= */

.video-section {
    background-color: #9f0c4a;
    margin: 0;
    padding: 40px
}

.hero-video {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background: #9f0c4a;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 92%);
    box-shadow: 0 18px 45px rgba(60, 4, 28, .65)
}

.hero-video::after,
.hero-video::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 16%;
    z-index: 2;
    pointer-events: none
}

.hero-video::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(159, 12, 74, .85), rgba(159, 12, 74, 0))
}

.hero-video::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(159, 12, 74, .85), rgba(159, 12, 74, 0))
}

.hero-video video {
    width: 100%;
    display: block;
    background: #9f0c4a;
    object-fit: cover;
    filter: contrast(1.08) brightness(.9) saturate(1.05);
    transform: scale(1.05)
}

.hero-video span {
    display: none
}

.hero-video::marker {
    display: none
}

.hero-video:hover video {
    transform: scale(1.1);
    transition: 1.2s ease
}

@media(max-width:768px) {
    .hero-video {
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        margin: 10px auto 26px
    }
    .hero-video video {
        transform: scale(1.02)
    }
    .video-section {
        padding: 10px;
    }
}

.gems-black-section {
    background: #0a5f2e;
    padding: 60px 15px 0;
    text-align: center
}

.gems-container {
    max-width: 1200px;
    margin: 0 auto
}

.gems-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

@media (max-width:768px) {
    .gems-title {
        font-size: 22px
    }
}

.locations-section {
    background: #9f0c4a;
    padding: 70px 20px 90px
}

.locations-container {
    max-width: 1250px;
    margin: auto
}

.locations-title {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 18px 16px
}

.loc-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
    box-shadow: 0 6px 18px rgba(60, 4, 28, .45);
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35)
}

.loc-btn.pink {
    background: #c8005f
}

.loc-btn.orange {
    background: #b0005a
}

.loc-btn.blue {
    background: #8f124a
}

.loc-btn.maroon {
    background: #5e062a
}

.loc-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 30px rgba(60, 4, 28, .7)
}

.loc-btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px
}

@media (max-width:768px) {
    .locations-title {
        text-align: center;
        font-size: 28px
    }
    .locations-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    .locations-grid {
        grid-template-columns: 1fr 1fr
    }
}

/* ===================== PROFILES – LOOK 4 (NEON FRAME + SLIDE INFO PANEL) ===================== */

.profiles-section {
    padding: 70px 0;
    background: radial-gradient(circle at 20% 15%, rgba(31, 191, 117, .14), transparent 35%), linear-gradient(180deg, #050c08, #020504)
}

.profiles-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 12px
}

.profiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px
}

.profile-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #06110c;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .8);
    border: 1px solid rgba(31, 191, 117, .35);
    transition: .35s ease
}

.profile-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, #1fbf75, #0a5f2e, #1fbf75);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.profile-card:hover {
    transform: translateY(-8px) scale(1.01)
}

.card-image {
    position: relative
}

.card-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: brightness(.75) contrast(1.1);
    transition: .6s ease
}

.profile-card:hover .card-image img {
    transform: scale(1.08)
}

.card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .15) 60%);
    pointer-events: none
}

.card-top {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 14px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 95, 46, .75);
    border: 1px solid rgba(31, 191, 117, .65);
    box-shadow: 0 0 18px rgba(31, 191, 117, .35)
}

.card-top .name {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .4px
}

.card-top .price {
    color: #caffea;
    font-size: 12.5px;
    font-weight: 900
}

.rating {
    position: absolute;
    right: 14px;
    bottom: 90px;
    z-index: 3;
    background: #0a5f2e;
    border: 1px solid #1fbf75;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 0 16px rgba(31, 191, 117, .55)
}

.rating small {
    display: block;
    color: #caffea;
    font-weight: 800
}

.stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(6, 18, 12, .92);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(31, 191, 117, .35);
    transform: translateY(120%);
    transition: .35s ease;
    z-index: 3
}

.profile-card:hover .stats {
    transform: translateY(0)
}

.stats span {
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(31, 191, 117, .45)
}

.booking-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(6, 18, 12, .6), rgba(6, 18, 12, .95));
    border-top: 1px solid rgba(31, 191, 117, .35);
    z-index: 4
}

.booking-right {
    display: flex;
    gap: 12px;
    justify-content: center
}

.call-btn,
.wa-btn {
    min-width: 108px;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease
}

.call-btn {
    background: 0 0;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .6)
}

.call-btn:hover {
    background: #fff;
    color: #0a5f2e;
    transform: translateY(-2px)
}

.wa-btn {
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    color: #fff;
    border: 1.5px solid #1fbf75;
    box-shadow: 0 6px 18px rgba(31, 191, 117, .55)
}

.wa-btn:hover {
    background: linear-gradient(135deg, #2eea98, #084a24);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(31, 191, 117, .75)
}

@media(max-width:991px) {
    .profiles-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:520px) {
    .profiles-grid {
        grid-template-columns: 1fr;
        padding: 0 15px
    }
    .card-image img {
        height: 320px
    }
    .stats {
        bottom: 58px
    }
}

/* ================= ADULT FEATURE – BLACK CINEMATIC SECTION ================= */

.adult-feature-section {
    background: #9f0c4a;
    padding: 90px 20px;
    position: relative;
    overflow: hidden
}

.adult-feature-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 10%, rgba(31, 191, 117, .14), transparent 40%), radial-gradient(circle at 80% 80%, rgba(10, 95, 46, .14), transparent 45%);
    pointer-events: none
}

.adult-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2
}

.adult-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.adult-image {
    position: relative;
    perspective: 1200px
}

.adult-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
    background: #7a0838;
    transform: translateY(-6px) rotateX(4deg) rotateY(-4deg);
    box-shadow: 0 18px 35px rgba(60, 4, 28, .55), 0 50px 120px rgba(60, 4, 28, .85);
    transform-style: preserve-3d;
    transition: transform .6s ease, box-shadow .6s ease, filter .6s ease;
    filter: contrast(1.05) brightness(.95)
}

.adult-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(120deg, rgba(255, 209, 232, .22), rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
    opacity: .7
}

.adult-image:hover img {
    transform: translateY(-12px) rotateX(6deg) rotateY(-6deg) scale(1.02);
    box-shadow: 0 28px 55px rgba(60, 4, 28, .65), 0 70px 160px rgba(60, 4, 28, .95)
}

.adult-content {
    background: rgba(159, 12, 74, .9);
    border-radius: 18px;
    padding: 46px 48px;
    box-shadow: 0 30px 80px rgba(60, 4, 28, .85), 0 0 0 1px rgba(255, 183, 217, .25) inset;
    position: relative
}

.adult-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    background: #1fbf75;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(31, 191, 117, .75)
}

.adult-content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(31, 191, 117, .65), rgba(31, 191, 117, .05));
    border-radius: 3px;
    pointer-events: none
}

.adult-content h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: .3px;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

.adult-content p {
    font-size: 16.4px;
    line-height: 1.85;
    color: #ffd1e8;
    margin-bottom: 16px
}

.adult-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.adult-content a:hover {
    border-bottom-color: #1fbf75
}

.adult-cta {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap
}

.adult-btn-call,
.adult-btn-wa {
    height: 52px;
    padding: 0 34px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
    text-decoration: none;
    transition: .25s ease
}

.adult-btn-call {
    background: 0 0;
    color: #fff;
    border: 1.5px solid #ffd1e8
}

.adult-btn-call:hover {
    background: #fff;
    color: #9f0c4a;
    transform: translateY(-3px)
}

.adult-btn-wa {
    background: #0a5f2e;
    color: #fff;
    border: 1.5px solid #1fbf75
}

.adult-btn-wa:hover {
    background: #084a24;
    border-color: #1fbf75;
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(31, 191, 117, .45)
}

@media(max-width:992px) {
    .adult-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px
    }
    .adult-content::before {
        display: none
    }
    .adult-content::after {
        display: none
    }
    .adult-cta {
        justify-content: center
    }
}

@media(max-width:768px) {
    .adult-content {
        padding: 32px 22px
    }
    .adult-content h2 {
        font-size: 24px
    }
}

.escort-content-section {
    background: #9f0c4a;
    padding: 90px 20px;
    position: relative;
    overflow: hidden;
    color: #ffd1e8
}

/* ✅ background glow – GREEN */

.escort-content-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(31, 191, 117, .14), transparent 40%), radial-gradient(circle at 82% 78%, rgba(10, 95, 46, .14), transparent 45%);
    pointer-events: none
}

.escort-container {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
    background: rgba(159, 12, 74, .9);
    border-radius: 18px;
    padding: 46px 48px;
    box-shadow: 0 30px 80px rgba(60, 4, 28, .85), 0 0 0 1px rgba(255, 183, 217, .28) inset
}

/* ✅ left vertical line – GREEN */

.escort-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 3px;
    background: #1fbf75;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(31, 191, 117, .75)
}

.escort-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: .3px;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

.escort-subtitle {
    font-size: 24px;
    font-weight: 800;
    margin: 32px 0 14px;
    color: #ffd1e8
}

.escort-text {
    font-size: 16.4px;
    line-height: 1.85;
    margin-bottom: 16px;
    color: #ffe6f1
}

.escort-points {
    list-style: none;
    padding: 0;
    margin: 18px 0 26px
}

.escort-points li {
    position: relative;
    padding: 8px 0 8px 26px;
    font-size: 15.6px;
    line-height: 1.7;
    color: #fff
}

/* ✅ bullets – GREEN */

.escort-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1fbf75;
    box-shadow: 0 0 8px rgba(31, 191, 117, .85)
}

.escort-container a {
    color: #fff;
    text-decoration: none;
    transition: .2s ease
}

.escort-container a:hover {
    border-bottom-color: #1fbf75
}

.escort-cta {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap
}

.escort-btn-call,
.escort-btn-wa {
    height: 52px;
    padding: 0 34px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
    text-decoration: none;
    transition: .25s ease
}

.escort-btn-call {
    background: 0 0;
    color: #fff;
    border: 1.5px solid #ffd1e8;
    box-shadow: 0 0 0 rgba(255, 209, 232, 0)
}

.escort-btn-call:hover {
    background: #fff;
    color: #9f0c4a;
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(255, 209, 232, .6)
}

/* ✅ WhatsApp button – GREEN background + GREEN border */

.escort-btn-wa {
    background: #0a5f2e;
    color: #ffffff;
    border: 1.5px solid #1fbf75
}

.escort-btn-wa:hover {
    background: #084a24;
    border-color: #1fbf75;
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(31, 191, 117, .45)
}

@media(max-width:992px) {
    .escort-container {
        padding: 36px 28px
    }
    .escort-container::before {
        display: none
    }
    .escort-cta {
        justify-content: center
    }
}

@media(max-width:768px) {
    .escort-content-section {
        padding: 60px 16px
    }
    .escort-container {
        padding: 28px 20px
    }
    .escort-title {
        font-size: 24px;
        text-align: center
    }
    .escort-subtitle {
        font-size: 20px;
        text-align: center
    }
    .escort-text {
        font-size: 15.2px
    }
    .escort-points li {
        font-size: 14.6px
    }
}

.scroll-to-audio {
    position: fixed;
    right: 18px;
    bottom: 125px;
    z-index: 999999;
    border: 0;
    outline: 0;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(31, 191, 117, .55);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .25s ease
}

.scroll-to-audio:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 36px rgba(31, 191, 117, .75)
}

.blink-emoji {
    animation: blinkEmoji 1s infinite
}

@keyframes blinkEmoji {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .4;
        transform: scale(1.2)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@media(max-width:480px) {
    .scroll-to-audio {
        right: 12px;
        bottom: 100px;
        font-size: 13px;
        padding: 10px 14px
    }
}

.audio-section {
    padding: 70px 0;
    background: radial-gradient(circle at 20% 15%, rgba(31, 191, 117, .14), transparent 35%), linear-gradient(180deg, #050c08, #020504)
}

.audio-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 12px
}

.audio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px
}

.audio-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #06110c;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .8);
    border: 1px solid rgba(31, 191, 117, .35);
    transition: .35s ease
}

.audio-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, #1fbf75, #0a5f2e, #1fbf75);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.audio-card:hover {
    transform: translateY(-8px) scale(1.01)
}

.audio-thumb {
    position: relative
}

.audio-thumb img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: brightness(.75) contrast(1.1);
    transition: .6s ease
}

.audio-card:hover .audio-thumb img {
    transform: scale(1.08)
}

.audio-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .15) 60%);
    pointer-events: none
}

.audio-title-bar {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 14px;
    z-index: 3;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(190, 3, 3, .85);
    border: 1px solid rgba(255, 60, 60, .85);
    box-shadow: 0 0 18px rgba(190, 3, 3, .55);
    color: #fff;
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.35
}

.audio-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    box-shadow: 0 12px 32px rgba(31, 191, 117, .6);
    transition: .25s ease
}

.audio-play-icon:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.audio-play-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-left: 2px
}

.audio-play-icon.playing {
    box-shadow: 0 0 0 10px rgba(31, 191, 117, .18), 0 16px 40px rgba(31, 191, 117, .8)
}

.audio-hidden-player {
    display: none
}

.audio-action-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(6, 18, 12, .6), rgba(6, 18, 12, .95));
    border-top: 1px solid rgba(31, 191, 117, .35);
    z-index: 4
}

.audio-actions {
    display: flex;
    gap: 12px;
    justify-content: center
}

.audio-call-btn,
.audio-wa-btn {
    min-width: 108px;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease
}

.audio-call-btn {
    background: 0 0;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .6)
}

.audio-call-btn:hover {
    background: #fff;
    color: #0a5f2e;
    transform: translateY(-2px)
}

.audio-wa-btn {
    background: linear-gradient(135deg, #1fbf75, #0a5f2e);
    color: #fff;
    border: 1.5px solid #1fbf75;
    box-shadow: 0 6px 18px rgba(31, 191, 117, .55)
}

.audio-wa-btn:hover {
    background: linear-gradient(135deg, #2eea98, #084a24);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(31, 191, 117, .75)
}

@media(max-width:991px) {
    .audio-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:520px) {
    .audio-grid {
        grid-template-columns: 1fr;
        padding: 0 15px
    }
    .audio-thumb img {
        height: 300px
    }
}

.tags-section {
    background: #9f0c4a
}

.tags-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tag-item {
    padding: 5px 10px;
    border-radius: 24px;
    font-size: 12.5px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff0079, #7a0838);
    color: #fff;
    border: 1.5px solid #1fbf75;
    box-shadow: inset 0 0 0 1px rgba(31, 191, 117, .15), 0 2px 6px rgba(60, 4, 28, .6);
    transition: all .25s ease;
    cursor: default;
    white-space: nowrap
}

.tag-item:hover {
    background: linear-gradient(135deg, #fff, #ffd1e8);
    color: #9f0c4a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 191, 117, .45), 0 0 14px rgba(31, 191, 117, .55);
    border-color: #1fbf75
}

@media(max-width:768px) {
    .tags-title {
        text-align: center;
        font-size: 21px
    }
    .tags-wrap {
        justify-content: center;
        gap: 7px
    }
    .tag-item {
        font-size: 12px;
        padding: 4px 9px
    }
}

.faq-section {
    background: #9f0c4a;
    padding: 90px 20px;
    position: relative;
    overflow: hidden;
    color: #ffd1e8
}

.faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(31, 191, 117, .14), transparent 40%), radial-gradient(circle at 82% 78%, rgba(31, 191, 117, .1), transparent 45%);
    pointer-events: none
}

.faq-container {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
    background: rgba(159, 12, 74, .9);
    border-radius: 18px;
    padding: 46px 48px;
    box-shadow: 0 30px 80px rgba(60, 4, 28, .85), 0 0 0 1px rgba(255, 183, 217, .28) inset
}

.faq-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 3px;
    background: #1fbf75;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(31, 191, 117, .7)
}

.faq-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: .3px;
    text-shadow: 0 6px 18px rgba(60, 4, 28, .6)
}

.faq-item {
    border: 1px solid rgba(31, 191, 117, .45);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(140, 8, 64, .95), rgba(110, 6, 50, .95));
    margin-bottom: 16px;
    overflow: hidden;
    transition: .25s ease
}

.faq-item:hover {
    box-shadow: 0 0 18px rgba(31, 191, 117, .35)
}

.faq-question {
    width: 100%;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 18px 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    color: #ffd1e8;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
    transition: .2s ease
}

.faq-question::before {
    content: '';
    flex: 0 0 10px;
    height: 10px;
    border-radius: 50%;
    background: #1fbf75;
    margin-top: 7px;
    box-shadow: 0 0 8px rgba(31, 191, 117, .9)
}

.faq-item.active .faq-question {
    color: #fff
}

.faq-answer {
    display: none;
    padding: 0 22px 20px 44px;
    font-size: 15.6px;
    line-height: 1.85;
    color: #ffe6f1
}

.faq-item.active .faq-answer {
    display: block;
    animation: faqFade .25s ease
}

@keyframes faqFade {
    from {
        opacity: 0;
        transform: translateY(-4px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:992px) {
    .faq-container {
        padding: 36px 28px
    }
    .faq-container::before {
        display: none
    }
}

@media(max-width:768px) {
    .faq-section {
        padding: 60px 16px
    }
    .faq-container {
        padding: 28px 20px
    }
    .faq-title {
        font-size: 24px;
        text-align: center
    }
    .faq-question {
        font-size: 15px;
        padding: 16px 18px
    }
    .faq-answer {
        font-size: 14.6px;
        padding: 0 18px 18px 38px
    }
}

@media(max-width:480px) {
    .faq-question {
        font-size: 14.5px
    }
    .faq-answer {
        font-size: 14.2px;
        line-height: 1.75
    }
}

/* ================= FOOTER ================= */

.lx2-footer-wrap {
    position: relative;
    background: #9f0c4a;
    padding: 90px 0 30px;
    overflow: hidden;
    color: #ffd1e8
}

.lx2-footer-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(31, 191, 117, .18), transparent 40%), radial-gradient(circle at 85% 80%, rgba(31, 191, 117, .22), transparent 45%);
    pointer-events: none;
    z-index: 0
}

.lx2-footer-container {
    position: relative;
    z-index: 2
}

.lx2-footer-col {
    position: relative
}

.lx2-footer-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: .4px;
    text-shadow: 0 4px 12px rgba(60, 4, 28, .6)
}

.lx2-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 18px
}

.lx2-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7a0838;
    color: #fff;
    border: 1px solid rgba(31, 191, 117, .65);
    text-decoration: none;
    font-size: 15px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 6px 14px rgba(60, 4, 28, .6);
    transition: all .25s ease
}

.lx2-social-btn:hover {
    color: #00351f;
    background: linear-gradient(135deg, #1fbf75, #7ff0bf);
    border-color: #1fbf75;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(31, 191, 117, .35), 0 0 12px rgba(31, 191, 117, .55)
}

.lx2-footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.lx2-footer-links li {
    margin: 7px 0
}

.lx2-footer-links a {
    color: #ffe6f1;
    text-decoration: none;
    font-size: 14.5px;
    transition: all .25s ease;
    position: relative
}

.lx2-footer-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #1fbf75, transparent);
    transition: .25s ease
}

.lx2-footer-links a:hover {
    color: #fff
}

.lx2-footer-links a:hover::after {
    width: 100%
}

.lx2-footer-bottom {
    margin-top: 60px;
    padding-top: 18px;
    border-top: 1px solid rgba(31, 191, 117, .45);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.lx2-footer-copy {
    font-size: 13.5px;
    color: #ffd1e8
}

.lx2-footer-copy a {
    color: #fff;
    text-decoration: none;
    transition: .2s
}

.lx2-footer-copy a:hover {
    color: #ffe6f1
}

.lx2-footer-copy .sep {
    margin: 0 6px;
    color: #1fbf75
}

.lx2-footer-love {
    font-size: 13.5px;
    color: #ffd1e8;
    display: flex;
    align-items: center;
    gap: 6px
}

.lx2-footer-love i {
    color: #1fbf75
}

.lx2-footer-social a {
    transition: .25s ease
}

.lx2-footer-social a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 14px rgba(31, 191, 117, .55);
    border-color: #1fbf75 !important
}

@media(max-width:992px) {
    .lx2-footer-bottom {
        justify-content: center;
        text-align: center
    }
}

@media(max-width:768px) {
    .lx2-footer-wrap {
        padding: 70px 0 24px
    }
    .lx2-footer-title {
        text-align: center
    }
    .lx2-footer-links {
        text-align: center
    }
    .lx2-footer-bottom {
        margin-top: 40px
    }
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.lcol,
.rcol {
    float: left;
    width: 50%
}

.lcol a,
.rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff
}

/* left (call) – same */

.lcol {
    background-color: #9f0c4a;
    color: #fff;
    font-weight: 800
}

/* ✅ right (whatsapp bar) – GREEN */

.rcol {
    background-color: #0a5f2e;
    color: #fff;
    font-weight: 800
}

.floating-icon {
    position: fixed;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 999999
}

.floating-icon a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(60, 4, 28, .45);
    transition: .25s ease
}

.floating-icon a:hover {
    transform: scale(1.08)
}

.floating-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1)
}

.whatsapp-icon {
    bottom: 190px
}

/* ✅ WhatsApp floating button – GREEN */

.whatsapp-icon a {
    background: #0a5f2e;
    border: 1.5px solid #1fbf75
}

.call-icon {
    bottom: 115px
}

.call-icon a {
    background: #9f0c4a
}

.telegram-icon {
    bottom: 40px
}

.telegram-icon a {
    background: #7a0838
}

.call-icon img {
    filter: brightness(0) invert(1)
}

@media(max-width:480px) {
    .navbar-brand {
        font-size: 19px;
        font-weight: 600
    }
    .floating-icon {
        left: 8px;
        left: auto;
        width: 50px;
        height: 50px
    }
    .floating-icon img {
        width: 20px;
        height: 20px
    }
    .whatsapp-icon {
        bottom: 180px
    }
    /* ✅ WhatsApp floating button – GREEN (mobile) */
    .whatsapp-icon a {
        background: #0a5f2e;
        border: 1.5px solid #1fbf75
    }
    .call-icon {
        bottom: 105px
    }
    .call-icon a {
        background: #9f0c4a
    }
    .telegram-icon {
        bottom: 40px
    }
    .telegram-icon a {
        background: #7a0838
    }
}