/* =================================================================
   Hanedan Koltuk Döşeme İzmir — Ana Stil Dosyası
   ================================================================= */

:root {
  --ink:        #1b2230;
  --ink-soft:   #3a4252;
  --muted:      #6b7280;
  --gold:       #b88a3d;
  --gold-dark:  #9a7130;
  --gold-soft:  #f3ead9;
  --red:        #d4302a;
  --red-dark:   #b3241f;
  --wa:         #25d366;
  --wa-dark:    #1da851;
  --bg:         #ffffff;
  --soft:       #f7f4ef;
  --soft-2:     #f1ebe1;
  --line:       #e8e2d6;
  --shadow:     0 10px 30px rgba(27, 34, 48, .08);
  --shadow-lg:  0 24px 60px rgba(27, 34, 48, .14);
  --radius:     14px;
  --radius-sm:  10px;
  --container:  1180px;
  --serif:      "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:       "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-dark); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); line-height: 1.18; font-weight: 700; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }

.section { padding: 84px 0; }
.section--soft { background: var(--soft); }
.section--ink { background: var(--ink); color: #e7e9ee; }
.section--ink h2, .section--ink h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--gold); vertical-align: middle; margin-right: 10px; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

.lead { font-size: 1.15rem; color: var(--ink-soft); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; font-size: 1rem;
  padding: 15px 28px; border-radius: 50px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s, box-shadow .2s, background .2s, color .2s;
  text-align: center; white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn--call { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(212,48,42,.32); }
.btn--call:hover { background: var(--red-dark); color: #fff; box-shadow: 0 12px 28px rgba(212,48,42,.4); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.3); }
.btn--wa:hover { background: var(--wa-dark); color: #fff; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-dark); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn--lg { padding: 17px 34px; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; justify-content: center; }

/* ---------- Üst iletişim çubuğu ---------- */
.topbar {
  background: var(--ink); color: #cfd4de; font-size: .9rem;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; padding-bottom: 9px; gap: 16px; }
.topbar a { color: #e7eaf0; }
.topbar a:hover { color: var(--gold); }
.topbar__contact { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar__contact span, .topbar__contact a { display: inline-flex; align-items: center; gap: 7px; }
.topbar__contact svg { width: 15px; height: 15px; color: var(--gold); }
.topbar__promo { color: #aeb4c0; }
@media (max-width: 760px){ .topbar__promo, .topbar__addr { display: none; } .topbar .container{ justify-content:center; } }

/* ---------- Header / Nav ---------- */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.nav__logo img { height: 46px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__menu a {
  display: block; padding: 10px 14px; color: var(--ink); font-weight: 600; font-size: .98rem; border-radius: 8px;
}
.nav__menu a:hover, .nav__menu a.active { color: var(--gold-dark); background: var(--gold-soft); }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; }

@media (max-width: 980px) {
  .nav__menu {
    position: fixed; top: 0; right: -100%; height: 100vh; width: 280px; background: #fff;
    flex-direction: column; align-items: stretch; gap: 2px; padding: 90px 18px 30px; box-shadow: var(--shadow-lg);
    transition: right .3s ease; z-index: 120;
  }
  .nav__menu.open { right: 0; }
  .nav__menu a { padding: 14px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__toggle { display: block; z-index: 130; }
  .nav__toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .nav__toggle.open span:nth-child(2){ opacity: 0; }
  .nav__toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .nav__cta .btn--call span.lbl { display: none; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 110; opacity: 0; pointer-events: none; transition: .3s; }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
}
@media (max-width: 520px){ .nav__cta .btn--outline { display:none; } }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(20,25,36,.92) 0%, rgba(20,25,36,.78) 42%, rgba(20,25,36,.35) 100%); }
.hero__inner { position: relative; z-index: 2; padding: 96px 0 104px; max-width: 680px; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero p { font-size: 1.18rem; color: #e6e8ee; margin-bottom: 30px; max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero__trust div { display: flex; align-items: center; gap: 9px; font-size: .96rem; color: #e6e8ee; }
.hero__trust svg { width: 22px; height: 22px; color: var(--gold); flex: none; }
@media (max-width: 600px){ .hero__inner{ padding: 64px 0 80px; } }

/* ---------- Hizmet kartları ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card__img { aspect-ratio: 16 / 10; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card__img img { transform: scale(1.07); }
.card__body { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: 10px; }
.card__body p { color: var(--muted); font-size: .98rem; flex: 1; }
.card__link { margin-top: 14px; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 6px; }
.card__link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card__link svg { transform: translateX(4px); }
@media (max-width: 900px){ .cards{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .cards{ grid-template-columns: 1fr; } }

/* ---------- İki sütun (hakkımızda) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.split__media { position: relative; }
.split__badge { position: absolute; right: -14px; bottom: -22px; background: var(--gold); color: #fff; border-radius: var(--radius-sm); padding: 18px 22px; box-shadow: var(--shadow-lg); text-align: center; }
.split__badge b { font-family: var(--serif); font-size: 2.1rem; display: block; line-height: 1; }
.split__badge span { font-size: .82rem; letter-spacing: .04em; }
.checklist { list-style: none; padding: 0; margin: 22px 0 30px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-weight: 500; }
.checklist svg { width: 22px; height: 22px; color: var(--gold); flex: none; margin-top: 2px; }
@media (max-width: 860px){ .split{ grid-template-columns: 1fr; gap: 40px; } .split--reverse .split__media{ order: 0; } .split__badge{ right: 16px; } }

/* ---------- İstatistik / güven şeridi ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.stats__item b { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); display: block; line-height: 1; }
.stats__item span { color: var(--muted); font-size: .95rem; font-weight: 600; }
.section--ink .stats__item span { color: #b9c0cd; }
@media (max-width: 700px){ .stats{ grid-template-columns: 1fr 1fr; gap: 32px 20px; } }

/* ---------- Süreç adımları ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { text-align: center; padding: 10px; }
.step__num { width: 62px; height: 62px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 2px solid var(--gold); }
.step h3 { font-size: 1.12rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .95rem; }
@media (max-width: 760px){ .steps{ grid-template-columns: 1fr 1fr; gap: 32px 18px; } }

/* ---------- Geri arama / CTA bandı ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: var(--radius); padding: 52px 48px; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(184,138,61,.35), transparent 70%); }
.cta-band__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #c9cedb; margin-bottom: 0; }
@media (max-width: 820px){ .cta-band{ padding: 38px 26px; } .cta-band__grid{ grid-template-columns: 1fr; gap: 30px; } }

/* ---------- Formlar ---------- */
.form-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-card.on-ink { color: var(--ink); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--sans); font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .form-row{ grid-template-columns: 1fr; } }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 10px; }
.alert { padding: 14px 16px; border-radius: var(--radius-sm); margin-bottom: 18px; font-weight: 600; font-size: .95rem; }
.alert--ok { background: #e7f7ed; color: #1a7a43; border: 1px solid #b8e6c9; }
.alert--err { background: #fdeceb; color: #b3241f; border: 1px solid #f5c6c4; }

/* ---------- Galeri ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius-sm); cursor: pointer; aspect-ratio: 1 / 1; background: var(--soft-2); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(20,25,36,.55)); opacity: 0; transition: opacity .3s; }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { opacity: 1; }
.gallery__zoom { position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(8px); transition: .3s; }
.gallery__item:hover .gallery__zoom { opacity: 1; transform: translateY(0); }
.gallery__zoom svg { width: 18px; height: 18px; color: var(--ink); }
@media (max-width: 900px){ .gallery{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px){ .gallery{ grid-template-columns: 1fr 1fr; gap: 10px; } }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(15,18,26,.92); z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.12); border: none; color: #fff; cursor: pointer; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.28); }
.lightbox__close { top: 22px; right: 22px; font-size: 1.6rem; }
.lightbox__nav svg { width: 26px; height: 26px; }
.lightbox__nav--prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-hero { position: relative; color: #fff; padding: 70px 0 64px; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(20,25,36,.86), rgba(20,25,36,.9)); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 8px; }
.breadcrumb { font-size: .9rem; color: #c9cedb; }
.breadcrumb a { color: var(--gold); }

/* ---------- Hizmet detay blokları ---------- */
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 70px; }
.service-block:last-child { margin-bottom: 0; }
.service-block:nth-child(even) .service-block__media { order: 2; }
.service-block__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
@media (max-width: 820px){ .service-block{ grid-template-columns: 1fr; gap: 28px; margin-bottom: 50px; } .service-block:nth-child(even) .service-block__media{ order: 0; } }

/* ---------- İletişim bilgi kartları ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; text-align: center; box-shadow: var(--shadow); }
.info-card__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.info-card__icon svg { width: 26px; height: 26px; color: var(--gold-dark); }
.info-card h2 { font-size: 1.1rem; margin-bottom: 6px; }
.info-card p, .info-card a { color: var(--muted); font-size: .98rem; }
@media (max-width: 760px){ .info-grid{ grid-template-columns: 1fr; } }

/* ---------- Bölge listesi ---------- */
.regions { display: flex; flex-wrap: wrap; gap: 10px; }
.regions span { background: #fff; border: 1px solid var(--line); padding: 8px 16px; border-radius: 50px; font-size: .92rem; font-weight: 600; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.footer { background: #161b26; color: #aab1bf; padding: 64px 0 0; }
.footer .footer__h { color: #fff; font-family: var(--sans); font-size: 1.05rem; letter-spacing: .02em; margin-bottom: 18px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.footer p { font-size: .95rem; line-height: 1.7; }
.footer__logo { background:#fff; display:inline-block; padding:10px 14px; border-radius:10px; margin-bottom:18px; }
.footer__logo img { height: 40px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: #aab1bf; font-size: .95rem; }
.footer ul a:hover { color: var(--gold); }
.footer__contact li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 14px; font-size: .95rem; }
.footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }
.footer__social { display: flex; gap: 10px; margin-top: 8px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer__social a:hover { background: var(--gold); }
.footer__social svg { width: 18px; height: 18px; color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: .88rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 880px){ .footer__grid{ grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 520px){ .footer__grid{ grid-template-columns: 1fr; } }

/* ---------- Yüzen WhatsApp + mobil arama çubuğu ---------- */
.wa-float { position: fixed; right: 20px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37,211,102,.45); animation: waPulse 2.4s infinite; }
.wa-float svg { width: 33px; height: 33px; color: #fff; }
.wa-float:hover { background: var(--wa-dark); }
@keyframes waPulse { 0%{ box-shadow: 0 10px 26px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 10px 26px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 10px 26px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0);} }

.mobile-bar { display: none; }
@media (max-width: 720px){
  .wa-float { bottom: 78px; width: 54px; height: 54px; }
  .wa-float svg { width: 29px; height: 29px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; box-shadow: 0 -6px 20px rgba(0,0,0,.12); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; font-weight: 700; color: #fff; font-size: 1rem; }
  .mobile-bar a svg { width: 19px; height: 19px; }
  .mobile-bar__call { background: var(--red); }
  .mobile-bar__wa { background: var(--wa); }
  body { padding-bottom: 54px; }
}

/* ---------- Yardımcılar ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
