/* ============================================
   ECLAT DE CHEONGDAM - Arabic Luxury Skin Clinic
   Premium RTL Design System
   ============================================ */

/* --- Color Palette ---
   Gold:         #C9A96E
   Gold Light:   #E8D5B0
   Gold Dark:    #A68B4B
   Rose:         #B76E79
   Rose Light:   #F2E0E3
   Deep Plum:    #2D1B2E
   Dark BG:      #1A1A2E
   Cream:        #FFF9F3
   Warm Gray:    #F5F0EB
   Text Dark:    #2C2C2C
   Text Muted:   #8A8A8A
*/

:root {
    --gold: #C9A96E;
    --gold-light: #E8D5B0;
    --gold-dark: #A68B4B;
    --rose: #B76E79;
    --rose-light: #F2E0E3;
    --deep-plum: #2D1B2E;
    --dark-bg: #1A1A2E;
    --cream: #FFF9F3;
    --warm-gray: #F5F0EB;
    --text-dark: #2C2C2C;
    --text-muted: #8A8A8A;
}

/* ============ GLOBAL ============ */
html[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] body {
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
    color: var(--text-dark);
    background: var(--cream);
    overflow-x: hidden;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] li,
html[dir="rtl"] span,
html[dir="rtl"] div,
html[dir="rtl"] label,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--cream);
}
::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 3px;
}

/* ============ NAVBAR ============ */
.luxury-nav {
    background: rgba(26, 26, 46, 0.97) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
    padding: 0.6rem 0;
    transition: all 0.4s ease;
}

.luxury-nav .navbar-brand img {
    max-height: 45px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.luxury-nav .navbar-brand {
    flex: 0 0 auto;
    width: auto !important;
    margin-left: 1rem;
}

.luxury-nav .navbar-other {
    flex: 0 0 auto;
    width: auto !important;
}

.luxury-nav .navbar-nav {
    flex-wrap: nowrap;
}

.luxury-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.7rem 0.65rem !important;
    transition: color 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.luxury-nav .nav-link:hover,
.luxury-nav .nav-link:focus {
    color: var(--gold) !important;
}

.luxury-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.4rem;
    right: 1.1rem;
    width: 0;
    height: 1.5px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.luxury-nav .nav-link:hover::after {
    width: calc(100% - 2.2rem);
}

.luxury-nav .dropdown-toggle::after {
    display: none;
}

.luxury-nav .dropdown-menu {
    background: var(--dark-bg);
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 12px;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    min-width: 220px;
    max-width: 320px;
}

.luxury-nav .dropdown-item {
    color: rgba(255,255,255,0.8);
    padding: 0.6rem 1.5rem;
    font-size: 0.82rem;
    transition: all 0.2s ease;
    white-space: normal;
    line-height: 1.4;
}

.luxury-nav .dropdown-item:hover {
    color: var(--gold);
    background: rgba(201, 169, 110, 0.08);
    padding-right: 2rem;
}

.btn-nav-contact {
    white-space: nowrap;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.5rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.02em;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(201, 169, 110, 0.3);
}

.btn-nav-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 169, 110, 0.45) !important;
}

/* ============ HERO BANNER ============ */
.hero-luxury {
    background: linear-gradient(135deg, var(--dark-bg) 0%, #1e1230 50%, var(--deep-plum) 100%);
    position: relative;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-luxury::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 70%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: heroBgPulse 6s ease-in-out infinite;
}

@keyframes heroBgPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

.hero-luxury::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--cream), transparent);
    pointer-events: none;
    z-index: 1;
}

/* Floating particles */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 110, 0.3), transparent 70%);
    animation: particleFloat linear infinite;
}

.p1 { width:6px; height:6px; top:20%; right:15%; animation-duration:8s; animation-delay:0s; }
.p2 { width:4px; height:4px; top:60%; right:25%; animation-duration:12s; animation-delay:1s; }
.p3 { width:8px; height:8px; top:40%; right:60%; animation-duration:10s; animation-delay:2s; }
.p4 { width:3px; height:3px; top:75%; right:40%; animation-duration:9s; animation-delay:0.5s; }
.p5 { width:5px; height:5px; top:15%; right:70%; animation-duration:11s; animation-delay:3s; }
.p6 { width:7px; height:7px; top:85%; right:80%; animation-duration:7s; animation-delay:1.5s; }

@keyframes particleFloat {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-120px) translateX(30px); opacity: 0; }
}

/* Sequential entrance animations */
.hero-anim {
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-anim-1 { animation-delay: 0.2s; }
.hero-anim-2 { animation-delay: 0.5s; }
.hero-anim-3 { animation-delay: 0.8s; }
.hero-anim-4 { animation-delay: 1.1s; }
.hero-anim-5 { animation-delay: 0.6s; }

@keyframes heroFadeUp {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Title line-by-line */
.hero-line {
    display: block;
}

/* Gold shimmer text */
.gold-shimmer-text {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), #fff, var(--gold-light), var(--gold-dark));
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: heroGoldShimmer 4s ease-in-out infinite;
}

@keyframes heroGoldShimmer {
    0% { background-position: 100% center; }
    50% { background-position: 0% center; }
    100% { background-position: 100% center; }
}

/* Floating image - applied via JS after fadeUp completes */
.hero-float-active {
    animation: heroFloat 4s ease-in-out infinite !important;
    opacity: 1 !important;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Image glow effect */
.hero-image-glow {
    position: absolute;
    bottom: -20px;
    left: 10%;
    right: 10%;
    height: 40px;
    background: radial-gradient(ellipse, rgba(201, 169, 110, 0.25), transparent 70%);
    filter: blur(15px);
    animation: heroGlow 4s ease-in-out infinite;
    animation-delay: 1.5s;
}

@keyframes heroGlow {
    0%, 100% { opacity: 0.6; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.1); }
}

/* Glowing CTA button */
.btn-hero-glow {
    position: relative;
    overflow: hidden;
}

.btn-hero-glow::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -100%;
    width: 60%;
    height: calc(100% + 4px);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: btnShine 3s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes btnShine {
    0% { left: -100%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

.hero-luxury .hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.hero-luxury .hero-title .gold-text {
    background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-luxury .hero-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 1.2rem;
    line-height: 1.9;
    font-weight: 400;
    max-width: 500px;
}

.hero-luxury .hero-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    position: relative;
}

.hero-luxury .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.hero-luxury .hero-image:hover img {
    transform: scale(1.05);
}

.hero-luxury .hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 20px;
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 169, 110, 0.12);
    border: 1px solid rgba(201, 169, 110, 0.25);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    color: var(--gold-light);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* ============ BUTTONS ============ */
.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.85rem 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(201, 169, 110, 0.35);
    text-decoration: none;
    display: inline-block;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(201, 169, 110, 0.5);
    color: #fff;
    text-decoration: none;
}

.btn-gold-outline {
    background: transparent;
    color: var(--gold-light);
    border: 1.5px solid rgba(201, 169, 110, 0.4);
    border-radius: 50px;
    padding: 0.82rem 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-gold-outline:hover {
    background: rgba(201, 169, 110, 0.1);
    border-color: var(--gold);
    color: var(--gold);
    text-decoration: none;
}

.btn-rose {
    background: linear-gradient(135deg, var(--rose), #9B5B65);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(183, 110, 121, 0.3);
    text-decoration: none;
    display: inline-block;
}

.btn-rose:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 110, 121, 0.45);
    color: #fff;
    text-decoration: none;
}

/* ============ SECTION TITLES ============ */
.section-luxury {
    padding: 5rem 0;
    position: relative;
}

.section-luxury.bg-cream {
    background: var(--cream);
}

.section-luxury.bg-warm {
    background: var(--warm-gray);
}

.section-luxury.bg-dark-luxury {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--deep-plum) 100%);
}

.luxury-section-title {
    text-align: center;
    margin-bottom: 3.5rem;
}

.luxury-section-title .overline {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.luxury-section-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.luxury-section-title p {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

.luxury-section-title p.doctor-tagline {
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .luxury-section-title p.doctor-tagline {
        white-space: normal;
        max-width: 600px;
    }
}

.luxury-section-title .gold-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    margin: 1rem auto;
    border-radius: 2px;
}

/* ============ FEATURE CARDS (의원 소개) ============ */
.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(201, 169, 110, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(201, 169, 110, 0.12);
    border-color: rgba(201, 169, 110, 0.25);
}

.feature-card .icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 169, 110, 0.1), rgba(201, 169, 110, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(201, 169, 110, 0.15);
}

.feature-card .icon-wrap i {
    font-size: 1.5rem;
    color: var(--gold);
}

.feature-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

/* ============ CTA BANNER ============ */
.cta-luxury {
    background: linear-gradient(135deg, var(--dark-bg), var(--deep-plum));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.cta-luxury::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(201, 169, 110, 0.08), transparent 70%);
}

.cta-luxury h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-luxury p {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

/* ============ TREATMENT CARDS ============ */
.treatment-luxury-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.treatment-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.treatment-luxury-card .card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.treatment-luxury-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.treatment-luxury-card:hover .card-image img {
    transform: scale(1.08);
}

.treatment-luxury-card .card-image .category-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(26, 26, 46, 0.85);
    backdrop-filter: blur(10px);
    color: var(--gold-light);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(201, 169, 110, 0.2);
}

.treatment-luxury-card .card-content {
    padding: 1.75rem;
}

.treatment-luxury-card .card-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.treatment-luxury-card .card-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.treatment-luxury-card .card-link {
    color: var(--gold-dark);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.3s ease;
}

.treatment-luxury-card .card-link:hover {
    color: var(--gold);
    gap: 0.7rem;
}

.treatment-luxury-card .card-link::after {
    content: '\2190';
    transition: transform 0.3s ease;
}

/* Treatment card without image */
.treatment-luxury-card.no-image .card-content {
    padding: 2rem;
    border-right: 3px solid var(--gold);
}

/* ============ CATEGORY SECTION ============ */
.category-luxury {
    padding: 5rem 0;
}

.category-luxury:nth-child(even) {
    background: var(--warm-gray);
}

.category-luxury:nth-child(odd) {
    background: var(--cream);
}

.category-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.category-header .cat-number {
    font-size: 4rem;
    font-weight: 800;
    color: rgba(201, 169, 110, 0.08);
    line-height: 1;
    margin-bottom: -1rem;
}

.category-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.category-header .cat-en {
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.category-header .divider {
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin: 1rem auto;
}

/* ============ CLINIC INFO ============ */
.clinic-info {
    background: var(--warm-gray);
    padding: 5rem 0;
}

.clinic-info .map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.clinic-info .map-wrap iframe {
    border-radius: 20px;
}

.clinic-info .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-dark);
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.clinic-info .accordion-button:not(.collapsed) {
    color: var(--gold-dark);
    background: rgba(201, 169, 110, 0.05);
}

.clinic-info .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 169, 110, 0.2);
}

/* ============ TREATMENT DETAIL ============ */
.detail-hero {
    background: linear-gradient(135deg, var(--dark-bg), var(--deep-plum));
    padding: 6rem 0 4rem;
    text-align: center;
}

.detail-hero .breadcrumb {
    justify-content: center;
}

.detail-hero .breadcrumb-item a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.detail-hero .breadcrumb-item.active {
    color: var(--gold-light);
}

.detail-hero h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
}

.detail-hero .en-title {
    color: var(--gold);
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.detail-content {
    padding: 4rem 0;
    background: var(--cream);
}

.detail-content .main-content {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(0,0,0,0.04);
}

.detail-content .main-content .lead {
    color: var(--text-muted);
    font-size: 1.15rem;
    line-height: 2;
    border-right: 3px solid var(--gold);
    padding-right: 1.5rem;
    margin-bottom: 2rem;
}

.detail-content .main-content img {
    border-radius: 16px;
    max-width: 100%;
}

.detail-sidebar .sidebar-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0,0,0,0.04);
}

.detail-sidebar .sidebar-card h4 {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.detail-sidebar .related-link {
    display: block;
    padding: 0.6rem 0;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.detail-sidebar .related-link:hover,
.detail-sidebar .related-link.active {
    color: var(--gold-dark);
    padding-right: 0.5rem;
}

.detail-sidebar .related-link.active {
    font-weight: 700;
    color: var(--gold);
}

.detail-sidebar .cta-card {
    background: linear-gradient(135deg, var(--dark-bg), var(--deep-plum));
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(201, 169, 110, 0.15);
}

.detail-sidebar .cta-card h4 {
    color: #fff;
    border: none;
    padding: 0;
}

.detail-sidebar .cta-card p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.detail-sidebar .cta-card .phone {
    color: var(--gold-light);
    font-size: 1.2rem;
    font-weight: 700;
}

/* ============ CONTACT PAGE ============ */
.contact-luxury .form-control {
    background: #fff;
    border: 1.5px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-align: right;
    direction: rtl;
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.contact-luxury .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.contact-luxury .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-bottom: 0.15rem;
}

.form-label-en {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gold-dark);
    margin-bottom: 0.4rem;
    direction: ltr;
    text-align: right;
    letter-spacing: 0.02em;
    font-family: 'Thicccboi', sans-serif;
}

.contact-luxury select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23C9A96E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 2.5rem;
}

.contact-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
}

.contact-info-card h4 {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.contact-info-card h5 {
    color: var(--gold-dark);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-info-card p {
    color: var(--text-muted);
    line-height: 1.8;
}

/* ============ FOOTER ============ */
.footer-luxury {
    background: var(--dark-bg);
    border-top: 1px solid rgba(201, 169, 110, 0.1);
}

.footer-luxury .widget-title {
    color: var(--gold-light) !important;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.25rem !important;
}

.footer-luxury a {
    color: rgba(255,255,255,0.6);
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-luxury a:hover {
    color: var(--gold);
}

.footer-luxury .social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 110, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.footer-luxury .social a:hover {
    background: rgba(201, 169, 110, 0.15);
    border-color: var(--gold);
    color: var(--gold) !important;
}

.footer-luxury address,
.footer-luxury p {
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
}

/* ============ UTILITIES ============ */
html[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .dropdown-menu {
    text-align: right;
}

html[dir="rtl"] .offcanvas-body {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
    content: "‹";
    color: rgba(255,255,255,0.3);
}

html[dir="rtl"] .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

/* Gold shimmer animation */
@keyframes goldShimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.gold-shimmer {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold), var(--gold-light), var(--gold-dark));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShimmer 4s linear infinite;
}

/* ============ BOARD SECTION (프로모션/세미나) ============ */
.board-section {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.04);
    height: 100%;
}

.board-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(201, 169, 110, 0.15);
}

.board-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.15rem;
}

.board-subtitle {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gold);
    letter-spacing: 0.08em;
    margin: 0;
}

.board-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.board-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

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

.board-item:hover {
    padding-right: 0.5rem;
    background: rgba(201, 169, 110, 0.03);
    border-radius: 8px;
}

.board-item-title {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.5;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 1rem;
}

.board-item:hover .board-item-title {
    color: var(--gold-dark);
}

.board-item-arrow {
    color: var(--gold);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.board-item:hover .board-item-arrow {
    transform: translateX(-4px);
}

.board-empty {
    padding: 2rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.board-item-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(201, 169, 110, 0.1);
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
}

/* 게시판 페이징 */
.board-paging {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.bp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-muted);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.bp-link:hover {
    background: rgba(201, 169, 110, 0.1);
    color: var(--gold-dark);
}

.bp-active {
    background: var(--gold) !important;
    color: #fff !important;
    font-weight: 700;
}

/* ============ CARD NEWS ============ */
.cn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.cn-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    animation: cnFadeIn 0.4s ease forwards;
}

.cn-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(201, 169, 110, 0.15);
    border-color: rgba(201, 169, 110, 0.2);
}

.cn-hidden {
    display: none !important;
}

@keyframes cnFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.cn-card-img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: var(--warm-gray);
}

.cn-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cn-card:hover .cn-card-img img {
    transform: scale(1.08);
}

.cn-card-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--warm-gray), #ede7df);
}

.cn-card-body {
    padding: 1.15rem 1.25rem;
}

.cn-card-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
    text-align: right;
    direction: rtl;
    margin: 0;
}

.cn-paging {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 2rem;
}

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

@media (max-width: 575px) {
    .cn-grid {
        grid-template-columns: 1fr;
    }

    .cn-card-img {
        height: 160px;
    }
}

/* ============ POST MODAL ============ */
.post-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 46, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.post-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 750px;
    max-height: 85vh;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.post-modal-close {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.06);
    font-size: 1.3rem;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 2;
}

.post-modal-close:hover {
    background: rgba(0,0,0,0.12);
    color: #333;
}

.post-modal-body {
    padding: 2.5rem;
    overflow-y: auto;
    max-height: 85vh;
    direction: rtl;
    text-align: right;
}

/* 모달 사진 */
.pm-photos {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.pm-photo {
    border-radius: 14px;
    max-height: 260px;
    width: auto;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.pm-photos::-webkit-scrollbar {
    height: 4px;
}
.pm-photos::-webkit-scrollbar-thumb {
    background: var(--gold-light);
    border-radius: 2px;
}

.post-modal-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(201, 169, 110, 0.15);
    padding-left: 2.5rem;
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.post-modal-content {
    font-size: 1rem;
    line-height: 2;
    color: var(--text-dark);
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.post-modal-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0;
}

.post-modal-content p {
    margin-bottom: 0.75rem;
}

/* ============ TREATMENT MODAL ============ */
.treatment-modal-wide {
    max-width: 850px;
}

.tm-photos {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.tm-photo {
    border-radius: 14px;
    max-height: 280px;
    width: auto;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.tm-photos::-webkit-scrollbar {
    height: 4px;
}
.tm-photos::-webkit-scrollbar-thumb {
    background: var(--gold-light);
    border-radius: 2px;
}

/* 아랍어 섹션 */
.tm-section-ar {
    text-align: right;
    direction: rtl;
}

.tm-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.tm-summary {
    font-size: 1.05rem;
    color: var(--gold-dark);
    line-height: 1.8;
    margin-bottom: 1.25rem;
    padding-right: 1rem;
    border-right: 3px solid var(--gold);
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.tm-content {
    font-size: 0.95rem;
    line-height: 2;
    color: var(--text-dark);
    font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif;
}

.tm-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.75rem 0;
}

.tm-content p {
    margin-bottom: 0.5rem;
}

/* 구분선 */
.tm-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.3), transparent);
    margin: 2rem 0;
}

/* 영문 섹션 */
.tm-section-en {
    text-align: left;
    direction: ltr;
}

.tm-title-en {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.tm-summary-en {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #e0e0e0;
}

.tm-content-en {
    font-size: 0.88rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.tm-content-en img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0.5rem 0;
}

.tm-content-en p {
    margin-bottom: 0.4rem;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .hero-luxury {
        min-height: auto;
        padding: 6rem 0 4rem;
    }

    .treatment-modal-wide {
        max-width: 95vw;
    }

    .tm-photo {
        max-height: 200px;
    }

    .hero-luxury .hero-title {
        font-size: 2.2rem;
    }

    .section-luxury {
        padding: 3.5rem 0;
    }

    .luxury-section-title h2 {
        font-size: 2rem;
    }

    .category-header h2 {
        font-size: 1.8rem;
    }

    .detail-content .main-content {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-luxury .hero-title {
        font-size: 1.8rem;
    }

    .hero-luxury .hero-subtitle {
        font-size: 1rem;
    }

    .luxury-section-title h2 {
        font-size: 1.6rem;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .detail-content .main-content {
        padding: 1.5rem;
    }

    .btn-gold, .btn-gold-outline {
        padding: 0.75rem 1.75rem;
        font-size: 0.9rem;
    }
}
