/* ============================================================
   Lumora Danışmanlık — Kurumsal Site Stili
   Palet: logodaki zeytin/haki yeşili + krem tonları
   ============================================================ */
:root {
  --olive-900: #2f331c;
  --olive-800: #3e4325;
  --olive-700: #4f552f;
  --olive-600: #5c6136;
  --olive-500: #6d7342;
  --olive-400: #8a8f5e;
  --olive-300: #aeb28a;
  --olive-200: #d3d5bd;
  --olive-100: #e9eadd;
  --cream: #faf8f2;
  --cream-2: #f3f0e6;
  --white: #ffffff;
  --gold: #a89a5b;
  --ink: #2b2d22;
  --muted: #6b6d5e;
  --radius: 14px;
  --shadow-sm: 0 2px 10px rgba(47, 51, 28, 0.07);
  --shadow-md: 0 10px 30px rgba(47, 51, 28, 0.12);
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--olive-600); }

.container { width: min(1140px, 92%); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--olive-800); line-height: 1.25; }
h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }

.section { padding: 4.5rem 0; }
.section-alt { background: var(--white); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
.section-head .kicker {
  display: inline-block; letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 0.78rem; font-weight: 700; color: var(--gold); margin-bottom: 0.6rem;
}
.section-head p { color: var(--muted); margin-top: 0.8rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250, 248, 242, 0.93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--olive-200);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 0.6rem 0; }
.brand { grid-column: 1; display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand img { height: 82px; width: auto; }
.main-nav { grid-column: 2; justify-self: center; display: flex; align-items: center; gap: 1.6rem; }
.nav-toggle { grid-column: 3; justify-self: end; }
.main-nav a {
  text-decoration: none; color: var(--olive-800); font-weight: 600; font-size: 0.97rem;
  padding: 0.35rem 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s;
}
.main-nav a:hover { color: var(--olive-500); }
.main-nav a.active { border-bottom-color: var(--gold); color: var(--olive-600); }
.nav-cta {
  background: var(--olive-600); color: var(--white) !important; padding: 0.55rem 1.2rem !important;
  border-radius: 999px; border-bottom: none !important; box-shadow: var(--shadow-sm);
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--olive-800); transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; color: var(--olive-800); cursor: pointer; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 1rem;
  padding: 0.85rem 1.9rem; border-radius: 999px; transition: all .22s ease; cursor: pointer; border: 2px solid transparent;
}
.btn-primary { background: var(--olive-600); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--olive-800); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--olive-600); color: var(--olive-700); background: transparent; }
.btn-outline:hover { background: var(--olive-100); }
.btn-light { background: var(--white); color: var(--olive-800); }
.btn-light:hover { background: var(--olive-100); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--cream) 55%, var(--olive-100)); }
.hero-inner { position: relative; z-index: 2; padding: 5.5rem 0 6rem; max-width: 720px; }
.hero .kicker { letter-spacing: .2em; text-transform: uppercase; font-size: .8rem; font-weight: 700; color: var(--gold); }
.hero h1 { margin: 0.7rem 0 1.1rem; }
.hero p.lead { font-size: 1.12rem; color: var(--muted); max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero-deco { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); width: 420px; max-height: 92%; opacity: 0.5; pointer-events: none; }
.page-hero { background: linear-gradient(160deg, var(--olive-800), var(--olive-600)); color: var(--white); position: relative; overflow: hidden; }
.page-hero .hero-inner { padding: 4rem 0 4.5rem; }
.page-hero h1, .page-hero .breadcrumb a { color: var(--white); }
.page-hero p.lead { color: var(--olive-100); }
.page-hero .hero-deco { opacity: 0.18; width: 300px; right: 6%; }
.breadcrumb { font-size: 0.85rem; margin-bottom: 0.8rem; color: var(--olive-200); }
.breadcrumb a { text-decoration: none; }
.breadcrumb span { opacity: 0.8; }

/* ---------- Kartlar ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--olive-200); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card .icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--olive-100); margin-bottom: 1rem;
}
.card .icon svg { width: 28px; height: 28px; stroke: var(--olive-600); }
.card h3 { margin-bottom: 0.6rem; }
.card p { color: var(--muted); font-size: 0.96rem; }
.card .card-link {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.2rem;
  font-weight: 700; font-size: 0.92rem; text-decoration: none; color: var(--olive-700);
  background: var(--olive-100); border: 1px solid var(--olive-200); border-radius: 999px;
  padding: 0.55rem 1.1rem; transition: background .2s, color .2s, transform .2s, border-color .2s;
}
.card .card-link:hover { background: var(--olive-600); color: var(--white); border-color: var(--olive-600); transform: translateY(-2px); }

/* ---------- Hizmet detay ---------- */
.service-block { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2.5rem; align-items: start; padding: 3rem 0; border-bottom: 1px solid var(--olive-200); }
.service-block:last-of-type { border-bottom: none; }
.service-block .icon-lg { width: 74px; height: 74px; border-radius: 18px; background: var(--olive-100); display: grid; place-items: center; margin-bottom: 1.1rem; }
.service-block .icon-lg svg { width: 40px; height: 40px; stroke: var(--olive-600); }
.service-block ul { list-style: none; margin-top: 1.2rem; display: grid; gap: 0.85rem; }
.service-block li { padding-left: 1.7rem; position: relative; color: var(--muted); }
.service-block li::before {
  content: ""; position: absolute; left: 0; top: 0.45em; width: 9px; height: 9px;
  border-radius: 50%; background: var(--gold);
}
.service-block li strong { color: var(--ink); }

/* ---------- Değer listesi / özellikler ---------- */
.feature-list { list-style: none; display: grid; gap: 1.1rem; }
.feature-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.feature-list .dot {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: var(--olive-100);
  display: grid; place-items: center; color: var(--olive-600); font-weight: 700;
  font-family: var(--font-serif); font-size: 0.95rem; letter-spacing: 0.02em;
}
.feature-list strong { color: var(--olive-800); }
.feature-list p { color: var(--muted); font-size: 0.95rem; }

/* ---------- İstatistik şeridi ---------- */
.stat-strip { background: var(--olive-800); color: var(--white); }
.stat-strip .grid { text-align: center; }
.stat-strip .num { font-family: var(--font-serif); font-size: 2.2rem; color: var(--olive-200); }
.stat-strip .label { font-size: 0.9rem; color: var(--olive-300); letter-spacing: 0.04em; }

/* ---------- SSS ---------- */
.faq-item { background: var(--white); border: 1px solid var(--olive-200); border-radius: var(--radius); margin-bottom: 1rem; overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 1.1rem 1.4rem; font-weight: 700; color: var(--olive-800);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--gold); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 1.4rem 1.2rem; color: var(--muted); }

/* ---------- CTA bölümü ---------- */
.cta-section { background: linear-gradient(150deg, var(--olive-800), var(--olive-600)); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.cta-section h2 { color: var(--white); }
.cta-section p { color: var(--olive-100); max-width: 640px; margin: 0.9rem auto 1.8rem; }
.cta-section .hero-deco { opacity: 0.14; left: 50%; right: auto; top: -40px; transform: translateX(-50%); width: 700px; }
.cta-inner { position: relative; z-index: 2; padding: 4rem 0; }

/* ---------- Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2.5rem; align-items: start; }
.contact-info h3 { margin-bottom: 0.9rem; }
.contact-info ul { list-style: none; display: grid; gap: 0.9rem; margin-top: 1rem; }
.contact-info a { color: var(--olive-700); font-weight: 600; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.form-card { background: var(--white); border: 1px solid var(--olive-200); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-md); }
.form-card label.field-label { display: block; font-weight: 700; font-size: 0.92rem; color: var(--olive-800); margin: 1.1rem 0 0.4rem; }
.form-card input[type="text"], .form-card textarea {
  width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--olive-300); border-radius: 10px;
  font: inherit; background: var(--cream); color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.form-card input:focus, .form-card textarea:focus { outline: none; border-color: var(--olive-600); box-shadow: 0 0 0 3px var(--olive-100); }
.form-card textarea { min-height: 120px; resize: vertical; }
.radio-group { display: grid; gap: 0.55rem; margin-top: 0.4rem; }
.radio-group label { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; cursor: pointer; }
.radio-group input { accent-color: var(--olive-600); width: 17px; height: 17px; }
.form-card button[type="submit"] { margin-top: 1.5rem; width: 100%; border: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--olive-900); color: var(--olive-200); padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--olive-700); }
.footer-grid h4 { color: var(--white); font-size: 1.02rem; margin-bottom: 0.9rem; }
.footer-grid ul { list-style: none; display: grid; gap: 0.55rem; }
.footer-grid a { color: var(--olive-300); text-decoration: none; font-size: 0.94rem; }
.footer-grid a:hover { color: var(--white); }
.footer-brand img { height: 60px; width: auto; border-radius: 8px; margin-bottom: 0.9rem; background: var(--cream); padding: 6px; }
.footer-brand p { font-size: 0.92rem; color: var(--olive-300); max-width: 280px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; padding-top: 1.4rem; font-size: 0.85rem; color: var(--olive-400); }
.footer-bottom a { color: var(--olive-300); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }

/* ---------- Yüzen CTA ---------- */
.floating-cta {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 70;
  background: var(--gold); color: var(--white); text-decoration: none; font-weight: 700;
  padding: 0.8rem 1.4rem; border-radius: 999px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 0.5rem; transition: transform .2s, background .2s;
}
.floating-cta:hover { transform: translateY(-3px); background: var(--olive-600); }
.floating-cta svg { width: 18px; height: 18px; stroke: var(--white); }

/* ---------- Legal sayfalar ---------- */
.legal-content { max-width: 800px; margin-inline: auto; }
.legal-content h2 { margin: 2.2rem 0 0.8rem; font-size: 1.4rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { margin: 0.6rem 0 0.6rem 1.4rem; }

/* ---------- Animasyonlar ---------- */
/* JS çalışmıyorsa (bot/tarayıcı) içerik varsayılan olarak görünür kalır; opacity:0 yalnızca .js sınıfı varken uygulanır */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; transition-delay: var(--reveal-delay, 0s); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
.hero-inner > * { animation: fadeUp .7s ease both; }
.hero-inner > *:nth-child(2) { animation-delay: .12s; }
.hero-inner > *:nth-child(3) { animation-delay: .24s; }
.hero-inner > *:nth-child(4) { animation-delay: .36s; }

@keyframes sunGlow {
  0%, 100% { opacity: .45; filter: drop-shadow(0 0 2px rgba(168, 154, 91, 0)); }
  50% { opacity: .7; filter: drop-shadow(0 0 14px rgba(168, 154, 91, 0.55)); }
}
.hero .hero-deco { animation: sunGlow 5s ease-in-out infinite; }

@keyframes twinkle {
  0%, 100% { opacity: .25; }
  50% { opacity: 1; }
}
.hero .hero-deco circle[fill="#a89a5b"] { animation: twinkle 2.6s ease-in-out infinite; }
.hero .hero-deco circle[fill="#a89a5b"]:nth-of-type(2) { animation-delay: .5s; }
.hero .hero-deco circle[fill="#a89a5b"]:nth-of-type(3) { animation-delay: 1s; }
.hero .hero-deco circle[fill="#a89a5b"]:nth-of-type(4) { animation-delay: 1.5s; }
.hero .hero-deco circle[fill="#a89a5b"]:nth-of-type(5) { animation-delay: 2s; }

@keyframes decoDrift {
  0%, 100% { transform: translateX(-50%) rotate(0deg); }
  50% { transform: translateX(-50%) rotate(3deg); }
}
.cta-section .hero-deco { animation: decoDrift 12s ease-in-out infinite; }

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(47, 51, 28, 0.12), 0 0 0 0 rgba(168, 154, 91, 0.45); }
  60% { box-shadow: 0 10px 30px rgba(47, 51, 28, 0.12), 0 0 0 12px rgba(168, 154, 91, 0); }
}
.floating-cta { animation: ctaPulse 3.2s ease-out infinite; }

.card .icon { transition: background .25s, transform .25s; }
.card:hover .icon { background: var(--olive-600); transform: rotate(-6deg) scale(1.06); }
.card:hover .icon svg { stroke: var(--white); }
.card .icon svg { transition: stroke .25s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-inner > *, .hero .hero-deco, .hero .hero-deco circle, .cta-section .hero-deco, .floating-cta { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-deco { display: none; }
}
@media (max-width: 760px) {
  .grid-2, .grid-3, .contact-grid, .service-block { grid-template-columns: 1fr; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); flex-direction: column; padding: 1.2rem 4%; gap: 1rem;
    border-bottom: 1px solid var(--olive-200); box-shadow: var(--shadow-md); align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .section { padding: 3rem 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
