/* ANDA Marmara - ortak sayfa stilleri (kaynak/olustur.sh ile üretilen sayfalar) */
:root {
  --anda-koyu: #391d1d;
  --anda-orta: #5c3d3d;
  --anda-bordo: #912e31;
  --anda-kirmizi: #d63232;
  --anda-krem: #faf6f5;
  --anda-cizgi: #eadfdd;
  --anda-metin: #2b2121;
  --anda-soluk: #6f6262;
  --anda-radius: 14px;
}

.anda-sayfa,
.anda-sayfa h1, .anda-sayfa h2, .anda-sayfa h3, .anda-sayfa h4,
.anda-sayfa p, .anda-sayfa li, .anda-sayfa label, .anda-sayfa input,
.anda-sayfa select, .anda-sayfa textarea, .anda-sayfa a.anda-btn {
  font-family: 'Inter Tight', sans-serif;
}
.anda-sayfa { color: var(--anda-metin); background: #fff; }
.anda-sayfa h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--anda-koyu); margin-bottom: .75rem; }
.anda-sayfa h3 { font-size: 1.15rem; font-weight: 700; color: var(--anda-koyu); margin-bottom: .4rem; }
.anda-sayfa p { font-size: 1.05rem; line-height: 1.7; color: var(--anda-metin); }
.anda-bolum { padding: 4.5rem 0; }
.anda-bolum.krem { background: var(--anda-krem); }
.anda-ust-baslik { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--anda-bordo); margin-bottom: .5rem; }
.anda-bolum-bas { max-width: 720px; margin: 0 auto 2.5rem; text-align: center; }
.anda-bolum-bas p { color: var(--anda-soluk); margin: 0; }

/* Sayfa başlığı */
.anda-hero { position: relative; padding: 11rem 0 4rem; color: #fff;
  background: linear-gradient(135deg, var(--anda-koyu) 0%, var(--anda-orta) 60%, var(--anda-bordo) 100%); }
@media (max-width: 991px) { .anda-hero { padding: 8rem 0 3rem; } .anda-bolum { padding: 3.25rem 0; } }
.anda-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; color: #fff; margin: .25rem 0 .75rem; }
.anda-hero p { color: rgba(255,255,255,.88); font-size: 1.15rem; max-width: 640px; }
.anda-yol { font-size: .9rem; color: rgba(255,255,255,.7); }
.anda-yol a { color: rgba(255,255,255,.85); text-decoration: none; }
.anda-yol a:hover { color: #fff; text-decoration: underline; }
.anda-hero .anda-butonlar { margin-top: 1.75rem; }

/* Butonlar */
.anda-butonlar { display: flex; flex-wrap: wrap; gap: .75rem; }
.anda-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.5rem;
  border-radius: 999px; font-weight: 700; font-size: 1rem; text-decoration: none !important; border: 2px solid transparent;
  transition: background .2s, color .2s, border-color .2s; cursor: pointer; }
.anda-btn-dolu { background: var(--anda-kirmizi); color: #fff !important; }
.anda-btn-dolu:hover { background: var(--anda-bordo); }
.anda-btn-cizgi { border-color: rgba(255,255,255,.7); color: #fff !important; background: transparent; }
.anda-btn-cizgi:hover { background: rgba(255,255,255,.12); }
.anda-btn-koyu { border-color: var(--anda-koyu); color: var(--anda-koyu) !important; background: transparent; }
.anda-btn-koyu:hover { background: var(--anda-koyu); color: #fff !important; }

/* Fotoğraf alanları: dosya yoksa "Fotoğraf eklenecek" kutusu görünür */
.anda-foto { position: relative; margin: 0; aspect-ratio: 4 / 3; border-radius: var(--anda-radius); overflow: hidden; background: var(--anda-krem); }
.anda-foto.dikey { aspect-ratio: 3 / 4; }
.anda-foto img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.anda-foto a:hover img { transform: scale(1.03); }
.anda-foto.bos { border: 2px dashed #cdb9b6;
  background: repeating-linear-gradient(135deg, var(--anda-krem) 0 14px, #f3ebe9 14px 28px); }
.anda-foto.bos::after { content: "Fotoğraf eklenecek"; position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; color: #a08a87; font-weight: 700; font-size: .95rem; letter-spacing: .02em; }
.anda-galeri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 767px) { .anda-galeri { grid-template-columns: repeat(2, 1fr); gap: .6rem; } }

/* Hizmet tanıtımı */
.anda-tanitim { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 991px) { .anda-tanitim { grid-template-columns: 1fr; gap: 2rem; } }

/* Kart listeleri */
.anda-kartlar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 991px) { .anda-kartlar { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .anda-kartlar { grid-template-columns: 1fr; } }
.anda-kart { background: #fff; border: 1px solid var(--anda-cizgi); border-radius: var(--anda-radius); padding: 1.5rem; height: 100%; }
.anda-bolum.krem .anda-kart { border-color: transparent; box-shadow: 0 1px 3px rgba(57,29,29,.06); }
.anda-kart p { margin: 0; font-size: .98rem; color: var(--anda-soluk); }
.anda-kart .anda-ikon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: #f6e7e6; color: var(--anda-bordo); font-weight: 700; margin-bottom: 1rem; font-size: 1.05rem; }

/* Uygulama alanları */
.anda-etiketler { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; list-style: none; padding: 0; margin: 0; }
.anda-etiketler li { background: #fff; border: 1px solid var(--anda-cizgi); border-radius: 999px; padding: .55rem 1.1rem; font-weight: 600; color: var(--anda-koyu); }

/* Adımlar */
.anda-adimlar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: adim; list-style: none; padding: 0; margin: 0; }
@media (max-width: 991px) { .anda-adimlar { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .anda-adimlar { grid-template-columns: 1fr; } }
.anda-adimlar li { counter-increment: adim; position: relative; padding: 1.5rem; border-radius: var(--anda-radius); background: var(--anda-krem); }
.anda-adimlar li::before { content: counter(adim); display: flex; align-items: center; justify-content: center; width: 38px; height: 38px;
  border-radius: 50%; background: var(--anda-kirmizi); color: #fff; font-weight: 700; margin-bottom: .9rem; }
.anda-adimlar p { margin: 0; font-size: .98rem; color: var(--anda-soluk); }

/* Fiyat alanı (şimdilik boş) */
.anda-fiyat { max-width: 760px; margin: 0 auto; text-align: center; border: 2px dashed #cdb9b6; border-radius: var(--anda-radius); padding: 2.5rem 1.5rem; background: #fff; }
.anda-fiyat p { color: var(--anda-soluk); margin-bottom: 1.25rem; }
.anda-fiyat .anda-butonlar { justify-content: center; }

/* Çağrı bandı */
.anda-cagri { background: var(--anda-koyu); color: #fff; padding: 3.5rem 0; }
.anda-cagri-ic { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
.anda-cagri h2 { color: #fff; margin: 0 0 .35rem; }
.anda-cagri p { color: rgba(255,255,255,.8); margin: 0; }

/* Diğer hizmetler */
.anda-diger { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.anda-diger a { border: 1px solid var(--anda-cizgi); border-radius: 999px; padding: .55rem 1.1rem; color: var(--anda-koyu); font-weight: 600; text-decoration: none; background: #fff; }
.anda-diger a:hover { border-color: var(--anda-kirmizi); color: var(--anda-kirmizi); }

/* Teklif formu */
.anda-form { background: #fff; border: 1px solid var(--anda-cizgi); border-radius: var(--anda-radius); padding: 2rem; }
.anda-form .alan { margin-bottom: 1.1rem; }
.anda-form label { display: block; font-weight: 600; color: var(--anda-koyu); margin-bottom: .35rem; font-size: .95rem; }
.anda-form label small { color: var(--anda-soluk); font-weight: 400; }
.anda-form input, .anda-form select, .anda-form textarea { width: 100%; padding: .75rem .9rem; border: 1px solid #d9cbc9; border-radius: 10px; font-size: 1rem; background: #fff; color: var(--anda-metin); }
.anda-form input:focus, .anda-form select:focus, .anda-form textarea:focus { outline: none; border-color: var(--anda-kirmizi); box-shadow: 0 0 0 3px rgba(214,50,50,.15); }
.anda-form .iki { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 575px) { .anda-form .iki { grid-template-columns: 1fr; } .anda-form { padding: 1.25rem; } }
.anda-form .hata { color: var(--anda-kirmizi); font-weight: 600; min-height: 1.5rem; margin: .5rem 0 0; font-size: .95rem; }
.anda-bilgi { background: var(--anda-krem); border-radius: var(--anda-radius); padding: 1.75rem; }
.anda-bilgi ul { list-style: none; padding: 0; margin: 0; }
.anda-bilgi li { padding: .6rem 0; border-bottom: 1px solid var(--anda-cizgi); }
.anda-bilgi li:last-child { border-bottom: 0; }
.anda-bilgi a { color: var(--anda-bordo); font-weight: 600; }

/* Ana sayfa hizmet kartları */
.cid-uXxmVkmYFZ .item a.anda-kart-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.cid-uXxmVkmYFZ .item a.anda-kart-link:hover .item-wrapper { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(57,29,29,.12); }
.cid-uXxmVkmYFZ .item .item-wrapper { transition: transform .2s, box-shadow .2s; }
.cid-uXxmVkmYFZ .item .anda-incele { display: inline-block; margin-top: .75rem; font-weight: 700; color: var(--anda-kirmizi); }
.cid-uXxmVkmYFZ .item.yakinda .item-img { height: 300px; border: 2px dashed rgba(255,255,255,.22);
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 14px, rgba(255,255,255,.07) 14px 28px); display: flex; align-items: center; justify-content: center; }
.cid-uXxmVkmYFZ .item.yakinda .item-img span { color: rgba(255,255,255,.6); font-weight: 700; letter-spacing: .05em; }

/* Alt bilgi bağlantıları */
.cid-uXxoMqSWdW .anda-alt-liste { list-style: none; padding: 0; margin: 0; }
.cid-uXxoMqSWdW .anda-alt-liste li { margin-bottom: .35rem; }
.cid-uXxoMqSWdW .anda-alt-liste a { color: #fff; text-decoration: none; opacity: .85; }
.cid-uXxoMqSWdW .anda-alt-liste a:hover { opacity: 1; text-decoration: underline; }
