﻿/* =========================================================
   LawSite - Kurumsal Hukuk Bürosu CSS
   ========================================================= */

/* ---------- CSS Variables (Theme) ---------- */
:root {
    --primary: #1a2e4a;
    --primary-dark: #0f1e33;
    --primary-light: #243d5e;
    --accent: #c9a84c;
    --accent-dark: #a88535;
    --accent-light: #e0c472;
    --bg: #e9ecef;
    --bg-secondary: #f8f9fc;
    --text: #1a1a2e;
    --text-muted: #6b7280;
    --text-light: #9ca3af;
    --border: #e5e7eb;
    --card-bg: #ffffff;
    --card-shadow: 0 4px 24px rgba(26, 46, 74, 0.08);
    --navbar-bg: #1a2e4a;
    --footer-bg: #0f1e33;
    --footer-text: #d1d5db;
    --transition: all 0.3s ease;
}

[data-theme="dark"] {
    --bg: #0d1117;
    --bg-secondary: #161b22;
    --text: #e6edf3;
    --text-muted: #8b949e;
    --text-light: #6e7681;
    --border: #30363d;
    --card-bg: #161b22;
    --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    --navbar-bg: #0f1e33;
    --footer-bg: #0d1117;
    --footer-text: #8b949e;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.7;
    transition: background-color 0.3s ease, color 0.3s ease;
}
a { color: var(--accent); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-dark); }
img { max-width: 100%; height: auto; }

/* ---------- Typography ---------- */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-weight: 700; line-height: 1.3; color: var(--text);
}
.section-title { font-size: 2rem; font-weight: 700; margin-bottom: 0.5rem; }
.section-subtitle { color: var(--text-muted); font-size: 1.05rem; max-width: 600px; }
.section-divider { width: 60px; height: 3px; background: var(--accent); margin: 1rem 0 2rem; border-radius: 2px; }

/* ---------- Navbar ---------- */
.navbar { background-color: var(--navbar-bg) !important; padding: 0.75rem 0; border-bottom: 2px solid var(--accent); transition: all 0.3s ease; }
.navbar.scrolled { padding: 0.5rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.navbar-brand { font-family: 'Merriweather', Georgia, serif; font-size: 1.4rem; font-weight: 700; color: #fff !important; letter-spacing: 0.5px; }
.navbar-brand .brand-accent { color: var(--accent); }
.navbar-nav .nav-link { color: rgba(255,255,255,0.85) !important; font-weight: 500; font-size: 0.9rem; letter-spacing: 0.5px; text-transform: uppercase; padding: 0.5rem 1rem !important; transition: color 0.2s; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--accent) !important; }
.navbar-toggler { border-color: rgba(255,255,255,0.3); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.lang-btn { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8); border-radius: 4px; padding: 0.25rem 0.6rem; font-size: 0.8rem; cursor: pointer; transition: var(--transition); margin-left: 0.5rem; }
.lang-btn:hover,.lang-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.theme-toggle { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8); border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); font-size: 0.9rem; }
.theme-toggle:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ---------- Hero ---------- */
/* ---------- Hero Slider ---------- */
.hero-slider-section {
  position: relative;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Arka plan görselleri katmanı */
.hero-bg-track {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Her arka plan slaydı */
.hero-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  /* blur efekti görselin kendisine */
  filter: blur(4px) brightness(0.55);
  transform: scale(1.04); /* blur kenar boşluklarını gizler */
}
.hero-bg-slide.active {
  opacity: 1;
}

/* Ekstra koyu overlay — kontrast için */
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 34, 0.45);
  z-index: 1;
}

/* Sabit içerik */
.hero-slide-content {
  position: relative;
  z-index: 2;
  padding: 5rem 0 6rem;
  flex: 1;
  display: flex;
  align-items: center;
}

/* Metin stilleri */
.hero-eyebrow { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 3px; color: var(--accent); font-weight: 600; margin-bottom: 1rem; }
.hero-title { font-family: 'Merriweather', Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.2; color: white; margin-bottom: 1.5rem; }
.hero-title span { color: var(--accent); }
.hero-description { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 580px; margin-bottom: 2rem; line-height: 1.7; }
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Nokta göstergeleri */
.hero-dots {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: none;
  display: inline-block;
}
.hero-dot.active {
  background: var(--accent);
  transform: scale(1.35);
}

/* Slayt giriş animasyonları (sayfa yüklenince bir kez çalışır) */
@keyframes slideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-slide-up { animation: slideUp 0.7s ease forwards; opacity: 0; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.30s; }
.delay-3 { animation-delay: 0.48s; }

/* İstatistik bandı */
.hero-stats-bar {
  background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-top: 3px solid var(--accent);
  position: relative;
  z-index: 2;
}
.hero-stat-item {
  padding: 1.25rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hero-stat-item:last-child { border-right: none; }
.hero-stat-number { font-size: 1.0rem; font-weight: 800; color: var(--accent); font-family: 'Merriweather', serif; line-height: 1; }
.hero-stat-label  { font-size: 0.78rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 0.3rem; }

/* Responsive */
@media (max-width: 768px) {
  .hero-slider-section { min-height: 520px; }
  .hero-slide-content  { padding: 3rem 0 5rem; }
  .hero-stat-number    { font-size: 1.4rem; }
}

/* eski .hero-badge (korunuyor) */
.hero-badge { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); border-radius: 16px; padding: 2rem; color: white; text-align: center; }
.hero-badge .badge-number { font-size: 2.5rem; font-weight: 800; line-height: 1; font-family: 'Merriweather', serif; }
.hero-badge .badge-text { font-size: 0.85rem; opacity: 0.85; margin-top: 0.25rem; }

/* ---------- Buttons ---------- */
.btn-primary-custom { background: var(--accent); color: white; border: 2px solid var(--accent); padding: 0.7rem 1.8rem; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--transition); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary-custom:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: white; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.35); }
.btn-outline-custom { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.5); padding: 0.7rem 1.8rem; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--transition); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-outline-custom:hover { background: rgba(255,255,255,0.1); border-color: white; color: white; transform: translateY(-2px); }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-alt { background-color: var(--bg-secondary); }

/* ---------- Cards ---------- */
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  isolation: isolate;          /* yeni stacking context */
}
/* Blurlu arka plan görseli — içeriğin arkasında kalır */
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--sc-bg);
  background-size: cover;
  background-position: center;
  filter: blur(3px) brightness(0.22) saturate(0.7);
  transform: scale(1.06);       /* blur kenar boşluklarını maskeler */
  transition: filter 0.4s ease, transform 0.4s ease;
  border-radius: inherit;
}
/* Hover'da görsel biraz daha hafifleşir */
.service-card:hover::after {
  filter: blur(2px) brightness(0.30) saturate(0.8);
  transform: scale(1.08);
}
/* Alt accent çizgisi */
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--accent); transform: scaleX(0); transition: transform 0.3s ease; z-index: 1; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--card-shadow); border-color: var(--accent); }
.service-card:hover::before { transform: scaleX(1); }
/* İçerik elemanlarını blur katmanının üstüne taşı */
.service-icon,
.service-card h3,
.service-card h2,
.service-card p,
.service-card .read-more { position: relative; z-index: 1; }
/* Görsel olan kartlarda yazı renkleri netleştir */
.service-card h3,
.service-card h2 { color: #fff; font-size: 1.1rem; margin-bottom: 0.75rem; }
.service-card p { color: rgba(255,255,255,0.78); font-size: 0.9rem; line-height: 1.6; }
.service-card .read-more { font-size: 0.85rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; }
.service-icon { width: 60px; height: 60px; background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05)); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--accent); margin-bottom: 1.25rem; backdrop-filter: blur(4px); }

/* ---------- Article Cards ---------- */
.article-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; height: 100%; transition: var(--transition); }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow); }
.article-card .article-date { font-size: 0.8rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
.article-card .article-body { padding: 1.5rem; }
.article-card h3 { font-size: 1.05rem; line-height: 1.4; margin-bottom: 0.75rem; }
.article-card h3 a { color: var(--text); }
.article-card h3 a:hover { color: var(--accent); }
.article-card .article-summary { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* ---------- Stats ---------- */
.stat-item { text-align: center; padding: 1.5rem; }
.stat-number { font-size: 2.5rem; font-weight: 800; color: var(--accent); font-family: 'Merriweather', serif; line-height: 1; }
.stat-label { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.5rem; }

/* ---------- CTA Section ---------- */
.cta-section { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: white; padding: 5rem 0; text-align: center; }
.cta-section h2 { color: white; font-size: 2.2rem; }
.cta-section p { color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 2rem; }

/* ---------- Feature List ---------- */
.feature-list { list-style: none; padding: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.5rem 0; color: var(--text-muted); }
.feature-list li i { color: var(--accent); margin-top: 0.2rem; flex-shrink: 0; }

/* ---------- Contact ---------- */
.contact-info-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-icon { width: 44px; height: 44px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 1rem; flex-shrink: 0; }
.contact-info-text h6 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); margin-bottom: 0.25rem; }
.contact-info-text p, .contact-info-text a { color: var(--text); font-size: 0.95rem; margin: 0; }

/* ---------- Forms ---------- */
.form-control, .form-select { background-color: var(--bg); border-color: var(--border); color: var(--text); border-radius: 8px; padding: 0.7rem 1rem; font-size: 0.9rem; transition: var(--transition); }
.form-control:focus, .form-select:focus { background-color: var(--bg); border-color: var(--accent); color: var(--text); box-shadow: 0 0 0 3px rgba(201,168,76,0.15); }
.form-label { font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 0.4rem; }

/* ---------- Footer ---------- */
.footer { background-color: var(--footer-bg); color: var(--footer-text); padding: 3rem 0 1.5rem; }
.footer-brand { font-family: 'Merriweather', Georgia, serif; font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: 1rem; }
.footer-brand .brand-accent { color: var(--accent); }
.footer h5 { color: white; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.25rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: var(--footer-text); font-size: 0.9rem; transition: color 0.2s; display: flex; align-items: center; gap: 0.5rem; }
.footer-links a:hover { color: var(--accent); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.88rem; color: var(--footer-text); }
.footer-contact-item i { color: var(--accent); margin-top: 0.15rem; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.25rem; margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; color: var(--text-light); }
.social-links { display: flex; gap: 0.75rem; }
.social-link { width: 34px; height: 34px; background: rgba(255,255,255,0.07); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--footer-text); transition: var(--transition); font-size: 0.9rem; }
.social-link:hover { background: var(--accent); color: white; transform: translateY(-2px); }

/* ---------- Page Header / Breadcrumb ---------- */
.page-header { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: white; padding: 3rem 0 2.5rem; margin-bottom: 3rem; }
.page-header h1 { color: white; font-size: 2rem; margin-bottom: 0.5rem; }
.breadcrumb { background: transparent; padding: 0; margin: 0; }
.breadcrumb-item a { color: rgba(255,255,255,0.7); }
.breadcrumb-item a:hover { color: var(--accent); }
.breadcrumb-item.active { color: var(--accent); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ---------- Pagination ---------- */
.pagination .page-link { color: var(--primary); background-color: var(--bg); border-color: var(--border); padding: 0.5rem 0.9rem; transition: var(--transition); }
.pagination .page-link:hover { background-color: var(--accent); border-color: var(--accent); color: white; }
.pagination .page-item.active .page-link { background-color: var(--primary); border-color: var(--primary); color: white; }

/* ---------- Badges ---------- */
.badge-accent { background: var(--accent); color: white; font-size: 0.75rem; padding: 0.3rem 0.7rem; border-radius: 20px; font-weight: 600; }
.badge-primary { background: var(--primary); color: white; font-size: 0.75rem; padding: 0.3rem 0.7rem; border-radius: 20px; font-weight: 600; }

/* ---------- Article Detail ---------- */
.article-content h2 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; }
.article-content h3 { font-size: 1.2rem; margin-top: 1.5rem; }
.article-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1.25rem; }
.article-content blockquote { border-left: 4px solid var(--accent); margin: 2rem 0; padding: 1rem 1.5rem; background: var(--bg-secondary); border-radius: 0 8px 8px 0; color: var(--text-muted); font-style: italic; }

/* ---------- Admin Panel ---------- */
.admin-sidebar { background: var(--primary-dark); min-height: 100vh; padding: 0; position: fixed; top: 0; left: 0; width: 260px; z-index: 100; transition: var(--transition); overflow-y: auto; }
.admin-sidebar .sidebar-brand { padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); font-family: 'Merriweather', serif; font-size: 1.1rem; font-weight: 700; color: white; display: flex; align-items: center; gap: 0.75rem; }
.admin-sidebar .sidebar-brand i { color: var(--accent); }
.admin-sidebar .nav-link { color: rgba(255,255,255,0.7); padding: 0.75rem 1.5rem; font-size: 0.9rem; display: flex; align-items: center; gap: 0.75rem; transition: var(--transition); border-left: 3px solid transparent; }
.admin-sidebar .nav-link:hover, .admin-sidebar .nav-link.active { color: white; background: rgba(255,255,255,0.06); border-left-color: var(--accent); }
.admin-sidebar .nav-link i { width: 18px; text-align: center; }
.admin-sidebar .sidebar-section { padding: 1rem 1.5rem 0.25rem; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.3); }
.admin-content { margin-left: 260px; padding: 1.5rem; min-height: 100vh; background: var(--bg-secondary); transition: var(--transition); }
.admin-topbar { background: var(--card-bg); border-bottom: 1px solid var(--border); padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; margin: -1.5rem -1.5rem 1.5rem; }
.admin-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--card-shadow); margin-bottom: 1.5rem; }
.admin-card .card-header { background: transparent; border-bottom: 1px solid var(--border); padding: 1rem 1.25rem; font-weight: 700; border-radius: 12px 12px 0 0; }
.admin-card .card-body { padding: 1.25rem; }
.admin-stat-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; display: flex; align-items: center; gap: 1.25rem; box-shadow: var(--card-shadow); }
.admin-stat-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.admin-stat-icon.bg-primary-soft { background: rgba(26,46,74,0.12); color: var(--primary); }
.admin-stat-icon.bg-accent-soft { background: rgba(201,168,76,0.15); color: var(--accent-dark); }
.admin-stat-icon.bg-success-soft { background: rgba(34,197,94,0.12); color: #16a34a; }
.admin-stat-icon.bg-danger-soft { background: rgba(239,68,68,0.12); color: #dc2626; }
.admin-stat-info .stat-number { font-size: 1.8rem; font-weight: 800; }
.admin-stat-info .stat-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }

/* ---------- Tables ---------- */
.table { color: var(--text); --bs-table-bg: transparent; --bs-table-striped-bg: var(--bg-secondary); --bs-table-border-color: var(--border); }
.table th { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; color: var(--text-muted); border-bottom: 2px solid var(--border); padding: 0.75rem 1rem; }
.table td { padding: 0.75rem 1rem; vertical-align: middle; font-size: 0.9rem; }

/* ---------- Alerts ---------- */
.alert { border-radius: 10px; border: none; padding: 1rem 1.25rem; font-size: 0.9rem; }
.alert-success { background: #f0fdf4; color: #15803d; border-left: 4px solid #22c55e; }
.alert-danger  { background: #fef2f2; color: #b91c1c; border-left: 4px solid #ef4444; }
.alert-warning { background: #fffbeb; color: #b45309; border-left: 4px solid #f59e0b; }
.alert-info    { background: #eff6ff; color: #1d4ed8; border-left: 4px solid #3b82f6; }
[data-theme="dark"] .alert-success { background: rgba(34,197,94,0.12); color: #86efac; }
[data-theme="dark"] .alert-danger  { background: rgba(239,68,68,0.12); color: #fca5a5; }

/* ---------- Back to Top ---------- */
.back-to-top { position: fixed; bottom: 2rem; right: 2rem; width: 42px; height: 42px; background: var(--accent); color: white; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; opacity: 0; transform: translateY(20px); transition: var(--transition); z-index: 999; box-shadow: 0 4px 16px rgba(201,168,76,0.4); }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--accent-dark); }

/* ---------- Utility ---------- */
.text-accent { color: var(--accent) !important; }
.honeypot-field { display: none !important; visibility: hidden !important; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .admin-sidebar { transform: translateX(-100%); }
    .admin-sidebar.open { transform: translateX(0); }
    .admin-content { margin-left: 0; }
}
@media (max-width: 767.98px) {
    .hero { min-height: 480px; padding: 3rem 0; }
    .hero-title { font-size: 1.8rem; }
    .section { padding: 3rem 0; }
    .section-title { font-size: 1.6rem; }
}
@media (max-width: 575.98px) {
    .hero-cta-group { flex-direction: column; }
    .btn-primary-custom, .btn-outline-custom { width: 100%; justify-content: center; }
}

/* (extra variables included above) */
    --accent-dark: #a88535;
    --accent-light: #e0c472;
    --bg: #ffffff;
    --bg-secondary: #f8f9fc;
    --text: #1a1a2e;
    --text-muted: #6b7280;
    --text-light: #9ca3af;
    --border: #e5e7eb;
    --card-bg: #ffffff;
    --card-shadow: 0 4px 24px rgba(26, 46, 74, 0.08);
    --navbar-bg: #1a2e4a;
    --footer-bg: #0f1e33;
    --footer-text: #d1d5db;
    --transition: all 0.3s ease;
}

[data-theme="dark"] {
    --bg: #0d1117;
    --bg-secondary: #161b22;
    --text: #e6edf3;
    --text-muted: #8b949e;
    --text-light: #6e7681;
    --border: #30363d;
    --card-bg: #161b22;
    --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    --navbar-bg: #0f1e33;
    --footer-bg: #0d1117;
    --footer-text: #8b949e;
}
