.card{background:var(--surface);border:1px solid rgba(15,23,42,.08);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}
.rve-header{background:rgba(255,255,255,.88);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid rgba(15,23,42,.08);position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-badge{width:44px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--indigo);color:#fff;font-weight:900;font-size:12px;letter-spacing:.08em}
.brand-text strong{display:block;font-size:14px;line-height:1.1;font-weight:900}
.brand-text small{display:block;font-size:12px;color:var(--muted);margin-top:2px;font-weight:600}
.menu{list-style:none;display:flex;gap:14px;margin:0;padding:0;align-items:center}
.menu a{text-decoration:none;color:var(--text);font-weight:750;font-size:14px;opacity:.92}
.menu a:hover{text-decoration:underline;opacity:1}

/* Primary CTA in global navigation: last menu item (Umzugsplan) */
.menu > li:last-child > a{
  background: var(--indigo);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(59,78,255,.22);
  border: 1px solid rgba(59,78,255,.25);
  opacity: 1;
  text-decoration: none;
}
.menu > li:last-child > a:hover{
  background: var(--indigo-2);
  text-decoration: none;
}
.menu > li:last-child{display:flex;align-items:center}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 16px;text-decoration:none;font-weight:850;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--indigo);color:#fff;box-shadow:0 10px 24px rgba(59,78,255,.25)}
.btn-primary:hover{background:var(--indigo-2)}
.btn-ghost{background:transparent;border-color:rgba(15,23,42,.14);color:var(--text)}
.btn-ghost:hover{background:rgba(15,23,42,.04)}
.btn-dark{background:var(--navy);color:#fff}
.btn-wide{width:100%}

/* Hero */
.hero{padding:34px 0 28px}
.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}
@media (max-width:900px){.hero-inner{grid-template-columns:1fr}}
.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:rgba(246,196,79,.25);border:1px solid rgba(246,196,79,.55);color:#7A5300;font-weight:900;font-size:12px}
.hero-h1{font-size:44px;line-height:1.06;letter-spacing:-.04em;margin:12px 0 12px}
@media (max-width:900px){.hero-h1{font-size:36px}}
.hero-p{margin:0 0 16px;color:var(--muted);line-height:1.7;font-size:16px}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.hero-trust{color:var(--muted);font-weight:750;font-size:13px;display:flex;align-items:center;gap:8px}

/* Illustration placeholder */
.hero-art .art-card{height:240px;border-radius:24px;background:linear-gradient(180deg, rgba(59,78,255,.12), rgba(246,196,79,.10));border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-sm);position:relative;padding:18px}
.art-line{height:10px;border-radius:999px;background:rgba(11,31,58,.10);margin-bottom:10px}
.art-line.short{width:70%}
.art-chip{position:absolute;right:16px;bottom:16px;background:#fff;border:1px solid rgba(15,23,42,.10);padding:8px 10px;border-radius:999px;font-weight:900;font-size:12px}

/* Step cards */
.step-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:var(--shadow-sm);padding:18px}
.step-badge{width:34px;height:34px;border-radius:12px;background:rgba(59,78,255,.12);border:1px solid rgba(59,78,255,.22);color:var(--indigo);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:10px}
.step-card h3{margin:0 0 6px;font-size:16px}
.step-card p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}

/* Trust strip (canonical) */
.trust-strip{
  margin-top:26px;
  margin-bottom:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  background:linear-gradient(90deg, rgba(59,78,255,.06), rgba(246,196,79,.08));
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:var(--shadow-sm);
  color:#0b1f3a;
  font-weight:850;
  font-size:14px;
}
.trust-strip > div{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  white-space:nowrap;
}
@media (max-width:900px){
  .trust-strip{flex-direction:column;align-items:flex-start;gap:10px}
  .trust-strip > div{white-space:normal}
}

/* Article cards */
.article-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:var(--shadow-sm);padding:18px}
.article-card h3{margin:10px 0 8px;font-size:16px;letter-spacing:-.01em}
.article-card p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.meta{display:flex;gap:8px;align-items:center;color:var(--muted);font-weight:750;font-size:12px}
.tag{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:rgba(59,78,255,.10);border:1px solid rgba(59,78,255,.18);color:var(--indigo);font-weight:900}

/* FAQ grid */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
@media (max-width:900px){.faq-grid{grid-template-columns:1fr}}
.search-box{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:12px;box-shadow:var(--shadow-sm)}
.search-box input{flex:1;border:0;outline:none;font-size:14px}
.faq-list details{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;box-shadow:var(--shadow-sm);margin-top:12px}
.faq-list summary{font-weight:900;cursor:pointer}
.faq-list p{margin:10px 0 0;color:var(--muted);line-height:1.6}
.bullets{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;color:var(--muted);font-weight:800}

/* Footer */
.rve-footer{margin-top:48px;background:#F2F6FB;border-top:1px solid rgba(15,23,42,.06)}
.footer-top{padding-top:26px;padding-bottom:16px}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.footer-brand-text strong{display:block;font-weight:950}
.footer-brand-text small{display:block;color:var(--muted);margin-top:2px;font-weight:650}
.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.footer-grid h4{margin:0 0 10px;font-size:13px;color:#334155}
.footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.footer-grid a{text-decoration:none;color:#334155;font-size:13px;font-weight:700}
.footer-grid a:hover{text-decoration:underline}
@media (max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.footer-trust-wrap{padding-top:10px;padding-bottom:10px}
.footer-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:10px 14px;box-shadow:var(--shadow-sm);color:var(--muted);font-weight:900;font-size:12px}
.footer-trust .dot{opacity:.5}
.footer-bottom{padding:14px 18px;text-align:center;color:var(--muted);font-size:12px}

/* ===============================
   Cookie Consent (DSGVO) – v1.2.3
   =============================== */
.rve-cookie{position:fixed;inset:0;display:none;z-index:9999}
.rve-cookie.is-open{display:block}
.rve-cookie__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter: blur(2px)}
.rve-cookie__card{
  position:absolute;
  right:24px; bottom:24px;
  width:min(420px, calc(100vw - 40px));
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(15,23,42,.18);
  padding:18px 18px 16px;
}
.rve-cookie__card h3{margin:0 0 8px;font-size:18px;letter-spacing:-.01em}
.rve-cookie__card p{margin:0 0 14px;color:var(--muted);line-height:1.55;font-weight:650;font-size:13px}
.rve-cookie__card a{color:var(--text);text-decoration:underline;text-underline-offset:2px}
.rve-cookie__actions{display:flex;flex-direction:column;gap:10px}
.rve-cookie__btn{
  appearance:none;border:1px solid rgba(15,23,42,.14);
  background:#fff;color:var(--text);
  border-radius:999px;padding:12px 14px;
  font-weight:850;font-size:14px;cursor:pointer;
}
.rve-cookie__btn:hover{background:rgba(15,23,42,.04)}
.rve-cookie__btn--primary{
  background:var(--navy); color:#fff; border-color:transparent;
}
.rve-cookie__btn--primary:hover{background:#081a31}
.rve-cookie__x{
  position:absolute; top:10px; right:10px;
  width:34px; height:34px; border-radius:10px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff; cursor:pointer;
  font-size:18px; line-height:1;
}
.rve-cookie__x:hover{background:rgba(15,23,42,.04)}
@media (max-width:640px){
  .rve-cookie__card{right:14px;left:14px;bottom:14px;width:auto}
}



/* ===============================
   CTA Unification – v1.3.1
   Make header "Umzugsplan" CTA and hero CTA identical (pill SaaS style)
   =============================== */
.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background: var(--indigo);
  color:#fff !important;
  text-decoration:none !important;
  border:1px solid rgba(74,58,255,.35);
  border-radius:999px;
  padding:14px 22px;
  font-weight:800;
  letter-spacing:-.01em;
  box-shadow: 0 14px 28px rgba(74,58,255,.18);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(74,58,255,.22);
  filter: brightness(1.02);
}
.btn-primary:active{transform: translateY(0px) scale(.99);}

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

/* Apply same pill look to the nav CTA link (last item) */
.site-nav a.is-cta,
.site-nav .menu-item-cta > a,
.site-nav li:last-child > a.cta,
.site-nav li:last-child > a.is-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: var(--indigo);
  color:#fff !important;
  text-decoration:none !important;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  box-shadow: 0 14px 28px rgba(74,58,255,.16);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.site-nav a.is-cta:hover,
.site-nav .menu-item-cta > a:hover,
.site-nav li:last-child > a.cta:hover,
.site-nav li:last-child > a.is-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(74,58,255,.20);
  filter: brightness(1.02);
}

/* =========================
   Premium contained footer
   ========================= */
.rve-footer{ background: transparent; color: rgba(255,255,255,0.86); }
.rve-footer__bar{ padding: 0; }
.rve-footer__box{ background:#0B1730; border-radius:28px; box-shadow:0 22px 60px rgba(2,6,23,.22); padding:72px 56px 44px; }
.rve-footer__grid{ display:grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 44px; align-items:start; }
.rve-footer__brandrow{ display:flex; gap:14px; align-items:center; }
.rve-footer__logo{ width:46px; height:46px; border-radius:14px; background: rgba(255,255,255,0.10); display:flex; align-items:center; justify-content:center; font-weight:800; letter-spacing:0.4px; color:#fff; }
.rve-footer__brandname{ font-weight:800; font-size:18px; letter-spacing:-0.2px; color:#fff; }
.rve-footer__sub{ margin-top:2px; font-size:13px; color: rgba(255,255,255,0.72); }
.rve-footer__tagline{ margin-top:14px; font-size:14px; line-height:1.55; color: rgba(255,255,255,0.78); }
.rve-footer__note{ margin-top:10px; font-size:13px; line-height:1.55; color: rgba(255,255,255,0.62); }
.rve-footer__title{ font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:0.2px; color: rgba(255,255,255,0.92); margin-bottom:14px; }
.rve-footer__list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.rve-footer__list a{ color: rgba(255,255,255,0.78); text-decoration:none; font-weight:600; font-size:14px; }
.rve-footer__list a:hover{ color:#fff; text-decoration:underline; }
.rve-footer__bottom{ margin-top:44px; padding-top:18px; border-top:1px solid rgba(255,255,255,0.12); display:flex; justify-content:space-between; align-items:center; gap:12px; font-size:13px; color: rgba(255,255,255,0.70); }
.rve-footer__bottomlinks a{ color: rgba(255,255,255,0.76); text-decoration:none; font-weight:700; }
.rve-footer__bottomlinks a:hover{ color:#fff; text-decoration:underline; }
.rve-footer__sep{ margin:0 10px; color: rgba(255,255,255,0.35); }


.uk-card--premium{padding:28px 28px 22px}
.uk-card--premium .uk-card-title{font-size:24px}
.uk-card--premium .uk-card-cta{margin-top:14px}

/* Trust line used under hero CTAs (Route + Kosten pages)
   Goal: more “impact” without adding pills/dots (locked rules) */
.trust-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:12px;color:var(--muted);font-size:15px;font-weight:750}
.trust-inline .trust-item{display:inline-flex;align-items:center;gap:9px}
.trust-inline .icon{font-size:17px;line-height:1}
.trust-inline .trust-sep{opacity:.35}
@media (max-width: 980px){
  .rve-footer__box{ padding:54px 28px 32px; border-radius:22px; }
  .rve-footer__grid{ grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 640px){
  .rve-footer__box{ padding:36px 18px 22px; border-radius:20px; }
  .rve-footer__grid{ grid-template-columns: 1fr; gap: 22px; }
  .rve-footer__bottom{ flex-direction:column; align-items:flex-start; }
}
/* Nested trust note used in secondary CTAs (e.g. Kosten‑Realitätscheck) */
.uk-trust-nest{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.6);
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  line-height:1.2;
  text-align:center;
}




/* ===== UK Main Page (umzug-nach-uk) ===== */
.uk-main{padding-bottom:36px}
.uk-hero{padding-top:36px}
.hero-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.uk-hero-card{display:flex;justify-content:flex-end}
.uk-card{max-width:620px}
.uk-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:2px;padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.6);color:#0f172a;font-weight:800;text-decoration:none}
.uk-card-link:hover{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08)}



/* Homepage hero right panel – tool preview (conversion) */
.hero-preview-card .hero-preview{margin-top:14px}
.hero-preview{display:flex;flex-direction:column;gap:12px}
.hp-kpi{display:flex;justify-content:space-between;align-items:baseline;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(255,255,255,.75)}
.hp-kpi__label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-weight:900}
.hp-kpi__value{font-size:18px;font-weight:950;color:var(--text)}
.hp-status{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fff}
.hp-status__icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 34px}
.hp-status__icon svg{width:18px;height:18px}
.hp-status__icon--orange{background:rgba(245,158,11,.18);color:#B45309}
.hp-status__icon--blue{background:rgba(69,179,255,.20);color:#1D4ED8}
.hp-status__title{font-weight:950;color:var(--text);line-height:1.2}
.hp-status__sub{color:var(--muted);margin-top:2px;line-height:1.3}
.hp-divider{height:1px;background:rgba(15,23,42,.08);margin:4px 0}
.hp-features{display:flex;flex-direction:column;gap:10px}
.hp-feature{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(250,250,252,.9)}
.hp-feature__icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 34px;color:var(--text);background:rgba(15,23,42,.04)}
.hp-feature__icon svg{width:18px;height:18px}
.hp-feature__title{font-weight:950;color:var(--text);line-height:1.2}
.hp-feature__sub{color:var(--muted);margin-top:2px;line-height:1.3}

/* Compact feature chips (homepage hero panel) */
.hp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.hp-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text)}
.hp-chip__icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}
.hp-chip__icon svg{width:18px;height:18px}

@media (max-width: 920px){
  .hp-kpi__value{font-size:16px}
}

/* Global rule #3: Right hero card CTA aligns to the right for symmetry */
.uk-card-cta{display:flex;justify-content:flex-end;}

/* Homepage hero – keep CTA and micro-proof on one line (desktop)
   Micro-proof is intentionally minimal here because the full trust strip sits directly below. */
.hp-cta-row{margin-top:12px;align-items:center;justify-content:space-between;gap:14px;}
.hp-cta-row .hero-microproof{margin:0;white-space:nowrap;}

@media (max-width: 520px){
  .hp-cta-row{flex-direction:column;align-items:flex-start;}
  .hp-cta-row .hero-microproof{white-space:normal;}
}
.uk-card-eyebrow{font-weight:900;font-size:12px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}
.uk-card-title{margin:6px 0 0;font-size:22px;letter-spacing:-.02em}
.uk-center{display:flex;justify-content:center;margin-top:18px}
.uk-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.uk-block h3{margin-top:0}
.uk-inline-cta{margin-top:10px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.uk-faq details{padding:12px 0;border-bottom:1px solid rgba(15,23,42,.08)}
.uk-faq details:last-child{border-bottom:none}
.uk-faq summary{cursor:pointer;font-weight:850}
.uk-faq p{margin:8px 0 0}

/* Single CTA band (reduce CTA noise) */
.uk-cta-band{padding-top:0}
.uk-cta-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px}
.uk-cta-actions{display:flex;flex-direction:column;align-items:flex-end}
@media (max-width: 860px){
  .uk-cta-card{flex-direction:column;align-items:flex-start}
  .uk-cta-actions{align-items:flex-start;width:100%}
  .uk-cta-actions .btn{width:100%}
}
@media (max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uk-content{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .uk-hero-card{justify-content:flex-start}
  .uk-card{max-width:100%}
}
@media (max-width:560px){
  .grid-4{grid-template-columns:1fr}
}



/* ===============================
   UK Page – hero alignment fixes
   =============================== */
.uk-hero .hero-content{ text-align:left; }
.uk-hero .hero-sub{ margin-left:0; }
.uk-hero .hero-actions{ align-items:flex-start; }
.uk-hero .hero-proof{ text-align:left; }

/* ===============================
   UK Page – cost table (SEO snippet friendly)
   =============================== */
.uk-cost-table{width:100%;border-collapse:collapse;margin-top:18px}
.uk-cost-table th,.uk-cost-table td{border:1px solid rgba(15,23,42,.10);padding:14px 14px;text-align:left}
.uk-cost-table th{background:#f7f9fc;font-weight:900}
.uk-cost-note{margin-top:10px;color:var(--muted);font-size:13px;line-height:1.5}


/* ===============================
   UK Page – premium checklist
   =============================== */
.uk-checklist{
  margin-top:22px;
  padding:18px 18px 16px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(74,58,255,.06), rgba(255,255,255,0));
}
.uk-checklist-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.uk-checklist-badge{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 10px;border-radius:999px;
  background:rgba(74,58,255,.12);
  color:#2a2a6a;
  font-weight:800;
  font-size:12px;
  letter-spacing:.02em;
}
.uk-checklist-title{margin:0;font-size:14px;font-weight:900;color:var(--text)}
.uk-checklist-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.uk-checklist-list li{
  display:flex;gap:10px;align-items:flex-start;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(15,23,42,.06);
}
.uk-check-ico{
  position:relative;
  width:22px;height:22px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(16,185,129,.14);
  color:transparent;
  font-weight:900;
  font-size:14px;
  line-height:1;
  flex:0 0 22px;
}
.uk-check-ico::before{
  content:"✓";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0f766e;
  font-weight:900;
  transform:none;
}

/* UK page – Beispiel card layout */
.uk-example-intro{ margin:10px 0 14px; max-width:62ch; }
.uk-example-table{ width:100%; }
.uk-example-table td:last-child{ text-align:right; font-weight:900; color:var(--text); }
.uk-example-actions{ display:flex; justify-content:flex-end; margin-top:16px; }
.uk-example-note{ margin:10px 0 0; }

.uk-cost-table tr.uk-total-row td{
  background:rgba(74,58,255,.06);
  font-weight:900;
}

.uk-checklist-list strong{display:block;font-weight:900;color:var(--text);line-height:1.2}
.uk-checklist-list span{display:block;color:var(--muted);font-size:13px;line-height:1.35;margin-top:2px}

/* Example card ("Beispiel: Deutschland → London") – table-like coverage + CTA on the right */
.uk-example-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:stretch;margin-top:10px}
.uk-example-metrics{border:1px solid rgba(30,34,51,.10);border-radius:14px;overflow:hidden;background:#fff}
.uk-example-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-top:1px solid rgba(30,34,51,.08)}
.uk-example-row:first-child{border-top:0}
.uk-example-row span{color:var(--muted);font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:uppercase}
.uk-example-row strong{font-weight:800;color:var(--text)}
.uk-example-total{background:rgba(74,58,255,.06)}
.uk-example-cta{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:6px 0}
.uk-example-cta .btn{min-width:220px}

@media (max-width: 980px){
  .uk-example-grid{grid-template-columns:1fr}
  .uk-example-cta{align-items:stretch}
  .uk-example-cta .btn{width:100%}
}


/* UK SEO page tweaks (Day 1-4) */
.uk-hero{padding-top:34px;padding-bottom:10px}
.hero-actions{align-items:flex-start}
.hero-actions .btn{margin-right:0}
.hero-microproof{margin-top:8px;font-size:13px}
.hero-proof{margin-top:10px}

.uk-links{margin-top:14px}
.uk-linkcard{display:block;text-decoration:none}
.uk-linkcard-title{font-weight:900;color:var(--text);font-size:16px;line-height:1.25;margin:0}
.uk-linkcard .small{margin-top:6px}
.uk-linkcard:hover{transform:translateY(-1px)}
.uk-linkcard{transition:transform .12s ease, box-shadow .12s ease}
.step-meta{margin-top:10px}



/* Hero trust banner (pills) */
.trust-pills-wrap{
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(30,34,51,0.08);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(74,58,255,0.04), rgba(250,250,252,0.96));
  box-shadow: none;
  width: 100%;
  max-width: none;
}

/* When rendered as a direct child of the hero grid, the trust banner must span both columns */
.hero-grid > .trust-pills-wrap{
  grid-column: 1 / -1;
}
.trust-pills{
  /* Global rule #2: Trust banner items must align across the full width */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.trust-pill{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(74,58,255,0.14);
  background: rgba(255,255,255,0.65);
  color: rgba(30,34,51,0.88);
  font-weight: 750;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}
.trust-pill .icon{
  font-size: 17px;
  line-height: 1;
}

/* Subtle divider under hero trust banner (premium rhythm) */
.hero-divider{
  grid-column: 1 / -1;
  height: 1px;
  background: rgba(15,23,42,0.06);
  margin-top: 26px;
}
@media (max-width: 640px){
  .trust-pills-wrap{
    padding: 12px;
    border-radius: 14px;
  }
  .trust-pill{
    font-size: 13px;
    padding: 10px 12px;
  }
  .trust-pills{
    flex-direction: column;
    align-items: stretch;
  }
  .hero-divider{margin-top: 18px;}
}

.uk-checklist-list-compact li{gap:10px}
.uk-checklist-list-compact strong{font-size:14px}
.uk-checklist-list-compact span{font-size:13px}

.uk-zoll-transport .uk-subhead{margin-bottom:8px}
.uk-cta-band{padding:36px 0}

/* Mini hero-card use case (e.g., inside inline CTA bands on pillar pages) */
.uk-hero-card--mini{max-width:520px;width:100%;}
.uk-hero-card--mini .uk-trust-nest{margin-top:10px;}

/* Small, low-focus trust line used in hero-proof cards */
.uk-trustline{
  margin-top:10px;
  font-size:13px;
  color:var(--muted);
  font-weight:600;
  letter-spacing:.01em;
}
