:root {
  --navy: #071d36;
  --navy-2: #0d2b4a;
  --gold: #c79a4b;
  --gold-soft: #e3c788;
  --cream: #f8f3eb;
  --white: #ffffff;
  --text: #1b2a3a;
  --muted: #5c6775;
  --shadow: 0 24px 55px rgba(7, 29, 54, 0.12);
}
* { box-sizing: border-box; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body { font-family: "Montserrat", Arial, sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 90px 0; }
.section-head { margin-bottom: 28px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(199,154,75,.22); background: rgba(248,243,235,.94); backdrop-filter: blur(16px); }
.nav-wrap, .footer-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.nav-wrap { min-height: 76px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; color:var(--gold-soft); background:linear-gradient(135deg,var(--navy),var(--navy-2)); border:1px solid rgba(227,199,136,.45); font-weight:700; letter-spacing:1px; }
.brand-text strong, .brand-text small { display:block; }
.brand-text strong { font-family:"Cormorant Garamond", Georgia, serif; font-size:26px; line-height:1; color:var(--navy); }
.brand-text small { margin-top:2px; font-size:10px; letter-spacing:1.3px; text-transform:uppercase; color:var(--muted); font-weight:700; }
.main-nav { display:flex; align-items:center; gap:24px; font-size:13px; font-weight:700; }
.main-nav a:hover { color: var(--gold); }
.nav-cta { padding:11px 18px; border-radius:999px; color:var(--cream); background:var(--navy); border:1px solid rgba(227,199,136,.4); }
.nav-cta:hover { color: var(--gold-soft) !important; }
.menu-toggle { display:none; background:transparent; border:0; padding:0; cursor:pointer; }
.menu-toggle span { display:block; width:26px; height:2px; margin:5px 0; background:var(--navy); }
.hero { padding-top: 70px; background: radial-gradient(circle at top right, rgba(227,199,136,.16), transparent 32%), linear-gradient(180deg, #fcfaf5 0%, var(--cream) 100%); }
.hero-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:48px; align-items:center; }
.micro-tag, .section-kicker { display:inline-block; padding:9px 16px; margin:0 0 18px; border-radius:999px; color:var(--gold-soft); background:var(--navy); border:1px solid rgba(227,199,136,.38); font-size:12px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:"Cormorant Garamond", Georgia, serif; line-height:1.05; color:var(--navy); }
h1 { font-size: clamp(48px, 6vw, 82px); margin-bottom:20px; }
h1 span { color:var(--gold); }
h2 { font-size: clamp(36px, 4vw, 58px); margin-bottom:16px; }
h3 { margin-bottom:8px; color:var(--navy); }
.hero-text, .section-lead, .contact-text { max-width:720px; font-size:17px; color:var(--muted); }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin:30px 0 34px; }
.btn { display:inline-flex; justify-content:center; align-items:center; min-height:52px; padding:0 22px; border-radius:999px; font-size:14px; font-weight:700; border:1px solid transparent; }
.btn-primary { color:var(--cream); background:var(--navy); border-color:rgba(227,199,136,.42); }
.btn-primary:hover { color:var(--gold-soft); }
.btn-secondary { color:var(--navy); background:rgba(255,255,255,.68); border-color:rgba(7,29,54,.14); }
.trust-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.trust-strip div { padding:16px 18px; background:rgba(255,255,255,.7); border:1px solid rgba(199,154,75,.24); border-radius:18px; }
.trust-strip strong,.trust-strip span { display:block; }
.trust-strip strong { color:var(--navy); font-size:15px; }
.trust-strip span { color:var(--muted); font-size:13px; }
.poster-frame { position:relative; border-radius:38px; padding:14px; background:linear-gradient(135deg, rgba(7,29,54,1), rgba(13,43,74,.96)); border:1px solid rgba(227,199,136,.42); box-shadow:var(--shadow); }
.poster-frame::before { content:""; position:absolute; inset:18px; border-radius:30px; border:1px solid rgba(227,199,136,.28); pointer-events:none; }
.poster-frame img { border-radius:28px; }
.timeline-wrap { display:grid; grid-template-columns:1fr 340px; gap:28px; align-items:start; }
.timeline { display:grid; gap:16px; }
.timeline-card,.service-card,.approach-card,.note-card { background:rgba(255,255,255,.84); border:1px solid rgba(199,154,75,.22); box-shadow:0 10px 28px rgba(7,29,54,.06); }
.timeline-card { display:grid; grid-template-columns:130px 1fr; gap:18px; padding:20px; border-radius:24px; }
.timeline-year { display:flex; align-items:center; justify-content:center; min-height:86px; padding:10px; border-radius:18px; background:linear-gradient(135deg,var(--navy),var(--navy-2)); color:var(--gold-soft); font-weight:700; text-align:center; border:1px solid rgba(227,199,136,.34); }
.timeline-body p,.service-card p,.approach-card p,.note-card p,.note-card li { color:var(--muted); margin-bottom:0; }
.note-card { padding:26px; border-radius:28px; position:sticky; top:104px; }
.signature-label { margin-bottom:10px; color:var(--gold); font-weight:700; font-size:12px; letter-spacing:1.2px; text-transform:uppercase; }
.signature-name { font-family:"Allura", cursive; font-size:50px; font-weight:400; color:var(--gold); line-height:1; margin-bottom:18px; }
.note-card ul { margin:18px 0 0; padding-left:18px; }
.alt-bg { background:rgba(255,255,255,.42); border-top:1px solid rgba(199,154,75,.16); border-bottom:1px solid rgba(199,154,75,.16); }
.cards,.approach-grid { display:grid; gap:18px; }
.cards { grid-template-columns:repeat(3,1fr); }
.approach-grid { grid-template-columns:repeat(3,1fr); }
.service-card,.approach-card { padding:24px; border-radius:22px; }
.service-no,.approach-card span { display:inline-flex; align-items:center; justify-content:center; min-width:54px; min-height:36px; padding:0 12px; border-radius:999px; color:var(--gold-soft); background:var(--navy); border:1px solid rgba(227,199,136,.35); font-weight:700; margin-bottom:14px; }
.contact-dark { background:linear-gradient(135deg,var(--navy),var(--navy-2)); }
.contact-dark h2 { color:var(--white); }
.contact-dark .contact-text { color:rgba(255,255,255,.78); }
.contact-grid { display:grid; grid-template-columns:1fr 420px; gap:28px; align-items:center; }
.contact-card { display:grid; gap:14px; padding:22px; border-radius:28px; background:rgba(255,255,255,.08); border:1px solid rgba(227,199,136,.24); }
.contact-item { padding:16px 18px; border-radius:18px; background:rgba(255,255,255,.07); border:1px solid rgba(227,199,136,.14); }
.contact-item small { display:block; color:var(--gold-soft); font-size:11px; font-weight:700; letter-spacing:1.3px; text-transform:uppercase; margin-bottom:4px; }
.contact-item strong,.contact-item a { color:var(--white); }
.floating-whatsapp { position:fixed; right:20px; bottom:20px; z-index:20; padding:14px 18px; border-radius:999px; background:var(--gold); color:var(--navy); font-size:13px; font-weight:700; box-shadow:0 14px 28px rgba(7,29,54,.22); }
.site-footer { padding:18px 0; background:#05101f; color:rgba(255,255,255,.72); font-size:12px; }
.site-footer a { color:var(--gold-soft); font-weight:700; }
@media (max-width: 1024px) { .hero-grid,.timeline-wrap,.contact-grid { grid-template-columns:1fr; } .cards,.approach-grid { grid-template-columns:repeat(2,1fr); } .note-card { position:static; } }
@media (max-width: 880px) { .menu-toggle { display:block; } .main-nav { display:none; position:absolute; top:76px; right:0; left:0; flex-direction:column; align-items:stretch; gap:0; padding:16px 20px 20px; background:rgba(248,243,235,.98); border-bottom:1px solid rgba(199,154,75,.2); } .main-nav.open { display:flex; } .main-nav a { padding:12px 0; } .nav-cta { text-align:center; margin-top:8px; } .trust-strip { grid-template-columns:1fr; } .timeline-card { grid-template-columns:1fr; } }
@media (max-width: 640px) { .container { width:min(100% - 28px, 1180px); } .section { padding:64px 0; } .brand-text strong { font-size:20px; } h1 { font-size:50px; } h2 { font-size:38px; } .hero-text,.section-lead,.contact-text { font-size:15px; } .cards,.approach-grid { grid-template-columns:1fr; } .footer-wrap { flex-direction:column; align-items:flex-start; gap:8px; } .signature-name { font-size:42px; } }

/* Hero banner - sosyal medya posteri kaldırıldı */
.hero-banner {
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 92px 0;
  background: url("images/hero-banner.png") center center / cover no-repeat;
}
.hero-inner { width: 100%; }
.hero-copy { max-width: 560px; }
.hero-banner .hero-text { max-width: 520px; }
@media (max-width: 900px) {
  .hero-banner {
    min-height: 620px;
    background-position: 66% center;
  }
  .hero-copy {
    max-width: 540px;
    padding: 18px 0;
  }
}
@media (max-width: 640px) {
  .hero-banner {
    min-height: 760px;
    align-items: flex-start;
    padding-top: 70px;
    background-position: 72% center;
  }
  .hero-copy {
    max-width: 100%;
    padding: 0;
  }
  .hero-banner .hero-text {
    max-width: 92%;
  }
}


/* Google Maps */
.map-link {
  display: inline-block;
  margin-top: 9px;
  color: var(--gold-soft) !important;
  font-size: 13px;
  font-weight: 700;
}

.map-link:hover {
  color: var(--white) !important;
}

.map-wrap {
  margin-top: 28px;
}

.google-map {
  width: 100%;
  height: 390px;
  display: block;
  border: 1px solid rgba(227, 199, 136, 0.34);
  border-radius: 28px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

@media (max-width: 640px) {
  .google-map {
    height: 300px;
    border-radius: 20px;
  }
}


/* V5 Logo ve uzmanlık güncellemeleri */
.brand-logo {
  width: 82px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.hero-copy strong {
  color: var(--navy);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  width: 62px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .brand-logo {
    width: 64px;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-logo {
    width: 52px;
  }
}


/* Bilingual language switch */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 4px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.language-switch a {
  padding: 6px 4px;
  color: var(--muted);
}

.language-switch a:hover,
.language-switch a.active {
  color: var(--navy);
}

@media (max-width: 880px) {
  .language-switch {
    justify-content: center;
    padding: 12px 0 2px;
  }
}


/* V8: genuine transparent logo and extended navigation */
.brand-logo {
  width: 94px;
  max-height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 4px 7px rgba(7, 29, 54, 0.12));
}

.footer-logo {
  width: 72px;
  max-height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.18));
}

.main-nav {
  gap: 17px;
  font-size: 12px;
}

@media (max-width: 640px) {
  .brand-logo {
    width: 76px;
    max-height: 56px;
  }

  .footer-logo {
    width: 60px;
  }
}


/* V9: Google Calendar online booking */
.booking {
  background: linear-gradient(180deg, rgba(255,255,255,0.48), rgba(248,243,235,0.9));
  border-top: 1px solid rgba(199, 154, 75, 0.16);
  border-bottom: 1px solid rgba(199, 154, 75, 0.16);
}
.booking-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(199, 154, 75, 0.26);
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 40px rgba(7,29,54,0.08);
}
.booking-card iframe {
  display: block;
  width: 100%;
  min-height: 680px;
  border-radius: 18px;
  background: #fff;
}
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 18px;
}
@media (max-width: 640px) {
  .booking-card { padding: 10px; border-radius: 20px; }
  .booking-card iframe { min-height: 760px; border-radius: 14px; }
}
