/* ==========================================================================
   Saklı Bahçe Tatil Köyü — LÜKS KATMANI

   Bu dosya kendi başına bir tasarım sistemi DEĞİLDİR. Sayfa önce
   style.css + camping.css yükler (site tasarım dili: .section-camping,
   .section-title-camping, .hero-badge-camping, .btn-camping-*, .faq-item,
   .amenity-card, .animate-on-scroll ...). Burada yalnızca tatil köyüne özgü
   lüks üst katman ve şema bileşenleri tanımlanır.

   Açılış: 1 Haziran 2027 — tesis yapım aşamasında.
   ========================================================================== */

/* ============================================ */
/* LÜKS HERO — camping-hero'nun zenginleştirilmiş türevi */
/* ============================================ */
.hv-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Sabit header 80px; içerik altında kalmasın diye üstten pay bırakılır. */
    padding: 132px 0 96px;
}

/* Bölümler arası nefes: camping.css'in 100px dolgusu bu sayfada fazla
   boşluk bırakıyordu, daha derli toplu bir ritim kuruluyor. */
.hv-page .section-camping { padding: 78px 0; }

@media (max-width: 768px) {
    .hv-page .section-camping { padding: 56px 0; }
}

/* Katman 1 — derin deniz/orman gradyanı */
.hv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(9, 38, 48, 0.92) 0%,
        rgba(29, 91, 107, 0.72) 42%,
        rgba(61, 83, 69, 0.80) 100%
    );
    z-index: 1;
}

/* Katman 2 — altın ambiyans + alt vinyet (derinlik) */
.hv-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at 72% 18%, rgba(212, 175, 55, 0.26) 0%, transparent 58%),
        radial-gradient(ellipse at 20% 82%, rgba(179, 69, 18, 0.20) 0%, transparent 55%),
        linear-gradient(to top, rgba(6, 25, 32, 0.78) 0%, transparent 42%);
    animation: hvAmbient 9s ease-in-out infinite alternate;
}

@keyframes hvAmbient {
    0%   { opacity: 0.62; transform: scale(1); }
    100% { opacity: 1;    transform: scale(1.08); }
}

.hv-hero__ic {
    position: relative;
    z-index: 10;
}

/* Altın ışık süpürmesi — lüks vurgusu */
.hv-hero__parilti {
    position: absolute;
    top: 0;
    left: -60%;
    width: 55%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(255, 245, 214, 0.06) 45%,
        rgba(255, 245, 214, 0.12) 50%,
        rgba(255, 245, 214, 0.06) 55%,
        transparent 100%
    );
    animation: hvParilti 11s ease-in-out infinite;
}

@keyframes hvParilti {
    0%, 72%, 100% { left: -60%; }
    88%           { left: 108%; }
}

/* Altın parçacıklar */
.hv-parcacik {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 208, 63, 0.75), transparent 70%);
    pointer-events: none;
    z-index: 2;
    animation: hvYuz 14s ease-in-out infinite;
}

@keyframes hvYuz {
    0%, 100% { transform: translate(0, 0) scale(1);    opacity: 0.30; }
    25%      { transform: translate(26px, -60px) scale(1.25); opacity: 0.75; }
    50%      { transform: translate(-18px, -118px) scale(0.8); opacity: 0.5; }
    75%      { transform: translate(-38px, -58px) scale(1.1); opacity: 0.65; }
}

/* Açılış rozeti — cam + altın çerçeve */
.hv-rozet {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 13px 30px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.14);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.55);
    color: #ffe9a8;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    margin-bottom: 30px;
    animation: hvSuzul 4.5s ease-in-out infinite;
}

@keyframes hvSuzul {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

.hv-rozet__nokta {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 12px var(--gold-light);
    animation: hvNabiz 2.4s ease-in-out infinite;
}

@keyframes hvNabiz {
    0%, 100% { opacity: 1;   transform: scale(1); }
    50%      { opacity: 0.3; transform: scale(0.72); }
}

/* Hero başlık — altın degrade vurgu */
.hv-hero h1 {
    text-shadow: 0 4px 34px rgba(0, 0, 0, 0.55);
    line-height: 1.08;
    letter-spacing: -0.015em;
}

.hv-hero h1 .accent {
    display: block;
    background: linear-gradient(115deg, var(--gold-light) 0%, var(--gold) 45%, #fff3cf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 4px 22px rgba(212, 175, 55, 0.32));
}

.hv-hero .lead { text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5); }

/* İnce altın ayraç */
.hv-ayrac {
    width: 132px;
    height: 2px;
    margin: 26px auto 30px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    position: relative;
}

.hv-ayrac::after {
    content: '';
    position: absolute;
    top: -3.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    background: var(--gold-light);
    box-shadow: 0 0 14px rgba(244, 208, 63, 0.85);
}

/* ============================================ */
/* GERİ SAYIM */
/* ============================================ */
.hv-sayac {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 34px 0 38px;
}

.hv-sayac__kutu {
    position: relative;
    min-width: 96px;
    padding: 18px 16px 14px;
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(212, 175, 55, 0.16), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(212, 175, 55, 0.42);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 245, 214, 0.24);
    overflow: hidden;
}

/* Kutu üstünde ince altın çizgi */
.hv-sayac__kutu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 22%;
    right: 22%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.hv-sayac__sayi {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-variant-numeric: tabular-nums;
}

.hv-sayac__etiket {
    display: block;
    margin-top: 7px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

/* ============================================ */
/* YAPIM AŞAMASI ŞERİDİ */
/* ============================================ */
.hv-durum {
    background: linear-gradient(135deg, #fffaf0, #fff5e0);
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    padding: 20px 0;
}

.hv-durum__ic {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 940px;
    margin: 0 auto;
    color: #6b5312;
    line-height: 1.72;
}

.hv-durum__ic i {
    color: var(--gold-dark);
    font-size: 1.35rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ============================================ */
/* KONAKLAMA TİPİ KARTLARI — lüks varyant */
/* ============================================ */
.hv-tip {
    position: relative;
    background: #fff;
    border-radius: 26px;
    padding: 42px 34px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
    transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    height: 100%;
}

.hv-tip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 26px 26px 0 0;
}

.hv-tip--cadir::before { background: linear-gradient(90deg, var(--secondary), var(--secondary-light)); }
.hv-tip--glamp::before { background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); }

.hv-tip::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(34px);
    opacity: 0;
    transition: opacity 0.55s;
}

.hv-tip--cadir::after { background: radial-gradient(circle, rgba(75, 103, 88, 0.30), transparent 70%); }
.hv-tip--glamp::after { background: radial-gradient(circle, rgba(212, 175, 55, 0.34), transparent 70%); }

.hv-tip:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.13);
}

.hv-tip:hover::after { opacity: 1; }

.hv-tip__ust {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.hv-tip__ikon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 1.7rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.hv-tip--cadir .hv-tip__ikon { background: linear-gradient(135deg, var(--secondary-dark), var(--secondary-light)); }
.hv-tip--glamp .hv-tip__ikon { background: linear-gradient(135deg, var(--gold-dark), var(--gold-light)); }

.hv-tip__etiket {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.hv-tip--cadir .hv-tip__etiket { background: rgba(75, 103, 88, 0.12);  color: var(--secondary-dark); }
.hv-tip--glamp .hv-tip__etiket { background: rgba(212, 175, 55, 0.18); color: var(--gold-dark); }

.hv-tip h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.hv-tip__metin {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.hv-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hv-liste li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 11px 0;
    color: #374151;
    line-height: 1.6;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}

.hv-liste li:last-child { border-bottom: none; }

.hv-liste i {
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.hv-tip--cadir .hv-liste i { color: var(--secondary); }
.hv-tip--glamp .hv-liste i { color: var(--gold-dark); }

/* ============================================ */
/* ŞEMA KARTI (SVG planlar) */
/* ============================================ */
.hv-sema {
    background: linear-gradient(160deg, #ffffff, #fbf8f2);
    border-radius: 26px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}

.hv-sema::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
}

.hv-sema svg {
    width: 100%;
    height: auto;
    display: block;
}

.hv-sema__not {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 0.84rem;
    color: #6b7280;
    text-align: center;
    line-height: 1.65;
}

/* ============================================ */
/* KARŞILAŞTIRMA TABLOSU */
/* ============================================ */
.hv-kiyas-sar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.hv-kiyas {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background: #fff;
}

.hv-kiyas thead th {
    padding: 22px 20px;
    text-align: left;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
}

.hv-kiyas thead th:nth-child(1) { background: #374151; }
.hv-kiyas thead th:nth-child(2) { background: linear-gradient(135deg, var(--secondary-dark), var(--secondary)); }
.hv-kiyas thead th:nth-child(3) { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); }

.hv-kiyas thead th span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.74rem;
    font-weight: 500;
    opacity: 0.88;
    margin-top: 3px;
    letter-spacing: 0.04em;
}

.hv-kiyas tbody th {
    padding: 17px 20px;
    text-align: left;
    font-weight: 600;
    color: #1f2937;
    background: #faf8f4;
    white-space: nowrap;
    border-bottom: 1px solid #efeae0;
}

.hv-kiyas tbody td {
    padding: 17px 20px;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    border-bottom: 1px solid #efeae0;
}

.hv-kiyas tbody td:last-child {
    background: rgba(212, 175, 55, 0.05);
    color: #3f3418;
    font-weight: 500;
}

.hv-kiyas tbody tr:last-child th,
.hv-kiyas tbody tr:last-child td { border-bottom: none; }

.hv-kiyas tbody tr:hover td,
.hv-kiyas tbody tr:hover th { background: rgba(179, 69, 18, 0.04); }

/* ============================================ */
/* KONUM KARTI */
/* ============================================ */
.hv-konum {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 26px;
    padding: 46px 36px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}

.hv-konum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--gold), var(--secondary));
}

.hv-konum__pin {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    box-shadow: 0 14px 34px rgba(179, 69, 18, 0.35);
}

.hv-konum address {
    font-style: normal;
    color: #374151;
    font-size: 1.12rem;
    line-height: 1.85;
    margin-bottom: 30px;
}

/* ============================================ */
/* FİNAL CTA — lüks gece gradyanı */
/* ============================================ */
.hv-final {
    position: relative;
    background: linear-gradient(140deg, #071e26 0%, #12414d 40%, #2f4a3e 100%);
    color: #fff;
    padding: 96px 0;
    overflow: hidden;
    text-align: center;
}

.hv-final::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 25% 25%, rgba(212, 175, 55, 0.20), transparent 55%),
        radial-gradient(ellipse at 78% 78%, rgba(179, 69, 18, 0.18), transparent 55%);
    animation: hvAmbient 10s ease-in-out infinite alternate;
}

.hv-final__ic { position: relative; z-index: 2; }

.hv-final h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 20px;
}

.hv-final h2 .accent {
    background: linear-gradient(115deg, var(--gold-light), var(--gold), #fff3cf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hv-final p {
    max-width: 64ch;
    margin: 0 auto 38px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

/* ============================================ */
/* DUYARLILIK */
/* ============================================ */
@media (max-width: 1024px) {
    .hv-hero { background-attachment: scroll; }
}

@media (max-width: 768px) {
    .hv-hero { padding: 104px 0 72px; min-height: auto; }
    .hv-sayac { gap: 9px; margin: 26px 0 30px; }
    .hv-sayac__kutu { min-width: 74px; padding: 13px 10px 11px; }
    .hv-sayac__sayi { font-size: 1.55rem; }
    .hv-sayac__etiket { font-size: 0.62rem; letter-spacing: 0.08em; }
    .hv-tip { padding: 32px 24px; }
    .hv-tip__ikon { width: 56px; height: 56px; font-size: 1.4rem; }
    .hv-tip h3 { font-size: 1.38rem; }
    .hv-sema { padding: 20px; }
    .hv-konum { padding: 34px 22px; }
    .hv-rozet { font-size: 0.76rem; padding: 11px 20px; letter-spacing: 0.04em; }
    .hv-final { padding: 68px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .hv-hero::after,
    .hv-hero__parilti,
    .hv-parcacik,
    .hv-rozet,
    .hv-rozet__nokta,
    .hv-final::before { animation: none; }
    .hv-tip { transition: none; }
}
