/* ==========================================================================
   Bürki Umzüge und Transporte — Stylesheet
   ========================================================================== */

:root {
  --navy: #142a6b;
  --navy-dark: #0c1a45;
  --blue: #0978b4;
  --blue-light: #3fa9e6;
  --blue-pale: #eaf4fb;
  --gray-50: #f7f9fc;
  --gray-100: #eef1f6;
  --gray-200: #dde3ec;
  --gray-500: #7b8494;
  --gray-600: #5b6472;
  --gray-900: #1c2230;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 10px rgba(20, 42, 107, 0.07);
  --shadow-md: 0 10px 30px rgba(20, 42, 107, 0.12);
  --shadow-lg: 0 20px 50px rgba(12, 26, 69, 0.22);
  --container: 1180px;
  --font-head: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.6em;
  font-weight: 600;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--gray-600); }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.9em;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--blue-light);
  display: inline-block;
}
section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.bg-light { background: var(--gray-50); }
.bg-navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); color: var(--white); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy p { color: rgba(255,255,255,0.78); }
.text-center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--gray-600); }
.max-w { max-width: 680px; margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 8px 20px rgba(9,120,180,0.32); }
.btn-primary:hover { background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(9,120,180,0.4); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.55); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); }
.btn-ghost { background: var(--blue-pale); color: var(--navy); }
.btn-ghost:hover { background: var(--gray-200); }
.btn-whatsapp { background: #25d366; color: var(--white); }
.btn-whatsapp:hover { background: #1ebe5b; transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

/* ---------------- Header ---------------- */
.top-bar {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.top-bar a { display: inline-flex; align-items: center; gap: 6px; }
.top-bar a:hover { color: var(--blue-light); }
.top-bar .top-links { display: flex; gap: 22px; flex-wrap: wrap; }
.top-bar svg { width: 14px; height: 14px; }

header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.99);
  box-shadow: 0 1px 0 var(--gray-200);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; }
.main-nav a.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--gray-900);
  border-radius: var(--radius-sm);
  transition: color 0.15s, background 0.15s;
}
.main-nav a.nav-link:hover, .main-nav li.active > a.nav-link { color: var(--blue); background: var(--blue-pale); }
.has-dropdown { position: relative; }
.has-dropdown .chevron { width: 12px; height: 12px; transition: transform 0.2s; }
.has-dropdown:hover .chevron { transform: rotate(180deg); }
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 280px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s ease;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  color: var(--gray-900);
}
.dropdown a:hover { background: var(--blue-pale); color: var(--blue); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: 0.25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  color: var(--white);
  min-height: 84vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12,26,69,0.94) 0%, rgba(20,42,107,0.86) 45%, rgba(9,120,180,0.55) 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 700px; }
.hero .eyebrow { color: var(--blue-light); }
.hero h1 { color: var(--white); }
.hero .tagline {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  border-left: 3px solid var(--blue-light);
  padding-left: 14px;
  margin: 22px 0 32px;
}
.hero p.lead { color: rgba(255,255,255,0.85); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 28px;
  row-gap: 20px;
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 28px;
}
.hero-stats .stat { text-align: left; }
.hero-stats .stat strong { display: block; font-family: var(--font-head); font-size: 1.8rem; color: var(--white); }
.hero-stats .stat span { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

.page-hero {
  position: relative;
  color: var(--white);
  padding: 70px 0 56px;
  background: linear-gradient(120deg, var(--navy-dark), var(--navy));
}
.page-hero h1 { color: var(--white); margin-bottom: 10px; }
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--white); }
.page-hero .lead { color: rgba(255,255,255,0.85); max-width: 640px; }

/* ---------------- Cards / Grids ---------------- */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
a.card:hover, .card.hover:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card .icon svg { width: 28px; height: 28px; color: var(--blue); }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.card .more { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-weight: 600; font-size: 0.9rem; margin-top: 8px; }
.card .more svg { width: 16px; height: 16px; transition: transform 0.15s; }
a.card:hover .more svg { transform: translateX(4px); }

.check-list li, .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--gray-900);
}
.check-list svg, .feature-list svg {
  width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--blue);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.media-frame { position: relative; }
.media-frame::after {
  content: "";
  position: absolute;
  inset: -14px -14px auto auto;
  width: 140px;
  height: 140px;
  border: 8px solid var(--blue-pale);
  border-radius: var(--radius);
  z-index: -1;
  top: -20px;
  right: -20px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}
.stat-strip .stat { text-align: center; }
.stat-strip strong { display: block; font-family: var(--font-head); font-size: 2.2rem; color: var(--navy); }
.stat-strip span { color: var(--gray-500); font-size: 0.9rem; }

/* CTA banner */
.cta-banner {
  background: linear-gradient(120deg, var(--blue) 0%, var(--navy) 100%);
  border-radius: 20px;
  padding: 52px 48px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-banner h2 { color: var(--white); margin-bottom: 6px; }
.cta-banner p { color: rgba(255,255,255,0.85); margin: 0; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Timeline (checklist) */
.timeline-block { margin-bottom: 44px; }
.timeline-block h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
}
.timeline-block .num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 0.95rem;
  flex-shrink: 0;
}

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-900);
  background: var(--white);
  transition: border-color 0.15s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.form-note { font-size: 0.8rem; color: var(--gray-500); margin-top: -6px; }
.radio-row { display: flex; gap: 20px; }
.radio-row label { display: flex; align-items: center; gap: 8px; font-weight: 500; color: var(--gray-900); }

.info-card {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 36px;
}
.info-card h3 { color: var(--white); }
.info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-row svg { width: 22px; height: 22px; color: var(--blue-light); flex-shrink: 0; margin-top: 3px; }
.info-row strong { display: block; color: var(--white); font-family: var(--font-head); font-size: 0.95rem; }
.info-row span, .info-row a { color: rgba(255,255,255,0.78); font-size: 0.92rem; }
.info-row a:hover { color: var(--white); }

.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 0; width: 100%; height: 320px; }

/* Job listing */
.job-card {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 32px;
  margin-bottom: 24px;
}
.job-card .badge {
  display: inline-block;
  background: var(--blue-pale);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.job-card .job-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 18px 0 22px; }
.job-card h4 { color: var(--navy); font-family: var(--font-head); font-size: 0.95rem; margin-bottom: 10px; }

/* Footer */
footer.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.7); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-grid h4 { color: var(--white); font-family: var(--font-head); font-size: 1rem; margin-bottom: 20px; }
.footer-grid ul li { margin-bottom: 12px; }
.footer-grid a:hover { color: var(--white); }
.footer-brand img { height: 46px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.95; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9rem; max-width: 280px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; margin-top: 3px; color: var(--blue-light); flex-shrink: 0; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: 0.82rem;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a:hover { color: var(--white); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }

/* Floating action buttons (mobile) */
.floating-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.floating-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.floating-btn svg { width: 26px; height: 26px; }
.floating-call { background: var(--blue); box-shadow: 0 10px 25px rgba(9,120,180,0.45); }
.floating-whatsapp { background: #25d366; box-shadow: 0 10px 25px rgba(37,211,102,0.45); }

/* Utility */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.tag {
  background: var(--blue-pale);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .media-frame { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .job-card .job-cols { grid-template-columns: 1fr; }
}
@media (max-width: 1180px) {
  .main-nav { position: fixed; top: 0; right: 0; width: min(340px, 86vw); height: 100vh; background: var(--white); flex-direction: column; align-items: stretch; padding: 90px 26px 26px; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .has-dropdown .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; padding-left: 10px; }
  .has-dropdown.open .dropdown { display: block; }
  .header-cta .btn-whatsapp, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .floating-btn { display: flex; }
}
@media (max-width: 760px) {
  section { padding: 58px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: 38px 26px; }
  .cta-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; padding: 130px 0 70px; }
  .top-bar { display: none; }
}

@media print {
  header.site-header, footer.site-footer, .top-bar, .floating-call, .no-print { display: none !important; }
  body { color: #000; }
  section { padding: 10px 0; }
}
