:root{--yellow:#f7c600;--yellow-2:#ffd333;--red:#d71920;--black:#101214;--graphite:#1e2226;--light:#f1f2f3;--white:#fff;--muted:#6d7379;--line:#dde1e4;--shadow:0 22px 60px rgba(10,12,14,.16);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:999}
.topbar{background:var(--yellow);position:sticky;top:0;z-index:50;box-shadow:0 3px 20px rgba(0,0,0,.14)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo img{height:58px;width:auto;object-fit:contain}.menu{display:flex;align-items:center;gap:19px;font-size:15px;font-weight:800}.menu a{text-decoration:none;position:relative;white-space:nowrap}.menu a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:.2s}.menu a:hover::after,.menu a.active::after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:12px}.phone-pill{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-weight:900;font-size:22px}.nav-cta{background:var(--red);color:#fff!important;border-radius:10px;padding:12px 18px;text-decoration:none;box-shadow:0 8px 18px rgba(215,25,32,.24)}.menu-toggle{display:none;background:transparent;border:2px solid var(--black);border-radius:10px;padding:9px 10px;font-weight:900}
.hero{position:relative;min-height:650px;color:#fff;background:url("../images/autod/hero.jpg") center/cover no-repeat;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,10,11,.90) 0%,rgba(9,10,11,.70) 35%,rgba(9,10,11,.20) 70%,rgba(9,10,11,.06) 100%)}.hero .container{position:relative;z-index:1;min-height:650px;display:flex;align-items:center}.hero-copy{max-width:620px;padding:80px 0 92px}.eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(247,198,0,.95);color:#111;font-weight:900;border-radius:999px;padding:9px 15px;margin-bottom:22px}h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px}.yellow-word{color:var(--yellow)}.lead{font-size:clamp(22px,2.4vw,30px);font-weight:900;margin:0 0 16px}.hero-text{font-size:19px;color:#f2f2f2;max-width:590px;margin:0}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:15px 22px;font-weight:900;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:.2s}.btn-yellow{background:var(--yellow);color:#111}.btn-yellow:hover{background:var(--yellow-2);transform:translateY(-1px)}.btn-dark{background:rgba(16,18,20,.88);color:#fff;border-color:rgba(255,255,255,.35)}.btn-red{background:var(--red);color:#fff}.btn-line{border-color:var(--black);color:var(--black);background:#fff}
.trust-strip{background:linear-gradient(90deg,var(--black),var(--graphite));color:#fff;padding:22px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-item{display:flex;align-items:center;gap:14px;border-right:1px solid rgba(255,255,255,.18);padding-right:18px}.trust-item:last-child{border-right:0}.trust-icon{width:44px;height:44px;border-radius:50%;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 auto}.trust-title{font-weight:800;line-height:1.25}
.section{padding:82px 0}.section.grey{background:linear-gradient(180deg,#f6f7f8,#eceeef)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:36px}.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:14px;margin-bottom:8px}h2{font-size:clamp(32px,4.5vw,52px);line-height:1.05;letter-spacing:-.04em;margin:0}.subtitle{max-width:690px;color:var(--muted);font-size:18px;margin:12px 0 0}.service-layout{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:stretch}.cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}.card{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}.card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--yellow)}.card h3{font-size:25px;margin:10px 0 12px}.icon-badge{width:62px;height:62px;border-radius:18px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:31px}.card p{color:#384047;margin-top:0}.mini-list{margin:10px 0 20px;padding-left:20px}.mini-list li::marker{color:var(--red)}
.quote-panel{position:relative;border-radius:var(--radius);overflow:hidden;min-height:350px;background:url("../images/autod/section-work.jpg") center/cover no-repeat;color:#fff;box-shadow:var(--shadow);display:flex;align-items:flex-end}.quote-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,14,.86),rgba(10,12,14,.25))}.quote-content{position:relative;padding:34px;max-width:520px}.quote-mark{font-size:72px;color:var(--yellow);line-height:.6;font-weight:900}.quote-content p{font-size:22px;font-weight:800;line-height:1.25}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.text-block{font-size:19px}.text-block p{margin-top:0}.checks{list-style:none;padding:0;margin:24px 0}.checks li{position:relative;padding:12px 0 12px 36px;border-bottom:1px solid var(--line);font-weight:700}.checks li::before{content:"✓";position:absolute;left:0;top:10px;color:var(--red);font-weight:900}.image-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.image-card img{width:100%;height:470px;object-fit:cover}.highlight-box{background:#fff7d4;border-left:7px solid var(--yellow);padding:24px;border-radius:18px;margin:28px 0;font-weight:800}
.partners{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:center}.partner-box{min-height:128px;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:center;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.10);font-size:26px;font-weight:900;text-align:center}.partner-box img{max-height:86px;width:auto;object-fit:contain}.gallery-intro{max-width:780px;margin-bottom:32px;font-size:19px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.gallery-item{border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.12);background:#ddd;min-height:210px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.25s}.gallery-item:hover img{transform:scale(1.035)}.gallery-item.big{grid-column:span 6;grid-row:span 2;min-height:456px}.gallery-item.wide{grid-column:span 6}.gallery-item.small{grid-column:span 3}
.page-hero{background:linear-gradient(90deg,rgba(16,18,20,.95),rgba(30,34,38,.92)),url("../images/autod/hero.jpg") center/cover no-repeat;color:#fff;padding:86px 0;border-bottom:8px solid var(--yellow)}.page-hero h1{font-size:clamp(40px,5vw,68px)}.page-hero p{font-size:22px;max-width:780px}.content{max-width:980px;font-size:19px}.content-narrow{max-width:850px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:34px}.contact-card{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);border-top:6px solid var(--yellow)}.contact-card.accounting{border-top-color:var(--graphite)}.contact-card h3{font-size:28px;margin:0 0 16px}.contact-line{font-size:20px;margin:12px 0}.contact-line a{text-decoration:none;font-weight:900}.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.map{width:100%;height:360px;border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.form-card{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.form-card h2{font-size:36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.field.full{grid-column:1/-1}label{display:block;font-weight:900;margin-bottom:7px}input,textarea{width:100%;border:1px solid #cfd5da;border-radius:12px;padding:13px 14px;font:inherit;background:#fff}textarea{min-height:125px;resize:vertical}.helper{font-size:14px;color:var(--muted);margin-top:12px}
.bottom-cta{background:var(--yellow);border-top:4px solid var(--black);padding:26px 0;position:relative;overflow:hidden}.bottom-cta::before{content:"";position:absolute;left:0;top:0;bottom:0;width:230px;background:repeating-linear-gradient(135deg,var(--red) 0 20px,transparent 20px 46px);opacity:.9}.bottom-inner{position:relative;display:flex;align-items:center;justify-content:center;gap:80px;font-size:28px;font-weight:900}.bottom-inner a{text-decoration:none}.footer{background:var(--black);color:#bfc5ca;padding:22px 0;font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
@media (max-width:1050px){.menu{gap:13px;font-size:14px}.phone-pill{font-size:18px}.nav-cta{padding:10px 12px}.service-layout{grid-template-columns:1fr}}@media (max-width:860px){.nav{min-height:auto;padding:12px 0;align-items:flex-start}.menu-toggle{display:inline-flex}.menu{display:none;position:absolute;left:0;right:0;top:72px;background:var(--yellow);padding:16px 18px 22px;flex-direction:column;align-items:flex-start;box-shadow:0 18px 26px rgba(0,0,0,.18)}.menu.open{display:flex}.nav-actions{margin-left:auto}.phone-pill span{display:none}.hero,.hero .container{min-height:620px}.hero::before{background:linear-gradient(90deg,rgba(9,10,11,.94),rgba(9,10,11,.65))}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-right:0}.cards,.split,.partners,.contact-grid,.form-wrap{grid-template-columns:1fr}.gallery-item.big,.gallery-item.wide{grid-column:span 12}.gallery-item.small{grid-column:span 6}.bottom-inner{gap:22px;flex-direction:column}.bottom-cta::before{width:150px;opacity:.55}}@media (max-width:560px){.container{width:min(100% - 24px,1180px)}.logo img{height:48px}.hero,.hero .container{min-height:610px}.hero-copy{padding:52px 0}.actions{flex-direction:column}.btn{width:100%}.trust-grid{grid-template-columns:1fr}.section{padding:58px 0}.cards{grid-template-columns:1fr}.gallery-item.small{grid-column:span 12}.gallery-item{min-height:260px}.form-grid{grid-template-columns:1fr}h1{font-size:42px}}



/* ===== Final Corulus refinements ===== */

body {
  padding-bottom: 74px;
}

.topbar {
  border-bottom: 3px solid #151515;
}

.nav {
  gap: 16px;
}

.logo img {
  height: 54px;
}

.menu {
  gap: 18px;
}

.nav-actions {
  flex: 0 0 auto;
  gap: 12px;
}

.phone-pill {
  min-width: 132px;
  justify-content: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}

.phone-pill span {
  display: inline-block;
  white-space: nowrap;
}

.nav-cta {
  white-space: nowrap;
  min-width: 124px;
  text-align: center;
}

/* Better hero crop with the actual vehicle visible */
.hero {
  background-position: center 48%;
}

/* Keep the chosen headline color balance */
.hero h1 .yellow-word {
  color: var(--yellow);
}

/* Make partner logos optically similar */
.partner-box {
  min-height: 140px;
}

.partner-box img {
  max-height: 92px;
  max-width: 92%;
}

.partner-box img[src*="ap-kaubatrans"] {
  max-height: 86px;
}

.partner-box img[src*="alb-transport"] {
  max-height: 74px;
}

/* Replace large old bottom CTA with a simple spacer-style footer CTA if present */
.bottom-cta {
  display: none;
}

/* Sticky quick contact bar */
.quick-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--yellow);
  border-top: 3px solid var(--black);
  box-shadow: 0 -10px 24px rgba(0,0,0,.16);
}

.quick-contact-inner {
  width: min(920px, calc(100% - 26px));
  margin: 0 auto;
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  color: var(--black);
  font-size: 28px;
  letter-spacing: .01em;
  white-space: nowrap;
}

.quick-car {
  display: inline-block;
  font-size: 30px;
  transition: transform .22s ease;
}

.quick-phone:hover .quick-car {
  transform: translateX(5px);
}

.quick-divider {
  height: 36px;
  width: 2px;
  background: rgba(16,18,20,.35);
}

.quick-button {
  background: var(--red);
  color: #fff;
  border-radius: 12px;
  min-height: 48px;
  padding: 0 26px;
  box-shadow: 0 8px 18px rgba(215,25,32,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.quick-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(215,25,32,.35);
}

/* Meist page: no extra subtitle spacing needed */
.page-hero h1 + p:empty {
  display: none;
}

@media (max-width: 1100px) {
  .menu {
    gap: 12px;
    font-size: 14px;
  }
  .phone-pill {
    font-size: 18px;
    min-width: 118px;
  }
  .nav-cta {
    padding: 11px 14px;
    min-width: auto;
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 68px;
  }

  .nav {
    align-items: center;
  }

  .phone-pill {
    min-width: auto;
  }

  .phone-pill span {
    display: none;
  }

  .hero {
    background-position: 58% center;
  }

  .quick-contact-inner {
    width: 100%;
    min-height: 64px;
    gap: 0;
    grid-template-columns: 1fr 1px 1fr;
  }

  .quick-link {
    font-size: 17px;
    height: 64px;
    border-radius: 0;
  }

  .quick-car {
    font-size: 23px;
  }

  .quick-button {
    min-height: 64px;
    border-radius: 0;
    padding: 0 12px;
  }

  .quick-divider {
    height: 42px;
  }
}

@media (max-width: 560px) {
  .logo img {
    height: 46px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    background-position: 60% center;
  }
}


/* ===== Corulus 1.0 Final refinements ===== */
body { padding-bottom: 74px; }

.topbar { border-bottom: 3px solid #151515; }
.nav { gap: 16px; }
.logo img { height: 54px; }
.menu { gap: 18px; }
.nav-actions { flex: 0 0 auto; gap: 12px; }
.phone-pill {
  min-width: 132px;
  justify-content: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}
.phone-pill span { display: inline-block; white-space: nowrap; }
.nav-cta { white-space: nowrap; min-width: 124px; text-align: center; }

.hero { background-position: center 52%; }
.hero h1 .yellow-word { color: var(--yellow); }

.card h3 { word-break: normal; hyphens: none; }

.partner-box { min-height: 140px; }
.partner-box img { max-height: 92px; max-width: 92%; }
.partner-box img[src*="ap-kaubatrans"] { max-height: 86px; }
.partner-box img[src*="alb-transport"] { max-height: 74px; }

.bottom-cta { display: none; }

.quick-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--yellow);
  border-top: 3px solid var(--black);
  box-shadow: 0 -10px 24px rgba(0,0,0,.16);
  overflow: hidden;
}
.quick-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  background: repeating-linear-gradient(135deg, var(--red) 0 18px, transparent 18px 42px);
  opacity: .95;
}
.quick-contact-inner {
  position: relative;
  width: min(920px, calc(100% - 26px));
  margin: 0 auto;
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  color: var(--black);
  font-size: 28px;
  letter-spacing: .01em;
  white-space: nowrap;
}
.quick-car { display: inline-block; font-size: 30px; transition: transform .22s ease; }
.quick-phone:hover .quick-car { transform: translateX(5px); }
.quick-divider { height: 36px; width: 2px; background: rgba(16,18,20,.35); }
.quick-button {
  background: var(--red);
  color: #fff;
  border-radius: 12px;
  min-height: 48px;
  padding: 0 26px;
  box-shadow: 0 8px 18px rgba(215,25,32,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.quick-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(215,25,32,.35); }

@media (max-width: 1100px) {
  .menu { gap: 12px; font-size: 14px; }
  .phone-pill { font-size: 18px; min-width: 118px; }
  .nav-cta { padding: 11px 14px; min-width: auto; }
}
@media (max-width: 860px) {
  body { padding-bottom: 68px; }
  .nav { align-items: center; }
  .phone-pill { min-width: auto; }
  .phone-pill span { display: none; }
  .hero { background-position: 58% center; }
  .quick-contact::before { width: 96px; opacity: .9; }
  .quick-contact-inner { width: 100%; min-height: 64px; gap: 0; grid-template-columns: 1fr 1px 1fr; }
  .quick-link { font-size: 17px; height: 64px; border-radius: 0; }
  .quick-car { font-size: 23px; }
  .quick-button { min-height: 64px; border-radius: 0; padding: 0 12px; }
  .quick-divider { height: 42px; }
}
@media (max-width: 560px) {
  .logo img { height: 46px; }
  .nav-cta { display: none; }
  .hero { background-position: 60% center; }
}
