:root {
  --navy: #1a2744;
  --navy-deep: #0f1a30;
  --navy-light: #2a3a5c;
  --gold: #d4a843;
  --gold-hover: #e0b855;
  --gold-light: rgba(212, 168, 67, 0.12);
  --white: #ffffff;
  --warm-bg: #f7f3eb;
  --warm-bg-alt: #f0ebe0;
  --text-dark: #1a2744;
  --text-muted: #6b7a99;
  --text-light: rgba(255,255,255,0.7);
  --border: rgba(26, 39, 68, 0.1);
  --border-light: rgba(255,255,255,0.15);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --max-w: 1200px;
  --section-y: 80px;
  --section-y-tablet: 56px;
  --section-y-phone: 40px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--navy); border-bottom: 1px solid var(--border-light); }
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; font-size: 18px; }
.nav-logo svg, .nav-logo img { flex-shrink: 0; height: 60px; width: auto; filter: brightness(0) saturate(100%) invert(83%) sepia(38%) saturate(700%) hue-rotate(359deg) brightness(90%) contrast(85%); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; border: 1.5px solid var(--gold); border-radius: 50px; color: var(--gold); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; transition: all 0.2s; animation: pulse-gold-cta 2s infinite; }
.nav-cta:hover { background: var(--gold); color: var(--navy); animation: none; }
@keyframes pulse-gold-cta { 0% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0.4); } 70% { box-shadow: 0 0 0 12px rgba(212, 168, 67, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0); } }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #1a2744 0%, #2a3a5c 40%, #d4a843 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,168,67,0.3) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(15,26,48,0.5) 0%, transparent 50%); z-index: 1; }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-top: 76px; }
.hero-content { color: var(--white); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; font-size: 13px; font-weight: 500; color: var(--gold); margin-bottom: 24px; backdrop-filter: blur(8px); }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.hero h1 span { color: var(--gold); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 440px; margin-bottom: 32px; line-height: 1.5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: var(--gold); color: var(--navy); font-size: 15px; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.03em; }
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 16px 28px; background: transparent; color: var(--white); font-size: 14px; font-weight: 600; border-radius: 50px; border: 1.5px solid rgba(255,255,255,0.3); cursor: pointer; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.hero-tariffs { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-tariff { font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-tariff strong { color: var(--white); font-weight: 600; }
.hero-image-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-image-placeholder { width: 100%; max-width: 520px; aspect-ratio: 16 / 10; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; overflow: hidden; backdrop-filter: blur(4px); }
.hero-image-placeholder img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; display: block; }
.hero-image-placeholder img:hover { transform: scale(1.05); }
.hero-image-label { text-align: center; color: rgba(255,255,255,0.4); font-size: 14px; font-weight: 500; }

.section { padding: var(--section-y) 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-warm { background: var(--warm-bg); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -0.01em; margin-bottom: 12px; }
.section-header p { font-size: 16px; color: var(--text-muted); max-width: 520px; margin: 0 auto; }
.section-dark .section-header p { color: var(--text-light); }
.section-header .btn-all-news { display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; background: transparent; color: var(--navy); font-size: 14px; font-weight: 600; border-radius: 50px; border: 1.5px solid var(--border); transition: all 0.2s; margin-top: 16px; }
.section-header .btn-all-news:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-light); }
.section-header .btn-all-news svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.advantage-card { text-align: center; padding: 32px 20px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); transition: all 0.2s; }
.advantage-card:hover { border-color: var(--gold); box-shadow: 0 4px 24px rgba(212,168,67,0.1); }
.advantage-icon { width: 56px; height: 56px; margin: 0 auto 16px; background: var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.advantage-icon svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.advantage-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.advantage-card p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

.services-section { position: relative; overflow: hidden; }
.services-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--warm-bg) 0%, var(--warm-bg-alt) 100%); z-index: 0; }
.services-section .container { position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card { background: var(--white); border-radius: var(--radius); padding: 28px 16px; text-align: center; border: 1px solid var(--border); transition: all 0.2s; cursor: default; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(26,39,68,0.08); border-color: var(--gold); }
.service-icon { width: 64px; height: 64px; margin: 0 auto 16px; background: var(--navy); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; }
.service-icon img { width: 36px; height: 36px; filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(530%) hue-rotate(359deg) brightness(90%) contrast(85%); }
.service-icon img.icon-car, .service-icon img.icon-bus { width: 44px; height: 44px; }
.service-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; line-height: 1.3; }
.service-card p { font-size: 12px; color: var(--text-muted); }

.route-bar { background: var(--navy); border-radius: var(--radius-lg); padding: 28px 32px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
.route-bar-label { font-size: 13px; font-weight: 600; color: var(--white); white-space: nowrap; }
.route-bar select { padding: 12px 16px; background: var(--navy-light); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-sm); color: var(--white); font-family: inherit; font-size: 14px; font-weight: 500; outline: none; cursor: pointer; min-width: 160px; }
.route-bar select:focus { border-color: var(--gold); }
.route-bar select option { background: var(--navy); }
.route-arrow { color: var(--gold); font-size: 20px; flex-shrink: 0; }
.route-price { margin-left: auto; text-align: right; }
.route-price-label { font-size: 12px; color: var(--text-light); margin-bottom: 2px; }
.route-price-value { font-size: 22px; font-weight: 800; color: var(--gold); }

.gallery-section { padding: var(--section-y) 0; overflow: hidden; }
.gallery-section .section-header { margin-bottom: 36px; }
.gallery-track-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  padding: 20px 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--warm-bg) 50%, var(--white) 100%);
}
.gallery-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-gallery 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
@media (hover: hover) {
  .gallery-track:hover { animation-play-state: paused; }
}
@keyframes scroll-gallery {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.gallery-photo {
  flex-shrink: 0;
  width: 340px;
  height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,39,68,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.gallery-photo:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(26,39,68,0.18);
}
.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: var(--white); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); transition: all 0.2s; }
.review-card:hover { box-shadow: 0 4px 20px rgba(26,39,68,0.06); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.review-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--warm-bg); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: var(--navy); flex-shrink: 0; }
.review-meta h4 { font-size: 15px; font-weight: 700; }
.review-meta span { font-size: 12px; color: var(--text-muted); }
.review-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.review-stars svg { width: 16px; height: 16px; fill: var(--gold); }
.review-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: all 0.2s; }
.news-card:hover { box-shadow: 0 4px 20px rgba(26,39,68,0.06); transform: translateY(-2px); }
.news-card-image { width: 100%; aspect-ratio: 16 / 9; background: var(--warm-bg-alt); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 13px; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 20px; }
.news-date { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; font-weight: 500; }
.news-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.news-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-info { color: var(--white); }
.contact-info h3 { font-size: 24px; font-weight: 800; margin-bottom: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-item-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-item-text { font-size: 14px; color: var(--text-light); }
.contact-item-text strong { display: block; color: var(--white); font-weight: 600; font-size: 16px; margin-bottom: 2px; }
.contact-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--gold); color: var(--navy); font-size: 14px; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; margin-top: 12px; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.03em; }
.contact-cta:hover { background: var(--gold-hover); }
.map-placeholder { width: 100%; aspect-ratio: 4 / 3; background: var(--navy-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 14px; border: 1px solid var(--border-light); overflow: hidden; position: relative; }

.modal-overlay { position: fixed; inset: 0; background: rgba(15,26,48,0.7); backdrop-filter: blur(8px); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity 0.3s ease; }
.modal-overlay.active { display: flex; opacity: 1; }
.modal { background: var(--white); border-radius: var(--radius-lg); padding: 40px 36px; max-width: 440px; width: 100%; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,0.2); transform: translateY(20px); transition: transform 0.3s ease; }
.modal-overlay.active .modal { transform: translateY(0); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: none; background: var(--warm-bg); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.modal-close:hover { background: var(--gold-light); }
.modal-close svg { width: 18px; height: 18px; stroke: var(--navy); stroke-width: 2; }
.modal-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.modal-icon svg { width: 32px; height: 32px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.modal h3 { text-align: center; font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.modal > p { text-align: center; font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.modal-form { display: flex; flex-direction: column; gap: 16px; }
.modal-field { position: relative; }
.modal-field label { display: block; font-size: 12px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.modal-field input { width: 100%; padding: 14px 16px; background: var(--warm-bg); border: 2px solid transparent; border-radius: var(--radius-sm); font-family: inherit; font-size: 16px; font-weight: 500; color: var(--navy); outline: none; transition: all 0.2s; }
.modal-field input::placeholder { color: #a0a8b8; }
.modal-field input:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 4px var(--gold-light); }
.modal-submit { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; background: var(--gold); color: var(--navy); font-size: 15px; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.03em; margin-top: 4px; }
.modal-submit:hover { background: var(--gold-hover); transform: translateY(-1px); }
.modal-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.modal-submit svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.modal-success { display: none; text-align: center; padding: 20px 0; }
.modal-success.active { display: block; }
.modal-success svg { width: 64px; height: 64px; margin: 0 auto 16px; stroke: #4ade80; fill: none; stroke-width: 2; }
.modal-success h4 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.modal-success p { font-size: 14px; color: var(--text-muted); }
.modal-error { display: none; padding: 12px 16px; background: #fef2f2; border: 1px solid #fecaca; border-radius: var(--radius-sm); color: #dc2626; font-size: 13px; text-align: center; }
.modal-error.active { display: block; }

.privacy-modal { position: fixed; inset: 0; background: rgba(15,26,48,0.7); backdrop-filter: blur(8px); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity 0.3s ease; }
.privacy-modal.active { display: flex; opacity: 1; }
.privacy-modal-content { background: var(--white); border-radius: var(--radius-lg); max-width: 720px; width: 100%; max-height: 85vh; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,0.2); transform: translateY(20px); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.privacy-modal.active .privacy-modal-content { transform: translateY(0); }
.privacy-modal-header { padding: 28px 32px 20px; border-bottom: 1px solid var(--border); flex-shrink: 0; }
.privacy-modal-header h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.privacy-modal-header p { font-size: 13px; color: var(--text-muted); }
.privacy-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: none; background: var(--warm-bg); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.privacy-modal-close:hover { background: var(--gold-light); }
.privacy-modal-close svg { width: 18px; height: 18px; stroke: var(--navy); stroke-width: 2; }
.privacy-modal-body { padding: 24px 32px; overflow-y: auto; flex: 1; }
.privacy-modal-body h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 20px 0 10px; }
.privacy-modal-body h4:first-child { margin-top: 0; }
.privacy-modal-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }
.privacy-modal-body ul { margin: 8px 0 16px 20px; }
.privacy-modal-body li { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 6px; }
.privacy-modal-body li strong { color: var(--navy); }
.privacy-modal-body a { color: var(--gold); text-decoration: underline; }
.privacy-modal-footer { padding: 16px 32px; border-top: 1px solid var(--border); flex-shrink: 0; text-align: center; }
.privacy-modal-footer button { padding: 12px 32px; background: var(--gold); color: var(--navy); font-size: 14px; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.03em; }
.privacy-modal-footer button:hover { background: var(--gold-hover); }

.consent-banner { position: fixed; bottom: 24px; right: 24px; left: auto; max-width: 400px; width: calc(100% - 48px); background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 48px rgba(0,0,0,0.15); z-index: 3000; transform: translateY(120%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); border-left: 4px solid var(--gold); }
.consent-banner.active { transform: translateY(0); }
.consent-banner-icon { width: 40px; height: 40px; background: var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.consent-banner-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.consent-banner h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.consent-banner p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 16px; }
.consent-banner p a { color: var(--gold); text-decoration: underline; cursor: pointer; }
.consent-banner-actions { display: flex; gap: 10px; }
.consent-accept { flex: 1; padding: 10px 20px; background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.02em; }
.consent-accept:hover { background: var(--gold-hover); }
.consent-decline { padding: 10px 16px; background: transparent; color: var(--text-muted); font-size: 13px; font-weight: 500; border-radius: 50px; border: 1.5px solid var(--border); cursor: pointer; transition: all 0.2s; }
.consent-decline:hover { border-color: var(--text-muted); color: var(--text-dark); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0.4); } 70% { box-shadow: 0 0 0 15px rgba(212, 168, 67, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0); } }

.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.animate-on-scroll.delay-1 { transition-delay: 0.1s; }
.animate-on-scroll.delay-2 { transition-delay: 0.2s; }
.animate-on-scroll.delay-3 { transition-delay: 0.3s; }
.animate-on-scroll.delay-4 { transition-delay: 0.4s; }

.hero-content { animation: slideInLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero-image-wrap { animation: slideInRight 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards; opacity: 0; }
.nav { animation: fadeInDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

.advantage-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.advantage-card:hover { transform: translateY(-8px); box-shadow: 0 12px 32px rgba(212,168,67,0.15); }

.service-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 16px 40px rgba(26,39,68,0.12); }

.review-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(26,39,68,0.08); }

.news-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(26,39,68,0.08); }

.btn-primary { animation: pulse-gold 2s infinite; }
.btn-primary:hover { animation: none; }

.footer { background: var(--navy-deep); padding: 32px 0; border-top: 1px solid var(--border-light); }
.footer .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer p { font-size: 13px; color: var(--text-light); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: var(--text-light); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.footer-socials a:hover { background: var(--gold); }
.footer-socials a svg { width: 16px; height: 16px; fill: var(--text-light); }
.footer-socials a:hover svg { fill: var(--navy); }

@media (max-width: 1023px) {
  :root { --section-y: var(--section-y-tablet); }
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin: 0 auto 32px; }
  .hero-actions { justify-content: center; }
  .hero-tariffs { justify-content: center; }
  .hero-image-wrap { order: -1; }
  .hero-image-placeholder { max-width: 400px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .route-bar { flex-direction: column; align-items: stretch; }
  .route-price { margin-left: 0; text-align: center; }
  .gallery-track-wrapper { padding: 16px 0; }
  .gallery-photo { width: 280px; height: 180px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .contacts-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); padding: 20px 24px; gap: 16px; border-bottom: 1px solid var(--border-light); }
  .hero-image-placeholder img:hover { transform: none; }
}
@media (max-width: 639px) {
  :root { --section-y: var(--section-y-phone); }
  .hero { min-height: auto; padding: 100px 0 60px; }
  .hero h1 { font-size: 28px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-primary, .btn-outline { width: 100%; justify-content: center; }
  .advantages-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .advantage-card { padding: 20px 12px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .route-bar { padding: 20px; }
  .route-bar select { min-width: 100%; }
  .gallery-photo { width: 240px; height: 160px; }
  .footer .container { flex-direction: column; text-align: center; }
  .consent-banner { bottom: 16px; right: 16px; left: 16px; max-width: none; width: calc(100% - 32px); }
  .hero-image-placeholder img:hover { transform: none; }
}
