/* =========================================================
   MEDYUM ZÜFER HOCA - YENİ TEMA
   Koyu Lacivert + Altın | Modern Astroloji/Medyum Teması
   ========================================================= */

/* ---------- ROOT VARIABLES ---------- */
:root {
    --bg-primary: #0a0e27;
    --bg-secondary: #111634;
    --bg-tertiary: #1a1f3a;
    --bg-card: #141a35;
    --accent-gold: #d4af37;
    --accent-gold-light: #f4c430;
    --accent-gold-dark: #a88929;
    --text-primary: #ffffff;
    --text-secondary: #c9cde0;
    --text-muted: #8b90a8;
    --border-gold: rgba(212, 175, 55, 0.3);
    --overlay-dark: rgba(10, 14, 39, 0.85);
    --shadow-gold: 0 8px 30px rgba(212, 175, 55, 0.15);
    --shadow-dark: 0 10px 40px rgba(0, 0, 0, 0.4);
    --gradient-gold: linear-gradient(135deg, #d4af37 0%, #f4c430 50%, #a88929 100%);
    --gradient-dark: linear-gradient(180deg, #0a0e27 0%, #1a1f3a 100%);
    --font-heading: 'Playfair Display', 'Georgia', serif;
    --font-body: 'Poppins', 'Segoe UI', sans-serif;
    --font-accent: 'Dancing Script', cursive;
}

/* ---------- GENERAL RESET ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background-color: var(--bg-primary);
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a { color: var(--accent-gold); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--accent-gold-light); text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

h1 { font-size: 42px; line-height: 1.2; }
h2 { font-size: 34px; line-height: 1.25; }
h3 { font-size: 26px; line-height: 1.3; }
h4 { font-size: 20px; line-height: 1.4; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { color: var(--text-secondary); margin-bottom: 15px; }
img { max-width: 100%; height: auto; }

/* ---------- UTILITY ---------- */
.section-padding { padding: 90px 0; }
.section-padding-sm { padding: 60px 0; }
.bg-dark-card { background-color: var(--bg-card); }
.text-gold { color: var(--accent-gold) !important; }
.bg-gold { background: var(--gradient-gold); }

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

/* ---------- STARFIELD ---------- */
.starfield {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden; z-index: 1; pointer-events: none;
}

.starfield span {
    position: absolute; width: 2px; height: 2px;
    background: #fff; border-radius: 50%;
    opacity: 0.8; animation: twinkle 3s infinite;
}

.starfield span:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; width: 3px; height: 3px; }
.starfield span:nth-child(2) { top: 20%; left: 80%; animation-delay: 0.5s; }
.starfield span:nth-child(3) { top: 40%; left: 25%; animation-delay: 1s; width: 1px; height: 1px; }
.starfield span:nth-child(4) { top: 65%; left: 70%; animation-delay: 1.5s; }
.starfield span:nth-child(5) { top: 80%; left: 40%; animation-delay: 2s; width: 3px; height: 3px; }
.starfield span:nth-child(6) { top: 15%; left: 55%; animation-delay: 0.2s; width: 1px; height: 1px; }
.starfield span:nth-child(7) { top: 55%; left: 10%; animation-delay: 1.8s; }
.starfield span:nth-child(8) { top: 75%; left: 85%; animation-delay: 0.7s; }

@keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); box-shadow: 0 0 10px #fff; }
}

/* ---------- TOP INFO BAR ---------- */
.top-info-bar {
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-gold);
    padding: 8px 0; font-size: 13px; color: var(--text-muted);
}
.top-info-bar a { color: var(--text-secondary); margin: 0 10px; font-weight: 500; }
.top-info-bar a:hover { color: var(--accent-gold); }
.top-info-bar .tib-flex {
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap;
}

/* ---------- HEADER ---------- */
.site-header {
    background-color: rgba(10, 14, 39, 0.95);
    border-bottom: 1px solid var(--border-gold);
    padding: 18px 0;
    position: sticky; top: 0; z-index: 999;
    backdrop-filter: blur(10px);
}

.site-header .header-flex {
    display: flex; justify-content: space-between;
    align-items: center; gap: 20px;
}

.site-logo a {
    display: inline-block;
    background: url(/images/logo.webp) no-repeat left center;
    background-size: contain;
    width: 220px; height: 64px;
    text-indent: -9999px;
}

/* ---------- MAIN MENU ---------- */
.main-menu {
    display: flex; align-items: center; gap: 5px;
    list-style: none; margin: 0; padding: 0;
}

.main-menu li { position: relative; }

.main-menu > li > a {
    display: block; padding: 10px 16px;
    color: var(--text-secondary); font-weight: 500;
    font-size: 14px; text-transform: uppercase;
    letter-spacing: 1px; position: relative;
}

.main-menu > li > a::after {
    content: ''; position: absolute; bottom: 4px; left: 50%;
    width: 0; height: 2px;
    background: var(--gradient-gold);
    transition: all 0.3s ease; transform: translateX(-50%);
}

.main-menu > li > a:hover,
.main-menu > li.active > a { color: var(--accent-gold); }

.main-menu > li > a:hover::after,
.main-menu > li.active > a::after { width: 70%; }

.main-menu .submenu {
    position: absolute; top: 100%; left: 0;
    min-width: 220px; background: var(--bg-card);
    border: 1px solid var(--border-gold); border-radius: 8px;
    padding: 10px 0; box-shadow: var(--shadow-dark);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: all 0.3s ease; list-style: none; margin: 0;
}

.main-menu li:hover > .submenu {
    opacity: 1; visibility: visible; transform: translateY(0);
}

.main-menu .submenu li a {
    display: block; padding: 10px 20px;
    color: var(--text-secondary); font-size: 13px;
}

.main-menu .submenu li a:hover {
    background: rgba(212, 175, 55, 0.08);
    color: var(--accent-gold);
}

.mobile-menu-toggle {
    display: none; background: transparent;
    border: 1px solid var(--border-gold);
    color: var(--accent-gold); padding: 10px 14px;
    border-radius: 6px; font-size: 20px; cursor: pointer;
}

/* ---------- HERO SLIDER ---------- */
.hero-section {
    position: relative; min-height: 640px;
    background: linear-gradient(135deg, rgba(10, 14, 39, 0.88), rgba(26, 31, 58, 0.75)), url(/images/slider.webp);
    background-size: cover; background-position: center;
    display: flex; align-items: center; overflow: hidden;
}

.hero-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(10, 14, 39, 0.6) 100%);
    z-index: 1;
}

.hero-content { position: relative; z-index: 2; padding: 80px 0; }

.hero-content .badge-top {
    display: inline-block; padding: 6px 18px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid var(--accent-gold);
    border-radius: 30px; color: var(--accent-gold);
    font-size: 13px; letter-spacing: 2px;
    margin-bottom: 20px; text-transform: uppercase;
}

.hero-content h1 {
    font-size: 56px; color: #fff; margin-bottom: 20px;
    font-family: var(--font-heading);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.15;
}

.hero-content h1 span { color: var(--accent-gold); }

.hero-content .hero-features {
    display: flex; gap: 18px; flex-wrap: wrap;
    list-style: none; padding: 0; margin: 22px 0;
}

.hero-content .hero-features li {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid var(--border-gold);
    padding: 6px 18px; border-radius: 30px;
    font-size: 13px; color: var(--text-primary);
    letter-spacing: 0.5px;
}

.hero-content .hero-features li i { color: var(--accent-gold); margin-right: 6px; }

.hero-content .hero-subtitle {
    font-size: 17px; color: var(--text-secondary); margin-bottom: 12px;
}

.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* ---------- BUTTONS ---------- */
.btn-gold {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px; background: var(--gradient-gold);
    color: var(--bg-primary) !important; font-weight: 600;
    font-size: 14px; text-transform: uppercase;
    letter-spacing: 1.5px; border: none; border-radius: 50px;
    transition: all 0.3s ease; box-shadow: var(--shadow-gold);
    cursor: pointer;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
    color: var(--bg-primary) !important;
}

.btn-outline-gold {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px; background: transparent;
    color: var(--accent-gold) !important;
    border: 2px solid var(--accent-gold);
    font-weight: 600; font-size: 14px; text-transform: uppercase;
    letter-spacing: 1.5px; border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--accent-gold);
    color: var(--bg-primary) !important;
    transform: translateY(-3px);
}

.btn-whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px; font-weight: 600;
    font-size: 14px; text-transform: uppercase;
    letter-spacing: 1.5px; border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover { background: #1ea851 !important; color: #fff !important; }

/* ---------- SECTION HEADING ---------- */
.section-heading { text-align: center; margin-bottom: 50px; }

.section-heading .sub-title {
    display: inline-block; color: var(--accent-gold);
    font-family: var(--font-accent); font-size: 22px;
    margin-bottom: 10px; letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 38px; color: var(--text-primary);
    margin-bottom: 20px; position: relative;
    display: inline-block;
}

.section-heading h2::after {
    content: ''; display: block; width: 80px; height: 3px;
    background: var(--gradient-gold);
    margin: 18px auto 0; border-radius: 3px;
}

.section-heading p {
    max-width: 720px; margin: 0 auto;
    color: var(--text-secondary);
}

/* ---------- ABOUT SECTION ---------- */
.about-section {
    background: var(--bg-primary);
    position: relative; padding: 90px 0; overflow: hidden;
}

.about-section .about-img {
    position: relative; border-radius: 12px;
    overflow: hidden; box-shadow: var(--shadow-dark);
    border: 2px solid var(--border-gold);
}

.about-section .about-img img {
    display: block; width: 100%; height: auto; border-radius: 10px;
}

.about-section .about-content .sub-title {
    color: var(--accent-gold); font-family: var(--font-accent);
    font-size: 26px; display: block; margin-bottom: 10px;
}

.about-section .about-content h2 { font-size: 40px; margin-bottom: 20px; }

.about-section .about-content .icerik {
    color: var(--text-secondary); font-size: 15px;
    line-height: 1.8; margin-bottom: 20px;
}

/* ---------- SERVICES GRID ---------- */
.services-section {
    background: var(--bg-secondary);
    position: relative; padding: 100px 0 80px; overflow: hidden;
}

.services-section::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.06) 0%, transparent 40%),
                      radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px; position: relative; z-index: 1;
}

.service-card {
    background: var(--bg-card);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px; padding: 35px 25px;
    text-align: center; transition: all 0.4s ease;
    position: relative; overflow: hidden;
}

.service-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: var(--gradient-gold);
    transform: scaleX(0); transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-gold);
}

.service-card:hover::before { transform: scaleX(1); }

.service-card .icon-wrap {
    width: 90px; height: 90px; margin: 0 auto 22px;
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border: 2px solid var(--accent-gold);
    overflow: hidden; transition: all 0.4s ease;
    position: relative;
}

.service-card:hover .icon-wrap {
    background: var(--gradient-gold);
    transform: rotate(10deg) scale(1.05);
}

.service-card .icon-wrap img {
    width: 100%; height: 100%;
    object-fit: cover; border-radius: 50%;
}

.service-card h3 {
    font-size: 20px; color: var(--text-primary);
    margin: 10px 0 12px; min-height: 50px;
    display: flex; align-items: center; justify-content: center;
}

.service-card h3 a { color: var(--text-primary); }
.service-card h3 a:hover { color: var(--accent-gold); }

.service-card p {
    color: var(--text-muted); font-size: 13px; line-height: 1.6;
}

.service-card .read-more {
    display: inline-block; margin-top: 15px;
    color: var(--accent-gold); font-weight: 600;
    font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
}

.service-card .read-more i { margin-left: 5px; transition: transform 0.3s ease; }
.service-card:hover .read-more i { transform: translateX(5px); }

/* ---------- SERVICE SHOWCASE (SLIDER) ---------- */
.showcase-section { background: var(--bg-primary); padding: 90px 0; overflow: hidden; }

.showcase-section .owl-item .item { padding: 15px; }

.showcase-box {
    display: grid; grid-template-columns: 1fr 2fr;
    gap: 30px; background: var(--bg-card);
    border: 1px solid var(--border-gold);
    border-radius: 15px; padding: 30px; align-items: center;
}

.showcase-box .s-img {
    width: 180px; height: 180px; border-radius: 50%;
    overflow: hidden; border: 3px solid var(--accent-gold);
    padding: 5px;
}

.showcase-box .s-img img {
    width: 100%; height: 100%;
    object-fit: cover; border-radius: 50%;
}

.showcase-box .s-content h3 { font-size: 22px; margin-bottom: 12px; }
.showcase-box .s-content h3 a { color: var(--text-primary); }

.showcase-box .s-content .icerik {
    max-height: 110px; overflow: hidden;
    color: var(--text-secondary); font-size: 14px;
    line-height: 1.7; margin-bottom: 15px;
}

/* ---------- CTA ---------- */
.cta-section {
    background: linear-gradient(rgba(10, 14, 39, 0.88), rgba(10, 14, 39, 0.92)), url(/images/banner.webp);
    background-size: cover; background-position: center;
    padding: 120px 0; position: relative; text-align: center;
}

.cta-section h2 {
    font-size: 40px; color: #fff; margin-bottom: 25px;
    font-style: italic; font-family: var(--font-accent);
}

.cta-section .cta-text {
    color: var(--text-secondary); font-size: 17px;
    max-width: 860px; margin: 0 auto 30px; line-height: 1.8;
}

/* ---------- PAGE TITLE BANNER ---------- */
.page-banner {
    background: linear-gradient(rgba(10, 14, 39, 0.88), rgba(26, 31, 58, 0.85)), url(/images/banner.webp);
    background-size: cover; background-position: center;
    padding: 100px 0 70px; position: relative;
    text-align: center; border-bottom: 2px solid var(--border-gold);
}

.page-banner h1 { font-size: 46px; color: #fff; margin-bottom: 15px; }

.breadcrumb-nav {
    display: flex; justify-content: center; align-items: center;
    list-style: none; padding: 0; margin: 0;
    flex-wrap: wrap; gap: 8px;
}

.breadcrumb-nav li { color: var(--text-secondary); font-size: 14px; }
.breadcrumb-nav li a { color: var(--text-secondary); }
.breadcrumb-nav li a:hover { color: var(--accent-gold); }

.breadcrumb-nav li:not(:last-child)::after {
    content: '/'; margin-left: 8px; color: var(--accent-gold);
}

.breadcrumb-nav li:last-child { color: var(--accent-gold); }

/* ---------- CONTENT / PROSE ---------- */
.content-wrapper { background: var(--bg-primary); padding: 70px 0; }

.content-box {
    background: var(--bg-card); border: 1px solid var(--border-gold);
    border-radius: 12px; padding: 40px; margin-bottom: 30px;
}

.icerik {
    color: var(--text-secondary); font-size: 15px; line-height: 1.8;
}

.icerik h1, .icerik h2, .icerik h3, .icerik h4, .icerik h5, .icerik h6 {
    color: var(--accent-gold) !important;
    margin-top: 25px; margin-bottom: 15px;
}

.icerik h1 { font-size: 28px !important; }
.icerik h2 { font-size: 24px !important; }
.icerik h3 { font-size: 22px !important; }
.icerik h4 { font-size: 20px !important; }

.icerik p { color: var(--text-secondary); margin-bottom: 16px; }
.icerik a { color: var(--accent-gold); text-decoration: underline; }
.icerik a:hover { color: var(--accent-gold-light); }
.icerik b, .icerik strong { color: #fff !important; }
.icerik ul, .icerik ol { color: var(--text-secondary); padding-left: 25px; }
.icerik li { margin-bottom: 8px; }
.icerik img { max-width: 100%; height: auto; border-radius: 10px; margin: 15px 0; }
.icerik blockquote {
    border-left: 4px solid var(--accent-gold); padding: 15px 20px;
    margin: 20px 0; background: rgba(212, 175, 55, 0.05);
    border-radius: 0 8px 8px 0; color: var(--text-secondary);
    font-style: italic;
}

/* ---------- SIDEBAR ---------- */
.sidebar { position: sticky; top: 100px; }

.widget {
    background: var(--bg-card); border: 1px solid var(--border-gold);
    border-radius: 12px; padding: 25px; margin-bottom: 25px;
}

.widget-title {
    font-size: 18px; color: var(--accent-gold);
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 1px solid var(--border-gold);
    position: relative; font-family: var(--font-heading);
}

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

.widget ul li {
    padding: 9px 0;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.15);
}

.widget ul li:last-child { border-bottom: none; }

.widget ul li a {
    color: var(--text-secondary); font-size: 14px;
    display: flex; align-items: center; gap: 8px;
    transition: all 0.3s ease;
}

.widget ul li a::before {
    content: '\f105'; font-family: 'FontAwesome';
    color: var(--accent-gold); font-size: 12px;
}

.widget ul li a:hover { color: var(--accent-gold); padding-left: 5px; }

.widget_tag_cloud a {
    display: inline-block; padding: 6px 14px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid var(--border-gold);
    color: var(--text-secondary); border-radius: 30px;
    font-size: 13px; margin: 4px 3px;
}

.widget_tag_cloud a:hover { background: var(--accent-gold); color: var(--bg-primary); }

/* ---------- BLOG CARD ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.blog-card {
    background: var(--bg-card);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px; overflow: hidden;
    transition: all 0.4s ease;
    display: flex; flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-gold);
}

.blog-card .card-img {
    width: 100%; height: 200px;
    background-size: cover; background-position: center;
    position: relative; overflow: hidden;
}

.blog-card .card-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(10, 14, 39, 0.7) 0%, transparent 50%);
}

.blog-card .card-body {
    padding: 22px; flex: 1;
    display: flex; flex-direction: column;
}

.blog-card h3 { font-size: 18px; margin-bottom: 12px; line-height: 1.4; }
.blog-card h3 a { color: var(--text-primary); }
.blog-card h3 a:hover { color: var(--accent-gold); }

.blog-card p {
    color: var(--text-muted); font-size: 13px; line-height: 1.6; flex: 1;
}

.blog-card .card-meta {
    margin-top: 14px; padding-top: 14px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    color: var(--accent-gold); font-size: 13px;
    font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}

/* ---------- PAGINATION ---------- */
.pagination-wrap {
    display: flex; justify-content: center; gap: 8px;
    margin-top: 40px; flex-wrap: wrap;
}

.sayfabtn {
    display: inline-block; padding: 10px 18px;
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    color: var(--text-secondary) !important;
    border-radius: 8px; font-weight: 600;
    font-size: 14px; min-width: 44px;
    text-align: center; transition: all 0.3s ease;
}

.sayfabtn:hover, .sayfabtn.active {
    background: var(--gradient-gold);
    color: var(--bg-primary) !important;
    border-color: var(--accent-gold);
}

/* ---------- CONTACT ---------- */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px; margin-bottom: 50px;
}

.contact-info-card {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    border-radius: 12px; padding: 35px 25px;
    text-align: center; transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-gold);
}

.contact-info-card .ci-icon {
    width: 70px; height: 70px; margin: 0 auto 18px;
    border-radius: 50%; background: var(--gradient-gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: var(--bg-primary);
}

.contact-info-card h4 {
    color: var(--accent-gold); text-transform: uppercase;
    letter-spacing: 2px; font-size: 14px; margin-bottom: 10px;
}

.contact-info-card p { margin: 0; }

.contact-info-card p a {
    color: var(--text-primary); font-size: 17px; font-weight: 500;
}

.contact-info-card p a:hover { color: var(--accent-gold); }

.contact-form-box {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    border-radius: 12px; padding: 45px;
}

.contact-form-box .uk-input,
.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="number"],
.contact-form-box textarea,
.contact-form-box select {
    width: 100%; padding: 14px 18px;
    background: var(--bg-primary) !important;
    border: 1px solid var(--border-gold);
    border-radius: 8px; color: var(--text-primary) !important;
    font-size: 14px; margin-bottom: 15px;
    transition: all 0.3s ease;
    font-family: var(--font-body);
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
    outline: none; border-color: var(--accent-gold);
    background: rgba(212, 175, 55, 0.03) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.contact-form-box ::placeholder { color: var(--text-muted); }

.contact-form-box select option {
    background: var(--bg-primary); color: var(--text-primary);
}

.contact-form-box label { color: var(--text-secondary); font-size: 14px; }
.contact-form-box label a { color: var(--accent-gold); }

/* ---------- ALERT ---------- */
.uk-alert-success {
    background: rgba(40, 167, 69, 0.15);
    border: 1px solid rgba(40, 167, 69, 0.4);
    color: #5cd178; padding: 14px 20px;
    border-radius: 8px; margin-bottom: 20px;
}

.uk-alert-danger {
    background: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ff7b87; padding: 14px 20px;
    border-radius: 8px; margin-bottom: 20px;
}

/* ---------- TESTIMONIALS ---------- */
.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    border-radius: 12px; padding: 30px;
    display: flex; gap: 20px; align-items: flex-start;
    margin-bottom: 20px; position: relative;
}

.testimonial-card::before {
    content: '\201C'; position: absolute;
    top: 0; right: 25px; font-size: 80px;
    color: var(--accent-gold); line-height: 1;
    font-family: Georgia, serif; opacity: 0.3;
}

.testimonial-card img {
    width: 70px; height: 70px; border-radius: 50%;
    object-fit: cover; border: 2px solid var(--accent-gold);
}

.testimonial-card .t-content p {
    color: var(--text-secondary); font-style: italic;
    margin-bottom: 12px;
}

.testimonial-card .t-content h4 {
    font-size: 16px; color: var(--accent-gold); margin: 0;
}

.testimonial-card .t-content h4 span {
    color: var(--text-muted); font-weight: 400; font-size: 13px;
}

/* ---------- TABS ---------- */
.product_desc_tabs { margin-top: 30px; }

.tabs {
    display: flex; gap: 2px;
    list-style: none; padding: 0; margin: 0 0 20px;
    border-bottom: 2px solid var(--border-gold);
    flex-wrap: wrap;
}

.tab-link {
    padding: 12px 24px; cursor: pointer;
    color: var(--text-secondary); font-weight: 600;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease; font-size: 14px;
}

.tab-link.current {
    background: var(--gradient-gold);
    color: var(--bg-primary);
}

.tab-link:not(.current):hover { color: var(--accent-gold); }

.tab_content { display: none; }
.tab_content.current { display: block; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
    background: var(--bg-secondary); text-align: center;
    padding: 60px 0;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

.cta-strip h2 {
    font-family: var(--font-accent); font-style: italic;
    font-size: 34px; color: var(--accent-gold); margin-bottom: 0;
}

/* ---------- FOOTER ---------- */
.site-footer {
    background: var(--bg-secondary); padding: 70px 0 0;
    position: relative; border-top: 1px solid var(--border-gold);
}

.site-footer::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: var(--gradient-gold);
}

.footer-top { text-align: center; margin-bottom: 40px; }

.footer-top img { max-width: 220px; margin-bottom: 20px; }

.footer-top p {
    color: var(--text-secondary); max-width: 780px;
    margin: 0 auto 20px; font-size: 14px;
}

.footer-contact {
    display: flex; justify-content: center;
    gap: 15px; flex-wrap: wrap; margin-bottom: 20px;
}

.footer-contact a {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px; border: 1px solid var(--accent-gold);
    border-radius: 50px; color: var(--accent-gold);
    font-weight: 600; font-size: 14px;
}

.footer-contact a:hover {
    background: var(--accent-gold); color: var(--bg-primary);
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px; margin-bottom: 40px;
}

.footer-widget h4 {
    font-size: 18px; color: var(--accent-gold);
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 1px solid var(--border-gold);
    position: relative;
}

.footer-widget h4::after {
    content: ''; position: absolute;
    bottom: -1px; left: 0;
    width: 50px; height: 2px; background: var(--gradient-gold);
}

.footer-widget ul {
    list-style: none; padding: 0; margin: 0;
    max-height: 240px; overflow-y: auto; padding-right: 10px;
}

.footer-widget ul::-webkit-scrollbar { width: 4px; }
.footer-widget ul::-webkit-scrollbar-track { background: var(--bg-primary); }
.footer-widget ul::-webkit-scrollbar-thumb { background: var(--accent-gold); border-radius: 2px; }

.footer-widget ul li {
    padding: 6px 0;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.1);
}

.footer-widget ul li a {
    color: var(--text-secondary); font-size: 13px;
    display: block; transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
    color: var(--accent-gold); padding-left: 5px;
}

.footer-widget.widget-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
}

.footer-bottom {
    background: var(--bg-primary); padding: 20px 0;
    text-align: center; font-size: 13px;
    color: var(--text-muted);
    border-top: 1px solid var(--border-gold);
}

.footer-bottom p { margin: 0; }

/* ---------- FLOATING CONTACT ---------- */
.floating-wa {
    position: fixed; bottom: 30px; right: 30px;
    width: 60px; height: 60px;
    background: #25d366; color: #fff !important;
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center;
    font-size: 32px; z-index: 9999;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.mobile-bottom-bar {
    display: none; position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--bg-card);
    border-top: 1px solid var(--border-gold);
    z-index: 9998;
}

.mobile-bottom-bar a {
    display: flex; align-items: center; justify-content: center;
    padding: 14px 10px; width: 50%;
    color: #fff !important; font-weight: 600;
    font-size: 14px; gap: 8px;
}

.mobile-bottom-bar .call-btn {
    background: var(--bg-primary);
    color: var(--accent-gold) !important;
}

.mobile-bottom-bar .wa-btn { background: #25d366; }

/* ---------- GRID ---------- */
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
[class*="col-"] { padding: 0 12px; width: 100%; }

@media (min-width: 576px) {
    .col-sm-6 { width: 50%; }
    .col-sm-12 { width: 100%; }
}
@media (min-width: 768px) {
    .col-md-4 { width: 33.333%; }
    .col-md-6 { width: 50%; }
    .col-md-8 { width: 66.667%; }
    .col-md-12 { width: 100%; }
}
@media (min-width: 992px) {
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.333%; }
    .col-lg-5 { width: 41.666%; }
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.333%; }
    .col-lg-8 { width: 66.667%; }
    .col-lg-12 { width: 100%; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991.98px) {
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    .hero-content h1 { font-size: 38px; }
    .section-heading h2 { font-size: 28px; }
    .cta-section h2 { font-size: 28px; }
    .page-banner h1 { font-size: 32px; }

    .mobile-menu-toggle { display: block; }

    .main-menu {
        position: fixed; top: 0; right: -100%;
        width: 85%; max-width: 340px; height: 100vh;
        background: var(--bg-secondary);
        flex-direction: column; align-items: flex-start;
        padding: 80px 20px 20px; overflow-y: auto;
        transition: right 0.3s ease; z-index: 1000;
        border-left: 1px solid var(--border-gold);
    }

    .main-menu.active { right: 0; }
    .main-menu li { width: 100%; }
    .main-menu > li > a { padding: 12px 10px; width: 100%; }

    .main-menu .submenu {
        position: static;
        opacity: 1; visibility: visible; transform: none;
        background: var(--bg-card); box-shadow: none;
        border: none; margin: 5px 0 0; padding: 5px 0;
        display: none;
    }

    .main-menu li.submenu-open .submenu { display: block; }

    .menu-overlay {
        position: fixed; inset: 0;
        background: rgba(0, 0, 0, 0.6); z-index: 999;
        opacity: 0; visibility: hidden;
        transition: all 0.3s ease;
    }

    .menu-overlay.active { opacity: 1; visibility: visible; }

    .showcase-box { grid-template-columns: 1fr; text-align: center; }
    .showcase-box .s-img { margin: 0 auto; }

    .hero-section { min-height: 500px; }
    .about-section .about-img { margin-bottom: 30px; }
    .mobile-bottom-bar { display: flex; }
    .floating-wa { display: none; }
    body { padding-bottom: 60px; }
    .contact-form-box { padding: 25px; }
}

@media (max-width: 575.98px) {
    .section-padding { padding: 60px 0; }
    .hero-content h1 { font-size: 28px; }
    .hero-content .hero-features { gap: 6px; }
    .hero-content .hero-features li { font-size: 11px; padding: 4px 10px; }
    .btn-gold, .btn-outline-gold { padding: 12px 22px; font-size: 12px; }
    .page-banner { padding: 60px 0 40px; }
    .page-banner h1 { font-size: 24px; }
    .content-box { padding: 22px; }
    .top-info-bar { display: none; }
    .site-logo a { width: 160px; height: 50px; }
}

/* ---------- SCROLLBAR ---------- */
.scrollbar { max-height: 260px; overflow-y: auto; padding-right: 10px; }
.scrollbar::-webkit-scrollbar { width: 5px; }
.scrollbar::-webkit-scrollbar-track { background: var(--bg-primary); border-radius: 3px; }
.scrollbar::-webkit-scrollbar-thumb { background: var(--accent-gold); border-radius: 3px; }

/* ---------- HELPERS ---------- */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 6px; }
.mb-2 { margin-bottom: 12px; }
.mb-3 { margin-bottom: 18px; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 30px; }
.mt-1 { margin-top: 6px; }
.mt-2 { margin-top: 12px; }
.mt-3 { margin-top: 18px; }
.mt-4 { margin-top: 24px; }
.mt-5 { margin-top: 30px; }
.p-0 { padding: 0; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-white { color: #fff !important; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-none { display: none !important; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.float-left { float: left; }
.float-right { float: right; }
.clearfix::after { content: ''; display: table; clear: both; }

@media (min-width: 576px) {
    .d-sm-block { display: block; }
    .d-sm-none { display: none !important; }
}

@media (min-width: 992px) {
    .d-lg-block { display: block; }
    .d-lg-none { display: none !important; }
}

@media (max-width: 991.98px) {
    .d-lg-only { display: none !important; }
}
