/* ==========================================================================
   MS Doğal Protez Saç - Premium Dark & Gold Theme Stylesheet
   ========================================================================== */

:root {
    --ms-bg: #0d0e12;
    --ms-bg-card: #14161f;
    --ms-bg-card-light: #1b1e2a;
    --ms-gold: #f59e0b;
    --ms-gold-light: #fbbf24;
    --ms-gold-dark: #d97706;
    --ms-gold-gradient: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    --ms-green-whatsapp: #25D366;
    --ms-text-main: #f8fafc;
    --ms-text-muted: #94a3b8;
    --ms-text-dim: #64748b;
    --ms-glass: rgba(13, 14, 18, 0.88);
    --ms-glass-border: rgba(255, 255, 255, 0.08);
    --ms-radius-sm: 8px;
    --ms-radius-md: 14px;
    --ms-radius-lg: 20px;
    --ms-radius-full: 9999px;
    --ms-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    --ms-shadow-gold: 0 10px 25px -5px rgba(245, 158, 11, 0.35);
}

/* Base resets */
body {
    background-color: var(--ms-bg);
    color: var(--ms-text-main);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Strict Container Alignment (+150px wider) */
.container {
    max-width: 1350px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

a {
    text-decoration: none;
    transition: all 0.25s ease;
}

/* --------------------------------------------------------------------------
   HEADER & NAVBAR
   -------------------------------------------------------------------------- */
.ms-header {
    background: var(--ms-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--ms-glass-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 12px 0;
}

.ms-header .logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.ms-header .logo-link img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.ms-header .ms-nav-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ms-header .ms-nav-menu li a {
    color: #e2e8f0;
    font-size: 13px; /* 2px smaller as requested */
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 6px 4px;
    position: relative;
}

.ms-header .ms-nav-menu li a:hover,
.ms-header .ms-nav-menu li.active a {
    color: var(--ms-gold);
}

.ms-header .ms-nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--ms-gold-gradient);
    transition: width 0.3s ease;
}

.ms-header .ms-nav-menu li a:hover::after {
    width: 100%;
}

/* Header Buttons */
.ms-btn-whatsapp {
    background-color: var(--ms-green-whatsapp);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: var(--ms-radius-full);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
}

.ms-btn-whatsapp:hover {
    background-color: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.ms-btn-analiz {
    background: var(--ms-gold-gradient);
    color: #111827 !important;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: var(--ms-radius-full);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
    transition: all 0.25s ease;
}

.ms-btn-analiz:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.55);
    filter: brightness(1.08);
}

/* --------------------------------------------------------------------------
   HERO / SLIDER SECTION
   -------------------------------------------------------------------------- */
.ms-hero-section {
    position: relative;
    padding: 90px 0 110px;
    background-color: #0b0c10;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ms-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(13, 14, 18, 0.80) 0%, rgba(13, 14, 18, 0.40) 48%, rgba(13, 14, 18, 0.18) 75%, rgba(13, 14, 18, 0.50) 100%),
                linear-gradient(to bottom, rgba(13, 14, 18, 0.10) 0%, transparent 40%, rgba(13, 14, 18, 0.90) 100%);
    pointer-events: none;
}

.ms-hero-content {
    position: relative;
    z-index: 5;
}

.ms-pill-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    background: rgba(13, 14, 18, 0.65);
    border: 1px solid rgba(245, 158, 11, 0.6);
    border-radius: var(--ms-radius-full);
    color: var(--ms-gold-light);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.ms-hero-title {
    font-size: clamp(1.7rem, 2.25vw, 2.25rem);
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.ms-hero-title br {
    display: block;
    content: "";
    margin-top: 4px;
}

.ms-hero-title span,
.ms-hero-title .highlight-gold,
.ms-hero-section h1 span,
.ms-hero-content h1 span {
    font-size: calc(1em + 16px) !important;
    line-height: 1.2 !important;
    color: #d4af37 !important;
    background: linear-gradient(135deg, #fff2a8 0%, #d4af37 50%, #aa7c11 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
    font-weight: 900 !important;
    text-shadow: none !important;
    filter: drop-shadow(0 2px 10px rgba(212, 175, 55, 0.45));
    margin-top: 6px;
}

.ms-hero-title span * {
    font-size: inherit !important;
}

@supports not (-webkit-background-clip: text) {
    .ms-hero-title span,
    .ms-hero-section h1 span,
    .ms-hero-content h1 span {
        color: #d4af37 !important;
        -webkit-text-fill-color: #d4af37 !important;
    }
}

/* Hero Carousel Controls & Indicators */
.ms-hero-carousel {
    position: relative;
    width: 100%;
}

.ms-carousel-indicators {
    bottom: -40px;
    margin-bottom: 0;
    gap: 8px;
    z-index: 10;
}

.ms-carousel-indicators [data-bs-target] {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    transition: all 0.3s ease;
}

.ms-carousel-indicators .active {
    width: 45px;
    background: linear-gradient(135deg, #fbbf24 0%, #d4af37 100%);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.ms-carousel-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(13, 14, 18, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.75;
    transition: all 0.3s ease;
    z-index: 10;
}

.ms-carousel-nav:hover {
    background: rgba(212, 175, 55, 0.25);
    border-color: #d4af37;
    color: #d4af37;
    opacity: 1;
}

.ms-carousel-prev {
    left: 10px;
}

.ms-carousel-next {
    right: 10px;
}

.ms-hero-desc {
    font-size: 1.12rem;
    color: #cbd5e1;
    max-width: 540px;
    line-height: 1.65;
    margin-bottom: 2.25rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.ms-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.ms-btn-white-pill {
    background: #ffffff;
    color: #0f172a !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: var(--ms-radius-full);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
}

.ms-btn-white-pill:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.35);
}

.ms-btn-gold-pill {
    background: var(--ms-gold-gradient);
    color: #111827 !important;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 12px 30px;
    border-radius: var(--ms-radius-full);
    box-shadow: var(--ms-shadow-gold);
    transition: all 0.25s ease;
}

.ms-btn-gold-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.55);
    filter: brightness(1.08);
}

/* 3 Circular Badges in Hero with Modern Dynamic Floating Animations */
.ms-hero-badges-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
    width: 100%;
}

.ms-round-badge {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #f8fafc 60%, #e2e8f0 100%);
    border: 4px solid var(--ms-gold);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 24px rgba(245, 158, 11, 0.4), inset 0 0 14px rgba(245, 158, 11, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ms-badge-1 {
    animation: msFloatBadge1 4s ease-in-out infinite, msGlowPulse 3.2s ease-in-out infinite;
}

.ms-badge-2 {
    animation: msFloatBadge2 4.6s ease-in-out infinite 0.7s, msGlowPulse 3.6s ease-in-out infinite 0.9s;
}

.ms-badge-3 {
    animation: msFloatBadge3 4.2s ease-in-out infinite 1.4s, msGlowPulse 3.4s ease-in-out infinite 1.6s;
}

@keyframes msFloatBadge1 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(1.2deg);
    }
}

@keyframes msFloatBadge2 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(-1.5deg);
    }
}

@keyframes msFloatBadge3 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(1deg);
    }
}

@keyframes msGlowPulse {
    0%, 100% {
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.35), inset 0 0 12px rgba(245, 158, 11, 0.18);
    }
    50% {
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 32px rgba(245, 158, 11, 0.7), inset 0 0 18px rgba(245, 158, 11, 0.35);
    }
}

.ms-round-badge:hover {
    transform: scale(1.1) translateY(-10px) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65), 0 0 40px rgba(245, 158, 11, 0.85), inset 0 0 22px rgba(245, 158, 11, 0.45) !important;
}

.ms-round-badge .badge-icon {
    font-size: 2.15rem;
    color: #0f172a;
    margin-bottom: 6px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ms-round-badge:hover .badge-icon {
    color: var(--ms-gold-dark);
    transform: scale(1.15);
}

.ms-round-badge .badge-text {
    font-size: 0.78rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Hero Right Model Image */
.ms-hero-model-wrap {
    position: relative;
    z-index: 4;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ms-hero-model-img {
    max-height: 620px;
    width: auto;
    max-width: 125%;
    object-fit: contain;
    filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.75));
    transition: transform 0.35s ease;
    margin-right: -25px;
}

.ms-hero-model-img:hover {
    transform: scale(1.02);
}

/* --------------------------------------------------------------------------
   5 FIXED CARDS (SABİT 5 KUTUCUK)
   -------------------------------------------------------------------------- */
.ms-cards-section {
    padding: 0 0 70px;
    margin-top: -35px;
    position: relative;
    z-index: 20;
}

.ms-feature-card {
    position: relative;
    height: 175px;
    border-radius: var(--ms-radius-md);
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.ms-feature-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 14, 18, 0.95) 0%, rgba(13, 14, 18, 0.45) 55%, rgba(13, 14, 18, 0.15) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 12px;
    text-align: center;
    transition: background 0.3s ease;
}

.ms-feature-card .card-title {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: color 0.3s ease;
}

.ms-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 158, 11, 0.6);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 158, 11, 0.25);
}

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

.ms-feature-card:hover .card-title {
    color: var(--ms-gold-light);
}

/* --------------------------------------------------------------------------
   HAKKIMIZDA SECTION (PAGE 1)
   -------------------------------------------------------------------------- */
.ms-about-section {
    padding: 95px 0 105px;
    background-color: #0b0c10;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ms-about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11, 12, 16, 0.88) 0%, rgba(11, 12, 16, 0.65) 45%, rgba(11, 12, 16, 0.82) 100%),
                linear-gradient(to bottom, rgba(11, 12, 16, 0.5) 0%, transparent 40%, rgba(11, 12, 16, 0.88) 100%);
    pointer-events: none;
}

.ms-about-img-frame {
    position: relative;
    border-radius: 20px;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.75), 0 0 35px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    max-width: 390px;
    margin: 0 auto;
}

.ms-about-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-about-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
}

.ms-about-title .highlight-gold {
    color: var(--ms-gold);
    display: block;
    font-weight: 900;
}

.ms-about-desc {
    color: #cbd5e1;
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

/* 3 Feature Boxes in About Section (Matching Screenshot) */
.ms-about-badges-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ms-about-badge-item {
    background: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
}

.ms-about-badge-item:hover {
    transform: translateY(-4px);
    background: #e2e8f0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.ms-about-badge-svg {
    width: 60px;
    height: 60px;
    min-width: 60px;
    flex-shrink: 0;
    color: #1e293b;
    transition: transform 0.3s ease;
}

.ms-about-badge-item:hover .ms-about-badge-svg {
    transform: scale(1.08);
}

.ms-about-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ms-about-badge-text strong {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
}

.ms-about-badge-text span {
    font-size: 0.90rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.25;
}

/* --------------------------------------------------------------------------
   REFERANSLAR SECTION (BAZI MS PROTEZ KULLANICILARI)
   -------------------------------------------------------------------------- */
.ms-ref-section {
    padding: 85px 0 95px;
    background-color: #0d0e12;
    text-align: center;
}

.ms-section-heading {
    font-size: 2.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 3.5rem;
}

.ms-section-heading .highlight-gold {
    color: var(--ms-gold);
}

.ms-ref-card {
    position: relative;
    border-radius: var(--ms-radius-md);
    overflow: hidden;
    aspect-ratio: 3 / 4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    transition: all 0.35s ease;
    background: #14161f;
}

.ms-ref-card .ref-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Inset Before Thumbnail */
.ms-ref-card .ref-before-thumb {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 82px;
    height: 82px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    z-index: 10;
    transition: transform 0.3s ease;
    background: #000000;
}

.ms-ref-card .ref-before-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-ref-card:hover {
    transform: translateY(-6px);
    border-color: var(--ms-gold);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(245, 158, 11, 0.25);
}

.ms-ref-card:hover .ref-main-img {
    transform: scale(1.04);
}

.ms-ref-card:hover .ref-before-thumb {
    transform: scale(1.08);
}

.ms-ref-actions {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 3rem;
}

/* Referanslar Owl Carousel Styling */
#msRefCarousel {
    position: relative;
    padding: 10px 0 25px;
}

#msRefCarousel .owl-stage-outer {
    padding: 14px 0;
}

#msRefCarousel .item {
    height: 100%;
}

#msRefCarousel .owl-nav button.owl-prev,
#msRefCarousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(13, 14, 18, 0.85) !important;
    border: 1.5px solid rgba(245, 158, 11, 0.55) !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    z-index: 20;
    cursor: pointer;
}

#msRefCarousel .owl-nav button.owl-prev {
    left: -24px;
}

#msRefCarousel .owl-nav button.owl-next {
    right: -24px;
}

#msRefCarousel .owl-nav button.owl-prev:hover,
#msRefCarousel .owl-nav button.owl-next:hover {
    background: var(--ms-gold-gradient) !important;
    color: #0f172a !important;
    border-color: var(--ms-gold) !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 22px rgba(245, 158, 11, 0.65);
}

#msRefCarousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}

#msRefCarousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

#msRefCarousel .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 6px;
    background: var(--ms-gold-gradient);
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

@media (max-width: 991.98px) {
    #msRefCarousel .owl-nav button.owl-prev {
        left: -12px;
    }
    #msRefCarousel .owl-nav button.owl-next {
        right: -12px;
    }
}

@media (max-width: 575.98px) {
    #msRefCarousel .owl-nav button.owl-prev {
        left: 2px;
    }
    #msRefCarousel .owl-nav button.owl-next {
        right: 2px;
    }
}

/* --------------------------------------------------------------------------
   GOOGLE REVIEWS SECTION (GOOGLE YORUMLARI)
   -------------------------------------------------------------------------- */
.ms-reviews-section {
    padding: 70px 0 95px;
    background-color: #11131a;
}

.ms-reviews-pill-header {
    background: #ffffff;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    text-align: center;
    padding: 14px 40px;
    border-radius: var(--ms-radius-full);
    margin: 0 auto 3rem;
    max-width: 720px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ms-google-card {
    background: #ffffff;
    border-radius: var(--ms-radius-md);
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    color: #1e293b;
    transition: transform 0.3s ease;
}

.ms-google-card:hover {
    transform: translateY(-5px);
}

/* Google Summary Card */
.ms-google-summary-card {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ms-google-logo-svg {
    height: 24px;
    margin-bottom: 8px;
}

.ms-google-rating-score {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 4px;
}

.ms-stars-row {
    color: #fbbc04;
    font-size: 1.05rem;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.ms-reviews-count-text {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 600;
}

.ms-btn-write-review {
    background: #1a73e8;
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: var(--ms-radius-full);
    transition: all 0.2s ease;
}

.ms-btn-write-review:hover {
    background: #1557b0;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.35);
}

/* Individual Review Card */
.ms-review-user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ms-review-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1a73e8;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-user-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.ms-review-time {
    font-size: 0.72rem;
    color: #94a3b8;
}

.ms-review-body {
    font-size: 0.86rem;
    color: #334155;
    line-height: 1.5;
    margin-top: 10px;
    flex-grow: 1;
}

/* --------------------------------------------------------------------------
   FOOTER SECTION
   -------------------------------------------------------------------------- */
.ms-footer {
    position: relative;
    background-color: #08090c;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 85px 0 35px;
    color: #cbd5e1;
    overflow: hidden;
    border-top: 1px solid rgba(245, 158, 11, 0.22);
}

.ms-footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #0d0e12 0%, rgba(13, 14, 18, 0.80) 25%, rgba(8, 9, 12, 0.84) 65%, rgba(6, 7, 9, 0.90) 100%);
    pointer-events: none;
}

.ms-footer-content {
    position: relative;
    z-index: 5;
}

.ms-footer-logo-img {
    height: 48px;
    width: auto;
    margin-bottom: 1.5rem;
}

.ms-footer-address {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 280px;
}

.ms-footer-phone {
    font-size: 1.65rem;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.ms-footer-email {
    font-size: 0.88rem;
    color: #94a3b8;
    display: block;
    margin-bottom: 1.5rem;
}

.ms-footer-social-row {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.ms-social-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.25s ease;
}

.ms-social-icon-btn:hover {
    background: var(--ms-gold);
    color: #ffffff;
    transform: translateY(-3px);
}

.ms-footer-col-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.ms-footer-col-title.sub-title {
    margin-top: 1.75rem;
}

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

.ms-footer-links-list li {
    margin-bottom: 0.55rem;
}

.ms-footer-links-list li a {
    color: #94a3b8;
    font-size: 0.85rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.ms-footer-links-list li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.ms-footer-bottom {
    position: relative;
    z-index: 5;
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}

/* --------------------------------------------------------------------------
   RESPONSIVE DESIGN ADAPTATIONS
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .ms-hero-section {
        padding: 60px 0 80px;
    }
    .ms-hero-title {
        font-size: 1.85rem;
    }
    .ms-hero-badges-col {
        flex-direction: row;
        margin: 2rem 0;
        gap: 16px;
        flex-wrap: wrap;
    }
    .ms-round-badge {
        width: 114px;
        height: 114px;
    }
    .ms-round-badge .badge-icon {
        font-size: 1.85rem;
    }
    .ms-round-badge .badge-text {
        font-size: 0.72rem;
    }
    .ms-hero-model-wrap {
        justify-content: center;
        text-align: center;
        margin-top: 1.5rem;
    }
    .ms-hero-model-img {
        max-height: 480px;
        max-width: 100%;
        margin-right: 0;
    }
    .ms-cards-section {
        margin-top: 0;
        padding-top: 20px;
    }
    .ms-about-badges-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ms-hero-title {
        font-size: 1.55rem;
    }
    .ms-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ms-hero-actions .ms-btn-white-pill,
    .ms-hero-actions .ms-btn-gold-pill {
        text-align: center;
    }
    .ms-about-img-frame {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .ms-hero-badges-col {
        gap: 10px;
    }
    .ms-round-badge {
        width: 98px;
        height: 98px;
        padding: 8px 4px;
    }
    .ms-round-badge .badge-icon {
        font-size: 1.55rem;
        margin-bottom: 3px;
    }
    .ms-round-badge .badge-text {
        font-size: 0.62rem;
    }
}

/* ==========================================================================
   PAGE HERO & INNER CMS PAGES (Hakkımızda, Kurumsal vb.)
   ========================================================================== */
.ms-page-header {
    position: relative;
    padding: 55px 0 45px;
    background: radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.14) 0%, rgba(13, 14, 18, 0.98) 75%), #0d0e12;
    border-bottom: 1px solid var(--ms-glass-border);
    overflow: hidden;
}

.ms-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.45), transparent);
}

.ms-page-header-inner {
    position: relative;
    z-index: 2;
}

.ms-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: var(--ms-radius-full);
    margin-bottom: 12px;
}

.ms-page-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.ms-page-title .gold-accent {
    background: var(--ms-gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Breadcrumbs */
.ms-breadcrumb-nav {
    display: flex;
    align-items: center;
}

.ms-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.88rem;
}

.ms-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ms-text-muted);
}

.ms-breadcrumb li a {
    color: var(--ms-text-muted);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ms-breadcrumb li a:hover {
    color: var(--ms-gold-light);
}

.ms-breadcrumb li .sep {
    font-size: 0.7rem;
    color: var(--ms-text-dim);
}

.ms-breadcrumb li.active {
    color: var(--ms-gold);
    font-weight: 600;
}

/* Page Content Layout */
.ms-page-content-wrap {
    padding: 50px 0 100px;
    background-color: var(--ms-bg);
}

.ms-page-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 2.8rem;
    box-shadow: var(--ms-shadow);
    transition: border-color 0.3s ease;
}

.ms-page-card:hover {
    border-color: rgba(245, 158, 11, 0.25);
}

.ms-page-featured-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.7);
}

.ms-page-featured-img-wrap img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ms-page-featured-img-wrap:hover img {
    transform: scale(1.02);
}

/* CMS Content Typography */
.ms-content-body {
    color: #cbd5e1;
    font-size: 0.98rem; /* 2px küçültüldü (17.6px -> 15.6px) */
    line-height: 1.85;
}

.ms-content-body p {
    margin-bottom: 1.3rem;
    color: #cbd5e1;
    font-size: 0.98rem;
    line-height: 1.85;
}

.ms-content-body p.lead {
    font-size: 1.03rem !important; /* 2px küçültüldü (1.15rem -> 1.03rem) */
    line-height: 1.8;
}

.ms-content-body h2 {
    color: #f8fafc;
    font-size: 1.55rem; /* 2px küçültüldü */
    font-weight: 800;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.35;
    position: relative;
    padding-left: 14px;
}

.ms-content-body h3 {
    color: #f8fafc;
    font-size: 1.25rem; /* 2px küçültüldü */
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    line-height: 1.35;
    position: relative;
    padding-left: 14px;
}

.ms-content-body h4 {
    color: #f8fafc;
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: 1.8rem;
    margin-bottom: 0.75rem;
    line-height: 1.35;
    position: relative;
    padding-left: 14px;
}

.ms-content-body h2::before,
.ms-content-body h3::before,
.ms-content-body h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 4px;
    background: var(--ms-gold-gradient);
    border-radius: 4px;
}

.ms-content-body strong,
.ms-content-body b {
    color: #ffffff;
    font-weight: 700;
}

.ms-content-body ul,
.ms-content-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.4rem;
}

.ms-content-body ul li,
.ms-content-body ol li {
    margin-bottom: 0.6rem;
    position: relative;
    color: #cbd5e1;
    font-size: 0.98rem;
    line-height: 1.8;
}

.ms-content-body blockquote {
    background: rgba(245, 158, 11, 0.05);
    border-left: 4px solid var(--ms-gold);
    border-radius: 0 var(--ms-radius-md) var(--ms-radius-md) 0;
    padding: 1.25rem 1.75rem;
    margin: 2rem 0;
    font-style: italic;
    color: #e2e8f0;
}

.ms-content-body a {
    color: var(--ms-gold-light);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ms-content-body a:hover {
    color: var(--ms-gold);
}

.ms-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    border: 1px solid var(--ms-glass-border);
    display: block;
}

/* Page Highlights Strip */
.ms-page-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--ms-glass-border);
}

.ms-highlight-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ms-radius-md);
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.ms-highlight-box:hover {
    background: rgba(245, 158, 11, 0.06);
    border-color: rgba(245, 158, 11, 0.3);
    transform: translateY(-3px);
}

.ms-highlight-box .box-icon {
    font-size: 1.8rem;
    color: var(--ms-gold);
    margin-bottom: 0.75rem;
}

.ms-highlight-box .box-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 0.3rem;
}

.ms-highlight-box .box-desc {
    font-size: 0.82rem;
    color: var(--ms-text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Sidebar Styling */
.ms-sidebar-sticky {
    position: sticky;
    top: 95px;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.ms-sidebar-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 1.75rem;
    box-shadow: var(--ms-shadow);
}

.ms-sidebar-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--ms-glass-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms-sidebar-title i {
    color: var(--ms-gold);
}

.ms-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ms-sidebar-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.15rem;
    border-radius: var(--ms-radius-sm);
    color: #cbd5e1;
    font-size: 0.92rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    transition: all 0.25s ease;
    text-decoration: none;
}

.ms-sidebar-menu li a .menu-arrow {
    font-size: 0.75rem;
    color: var(--ms-text-dim);
    transition: transform 0.25s ease, color 0.25s ease;
}

.ms-sidebar-menu li a:hover {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.25);
    color: #fbbf24;
    padding-left: 1.35rem;
}

.ms-sidebar-menu li a:hover .menu-arrow {
    color: var(--ms-gold);
    transform: translateX(4px);
}

.ms-sidebar-menu li.active a {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16) 0%, rgba(217, 119, 6, 0.08) 100%);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-left: 4px solid var(--ms-gold);
    color: #ffffff;
    font-weight: 700;
}

.ms-sidebar-menu li.active a .menu-arrow {
    color: var(--ms-gold);
}

/* Sidebar CTA Card */
.ms-sidebar-cta {
    background: linear-gradient(160deg, #181b26 0%, #10121a 100%);
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: var(--ms-radius-lg);
    padding: 2rem 1.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ms-shadow-gold);
}

.ms-sidebar-cta::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.ms-sidebar-cta .cta-badge {
    display: inline-block;
    background: rgba(245, 158, 11, 0.15);
    color: var(--ms-gold);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 9999px;
    margin-bottom: 0.85rem;
}

.ms-sidebar-cta .cta-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.ms-sidebar-cta .cta-text {
    font-size: 0.88rem;
    color: var(--ms-text-muted);
    line-height: 1.55;
    margin-bottom: 1.5rem;
}

.ms-sidebar-cta .cta-btn-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25D366;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.ms-sidebar-cta .cta-btn-wa:hover {
    background: #20ba59;
    color: #ffffff;
    transform: translateY(-2px);
}

.ms-sidebar-cta .cta-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 11px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ms-sidebar-cta .cta-btn-call:hover {
    background: var(--ms-gold);
    border-color: var(--ms-gold);
    color: #0d0e12;
    transform: translateY(-2px);
}

/* Gallery Grid inside page */
.ms-page-gallery {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--ms-glass-border);
}

.ms-gallery-item {
    border-radius: var(--ms-radius-md);
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    border: 1px solid var(--ms-glass-border);
}

.ms-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ms-gallery-item:hover img {
    transform: scale(1.08);
}

.ms-gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 14, 18, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ms-gallery-item:hover .overlay {
    opacity: 1;
}

.ms-gallery-item .overlay i {
    font-size: 1.5rem;
    color: var(--ms-gold);
}

/* Responsive adjustments for CMS page */
@media (max-width: 991.98px) {
    .ms-page-highlights {
        grid-template-columns: 1fr;
    }
    .ms-sidebar-sticky {
        position: static;
        margin-top: 3rem;
    }
    .ms-page-card {
        padding: 2rem 1.5rem;
    }
    .ms-page-title {
        font-size: 2rem;
    }
}

/* ==========================================================================
   CONTACT PAGE STYLES
   ========================================================================== */
.ms-contact-section {
    padding: 60px 0 100px;
    background-color: var(--ms-bg);
}

.ms-contact-quick-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s ease;
    box-shadow: var(--ms-shadow);
}

.ms-contact-quick-card:hover {
    border-color: rgba(245, 158, 11, 0.3);
    transform: translateY(-3px);
}

.ms-contact-quick-card .quick-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ms-gold);
    font-size: 1.6rem;
    flex-shrink: 0;
}

.ms-contact-quick-card .quick-icon-wrap.wa-icon {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.3);
    color: #25D366;
}

.ms-contact-quick-card .quick-info {
    flex-grow: 1;
}

.ms-contact-quick-card .quick-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ms-text-muted);
    margin-bottom: 3px;
}

.ms-contact-quick-card .quick-val {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    display: block;
    transition: color 0.2s ease;
}

.ms-contact-quick-card .quick-val:hover {
    color: var(--ms-gold);
}

.ms-contact-quick-card .quick-sub {
    font-size: 0.78rem;
    color: var(--ms-text-dim);
    margin-top: 2px;
}

/* Contact Info Card */
.ms-contact-info-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--ms-shadow);
}

.ms-contact-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.ms-contact-card-desc {
    color: var(--ms-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--ms-glass-border);
}

.ms-contact-detail-item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.6rem;
}

.ms-contact-detail-item .detail-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ms-gold);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.ms-contact-detail-item .detail-text {
    flex-grow: 1;
}

.ms-contact-detail-item .detail-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--ms-gold-light);
    margin-bottom: 3px;
}

.ms-contact-detail-item .detail-value {
    color: #cbd5e1;
    font-size: 0.96rem;
    line-height: 1.55;
    margin: 0;
}

.ms-contact-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--ms-glass-border);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.ms-contact-map-wrap iframe {
    width: 100% !important;
    min-height: 250px !important;
    display: block;
    filter: invert(90%) hue-rotate(180deg) brightness(85%) contrast(110%);
}

/* Contact Form Card */
.ms-contact-form-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 2.8rem;
    box-shadow: var(--ms-shadow);
}

.ms-contact-form-card .form-header-area {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--ms-glass-border);
}

.ms-contact-form-card .badge-gold {
    display: inline-block;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 9999px;
    margin-bottom: 0.75rem;
}

.ms-contact-form-card .form-main-title {
    font-size: 1.85rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.ms-contact-form-card .form-sub-title {
    color: var(--ms-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Form Controls Dark Theme Overrides */
.ms-contact-form-wrap input[type="text"],
.ms-contact-form-wrap input[type="email"],
.ms-contact-form-wrap input[type="number"],
.ms-contact-form-wrap input[type="tel"],
.ms-contact-form-wrap select,
.ms-contact-form-wrap textarea {
    background-color: #1a1d27 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    color: #f8fafc !important;
    font-size: 0.95rem !important;
    padding: 14px 18px !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

.ms-contact-form-wrap input::placeholder,
.ms-contact-form-wrap textarea::placeholder {
    color: #64748b !important;
}

.ms-contact-form-wrap input:focus,
.ms-contact-form-wrap select:focus,
.ms-contact-form-wrap textarea:focus {
    border-color: var(--ms-gold) !important;
    background-color: #1f2330 !important;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18) !important;
    outline: none !important;
}

.ms-contact-form-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f59e0b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px !important;
}

.ms-contact-form-wrap select option {
    background-color: #14161f;
    color: #f8fafc;
}

.ms-contact-form-wrap textarea {
    min-height: 120px !important;
    line-height: 1.6 !important;
}

.ms-contact-form-wrap #charCount {
    color: var(--ms-gold) !important;
    font-weight: 700;
}

.ms-contact-form-wrap label {
    color: #cbd5e1 !important;
}

.ms-contact-form-wrap .form-check-input {
    background-color: #1a1d27 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.ms-contact-form-wrap .form-check-input:checked {
    background-color: var(--ms-gold) !important;
    border-color: var(--ms-gold) !important;
}

.ms-contact-form-wrap div[style*="background-color:#f8f9fa"],
.ms-contact-form-wrap div[style*="background-color: #f8f9fa"] {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--ms-glass-border) !important;
    border-radius: 10px !important;
}

.ms-contact-form-wrap div[style*="background-color:#f8f9fa"] span,
.ms-contact-form-wrap div[style*="background-color: #f8f9fa"] span {
    color: #cbd5e1 !important;
}

.ms-contact-form-wrap a {
    color: var(--ms-gold-light) !important;
}

.ms-contact-form-wrap button[type="submit"] {
    background: var(--ms-gold-gradient) !important;
    color: #0d0e12 !important;
    font-weight: 800 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.5px !important;
    padding: 14px 38px !important;
    border: none !important;
    border-radius: var(--ms-radius-full) !important;
    box-shadow: var(--ms-shadow-gold) !important;
    transition: all 0.25s ease !important;
}

.ms-contact-form-wrap button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45) !important;
}

@media (max-width: 991.98px) {
    .ms-contact-form-card,
    .ms-contact-info-card {
        padding: 2rem 1.5rem;
    }
}

/* ==========================================================================
   VIDEO GALLERY (Vertical / Shorts Style)
   ========================================================================== */
.ms-video-gallery-section {
    padding: 60px 0 100px;
    background-color: var(--ms-bg);
}

.ms-video-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    aspect-ratio: 9 / 16;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ms-video-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: 0 20px 40px -10px rgba(245, 158, 11, 0.35);
}

.ms-video-card-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ms-video-card:hover .ms-video-card-thumb {
    transform: scale(1.08);
}

.ms-video-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 14, 18, 0.25) 0%, rgba(13, 14, 18, 0.1) 40%, rgba(13, 14, 18, 0.85) 75%, rgba(10, 11, 15, 0.98) 100%);
    z-index: 2;
    transition: background 0.3s ease;
}

.ms-video-card:hover .ms-video-card-overlay {
    background: linear-gradient(180deg, rgba(13, 14, 18, 0.1) 0%, rgba(13, 14, 18, 0.2) 30%, rgba(13, 14, 18, 0.8) 70%, rgba(10, 11, 15, 0.98) 100%);
}

.ms-video-card-top {
    position: relative;
    z-index: 3;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ms-video-badge {
    background: rgba(13, 14, 18, 0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ms-video-play-center {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.ms-video-play-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--ms-gold-gradient);
    color: #0d0e12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    padding-left: 4px;
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.6);
    transition: all 0.3s ease;
}

.ms-video-card:hover .ms-video-play-btn {
    transform: scale(1.15);
    box-shadow: 0 0 35px rgba(245, 158, 11, 0.85);
}

.ms-video-card-bottom {
    position: relative;
    z-index: 3;
    padding: 20px 18px;
}

.ms-video-title {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ms-video-action {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ms-gold-light);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ms-video-action i {
    font-size: 0.7rem;
    transition: transform 0.25s ease;
}

.ms-video-card:hover .ms-video-action i {
    transform: translateX(4px);
}

/* Video Modal */
.ms-video-modal .modal-content {
    background-color: #0d0e12;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.9);
}

.ms-video-modal .modal-header {
    border-bottom: 1px solid var(--ms-glass-border);
    padding: 14px 20px;
}

.ms-video-modal .btn-close {
    filter: invert(1);
}

/* ==========================================================================
   PRODUCT CATALOG & CATEGORY STYLES (Dark & Gold Luxury)
   ========================================================================== */
.ms-catalog-section {
    padding: 55px 0 100px;
    background-color: var(--ms-bg);
}

.ms-catalog-top-bar {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-md);
    padding: 14px 22px;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.ms-catalog-count {
    color: var(--ms-text-muted);
    font-size: 0.92rem;
}

.ms-catalog-count strong {
    color: #f8fafc;
}

.ms-catalog-badge {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Product Card */
.ms-product-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: var(--ms-shadow);
}

.ms-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 18px 36px -10px rgba(245, 158, 11, 0.25);
}

.ms-product-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #11131a;
}

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

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

.ms-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(13, 14, 18, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 9999px;
    z-index: 2;
}

.ms-product-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ms-product-title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.ms-product-card:hover .ms-product-title {
    color: var(--ms-gold-light);
}

.ms-product-meta {
    font-size: 0.8rem;
    color: var(--ms-text-muted);
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ms-product-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ms-product-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--ms-glass-border);
}

.ms-product-price {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--ms-gold);
}

.ms-product-price-sub {
    font-size: 0.75rem;
    color: var(--ms-text-dim);
}

.ms-product-actions {
    display: flex;
    gap: 8px;
}

.ms-product-btn-detail {
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 9px 16px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ms-product-btn-detail:hover {
    background: var(--ms-gold);
    border-color: var(--ms-gold);
    color: #0d0e12;
}

.ms-product-btn-wa {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25D366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.ms-product-btn-wa:hover {
    background: #25D366;
    color: #ffffff;
    transform: scale(1.08);
}

/* Empty Catalog Showcase */
.ms-catalog-empty-showcase {
    background: linear-gradient(145deg, #161823 0%, #10121a 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: var(--ms-radius-lg);
    padding: 3.5rem 2.5rem;
    text-align: center;
    box-shadow: var(--ms-shadow);
    position: relative;
    overflow: hidden;
}

.ms-catalog-empty-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.5), transparent);
}

.ms-empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.25);
}

.ms-empty-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.ms-empty-desc {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.ms-empty-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.ms-empty-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--ms-glass-border);
    text-align: left;
}

.ms-empty-feature-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ms-radius-md);
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.ms-empty-feature-item:hover {
    background: rgba(245, 158, 11, 0.06);
    border-color: rgba(245, 158, 11, 0.25);
    transform: translateY(-3px);
}

.ms-empty-feature-item .feat-icon {
    font-size: 1.5rem;
    color: var(--ms-gold);
    margin-bottom: 0.5rem;
}

.ms-empty-feature-item .feat-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 0.25rem;
}

.ms-empty-feature-item .feat-desc {
    font-size: 0.82rem;
    color: var(--ms-text-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767.98px) {
    .ms-empty-features-grid {
        grid-template-columns: 1fr;
    }
    .ms-catalog-empty-showcase {
        padding: 2.5rem 1.5rem;
    }
    .ms-empty-title {
        font-size: 1.45rem;
    }
}

/* ==========================================================================
   PRODUCT DETAIL STYLES
   ========================================================================== */
.ms-pdetail-section {
    padding: 55px 0 90px;
    background-color: var(--ms-bg);
}

.ms-pdetail-main-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #12141d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    aspect-ratio: 1 / 1;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.8);
}

.ms-pdetail-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.ms-pdetail-main-img-wrap:hover img {
    transform: scale(1.04);
}

.ms-pdetail-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(13, 14, 18, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: var(--ms-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 9999px;
    z-index: 2;
}

.ms-pdetail-zoom-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(13, 14, 18, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.25s ease;
    z-index: 2;
}

.ms-pdetail-zoom-btn:hover {
    background: var(--ms-gold);
    color: #0d0e12;
    transform: scale(1.1);
}

.ms-pdetail-gallery-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.ms-pdetail-gallery-thumb {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--ms-glass-border);
    position: relative;
    display: block;
    background: #11131a;
    transition: all 0.25s ease;
}

.ms-pdetail-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ms-pdetail-gallery-thumb:hover {
    border-color: var(--ms-gold);
    transform: translateY(-2px);
}

.ms-pdetail-gallery-thumb:hover img {
    transform: scale(1.08);
}

/* Trust features strip below image */
.ms-pdetail-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.ms-pdetail-trust-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ms-radius-md);
    padding: 12px;
    text-align: center;
    transition: all 0.25s ease;
}

.ms-pdetail-trust-box:hover {
    background: rgba(245, 158, 11, 0.05);
    border-color: rgba(245, 158, 11, 0.25);
}

.ms-pdetail-trust-box i {
    font-size: 1.3rem;
    color: var(--ms-gold);
    margin-bottom: 5px;
    display: block;
}

.ms-pdetail-trust-box span {
    font-size: 0.74rem;
    font-weight: 700;
    color: #e2e8f0;
    line-height: 1.3;
    display: block;
}

/* Info Column */
.ms-pdetail-meta-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}

.ms-pdetail-meta-tags .tag-cat {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 9999px;
}

.ms-pdetail-meta-tags .tag-code {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--ms-text-muted);
    font-size: 0.76rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 9999px;
}

.ms-pdetail-meta-tags .tag-stock {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.25);
    color: #25D366;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ms-pdetail-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.ms-pdetail-price-card {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(20, 22, 31, 0.8) 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: var(--ms-radius-md);
    padding: 1.25rem 1.75rem;
    margin-bottom: 1.75rem;
}

.ms-pdetail-price-val {
    font-size: 2rem;
    font-weight: 900;
    color: var(--ms-gold);
    line-height: 1;
    margin-bottom: 4px;
}

.ms-pdetail-price-note {
    font-size: 0.82rem;
    color: var(--ms-text-muted);
}

/* Specs Grid */
.ms-pdetail-specs {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-md);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.ms-pdetail-spec-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
}

.ms-pdetail-spec-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ms-pdetail-spec-item:first-child {
    padding-top: 0;
}

.ms-pdetail-spec-label {
    color: var(--ms-text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ms-pdetail-spec-label i {
    color: var(--ms-gold);
    font-size: 0.9rem;
    width: 18px;
}

.ms-pdetail-spec-val {
    color: #f8fafc;
    font-weight: 700;
    text-align: right;
}

/* Action Buttons */
.ms-pdetail-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 2rem;
}

.ms-btn-pdetail-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 15px 24px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.ms-btn-pdetail-wa:hover {
    background: #20ba59;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.ms-pdetail-sub-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ms-btn-pdetail-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--ms-gold-gradient);
    color: #0d0e12;
    font-weight: 800;
    font-size: 0.92rem;
    padding: 13px 18px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    box-shadow: var(--ms-shadow-gold);
    transition: all 0.25s ease;
}

.ms-btn-pdetail-call:hover {
    color: #0d0e12;
    transform: translateY(-2px);
}

.ms-btn-pdetail-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 13px 18px;
    border-radius: var(--ms-radius-full);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ms-btn-pdetail-form:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
}

/* VIP Note */
.ms-pdetail-vip-notice {
    background: rgba(245, 158, 11, 0.06);
    border-left: 3px solid var(--ms-gold);
    border-radius: 0 var(--ms-radius-sm) var(--ms-radius-sm) 0;
    padding: 12px 16px;
    font-size: 0.85rem;
    color: #cbd5e1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ms-pdetail-vip-notice i {
    color: var(--ms-gold);
    font-size: 1rem;
    margin-top: 2px;
}

/* Description Card */
.ms-pdetail-desc-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 2.5rem;
    margin-top: 3.5rem;
    box-shadow: var(--ms-shadow);
}

.ms-pdetail-desc-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ms-glass-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .ms-pdetail-sub-actions {
        grid-template-columns: 1fr;
    }
    .ms-pdetail-trust-row {
        grid-template-columns: 1fr;
    }
    .ms-pdetail-title {
        font-size: 1.65rem;
    }
    .ms-pdetail-desc-card {
        padding: 1.75rem 1.25rem;
    }
}

/* ==========================================================================
   FREE ANALYSIS & QUOTE STYLES
   ========================================================================== */
.ms-analysis-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.ms-step-card {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    padding: 1.75rem;
    position: relative;
    box-shadow: var(--ms-shadow);
    transition: all 0.3s ease;
}

.ms-step-card:hover {
    border-color: rgba(245, 158, 11, 0.35);
    transform: translateY(-4px);
}

.ms-step-number {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--ms-gold);
    font-size: 1.25rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.ms-step-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.ms-step-desc {
    font-size: 0.85rem;
    color: var(--ms-text-muted);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 767.98px) {
    .ms-analysis-steps-grid {
        grid-template-columns: 1fr;
        margin-bottom: 2.5rem;
    }
}

/* ==========================================================================
   FAQ & SSS STYLES
   ========================================================================== */
.ms-faq-section {
    padding: 3.5rem 0 6rem;
    position: relative;
}

.ms-faq-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.ms-faq-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: var(--ms-radius-full);
    color: var(--ms-gold);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.ms-faq-intro-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.ms-faq-intro-desc {
    color: var(--ms-text-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.ms-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.ms-faq-item {
    background: var(--ms-bg-card);
    border: 1px solid var(--ms-glass-border);
    border-radius: var(--ms-radius-lg);
    margin-bottom: 1.1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ms-faq-item:hover {
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ms-faq-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 1.35rem 1.75rem;
    background: transparent;
    border: none;
    outline: none !important;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ms-faq-question-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.ms-faq-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: var(--ms-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.ms-faq-button:not(.collapsed) .ms-faq-icon {
    background: var(--ms-gold);
    color: #0d0e12;
    transform: scale(1.05);
}

.ms-faq-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.ms-faq-button:not(.collapsed) .ms-faq-title {
    color: var(--ms-gold);
}

.ms-faq-indicator {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--ms-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s, color 0.3s;
}

.ms-faq-button:not(.collapsed) .ms-faq-indicator {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: var(--ms-gold);
    transform: rotate(180deg);
}

.ms-faq-body {
    padding: 0 1.75rem 1.6rem 4.75rem;
    color: #cbd5e1;
    font-size: 0.98rem;
    line-height: 1.8;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0.25rem;
    padding-top: 1.25rem;
}

.ms-faq-body p {
    margin-bottom: 0.75rem;
}

.ms-faq-body p:last-child {
    margin-bottom: 0;
}

.ms-faq-body strong {
    color: #ffffff;
}

.ms-faq-cta {
    margin-top: 4.5rem;
    background: linear-gradient(135deg, rgba(20, 22, 31, 0.95), rgba(30, 33, 48, 0.85));
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: var(--ms-radius-xl);
    padding: 2.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.ms-faq-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15), transparent 70%);
    pointer-events: none;
}

.ms-faq-cta-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.ms-faq-cta-desc {
    color: var(--ms-text-muted);
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto 1.85rem;
    line-height: 1.6;
}

.ms-faq-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* WhatsApp CTA Button */
.ms-faq-btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-faq-btn-wa i {
    font-size: 1.35rem;
    transition: transform 0.3s ease;
}

.ms-faq-btn-wa:hover {
    background: linear-gradient(135deg, #28ea71 0%, #15a191 100%);
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.ms-faq-btn-wa:hover i {
    transform: scale(1.15) rotate(-5deg);
}

/* Ücretsiz Randevu Al Button */
.ms-faq-btn-randevu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 50%, #d97706 100%);
    color: #0b0f19;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-faq-btn-randevu i {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.ms-faq-btn-randevu:hover {
    background: linear-gradient(135deg, #fef08a 0%, #fbbf24 50%, #b45309 100%);
    color: #000000;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 32px rgba(245, 158, 11, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.ms-faq-btn-randevu:hover i {
    transform: scale(1.15) rotate(5deg);
}

@media (max-width: 767.98px) {
    .ms-faq-button {
        padding: 1.1rem 1.25rem;
    }
    .ms-faq-body {
        padding: 0.75rem 1.25rem 1.25rem 1.25rem;
        font-size: 0.92rem;
    }
    .ms-faq-title {
        font-size: 1rem;
    }
    .ms-faq-cta {
        padding: 2rem 1.25rem;
    }
    .ms-faq-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    .ms-faq-btn-wa,
    .ms-faq-btn-randevu {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 1rem;
    }
}

