:root {
  --bg: #0c0c0f;
  --panel: #15151a;
  --panel2: #1b1b21;
  --yellow: #FFD400;
  --yellow2: #ffe470;
  --ink: #0c0c0f;
  --paper: #f4f2ec;
  --muted: #9c9aa6;
  --line: rgba(255,255,255,0.09);
}

html { scroll-behavior: smooth; }
#home, #trust, #job, #vnz, #problems, #faq, #contacts { scroll-margin-top: 86px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}
html { overflow-x: hidden; }
.gt-heading { font-family: 'Unbounded', sans-serif; }
a { color: var(--paper); }
a:hover { color: var(--yellow); }

.gt-container { max-width: 1280px; }

/* ---- animations ---- */
@keyframes gt-fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gt-float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-18px) rotate(3deg); } }
@keyframes gt-drift { 0% { background-position: 0 0; } 100% { background-position: 73.5px 73.5px; } }
@keyframes gt-pulse { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
@keyframes vb-glow-pulse { 0%,100% { box-shadow:0 0 0 0 rgba(255,212,0,0.7), 0 0 14px 3px rgba(255,212,0,0.45); } 50% { box-shadow:0 0 0 11px rgba(255,212,0,0), 0 0 26px 8px rgba(255,212,0,0.65); } }

.gt-fade-up { animation: gt-fade-up 0.7s ease both; }
.gt-fade-up-delay { animation: gt-fade-up 0.8s ease 0.1s both; }
.gt-float { animation: gt-float 6s ease-in-out infinite; }
.gt-dot-pulse { animation: gt-pulse 2s ease infinite; }
.gt-glow { animation: vb-glow-pulse 2.2s ease-in-out infinite; }

[data-reveal] { opacity: 0; transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); will-change: opacity, transform; }
[data-reveal="up"] { transform: translateY(46px); }
[data-reveal="left"] { transform: translateX(-50px); }
[data-reveal="right"] { transform: translateX(50px); }
[data-reveal="scale"] { transform: scale(0.88); }
[data-reveal].gt-in { opacity: 1; transform: none; }
[data-reveal-group] > * { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal-group].gt-in > * { opacity: 1; transform: none; }
[data-reveal-group].gt-in > *:nth-child(1) { transition-delay: 0.05s; }
[data-reveal-group].gt-in > *:nth-child(2) { transition-delay: 0.14s; }
[data-reveal-group].gt-in > *:nth-child(3) { transition-delay: 0.23s; }
[data-reveal-group].gt-in > *:nth-child(4) { transition-delay: 0.32s; }
[data-reveal-group].gt-in > *:nth-child(5) { transition-delay: 0.41s; }
[data-reveal-group].gt-in > *:nth-child(6) { transition-delay: 0.5s; }
[data-reveal-group].gt-in > *:nth-child(7) { transition-delay: 0.59s; }

/* ---- nav ---- */
.gt-navbar { background: rgba(12,12,15,0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.gt-navbar .container-fluid { max-width: 1280px; }
.gt-nav-link { color: var(--muted); font-weight: 600; }
.gt-nav-link:hover { color: var(--yellow); }
.gt-navbar-toggler { border: 1px solid var(--line); border-radius: 10px; }
.gt-toggler-bar { display: block; width: 20px; height: 2px; background: var(--paper); margin: 4px 0; }
.gt-lang-menu { background: var(--panel); border: 1px solid var(--line); }
.gt-lang-item { color: var(--paper); font-size: 14px; }
.gt-lang-item:hover, .gt-lang-item:focus { background: var(--panel2); color: var(--yellow); }

/* ---- buttons ---- */
.btn-gt-yellow { background: var(--yellow); color: var(--ink); font-weight: 700; border-radius: 100px; text-decoration: none; }
.btn-gt-yellow:hover { color: var(--ink); background: var(--yellow2); }
.btn-gt-outline { border: 1px solid var(--line); color: var(--paper); font-weight: 700; border-radius: 100px; text-decoration: none; }
.btn-gt-outline:hover { color: var(--yellow); border-color: var(--yellow); }
.btn-gt-tg { background-color: #31B2DB; color: var(--ink); font-weight: 700; border-radius: 100px; text-decoration: none; }
.btn-gt-tg:hover { color: var(--ink); filter: brightness(1.08); }
.btn-gt-wa { background-color: #35CD3B; color: var(--ink); font-weight: 700; border-radius: 100px; text-decoration: none; }
.btn-gt-wa:hover { color: var(--ink); filter: brightness(1.08); }
.gt-text-link { color: var(--paper); text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }
.gt-text-link:hover { color: var(--yellow); }

/* ---- hero ---- */
.gt-hero { min-height: 88vh; overflow: hidden; }
.gt-hero-radial { position: absolute; top: -140px; right: -160px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,212,0,0.16), transparent 70%); border-radius: 50%; z-index: 0; pointer-events: none; }
.gt-hero-lines { position: absolute; top: -80px; left: -80px; right: -80px; bottom: -80px; background-image: repeating-linear-gradient(-45deg, rgba(255,212,0,0.05) 0 26px, transparent 26px 52px); background-position: -80px -80px; opacity: 0.5; z-index: 0; pointer-events: none; animation: gt-drift 12s linear infinite; }
.gt-badge-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--panel); border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px 8px 8px; }
.gt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.gt-h1 { font-size: clamp(34px,5vw,58px); line-height: 1.06; letter-spacing: -0.01em; }
.gt-hero-lead { font-size: clamp(16px,1.6vw,19px); line-height: 1.6; max-width: 520px; }
.gt-yellow-text { color: var(--yellow); }
.gt-image-frame { border-radius: 28px; overflow: hidden; aspect-ratio: 4/3.2; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6); width: 100%; }
.gt-image-frame-fade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,12,15,0.75)); pointer-events: none; }
.gt-float-card { position: absolute; bottom: -26px; left: -26px; background: var(--paper); color: var(--ink); border-radius: 18px; padding: 16px 20px; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.5); }

/* ---- stats ---- */
.gt-stats-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.gt-stat-cell { background: var(--panel); padding: 32px 24px; }
.gt-stat-value { font-size: clamp(28px,3vw,38px); color: var(--yellow); }
.gt-stat-label { font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.4; }

/* ---- panels ---- */
.gt-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.gt-perk-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--yellow); color: var(--ink); font-weight: 800; font-size: 14px; flex: none; }
.gt-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.gt-info-col { background: var(--panel2); padding: 36px 32px; }
.gt-bullet { color: var(--yellow); flex: none; }
.gt-muted { color: var(--muted); }

/* ---- cooperation cards ---- */
.gt-coop-card { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 36px; }
.gt-tag-pill { background: rgba(255,212,0,0.12); color: var(--yellow); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 100px; }

/* ---- fleet ---- */
.gt-fleet-card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.gt-photo-slot { background: var(--panel2); display: block; }

/* ---- vnz card ---- */
.gt-id-card { width: 100%; max-width: 380px; aspect-ratio: 1.4/1; background: linear-gradient(135deg, #26C7EC, #e4e0d3); border-radius: 22px; padding: 30px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.55); color: var(--ink); transform: rotate(-4deg); }
.gt-id-card-label { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #8a8878; line-height: 1.4; }
.gt-id-card-title { font-size: 13px; margin-top: 8px; letter-spacing: 0.03em; line-height: 1.4; }
.gt-id-card-big { font-weight: 900; font-size: 30px; line-height: 1.05; color: var(--yellow); text-shadow: 0 2px 0 rgba(0,0,0,0.08); }
.gt-id-card-foot { font-size: 10px; color: #8a8878; font-weight: 700; letter-spacing: 0.06em; }

/* ---- director ---- */
.gt-director-card { background: linear-gradient(120deg, var(--panel2), var(--panel)); border: 1px solid var(--line); border-radius: 28px; padding: 56px; }

/* ---- forms ---- */
.gt-form-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 40px; }
.gt-label { font-size: 13px; font-weight: 700; color: var(--muted); }
.gt-input { width: 100%; background: var(--panel2); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; color: var(--paper); font-size: 14.5px; }
.gt-input::placeholder { color: var(--muted); }
.gt-chip-btn { cursor: pointer; padding: 11px 18px; border-radius: 100px; font-size: 13.5px; font-weight: 700; border: 1px solid var(--line); background: transparent; color: var(--paper); }
.gt-chip-btn.is-active { background: var(--yellow); color: var(--ink); }
.gt-success-card { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 56px; }
.gt-success-check { width: 52px; height: 52px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 800; font-size: 22px; }

/* ---- faq ---- */
.gt-faq-item { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.gt-faq-btn { all: unset; box-sizing: border-box; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; font-family: 'Manrope', sans-serif; }
.gt-faq-marker { flex: none; font-weight: 700; color: var(--yellow); font-size: 20px; }
.gt-faq-body { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; line-height: 1.7; display: none; }
.gt-faq-item.open .gt-faq-body { display: block; }

/* ---- reviews ---- */
.gt-review-card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 30px; }
.gt-quote-mark { color: var(--yellow); font-size: 32px; line-height: 0.5; }

/* ---- footer ---- */
.gt-footer { border-top: 1px solid var(--line); }
.gt-footer-heading { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.gt-footer-link { color: var(--paper); text-decoration: none; }
.gt-footer-link:hover { color: var(--yellow); }

@media (max-width: 991.98px) {
  .gt-hero { min-height: auto !important; padding-top: 24px; }
}

@media (max-width: 767.98px) {
  .gt-info-grid { grid-template-columns: 1fr; }
  .gt-float-card { left: 12px; right: 12px; bottom: -20px; max-width: none; width: auto; }
  .gt-city-photo { height: 320px; }
}
