.elementor-362 .elementor-element.elementor-element-660b744{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-362 .elementor-element.elementor-element-b13f5e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85f47fa *//* =========================================================
   Vehico — Ueber Uns Seite MOBILE
   --------------------------------------------------------
   Eintragen: Customizer -> Zusaetzliches CSS
   Klassen-Prefix: .vh-aum-
   Visibility-Switch (vh-mobile-only / vh-desktop-only)
   liegt bereits in wp-mobile.css.
========================================================= */

@media (max-width: 768px) {

  /* ---------- Page-Wrapper ---------- */
  .vh-aum-page {
    background: #FFFFFF;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #111827;
  }
  .vh-aum-page * { box-sizing: border-box; }
  .vh-aum-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 18px;
  }

  /* ---------- Hero ---------- */
  .vh-aum-hero {
    background: #0F172A;
    color: #fff;
    padding: 52px 0 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .vh-aum-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 500px 400px at 50% 30%, rgba(37,99,235,0.18), transparent 70%);
    pointer-events: none;
  }
  .vh-aum-hero .vh-aum-container { position: relative; z-index: 1; }
  .vh-aum-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #93C5FD;
    background: rgba(37,99,235,0.18);
    border: 1px solid rgba(37,99,235,0.30);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
  }
  .vh-aum-h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 14px;
  }
  .vh-aum-lead {
    font-size: 15px;
    line-height: 1.55;
    color: #CBD5E1;
    margin: 0;
  }

  /* ---------- Section-Wrapper ---------- */
  .vh-aum-section { padding: 44px 0; }
  .vh-aum-section-alt { background: #F8FAFC; }

  .vh-aum-section-head {
    text-align: center;
    margin: 0 auto 28px;
  }
  .vh-aum-section-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #2563EB;
    margin-bottom: 10px;
  }
  .vh-aum-h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #111827;
    margin: 0 0 12px;
  }
  .vh-aum-section-sub {
    font-size: 14.5px;
    color: #6B7280;
    line-height: 1.55;
    margin: 0;
  }

  /* ---------- Story ---------- */
  .vh-aum-story-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 12px;
  }
  .vh-aum-story-text p:last-child { margin-bottom: 0; }

  .vh-aum-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .vh-aum-stat {
    background: #FFFFFF;
    border: 1px solid #DBEAFE;
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(37,99,235,0.04);
  }
  .vh-aum-stat .num {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2563EB;
    line-height: 1;
    margin-bottom: 5px;
  }
  .vh-aum-stat .lbl {
    font-size: 11.5px;
    color: #6B7280;
    line-height: 1.4;
  }

  /* ---------- Werte ---------- */
  .vh-aum-values {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .vh-aum-value-card {
    background: #FFFFFF;
    border: 1px solid #DBEAFE;
    border-radius: 12px;
    padding: 22px 18px;
  }
  .vh-aum-value-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #DBEAFE;
    color: #1D4ED8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .vh-aum-value-icon svg { width: 20px; height: 20px; }
  .vh-aum-value-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
  }
  .vh-aum-value-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.55;
    margin: 0;
  }

  /* ---------- Compare-Cards ---------- */
  .vh-aum-compare-card {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 16px;
    margin-bottom: 12px;
  }
  .vh-aum-compare-yes { border-color: #BBF7D0; background: #F0FDF4; }
  .vh-aum-compare-no  { border-color: #FECACA; background: #FEF2F2; }

  .vh-aum-compare-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }
  .vh-aum-compare-head h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    letter-spacing: -0.01em;
  }
  .vh-aum-compare-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .vh-aum-compare-icon svg { width: 14px; height: 14px; }
  .vh-aum-compare-icon-yes { background: #16A34A; color: #fff; }
  .vh-aum-compare-icon-no  { background: #DC2626; color: #fff; }

  .vh-aum-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .vh-aum-compare-list li {
    font-size: 14px;
    line-height: 1.55;
    color: #374151;
    padding-left: 18px;
    position: relative;
  }
  .vh-aum-compare-yes .vh-aum-compare-list li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16A34A;
  }
  .vh-aum-compare-no .vh-aum-compare-list li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DC2626;
  }

  .vh-aum-info-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-left: 3px solid #2563EB;
    border-radius: 10px;
    padding: 14px 14px;
    margin-top: 12px;
  }
  .vh-aum-info-note svg {
    flex-shrink: 0;
    color: #2563EB;
    margin-top: 1px;
  }
  .vh-aum-info-note p {
    margin: 0;
    font-size: 13px;
    color: #1E3A8A;
    line-height: 1.55;
  }

  /* ---------- FAQ ---------- */
  .vh-aum-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .vh-aum-faq-item {
    background: #FFFFFF;
    border: 1px solid #DBEAFE;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s ease;
  }
  .vh-aum-faq-item[open] { border-color: #2563EB; }
  .vh-aum-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14.5px;
    font-weight: 600;
    color: #111827;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .vh-aum-faq-item summary::-webkit-details-marker { display: none; }
  .vh-aum-faq-item summary::after {
    content: "+";
    color: #2563EB;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
  }
  .vh-aum-faq-item[open] summary::after { content: "−"; }
  .vh-aum-faq-a {
    padding: 0 16px 16px;
    font-size: 13.5px;
    color: #6B7280;
    line-height: 1.6;
  }
  .vh-aum-faq-a a {
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
  }
  .vh-aum-faq-a a:hover { color: #1D4ED8; text-decoration: underline; }

  /* ---------- Kontakt ---------- */
  .vh-aum-contact-card {
    background: #FFFFFF;
    border: 1px solid #DBEAFE;
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 4px 14px rgba(37,99,235,0.06);
  }
  .vh-aum-contact-card .vh-aum-section-eyebrow { text-align: left; }
  .vh-aum-contact-card .vh-aum-h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .vh-aum-contact-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.55;
    margin: 0 0 18px;
  }
  .vh-aum-contact-meta {
    background: #F8FAFC;
    border: 1px solid #DBEAFE;
    border-radius: 10px;
    padding: 16px;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .vh-aum-meta-row { display: flex; flex-direction: column; gap: 4px; }
  .vh-aum-meta-row .lbl {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2563EB;
  }
  .vh-aum-meta-row .val {
    font-size: 13px;
    color: #111827;
    line-height: 1.5;
  }
  .vh-aum-meta-row .val a {
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
  }
  .vh-aum-meta-row .val a:hover { color: #1D4ED8; text-decoration: underline; }

  /* ---------- Buttons ---------- */
  .vh-aum-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
  }
  .vh-aum-btn-primary {
    background: #F97316;
    color: #fff;
    border-color: #F97316;
    box-shadow: 0 4px 12px rgba(249,115,22,0.30);
  }
  .vh-aum-btn-primary:hover, .vh-aum-btn-primary:active {
    background: #EA580C;
    border-color: #EA580C;
    color: #fff;
    text-decoration: none;
  }
  .vh-aum-btn-secondary {
    background: #2563EB;
    color: #fff;
    border-color: #2563EB;
  }
  .vh-aum-btn-secondary:hover, .vh-aum-btn-secondary:active {
    background: #1D4ED8;
    border-color: #1D4ED8;
    color: #fff;
    text-decoration: none;
  }

  /* ---------- Final-CTA ---------- */
  .vh-aum-final-cta {
    background: #0F172A;
    color: #fff;
    text-align: center;
    padding: 48px 18px 56px;
  }
  .vh-aum-final-cta h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px;
  }
  .vh-aum-final-cta p {
    font-size: 14px;
    color: #94A3B8;
    line-height: 1.55;
    margin: 0 0 22px;
  }
  .vh-aum-final-cta .vh-aum-btn-primary {
    width: 100%;
    max-width: 320px;
    padding: 14px 24px;
    font-size: 15px;
  }
  .vh-aum-secure {
    margin-top: 14px;
    font-size: 11.5px;
    color: #94A3B8;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .vh-aum-secure svg { width: 12px; height: 12px; }

}

/* Sehr kleine Geraete (≤380px) */
@media (max-width: 380px) {
  .vh-aum-container { padding: 0 14px; }
  .vh-aum-h1 { font-size: 26px; }
  .vh-aum-h2 { font-size: 22px; }
  .vh-aum-stats { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a0c913 *//* =========================================================
   Vehico — Ueber Uns Seite (Desktop)
   --------------------------------------------------------
   Eintragen: Customizer -> Zusaetzliches CSS
   ODER: WPCode CSS-Snippet (Run on Page = /ueber-uns/)
   Klassen-Prefix: .vh-au-
========================================================= */

/* ---------- Page-Wrapper ---------- */
.vh-au-page {
  background: #FFFFFF;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111827;
}
.vh-au-page * { box-sizing: border-box; }
.vh-au-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Hero ---------- */
.vh-au-hero {
  background: #0F172A;
  color: #fff;
  padding: 80px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vh-au-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 800px 500px at 50% 30%, rgba(37,99,235,0.18), transparent 70%);
  pointer-events: none;
}
.vh-au-hero .vh-au-container { position: relative; z-index: 1; }
.vh-au-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93C5FD;
  background: rgba(37,99,235,0.18);
  border: 1px solid rgba(37,99,235,0.30);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.vh-au-h1 {
  font-size: clamp(34px, 4vw + 8px, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  margin: 0 auto 18px;
  max-width: 780px;
}
.vh-au-lead {
  font-size: 17px;
  line-height: 1.6;
  color: #CBD5E1;
  max-width: 680px;
  margin: 0 auto;
}

/* ---------- Section-Wrapper ---------- */
.vh-au-section {
  padding: 80px 0;
  background: #FFFFFF;
}
.vh-au-section-alt { background: #F8FAFC; }

.vh-au-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.vh-au-section-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 12px;
}
.vh-au-h2 {
  font-size: clamp(28px, 2.5vw + 12px, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 14px;
}
.vh-au-section-sub {
  font-size: 17px;
  color: #6B7280;
  line-height: 1.55;
  margin: 0;
}

/* ---------- Story-Grid (Text + Stats) ---------- */
.vh-au-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.vh-au-story-text p {
  font-size: 16px;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 14px;
}
.vh-au-story-text p:last-child { margin-bottom: 0; }

.vh-au-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.vh-au-stat {
  background: #FFFFFF;
  border: 1px solid #DBEAFE;
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(37,99,235,0.04);
}
.vh-au-stat .num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2563EB;
  line-height: 1;
  margin-bottom: 6px;
}
.vh-au-stat .lbl {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.4;
}

/* ---------- Werte/Prinzipien ---------- */
.vh-au-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vh-au-value-card {
  background: #FFFFFF;
  border: 1px solid #DBEAFE;
  border-radius: 14px;
  padding: 32px 26px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.vh-au-value-card:hover {
  border-color: #2563EB;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(37,99,235,0.10);
}
.vh-au-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #DBEAFE;
  color: #1D4ED8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.vh-au-value-icon svg { width: 24px; height: 24px; }
.vh-au-value-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.vh-au-value-card p {
  font-size: 14.5px;
  color: #6B7280;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Was Vehico ist (Compare Cards) ---------- */
.vh-au-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto 28px;
}
.vh-au-compare-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 28px 26px;
}
.vh-au-compare-yes { border-color: #BBF7D0; background: #F0FDF4; }
.vh-au-compare-no  { border-color: #FECACA; background: #FEF2F2; }

.vh-au-compare-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.vh-au-compare-head h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.01em;
}
.vh-au-compare-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vh-au-compare-icon svg { width: 16px; height: 16px; }
.vh-au-compare-icon-yes { background: #16A34A; color: #fff; }
.vh-au-compare-icon-no  { background: #DC2626; color: #fff; }

.vh-au-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vh-au-compare-list li {
  font-size: 14.5px;
  line-height: 1.55;
  color: #374151;
  padding-left: 22px;
  position: relative;
}
.vh-au-compare-yes .vh-au-compare-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16A34A;
}
.vh-au-compare-no .vh-au-compare-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DC2626;
}

/* Info-Note unter Compare */
.vh-au-info-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-left: 3px solid #2563EB;
  border-radius: 10px;
  padding: 16px 18px;
  max-width: 880px;
  margin: 0 auto;
}
.vh-au-info-note svg {
  flex-shrink: 0;
  color: #2563EB;
  margin-top: 1px;
}
.vh-au-info-note p {
  margin: 0;
  font-size: 14px;
  color: #1E3A8A;
  line-height: 1.6;
}

/* ---------- FAQ ---------- */
.vh-au-faq {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vh-au-faq-item {
  background: #FFFFFF;
  border: 1px solid #DBEAFE;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s ease;
}
.vh-au-faq-item[open] { border-color: #2563EB; }
.vh-au-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.vh-au-faq-item summary::-webkit-details-marker { display: none; }
.vh-au-faq-item summary::after {
  content: "+";
  color: #2563EB;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.vh-au-faq-item[open] summary::after { content: "−"; }
.vh-au-faq-item summary:hover { background: #F8FAFC; }
.vh-au-faq-a {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: #6B7280;
  line-height: 1.65;
}
.vh-au-faq-a a {
  color: #2563EB;
  text-decoration: none;
  font-weight: 500;
}
.vh-au-faq-a a:hover { color: #1D4ED8; text-decoration: underline; }

/* ---------- Kontakt-Card ---------- */
.vh-au-contact-card {
  background: #FFFFFF;
  border: 1px solid #DBEAFE;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 4px 16px rgba(37,99,235,0.06);
}
.vh-au-contact-text h2 { margin-bottom: 12px; }
.vh-au-contact-text p {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.6;
  margin: 0 0 24px;
}
.vh-au-contact-meta {
  background: #F8FAFC;
  border: 1px solid #DBEAFE;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vh-au-meta-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vh-au-meta-row .lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2563EB;
}
.vh-au-meta-row .val {
  font-size: 14px;
  color: #111827;
  line-height: 1.5;
}
.vh-au-meta-row .val a {
  color: #2563EB;
  text-decoration: none;
  font-weight: 500;
}
.vh-au-meta-row .val a:hover { color: #1D4ED8; text-decoration: underline; }

/* ---------- Buttons ---------- */
.vh-au-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .15s ease, transform .05s ease, box-shadow .2s ease;
  min-height: 48px;
}
.vh-au-btn:active { transform: translateY(1px); }
.vh-au-btn-primary {
  background: #F97316;
  color: #fff;
  border-color: #F97316;
  box-shadow: 0 6px 16px rgba(249,115,22,0.30);
}
.vh-au-btn-primary:hover { background: #EA580C; border-color: #EA580C; color: #fff; text-decoration: none; }
.vh-au-btn-secondary {
  background: #2563EB;
  color: #fff;
  border-color: #2563EB;
}
.vh-au-btn-secondary:hover { background: #1D4ED8; border-color: #1D4ED8; color: #fff; text-decoration: none; }

/* ---------- Final-CTA ---------- */
.vh-au-final-cta {
  background: #0F172A;
  color: #fff;
  text-align: center;
  padding: 72px 0 80px;
}
.vh-au-final-cta h2 {
  font-size: clamp(28px, 3vw + 14px, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto 14px;
  max-width: 720px;
}
.vh-au-final-cta p {
  font-size: 16px;
  color: #94A3B8;
  line-height: 1.55;
  max-width: 540px;
  margin: 0 auto 28px;
}
.vh-au-final-cta .vh-au-btn-primary { padding: 16px 32px; font-size: 16px; }
.vh-au-secure {
  margin-top: 16px;
  font-size: 12px;
  color: #94A3B8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vh-au-secure svg { width: 14px; height: 14px; }/* End custom CSS */