:root {
  --bg: #0b0d0e;
  --bg-soft: #111416;
  --panel: #15191b;
  --panel-2: #1a1f21;
  --text: #f4f6f6;
  --muted: #aeb7b8;
  --line: rgba(255,255,255,.10);
  --brand: #35f52b;
  --brand-2: #8aff84;
  --dark: #060707;
  --shadow: 0 22px 60px rgba(0,0,0,.34);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 5%, rgba(53,245,43,.09), transparent 31rem),
    linear-gradient(180deg, #090b0c 0%, #0c0f10 52%, #090b0c 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position:absolute; left:-9999px; top:0; padding:10px 14px; background:#fff; color:#000; z-index:9999; }
.skip-link:focus { left:12px; top:12px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(9,11,12,.83);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.navbar { min-height: 86px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; min-width: 220px; }
.brand img { width: 225px; height: auto; }
.nav-links { display:flex; align-items:center; gap: 6px; }
.nav-links a { color:#d5dbdc; padding:10px 12px; border-radius:10px; font-weight:650; font-size:.94rem; transition:.2s ease; }
.nav-links a:hover, .nav-links a.active { color:#fff; background:rgba(255,255,255,.06); }
.nav-links .nav-cta { color:#071007; background:var(--brand); margin-left:6px; }
.nav-links .nav-cta:hover { background:#69ff60; color:#061006; transform:translateY(-1px); }
.nav-toggle { display:none; background:transparent; border:1px solid var(--line); color:#fff; width:44px; height:44px; border-radius:12px; cursor:pointer; }

.hero { padding: 90px 0 70px; overflow:hidden; position:relative; }
.hero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap:58px; position:relative; }
.eyebrow { display:inline-flex; gap:9px; align-items:center; color:var(--brand-2); font-size:.78rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; margin-bottom:18px; }
.eyebrow::before { content:""; width:28px; height:2px; background:var(--brand); }
h1 { font-size:clamp(2.65rem, 6vw, 5.6rem); line-height:.98; letter-spacing:-.055em; margin:0 0 24px; max-width: 830px; }
.hero h1 span { color:var(--brand); }
.lead { color:#bac3c4; font-size:clamp(1.05rem, 1.6vw, 1.25rem); max-width:720px; margin:0 0 30px; }
.actions { display:flex; flex-wrap:wrap; gap:12px; }
.btn { display:inline-flex; justify-content:center; align-items:center; gap:9px; min-height:50px; padding:0 20px; border-radius:12px; border:1px solid var(--line); font-weight:780; transition:.2s ease; }
.btn-primary { background:var(--brand); border-color:var(--brand); color:#061006; }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 12px 34px rgba(53,245,43,.18); background:#65ff5c; }
.btn-secondary { background:rgba(255,255,255,.03); color:#fff; }
.btn-secondary:hover { border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.06); }
.hero-visual { position:relative; min-height:480px; }
.hero-card {
  position:absolute; inset:25px 0 25px 28px; border:1px solid var(--line); border-radius:32px;
  background:
    radial-gradient(circle at 72% 18%, rgba(53,245,43,.22), transparent 32%),
    linear-gradient(145deg, #171b1d, #0d1011 72%);
  overflow:hidden; box-shadow:var(--shadow);
}
.hero-card::before { content:"EUROPE"; position:absolute; right:-24px; top:20px; font-size:6rem; letter-spacing:.08em; font-weight:950; color:rgba(255,255,255,.025); transform:rotate(90deg); transform-origin:top right; }
.truck-graphic { position:absolute; left:8%; right:7%; bottom:14%; height:47%; }
.truck-trailer { position:absolute; left:0; right:22%; top:18%; bottom:24%; border:4px solid rgba(255,255,255,.72); border-radius:11px; clip-path:polygon(0 15%, 92% 0, 100% 100%, 8% 100%); }
.truck-cab { position:absolute; right:0; width:28%; bottom:24%; height:48%; background:linear-gradient(135deg,var(--brand),#19a718); clip-path:polygon(15% 0,75% 0,100% 38%,100% 100%,0 100%,0 28%); }
.truck-window { position:absolute; right:5%; top:11%; width:14%; height:21%; background:#0b0f10; clip-path:polygon(0 0,72% 0,100% 100%,0 100%); }
.wheel { position:absolute; bottom:13%; width:52px; height:52px; border-radius:50%; background:#050606; border:7px solid #62696a; box-shadow:inset 0 0 0 5px #171a1b; }
.w1 { left:18%; } .w2 { left:54%; } .w3 { right:4%; }
.road-line { position:absolute; left:7%; right:7%; bottom:12%; height:2px; background:rgba(255,255,255,.2); }
.hero-badge { position:absolute; display:flex; align-items:center; gap:12px; padding:14px 16px; background:#111516; border:1px solid var(--line); border-radius:15px; box-shadow:0 12px 34px rgba(0,0,0,.28); }
.hero-badge strong { display:block; font-size:1.15rem; line-height:1; }
.hero-badge small { color:var(--muted); font-size:.76rem; }
.hero-badge .dot { width:12px; height:12px; background:var(--brand); border-radius:50%; box-shadow:0 0 0 7px rgba(53,245,43,.12); }
.badge-a { left:0; top:0; } .badge-b { right:-14px; bottom:0; }

.stats { padding:0 0 82px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:rgba(255,255,255,.02); }
.stat { padding:26px; min-height:128px; display:flex; flex-direction:column; justify-content:center; border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { font-size:2rem; line-height:1.1; letter-spacing:-.04em; }
.stat span { color:var(--muted); font-size:.89rem; margin-top:5px; }
.section { padding:88px 0; }
.section.soft { background:rgba(255,255,255,.025); border-block:1px solid var(--line); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:36px; margin-bottom:34px; }
.section-head h2 { margin:0; max-width:760px; font-size:clamp(2rem,4.2vw,3.5rem); line-height:1.05; letter-spacing:-.045em; }
.section-head p { color:var(--muted); max-width:520px; margin:0; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.card { background:linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); border:1px solid var(--line); border-radius:var(--radius); padding:26px; min-height:220px; transition:.2s ease; }
.card:hover { transform:translateY(-3px); border-color:rgba(53,245,43,.25); }
.icon { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background:rgba(53,245,43,.10); border:1px solid rgba(53,245,43,.20); margin-bottom:23px; color:var(--brand); font-size:1.35rem; font-weight:900; }
.card h3 { margin:0 0 10px; font-size:1.28rem; }
.card p { color:var(--muted); margin:0; }
.check-list { display:grid; gap:12px; padding:0; margin:20px 0 0; list-style:none; }
.check-list li { position:relative; padding-left:31px; color:#d9dede; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--brand); font-weight:900; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.media-panel { min-height:440px; background:linear-gradient(135deg, #1b2022, #0d0f10); border:1px solid var(--line); border-radius:28px; position:relative; overflow:hidden; }
.media-panel::before { content:""; position:absolute; width:340px; height:340px; border:60px solid rgba(53,245,43,.13); border-radius:50%; top:-100px; right:-90px; }
.media-panel::after { content:"15"; position:absolute; bottom:-12px; left:24px; font-size:13rem; line-height:1; font-weight:950; color:rgba(255,255,255,.045); }
.media-copy { position:absolute; left:28px; top:30px; max-width:300px; z-index:2; }
.media-copy b { font-size:1.2rem; display:block; }
.media-copy span { color:var(--muted); font-size:.92rem; }
.brand-strip { position:absolute; left:28px; right:28px; bottom:31px; display:flex; flex-wrap:wrap; gap:10px; z-index:3; }
.tag { padding:8px 11px; border:1px solid var(--line); border-radius:999px; background:rgba(0,0,0,.24); font-size:.82rem; color:#e4e8e8; }
.cta-box { padding:44px; border-radius:30px; border:1px solid rgba(53,245,43,.25); background:radial-gradient(circle at 88% 10%, rgba(53,245,43,.16), transparent 22rem), #121617; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.cta-box h2 { margin:0 0 8px; font-size:clamp(1.8rem,4vw,3rem); letter-spacing:-.04em; }
.cta-box p { margin:0; color:var(--muted); }

.page-hero { padding:76px 0 56px; border-bottom:1px solid var(--line); }
.page-hero .wrap { max-width:900px; }
.page-hero h1 { font-size:clamp(2.6rem,6vw,5rem); }
.page-hero p { color:var(--muted); font-size:1.15rem; max-width:760px; }
.service-list { display:grid; gap:14px; margin-top:28px; }
.service-row { display:grid; grid-template-columns:52px 1fr; gap:18px; align-items:start; padding:20px 0; border-bottom:1px solid var(--line); }
.service-row:last-child { border-bottom:0; }
.service-row .num { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(53,245,43,.24); background:rgba(53,245,43,.08); border-radius:12px; color:var(--brand); font-weight:900; }
.service-row h3 { margin:0 0 5px; }
.service-row p { margin:0; color:var(--muted); }
.highlight { color:var(--brand); }

.contact-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:22px; }
.contact-panel { border:1px solid var(--line); border-radius:var(--radius); padding:28px; background:rgba(255,255,255,.025); }
.contact-panel h2 { margin-top:0; }
.contact-item { padding:16px 0; border-bottom:1px solid var(--line); }
.contact-item:last-child { border-bottom:0; }
.contact-item span { display:block; color:var(--muted); font-size:.82rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.contact-item strong { font-size:1.08rem; }
.placeholder { color:#f2c46b; font-weight:700; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:grid; gap:8px; margin-bottom:14px; }
.field.full { grid-column:1/-1; }
label { font-size:.9rem; color:#d9dede; font-weight:700; }
input, textarea { width:100%; background:#0b0e0f; border:1px solid var(--line); color:#fff; border-radius:12px; padding:14px; outline:none; }
input:focus, textarea:focus { border-color:rgba(53,245,43,.55); box-shadow:0 0 0 3px rgba(53,245,43,.08); }
textarea { min-height:150px; resize:vertical; }
.form-note { color:var(--muted); font-size:.82rem; margin-top:12px; }

.site-footer { border-top:1px solid var(--line); padding:44px 0 26px; background:#070909; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; }
.footer-logo { width:240px; margin-bottom:14px; }
.footer-copy { color:var(--muted); max-width:430px; }
.footer-title { font-weight:850; margin-bottom:12px; }
.footer-links { display:grid; gap:8px; color:#c5cbcc; }
.footer-links a:hover { color:var(--brand); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; color:#7f898a; font-size:.82rem; margin-top:35px; padding-top:20px; border-top:1px solid var(--line); }

@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:390px; max-width:680px; width:100%; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .grid-3 { grid-template-columns:1fr 1fr; }
  .section-head { align-items:start; flex-direction:column; gap:14px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
}
@media (max-width: 760px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .navbar { min-height:74px; }
  .brand img { width:185px; }
  .nav-toggle { display:grid; place-items:center; }
  .nav-links { position:absolute; top:74px; left:14px; right:14px; display:none; flex-direction:column; align-items:stretch; background:#101314; border:1px solid var(--line); border-radius:16px; padding:10px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links .nav-cta { margin-left:0; text-align:center; }
  .hero { padding-top:62px; }
  .hero-visual { min-height:330px; }
  .hero-card { inset:15px 0 20px 10px; }
  .hero-badge { padding:11px 12px; }
  .badge-b { right:0; }
  .wheel { width:42px; height:42px; }
  .grid-3, .grid-2, .stats-grid, .form-grid { grid-template-columns:1fr; }
  .stat { border-right:0 !important; border-bottom:1px solid var(--line); }
  .stat:last-child { border-bottom:0; }
  .section { padding:66px 0; }
  .cta-box { align-items:flex-start; flex-direction:column; padding:28px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > :first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; }
}
