/* Antalya Travel Agency: existing navy and gold palette, mobile-first catalog. */
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body { font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif; background: var(--bg-dark); font-size: 1rem; }
.container { max-width: 1280px; padding-inline: 16px; }
.content-wrapper { background: radial-gradient(ellipse at 90% 0, #d4af3712, transparent 35%); }
.nav-bar { background: #111122f5; padding-block: 14px; }
.nav-container { max-width: 1280px; gap: 14px; }
.nav-logo { white-space: normal; line-height: 1.25; letter-spacing: .04em; font-size: clamp(.9rem, 2.4vw, 1.25rem); }
.mobile-menu-btn { flex-shrink: 0; width: 44px; min-height: 44px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; }
.hero-section { min-height: auto; padding: 112px 0 40px; }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.hero-text { min-width: 0; }
.hero-badge { font-size: .75rem; letter-spacing: .08em; white-space: normal; }
.hero-title { font-family: 'Segoe UI', Arial, sans-serif; font-size: clamp(2rem, 7vw, 4rem); line-height: 1.12; font-weight: 750; letter-spacing: -.035em; margin-block: 18px; }
.hero-subtitle { font-size: 1rem; line-height: 1.7; max-width: 580px; color: #d3d3e3; }
.hero-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-buttons > a:first-child { grid-column: 1 / -1; }
.hero-buttons a { min-width: 0; justify-content: center; font-size: .875rem; padding: 13px 10px; }
.hero-image { display: block; width: 100%; }
.hero-image img { width: 100%; aspect-ratio: 16/9; height: auto; max-height: 480px; object-fit: cover; border-radius: 24px; border: 1px solid var(--border-color); transform: none; }
.stats-section { padding: 16px 0 28px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.stat-item { display: block; text-align: center; padding: 18px 8px; border-radius: 12px; background: var(--bg-secondary); }
.stat-number { font-size: clamp(1.4rem, 5vw, 2.3rem); min-width: 0; }
.stat-label { font-size: .75rem; line-height: 1.5; color: #c9c9dd; }
.services-section, .products-section, .testimonials-section, .contact-section { padding-block: 48px; }
.section-header { text-align: left; margin-bottom: 24px; }
.section-label { font-size: .75rem; letter-spacing: .12em; }
.section-title { font-family: 'Segoe UI', Arial, sans-serif; font-size: clamp(1.65rem, 4vw, 2.8rem); line-height: 1.18; font-weight: 750; letter-spacing: -.025em; }
.section-desc { max-width: 680px; margin-left: 0; font-size: 1rem; line-height: 1.65; color: #c9c9dd; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-card { display: flex; align-items: center; gap: 12px; text-align: left; padding: 16px 12px; border-radius: 14px; background: var(--bg-secondary); }
.service-icon { width: 36px; height: 36px; font-size: 18px; flex-shrink: 0; margin: 0; }
.service-card h3 { font-size: .875rem; overflow-wrap: anywhere; }
.service-card p { display: none; }
.products-section { background: transparent; backdrop-filter: none; }
.products-section:nth-child(even) { background: #1a1a353d; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--bg-secondary); border-radius: 16px; backdrop-filter: none; box-shadow: 0 8px 24px #0002; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px #0003; }
.product-image { height: auto; aspect-ratio: 4/3; flex-shrink: 0; }
.product-image img { display: block; }
.product-badge { top: 8px; right: 8px; left: 8px; width: fit-content; max-width: calc(100% - 16px); font-size: .6875rem; letter-spacing: 0; line-height: 1.3; padding: 5px 8px; border-radius: 6px; }
.product-info { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 12px; }
.product-info h3 { font-family: 'Segoe UI', Arial, sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.35; margin-bottom: 8px; overflow-wrap: anywhere; }
.product-info p { font-size: .875rem; line-height: 1.55; color: #c9c9dd; -webkit-line-clamp: 3; }
.read-more-btn { border: 0; background: transparent; font-family: inherit; text-align: left; min-height: 44px; font-size: .875rem; padding: 4px 0; margin-bottom: 0; }
.product-schedule { padding: 8px; font-size: .8125rem; line-height: 1.5; overflow-wrap: anywhere; }
.schedule-days, .schedule-time, .schedule-flexible { font-size: inherit; }
.product-price { font-size: 1rem; font-weight: 750; line-height: 1.4; margin-top: auto; padding-block: 12px; overflow-wrap: anywhere; }
.product-buttons { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; margin-top: auto; }
.product-buttons .btn-primary, .product-buttons .btn-telegram { min-width: 0; width: 100%; min-height: 44px; font-size: .8125rem; border-radius: 8px; padding: 10px 4px; gap: 6px; }
.product-buttons .btn-telegram { background: transparent; border: 1px solid #409ed0; color: #90d5fc; }
.testimonial-text, .contact-item span { font-size: .9375rem; }
.contact-grid { grid-template-columns: minmax(0, 1fr); }
.contact-form { padding: 22px; border-radius: 18px; }
input, select, textarea { font-size: 1rem !important; max-width: 100%; }
input, select, .form-submit { min-height: 48px; }
.contact-item { min-width: 0; overflow-wrap: anywhere; }
.footer { padding-bottom: 110px; }
.footer-bottom { font-size: .8125rem; }
.whatsapp-float { bottom: calc(18px + env(safe-area-inset-bottom)); }
.telegram-float { bottom: calc(82px + env(safe-area-inset-bottom)); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold-primary); outline-offset: 4px; }
@media (min-width: 769px) {
  .container { padding-inline: 28px; }
  .hero-section { padding-block: 140px 64px; }
  .hero-content { grid-template-columns: 1.05fr 1fr; gap: 48px; }
  .hero-buttons { display: flex; flex-wrap: wrap; }
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .product-info { padding: 20px; }
  .product-info h3 { font-size: 1.25rem; }
  .product-info p { font-size: .9375rem; }
  .product-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-price { font-size: 1.2rem; }
  .services-section, .products-section, .testimonials-section, .contact-section { padding-block: 64px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 359px) {
  .container { padding-inline: 10px; }
  .products-grid { gap: 8px; }
  .product-info { padding: 10px; }
  .product-info h3 { font-size: .9375rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.service-card { flex-wrap: wrap; }
.service-card p { display: block; flex-basis: 100%; margin: 0; font-size: .8125rem; color: var(--text-muted); }
