@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    /* Color Palette - Premium & Modern */
    --primary: #0f172a;
    --primary-light: #1e293b;
    --accent: #d4af37; /* Burnished Gold */
    --accent-glow: rgba(212, 175, 55, 0.4);
    --accent-soft: rgba(212, 175, 55, 0.1);
    --secondary: #64748b;
    --success: #10b981;
    --bg-main: #ffffff;
    --bg-alt: #f8fafc;
    --bg-dark: #020617;
    --glass: rgba(255, 255, 255, 0.7);
    --glass-dark: rgba(2, 6, 23, 0.8);
    
    /* Shadows & Depth */
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    --shadow-premium: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.3);
    
    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
}


/* ============================================
   DARK THEME - Premium Dark Mode
   3 background levels for depth:
   Level 1 (deepest):  #030712  - body/main
   Level 2 (mid):      #111827  - alternate sections  
   Level 3 (elevated): #1e293b  - cards, boxes, dropdowns
   ============================================ */
.dark-theme {
    --bg-main: #030712;
    --bg-alt: #111827;
    --bg-dark: #000000;
    --secondary: #9ca3af;
    --glass: rgba(17, 24, 39, 0.9);
    --accent-soft: rgba(212, 175, 55, 0.15);
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.4);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.5);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.5);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.5);
    --shadow-premium: 0 30px 60px rgba(0,0,0,0.6);
    color: #d1d5db;
}

/* Dark: Body background */
.dark-theme body,
.dark-theme {
    background-color: #030712;
}

/* Dark: Logo */
.dark-theme .logo img {
    filter: brightness(0) invert(1);
}

/* Dark: All text inherits */
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4 {
    color: #f9fafb;
}
.dark-theme .hero-content-v2 h1 {
    color: #ffffff;
}
.dark-theme p,
.dark-theme span,
.dark-theme label,
.dark-theme li {
    color: #d1d5db;
}
.dark-theme a {
    color: inherit;
}

/* Dark: Nav */
.dark-theme .nav-link {
    color: #d1d5db;
}
.dark-theme .nav-link:hover {
    color: var(--accent);
}
.dark-theme .header.scrolled {
    background: rgba(3, 7, 18, 0.95);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Dark: Dropdown */
.dark-theme .dropdown-menu {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.1);
}
.dark-theme .dropdown-menu li a {
    color: #9ca3af;
}
.dark-theme .dropdown-menu li a:hover {
    background: #334155;
    color: var(--accent);
}

/* Dark: Buttons */
.dark-theme .btn-premium {
    background: #1e293b;
    color: white !important;
    border: 1px solid rgba(255,255,255,0.1);
}
.dark-theme .btn-premium:hover {
    background: #334155;
    border-color: rgba(255,255,255,0.2);
}
.dark-theme .btn-accent {
    background: var(--accent);
    color: #030712 !important;
    border-color: var(--accent) !important;
}
.dark-theme .btn-accent:hover {
    background: #e5c150;
}
.dark-theme .btn-premium.btn-outline {
    background: transparent !important;
    color: #f9fafb !important;
    border: 1.5px solid rgba(255,255,255,0.3) !important;
}
.dark-theme .btn-premium.btn-outline:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.5) !important;
    color: white !important;
}

/* Dark: Hero */
.dark-theme .hero-v2 {
    background: linear-gradient(135deg, #030712 0%, #0f172a 50%, #030712 100%);
}

/* Dark: Section alternation with visible borders */
.dark-theme .section-padding {
    border-top: 1px solid rgba(255,255,255,0.06);
}
.dark-theme .section-padding[style*="bg-alt"],
.dark-theme section[style*="bg-alt"] {
    background: #111827 !important;
}

/* Dark: Bento grid cards */
.dark-theme .bento-item {
    background: #111827;
    border: 1px solid rgba(255,255,255,0.08);
}
.dark-theme .bento-item:hover {
    background: #1e293b;
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.dark-theme .bento-item h3 { color: #f9fafb; }
.dark-theme .bento-item p { color: #9ca3af; }

/* Dark: Product cards */
.dark-theme .product-card-v2 {
    background: #111827;
    border: 1px solid rgba(255,255,255,0.08);
}
.dark-theme .product-card-v2:hover {
    border-color: var(--accent);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.dark-theme .product-card-v2 .icon {
    background: #1e293b;
}

/* Dark: Floating stat cards */
.dark-theme .floating-card {
    background: rgba(30, 41, 59, 0.95);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f9fafb;
}

/* Dark: Page hero - LIGHTER overlay so images show */
.dark-theme .page-hero::before {
    background: linear-gradient(135deg, rgba(3, 7, 18, 0.75) 0%, rgba(15, 23, 42, 0.7) 100%);
}

/* Dark: Content section (detail pages) */
.dark-theme .content-section {
    background: #030712;
}
.dark-theme .content-section h2,
.dark-theme .content-section h3 {
    color: #f9fafb;
}
.dark-theme .content-section p,
.dark-theme .content-section li {
    color: #9ca3af;
}
.dark-theme .content-section li {
    border-bottom-color: rgba(255,255,255,0.06);
}

/* Dark: Info box */
.dark-theme .info-box {
    background: #111827;
    border-left: 5px solid var(--accent);
}
.dark-theme .info-box h4 { color: #f9fafb; }
.dark-theme .info-box p { color: #d1d5db; }

/* Dark: CTA box */
.dark-theme .cta-box {
    background: linear-gradient(135deg, #1e293b, #111827);
    border: 1px solid rgba(255,255,255,0.08);
}
.dark-theme .cta-box h3 { color: #f9fafb; }
.dark-theme .cta-box p { color: #9ca3af; }
.dark-theme .cta-btn {
    background: var(--accent);
    color: #030712;
}

/* Dark: Related section */
.dark-theme .related-section {
    background: #111827;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.dark-theme .related-card {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.06);
}
.dark-theme .related-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.5);
}

/* Dark: Section headings */
.dark-theme .section-padding h2 {
    color: #f9fafb;
}

/* Dark: About section - keep dark but distinct */
.dark-theme section[id="hakkimizda"] {
    background: #0a0f1a !important;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Dark: Contact section */
.dark-theme .contact-card {
    border: 1px solid rgba(255,255,255,0.08);
}

/* Dark: Mobile menu */
@media (max-width: 768px) {
    .dark-theme .header {
        background: #030712;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .dark-theme .nav-menu {
        background: #030712;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
}

/* Dark: Footer */
.dark-theme .footer-v2 {
    background: #000000;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* Dark: Form inputs */
.dark-theme input,
.dark-theme select,
.dark-theme textarea {
    background: #1e293b !important;
    color: #f9fafb !important;
    border-color: rgba(255,255,255,0.15) !important;
}
.dark-theme input::placeholder {
    color: #6b7280 !important;
}

/* Dark: Scroll to top */
.dark-theme .scroll-to-top {
    color: #030712 !important;
}

/* Dark: Theme toggle */
.dark-theme .theme-toggle-btn {
    color: #f9fafb;
}
.dark-theme .theme-toggle-btn:hover {
    color: var(--accent);
    background: #1e293b;
}

/* Base Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Outfit', sans-serif;
    color: var(--primary);
    background-color: var(--bg-main);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, .premium-font {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Layout Utilities */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-padding {
    padding: 100px 0;
}

/* Header & Navigation */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition-base);
    padding: 1.5rem 0;
}

.header.scrolled {
    background: var(--glass);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 50px;
    transition: var(--transition-base);
}

.header.scrolled .logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    position: relative;
}

.nav-link:hover {
    color: var(--accent);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transition: var(--transition-base);
}

.nav-link:hover::after {
    transform: scaleX(1);
}

/* Dropdown Menu - Modern Approach */
.dropdown {
    position: relative;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: var(--bg-main);
    min-width: 260px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-premium);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 10;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition-fast);
}

.dropdown-menu li a:hover {
    background: var(--bg-alt);
    color: var(--accent);
    transform: translateX(5px);
}

/* CTA Button - Modern Shimmer */
.btn-premium {
    background: var(--primary);
    color: white !important;
    padding: 0.8rem 2rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.btn-premium:hover::before {
    left: 100%;
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
    background: var(--primary-light);
}

.btn-accent {
    background: var(--accent);
    color: var(--primary) !important;
}

.btn-accent:hover {
    background: #e5c150;
}

/* Outline Button - MUST be after btn-premium to override color */
.btn-premium.btn-outline {
    background: transparent !important;
    color: var(--primary) !important;
    border: 1.5px solid var(--primary) !important;
    box-shadow: none;
}
.btn-premium.btn-outline:hover {
    background: var(--primary) !important;
    color: white !important;
}

/* Hero Mini Carousel (inside main-image-wrap) */
.hero-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.hero-carousel-dots {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    display: flex;
    gap: 0.5rem;
    z-index: 3;
}

.hc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hc-dot.active {
    background: var(--accent);
    border-color: var(--accent);
}

/* Hero Section - 2026 Aesthetic */
.hero-v2 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
    background: radial-gradient(circle at top right, var(--bg-alt), var(--bg-main));
    position: relative;
    overflow: hidden;
}

.hero-v2::before {
    content: 'PRO STRATEJI';
    position: absolute;
    top: 10%;
    left: -5%;
    font-size: 15vw;
    font-weight: 900;
    color: var(--primary);
    opacity: 0.02;
    font-family: 'Outfit', sans-serif;
    z-index: 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content-v2 h1 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: var(--primary);
}

.hero-content-v2 h1 span {
    display: block;
    color: var(--accent);
    font-style: italic;
}

.hero-content-v2 p {
    font-size: 1.25rem;
    color: var(--secondary);
    margin-bottom: 3rem;
    max-width: 600px;
}

.hero-visual {
    position: relative;
}

.main-image-wrap {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    aspect-ratio: 4/5;
}

.main-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    background: var(--glass);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

.card-1 { top: 20%; left: -15%; animation-delay: 0s; }
.card-2 { bottom: 15%; right: -10%; animation-delay: 2s; }

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

/* Service Bento Grid */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.bento-item {
    background: var(--bg-alt);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition-base);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid transparent;
}

.bento-item:hover {
    background: var(--bg-main);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-soft);
    transform: translateY(-5px);
}

.bento-icon {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
    transition: var(--transition-base);
}

.bento-item:hover .bento-icon {
    transform: scale(1.1) rotate(-5deg);
}

.bento-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.bento-item p {
    color: var(--secondary);
    font-size: 0.95rem;
}

.bento-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--accent);
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition-base);
}

.bento-item:hover .bento-link {
    opacity: 1;
    transform: translateY(0);
}

/* Product Cards - Sleek */
.product-slider {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 2rem 0;
    scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
    display: none;
}

.product-card-v2 {
    min-width: 350px;
    background: var(--bg-main);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    border: 1px solid var(--bg-alt);
    transition: var(--transition-base);
}

.product-card-v2:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-lg);
}

.product-card-v2 .icon {
    width: 60px;
    height: 60px;
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.product-card-v2 h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.product-features {
    margin: 1.5rem 0;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--secondary);
    margin-bottom: 0.75rem;
}

.product-features li i {
    color: var(--accent);
    font-size: 0.8rem;
}

/* Footer - Dark Premium */
.footer-v2 {
    background: var(--bg-dark);
    color: white;
    padding: 80px 0 40px;
}

.footer-grid-v2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
}

.footer-desc {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.footer-h {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.newsletter-box h4 {
    margin-bottom: 1rem;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form input {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    color: white;
    flex: 1;
}

.newsletter-form button {
    background: var(--accent);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-content-v2 h1 { font-size: 4rem; }
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid-v2 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .header { padding: 1rem 0; background: var(--bg-main); }
    .nav-menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: var(--bg-main);
        flex-direction: column;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transform: translateY(-120%);
        transition: var(--transition-base);
    }
    .nav-menu.active { transform: translateY(0); }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-content-v2 h1 { font-size: 3rem; }
    .hero-content-v2 p { margin: 0 auto 2rem; }
    .hero-visual { margin-top: 3rem; }
    .card-1 { left: 0; }
    .card-2 { right: 0; }
    .bento-grid { grid-template-columns: 1fr; }
    .contact-card { grid-template-columns: 1fr !important; }
    .contact-card form > div { grid-template-columns: 1fr !important; }
    .grid { grid-template-columns: 1fr !important; gap: 3rem !important; }
    .footer-grid-v2 { grid-template-columns: 1fr !important; gap: 2rem; }
    .page-hero h1 { font-size: 2.5rem; }
    .content-section { padding: 40px 1rem; }
    .contact-card > div { padding: 2rem !important; }
}

/* Detail Pages Styles */
.page-hero {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    color: white;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(2, 6, 23, 0.8) 100%);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 2rem;
}

.page-hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

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

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.8;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    opacity: 0.6;
}

.breadcrumb a:hover {
    color: var(--accent);
}

.content-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 2rem;
}

.content-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--primary);
}

.content-section h3 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1.5rem;
    color: var(--primary);
}

.content-section p {
    color: var(--secondary);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.content-section ul {
    margin-bottom: 2rem;
}

.content-section li {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bg-alt);
    color: var(--secondary);
}

.content-section li i {
    color: var(--accent);
    margin-top: 5px;
}

.info-box {
    background: var(--bg-alt);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    border-left: 5px solid var(--accent);
    margin: 3rem 0;
}

.info-box h4 {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cta-box {
    background: var(--bg-dark);
    padding: 4rem;
    border-radius: var(--radius-lg);
    text-align: center;
    color: white;
    margin: 4rem 0;
}

.cta-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-box p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 2rem;
}

.cta-btn {
    background: var(--accent);
    color: var(--primary);
    padding: 1rem 2.5rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

/* Related Section */
.related-section {
    background: var(--bg-alt);
    padding: 100px 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.related-card {
    background: var(--bg-main);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-base);
}

.related-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.related-card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.related-card-image::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.related-card-image span {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.related-card-body {
    padding: 1.5rem;
}

.related-card-body p {
    font-size: 0.9rem;
    color: var(--secondary);
    margin-bottom: 1rem;
}

.related-card-body .link {
    color: var(--accent);
    font-weight: 700;
    font-size: 0.9rem;
}

/* Animations */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-slow);
}

/* WhatsApp Floating Button */
.whatsapp-floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse-wa 2s infinite;
}

.whatsapp-floating-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.6);
    color: white;
}

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

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 110px; /* Positioned left of WhatsApp button */
    background-color: var(--accent);
    color: var(--primary) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #e5c150;
    transform: translateY(-5px);
}

/* Dark Theme Toggle Button */
.theme-toggle-btn {
    background: transparent;
    border: none;
    color: var(--primary);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.theme-toggle-btn:hover {
    color: var(--accent);
    background: var(--bg-alt);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
