*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Графит + янтарь + тёплый off-white (премиум) */
  --blue: #1A1F27;          /* графит — заголовки/лого/тёмные акценты */
  --blue-dark: #0C0F14;     /* почти чёрный — тёмные секции */
  --blue-light: #F0EEE9;    /* тёплый светлый — фон тегов */
  --blue-pale: #F6F4F0;
  --orange: #C8852C;        /* янтарь/медь — главный акцент */
  --orange-hover: #A96E1F;
  --green: #25D366;
  --text: #1A1F27;
  --text-light: #6B6F77;
  --bg: #ffffff;
  --bg-alt: #F6F4F0;        /* тёплый off-white */
  --border: #E7E3DB;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 2px 12px rgba(20,24,31,0.07);
  --shadow-lg: 0 16px 48px rgba(20,24,31,0.14);
}

::selection { background: var(--orange); color: #fff; }

html { scroll-behavior: smooth; }
section[id], [id] { scroll-margin-top: 80px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 10px; font-weight: 600;
  font-size: 15px; border: 2px solid transparent; cursor: pointer;
  transition: all 0.2s; white-space: nowrap;
}
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(245,166,35,0.35); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-white { background: #fff; color: var(--blue); border-color: #fff; }
.btn-white:hover { background: var(--blue-light); border-color: var(--blue-light); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.btn-whatsapp:hover { background: #1da851; border-color: #1da851; }
.btn-viber { background: #7360F2; color: #fff; border-color: #7360F2; }
.btn-viber:hover { background: #5b48d6; border-color: #5b48d6; }
.btn-full { width: 100%; justify-content: center; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 11px; font-family: 'Space Grotesk','Inter',sans-serif; font-size: 19px; font-weight: 700; letter-spacing: 0.5px; color: var(--blue); text-transform: uppercase; }
.logo-icon { width: 38px; height: 38px; }
.logo strong { color: var(--orange); font-weight: 700; }
.logo small { display: block; font-family: 'Inter',sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 2px; color: var(--text-light); text-transform: uppercase; margin-top: 1px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }

.header-nav { display: flex; gap: 24px; }
.header-nav a { font-size: 14px; font-weight: 500; color: var(--text-light); transition: color 0.2s; }
.header-nav a:hover { color: var(--blue); }

.header-right { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: flex; gap: 3px; background: var(--bg-alt); border-radius: 8px; padding: 3px; }
.lang-btn { display: inline-block; padding: 5px 10px; border: none; background: transparent; border-radius: 6px; font-weight: 600; font-size: 12px; color: var(--text-light); cursor: pointer; transition: all 0.2s; text-decoration: none; }
.lang-btn.active { background: var(--blue); color: #fff; }
.header-phone { display: flex; align-items: center; gap: 6px; font-weight: 600; color: var(--blue); font-size: 14px; }

.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.mobile-menu-btn span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.2s; }

/* Hero */
.hero {
  padding: 130px 0 120px;
  position: relative; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,10,14,0.94) 0%, rgba(8,10,14,0.78) 42%, rgba(8,10,14,0.40) 100%),
    url('assets/truck-hero.jpg') center center / cover no-repeat;
  color: #fff;
}
.hero-bg-pattern { display: none; }
.hero .container { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; position: relative; }
.hero-content { max-width: 640px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px); color: #fff; padding: 7px 16px; border-radius: 100px; font-size: 12px; font-weight: 600; margin-bottom: 22px; letter-spacing: 0.6px; text-transform: uppercase; }
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(200,133,44,0.25); }
.hero h1 { font-family: 'Space Grotesk', 'Inter', sans-serif; font-size: 58px; font-weight: 700; line-height: 1.05; color: #fff; margin-bottom: 22px; letter-spacing: -1px; }
.hero-route { color: var(--orange); display: inline-block; position: relative; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.82); margin-bottom: 32px; max-width: 540px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }

.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12); }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.82); }
.hero-visual { display: none; }

/* Hero visual card */
.hero-visual { position: relative; }
.hero-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-card-top { padding: 32px 28px 24px; }
.route-visual { display: flex; align-items: center; gap: 12px; }
.rv-point { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; }
.rv-dot { width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--blue); }
.rv-pl .rv-dot { border-color: #dc143c; }
.rv-cz .rv-dot { border-color: #11457e; }
.rv-md .rv-dot { border-color: var(--blue); }
.route-visual .rv-point span { font-size: 13px; }
.rv-line { flex: 1; height: 2px; background: linear-gradient(90deg, #dc143c, var(--orange), var(--blue)); border-radius: 2px; position: relative; min-width: 60px; }
.rv-truck { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 20px; animation: truckMove 3s ease-in-out infinite; }
@keyframes truckMove { 0%,100% { left: 30%; } 50% { left: 70%; } }

.hero-card-stats { display: flex; padding: 20px 28px; background: var(--bg-alt); border-top: 1px solid var(--border); }
.hcs-item { flex: 1; text-align: center; }
.hcs-num { display: block; font-size: 22px; font-weight: 800; color: var(--blue); }
.hcs-label { font-size: 11px; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
.hcs-divider { width: 1px; background: var(--border); }

.hero-floating-cards { position: absolute; right: -20px; }
.floating-card { display: flex; align-items: center; gap: 10px; background: #fff; padding: 12px 18px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); font-size: 13px; font-weight: 600; color: var(--text); white-space: nowrap; }
.fc-1 { position: absolute; top: -30px; right: 10px; animation: floatUp 3s ease-in-out infinite; }
.fc-2 { position: absolute; bottom: -20px; left: -30px; animation: floatUp 3s ease-in-out 1.5s infinite; }
@keyframes floatUp { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* Counters */
.counters { padding: 56px 0; position: relative; background:
  linear-gradient(rgba(12,15,20,0.9), rgba(12,15,20,0.92)),
  url('assets/truck-band.jpg') center / cover no-repeat; }
.counters-grid { display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap; gap: 16px; position: relative; }
.counter-item { flex: 1; min-width: 120px; }
.counter-num { font-family: 'Space Grotesk', 'Inter', sans-serif; display: block; font-size: 38px; font-weight: 700; color: var(--orange); letter-spacing: -0.5px; }
.counter-label { font-size: 13px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.5px; }

/* Section header */
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag { display: inline-block; background: var(--blue-light); color: var(--blue); padding: 4px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.section-title { font-family: 'Space Grotesk', 'Inter', sans-serif; font-size: 36px; font-weight: 700; color: var(--text); margin-bottom: 12px; letter-spacing: -0.5px; }
.section-desc { font-size: 16px; color: var(--text-light); max-width: 600px; margin: 0 auto; }

/* Services */
.services { padding: 80px 0; background: var(--bg-alt); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: #fff; padding: 28px 24px; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-icon { width: 56px; height: 56px; margin-bottom: 16px; }
.service-icon svg { width: 100%; height: 100%; }
.service-cover { width: 100%; margin-bottom: 16px; border-radius: 12px; overflow: hidden; }
.service-cover img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; display: block; }
.service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; flex: 1; }
.service-tag { display: inline-block; margin-top: 14px; padding: 4px 12px; background: var(--blue-light); color: var(--blue); font-size: 12px; font-weight: 700; border-radius: 6px; }

/* How it works */
.how-it-works { padding: 80px 0; }
.steps-grid { display: flex; align-items: flex-start; gap: 0; justify-content: center; }
.step-card { flex: 1; max-width: 300px; text-align: center; padding: 0 20px; position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 16px; }
.step-icon { margin-bottom: 12px; }
.step-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.step-connector { width: 60px; padding-top: 20px; flex-shrink: 0; }
.step-connector svg { width: 100%; }

/* Cargo types */
.cargo-types { padding: 80px 0; background: var(--bg-alt); }
.cargo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cargo-item { background: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform 0.2s; display: flex; gap: 16px; align-items: flex-start; }
.cargo-item:hover { transform: translateY(-2px); }
.cargo-icon { font-size: 32px; flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--blue-light); border-radius: 12px; }
.cargo-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.cargo-item p { font-size: 13px; color: var(--text-light); line-height: 1.5; }
.cargo-item-link { flex-direction: column; gap: 0; padding: 0; overflow: hidden; text-decoration: none; color: inherit; }
.cargo-cover { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.cargo-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cargo-item-link h4 { padding: 16px 20px 0; }
.cargo-item-link p { padding: 4px 20px 0; }
.cargo-more { display: inline-flex; align-items: center; gap: 5px; color: var(--orange); font-weight: 700; font-size: 12.5px; padding: 12px 20px 18px; margin-top: auto; }
.cargo-more svg { transition: transform 0.2s; }
.cargo-item-link:hover .cargo-more svg { transform: translateX(3px); }

/* Why Us */
.why-us { padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-item { padding: 28px; border-radius: var(--radius); border: 1px solid var(--border); transition: all 0.2s; }
.why-item:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.why-icon { width: 52px; height: 52px; background: var(--blue-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-item h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.why-item p { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.why-item-link { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.why-item-link p { flex: 1; }
.why-more { display: inline-flex; align-items: center; gap: 5px; color: var(--orange); font-weight: 700; font-size: 12.5px; margin-top: 16px; }
.why-more svg { transition: transform 0.2s; }
.why-item-link:hover .why-more svg { transform: translateX(3px); }
.article-text .article-narrow { max-width: 860px; margin: 0 auto; }
.article-text .article-body .section-title { text-align: left; }
.breadcrumbs { background: var(--bg-alt); padding: 16px 0 0; font-size: 13.5px; }
.breadcrumbs a { color: var(--text-light); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs .bc-sep { margin: 0 8px; color: var(--border); }
.breadcrumbs .bc-current { color: var(--blue); font-weight: 600; }
.route-more-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 28px 0 8px; }
.route-more-links a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border: 1px solid var(--border); border-radius: 999px; color: var(--blue); font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.2s; }
.route-more-links a:hover { border-color: var(--orange); color: var(--orange); }
.related-wrap { padding: 8px 0 56px; background: var(--bg-alt); }
.related-title { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 14px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { padding: 9px 16px; border: 1px solid var(--border); border-radius: 999px; color: var(--blue); font-weight: 600; font-size: 13.5px; text-decoration: none; transition: all 0.2s; }
.related-links a:hover { border-color: var(--orange); color: var(--orange); }

/* About */
.about { padding: 96px 0; }
.about .container { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: var(--radius-lg); display: block; box-shadow: var(--shadow-lg); }
.about-media::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06); }
.about-badge { position: absolute; bottom: -22px; left: -22px; background: var(--blue); color: #fff; padding: 18px 22px; border-radius: 14px; box-shadow: var(--shadow-lg); }
.about-badge strong { font-family: 'Space Grotesk','Inter',sans-serif; display: block; font-size: 30px; font-weight: 700; color: var(--orange); line-height: 1; }
.about-badge span { font-size: 12px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.5px; }
.about-content .section-tag { margin-bottom: 14px; }
.about-content h2 { font-family: 'Space Grotesk','Inter',sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 18px; }
.about-content p { color: var(--text-light); font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 24px; }
.about-point { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; font-weight: 500; }
.about-point svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--orange); margin-top: 1px; }

/* FTL article */
.article { padding: 96px 0; background: var(--bg-alt); }
.article-white { background: var(--bg); }
.article-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.article-reverse .article-grid { grid-template-columns: 1.05fr 1fr; }
.article-reverse .article-media { order: 2; }
.article-media { position: relative; }
.article-media img { width: 100%; border-radius: var(--radius-lg); display: block; box-shadow: var(--shadow-lg); }
.article-body .section-tag { margin-bottom: 14px; }
.article-body .section-title { text-align: left; font-size: 32px; letter-spacing: -0.5px; margin-bottom: 18px; }
.article-body p { color: var(--text-light); font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.article-list { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 12px; }
.article-list li { position: relative; padding-left: 30px; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--blue); }
.article-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; color: var(--orange); font-weight: 800; }
.article-body .btn { margin-top: 4px; }
.article-subgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.sub-article { background: var(--bg); border: 1px solid rgba(20,24,31,0.08); border-radius: var(--radius-lg); padding: 26px 24px; }
.sub-article h3 { font-family: 'Space Grotesk','Inter',sans-serif; font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 10px; }
.sub-article p { color: var(--text-light); font-size: 14.5px; line-height: 1.7; }

/* Clickable service card */
.service-card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.service-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.service-more { display: inline-flex; align-items: center; gap: 5px; color: var(--orange); font-weight: 700; font-size: 13px; }
.service-more svg { transition: transform 0.2s; }
.service-card-link:hover .service-more svg { transform: translateX(3px); }

/* Route Info */
.route-info { padding: 80px 0; background: var(--bg-alt); }
.route-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.route-cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.route-card { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.route-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.route-flag { font-size: 28px; }
.route-arrow { width: 24px; height: 24px; color: var(--orange); }
.route-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 14px; color: var(--blue); }
.route-details li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-light); display: flex; align-items: center; gap: 8px; }
.route-details li::before { content: '✓'; color: var(--orange); font-weight: 700; }
.route-details li:last-child { border-bottom: none; }

.route-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.route-cities.cols-3 { grid-template-columns: repeat(3, 1fr); }
.route-cities-block h4 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.city-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.city-tags span { display: inline-block; padding: 6px 14px; background: #fff; border-radius: 20px; font-size: 13px; font-weight: 500; color: var(--text-light); border: 1px solid var(--border); }

.route-note { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding: 20px 24px; background: #fff; border: 1px dashed var(--orange); border-radius: var(--radius); }
.route-note svg { flex-shrink: 0; width: 26px; height: 26px; color: var(--orange); }
.route-note p { font-size: 15px; color: var(--text); line-height: 1.6; }

/* Testimonials */
.testimonials { padding: 80px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: #fff; padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.tc-stars { color: var(--orange); font-size: 18px; margin-bottom: 14px; letter-spacing: 2px; }
.tc-text { font-size: 14px; color: var(--text-light); line-height: 1.7; flex: 1; margin-bottom: 20px; font-style: italic; }
.tc-author { display: flex; align-items: center; gap: 12px; }
.tc-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.tc-author strong { display: block; font-size: 14px; }
.tc-author span { font-size: 12px; color: var(--text-light); }

/* CTA Banner */
.cta-banner { padding: 96px 0; position: relative; text-align: center; color: #fff; background:
  linear-gradient(rgba(10,12,17,0.82), rgba(10,12,17,0.86)),
  url('assets/truck-cta.jpg') center / cover no-repeat; }
.cta-banner .container { position: relative; }
.cta-banner h2 { font-family: 'Space Grotesk', 'Inter', sans-serif; font-size: 40px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.5px; }
.cta-banner p { font-size: 17px; opacity: 0.85; margin-bottom: 32px; }
.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* FAQ */
.faq { padding: 80px 0; background: var(--bg-alt); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { padding: 20px 24px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: background 0.2s; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--orange); font-weight: 700; transition: transform 0.2s; }
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { background: var(--blue-light); }
.faq-item p { padding: 0 24px 20px; font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* Contact */
.contact { padding: 80px 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 14px; font-weight: 600; }
.form-group input, .form-group textarea {
  padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 15px; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,94,148,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 13px; color: var(--text-light); text-align: center; }

.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-block h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); margin-bottom: 8px; }
.contact-block a { display: block; font-size: 17px; font-weight: 600; color: var(--blue); margin-bottom: 4px; }
.contact-block a:hover { color: var(--orange); }
.contact-block p { font-size: 15px; color: var(--text); }
.contact-note { color: var(--orange) !important; font-weight: 600 !important; font-size: 14px !important; margin-top: 4px; }

.messengers { display: flex; gap: 8px; flex-wrap: wrap; }
.messenger-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; color: #fff !important; transition: opacity 0.2s; }
.messenger-link:hover { opacity: 0.85; }
.messenger-link.whatsapp { background: #25D366; }
.messenger-link.viber { background: #7360F2; }
.messenger-link.telegram { background: #229ED9; }

/* Footer */
.footer { background: var(--blue-dark); color: #fff; padding: 64px 0 0; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-col .logo { color: #fff; margin-bottom: 14px; }
.footer-col .logo strong { color: var(--orange); }
.footer-col .logo small { color: rgba(255,255,255,0.5); }
.footer-col > p { font-size: 14px; opacity: 0.7; line-height: 1.7; }
.footer-legal { font-size: 12px !important; opacity: 0.45 !important; margin-top: 12px; }
.footer-col h4 { font-family: 'Space Grotesk','Inter',sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: rgba(255,255,255,0.55); }
.footer-col ul li { font-size: 14px; opacity: 0.78; padding: 4px 0; }
.footer-nav a, .footer-contact a { opacity: 1; transition: color 0.2s; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-contact li { opacity: 0.85; }
.footer-hours { font-size: 13px; opacity: 0.55 !important; margin-top: 14px; }
.footer-pay { margin-top: 18px; }
.footer-pay > span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.45; margin-bottom: 8px; }
.pay-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-tags span { font-size: 12px; font-weight: 600; padding: 6px 12px; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; opacity: 0.85; }
.footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 13px; opacity: 0.5; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 13px; opacity: 0.5; transition: color 0.2s, opacity 0.2s; }
.footer-links a:hover { opacity: 1; color: var(--orange); }

/* Floating WA */
.float-wa {
  position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px;
  background: #25D366; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 99;
  transition: transform 0.2s;
}
.float-wa:hover { transform: scale(1.1); }
.float-vi {
  position: fixed; bottom: 90px; right: 24px; width: 56px; height: 56px;
  background: #7360F2; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; box-shadow: 0 4px 20px rgba(115,96,242,0.4); z-index: 99;
  transition: transform 0.2s;
}
.float-vi:hover { transform: scale(1.1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .route-cards.cols-3 { grid-template-columns: 1fr; }
  .route-cities.cols-3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
  .hero-visual { display: none; }
  .hero { padding: 80px 0 64px; }
  .counters, .cta-banner { background-attachment: scroll; }
  .about .container { grid-template-columns: 1fr; gap: 40px; }
  .about-points { grid-template-columns: 1fr; }
  .about-badge { left: 16px; bottom: -18px; }
  .article-grid, .article-reverse .article-grid { grid-template-columns: 1fr; gap: 28px; }
  .article-media, .article-reverse .article-media { order: -1; }
  .article-media img { aspect-ratio: 1 / 1; object-fit: cover; }
  .article-body .section-title { font-size: 27px; }
  .article-subgrid { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }

  .counters-grid { justify-content: center; }
  .counter-num { font-size: 26px; }

  .steps-grid { flex-direction: column; align-items: center; gap: 16px; }
  .step-connector { width: auto; height: 30px; padding: 0; transform: none; position: relative; }
  .step-connector svg { display: none; }
  .step-connector::before { content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: 22px; border-left: 2px dashed #cbd5e1; }
  .step-connector::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid var(--orange); }

  .services-grid { grid-template-columns: 1fr; }
  .cargo-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .route-cards { grid-template-columns: 1fr; }
  .route-cards.cols-3 { grid-template-columns: 1fr; }
  .route-cities { grid-template-columns: 1fr; }
  .route-cities.cols-3 { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .section-title { font-size: 26px; }
  .cta-banner h2 { font-size: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .header-phone span { display: none; }
  .header-right { gap: 6px; }
  .lang-switch { gap: 1px; padding: 2px; }
  .lang-btn { padding: 4px 7px; font-size: 11px; }
  .logo { font-size: 15px; gap: 7px; }
  .logo-icon { width: 32px; height: 32px; }
  .hero-actions { flex-direction: column; }
  .hero-trust { flex-direction: column; gap: 8px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .mobile-menu-btn { display: flex; }
}

.header-nav.open {
  display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0;
  background: #fff; padding: 20px; box-shadow: var(--shadow-lg); gap: 12px; z-index: 100;
}
