/* ERG Turizm — kurumsal görünüm ve tipografi katmanı. */
:root {
    --primary-red: #d71920;
    --dark-red: #b51218;
    --corporate-navy: #14233a;
    --corporate-blue: #1d3557;
    --text-dark: #172033;
    --text-gray: #667085;
    --border-gray: #dfe3e8;
    --bg-light: #f5f7fa;
    --font-body: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
    --font-heading: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body, button, input, select, textarea { font-family: var(--font-body); color: var(--text-dark); }
body { background:#fff; font-size:16px; line-height:1.55; letter-spacing:-.006em; }
h1, h2, h3, h4, h5, h6,
.hero-title, .page-title, .section-title,
.main-nav a, .mobile-nav-links a,
.btn-primary, .btn-search, .btn-reserve, .btn-detail,
button[class*="primary"], .tour-price, .featured-price, .price {
    font-family: var(--font-heading);
}
h1, h2, h3, h4, h5, h6, .hero-title, .page-title, .section-title {
    letter-spacing:-.028em;
    line-height:1.18;
}
.header, header, .main-header { box-shadow:0 6px 22px rgba(20,35,58,.08); }
.top-bar { background:var(--corporate-navy) !important; }
.nav-link, .main-nav a, .header a { font-weight:600; letter-spacing:-.012em; }
.hero-title { font-weight:800; line-height:1.06; }
.section-title, .page-title { color:var(--corporate-navy); font-weight:800; }
.section-subtitle, .tour-description, .featured-description, p { color:inherit; }
.btn-primary, .btn-search, .btn-reserve, .btn-detail, button[class*="primary"] {
    border-radius:7px !important; font-weight:700; letter-spacing:-.012em; box-shadow:none;
}
.search-box, .search-card, .booking-card, .tour-card, .featured-card, .category-card,
.hotel-reservation-card, .feature-card, .review-card, .tour-detail-card {
    border:1px solid rgba(20,35,58,.10); border-radius:10px !important;
    box-shadow:0 8px 26px rgba(20,35,58,.07) !important;
}
.tour-card:hover, .featured-card:hover, .category-card:hover {
    transform:translateY(-4px); box-shadow:0 14px 34px rgba(20,35,58,.12) !important;
}
.tour-badge, .featured-badge, .badge { border-radius:4px !important; font-family:var(--font-heading); font-weight:700; letter-spacing:.005em; }
.tour-price, .featured-price, .price { color:var(--primary-red); font-weight:800; letter-spacing:-.025em; }
input, select, textarea { border-radius:6px !important; border-color:#d7dce2 !important; font-size:16px; }
input:focus, select:focus, textarea:focus { border-color:var(--primary-red) !important; box-shadow:0 0 0 3px rgba(215,25,32,.10) !important; }
footer, .footer { background:var(--corporate-navy) !important; }
@media (max-width:768px) {
    body { font-size:15.5px; }
    .search-box, .search-card, .booking-card, .tour-card, .featured-card, .category-card { border-radius:9px !important; }
}
