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

:root {
  --black: #080808;
  --yellow: #f5c518;
  --yellow-dark: #d4a800;
  --white: #f5f3ee;
  --gray: #777;
  --card-bg: #111;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 2.5rem;
  background: rgba(8,8,8,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245,197,24,0.12);
  flex-wrap: wrap; gap: 1rem;
}
.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem; letter-spacing: 3px; color: var(--yellow);
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none;
}
.logo span { color: var(--white); }
.nav-links {
  display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap;
}
.nav-links a {
  color: #aaa; text-decoration: none; font-size: 0.85rem;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--yellow); }
.nav-tel a {
  color: var(--white); text-decoration: none;
  font-weight: 600; font-size: 0.95rem;
  border: 1px solid var(--yellow);
  padding: 0.5rem 1.3rem; border-radius: 2px;
  transition: all 0.2s;
}
.nav-tel a:hover { background: var(--yellow); color: var(--black); }

/* HERO */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 11rem 2.5rem 4rem;
  position: relative; overflow: hidden;
  background:
    linear-gradient(to right, rgba(8,8,8,0.97) 0%, rgba(8,8,8,0.85) 50%, rgba(8,8,8,0.4) 100%),
    url('hero.jpg') center/cover no-repeat;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 80%, rgba(245,197,24,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.hero.subpage { min-height: 70vh; padding-top: 7rem; }
@media (max-width: 540px) { .hero.subpage { padding-top: 6rem; } }
.hero-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 1.8rem;
  opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
}
.hero-tag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--yellow);
}
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.8rem, 11vw, 9.5rem);
  line-height: 0.88; letter-spacing: 2px;
  max-width: 860px;
  opacity: 0; animation: fadeUp 0.6s 0.35s forwards;
}
.hero h1 .accent { color: var(--yellow); }
.hero-sub {
  margin-top: 2rem;
  font-size: 1.1rem; color: #999;
  max-width: 460px; line-height: 1.75; font-weight: 300;
  opacity: 0; animation: fadeUp 0.6s 0.55s forwards;
}
.hero-cta {
  margin-top: 3rem;
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; animation: fadeUp 0.6s 0.75s forwards;
}
.btn-primary {
  background: var(--yellow); color: var(--black);
  font-weight: 700; font-size: 1.05rem;
  padding: 1rem 2.5rem; text-decoration: none; border-radius: 2px;
  transition: transform 0.15s, background 0.15s; letter-spacing: 0.5px;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary:hover { background: var(--yellow-dark); transform: translateY(-2px); }
.btn-secondary {
  color: var(--white); font-size: 1.05rem;
  padding: 1rem 1.8rem; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 2px;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-secondary:hover { border-color: var(--yellow); color: var(--yellow); }
.hero-stats {
  margin-top: 5rem;
  display: flex; gap: 3.5rem; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 2.5rem;
  opacity: 0; animation: fadeUp 0.6s 0.95s forwards;
}
.stat { display: flex; flex-direction: column; }
.stat-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem; color: var(--yellow); line-height: 1;
}
.stat-l { font-size: 0.72rem; color: var(--gray); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 0.3rem; }

/* SECTIONS */
.section { padding: 6rem 2.5rem; max-width: 1100px; margin: 0 auto; }
.sec-label { font-size: 0.68rem; letter-spacing: 5px; text-transform: uppercase; color: var(--yellow); margin-bottom: 0.8rem; }
.sec-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  letter-spacing: 1px; line-height: 1; margin-bottom: 3.5rem;
}
.sec-title.small { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 1.5rem; }
.body-text { color:#999; line-height:1.9; max-width:900px; font-size: 0.98rem; }
.body-text + .body-text { margin-top: 1.2rem; }

/* PRICES */
.prices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
}
.price-card {
  background: var(--card-bg);
  padding: 2.5rem 2rem 2rem;
  position: relative; overflow: hidden;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.price-card:hover { background: #161616; border-bottom-color: var(--yellow); }
.price-card .route-from {
  font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gray); margin-bottom: 0.8rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.price-card .route-from::after {
  content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.07);
}
.price-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.9rem; letter-spacing: 1px;
  color: var(--white); margin-bottom: 0.4rem; line-height: 1.1;
}
.price-card .dest { font-size: 0.82rem; color: var(--gray); margin-bottom: 1.8rem; }
.price-row { display: flex; align-items: baseline; gap: 1rem; }
.price-new { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; color: var(--yellow); line-height: 1; }
.price-old { font-size: 1.1rem; color: #555; text-decoration: line-through; }
.price-label { font-size: 0.7rem; color: var(--gray); margin-top: 0.5rem; letter-spacing: 1px; text-transform: uppercase; }
.badge-save {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: var(--yellow); color: var(--black);
  font-size: 0.65rem; font-weight: 700;
  padding: 0.25rem 0.6rem; letter-spacing: 1px; text-transform: uppercase;
}

/* SERVICES */
.services-stripe { background: #0d0d0d; border-top: 1px solid rgba(245,197,24,0.08); border-bottom: 1px solid rgba(245,197,24,0.08); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.service-card {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s;
}
.service-card:last-child { border-right: none; }
.service-card:hover { background: #111; }
.service-icon { font-size: 1.8rem; margin-bottom: 1.2rem; }
.service-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem; letter-spacing: 1px;
  color: var(--yellow); margin-bottom: 0.5rem;
}
.service-card p { color: #888; font-size: 0.85rem; line-height: 1.65; }
.service-card a.card-link { color: var(--yellow); font-size: 0.8rem; text-decoration: none; display: inline-block; margin-top: 0.8rem; }
.service-card a.card-link:hover { text-decoration: underline; }

/* WHY */
.why-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
@media (max-width: 720px) { .why-wrap { grid-template-columns: 1fr; gap: 2.5rem; } }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.why-list li { display: flex; gap: 1rem; align-items: flex-start; }
.check-box {
  min-width: 22px; height: 22px;
  background: var(--yellow); color: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800; margin-top: 3px;
}
.why-text strong { display: block; margin-bottom: 0.2rem; font-weight: 500; font-size: 0.97rem; }
.why-text span { font-size: 0.83rem; color: var(--gray); line-height: 1.5; }

.cta-box {
  background: var(--yellow); color: var(--black);
  padding: 3rem 2.5rem;
  display: flex; flex-direction: column; gap: 1.2rem;
}
.cta-box .cta-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; opacity: 0.55; }
.cta-box .cta-tel {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: 3px; line-height: 1;
  text-decoration: none; color: var(--black); word-break: break-all;
}
.cta-box .cta-tel:hover { opacity: 0.75; }
.cta-box .cta-sub { font-size: 0.82rem; opacity: 0.55; }
.wa-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #000; color: #fff;
  padding: 0.8rem 1.5rem; text-decoration: none;
  font-size: 0.9rem; font-weight: 600; border-radius: 2px;
  transition: opacity 0.2s; width: fit-content;
}
.wa-btn:hover { opacity: 0.8; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); padding: 1.5rem 0; }
.faq-item h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem; letter-spacing: 0.5px; color: var(--white);
  margin-bottom: 0.6rem; font-weight: normal;
}
.faq-item p { color: #999; font-size: 0.92rem; line-height: 1.7; }

/* BREADCRUMB / BACK LINK */
.back-link-wrap { padding: 2rem 2.5rem 0; max-width: 1100px; margin: 0 auto; }
.back-link-wrap a {
  color: var(--gray); text-decoration: none; font-size: 0.85rem;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: color 0.2s;
}
.back-link-wrap a:hover { color: var(--yellow); }

/* BOTTOM CTA */
.bottom-cta { text-align: center; padding: 7rem 2rem; }
.bottom-cta h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 9vw, 7rem);
  letter-spacing: 2px; line-height: 0.88; margin-bottom: 1.5rem;
}
.bottom-cta h2 span { color: var(--yellow); }
.bottom-cta p { color: var(--gray); max-width: 400px; margin: 0 auto 2.5rem; line-height: 1.7; }
.contact-row {
  display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap;
  margin-top: 3rem; padding-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.contact-row a { color: #666; text-decoration: none; font-size: 0.88rem; }
.contact-row a:hover { color: var(--yellow); }

footer {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 2rem; text-align: center;
  font-size: 0.72rem; color: #333;
}
footer a { color: #444; text-decoration: none; }
footer a:hover { color: var(--gray); }
.footer-nav { margin-top: 0.6rem; font-size: 0.7rem; }
.footer-nav a { color: #555; margin: 0 0.5rem; }
.footer-nav a:hover { color: var(--yellow); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
}

@media (max-width: 540px) {
  nav { padding: 1rem 1.2rem; }
  .hero { padding: 9rem 1.3rem 3rem; }
  .section { padding: 4rem 1.3rem; }
  .hero-stats { gap: 2rem; }
  .cta-box { padding: 2rem 1.5rem; }
  .service-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .fahrer-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .back-link-wrap { padding: 6.5rem 1.3rem 0; }
}
