/*
 * Romance Istanbul Hotel — Main Stylesheet
 * Collection Theme
 * ============================================================
 * Bu dosya index.html içindeki tüm custom CSS sınıflarını
 * kapsar. Tailwind utility sınıfları üzerinde çalışır.
 * ============================================================
 */

/* ── Reset / Base ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

/* ── Location / Single Content — Prose Stili ────────────
   Tailwind CDN'de @tailwindcss/typography (prose) yok.
   location-content ve genel content alanları için
   manuel typography eklendi.
─────────────────────────────────────────────────────── */
.location-content p,
.entry-content p {
    color: #5e6670;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1.25em;
}
.location-content p:last-child,
.entry-content p:last-child { margin-bottom: 0; }

.location-content h1, .location-content h2,
.location-content h3, .location-content h4,
.location-content h5, .location-content h6,
.entry-content h1, .entry-content h2,
.entry-content h3, .entry-content h4 {
    font-family: 'Playfair Display', serif;
    color: #122435;
    line-height: 1.25;
    margin-top: 1.75em;
    margin-bottom: .6em;
}
.location-content h2, .entry-content h2 { font-size: 1.7rem; }
.location-content h3, .entry-content h3 { font-size: 1.35rem; }
.location-content h4, .entry-content h4 { font-size: 1.1rem; }

.location-content a,
.entry-content a {
    color: #9c8459;
    text-decoration: none;
}
.location-content a:hover,
.entry-content a:hover { text-decoration: underline; }

.location-content ul,
.location-content ol,
.entry-content ul,
.entry-content ol {
    padding-left: 1.5em;
    margin-bottom: 1.25em;
    color: #5e6670;
    font-size: 15px;
    line-height: 1.8;
}
.location-content ul { list-style-type: disc; }
.location-content ol { list-style-type: decimal; }
.location-content li,
.entry-content li { margin-bottom: .4em; }

.location-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 1.5em 0;
}

.location-content strong,
.entry-content strong { font-weight: 600; color: #122435; }

.location-content blockquote,
.entry-content blockquote {
    border-left: 3px solid #9c8459;
    padding-left: 1.25em;
    margin: 1.5em 0;
    color: #7a7a7a;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}


/* ── Overlay gradient ───────────────────────────────────── */
.hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7)   0%,
        rgba(0, 0, 0, 0.2)  20%,
        rgba(0, 0, 0, 0)    40%,
        rgba(0, 0, 0, 0.4) 100%
    );
}

/* ── Menu icon hover ────────────────────────────────────── */
.menu-icon span {
    transition: all 0.3s;
}
.group-menu:hover .menu-icon span:last-child {
    width: 22px;
}

/* ── Sticky Header ──────────────────────────────────────── */
header {
    transition: height 0.3s ease, background-color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.header-scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-color: #A38A5F;
    color: #003963;
}

.header-scrolled .menu-line {
    background-color: #003963;
}

.header-scrolled .contact-link,
.header-scrolled .lang-selector {
    color: #003963;
}

.header-scrolled .header-sep {
    background-color: rgba(0, 57, 99, 0.4);
}

/* Responsive Header Heights */
.header-scrolled,
.header-scrolled #logo-container {
    height: 70px !important;
}
.header-scrolled #main-logo {
    height: 50px !important;
}

@media (min-width: 768px) {
    .header-scrolled,
    .header-scrolled #logo-container {
        height: 80px !important;
    }
    .header-scrolled #main-logo {
        height: 60px !important;
    }
}

/* ── Logo signature ─────────────────────────────────────── */
.logo-signature {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.08em;
    font-size: 0.58rem;
    line-height: 1;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    width: 100%;
    max-width: 170px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-scrolled .logo-signature {
    display: none;
}

/* ── Accordion (details/summary) ────────────────────────── */
details.group\/accordion > div {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}
details.group\/accordion[open] > div {
    max-height: 200px;
}

/* ── Typography tokens ──────────────────────────────────── */
.text-body {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
}
.text-body-sm {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}
.text-body-xs {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

@media (min-width: 768px) {
    .text-body { font-size: 15px; }
}

/* ── Section header tokens ──────────────────────────────── */
.section-kicker {
    color: #9c8459;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: block;
}

.sh-kicker {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #9c8459;
    margin-bottom: 18px;
    font-weight: 400;
}

.section-head-row {
    display: flex;
    align-items: center;
    margin-bottom: 2.75rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #122435;
    font-size: 2.25rem;
    line-height: 1.05;
    white-space: normal;
    margin-right: 1.5rem;
}

@media (min-width: 768px) {
    .section-title { font-size: 3rem; }
}

.section-rule {
    height: 1px;
    width: 100%;
    background: rgba(156, 132, 89, 0.5);
}

.section-body-copy { color: #5e6670; }
.section-quote     { color: #5e6670; font-style: italic; }

/* ── Rooms spotlight — description clamp ───────────────── */
.rooms-spotlight-desc-trim {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 768px) {
    .rooms-spotlight-desc-trim { -webkit-line-clamp: 6; }
}
@media (min-width: 1024px) {
    .rooms-spotlight-desc-trim {
        display: block;
        overflow: visible;
    }
}

/* ── Quick Access (sağ kenar, dikey) ────────────────────── */
.quick-access-wrap {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 85;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.quick-access-item {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(163, 138, 95, 0.96);
    background: rgba(163, 138, 95, 0.96);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: width 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    white-space: nowrap;
    padding: 0;
    margin-left: auto;
    transform-origin: right center;
}

/* Tüm link state'lerinde beyaz rengi koru — !important ile browser :any-link:hover'ı ezer */
a.quick-access-item,
a.quick-access-item:hover,
a.quick-access-item:visited,
a.quick-access-item:focus,
a.quick-access-item:active {
    color: #fff !important;
    text-decoration: none !important;
}

.quick-access-item:hover,
.quick-access-item.is-expanded {
    width: 270px;
    background: rgba(139, 116, 77, 0.98);
    border-color: rgba(139, 116, 77, 0.98);
}

.quick-access-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.quick-access-label {
    opacity: 0;
    max-width: 0;
    transition: opacity 0.2s ease, max-width 0.28s ease;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.62rem;
    font-weight: 500;
    padding-right: 16px;
}

.quick-access-item:hover .quick-access-label,
.quick-access-item.is-expanded .quick-access-label {
    opacity: 1;
    max-width: 220px;
}

/* Toggle butonu: masaüstünde gizli, yalnızca mobil/tablet'te görünür */
#qa-mobile-toggle {
    display: none;
}

@keyframes qa-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(156, 132, 89, 0.7); }
    60%  { box-shadow: 0 0 0 10px rgba(156, 132, 89, 0); }
    100% { box-shadow: 0 0 0 0 rgba(156, 132, 89, 0); }
}

@media (max-width: 1279px) {
    /* Wrap: sağ kenarda dikeyde ortalanmış, dikey flex */
    .quick-access-wrap {
        right: 14px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        gap: 8px;
        flex-direction: column;
        align-items: flex-end;
    }

    /* Tüm asıl butonları gizle */
    .quick-access-item {
        width: 48px;
        height: 48px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(6px);
        transition: opacity 0.22s ease, transform 0.22s ease, width 0.22s ease, background-color 0.22s ease;
    }
    .quick-access-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    /* Açık halde asıl butonlar görünür */
    .quick-access-wrap.qa-open .quick-access-item {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    /* Toggle butonu: mobil/tablet'te göster */
    #qa-mobile-toggle {
        display: flex;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
        order: 999;
        background: rgba(156, 132, 89, 0.96);
        border-color: rgba(156, 132, 89, 0.96);
        animation: qa-pulse 2.4s ease-out infinite;
    }
    .quick-access-wrap.qa-open #qa-mobile-toggle {
        animation: none;
        background: rgba(139, 116, 77, 0.98);
        border-color: rgba(139, 116, 77, 0.98);
    }
    #qa-mobile-toggle:hover {
        background: rgba(139, 116, 77, 0.98);
        border-color: rgba(139, 116, 77, 0.98);
        width: 48px;
    }

    /* Hover genişlemeyi mobilde kapat */
    .quick-access-item:hover {
        width: 48px;
    }
    .quick-access-item:hover .quick-access-label {
        opacity: 0;
        max-width: 0;
    }
    /* Açıkken tap ile genişleyebilir */
    .quick-access-wrap.qa-open .quick-access-item.is-expanded {
        width: 220px;
    }
    .quick-access-wrap.qa-open .quick-access-item.is-expanded .quick-access-label {
        opacity: 1;
        max-width: 200px;
    }
}

/* ── Heritage / Location Map ────────────────────────────── */
.heritage-map-shell {
    position: relative;
    background: linear-gradient(140deg, #f7f3ea 0%, #efe7d8 52%, #e8decb 100%);
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.heritage-map-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(156, 132, 89, 0.12), transparent 40%),
        radial-gradient(circle at 88% 82%, rgba(18, 36, 53, 0.08), transparent 45%);
    pointer-events: none;
    z-index: 1;
}

.heritage-map-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .heritage-map-layout {
        grid-template-columns: 350px minmax(0, 1fr);
        gap: 34px;
    }
}

.heritage-map-copy {
    border-right: 1px solid rgba(18, 36, 53, 0.12);
    padding-right: 26px;
}

@media (max-width: 1023px) {
    .heritage-map-copy {
        border-right: 0;
        padding-right: 0;
    }
}

#heritage-leaflet-map {
    min-height: 470px;
    height: 560px;
    border-radius: 12px;
    z-index: 2;
    filter: sepia(0.24) saturate(0.8) contrast(1.02) brightness(0.98);
}

@media (max-width: 1023px) {
    #heritage-leaflet-map {
        min-height: 420px;
        height: 460px;
    }
}

/* Leaflet marker */
.heritage-leaflet-marker {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #9c8459;
    border: 2px solid #fcfbfa;
    box-shadow: 0 0 0 6px rgba(156, 132, 89, 0.2), 0 8px 18px rgba(18, 36, 53, 0.32);
}

.heritage-hotel-marker {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fcfbfa;
    border: 2px solid #9c8459;
    box-shadow: 0 0 0 8px rgba(156, 132, 89, 0.18), 0 12px 24px rgba(18, 36, 53, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
}

.heritage-hotel-marker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
}

/* Leaflet controls */
.heritage-map-shell .leaflet-control-attribution {
    background: rgba(252, 251, 250, 0.85);
    color: #7a7a7a;
    font-family: 'Jost', sans-serif;
    font-size: 0.62rem;
    border-top-left-radius: 6px;
    padding: 2px 6px;
}
.heritage-map-shell .leaflet-top.leaflet-right {
    top: 14px;
    right: 14px;
}
.heritage-map-shell .leaflet-control-zoom {
    border: 1px solid rgba(156, 132, 89, 0.5);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(18, 36, 53, 0.18);
}
.heritage-map-shell .leaflet-control-zoom a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: rgba(252, 251, 250, 0.96);
    color: #122435;
    border-bottom-color: rgba(156, 132, 89, 0.28);
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
}
.heritage-map-shell .leaflet-control-zoom a:hover {
    background: #9c8459;
    color: #fff;
}

/* Leaflet popup */
.heritage-popup .leaflet-popup-content-wrapper {
    border-radius: 0;
    background: rgba(252, 251, 250, 0.98);
    border: 1px solid rgba(156, 132, 89, 0.35);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}
.heritage-popup .leaflet-popup-content {
    margin: 0;
    width: 232px !important;
}
.heritage-popup .leaflet-popup-tip {
    background: rgba(252, 251, 250, 0.98);
    border: 1px solid rgba(156, 132, 89, 0.35);
}
.heritage-popup .leaflet-popup-close-button { display: none; }

@media (max-width: 1023px) {
    .heritage-popup .leaflet-popup-content {
        width: min(74vw, 232px) !important;
    }
}

/* Map popup card */
.map-popup-card img {
    width: 100%;
    height: 96px;
    object-fit: cover;
    border-bottom: 1px solid #eadfcb;
}
.map-popup-card-body { padding: 12px; }

.map-popup-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #122435;
    margin-bottom: 6px;
}
.map-popup-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.74rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 9px;
}
.map-popup-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9c8459;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #9c8459;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.map-popup-link:hover,
.map-popup-link:focus,
.map-popup-link:active {
    background: #122435;
    color: #fff !important;
    border-color: #122435;
    text-decoration: none;
}

/* ── Offer Inquiry Modal ────────────────────────────────── */
#offer-inquiry-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
#offer-inquiry-modal.is-open [role="dialog"] > div:last-child {
    transform: translateY(0);
}

/* Slide-up animation for modal panel */
#offer-inquiry-modal > div:last-child {
    transform: translateY(24px);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
#offer-inquiry-modal.is-open > div:last-child {
    transform: translateY(0);
}

/* ── Offer Form Fields ───────────────────────────────────── */
.offer-field-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.offer-field-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #555;
}
.offer-field-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 12px;
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    color: #222;
    background: #fafafa;
    transition: border-color 0.2s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.offer-field-input:focus {
    border-color: #9c8459;
    background: #fff;
}
.offer-field-input::placeholder { color: #bbb; }

/* hidden → visible utility */
.offer-field-wrap.is-hidden { display: none !important; }

/* ══════════════════════════════════════════════════
   OFFER INQUIRY MODAL — CF7 Form Styles
   Tailwind CDN preflight border'ları sıfırladığı
   için tüm kritik kurallar !important ile yazıldı.
══════════════════════════════════════════════════ */

/* Modal open state */
#offer-inquiry-modal.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* CF7 br'leri gizle */
.wpcf7 br  { display: none !important; }
.wpcf7-not-valid-tip {
    font-size: .72rem !important;
    color: #e05a5a !important;
    margin-top: 4px !important;
    display: block !important;
}
.wpcf7 .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 14px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: .85rem !important;
    border-radius: 0 !important;
}

/* Grid */
.offer-form-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}
.offer-form-row.two-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
}
@media (max-width: 480px) {
    .offer-form-row.two-col { grid-template-columns: 1fr !important; }
}
.offer-form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

/* Labels */
.offer-form-field > label,
.offer-form-field label {
    font-family: 'Jost', sans-serif !important;
    font-size: .62rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #122435 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    display: block !important;
}

/* CF7 span wrapper */
.offer-form-field .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

/* Tüm input / select / textarea */
.offer-form-field input[type="text"],
.offer-form-field input[type="tel"],
.offer-form-field input[type="email"],
.offer-form-field input[type="date"],
.offer-form-field input[type="time"],
.offer-form-field input[type="number"],
.offer-form-field select,
.offer-form-field textarea {
    display: block !important;
    width: 100% !important;
    border: 1.5px solid #e0d8cc !important;
    border-radius: 0 !important;
    padding: 11px 14px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: .88rem !important;
    color: #122435 !important;
    background: #fafaf8 !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    transition: border-color .2s, background .2s;
}

.offer-form-field input:focus,
.offer-form-field select:focus,
.offer-form-field textarea:focus {
    border-color: #9c8459 !important;
    background: #fff !important;
}

.offer-form-field input::placeholder,
.offer-form-field textarea::placeholder {
    color: #c0b8ac !important;
}

/* Select: ok ikonu */
.offer-form-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239c8459' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 38px !important;
    cursor: pointer !important;
}

.offer-form-field textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

/* Hatalı alan */
.offer-form-field input.wpcf7-not-valid,
.offer-form-field select.wpcf7-not-valid,
.offer-form-field textarea.wpcf7-not-valid {
    border-color: #e05a5a !important;
    background: #fff8f8 !important;
}

/* Submit */
.offer-form-submit { margin-top: 4px !important; }
.offer-form-submit input[type="submit"],
.offer-form-submit .wpcf7-submit {
    display: block !important;
    width: 100% !important;
    background: #122435 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    appearance: none !important;
}
.offer-form-submit input[type="submit"]:hover,
.offer-form-submit .wpcf7-submit:hover {
    background: #9c8459 !important;
}

/* JS show/hide */
.offer-form-field.is-hidden,
.offer-field-date.is-hidden,
.offer-field-time.is-hidden,
.offer-field-persons.is-hidden,
.offer-field-notes.is-hidden {
    display: none !important;
}

/* CF7 spinner */
.wpcf7 .ajax-loader { display: none !important; }


/* Grid */
.offer-form-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* İki sütunlu satır */
.offer-form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 480px) {
    .offer-form-row.two-col { grid-template-columns: 1fr; }
}

/* Tek alan */
.offer-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Label */
.offer-form-field > label,
.offer-form-field label {
    font-family: 'Jost', sans-serif;
    font-size: .62rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #122435;
    font-weight: 600;
    margin: 0;
}

/* CF7 span wrapper (etrafını kaplıyor) */
.offer-form-field .wpcf7-form-control-wrap {
    display: block; width: 100%;
}

/* Tüm input / select / textarea */
.offer-form-field input[type="text"],
.offer-form-field input[type="tel"],
.offer-form-field input[type="email"],
.offer-form-field input[type="date"],
.offer-form-field input[type="time"],
.offer-form-field select,
.offer-form-field textarea,
.offer-form-field .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    border: 1.5px solid #e0d8cc;
    border-radius: 0;
    padding: 11px 14px;
    font-family: 'Jost', sans-serif;
    font-size: .88rem;
    color: #122435;
    background: #fafaf8;
    transition: border-color .2s, background .2s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.4;
}

.offer-form-field input:focus,
.offer-form-field select:focus,
.offer-form-field textarea:focus,
.offer-form-field .wpcf7-form-control:focus {
    border-color: #9c8459;
    background: #fff;
}

.offer-form-field input::placeholder,
.offer-form-field textarea::placeholder {
    color: #c0b8ac;
    font-weight: 400;
}

/* Select: ok ikonu */
.offer-form-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239c8459' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 38px;
    cursor: pointer;
}

/* Textarea */
.offer-form-field textarea {
    min-height: 90px;
    resize: vertical;
}

/* Hatalı alan */
.offer-form-field input.wpcf7-not-valid,
.offer-form-field select.wpcf7-not-valid,
.offer-form-field textarea.wpcf7-not-valid {
    border-color: #e05a5a;
    background: #fff8f8;
}

/* Gönder butonu */
.offer-form-submit { margin-top: 4px; }
.offer-form-submit input[type="submit"],
.offer-form-submit .wpcf7-submit {
    display: block;
    width: 100%;
    background: #122435;
    color: #fff;
    border: none;
    padding: 15px;
    font-family: 'Jost', sans-serif;
    font-size: .72rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: background .25s;
    border-radius: 0;
    appearance: none;
}
.offer-form-submit input[type="submit"]:hover,
.offer-form-submit .wpcf7-submit:hover {
    background: #9c8459;
}

/* JS ile gizlenen alanlar */
.offer-form-field.is-hidden,
.offer-field-date.is-hidden,
.offer-field-time.is-hidden,
.offer-field-persons.is-hidden,
.offer-field-notes.is-hidden {
    display: none !important;
}

/* CF7 yükleniyor spinner */
.wpcf7 .ajax-loader {
    display: none;
}

/* ════════════════════════════════════════════════
   GLOBAL TEXT SIZE FIX — min 15px
   Tailwind preflight küçük class'ları ezdiği için
   !important ile override edildi.
════════════════════════════════════════════════ */

/* Ana sayfa section body copy */
.section-body-copy,
.text-body-xs,
.text-body {
    font-size: 15px !important;
    line-height: 1.75 !important;
}
.section-quote { font-size: 15px !important; }

/* Offer card açıklaması */
#offers-section p,
#offers-section .line-clamp-3 { font-size: 15px !important; }

/* Talisman body copy */
#talisman-section p.section-body-copy { font-size: 15px !important; }

/* ── Footer ── */
footer .text-body-xs,
footer .space-y-4 a,
footer .space-y-4 span,
footer ul li,
footer ul li a {
    font-size: 15px !important;
    line-height: 1.65 !important;
}
footer .leading-relaxed {
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* Copyright bandı — biraz daha küçük olabilir */
footer .border-t p { font-size: 13px !important; }
