﻿/* ==========================================================================
   Daniel — B2B sales page
   Palette: deep navy / off-white / electric blue / yellow highlight
   Type: Montserrat (sans, all weights)

   EDITARE RAPIDA:
   — culori principale: sectiunea :root de mai jos
   — spatieri sectiuni: .section { padding-block: ... }
   — container latime: --container in :root
   ========================================================================== */

/* ============================================================
   HEADER — exact go-eu.com style.css values
============================================================ */
.site-header { position: sticky; top: 0; z-index: 9999; font-family: "Montserrat", sans-serif; width: 100%; max-width: 100%; }

/* Top bar: #2d3e50, padding 15px */
.hdr-top { background: #2d3e50; padding: 15px 0; }
.hdr-top .hdr-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.hdr-social { display: flex; align-items: center; gap: 0; }
.hdr-social a { color: #fff; text-decoration: none; font-size: 16px; line-height: 20px; margin-left: 25px; display: flex; align-items: center; gap: 5px; transition: opacity .2s; }
.hdr-social a:first-child { margin-left: 0; }
.hdr-social a:hover { opacity: 0.75; }
.hdr-lang { font-size: 13px; font-weight: 400; letter-spacing: 0; color: #fff !important; }
.hdr-info { display: flex; gap: 20px; font-size: 13px; font-weight: 400; color: #fff !important; line-height: 20px; }
.hdr-info span { color: #fff !important; opacity: 1; }

/* Main nav: #fff, height 100px */
.hdr-main { background: #fff; }
.hdr-main .hdr-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px 0 0; display: flex; align-items: center; justify-content: space-between; min-height: 100px; }

/* Logo box: #1a68bb, 234px, padding 38px 40px */
.hdr-logo { background: #1a68bb; display: flex; align-items: center; justify-content: center; width: 234px; min-height: 100px; padding: 0 40px; flex-shrink: 0; text-decoration: none; }
.hdr-logo img { display: block; width: 100%; height: auto; max-width: 154px; }

/* Nav links: #2d3e50, uppercase, padding 43px 0, margin-left 35px */
.hdr-nav-wrap { display: flex; align-items: center; }
.hdr-nav { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.hdr-nav li { margin-left: 35px; }
.hdr-nav li:first-child { margin-left: 0; }
.hdr-nav li a { display: block; color: #2d3e50; font-size: 13px; font-weight: 600; line-height: 24px; text-transform: uppercase; text-decoration: none; padding: 38px 0; transition: color .2s; white-space: nowrap; }
.hdr-nav li a:hover { color: #1a68bb; }

/* Button: #1a68bb, border #f9dc44, 6px 35px, 20px font, uppercase */
.hdr-cta { display: inline-block; background: #1a68bb; color: #fff !important; border: 2px solid #f9dc44; padding: 6px 35px; font-size: 20px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; white-space: nowrap; transition: background .2s, border-color .2s; margin-left: 35px; }
.hdr-cta:hover { background: #2d3e50; border-color: #2d3e50; }

/* Hamburger: #2d3e50, 40x40 */
.hdr-burger { display: none; width: 40px; height: 40px; background: #2d3e50; border: none; cursor: pointer; padding: 0; flex-shrink: 0; align-items: center; justify-content: center; flex-direction: column; }
.hdr-burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px 0; }

@media (max-width: 1170px) {
  .hdr-burger { display: flex; }
  .hdr-nav-wrap { display: none; position: absolute; top: 100%; left: 0; right: 0; width: 100%; box-sizing: border-box; background: #fff; flex-direction: column; align-items: flex-start; padding: 10px 20px 20px; border-top: 2px solid #1a68bb; box-shadow: 0 4px 8px rgba(0,0,0,0.12); z-index: 200; }
  .hdr-nav-wrap.open { display: flex; }
  .hdr-nav { flex-direction: column; align-items: flex-start; width: 100%; }
  .hdr-nav li { margin-left: 0; width: 100%; }
  .hdr-nav li a { padding: 12px 0; border-bottom: 1px solid #eee; }
  .hdr-cta { margin: 14px 0 4px; font-size: 14px; padding: 8px 20px; }
  .hdr-logo { width: auto; min-width: 120px; max-width: 180px; min-height: 60px; padding: 0 16px; }
  .hdr-main .hdr-inner { min-height: 60px; padding: 0 16px; box-sizing: border-box; width: 100%; }
  .hdr-main { position: relative; }
  .hdr-top .hdr-info { display: none; }
  .hdr-top .hdr-inner { padding: 0 16px; }
}
@media (max-width: 992px) {
  .hdr-top .hdr-info { display: none; }
}
@media (max-width: 480px) {
  .hdr-lang { display: none; }
  .hdr-logo { max-width: 140px; min-height: 56px; padding: 0 12px; }
  .hdr-main .hdr-inner { min-height: 56px; padding: 0 12px; }
}

/* ============================================================
   FOOTER — exact go-eu.com style.css values
============================================================ */
.site-footer { font-family: "Montserrat", sans-serif; background-color: #1b2538; background-image: url("images/footer.webp"); background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff; }

.ftr-top { padding: 80px 0 60px; }
.ftr-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1.5fr 1.5fr; gap: 60px; align-items: start; }

/* Widget heading: 18px, 700, uppercase, letter-spacing 0.5px */
.ftr-col h4 { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin: 0 0 8px; }
.ftr-star { color: rgba(255,255,255,0.5); font-size: 13px; letter-spacing: 0.15em; margin-bottom: 26px; display: block; }

/* Contact info: 13px, weight 300 */
.ftr-col p { font-size: 13px; font-weight: 300; line-height: 1.7; margin: 0 0 15px; color: #fff; }
.ftr-call { font-weight: 300; color: #fff !important; margin-top: 10px !important; }
.ftr-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.ftr-col ul li { color: #fff; font-size: 13px; }
.ftr-col ul li a { color: #fff; font-size: 13px; font-weight: 300; text-decoration: underline; transition: color .2s; }
.ftr-col ul li a:hover { color: #f9dc44; }

/* Footer button: #1a68bb, border #f9dc44, single line */
.ftr-btn { display: inline-block; background: #1a68bb; color: #fff !important; border: 2px solid #f9dc44; padding: 8px 28px; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; margin-bottom: 20px; transition: background .2s, border-color .2s; white-space: nowrap; }
.ftr-btn:hover { background: #2d3e50; border-color: #2d3e50; }

.ftr-contact-list { list-style: none !important; padding: 0 !important; margin: 0 !important; display: grid !important; gap: 4px !important; }
.ftr-contact-list li { font-size: 13px; font-weight: 300; color: #fff !important; }
.ftr-contact-list li span { color: rgba(255,255,255,0.55); margin-right: 4px; }
.ftr-go-us { margin-top: 24px; }

/* Copyright: border #959595, text #e5e5e5, 12px, weight 300 */
.ftr-bottom { border-top: 1px solid #959595; padding: 15px 20px; text-align: center; }
.ftr-bottom p { color: #e5e5e5; font-size: 12px; font-weight: 300; margin: 0; font-family: "Montserrat", sans-serif; }
.ftr-bottom a { color: #e5e5e5; text-decoration: underline; margin: 0 6px; transition: color .2s; }
.ftr-bottom a:hover { color: #f9dc44; }
.ftr-bottom span { color: #fff; font-weight: 500; }

/* ProvenExpert widget */
.ftr-proven { text-align: center; padding: 12px 20px 16px; font-family: "Montserrat", sans-serif; }
.ftr-proven a { color: #e5e5e5; font-size: 13px; font-weight: 300; text-decoration: underline; transition: color .2s; display: inline-flex; align-items: center; gap: 6px; }
.ftr-proven a:hover { color: #f9dc44; }

/* Verbrauchertest widget — compact badge only */
#idv2-widget-verbrauchertest24 { max-width: 170px; overflow: hidden; }

/* ProvenExpert richsnippet */
.ftr-proven { padding: 0; background-color: #fff; }
#pe_rating.pe_g .pe_u { font-weight: 600; }

@media (max-width: 900px) { .ftr-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .ftr-grid { grid-template-columns: 1fr; gap: 28px; } .ftr-top { padding: 44px 0 36px; } }

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { max-width: 100%; }
html, body { margin: 0; padding: 0; }
body {
  background: #0E1E3F;
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
::selection { background: #FFCB3D; color: #0E1E3F; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
img { display: block; max-width: 100%; }

/* ============================================================
   VARIABILE — schimba culorile si marimile din aceasta sectiune
============================================================ */
:root {
  --navy:       #0E1E3F;   /* fundal principal inchis */
  --navy-2:     #14264C;
  --navy-3:     #1B2F5C;
  --navy-line:  rgba(255,255,255,0.12);
  --navy-muted: rgba(255,255,255,0.66);
  --navy-faint: rgba(255,255,255,0.42);
  --light:      #F2F4F8;   /* fundal sectiuni deschise */
  --light-2:    #E8ECF3;
  --paper:      #FFFFFF;
  --ink:        #0E1E3F;
  --ink-muted:  #4F5B76;
  --ink-faint:  #8892A6;
  --line:       #DEE3EC;
  --blue:       #3B6FE0;   /* albastru accent */
  --blue-hover: #2C5BC4;
  --blue-soft:  #E6EEFC;
  --yellow:     #FFCB3D;   /* galben highlight */
  --green:      #2EBD85;
  --sans:       "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container:  1300px;
  --gutter:     clamp(20px, 4vw, 48px);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 1px 2px rgba(14,30,63,0.06);
  --shadow-md: 0 8px 24px rgba(14,30,63,0.08);
  --shadow-lg: 0 18px 48px rgba(14,30,63,0.12);
}

/* ============================================================
   LAYOUT
============================================================ */
.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--gutter);
  box-sizing: border-box;
  width: 100%;
}
.section         { padding-block: clamp(72px, 9vw, 130px); position: relative; }
.section--light  { background: var(--light);  color: var(--ink); }
.section--dark   { background: var(--navy);   color: #fff; }
.section--darker { background: var(--navy-2); color: #fff; }

/* ============================================================
   EYEBROW (eticheta mica deasupra titlurilor)
============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--navy-line);
  border-radius: 999px;
  color: #fff;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}
.section--light .eyebrow {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.section--light .eyebrow::before { background: var(--blue); }
.eyebrow--outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.45);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
}
.eyebrow--outline::before { background: rgba(255,255,255,0.75); }

/* ============================================================
   TITLURI
============================================================ */
.h1, .h2, .h3, .h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}
.h1 { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.08; }
.h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; }
.h3 { font-size: clamp(20px, 1.8vw, 26px); }
.h4 { font-size: clamp(16px, 1.2vw, 19px); }

.highlight {
  background-image: linear-gradient(transparent 60%, var(--yellow) 60%);
  background-repeat: no-repeat;
  padding: 0 4px;
}
.hero-accent { color: #f9dc44; }

.lead {
  font-size: clamp(14px, 1.05vw, 16.5px);
  line-height: 1.65;
  color: var(--navy-muted);
  max-width: 56ch;
}
.section--light .lead { color: var(--ink-muted); }

/* ============================================================
   BUTOANE
============================================================ */
/* Toate butoanele — stil identic cu "Jetzt Anfragen" din header */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a68bb;
  color: #fff;
  border: 2px solid #f9dc44;
  padding: 8px 28px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s;
}
.btn:hover { background: #2d3e50; border-color: #2d3e50; }
.btn--primary  { background: #1a68bb; border-color: #f9dc44; color: #fff; }
.btn--primary:hover  { background: #2d3e50; border-color: #2d3e50; }
.btn--lg { padding: 10px 36px; font-size: 16px; }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn--ghost-dark  { background: transparent; color: #1a68bb; border-color: #1a68bb; }
.btn--ghost-dark:hover  { background: #1a68bb; color: #fff; }
.btn-block { display: flex; gap: 12px; flex-wrap: wrap; }
.btn .arrow { width: 16px; height: 16px; display: inline-block; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   ANIMATII REVEAL (scroll)
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .9s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .8s var(--ease);
}
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 70ms; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 140ms; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 210ms; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 280ms; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 350ms; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 420ms; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: 490ms; }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(40px, 5vw, 72px);
  background-color: #2d3e50;
}
.hero__bg {
  display: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 0%, rgba(59,111,224,0.1) 0%, transparent 55%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__content > .eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 16px; }
.hero__lead {
  color: rgba(255,255,255,0.75);
  font-size: clamp(14px, 1.05vw, 16px);
  max-width: 54ch;
  margin-bottom: 22px;
  line-height: 1.65;
}
.hero__bullets {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hero__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: rgba(255,255,255,0.88);
}
.hero__bullets li svg { flex: 0 0 auto; color: rgba(255,255,255,0.72); }
.hero__cta-block { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.hero__cta-sub { font-size: 12.5px; color: rgba(255,255,255,0.5); margin: 0; }

/* Poza + badge-uri */
.hero__photo-wrap { position: relative; }
.hero__photo {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  line-height: 0;
}
.hero__photo img { width: 100%; height: auto; display: block; object-fit: cover; }

.hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  white-space: nowrap;
  z-index: 2;
}
.hero__badge--br { bottom: 28px; left: -24px; }
.hero__badge--tr { top: 28px; right: -24px; }
.hbadge__icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(59,111,224,0.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hbadge__text { display: flex; flex-direction: column; gap: 1px; }
.hbadge__text strong { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.hbadge__text span   { font-size: 11px; color: var(--ink-muted); }

@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__photo-wrap { max-width: 480px; margin: 0 auto; }
  .hero__badge--tr { right: 4px; }
  .hero__badge--br { left: 4px; }
}

/* ============================================================
   FEATURES — 3 carduri (redesign screenshot 2)
============================================================ */
.section--features {
  background: #ffffff;
  color: var(--ink);
}
.features__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.features__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}
.features__eyebrow::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}
.features__head .h2 {
  font-size: clamp(26px, 3vw, 40px);
  color: #0D1B3E;
  line-height: 1.15;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: #EEF3FF;
  border-radius: var(--r-lg);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(59,111,224,0.12); }
.feature-card .icon {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #D6E4FF;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.feature-card .icon img,
.feature-card .icon svg { display: block; }
.feature-card__body { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.feature-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0D1B3E;
  margin: 0;
  line-height: 1.3;
}
.feature-card p {
  font-size: 14px;
  color: #5A6A8A;
  margin: 0;
  line-height: 1.65;
  flex: 1;
}
.feature-card__line {
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 8px;
}

/* CTA + social proof sotto i cards */
.features__cta {
  margin-top: clamp(40px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.features__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.features__avatars {
  display: flex;
}
.features__avatars img {
  width: 111px;
  height: auto;
  display: block;
}
.features__social-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-muted);
  line-height: 1.35;
}

@media (max-width: 880px) { .features__grid { grid-template-columns: 1fr; } }

/* ============================================================
   REFERENZEN — carduri verticale cu video + quote
============================================================ */
.section--ref {
  background: #EEF3FF;
  color: var(--ink);
}
.ref-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.ref-head .h2 { color: #0D1B3E; }

.ref-card {
  background: #1a68bb;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}
.ref-card__media {
  position: relative;
  background: #1a68bb;
  display: flex;
  flex-direction: column;
}
.ref-card__video-placeholder {
  flex: 1;
  background: linear-gradient(135deg, #1B2F5C 0%, #0D1B3E 100%);
  min-height: 280px;
}
.ref-card__video,
.faq2-video video {
  width: 100%;
  display: block;
}
.ref-card__video { width: 100%; display: block; object-fit: unset; height: auto; }

/* Custom play button overlay */
.vplay-wrap {
  position: relative;
  line-height: 0;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vplay-wrap video { width: 100%; display: block; object-fit: unset; height: auto; }
.faq2-video .vplay-wrap { height: auto; }
.faq2-video .vplay-wrap video { height: auto; object-fit: unset; border-radius: 10px; }

/* ref-card media: no stretch so video sits flush against author bar */
.ref-card__media .vplay-wrap { flex: none; }


.vplay-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.vplay-btn span {
  width: 64px;
  height: 48px;
  background: rgba(20, 20, 20, 0.82);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
}
.vplay-btn:hover span { background: rgba(0,0,0,0.95); transform: scale(1.08); }
.vplay-btn svg { display: block; }

.ref-card__sound {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s;
}
.ref-card__sound:hover { background: rgba(255,255,255,0.22); }
.ref-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  min-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  background: #1a68bb;
  flex-shrink: 0;
}
.ref-card__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: 2px solid rgba(255,255,255,0.4);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.ref-card__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.ref-card__author-info { flex: 1; }
.ref-card__author-info strong { display: block; font-size: 13px; font-weight: 700; color: #fff; }
.ref-card__author-info span  { display: block; font-size: 11px; color: rgba(255,255,255,0.75); }
.ref-card__company { text-align: right; }
.ref-card__company strong { display: block; font-size: 13px; font-weight: 700; color: #fff; }
.ref-card__company span   { display: block; font-size: 11px; color: rgba(255,255,255,0.75); }

.ref-card__content {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  background: #2d3e50;
}
.ref-card__quote {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.ref-card__section { display: flex; flex-direction: column; gap: 8px; }
.ref-card__label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.ref-card__section > p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--navy-muted);
  margin: 0;
}
.ref-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.ref-card__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--navy-muted);
  line-height: 1.5;
}
.ref-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #2EBD85;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.ref-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 4vw, 48px);
}

@media (max-width: 860px) {
  .ref-card { grid-template-columns: 1fr; }
  .ref-card__video-placeholder { min-height: 220px; }
}

/* ============================================================
   UNSER SYSTEM — sticky-stack cards
============================================================ */
.section--sys {
  background: #fff;
  color: var(--ink);
  padding-bottom: clamp(72px, 9vw, 130px);
}
.sys-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.sys-head .h2 { color: #0D1B3E; }

/* Stack container — needs height to allow scroll between cards */
.sys-cards {
  display: grid;
  gap: 0;
  max-width: 1024px;
  margin: 0 auto;
}

/* Each card is sticky — stacks over the previous */
.sys-card {
  position: sticky;
  top: var(--top, 170px);
  z-index: var(--zi, 1);
  background: #2d3e50;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: clamp(28px, 4vw, 44px);
  margin-bottom: 24px;
  min-height: 360px;
  align-items: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}

.sys-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.sys-card__title {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}
.sys-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--navy-muted);
  margin: 0 0 14px;
}
.sys-card__bold {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.sys-card__bold a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255,255,255,0.7);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.sys-card__bold a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Right side image container */
.sys-card__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sys-img-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sys-img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.sys-widget {
  background: #14264C;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 20px;
  width: 100%;
}

/* Widget 1 — lead notifications */
.sys-widget--leads { display: grid; gap: 10px; }
.sys-lead-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--ink);
}
.sys-lead-row--active { background: #f0f4ff; }
.sys-lead-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #EEF3FF;
  display: grid;
  place-items: center;
  color: var(--blue);
  flex-shrink: 0;
}
.sys-lead-info { flex: 1; }
.sys-lead-info strong { display: block; font-size: 12px; font-weight: 700; color: var(--ink); }
.sys-lead-info span   { display: block; font-size: 11px; color: var(--ink-muted); }
.sys-lead-badge {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-faint);
  background: #EEF3FF;
  padding: 3px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}

/* Widget 2 — bar chart */
.sys-widget--chart { padding: 16px 20px 12px; }
.sys-chart-legend {
  font-size: 11px;
  color: var(--navy-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.sys-legend-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.sys-legend-dot--blue  { background: var(--blue); }
.sys-legend-dot--white { background: rgba(255,255,255,0.5); }
.sys-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 130px;
}
.sys-bar-group {
  flex: 1;
  display: flex;
  gap: 3px;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
}
.sys-bar-group span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: var(--navy-muted);
  white-space: nowrap;
}
.sys-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  min-height: 10px;
}
.sys-bar--b { background: var(--blue); }
.sys-bar--w { background: rgba(255,255,255,0.3); }

/* Widget 3 — logo grid */
.sys-widget--logos { background: #fff; }
.sys-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
}
.sys-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.sys-logo-cell--text { flex-direction: column; gap: 2px; text-align: center; }

/* Widget 4 — laptop */
.sys-widget--laptop { background: transparent; border: none; padding: 0; display: flex; align-items: center; justify-content: center; }
.sys-laptop { display: grid; gap: 0; width: 100%; }
.sys-laptop__screen {
  background: #fff;
  border-radius: 10px 10px 0 0;
  border: 6px solid #1a2a4a;
  padding: 10px;
  position: relative;
  min-height: 140px;
}
.sys-laptop__bar { display: flex; gap: 4px; margin-bottom: 8px; }
.sys-laptop__dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; }
.sys-laptop__content { font-size: 8px; color: var(--ink); }
.sys-laptop__badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  text-align: center;
}
.sys-laptop__badge span { display: block; font-size: 14px; font-weight: 800; }
.sys-laptop__badge small { font-size: 9px; font-weight: 600; }
.sys-laptop__base { height: 8px; background: #1a2a4a; }
.sys-laptop__foot { height: 6px; background: #14264C; border-radius: 0 0 4px 4px; width: 60%; margin: 0 auto; }

/* Widget 5 — compare */
.sys-widget--compare { padding: 0; overflow: hidden; }
.sys-compare { display: grid; grid-template-columns: 1fr 1fr; height: 160px; }
.sys-compare__col { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.sys-compare__col--other { background: #1a2a55; }
.sys-compare__col--you   { background: var(--blue); }
.sys-compare__head { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.8); margin-bottom: 4px; }
.sys-compare__row { display: flex; align-items: center; gap: 8px; }
.sys-compare__bar { flex: 1; height: 8px; background: rgba(255,255,255,0.15); border-radius: 4px; }
.sys-compare__space { flex: 1; }

/* Widget 6 — application stack */
.sys-widget--apply { background: transparent; border: none; padding: 0; }
.sys-apply-stack { position: relative; height: 160px; }
.sys-apply-card {
  position: absolute;
  left: 0; right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.sys-apply-card--back2 { top: 0; opacity: 0.5; transform: scale(0.95) translateY(0); z-index: 1; }
.sys-apply-card--back1 { top: 28px; opacity: 0.75; transform: scale(0.975); z-index: 2; }
.sys-apply-card--front { top: 56px; z-index: 3; }
.sys-apply-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #EEF3FF;
  display: grid;
  place-items: center;
  color: var(--blue);
  flex-shrink: 0;
}
.sys-apply-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  background: var(--blue);
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}

.sys-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: clamp(40px, 5vw, 64px);
}

@media (max-width: 992px) {
  /* Header shrinks to ~110px at this breakpoint */
  .sys-card { top: calc(var(--top, 170px) - 60px); }
  .about-card { top: 120px; }
}
@media (max-width: 720px) {
  .sys-card { grid-template-columns: 1fr; }
  .sys-card__right { display: flex; width: 100%; }
}

/* ============================================================
   ERGEBNISSE — before / after comparison
============================================================ */
.section--ergebnisse {
  background: #EEF3FF;
  color: var(--ink);
}
.erg-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.erg-head .h2 { color: #0D1B3E; }

.erg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}

.erg-col {
  border-radius: 16px;
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.erg-col--bad  { background: #2d3e50; }
.erg-col--good { background: #1a68bb; }

.erg-col-header {
  display: inline-block;
  align-self: center;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 24px;
  color: #fff;
}
.erg-col-header--bad  { background: #2E3F6A; }
.erg-col-header--good { background: var(--blue); }

.erg-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.erg-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.erg-list li:last-child { border-bottom: none; }
.erg-list p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}
.erg-list p strong { color: #fff; font-weight: 700; }

.erg-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.erg-icon--x     { background: rgba(255,255,255,0.2); }
.erg-icon--check { background: var(--blue); }
.erg-icon--pin   { background: transparent; width: auto; height: auto; border-radius: 0; }

.erg-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 56px);
}

@media (max-width: 720px) { .erg-grid { grid-template-columns: 1fr; } }

/* ============================================================
   KUNDENSTIMMEN — 3×2 grid
============================================================ */
.section--kunden {
  background: #fff;
  color: var(--ink);
}
.kd-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.kd-head .h2 { color: #0D1B3E; }

.kd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}

.kd-card {
  background: var(--kd-bg, #0D1B3E);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .3s var(--ease);
}
.kd-card:hover { transform: translateY(-4px); }

/* Top row: avatar + name + stars + flag */
.kd-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kd-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: 2px solid rgba(255,255,255,0.4);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.kd-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.kd-info { flex: 1; }
.kd-info strong { display: block; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.2; }
.kd-info span   { display: block; font-size: 11px; color: rgba(255,255,255,0.7); }
.kd-stars { font-size: 12px; color: #FFCB3D; letter-spacing: 1px; flex-shrink: 0; }
.kd-flag {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 2px 7px;
  border-radius: 999px;
  flex-shrink: 0;
}

.kd-quote {
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}
.kd-text {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  margin: 0;
  flex: 1;
}

/* Media placeholder at bottom of card */
.kd-media {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  padding: 16px;
  margin-top: auto;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.kd-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; display: block; }
.kd-logo { width: 100% !important; height: auto !important; max-height: 90px; object-fit: contain !important; border-radius: 0 !important; }

/* Signature variant */
.kd-media--sig { align-items: center; justify-content: center; }

/* Screen mockup variant */
.kd-media--screen { align-items: stretch; }
.kd-screen-bar {
  height: 8px;
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
  width: 40%;
  margin-bottom: 4px;
}
.kd-screen-row {
  height: 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}
.kd-screen-row--short { width: 70%; }

/* CTA + sub */
.kd-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(40px, 5vw, 56px);
}
.kd-sub {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-muted);
  margin: 0;
}

@media (max-width: 1000px) { .kd-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px)  { .kd-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROZESS — timeline cu scroll-reveal
============================================================ */
.section--prozess {
  background: #E8EFFF;
  color: var(--ink);
}
.prz-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(56px, 7vw, 80px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.prz-head .h2 { color: #0D1B3E; line-height: 1.2; }

.prz-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
}

/* Fiecare step = row cu dot-coloana + card */
.prz-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0 20px;
  align-items: stretch; /* coloana se extinde la inaltimea cardului */
}

/* Coloana stanga: dot + linie */
.prz-step__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px; /* aliniaza dot cu centrul cardului */
}
.prz-dot {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(59,111,224,0.3);
  background: #E8EFFF;
  color: rgba(59,111,224,0.4);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background .4s, border-color .4s, color .4s, box-shadow .4s;
}
.prz-dot.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(59,111,224,0.15);
}
/* Linia verticala intre dot-uri */
.prz-step__line {
  width: 2px;
  flex: 1;
  min-height: 24px;
  background: rgba(59,111,224,0.3);
  margin: 6px 0 0;
}

/* Card */
.prz-card {
  background: #1a68bb;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 200px;
  opacity: 0.3;
  transform: translateY(12px) scale(0.985);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.prz-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.prz-card__media {
  position: relative;
  background: #1a2f56;
  overflow: hidden;
  flex-shrink: 0;
}
.prz-media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, #243d6e 0%, #0d1b3e 100%);
}
.prz-media-placeholder img { width: 100%; height: 100%; object-fit: cover; display: block; }

.prz-badge {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #1a1a1a;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.prz-badge--yellow { background: #FFD02F; }
.prz-badge--white  { background: #fff; }
.prz-badge--figma  { background: #fff; }
.prz-badge--blue   { background: var(--blue); }

.prz-card__body {
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.prz-card__body h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.prz-card__body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--navy-muted);
  margin: 0;
}

.prz-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: clamp(40px, 5vw, 60px);
}
.prz-trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
}
.prz-trust__avatars {
  display: flex;
}
.prz-trust__avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -22px;
}
.prz-trust__avatars img:first-child { margin-left: 0; }
.prz-trust__text {
  font-size: 14px;
  color: var(--ink-muted);
  margin: 0;
  line-height: 1.2;
}
.prz-trust__text strong {
  display: block;
  color: var(--ink-muted);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.prz-trust__text span {
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .prz-step { grid-template-columns: 44px 1fr; }
  .prz-card { grid-template-columns: 130px 1fr; }
  .prz-card__media { display: block; min-height: 0; }
}

/* ============================================================
   COPY / CTA BAND
============================================================ */
.copy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  justify-items: center;
}
.copy p { color: var(--navy-muted); font-size: 16px; line-height: 1.65; margin: 0; }
.copy h2 { color: #fff; }
.cta-band {
  background: linear-gradient(135deg, #14264C, #1B2F5C);
  border: 1px solid var(--navy-line);
  border-radius: var(--r-xl);
  padding: clamp(28px,4vw,44px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  margin-top: clamp(48px,6vw,72px);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: -50% -20% auto auto;
  width: 50%; height: 200%;
  background: radial-gradient(circle, rgba(59,111,224,0.18), transparent 60%);
}
.cta-band__title { font-size: clamp(20px,1.8vw,26px); font-weight: 700; line-height: 1.25; }
.cta-band__sub   { color: var(--navy-muted); font-size: 14.5px; margin-top: 8px; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

@media (max-width: 800px) {
  .cta-band { grid-template-columns: 1fr; }
  .cta-band__actions { justify-content: flex-start; }
}

/* ============================================================
   PILONS — 2×2 (fundal deschis)
============================================================ */
.pillars__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: clamp(40px,5vw,56px);
}
.pillar {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: grid;
  gap: 12px;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.pillar:hover { border-color: var(--blue); transform: translateY(-2px); }
.pillar h3 { font-size: 19px; display: flex; gap: 10px; align-items: center; color: var(--ink); margin: 0; }
.pillar h3 .check {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.pillar p { font-size: 14.5px; line-height: 1.6; color: var(--ink-muted); margin: 0; }

@media (max-width: 700px) { .pillars__grid { grid-template-columns: 1fr; } }

/* ============================================================
   CLIENT WALL — mozaic (fundal deschis)
============================================================ */
.wall__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px,6vw,72px);
  display: grid;
  gap: 16px;
  justify-items: center;
}
.wall__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
}
.tile {
  border-radius: var(--r-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform .3s var(--ease);
}
.tile:hover { transform: translateY(-3px); }
.tile--orange   { background: #E8782E; color: #fff; }
.tile--ink      { background: var(--navy); color: #fff; border: 1px solid var(--navy-line); }
.tile--teal     { background: #1F6F6A; color: #fff; }
.tile--burgundy { background: #6E2A38; color: #fff; }
.tile--logo     { background: #fff; color: var(--ink); border: 1px solid var(--line); display: grid; place-items: center; text-align: center; }
.tile--blue     { background: var(--blue); color: #fff; }
.tile--cream    { background: #F1E8D8; color: var(--ink); }
.tile--olive    { background: #4A5232; color: #fff; }
.tile__top { display: flex; align-items: center; gap: 10px; }
.tile__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.35);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.tile--logo .tile__avatar,
.tile--cream .tile__avatar { background: var(--ink); color: #fff; border-color: var(--ink); }
.tile__who { display: grid; }
.tile__who b    { font-size: 13px; font-weight: 700; }
.tile__who span { font-size: 11px; opacity: 0.75; }
.tile__quote    { font-size: 14px; line-height: 1.45; margin: 0; }
.tile__logo-name { font-family: serif; font-style: italic; font-size: clamp(22px,2.4vw,32px); font-weight: 500; letter-spacing: -0.02em; }
.tile__logo-sub  { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-faint); margin-top: 4px; }

@media (max-width: 1000px) { .wall__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .wall__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }

/* ============================================================
   PROCESS TIMELINE — 5 pasi (fundal inchis)
============================================================ */
.process__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px,6vw,72px);
  display: grid;
  gap: 16px;
  justify-items: center;
}
.process__list {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.process__list::before {
  content: "";
  position: absolute;
  top: 12px; bottom: 12px;
  left: 19px;
  width: 2px;
  background-image: linear-gradient(var(--navy-line) 60%, transparent 0%);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
.pstep { display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: stretch; }
.pstep__dot {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--navy);
  flex-shrink: 0;
}
.pstep__card {
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: var(--r-md);
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
  align-items: center;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.pstep__card:hover { transform: translateX(4px); border-color: var(--blue); }
.pstep__card h3 { font-size: 17px; margin: 0 0 6px; }
.pstep__card p  { color: var(--navy-muted); font-size: 14px; margin: 0; line-height: 1.55; }
.pstep__thumb { aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; background: var(--navy-3); }

@media (max-width: 720px) {
  .pstep__card { grid-template-columns: 1fr; }
  .pstep__thumb { display: none; }
}

/* ============================================================
   SERVICE DETAIL — accordion + portret (mai inchis)
============================================================ */
.svcdetail {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(40px,5vw,72px);
  align-items: start;
}
.svcdetail__portrait { position: sticky; top: 40px; display: grid; gap: 18px; }
.svcdetail__photo { aspect-ratio: 4/5; border-radius: var(--r-lg); background: var(--navy-3); overflow: hidden; }
.svcdetail__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svcdetail__sig  { font-family: serif; font-style: italic; font-size: 22px; color: #fff; opacity: 0.9; }
.svcdetail__name { font-weight: 700; font-size: 16px; }
.svcdetail__role { font-size: 13px; color: var(--navy-muted); }
.svcdetail__cta  { margin-top: 8px; display: flex; gap: 10px; flex-wrap: wrap; }

.acc { display: grid; gap: 12px; }
.acc__item {
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .3s var(--ease);
}
.acc__item.open { border-color: var(--blue); }
.acc__head {
  width: 100%; background: transparent; color: #fff;
  text-align: left; border: 0;
  padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 16px; font-weight: 600;
}
.acc__head .plus {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  transition: background .25s, transform .25s;
  flex-shrink: 0;
}
.acc__item.open .acc__head .plus { background: var(--blue); transform: rotate(45deg); }
.acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.acc__item.open .acc__body { grid-template-rows: 1fr; }
.acc__body > div { overflow: hidden; }
.acc__body p  { margin: 0; padding: 0 22px 22px; color: var(--navy-muted); font-size: 14.5px; line-height: 1.6; }
.acc__body ul { margin: 0 0 18px; padding: 0 22px 0 42px; color: var(--navy-muted); font-size: 14.5px; line-height: 1.7; }

@media (max-width: 880px) {
  .svcdetail { grid-template-columns: 1fr; }
  .svcdetail__portrait { position: static; max-width: 360px; }
}

/* ============================================================
   BOOKING — calendar + formular (fundal deschis)
============================================================ */
.booking__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(40px,5vw,60px);
  display: grid;
  gap: 16px;
  justify-items: center;
}
.booking__panel {
  background: var(--paper); color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 28px;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow-md);
}
.booking__cal { background: var(--light); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px; }
.booking__cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.booking__cal-header strong { font-size: 13px; }
.cal-nav { display: flex; gap: 6px; }
.cal-nav button {
  width: 24px; height: 24px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  color: var(--ink);
}
.booking__cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.day {
  aspect-ratio: 1;
  display: grid; place-items: center;
  border-radius: 6px;
  font-size: 12px; font-weight: 600;
  color: var(--ink-muted);
  background: var(--paper);
  border: 1px solid transparent;
  cursor: pointer;
}
.day:hover:not(.muted):not(.head) { border-color: var(--blue); color: var(--blue); }
.day.active { background: var(--blue); color: #fff; }
.day.muted  { opacity: 0.3; cursor: default; }
.day.head   { font-size: 10px; color: var(--ink-faint); aspect-ratio: auto; padding: 4px 0; cursor: default; background: transparent; }
.booking__form { display: grid; gap: 14px; }
.booking__form label { font-size: 12px; font-weight: 600; color: var(--ink); display: grid; gap: 6px; }
.booking__form input,
.booking__form select {
  padding: 12px 14px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  font-size: 14px;
  font-family: inherit;
  background: var(--light);
  color: var(--ink);
  outline: none;
  transition: border-color .25s var(--ease);
}
.booking__form input:focus,
.booking__form select:focus { border-color: var(--blue); background: #fff; }

@media (max-width: 760px) { .booking__panel { grid-template-columns: 1fr; } }

/* ============================================================
   STEPS 3 — 3 coloane (fundal inchis)
============================================================ */
.steps3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: clamp(40px,5vw,60px);
}
.s3 {
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: grid;
  gap: 14px;
}
.s3__num { font-size: 36px; font-weight: 700; color: var(--blue); line-height: 1; }
.s3__thumb { aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; background: var(--navy-3); }
.s3 h3 { font-size: 17px; margin: 0; }
.s3 p  { font-size: 14px; line-height: 1.55; color: var(--navy-muted); margin: 0; }

@media (max-width: 880px) { .steps3 { grid-template-columns: 1fr; } }

/* ============================================================
   OUTCOMES — 4 carduri (fundal inchis)
============================================================ */
.outcomes__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px,5vw,60px);
  display: grid;
  gap: 16px;
  justify-items: center;
}
.outcomes__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.outcome {
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: var(--r-lg);
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.outcome:hover { border-color: var(--blue); transform: translateY(-3px); }
.outcome .icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(59,111,224,0.18); color: #fff; display: grid; place-items: center; }
.outcome h4 { font-size: 16px; margin: 0; }
.outcome p  { font-size: 13.5px; color: var(--navy-muted); margin: 0; line-height: 1.55; }
.outcome .pill {
  font-size: 11px; font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(59,111,224,0.18);
  color: #fff;
  justify-self: start;
  letter-spacing: 0.04em;
}

@media (max-width: 1000px) { .outcomes__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px)  { .outcomes__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ (fundal inchis)
============================================================ */
.faq { max-width: 880px; margin: 0 auto; }
.faq__head {
  text-align: center;
  margin-bottom: clamp(40px,5vw,60px);
  display: grid;
  gap: 16px;
  justify-items: center;
}
.faq__list { border-top: 1px solid var(--navy-line); }
.faq__item { border-bottom: 1px solid var(--navy-line); }
.faq__btn {
  width: 100%; background: transparent; color: #fff;
  text-align: left; border: 0;
  padding: 22px 4px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 16px; font-weight: 600;
  gap: 16px;
}
.faq__item.open .faq__btn { color: var(--yellow); }
.faq__btn .chev { transition: transform .3s var(--ease); flex-shrink: 0; }
.faq__item.open .faq__btn .chev { transform: rotate(180deg); }
.faq__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq__item.open .faq__body { grid-template-rows: 1fr; }
.faq__body > div { overflow: hidden; }
.faq__body p { margin: 0 0 18px; padding-right: 60px; color: var(--navy-muted); font-size: 14.5px; line-height: 1.65; }

/* ============================================================
   ABOUT / DIENSTLEISTUNG — sticky stanga + scroll dreapta
============================================================ */
.section--about {
  background: #0D1B3E url("images/achivment.webp") center center / cover no-repeat;
  color: #fff;
  padding-block: 0;
  overflow-x: clip;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}

/* STANGA — sticky */
.about-left {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(0px, 8vw, 150px);
}

/* Cardul este elementul sticky — se opreste natural la baza celulei (= coloana dreapta) */
.about-card {
  position: sticky;
  top: 170px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 8px 20px rgba(0,0,0,0.25);
  margin-top: 40px;
}

.about-photo {
  line-height: 0;
}
.about-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-namecard {
  background: var(--blue);
  padding: 18px 24px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.about-namecard strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}
.about-namecard span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin-top: 3px;
}

/* DREAPTA — scrollabil */
.about-right {
  padding-bottom: clamp(60px, 8vw, 100px);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-intro {
  display: grid;
  gap: 16px;
  text-align: center;
  justify-items: center;
  padding-block: clamp(56px, 7vw, 88px) clamp(40px, 5vw, 60px);
}
.about-intro .h2 { color: #fff; max-width: 720px; }

/* Capitol */
.about-chapter {
  padding-block: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-chapter:first-of-type { border-top: none; }
.about-chapter p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
.about-chapter p strong { color: #fff; }

/* Pill label (buton alb conturat) */
.about-pill {
  display: inline-block;
  align-self: flex-start;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Semnatura */
.about-sig { margin: 8px 0; }

/* CTA */
.about-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}
.about-cta-sub {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-left { position: static; height: auto; max-width: 400px; }
  .about-photo { min-height: 400px; }
  .about-right { padding-block: 40px; }
}

/* ============================================================
   FAQ2 — accordion full-width (fundal alb)
============================================================ */
.section--faq2 {
  background: #fff;
  color: var(--ink);
}
.faq2-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  display: grid;
  gap: 14px;
  justify-items: center;
}
.faq2-head .h2 { color: #0D1B3E; }

.faq2-list {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq2-item {
  border-radius: 14px;
  background: #2d3e50;
  overflow: hidden;
  transition: box-shadow .3s var(--ease);
  contain: layout;
}
.faq2-item.open {
  box-shadow: 0 8px 28px rgba(13,27,62,0.18);
}

.faq2-btn {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.35;
}
.faq2-btn span:first-child { flex: 1; }

.faq2-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: grid;
  place-items: center;
  transition: transform .3s var(--ease);
}
.faq2-item.open .faq2-icon { transform: rotate(45deg); }

.faq2-btn span:first-child { font-weight: 800; }

.faq2-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}
.faq2-item.open .faq2-body {
  max-height: 2000px;
}
.faq2-body > div { min-height: 0; }

.faq2-cols {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 28px;
  padding: 4px 24px 24px;
  align-items: start;
}
.faq2-cols--novideo { grid-template-columns: 1fr; }

.faq2-video video {
  width: 100%;
  border-radius: 10px;
  display: block;
  background: #000;
}

.faq2-text p {
  margin: 0 0 14px;
  color: var(--navy-muted);
  font-size: 14px;
  line-height: 1.7;
}
.faq2-text p:last-child { margin-bottom: 0; }
.faq2-text p strong { color: #fff; }

@media (max-width: 720px) { .faq2-cols { grid-template-columns: 1fr; } }

/* ============================================================
   FINAL CTA (fundal inchis)
============================================================ */
.final {
  text-align: center;
  display: grid;
  gap: 22px;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto;
}
.final .btn-block { justify-content: center; margin-top: 10px; }
.final .lead { text-align: center; color: var(--navy-muted); }
.final .highlight { color: var(--ink); }

/* ============================================================
   MOBILE — 375px (iPhone SE)
============================================================ */
@media (max-width: 720px) {

  /* Base */
  body { font-size: 15px; }
  .section { padding-block: clamp(40px, 8vw, 64px); }
  .h1 { font-size: 26px; line-height: 1.15; }
  .h2 { font-size: 22px; line-height: 1.18; }
  .h3 { font-size: 17px; }
  .wrap { padding-inline: 16px; }
  .btn { font-size: 13px; padding: 11px 16px; white-space: normal; text-align: center; line-height: 1.3; width: auto; }
  .btn--lg { font-size: 13px; padding: 12px 18px; }
  .btn-block { flex-direction: column; align-items: flex-start; }
  .btn-block .btn { justify-content: center; }

  /* Top bar — hide everything except social icons, prevent overflow */
  .hdr-top { padding: 8px 0; }
  .hdr-top .hdr-inner { padding: 0 12px; }
  .hdr-social { gap: 0; flex-wrap: wrap; }
  .hdr-social a { margin-left: 14px; font-size: 13px; }

  /* Hero */
  .hero { padding-top: 32px; padding-bottom: 32px; }
  .hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .hero__lead { font-size: 14px; }
  .hero__cta-block { align-items: flex-start; }
  .hero__photo-wrap { max-width: 100%; overflow: hidden; }
  .hero__photo { border-radius: 12px; }
  .hero__badge { display: none; }

  /* Features */
  .features__grid { grid-template-columns: 1fr; }
  .features__cta { flex-direction: column; align-items: center; }
  .features__social { flex-direction: column; align-items: center; text-align: center; }

  /* Referenzen */
  .ref-card { grid-template-columns: 1fr; border-radius: 14px; }
  .ref-card__media { min-height: 200px; }
  .ref-card__sound { top: 10px; left: 10px; font-size: 11px; padding: 6px 10px; }
  .ref-card__author { flex-wrap: wrap; gap: 8px; padding: 10px 14px; }
  .ref-card__media .vplay-btn { align-items: center; justify-content: center; padding: 0; }
  .ref-card__media .vplay-btn span { background: rgba(20,20,20,0.45); }
  .prz-trust { gap: 20px; }
  .prz-trust__text { padding-left: 6px; }
  .ref-card__author-info span { font-size: 10px; }
  .ref-card__company { text-align: left; }
  .ref-card__content { padding: 18px 16px; }
  .ref-card__quote { font-size: 15px; }
  .ref-card__section > p { font-size: 13px; }
  .ref-card__bullets li { font-size: 13px; }

  /* Sys cards */
  .sys-cards { max-width: 100%; }
  .sys-card { grid-template-columns: 1fr; padding: 20px 16px; margin-bottom: 16px; min-height: auto; border-radius: 14px; }
  .sys-card__right { display: flex; width: 100%; }
  .sys-img-box { padding: 12px; width: 100%; border-radius: 12px; }
  .sys-img-box img { border-radius: 8px; width: 100%; height: auto; }
  .sys-card__title { font-size: 16px; }
  .sys-card__text { font-size: 13px; }
  .sys-num { width: 36px; height: 36px; font-size: 13px; margin-bottom: 12px; }

  /* Ergebnisse */
  .erg-grid { grid-template-columns: 1fr; gap: 14px; }
  .erg-col { padding: 20px 16px; border-radius: 12px; }
  .erg-list li { gap: 10px; padding: 12px 0; }
  .erg-list p { font-size: 13px; }

  /* Kundenstimmen */
  .kd-grid { grid-template-columns: 1fr; }
  .kd-card { padding: 16px; border-radius: 12px; }
  .kd-quote { font-size: 14px; }
  .kd-text { font-size: 12.5px; }

  /* Prozess */
  .prz-step { grid-template-columns: 36px 1fr; gap: 0 10px; }
  .prz-card { display: block; min-height: auto; border-radius: 12px; overflow: hidden; }
  .prz-card__media { float: left; width: 120px; margin: 14px 14px 8px 14px; }
  .prz-media-placeholder { min-height: 0; height: auto; }
  .prz-media-placeholder img { width: 120px; height: auto; object-fit: unset; display: block; }
  .prz-card__body { display: block; padding: 14px; }
  .prz-card__body h3 { font-size: 14px; word-break: break-word; hyphens: auto; }
  .prz-card__body p { font-size: 13px; word-break: break-word; hyphens: auto; }
  .prz-card::after { content: ''; display: table; clear: both; }
  .prz-layout { max-width: 100%; }
  .prz-dot { width: 32px; height: 32px; font-size: 12px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 0; }
  .about-left { position: static; padding-bottom: 0; }
  .about-card { position: static; margin-top: 0; }
  .about-photo { min-height: 0; }
  .about-right { padding-bottom: 32px; }
  .about-intro { padding-block: 32px 20px; text-align: left; justify-items: start; }
  .about-intro .h2 { font-size: 22px; max-width: 100%; }
  .about-chapter { padding-block: 20px; }
  .about-chapter p { font-size: 14px; }
  .about-pill { font-size: 12px; padding: 6px 14px; }
  .about-cta .btn { width: auto; justify-content: center; }

  /* FAQ2 */
  .faq2-list { max-width: 100%; }
  .faq2-btn { font-size: 13px; padding: 14px 14px; gap: 10px; }
  .faq2-btn span:first-child { line-height: 1.4; }
  .faq2-cols { grid-template-columns: 1fr; padding: 4px 14px 18px; gap: 14px; }
  .faq2-text p { font-size: 13px; }

  /* CTA band */
  .cta-band { grid-template-columns: 1fr; gap: 20px; border-radius: 16px; }
  .cta-band__actions { justify-content: flex-start; }
  .cta-band__title { font-size: 18px; }

  /* Booking */
  .booking__panel { grid-template-columns: 1fr; border-radius: 16px; padding: 20px; }

  /* Footer */
  .ftr-grid { gap: 20px; padding: 0 16px; }
  .ftr-col h4 { font-size: 15px; }
  .ftr-btn { font-size: 13px; padding: 8px 20px; white-space: normal; }
  .ftr-bottom p { font-size: 11px; }

  /* Ref heads */
  .ref-head .h2 { font-size: 20px; }
  .ref-cta { margin-top: 24px; }

  /* Wall grid */
  .wall__grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .tile { min-height: 140px; }

  /* Section heads — normalize */
  .prz-head .h2 { font-size: 20px; }
  .kd-head .h2 { font-size: 20px; }
  .faq2-head .h2 { font-size: 20px; }
  .sys-head .h2 { font-size: 20px; }
  .sys-head .h2 br { display: none; }
  .erg-head .h2 { font-size: 20px; }
  .erg-head .h2 br { display: none; }
  .ref-head .h2 br { display: none; }
  .kd-head .h2 br { display: none; }
  .faq2-head .h2 br { display: none; }
  .about-intro .h2 br { display: none; }
}
/* VT 24 */
div#id0-widget-verbrauchertest24-ratting-wrap, div#id0-widget-verbrauchertest24-bewertungen-count, div#id0-widget-verbrauchertest24-bewertungen {
    color: rgb(51, 51, 51) !important;
}

div#id0-widget-verbrauchertest24-stars-ratting img{
    float: left !important;
}

div#id0-widget-verbrauchertest24-stars-ratting {
    top: 45px !important;   
}