/* =====================================================
   TEMA: PRESTİJ — Altın + Siyah
   Hedef: Lüks segment, premium hizmet, üst segment firma
   ===================================================== */
:root {
  --primary:       #D4AF37;
  --primary-dark:  #B8960C;
  --accent:        #D4AF37;
  --accent-text:   #080808;
  --btn-text:      #080808;

  /* Arkaplanlar */
  --bg:            #080808;
  --bg-alt:        #0F0F0F;
  --border:        rgba(212,175,55,.12);
  --radius:        6px;

  /* Metinler */
  --text:          #F5F0E8;
  --text-muted:    #8B7D6B;

  /* Header */
  --header-bg:       rgba(8,8,8,0.98);
  --header-text:     #F5F0E8;
  --header-border:   rgba(212,175,55,.1);
  --nav-hover-bg:    rgba(212,175,55,.06);
  --shadow-color:    rgba(0,0,0,.8);

  /* Hero */
  --hero-bg:     linear-gradient(135deg, #050505 0%, #1A1200 100%);
  --hero-overlay:rgba(5,5,5,.6);
  --hero-glow:   rgba(212,175,55,.12);

  /* Stats */
  --stats-bg:     #050505;
  --stats-border: rgba(212,175,55,.08);
  --stats-hover:  rgba(212,175,55,.04);
  --stats-text:   #F5F0E8;
  --stats-label:  #6B5B45;

  /* Cards */
  --card-bg:           #0F0F0F;
  --card-border:       rgba(212,175,55,.1);
  --card-shadow:       0 4px 20px rgba(0,0,0,.6);
  --card-hover-shadow: 0 12px 40px rgba(212,175,55,.12);

  /* CTA */
  --cta-bg:      #0A0800;
  --cta-overlay: linear-gradient(135deg, rgba(30,20,0,.9) 0%, transparent 100%);
  --cta-glow:    rgba(212,175,55,.1);

  /* Footer */
  --footer-bg:        #050505;
  --footer-border:    rgba(212,175,55,.07);
  --footer-text:      #6B5B45;
  --footer-heading:   #C9B78A;
  --footer-primary:   #D4AF37;
  --footer-social-bg: rgba(212,175,55,.06);
}

/* Prestij özel: İnce altın çizgiler */
.service-card::before { height: 2px; background: linear-gradient(90deg, var(--primary), transparent); }
.section-tag { background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.2); }
.check-icon  { background: transparent; border: 1.5px solid var(--primary); color: var(--primary); }

/* Altın parlaklık efekti hero başlığında */
.hero-title {
  background: linear-gradient(135deg, #F5F0E8 30%, #D4AF37 60%, #F5F0E8 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Nav altın hover */
.nav a:hover { color: var(--primary); background: rgba(212,175,55,.06); }

/* Logo için altın ton */
.logo-text { color: var(--primary); }

/* Kart ince altın kenarlık */
.service-card,
.whyus-card { border-color: rgba(212,175,55,.1); }

/* Stat numaraları altın */
.stat-num { color: var(--primary); }
.stat-suffix { color: rgba(212,175,55,.6); }
