/* ==========================================================
   Servis Desteklerim — Sivas beyaz eşya özel servisi
   Koyu lacivert + amber gösterge ışığı
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy-900: #0A1420;
  --navy-800: #0C1929;
  --navy-700: #122238;
  --navy-600: #1A3050;
  --line-d:   rgba(255,255,255,.12);

  --ink:    #0C1929;
  --gray:   #55677D;
  --line:   #DFE6EE;
  --paper:  #F5F8FB;
  --white:  #FFFFFF;

  --amber:    #F5A524;
  --amber-dk: #B87709;
  --live:     #34D399;

  --display: 'Bricolage Grotesque', 'Inter', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1180px;
  --r: 14px;
}

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

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

img, svg { max-width: 100%; display: block; }
a { color: var(--amber-dk); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

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

h1, h2, h3 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.14; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.14rem; font-weight: 700; }
p { margin: 0 0 1.1em; }

/* ---------- eyebrow ---------- */
.eyebrow {
  display: inline-block;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--amber-dk);
  margin-bottom: 14px;
}
.hero .eyebrow, .page-head .eyebrow, .section-dark .eyebrow, .cta-band .eyebrow { color: var(--amber); }

/* ---------- HEADER (topbar yok) ---------- */
.site-header {
  background: var(--navy-800);
  border-bottom: 1px solid var(--line-d);
  position: sticky; top: 0; z-index: 60;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 78px; flex-wrap: wrap; padding: 12px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; flex: 0 0 40px;
  background: var(--amber); border-radius: 10px;
  display: grid; place-items: center;
}
.brand-name {
  font-family: var(--display); font-weight: 800; font-size: 1.1rem;
  letter-spacing: -.02em; color: #fff; line-height: 1.15;
}
.brand-sub {
  display: block; font-family: var(--body);
  font-size: .66rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: #8FA6C0;
}
.nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.nav a {
  color: #D6E1EE; font-size: .95rem; font-weight: 500;
  padding: 4px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: #fff; border-bottom-color: var(--amber); text-decoration: none; }
.nav a.current { color: #fff; border-bottom-color: var(--amber); font-weight: 600; }
.nav a.btn { border-bottom: 1px solid transparent; }
.nav a.btn:hover { border-bottom-color: transparent; color: #21160A; }

/* ---------- BUTONLAR ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--body); font-weight: 600; font-size: 1rem;
  padding: 13px 22px; border-radius: 10px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-primary { background: var(--amber); color: #21160A; }
.btn-primary:hover { background: #FFB63F; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn-outline:hover { border-color: var(--amber); color: #fff; }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { background: var(--navy-600); color: #fff; }
.btn-light { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--navy-800); color: var(--ink); }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(900px 460px at 78% 18%, rgba(245,165,36,.16), transparent 62%),
    radial-gradient(700px 500px at 8% 90%, rgba(26,48,80,.85), transparent 60%),
    var(--navy-800);
  color: #E7EEF6;
  padding: 68px 0 0;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.hero h1 { color: #fff; }
.hero .lead { font-size: 1.08rem; color: #B6C6D8; max-width: 54ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-note { margin-top: 18px; font-size: .86rem; color: #8FA6C0; }

/* ajan portresi + canlı rozet */
.agent { position: relative; max-width: 430px; margin-inline-start: auto; }
.agent-frame {
  border-radius: 24px;
  background: var(--navy-700);
  border: 1px solid var(--line-d);
  padding: 0;
  overflow: hidden;
}
.agent-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 56% 22%;
  display: block;
}
.agent-badge {
  position: absolute; top: 18px; left: -14px;
  display: flex; align-items: center; gap: 9px;
  background: var(--white); color: var(--ink);
  border-radius: 999px; padding: 8px 15px 8px 11px;
  font-size: .84rem; font-weight: 600;
  box-shadow: 0 14px 30px -14px rgba(0,0,0,.6);
}
.live-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--live); box-shadow: 0 0 0 4px rgba(52,211,153,.25);
  animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(52,211,153,0); } }

/* iş emri fişi — imza öğesi */
.ticket {
  position: absolute; right: -10px; bottom: -22px; width: 234px;
  background: var(--white); border-radius: 12px; padding: 14px 16px 16px;
  box-shadow: 0 22px 44px -20px rgba(0,0,0,.7);
}
.ticket-head {
  font-size: .66rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gray);
  padding-bottom: 10px; margin-bottom: 8px;
  border-bottom: 2px dashed var(--line);
}
.ticket-row { display: flex; justify-content: space-between; gap: 10px; font-size: .86rem; padding: 4px 0; }
.ticket-row span:first-child { color: var(--gray); }
.ticket-row span:last-child { font-weight: 600; color: var(--ink); }

/* hero avantaj şeridi */
.hero-strip {
  margin-top: 62px;
  border-top: 1px solid var(--line-d);
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.hero-strip div { padding: 22px 20px; border-inline-end: 1px solid var(--line-d); }
.hero-strip div:last-child { border-inline-end: 0; }
.hero-strip strong { display: block; color: #fff; font-size: .98rem; font-weight: 600; }
.hero-strip span { font-size: .84rem; color: #93A8BF; }

/* ---------- BÖLÜMLER ---------- */
.section { padding: 76px 0; }
.section-paper { background: var(--paper); border-block: 1px solid var(--line); }
.section-dark { background: var(--navy-800); color: #D8E3EF; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 62ch; margin-bottom: 40px; }
.section-head p { color: var(--gray); margin-bottom: 0; }
.section-dark .section-head p { color: #A9BBCE; }

/* ---------- KARTLAR ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 26px 24px;
  display: flex; flex-direction: column;
}
.card h3 { margin-bottom: .4em; }
.card p { color: var(--gray); font-size: .95rem; margin-bottom: 0; }
.card-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--navy-800); display: grid; place-items: center;
  margin-bottom: 16px;
}
.card-link {
  margin-top: 18px; font-size: .9rem; font-weight: 600;
  color: var(--navy-800); display: inline-flex; align-items: center; gap: 6px;
}
.card-link:hover { color: var(--amber-dk); text-decoration: none; }

/* ---------- SÜREÇ ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { border-top: 3px solid var(--amber); padding-top: 18px; }
.step-no {
  display: block; font-family: var(--display); font-weight: 800;
  font-size: .82rem; letter-spacing: .14em; color: var(--amber); margin-bottom: 8px;
}
.step p { font-size: .94rem; color: #A9BBCE; margin-bottom: 0; }

/* ---------- SSS ---------- */
.faq { max-width: 880px; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--white); margin-bottom: 12px; padding: 0 20px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0;
  font-weight: 600; font-size: 1.02rem;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--display); font-size: 1.5rem;
  color: var(--amber-dk); line-height: 1; flex: 0 0 auto;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > p { color: var(--gray); font-size: .96rem; padding-bottom: 18px; margin: 0; }

/* ---------- ÇİPLER ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  border: 1px solid var(--line); background: var(--white);
  border-radius: 999px; padding: 7px 15px; font-size: .88rem; color: var(--ink);
}
.section-dark .chip { background: rgba(255,255,255,.05); border-color: var(--line-d); color: #D8E3EF; }

/* ---------- UYARI KUTUSU ---------- */
.notice {
  background: var(--paper); border: 1px solid var(--line);
  border-inline-start: 4px solid var(--amber);
  border-radius: 10px; padding: 20px 22px; font-size: .95rem;
}
.notice p:last-child { margin-bottom: 0; }
.section-paper .notice { background: var(--white); }
.section-dark .notice {
  background: rgba(255,255,255,.05); border-color: var(--line-d);
  border-inline-start-color: var(--amber); color: #C9D8E7;
}

/* ---------- CTA BANDI ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy-800), var(--navy-600));
  border-radius: 20px; padding: 46px 44px; color: #fff;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { margin-bottom: .3em; color: #fff; }
.cta-band p { color: #B6C6D8; margin: 0; max-width: 48ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- İÇ SAYFA BAŞLIĞI ---------- */
.page-head {
  background:
    radial-gradient(700px 320px at 80% 0%, rgba(245,165,36,.14), transparent 60%),
    var(--navy-800);
  color: #C9D8E7; padding: 56px 0 50px;
}
.page-head h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.page-head p { max-width: 62ch; margin-bottom: 0; color: #A9BBCE; }

.prose { max-width: 74ch; }
.prose h2 { margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.7em; }
.prose ul { padding-inline-start: 20px; }
.prose li { margin-bottom: .5em; }

/* ---------- İLETİŞİM ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .k {
  flex: 0 0 92px; font-size: .72rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--gray); padding-top: 4px;
}
.info-list .v { font-weight: 500; }

.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem;
  padding: 12px 14px; border: 1px solid var(--line);
  border-radius: 10px; background: var(--white); color: var(--ink);
}
.form-field textarea { min-height: 118px; resize: vertical; }
.form-consent {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: .85rem; color: var(--gray); margin: 16px 0;
}
.form-consent input { margin-top: 4px; }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--navy-900); color: #A9BBCE; padding: 62px 0 28px; font-size: .93rem; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px;
  padding-bottom: 34px; border-bottom: 1px solid var(--line-d);
}
.site-footer h4 {
  font-family: var(--display); font-size: .95rem; font-weight: 700;
  color: #fff; margin: 0 0 14px;
}
.site-footer h4 i {
  font-style: normal; color: var(--amber);
  font-size: .78rem; letter-spacing: .1em; margin-inline-end: 8px;
}
.site-footer a { color: #A9BBCE; }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.footer-badges span {
  font-size: .78rem; border: 1px solid var(--line-d);
  border-radius: 999px; padding: 5px 12px; color: #C4D2E1;
}

.disclaimer {
  margin-top: 28px; background: rgba(255,255,255,.05);
  border: 1px solid var(--line-d); border-inline-start: 4px solid var(--amber);
  border-radius: 10px; padding: 18px 20px;
  color: #C4D2E1; font-size: .87rem; line-height: 1.6;
}
.disclaimer strong { color: #fff; }
.copyright {
  margin-top: 22px; font-size: .82rem; color: #7C90A6;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* mobil arama çubuğu */
.callbar { display: none; }

/* ---------- DUYARLI ---------- */
@media (max-width: 1000px) {
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .agent { margin: 0 auto; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-strip div { border-block-end: 1px solid var(--line-d); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 72px; }
  .grid-3, .grid-2, .steps, .footer-top { grid-template-columns: 1fr; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero { padding-top: 46px; }
  .section { padding: 54px 0; }
  .nav { gap: 14px; width: 100%; }
  .nav a { font-size: .9rem; }
  .nav a.btn { display: none; }
  .cta-band { padding: 32px 24px; }
  .ticket { position: static; width: 100%; margin-top: 16px; }
  .agent-badge { left: 8px; }
  .callbar {
    display: flex; gap: 10px; position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--navy-800); border-top: 1px solid var(--line-d);
    padding: 10px 14px; z-index: 70;
  }
  .callbar .btn { flex: 1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* uzun marka alt yazısı için ince ayar */
.brand-sub { letter-spacing: .1em; white-space: nowrap; }
@media (max-width: 480px) {
  .brand-sub { font-size: .56rem; letter-spacing: .06em; }
}
