/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Poppins', sans-serif; color: #1c1c1e; background: #f5f5f7; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; }
.hidden { display: none !important; }
.container { width: 100%; max-width: 700px; margin: 0 auto; padding: 0 18px; }

/* ─── HEADER ─── */
.header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 10px 20px;
}
.logo { height: 48px; width: auto; border-radius: 10px; object-fit: contain; }
.header-right { display: flex; align-items: center; gap: 10px; }
.header-phone {
  display: flex; align-items: center; gap: 6px;
  background: #111; color: #fff;
  font-size: .78rem; font-weight: 600;
  padding: 8px 14px; border-radius: 30px;
  transition: background .2s;
}
.header-phone:hover { background: #333; }

/* ─── SLIDER ─── */
.slider-section {
  position: relative;
  overflow: hidden;
  background: #000;
  width: 100%;
  height: clamp(340px, 58vw, 680px);
}
@media (max-width: 600px) {
  .slider-section { height: clamp(320px, 90vw, 480px); }
}
.slider-viewport { position: absolute; inset: 0; overflow: hidden; }
.slider-track {
  display: flex;
  height: 100%;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.slide-item {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}
.slide-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* nav arrows */
.sl-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff; width: 42px; height: 42px; border-radius: 50%;
  font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.sl-btn:hover { background: rgba(255,255,255,.35); }
.sl-prev { left: 14px; }
.sl-next { right: 14px; }
/* dots */
.sl-dots {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 7px; z-index: 10;
}
.sl-dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: none; background: rgba(255,255,255,.45);
  padding: 0; transition: background .2s, transform .2s;
}
.sl-dot.active { background: #fff; transform: scale(1.25); }
/* overlay */
.slider-overlay {
  position: absolute; inset: 0; z-index: 5;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,.18) 0%, rgba(0,0,0,.55) 100%);
}
.sl-badge {
  background: #ff3b30; color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  padding: 4px 14px; border-radius: 20px; margin-bottom: 12px;
  text-transform: uppercase;
}
.sl-headline {
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  font-weight: 900; color: #fff; letter-spacing: .02em;
  line-height: 1.15; text-shadow: 0 2px 12px rgba(0,0,0,.4);
  margin-bottom: 10px;
}
.sl-price {
  font-size: clamp(1rem, 3vw, 1.4rem); color: #fff;
  margin-bottom: 18px;
}
.sl-price s { opacity: .6; font-size: .85em; margin-right: 8px; }
.sl-price strong { font-size: 1.25em; color: #ffd60a; }
.sl-cta {
  display: inline-block;
  background: #ff3b30; color: #fff;
  font-size: .9rem; font-weight: 700; letter-spacing: .06em;
  padding: 12px 28px; border-radius: 30px;
  box-shadow: 0 4px 20px rgba(255,59,48,.45);
  transition: background .2s, transform .15s;
}
.sl-cta:hover { background: #e0302a; transform: translateY(-2px); }

/* ─── TRUST BAR ─── */
.trust-bar {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0;
  background: #fff; border-bottom: 1px solid #e8e8ed;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 20px; font-size: .78rem; font-weight: 600; color: #333;
  flex: 1 1 120px; justify-content: center;
  border-right: 1px solid #e8e8ed;
}
.trust-item:last-child { border-right: none; }
.trust-item svg { width: 18px; height: 18px; stroke: #ff3b30; flex-shrink: 0; }

/* ─── ORDER WRAP ─── */
.order-wrap { padding: 36px 0 60px; }

.order-title-block { text-align: center; margin-bottom: 28px; }
.badge-label {
  display: inline-block;
  background: linear-gradient(135deg, #ff3b30, #ff9500);
  color: #fff; font-size: .7rem; font-weight: 700;
  letter-spacing: .14em; padding: 4px 14px;
  border-radius: 20px; margin-bottom: 10px;
}
.order-main-title {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 900; letter-spacing: .04em; color: #1c1c1e;
}
.order-sub { font-size: .83rem; color: #666; margin-top: 6px; }

/* ─── PAKET KARTI ─── */
.pkg-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff; border: 2.5px solid #ff3b30;
  border-radius: 16px; padding: 18px 20px; margin-bottom: 22px;
  box-shadow: 0 2px 18px rgba(255,59,48,.1);
}
.pkg-radio-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: #ff3b30; flex-shrink: 0; margin-top: 3px;
  box-shadow: 0 0 0 4px rgba(255,59,48,.15);
  position: relative;
}
.pkg-radio-dot::after {
  content: ''; position: absolute; inset: 5px;
  background: #fff; border-radius: 50%;
}
.pkg-name { font-weight: 700; font-size: .95rem; margin-bottom: 6px; }
.pkg-prices { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.pkg-old { text-decoration: line-through; color: #999; font-size: .85rem; }
.pkg-new { font-size: 1.5rem; font-weight: 900; color: #ff3b30; }
.pkg-per { font-size: .75rem; color: #888; }
.pkg-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pkg-chips span {
  background: #f5f5f7; border-radius: 20px;
  padding: 4px 11px; font-size: .71rem; font-weight: 600; color: #444;
}

/* ─── FORM BLOCK ─── */
.form-block {
  background: #fff; border-radius: 16px;
  padding: 22px 20px; margin-bottom: 18px;
  box-shadow: 0 1px 10px rgba(0,0,0,.06);
}
.block-title {
  display: flex; align-items: center; gap: 10px;
  font-size: 1rem; font-weight: 700;
  margin-bottom: 14px; color: #1c1c1e;
}
.block-num {
  width: 26px; height: 26px; border-radius: 50%;
  background: #ff3b30; color: #fff;
  font-size: .78rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.block-hint { font-size: .78rem; color: #888; margin-bottom: 14px; margin-top: -8px; }

/* ─── RENK GRİDİ ─── */
.color-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 500px) { .color-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 320px) { .color-grid { grid-template-columns: repeat(2, 1fr); } }

.color-btn {
  position: relative; border: 2.5px solid #e0e0e0;
  border-radius: 12px; overflow: hidden;
  background: #fafafa; padding: 0;
  transition: border-color .2s, box-shadow .2s, transform .15s;
  display: flex; flex-direction: column; align-items: center;
  padding-bottom: 8px;
}
.color-btn:hover { border-color: #bbb; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,.1); }
.color-btn[aria-pressed="true"] {
  border-color: #ff3b30;
  box-shadow: 0 0 0 3px rgba(255,59,48,.18);
  transform: translateY(-2px);
}
.cbtn-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; }
.cbtn-img img { width: 100%; height: 100%; object-fit: cover; }
.cbtn-label {
  font-size: .66rem; font-weight: 700;
  letter-spacing: .06em; color: #333;
  margin-top: 6px; text-align: center;
}
.cbtn-tick {
  position: absolute; top: 6px; right: 6px;
  width: 20px; height: 20px; border-radius: 50%;
  background: #22c55e; color: #fff;
  font-size: .7rem; font-weight: 800;
  display: none; align-items: center; justify-content: center;
}
.color-btn[aria-pressed="true"] .cbtn-tick { display: flex; }

/* ─── BEDENİMİ BUL ─── */
.size-trigger {
  display: inline-flex; align-items: center; gap: 7px;
  border: 2px solid #3b82f6; color: #3b82f6;
  background: #eff6ff; border-radius: 30px;
  font-size: .82rem; font-weight: 700; padding: 9px 18px;
  margin-bottom: 14px;
  transition: background .2s, color .2s;
}
.size-trigger:hover { background: #dbeafe; }

.size-card {
  background: #f8faff; border: 1.5px solid #bfdbfe;
  border-radius: 14px; padding: 18px 16px; margin-bottom: 14px;
  transition: max-height .35s ease, opacity .3s;
}
.size-card[aria-hidden="true"] { display: none; }
.size-card-title {
  display: flex; align-items: center; gap: 7px;
  font-size: .95rem; font-weight: 700; color: #1d4ed8;
  margin-bottom: 14px;
}
.sc-field { margin-bottom: 12px; }
.sc-field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; color: #374151; }
.sc-field input {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid #d1d5db; border-radius: 10px;
  font-size: .9rem; font-family: inherit;
  background: #fff; color: #1c1c1e;
  transition: border-color .2s;
  appearance: textfield; -moz-appearance: textfield;
}
.sc-field input::-webkit-outer-spin-button,
.sc-field input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.sc-field input:focus { outline: none; border-color: #3b82f6; }
.sc-field small { display: block; font-size: .72rem; color: #6b7280; margin-top: 4px; }
.sc-calc {
  width: 100%; padding: 12px;
  background: #3b82f6; color: #fff;
  font-size: .9rem; font-weight: 700;
  border: none; border-radius: 10px;
  margin-bottom: 12px;
  transition: background .2s;
}
.sc-calc:hover { background: #2563eb; }
.sc-result {
  background: #ecfdf5; border: 1.5px solid #6ee7b7;
  border-radius: 10px; padding: 12px 14px;
  font-size: .85rem; font-weight: 600; color: #065f46;
  margin-bottom: 8px;
}
.sc-note { font-size: .73rem; color: #6b7280; }

/* Beden select */
#sizeSelect {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid #d1d5db; border-radius: 10px;
  font-size: .95rem; font-family: inherit;
  background: #fff; color: #1c1c1e;
  appearance: auto; cursor: pointer;
}
#sizeSelect:focus { outline: none; border-color: #3b82f6; }

/* ─── FORM INPUTS ─── */
.inp-wrap { margin-bottom: 13px; }
.inp-wrap input,
.inp-wrap select,
.inp-wrap textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid #d1d5db; border-radius: 12px;
  font-size: .9rem; font-family: inherit; color: #1c1c1e;
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.inp-wrap input:focus,
.inp-wrap select:focus,
.inp-wrap textarea:focus {
  outline: none; border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.12);
}
.inp-wrap textarea { resize: vertical; }
.inp-phone { display: flex; align-items: stretch; }
.phone-pre {
  background: #f5f5f7; border: 1.5px solid #d1d5db;
  border-right: none; border-radius: 12px 0 0 12px;
  padding: 13px 14px; font-size: .82rem; font-weight: 600;
  white-space: nowrap; display: flex; align-items: center;
}
.inp-phone input { border-radius: 0 12px 12px 0; flex: 1; }

/* ─── CONTRACT ─── */
.contract-label {
  display: flex; align-items: flex-start; gap: 10px;
  cursor: pointer; margin-bottom: 4px;
}
.contract-label input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
  accent-color: #ff3b30; cursor: pointer;
}
.contract-text { font-size: .8rem; line-height: 1.5; color: #444; }

/* ─── ORDER BUTTON ─── */
.order-btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 18px; padding: 17px;
  background: #ff3b30; color: #fff;
  font-size: 1rem; font-weight: 800; letter-spacing: .06em;
  border: none; border-radius: 14px;
  box-shadow: 0 4px 22px rgba(255,59,48,.35);
  transition: background .2s, transform .15s;
}
.order-btn:hover { background: #e0302a; transform: translateY(-2px); }
.order-btn:active { transform: scale(.98); }

/* ─── FIELD ERRORS ─── */
.field-err {
  font-size: .76rem; color: #ef4444;
  margin-top: 5px; display: flex; align-items: center; gap: 4px;
}

/* ─── FAQ ─── */
.faq-section { background: #fff; padding: 40px 0 50px; }
.faq-heading {
  font-size: 1.2rem; font-weight: 800; text-align: center;
  margin-bottom: 24px; letter-spacing: .04em; color: #1c1c1e;
}
.faq-list { display: flex; flex-direction: column; border: 1px solid #e8e8ed; border-radius: 14px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #e8e8ed; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  text-align: left; padding: 16px 18px;
  font-size: .88rem; font-weight: 600; color: #1c1c1e;
  background: #fff; border: none;
  transition: background .2s;
}
.faq-q:hover { background: #f5f5f7; }
.faq-q svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s; }
.faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: .83rem; color: #555; line-height: 1.65;
  padding: 0 18px; background: #fafafa;
  transition: max-height .35s ease, padding .3s;
}
.faq-a.open { max-height: 200px; padding: 14px 18px; }

/* ─── FOOTER ─── */
.footer { background: #1c1c1e; color: #fff; padding: 36px 0 16px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; margin-bottom: 28px; }
.footer-logo { height: 44px; width: auto; border-radius: 8px; margin-bottom: 10px; }
.footer-hours { font-size: .78rem; color: #999; margin-bottom: 4px; }
.footer-tel { font-size: .85rem; font-weight: 600; color: #25d366; }
.footer-wa-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 10px;
  font-size: .75rem; font-weight: 600; color: #25d366;
  transition: opacity .2s;
}
.footer-wa-link:hover { opacity: .8; }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-links a { font-size: .78rem; color: #aaa; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-copy { text-align: center; font-size: .72rem; color: #555; border-top: 1px solid #2c2c2e; padding-top: 14px; }

/* ─── BAŞARI MODALI ─── */
.success-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.success-overlay.hidden { display: none; }
.success-modal {
  background: #fff; border-radius: 24px;
  padding: 36px 28px; max-width: 460px; width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  animation: modalIn .35s cubic-bezier(.34,1.56,.64,1);
  max-height: 90vh; overflow-y: auto;
}
@keyframes modalIn {
  from { transform: scale(.85); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
.success-check {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff; font-size: 2rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.success-title { font-size: 1.5rem; font-weight: 900; color: #1c1c1e; margin-bottom: 8px; }
.success-thanks { font-size: .95rem; color: #555; margin-bottom: 18px; }
.success-details {
  background: #f5f5f7; border-radius: 14px;
  padding: 16px 18px; margin-bottom: 16px;
  text-align: left;
}
.sd-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 7px 0; border-bottom: 1px solid #e8e8ed;
  font-size: .82rem; gap: 10px;
}
.sd-row:last-child { border-bottom: none; }
.sd-row span { color: #888; white-space: nowrap; }
.sd-row strong { color: #1c1c1e; text-align: right; word-break: break-word; }
.success-note {
  font-size: .78rem; color: #777; line-height: 1.7; margin-bottom: 20px;
}
.success-close-btn {
  width: 100%; padding: 15px;
  background: #ff3b30; color: #fff;
  font-size: .95rem; font-weight: 700;
  border: none; border-radius: 12px;
  transition: background .2s; cursor: pointer;
}
.success-close-btn:hover { background: #e0302a; }
