/* ============================================================
   VELORA — Anasayfa stilleri (hero, rezervasyon, bölümler)
   ============================================================ */

/* ---------- 1. Hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--bone); overflow: hidden; }
.hero-swiper { height: clamp(620px, 92vh, 1100px); }
.hero .swiper-slide { position: relative; display: flex; align-items: center; overflow: hidden; }

.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.hero .swiper-slide-active .hero-media img { animation: heroKen 9s ease-out forwards; }
@keyframes heroKen { from { transform: scale(1.16); } to { transform: scale(1.03); } }

.hero-shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(10, 18, 32, .94) 6%, rgba(10, 18, 32, .6) 46%, rgba(10, 18, 32, .18) 82%),
    linear-gradient(0deg, rgba(10, 18, 32, .94) 0%, rgba(10, 18, 32, .22) 36%, rgba(10, 18, 32, .38) 100%);
}
.hero .container { position: relative; z-index: 3; }
.hero-content { max-width: 740px; padding: calc(var(--nav-h) + 46px) 0 190px; }

.hero-badge {
  background: rgba(201, 169, 106, .14); border-color: rgba(201, 169, 106, .42);
  color: var(--gold-2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  margin-bottom: 24px;
}
.hero-badge i { color: var(--gold); font-size: 16px; }
.hero-eyebrow { color: var(--gold-2); }
.hero-title {
  font-family: var(--font-display); font-weight: 600; color: var(--bone);
  font-size: clamp(40px, 5.8vw, 68px); line-height: 1.07; letter-spacing: -.015em;
  margin: 0 0 20px; overflow-wrap: break-word;
}
.hero-sub {
  font-size: clamp(15.5px, 1.4vw, 18px); line-height: 1.75; color: rgba(246, 244, 239, .84);
  max-width: 560px; margin: 0 0 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Three.js altın toz katmanı */
.hero-particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-particles canvas { width: 100%; height: 100%; display: block; }

/* Hero arayüzü: sayfalama, oklar, kaydırma ipucu.
   Çift sınıflı seçici şart: Swiper'ın kendi
   .swiper-pagination-bullets.swiper-pagination-horizontal kuralı (bottom:8px,
   left:0, width:100%) tek sınıfı ezip noktaları kartın arkasına gönderiyordu. */
.hero-pagination,
.hero-pagination.swiper-pagination-horizontal {
  position: absolute; z-index: 6;
  left: max(20px, calc((100% - 1240px) / 2)); right: auto; bottom: 152px;
  display: flex; gap: 8px; width: auto;
}
.hero-nav {
  position: absolute; z-index: 6; right: max(20px, calc((100% - 1240px) / 2)); bottom: 138px;
  display: flex; gap: 10px;
}
.hero-nav button {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-size: 20px;
  border: 1px solid rgba(201, 169, 106, .45); background: rgba(10, 18, 32, .45); color: var(--gold-2);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: background .25s, color .25s, transform .25s var(--ease);
}
.hero-nav button:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }

/* Kaydırma ipucu, hero'ya binen rezervasyon kartının üstünde kalır */
.hero-scroll {
  position: absolute; z-index: 6; left: 50%; transform: translateX(-50%); bottom: 210px;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  background: none; border: none; color: var(--bone); opacity: .8; transition: opacity .25s;
}
.hero-scroll:hover { opacity: 1; }
.hs-mouse { width: 26px; height: 42px; border: 2px solid rgba(246, 244, 239, .55); border-radius: 14px; position: relative; }
.hs-dot {
  position: absolute; top: 7px; left: 50%; width: 4px; height: 9px; margin-left: -2px;
  border-radius: 4px; background: var(--gold-2); animation: hsDot 1.9s var(--ease) infinite;
}
@keyframes hsDot { 0% { transform: translateY(0); opacity: 1; } 72% { transform: translateY(13px); opacity: 0; } 100% { opacity: 0; } }
.hs-text { font-size: 10.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }

/* ---------- 2. Hızlı rezervasyon ---------- */
.home-booking { position: relative; z-index: 8; }
.home-booking.overlap { margin-top: -132px; padding-top: 0; }

/* Başlık, form ve güvence rozetleri tek koyu kart: başlık hero görseli
   üzerinde yüzmez, kart hero'nun altına zarifçe biner. */
.home-booking-card {
  position: relative;
  background:
    radial-gradient(42% 70% at 12% -12%, rgba(201, 169, 106, .16), transparent 60%),
    radial-gradient(34% 60% at 92% 118%, rgba(201, 169, 106, .1), transparent 58%),
    linear-gradient(160deg, var(--ink-2), var(--ink));
  border: 1px solid rgba(201, 169, 106, .32);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.4vw, 42px) clamp(18px, 3vw, 42px) clamp(20px, 2.6vw, 30px);
  box-shadow: 0 34px 90px rgba(10, 18, 32, .38);
}
/* Kart kabuğu artık .home-booking-card'da; widget'ın kendi kabuğu sıfırlanır
   (araç listesi sayfasındaki bağımsız widget görünümü etkilenmez). */
.home-booking-card .booking-widget { background: none; border: none; border-radius: 0; padding: 0; box-shadow: none; }

.bw-card-head { text-align: center; margin-bottom: clamp(22px, 2.6vw, 30px); }
.bw-card-head .eyebrow { color: var(--gold-2); }
.bw-card-head .eyebrow::after { content: ''; width: 34px; height: 1px; background: currentColor; opacity: .7; }
.bw-card-head h1, .bw-card-head h2 {
  font-size: clamp(26px, 3vw, 38px); color: var(--bone); margin: 0 0 .3em;
}
.bw-card-head p {
  color: rgba(246, 244, 239, .72); font-size: clamp(14px, 1.2vw, 15.5px);
  line-height: 1.7; max-width: 560px; margin: 0 auto;
}
/* Ortadan genişleyen ince altın ayraç */
.bw-card-head::after {
  content: ''; display: block; width: 76px; height: 2px; border-radius: 2px;
  margin: clamp(18px, 2vw, 24px) auto 0;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
}

.booking-trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px;
  margin-top: clamp(20px, 2.4vw, 26px); padding-top: clamp(16px, 2vw, 20px);
  border-top: 1px solid rgba(201, 169, 106, .16);
  font-size: 13.5px; font-weight: 600; color: rgba(246, 244, 239, .78);
}
.booking-trust span { display: inline-flex; align-items: center; gap: 7px; }
.booking-trust i { color: var(--gold-2); font-size: 17px; }

/* ---------- 3. İstatistik şeridi ---------- */
.home-stats {
  background: linear-gradient(180deg, var(--ink), var(--ink-2)); color: var(--bone);
  padding: clamp(44px, 5vw, 68px) 0; position: relative;
}
.home-stats::before, .home-stats::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .5), transparent);
}
.home-stats::before { top: 0; }
.home-stats::after { bottom: 0; }
.home-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat-item { text-align: center; padding: 8px 18px; position: relative; min-width: 0; }
.stat-item + .stat-item::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 58px;
  background: linear-gradient(180deg, transparent, rgba(201, 169, 106, .45), transparent);
}
.stat-num {
  display: block; font-family: var(--font-display); font-weight: 700; line-height: 1.1;
  font-size: clamp(34px, 3.8vw, 54px); color: var(--gold-2);
}
.stat-label {
  display: block; margin-top: 7px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2);
}

/* ---------- 4. Araç sınıfları ---------- */
.cat-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 13px;
  padding: 32px 28px; position: relative; overflow: hidden;
}
.cat-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-dark));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.cat-card:hover { transform: translateY(-6px); border-color: rgba(201, 169, 106, .55); box-shadow: var(--shadow-lg); }
.cat-card:hover::after { transform: scaleX(1); }
.cat-icon {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 30px;
  color: var(--gold-dark); border: 1px solid rgba(201, 169, 106, .45);
  background: radial-gradient(circle at 30% 25%, rgba(201, 169, 106, .2), rgba(201, 169, 106, .05));
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.cat-card:hover .cat-icon { background: linear-gradient(135deg, var(--gold-2), var(--gold-dark)); color: var(--ink); transform: scale(1.06); }
.cat-card h3 { margin: 4px 0 0; font-size: 22px; }
.cat-card > p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; flex: 1; }
.cat-foot { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 10px; }
.cat-go {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 16px; color: var(--gold-dark);
  transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease);
}
.cat-card:hover .cat-go { background: var(--ink); border-color: var(--ink); color: var(--gold-2); transform: translateX(4px); }

/* ---------- 5. Öne çıkan araçlar ---------- */
.home-more { text-align: center; margin-top: 48px; }

/* ---------- 6. Neden Velora ---------- */
.home-why { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); overflow: hidden; }
.why-grid {
  display: grid; grid-template-columns: 1.05fr .9fr;
  gap: clamp(44px, 6vw, 90px); align-items: center;
}
.why-copy .section-head { margin-bottom: 10px; }
.why-list { display: flex; flex-direction: column; }
.why-item { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-d); }
.why-item:last-child { border-bottom: 0; padding-bottom: 0; }
.why-icon {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center;
  font-size: 28px; color: var(--gold-2); background: rgba(201, 169, 106, .1);
  border: 1px solid rgba(201, 169, 106, .32); transition: background .3s, color .3s, transform .3s var(--ease);
}
.why-item:hover .why-icon { background: linear-gradient(135deg, var(--gold-2), var(--gold-dark)); color: var(--ink); transform: rotate(-4deg); }
.why-item h3 { font-size: 19px; margin: 2px 0 7px; color: var(--bone); }
.why-item p { margin: 0; color: var(--muted-2); font-size: 14.5px; line-height: 1.7; }

.why-visual { position: relative; padding: 0 26px 26px 0; }
.why-visual::after {
  content: ''; position: absolute; top: 26px; left: 26px; right: 0; bottom: 0;
  border: 1px solid rgba(201, 169, 106, .38); border-radius: var(--radius-lg); z-index: 1;
}
.why-frame {
  position: relative; z-index: 2; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(201, 169, 106, .55); aspect-ratio: 4 / 5; background: var(--ink-3);
}
.why-img { width: 100%; height: 100%; object-fit: cover; }
.why-mini {
  position: absolute; z-index: 3; left: -18px; bottom: 48px;
  display: flex; align-items: center; gap: 13px;
  background: var(--paper); color: var(--ink); border-radius: 14px; padding: 14px 20px;
  box-shadow: var(--shadow-lg); animation: whyFloat 5s ease-in-out infinite;
}
@keyframes whyFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.why-mini-icon {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-size: 22px; color: var(--gold-dark); background: rgba(201, 169, 106, .16); flex-shrink: 0;
}
.why-mini-body { display: flex; flex-direction: column; line-height: 1.35; }
.why-mini-body b { font-size: 13.5px; }
.why-mini-body a { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.why-mini-body a:hover { color: var(--gold-dark); }

/* ---------- 7. Yorumlar ---------- */
.home-reviews { background: var(--ink); }
.home-reviews::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .35), transparent);
}
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.reviews-head .section-head { margin-bottom: 36px; }
.rating-chip {
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 36px;
  padding: 13px 22px; border-radius: 999px;
  background: rgba(255, 255, 255, .045); border: 1px solid rgba(201, 169, 106, .35);
}
.rc-score { font-family: var(--font-display); font-size: 31px; font-weight: 700; color: var(--gold-2); line-height: 1; }
.rc-col { display: flex; flex-direction: column; gap: 3px; }
.rc-stars { display: flex; gap: 2px; color: var(--gold); font-size: 14px; line-height: 1; }
.rc-note { font-size: 12.5px; color: var(--muted-2); }

.reviews-swiper { overflow: hidden; padding-bottom: 54px; }
.reviews-swiper .swiper-slide { height: auto; }
.reviews-swiper .swiper-pagination.reviews-pagination { bottom: 0; }

/* ---------- 8. SSS ---------- */
.faq-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.faq-contact {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 32px;
  background: linear-gradient(160deg, var(--ink-2), var(--ink)); color: var(--bone);
  border: 1px solid rgba(201, 169, 106, .32);
}
.faq-contact::before {
  content: ''; position: absolute; top: -55%; right: -15%; width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 106, .14), transparent 65%); pointer-events: none;
}
.fc-icon {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 30px;
  color: var(--gold-2); background: rgba(201, 169, 106, .12);
  border: 1px solid rgba(201, 169, 106, .32); margin-bottom: 18px;
}
.faq-contact h3 { color: var(--bone); font-size: 22px; margin-bottom: 8px; }
.faq-contact p { color: var(--muted-2); font-size: 14.5px; margin: 0; }
.fc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 20px; position: relative; z-index: 2; }
.fc-wa { background: #25D366; color: #fff; }
.fc-wa:hover { background: #1FB457; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37, 211, 102, .35); }
.fc-all { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2); font-weight: 700; font-size: 14px; }
.fc-all i { transition: transform .25s var(--ease); }
.fc-all:hover i { transform: translateX(5px); }
.faq-right .faq-item:last-child { margin-bottom: 0; }

/* ---------- 9. Marka şeridi ---------- */
.home-brands {
  background: var(--paper); padding: clamp(44px, 5vw, 64px) 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden;
}
.brands-label {
  text-align: center; margin: 0 0 30px; font-size: 12px; font-weight: 800;
  letter-spacing: .3em; text-transform: uppercase; color: var(--muted);
}
.brand-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.brand-track { display: flex; width: max-content; animation: brandFlow 36s linear infinite; }
.brand-marquee:hover .brand-track { animation-play-state: paused; }
.brand-group { display: flex; align-items: center; }
.brand-word {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 30px);
  color: var(--ink); opacity: .8; white-space: nowrap; margin-right: 44px;
  transition: opacity .25s, color .25s;
}
.brand-word:hover { opacity: 1; color: var(--gold-dark); }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); margin-right: 44px; flex-shrink: 0; opacity: .8; }
@keyframes brandFlow { to { transform: translateX(-50%); } }

/* ---------- 10. CTA ---------- */
.home-cta {
  position: relative; overflow: hidden; color: var(--bone);
  background-color: var(--ink); background-size: cover; background-position: center;
  padding: clamp(88px, 11vw, 150px) 0;
}
.home-cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10, 18, 32, .94), rgba(10, 18, 32, .7));
}
.home-cta::after {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .5), transparent);
}
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 780px; }
.cta-inner .eyebrow { color: var(--gold-2); }
.cta-inner .eyebrow::after { content: ''; width: 34px; height: 1px; background: currentColor; opacity: .7; }
.cta-inner h1, .cta-inner h2 { font-size: clamp(34px, 4.6vw, 58px); color: var(--bone); margin-bottom: 16px; }
.cta-inner p { color: rgba(246, 244, 239, .82); font-size: 17px; max-width: 620px; margin: 0 auto 36px; }

/* ---------- Duyarlılık ---------- */
@media (max-width: 1020px) {
  .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .why-visual { max-width: 540px; margin-inline: auto; width: 100%; }
  .hero-nav { display: none; }
}
@media (max-width: 900px) {
  .home-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
  .stat-item:nth-child(odd)::before { display: none; }
}
@media (max-width: 768px) {
  .hero-scroll { display: none; }
  .hero-content { padding-bottom: 150px; }
  .hero-pagination,
  .hero-pagination.swiper-pagination-horizontal { bottom: 116px; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
  .rating-chip { margin-top: -10px; }
}
@media (max-width: 640px) {
  .home-booking.overlap { margin-top: -92px; }
  .hero-content { padding-top: calc(var(--nav-h) + 26px); }
  .hero-actions .btn { width: 100%; white-space: normal; }
  .why-visual { padding: 0 16px 16px 0; }
  .why-visual::after { top: 16px; left: 16px; }
  .why-mini { left: 10px; bottom: 30px; padding: 12px 16px; }
  .booking-trust { gap: 10px 20px; font-size: 12.5px; }
}

/* ---------- Hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero .swiper-slide-active .hero-media img { animation: none; }
  .brand-track { animation: none; }
  .hs-dot { animation: none; }
  .why-mini { animation: none; }
}
