.container{max-width:1240px;margin:0 auto;padding:28px 16px}.rve-container{max-width:1240px;margin:0 auto;padding:0 16px}.section{padding:28px 0}.section-muted{background:var(--surface-2);border-top:1px solid rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.06)}.section-head{margin-bottom:18px}.section-head h2,.section-head h1{margin:0 0 8px;font-size:26px;letter-spacing:-.02em}.section-head p{margin:0;color:var(--muted);line-height:1.6}.split{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width:900px){.grid-3{grid-template-columns:1fr}.split{flex-direction:column;align-items:flex-start}}.h1{font-size:36px;line-height:1.12;letter-spacing:-.03em;margin:10px 0 10px}.small{font-size:12px}.muted{color:var(--muted)}

/* ===============================
   Homepage v1.3.0 (SEO Hybrid)
   =============================== */

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  /* Global rule #1: Hero grid aligns to the top for consistent rhythm */
  align-items:start;
  padding:60px 0 40px;
}

.hero-content h1{
  font-size:46px;
  line-height:1.1;
  letter-spacing:-.03em;
  margin-bottom:18px;
}

.hero-sub{
  font-size:18px;
  color:var(--muted);
  max-width:520px;
  margin-bottom:26px;
}

.btn-large{
  padding:16px 28px;
  font-size:16px;
}

.hero-trust{
  margin-top:14px;
  font-size:13px;
  color:var(--muted);
}

.hero-visual .visual-card{
  background:linear-gradient(135deg,#f3f4ff,#f9fafc);
  border-radius:22px;
  height:340px;
  position:relative;
  box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.visual-badge{
  position:absolute;
  bottom:20px;
  right:20px;
  background:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-weight:600;
  font-size:13px;
  box-shadow:0 6px 18px rgba(15,23,42,.08);
}

.trust-strip{
  display:flex;
  gap:40px;
  padding:18px 0;
  font-size:14px;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
  margin-bottom:60px;
}

.how-section h2{
  font-size:32px;
  margin-bottom:8px;
}

.how-sub{
  color:var(--muted);
  margin-bottom:34px;
}

.how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.how-card{
  background:#fff;
  border-radius:18px;
  padding:26px;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  transition:.2s ease;
}

.how-card:hover{
  transform:translateY(-3px);
}

.how-number{
  width:36px;
  height:36px;
  background:var(--indigo-soft);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:14px;
}

@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr}
  .how-grid{grid-template-columns:1fr}
  .trust-strip{flex-direction:column;gap:10px}
}


/* v1.3.1 guard: keep hero CTA pill */
.hero-actions .btn-primary{border-radius:999px}


/* ===============================
   Trust Strip Impact Upgrade – v1.3.2
   =============================== */

.trust-strip{
  margin-top:32px;
  margin-bottom:80px;
  padding:28px 36px;
  background: linear-gradient(135deg, rgba(74,58,255,.08), rgba(246,196,79,.12));
  border-radius:22px;
  border:1px solid rgba(74,58,255,.18);
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
  justify-content:space-between;
}

.trust-strip div{
  font-weight:800;
  font-size:15px;
  display:flex;
  align-items:center;
  gap:12px;
  letter-spacing:-.01em;
}

.trust-strip div::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--indigo);
  box-shadow:0 0 0 6px rgba(74,58,255,.12);
}

@media(max-width:1024px){
  .trust-strip{
    flex-direction:column;
    gap:16px;
  }
}



/* ===============================
   Trust Strip – Strong Conversion Mode (v1.3.3)
   =============================== */

.trust-strip{
  margin-top:36px;
  margin-bottom:90px;
  padding:30px 40px;
  background: linear-gradient(135deg, var(--navy), #162b4f);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(11,31,58,.45);
  justify-content:space-between;
}

.trust-strip div{
  font-weight:800;
  font-size:16px;
  color:#fff;
  display:flex;
  align-items:center;
  gap:14px;
  letter-spacing:-.01em;
}

.trust-strip div::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background: var(--yellow);
  box-shadow:0 0 0 6px rgba(246,196,79,.25);
}



/* ===============================
   Trust Strip – Soft Integrated Mode (v1.3.4)
   =============================== */

.trust-strip{
  margin-top:28px;
  margin-bottom:70px;
  padding:22px 30px;
  background: linear-gradient(
      135deg,
      rgba(11,31,58,.06),
      rgba(74,58,255,.05)
  );
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:none;
  justify-content:space-between;
}

.trust-strip div{
  font-weight:700;
  font-size:15px;
  color:var(--text);
  display:flex;
  align-items:center;
  gap:12px;
  letter-spacing:-.01em;
}

.trust-strip div::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 4px rgba(246,196,79,.15);
}



/* ===============================
   Homepage Sections Extension – v1.3.5
   Adds Ratgeber preview + FAQ/Search + Final CTA band (desktop)
   =============================== */

.kb-preview{padding:70px 0 30px}
.kb-head{max-width:720px;margin-bottom:26px}
.kb-head h2{font-size:32px;margin:0 0 8px}
.kb-head p{margin:0;color:var(--muted)}

.kb-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.kb-card{
  display:block;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:22px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.kb-card:hover{
  transform: translateY(-2px);
  border-color: rgba(74,58,255,.20);
  box-shadow:0 18px 44px rgba(15,23,42,.08);
}
.kb-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(74,58,255,.08);
  color: var(--text);
  font-weight:800;
  font-size:12px;
  margin-bottom:14px;
}
.kb-card h3{margin:0 0 10px;font-size:18px;letter-spacing:-.01em}
.kb-card p{margin:0 0 16px;color:var(--muted);line-height:1.55}
.kb-link{font-weight:900;color:var(--indigo)}

.faq-search{padding:50px 0 70px}
.faq-card{
  background: linear-gradient(135deg, rgba(74,58,255,.06), rgba(246,196,79,.10));
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  padding:34px;
  box-shadow:0 18px 48px rgba(15,23,42,.08);
}
.faq-card h2{margin:0 0 10px;font-size:30px}
.faq-card p{margin:0 0 18px;color:var(--muted)}

.faq-form{
  display:flex;
  gap:12px;
  align-items:center;
  margin:10px 0 18px;
}
.faq-form input[type="search"]{
  flex:1;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  padding:14px 16px;
  font-size:14px;
  outline:none;
  background:#fff;
}
.faq-form input[type="search"]:focus{
  border-color: rgba(74,58,255,.35);
  box-shadow:0 0 0 4px rgba(74,58,255,.10);
}

.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 18px;
  font-weight:850;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color:var(--text);
  text-decoration:none;
}
.btn-secondary:hover{background:rgba(15,23,42,.04)}

.faq-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.final-cta{padding:40px 0 90px}
.final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background: var(--navy);
  color:#fff;
  border-radius:24px;
  padding:34px 34px;
  box-shadow:0 26px 70px rgba(11,31,58,.25);
}
.final-inner h2{margin:0 0 8px;font-size:28px;letter-spacing:-.02em}
.final-inner p{margin:0;color:rgba(255,255,255,.78)}

@media(max-width:1024px){
  .kb-grid{grid-template-columns:1fr}
  .faq-form{flex-direction:column;align-items:stretch}
  .final-inner{flex-direction:column;align-items:flex-start}
}


/* ===============================
   Homepage Visual Upgrade – v1.3.6
   Make "So einfach funktioniert es" + "Unsere Ratgeber" feel premium (not bland)
   =============================== */

.how-grid{gap:26px}
.how-card{
  position:relative;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(1200px 200px at 10% 0%, rgba(74,58,255,.10), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfbff);
  border-radius:22px;
  padding:26px 26px 24px;
  box-shadow:0 14px 38px rgba(15,23,42,.07);
  min-height:180px;
}
.how-card:hover{transform:translateY(-3px); box-shadow:0 20px 52px rgba(15,23,42,.09)}
.how-card h3{margin:10px 0 10px; font-size:18px; letter-spacing:-.01em}
.how-card p{margin:0; color:var(--muted); line-height:1.6}

.how-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(74,58,255,.10);
  border:1px solid rgba(74,58,255,.16);
}
.how-badge__num{
  width:26px;height:26px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  font-weight:900;
}
.how-badge__icon{font-size:16px}

.kb-grid{gap:22px}
.kb-card{
  padding:0;
  overflow:hidden;
  border-radius:22px;
}
.kb-media{
  height:92px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:18px 18px 14px;
  background:
    radial-gradient(900px 180px at 0% 0%, rgba(74,58,255,.22), transparent 55%),
    linear-gradient(135deg, rgba(11,31,58,.06), rgba(246,196,79,.12));
  border-bottom:1px solid rgba(15,23,42,.06);
}
.kb-media__icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.08);
  font-size:20px;
}
.kb-media__tag{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(15,23,42,.08);
  font-weight:900;
  font-size:12px;
}
.kb-body{padding:18px 20px 20px}
.kb-body h3{margin:0 0 10px;font-size:18px;letter-spacing:-.01em}
.kb-body p{margin:0 0 16px;color:var(--muted);line-height:1.6}
.kb-link{font-weight:900;color:var(--indigo)}

/* Keep cards aligned visually */
.kb-card:hover .kb-media{filter:saturate(1.05)}


/* ===============================
   Homepage Vertical Rhythm Upgrade – v1.3.7
   Make sections feel spacious (not compressed); give "So einfach funktioniert es" more impact
   =============================== */

.homepage section{scroll-margin-top:110px;}

/* Section spacing */
.how-section{padding-top:30px;padding-bottom:110px;}
.kb-preview{padding-top:0;padding-bottom:90px;}
.faq-search{padding-top:20px;padding-bottom:100px;}
.final-cta{padding-top:10px;padding-bottom:120px;}

/* Make the step cards feel more substantial */
.how-card{
  min-height:240px;
  padding:30px 30px 28px;
}
.how-card h3{margin-top:14px;font-size:19px;}
.how-card p{font-size:15px;line-height:1.65;}

/* Increase separation between H2 and cards for impact */
.how-section h2{margin-bottom:14px;}
.how-sub{margin-bottom:34px;font-size:16px;}

/* Ratgeber grid spacing */
.kb-head{margin-bottom:34px;}
.kb-grid{gap:26px;}

/* Add a subtle divider rhythm between major blocks (desktop only) */
@media(min-width:1025px){
  .how-section{position:relative;}
  .how-section:after{
    content:"";
    display:block;
    height:1px;
    background:rgba(15,23,42,.06);
    margin-top:80px;
  }
}



/* ===============================
   Section CTAs – v1.3.8
   Add a clear CTA under key homepage sections (no sticky nav CTA needed)
   =============================== */

.section-cta{
  margin-top:26px;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.section-cta__note{
  color:var(--muted);
  font-weight:650;
}
.section-cta--kb{
  margin-top:22px;
}

@media(min-width:1025px){
  .section-cta{
    justify-content:flex-start;
  }
}



/* ===============================
   Section Height Alignment – v1.3.9
   Goal: each major homepage section feels as substantial as the hero (desktop)
   =============================== */

/*
  Section height tuning
  NOTE (stability): The global 72vh hero min-height caused large empty areas
  on inner pages (Kosten / Route pages). We keep the “big hero” only on the
  homepage and let inner pages size to content.
*/
:root{
  --section-min-h: 56vh; /* safer default across devices */
}

body.home{
  --section-min-h: 72vh; /* homepage only */
}

@media(min-width:1025px){
  /* Homepage keeps the substantial hero; inner pages should NOT force height */
  /*
    Keep the hero content-driven.
    A forced min-height creates large blank areas between hero content and the trust strip
    on common desktop viewports (especially when the right-side preview panel is shorter).
  */
  body.home .hero-grid{min-height: auto;}
  body:not(.home) .hero-grid{min-height: auto;}
  .how-section,
  .kb-preview,
  .faq-search{
    min-height: var(--section-min-h);
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .final-cta{
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

/* CTA rows under sections */
.section-cta{
  margin-top: 38px;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.section-cta__note{
  color:var(--muted);
  font-weight:650;
}
.section-cta--how{margin-top:44px;}
.section-cta--kb{margin-top:36px;}



/* ===============================
   Above-the-fold tuning – v1.4.0
   Ensure trust strip is visible without scroll on common desktop heights
   =============================== */
@media(min-width:1025px){
  .hero{
    padding-top: 56px;
    padding-bottom: 34px;
  }
  /* See note above: do not force hero height on homepage */
  body.home .hero-grid{min-height: auto;}
  body:not(.home) .hero-grid{min-height: auto;}
  .trust-strip{
    margin-top: 18px;
    margin-bottom: 0;
  }
}


/* ===============================
   FAQ Search CTA De‑emphasis – v1.4.1
   Goal: main conversion CTA remains dominant
   =============================== */

.faq-search .btn-primary,
.faq-search button[type="submit"]{
  background: #e9ecf5;
  color: var(--text);
  box-shadow: none;
  font-weight: 600;
}

.faq-search .btn-primary:hover,
.faq-search button[type="submit"]:hover{
  background: #dde2f0;
  transform: none;
}

/* Slightly reduce size */
.faq-search .btn-primary,
.faq-search button[type="submit"]{
  padding: 12px 22px;
  border-radius: 12px;
}

/* Ensure main CTA remains visually stronger */
.btn-primary.btn-large{
  box-shadow: 0 18px 40px rgba(66, 80, 255, 0.35);
}



/* ===============================
   Footer CTA Softening – v1.4.2
   Goal: keep strong but less overpowering
   =============================== */

.final-cta .btn-primary{
  box-shadow: 0 10px 22px rgba(66, 80, 255, 0.22);
  transform: none;
}

.final-cta .btn-primary:hover{
  box-shadow: 0 14px 28px rgba(66, 80, 255, 0.28);
  transform: translateY(-1px);
}



/* ===============================
   FAQ Search Submit Button – De-emphasis (fix) – v1.4.3
   - Only the SEARCH submit button is neutral.
   - Primary CTAs inside the FAQ section remain primary.
   =============================== */

/* Utility search submit ONLY */
.faq-search form .faq-search-submit,
.faq-search form button[type="submit"].faq-search-submit{
  background: #e9ecf5;
  color: var(--text);
  box-shadow: none;
  font-weight: 600;
  border: 1px solid rgba(30,34,51,.12);
}

.faq-search form .faq-search-submit:hover,
.faq-search form button[type="submit"].faq-search-submit:hover{
  background: #dde2f0;
  transform: none;
}

/* Slightly smaller than primary */
.faq-search form .faq-search-submit{
  padding: 12px 22px;
  border-radius: 12px;
}

/* Ensure the FAQ CTA to Umzugsplan stays PRIMARY */
.faq-search .faq-actions .btn-primary{
  background: var(--primary);
  color: #fff;
  border: none;
  box-shadow: 0 18px 40px rgba(66, 80, 255, 0.35);
}
.faq-search .faq-actions .btn-primary:hover{
  box-shadow: 0 22px 50px rgba(66, 80, 255, 0.40);
  transform: translateY(-1px);
}



/* Accordion – v1.4.3 */
.accordion{
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.accordion details{
  background: #fff;
  border: 1px solid rgba(30,34,51,.10);
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.accordion summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--text);
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.accordion summary::-webkit-details-marker{ display:none; }
.accordion summary:after{
  content: "＋";
  font-weight: 800;
  opacity: .6;
}
.accordion details[open] summary:after{ content: "—"; }
.accordion .accordion-body{
  padding: 0 18px 16px 18px;
  color: var(--muted);
  line-height: 1.6;
}


/* ===============================
   FAQ Section (Homepage Mockup) – v1.4.4
   - Left: headline + CTA + trust points
   - Right: search + 4 quick links
   =============================== */

.faq-mock{ padding-top: 80px; padding-bottom: 80px; }

.faq-shell{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  background: linear-gradient(135deg, rgba(74,58,255,.10), rgba(245,158,11,.10));
  border: 1px solid rgba(30,34,51,.10);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.faq-left h2{ margin: 0; font-size: 44px; letter-spacing: -0.02em; }
.faq-left p{ margin: 10px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }

.faq-mock .faq-actions{ display:flex; gap: 14px; margin-top: 18px; flex-wrap: wrap; }

.faq-bullets{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  color: rgba(31,34,51,.78);
  font-weight: 750;
}
.faq-bullets li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 1.25;
}

.faq-bullets .ic{
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,158,11,.18);
  color: #B45309;
  flex: 0 0 auto;
  margin-top: 1px;
}

.faq-right{
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(30,34,51,.10);
  border-radius: 22px;
  padding: 18px;
}

.faq-searchbar{
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 12px;
  align-items: center;
}

.faq-searchbar input{
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(30,34,51,.12);
  padding: 0 18px;
  background: rgba(255,255,255,.92);
  font-size: 16px;
}

.faq-searchbtn{
  height: 54px;
  width: 56px;
  border-radius: 999px;
  border: 1px solid rgba(74,58,255,.30);
  background: rgba(74,58,255,.08);
  color: var(--primary);
  font-weight: 900;
  cursor: pointer;
}
.faq-searchbtn:hover{ background: rgba(74,58,255,.12); }

.faq-links{ margin-top: 14px; display: grid; gap: 10px; }

.faq-link{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(30,34,51,.10);
  background: rgba(255,255,255,.92);
  text-decoration: none;
  color: var(--text);
  font-weight: 650;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.faq-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10);
  background: #fff;
}

.faq-chevron{ color: var(--muted); font-size: 22px; line-height: 1; }

@media(max-width: 980px){
  .faq-shell{ grid-template-columns: 1fr; }
}


/* ===============================
   FAQ Layout Adjustment – v1.4.5
   Trust bullets above CTA, vertically aligned
   =============================== */

.faq-trust-vertical{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:24px 0 28px 0;
}

.faq-trust-vertical .trust-item{
  background:#ffffff;
  border:1px solid rgba(30,34,51,.08);
  border-radius:14px;
  padding:10px 16px;
  font-weight:600;
  color:var(--text);
  width:fit-content;
}

.faq-cta{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}



/* ===============================
   FAQ Trust List Simplification – v1.4.7
   Remove pill styling, stack clean 3-line list
   =============================== */

.faq-trust-vertical{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin:28px 0 34px 0;
}

.faq-trust-vertical .trust-item{
  background:none !important;
  border:none !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-weight:600;
  font-size:17px;
  color:var(--text);
  display:flex;
  align-items:center;
  gap:10px;
}


/* =========================================================
   v1.5.6 – Trust strip cleanup (no bullets, centered items)
   ========================================================= */
.trust-strip div::before{
  content: none !important;
  display: none !important;
}
.trust-strip{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.trust-strip > div{
  flex: 1;
  justify-content: center;
}

@media (max-width: 900px){
  .trust-strip{
    flex-direction: column;
    gap: 10px;
  }
  .trust-strip > div{
    justify-content: flex-start;
  }
}


/* --- Trust strip baseline (locked): icons + text only, no bullets/pills --- */
.trust-strip > div{ padding-left:0 !important; }
.trust-strip div::before{ content:none !important; display:none !important; }
.trust-strip .ic{ display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; flex:0 0 20px; }
