:root {
    --primary-gold: #d6b46a;
    --primary-dark: #090907;
    --card-bg: #171411;
    --whatsapp-green: #1fb45f;
    --call-blue: #1f5d6b;
    --text-gray: #c9c1b4;
    --luxury-ivory: #fff4d7;
    --luxury-ink: #080807;
    --luxury-charcoal: #12120f;
    --luxury-merlot: #34181f;
    --luxury-olive: #14251f;
    --luxury-copper: #a46f35;
    --luxury-border: rgba(214, 180, 106, 0.28);
    --luxury-border-soft: rgba(255, 244, 215, 0.08);
    --luxury-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html,
body {
    background:
        linear-gradient(135deg, rgba(52, 24, 31, 0.26) 0%, rgba(8, 8, 7, 0) 32%),
        linear-gradient(225deg, rgba(20, 37, 31, 0.34) 0%, rgba(8, 8, 7, 0) 36%),
        linear-gradient(180deg, #080807 0%, #11100d 46%, #090907 100%) !important;
    color: #f7efe0 !important;
    letter-spacing: 0 !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        linear-gradient(rgba(214, 180, 106, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 180, 106, 0.035) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

header {
    background: rgba(9, 9, 7, 0.84) !important;
    border-bottom: 1px solid var(--luxury-border) !important;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.36);
}

.header-container {
    min-height: 76px;
}

.logo h2 {
    color: var(--luxury-ivory) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 0 22px rgba(214, 180, 106, 0.22);
}

.logo h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 6px;
    background: linear-gradient(90deg, var(--primary-gold), transparent);
}

[dir="rtl"] .logo h2::after {
    background: linear-gradient(270deg, var(--primary-gold), transparent);
}

.header-info-desktop,
.header-info-desktop span,
.header-info-desktop div {
    color: #dcc996 !important;
}

nav {
    align-items: center;
}

nav a {
    color: rgba(247, 239, 224, 0.9) !important;
    letter-spacing: 0 !important;
    position: relative;
}

nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s ease;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

nav a:hover,
nav a[style*="primary-gold"] {
    color: var(--luxury-ivory) !important;
}

nav a:hover::after {
    transform: scaleX(1);
}

.hamburger span {
    background: var(--primary-gold) !important;
    border-radius: 999px;
}

.hero-section {
    min-height: 680px;
    background: #000 !important;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 26%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgba(9, 9, 7, 0.96));
}

.overlay {
    background:
        linear-gradient(90deg, rgba(8, 8, 7, 0.86), rgba(8, 8, 7, 0.38), rgba(8, 8, 7, 0.86)),
        linear-gradient(180deg, rgba(52, 24, 31, 0.34), rgba(8, 8, 7, 0.36) 48%, rgba(8, 8, 7, 0.86)) !important;
}

.hero-content {
    max-width: 980px;
}

.hero-content h1 {
    color: var(--primary-gold) !important;
    font-size: 4.8rem !important;
    line-height: 1.02;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: 0 12px 44px rgba(0, 0, 0, 0.68), 0 0 32px rgba(214, 180, 106, 0.18);
}

.hero-content h1 span,
.section-title,
.service-body h3,
.therapist-info h3,
.offer-content h3,
.footer-col h4,
.price-tag {
    color: var(--primary-gold) !important;
}

.hero-btns {
    gap: 14px !important;
}

.btn-hero,
.btn-book,
.language-switcher-mobile a {
    border-radius: 999px !important;
    letter-spacing: 0 !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.btn-hero,
.btn-book {
    border: 1px solid rgba(255, 244, 215, 0.14) !important;
}

.btn-hero-wa,
.float-whatsapp {
    background: linear-gradient(135deg, #1fb45f, #0d7f47) !important;
    color: #fff !important;
}

.btn-hero-call,
.btn-book,
a[style*="background-color:red"] {
    background: linear-gradient(135deg, #fff0be 0%, #d6b46a 45%, #9b682e 100%) !important;
    color: #151008 !important;
}

.float-call {
    background: linear-gradient(135deg, #2f7888, #143c45) !important;
}

.btn-hero:hover,
.btn-book:hover,
.float-btn:hover {
    transform: translateY(-3px) !important;
    filter: brightness(1.05);
}

.section-padding {
    position: relative;
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    background: transparent !important;
}

.section-padding[style*="background-color"] {
    background: transparent !important;
}

.section-title {
    font-size: 2.45rem !important;
    line-height: 1.16;
    margin-bottom: 48px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.section-title::after {
    width: 116px !important;
    height: 1px !important;
    margin-top: 18px !important;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent) !important;
}

.section-subtitle {
    color: #d7ccba !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.services-grid,
.therapists-grid,
.offers-grid,
.reviews-grid {
    gap: 26px !important;
}

.service-card,
.therapist-card,
.offer-card,
.review-card,
.video-container-wrapper,
.map-wrapper {
    border-radius: 8px !important;
    border: 1px solid var(--luxury-border) !important;
    background:
        linear-gradient(145deg, rgba(30, 26, 22, 0.98), rgba(12, 13, 12, 0.98)),
        linear-gradient(180deg, rgba(214, 180, 106, 0.08), transparent) !important;
    box-shadow: var(--luxury-shadow);
}

.service-card,
.therapist-card,
.offer-card {
    outline: 1px solid rgba(255, 244, 215, 0.04);
}

.service-card:hover,
.therapist-card:hover,
.offer-card:hover {
    transform: translateY(-7px) !important;
    border-color: rgba(255, 224, 154, 0.56) !important;
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(214, 180, 106, 0.08);
}

.service-img,
.offer-img,
.therapist-image {
    filter: saturate(0.92) contrast(1.05) brightness(0.9) !important;
}

.service-card:hover .service-img,
.offer-card:hover .offer-img,
.therapist-card:hover .therapist-image {
    filter: saturate(1.06) contrast(1.06) brightness(1) !important;
}

.service-body,
.offer-content,
.therapist-info {
    color: #f5eddf;
}

.service-body p,
.therapist-info p,
.footer-col p,
.footer-col a,
.offer-features li,
.contact-info p,
.review-card p {
    color: var(--text-gray) !important;
}

.service-body h3,
.offer-content h3,
.therapist-info h3 {
    line-height: 1.25;
    letter-spacing: 0 !important;
}

.review-card {
    border-left: 1px solid var(--luxury-border) !important;
    border-right: 1px solid var(--luxury-border) !important;
}

.review-card strong {
    color: var(--luxury-ivory);
}

.video-container-wrapper {
    padding: 8px !important;
}

.shorts-hero-background {
    width: 100vw !important;
    height: 177.78vw !important;
    min-width: 56.25vh !important;
    min-height: 100vh !important;
}

.shorts-video-wrapper {
    max-width: 440px !important;
}

.shorts-video-wrapper .video-frame {
    padding-bottom: 177.78% !important;
}

.video-frame,
.map-wrapper iframe,
.offer-img-wrapper,
.image-container {
    border-radius: 6px !important;
}

.map-wrapper {
    border-color: rgba(214, 180, 106, 0.32) !important;
}

.badge {
    background: linear-gradient(135deg, #fff0be, #d6b46a, #9b682e) !important;
    color: #150f08 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
    letter-spacing: 0 !important;
}

.old-price {
    color: #8c8170 !important;
}

.offer-features li::before {
    color: var(--primary-gold) !important;
}

footer {
    background:
        linear-gradient(180deg, rgba(20, 37, 31, 0.28), rgba(9, 9, 7, 0.96)),
        #080807 !important;
    border-top: 1px solid var(--luxury-border) !important;
}

.footer-bottom {
    border-top-color: var(--luxury-border-soft) !important;
    color: #9c9283 !important;
}

.floating-contact {
    gap: 12px !important;
}

.float-btn {
    width: 58px !important;
    height: 58px !important;
    border: 1px solid rgba(255, 244, 215, 0.18);
}

@media (max-width: 900px) {
    .hero-content h1 {
        font-size: 3.4rem !important;
    }

    .section-title {
        font-size: 2rem !important;
    }
}

@media (max-width: 768px) {
    .header-container {
        min-height: 70px;
    }

    nav {
        background:
            linear-gradient(145deg, rgba(52, 24, 31, 0.28), rgba(9, 9, 7, 0.96)),
            #090907 !important;
    }

    nav a::after {
        bottom: -7px;
    }

    .hero-section {
        min-height: 640px;
        height: 92vh !important;
    }

    .hero-content h1 {
        font-size: 2.55rem !important;
    }

    .section-padding {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .section-title {
        font-size: 1.72rem !important;
        margin-bottom: 34px !important;
    }

    .service-card {
        min-height: 164px;
    }

    .service-body h3 {
        font-size: 1rem !important;
        margin-top: 0;
        margin-bottom: 8px !important;
    }

    .floating-contact {
        bottom: 18px !important;
    }

    .float-btn {
        width: 52px !important;
        height: 52px !important;
    }
}

@media (max-width: 520px) {
    .hero-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-hero {
        justify-content: center;
        width: 100%;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .offers-grid {
        grid-template-columns: 1fr !important;
    }

    .section-padding {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
