/* Otorapor Giresun Bulancak — ortak stiller */
:root {
  --red: #e30613;
  --red-dark: #b50010;
  --red-soft: #fff8f8;
  --red-border: #f0dede;
  --green: #25d366;
  --green-dark: #4dcc16;
  --navy: #1a1a2e;
  --navy-2: #16213e;
  --text: #1a1a2e;
  --muted: #6b7280;
  --border: #e5e7eb;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

h1, h2, h3 { font-family: "Plus Jakarta Sans", sans-serif; }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 16px; }

/* ---------- Header ---------- */
.site-header {
  padding: 18px 0;
  border-bottom: 1px solid #f3f4f6;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; }
.site-header .logo img { height: 34px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: #fff;
  padding: 10px 18px; border-radius: 999px;
  font-weight: 600; font-size: 14px;
}

/* ---------- Hero ---------- */
.hero { padding: 40px 0 56px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-media {
  background: var(--red);
  border-radius: 24px;
  padding: 10px 10px 26px 10px;
  position: relative;
}
.slider { border-radius: 18px; overflow: hidden; position: relative; aspect-ratio: 4 / 3; }
.slider img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .6s ease;
}
.slider img.active { opacity: 1; }
.slider-dots {
  position: absolute; left: 0; right: 0; bottom: 8px;
  display: flex; justify-content: center; gap: 8px;
}
.slider-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  border: none; background: rgba(255,255,255,.55); cursor: pointer; padding: 0;
}
.slider-dots button.active { background: #fff; }

.hero-body h1 {
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  color: var(--navy-2);
  text-align: center;
  margin-bottom: 22px;
}

.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 14px; }
.hero-actions-row2 { margin-bottom: 26px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px;
  font-weight: 600; font-size: 14px;
  border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.btn-whatsapp { background: #fff; border-color: var(--green); color: var(--green); }
.btn-outline-red { background: #fff; border-color: var(--red); color: var(--red); }
.btn-red { background: var(--red); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn img.icon, .btn svg { width: 18px; height: 18px; }

.hero-features { list-style: none; display: grid; gap: 10px; max-width: 420px; margin: 0 auto; }
.hero-features li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; }

/* ---------- Bölüm başlığı ---------- */
.section-title {
  text-align: center;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--navy-2);
  margin-bottom: 32px;
}

/* ---------- Ek Hizmetler ---------- */
.services { padding: 24px 0 48px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--border); border-radius: 14px;
  padding: 20px 22px; background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; font-size: 16px; color: var(--navy-2);
}
.service-card img { width: 44px; height: 44px; object-fit: contain; }

/* ---------- İletişim ızgarası ---------- */
.contact { padding: 24px 0 40px; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 34px 60px;
  max-width: 860px; margin: 0 auto;
}
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon {
  flex: 0 0 44px; width: 44px; height: 44px;
  background: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 19px;
}
.contact-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.contact-item p { font-size: 14px; color: var(--text); }
.contact-item .note { font-size: 12px; color: var(--muted); margin-top: 4px; }
.contact-item .btn { margin-top: 10px; padding: 8px 16px; font-size: 13px; }
.pay-list { list-style: none; }
.pay-list li { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.pay-list li::before { content: "✔"; color: var(--red); font-size: 13px; }

/* ---------- Künye ---------- */
.legal-info { padding: 8px 0 40px; }
.legal-info .container { max-width: 860px; }
.legal-info p { font-size: 14px; margin-bottom: 4px; }
.legal-info strong { font-weight: 700; }

/* ---------- Harita ---------- */
.map { padding: 0 0 56px; }
.map iframe { width: 100%; height: 320px; border: 0; border-radius: 14px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid #f3f4f6; padding: 48px 0 40px; }
.site-footer .footer-logo { display: flex; justify-content: center; }
.site-footer .footer-logo img { height: 36px; }
.site-footer hr { border: none; border-top: 1px solid #f0f0f0; margin: 36px 0 0; }

/* ---------- Mobil sabit alt bar ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 13px 4px; font-size: 13px; font-weight: 600;
}
.mobile-bar .mb-wa { color: var(--green); }
.mobile-bar .mb-dir { color: var(--red); }
.mobile-bar .mb-call { background: var(--red); color: #fff; }

/* ---------- Randevu sayfası ---------- */
.appointment { padding: 40px 0 64px; }
.appointment-card {
  max-width: 560px; margin: 0 auto;
  border: 1px solid var(--red-border);
  background: var(--red-soft);
  border-radius: 20px;
  padding: 32px 28px;
}
.appointment-card h1 { font-size: 26px; font-weight: 800; color: var(--navy-2); text-align: center; margin-bottom: 8px; }
.appointment-card .sub { text-align: center; font-size: 14px; color: var(--muted); margin-bottom: 26px; }

.form-group { margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
label .req { color: var(--red); }
input, select, textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit; font-size: 14px;
  background: #fff;
  color: var(--text);
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--red);
  box-shadow: 0 0 0 3px #e306131a;
}
.form-submit { width: 100%; padding: 14px; font-size: 15px; margin-top: 8px; }
.form-alt {
  text-align: center; margin-top: 18px; font-size: 13px; color: var(--muted);
}
.form-alt a { color: var(--red); font-weight: 700; }
.form-error { color: var(--red); font-size: 13px; margin-top: 8px; display: none; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .service-cards { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 52px; }
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
  .header-phone span.txt { display: none; }
}
