/* EN + DE scoped under .wbs-repm. Author: WOODS Business Solutions */
.wbs-repm {
  --dark:#232323; --lime:#CAF1A2; --lime-hover:#B8E08F; --blue-grey:#363C46;
  --light:#E8E8E8; --white:#FFFFFF; --black:#0F0F0F;
  --fg1:#fff; --fg2:rgba(255,255,255,.72); --fg3:rgba(255,255,255,.52);
  --on-light1:#232323; --on-light2:rgba(35,35,35,.68); --on-light3:rgba(35,35,35,.48);
  --hair:rgba(255,255,255,.08); --hair-strong:rgba(255,255,255,.16); --hair-dark:rgba(15,15,15,.10);
  --font:'Cubron Grotesk','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw:1512px; --pad:clamp(20px,5vw,40px);
  --r-md:12px; --r-lg:16px; --r-pill:999px;
  --ease:cubic-bezier(.2,0,.2,1); --dur:200ms;
  --shadow-card:0 1px 2px rgba(0,0,0,.3),0 8px 24px rgba(0,0,0,.24);
  --shadow-lime:0 4px 16px rgba(202,241,162,.30);
}
.wbs-repm, .wbs-repm * {box-sizing:border-box}
.wbs-repm {margin:0;background:var(--dark);color:var(--fg1);font-family:var(--font);font-weight:300;font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}
.wbs-repm img {max-width:100%;display:block}
.wbs-repm h1,.wbs-repm h2,.wbs-repm h3 {font-weight:600;margin:0;letter-spacing:-.01em;line-height:1.18;color:var(--fg1)}
.wbs-repm h1 {font-size:clamp(42px,4.8vw,64px);line-height:1.05;letter-spacing:-.02em}
.wbs-repm h2 {font-size:clamp(30px,3.2vw,42px)}
.wbs-repm h3 {font-size:21px}
.wbs-repm p {margin:0}
.wbs-repm a {color:inherit;text-decoration:none}
.wbs-repm strong {font-weight:600}
.wbs-repm ::selection {background:var(--lime);color:var(--dark)}
.wbs-repm :focus-visible {outline:none;box-shadow:0 0 0 2px var(--dark),0 0 0 4px var(--lime)}
.wbs-repm .wrap {max-width:var(--maxw);margin:0 auto}
.wbs-repm .eyebrow {font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin:0 0 20px;font-weight:600}
.wbs-repm .section {padding:clamp(64px,8vw,104px) var(--pad)}
.wbs-repm .lead {font-weight:300;line-height:1.6;color:var(--fg2);font-size:19px}
.wbs-repm .btn {display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border:1px solid transparent;border-radius:var(--r-md);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all var(--dur) var(--ease)}
.wbs-repm .btn svg {width:15px;height:15px;transition:transform var(--dur) var(--ease)}
.wbs-repm .btn:hover svg {transform:translateX(3px)}
.wbs-repm .btn--primary {background:var(--lime);color:var(--dark)}
.wbs-repm .btn--primary:hover {background:var(--lime-hover);transform:translateY(-2px);box-shadow:var(--shadow-lime)}
.wbs-repm .btn--ghost {background:transparent;border-color:var(--hair-strong);color:var(--fg1)}
.wbs-repm .btn--ghost:hover {border-color:var(--lime);color:var(--lime);transform:translateY(-2px)}

/* hero */
.wbs-repm .hero {padding:clamp(56px,7vw,96px) var(--pad) clamp(48px,6vw,80px);border-bottom:1px solid var(--hair)}
.wbs-repm .hero-inner {max-width:900px;margin:0 auto;text-align:center}
.wbs-repm .hero h1 {margin-bottom:22px}
.wbs-repm .hero .lead {max-width:62ch;margin:0 auto 34px}
.wbs-repm .hero-actions {display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* screenshot bands */
.wbs-repm .shot {padding:clamp(40px,5vw,64px) var(--pad)}
.wbs-repm .shot figure {max-width:1180px;margin:0 auto}
.wbs-repm .shot img {border-radius:var(--r-lg);border:1px solid var(--hair-strong);box-shadow:var(--shadow-card)}
.wbs-repm .shot figcaption {margin-top:14px;text-align:center;font-size:14px;color:var(--fg3)}

/* pillars */
.wbs-repm .pillars {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;max-width:var(--maxw);margin:0 auto}
.wbs-repm .pillar {background:var(--blue-grey);border-radius:var(--r-lg);padding:28px 26px;box-shadow:var(--shadow-card)}
.wbs-repm .pillar .tag {font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--lime);margin-bottom:12px}
.wbs-repm .pillar h3 {margin-bottom:14px}
.wbs-repm .pillar ul {margin:0;padding:0;list-style:none;display:grid;gap:10px}
.wbs-repm .pillar li {padding-left:26px;position:relative;color:var(--fg2);line-height:1.5;font-size:15.5px}
.wbs-repm .pillar li::before {content:"";position:absolute;left:0;top:7px;width:14px;height:9px;border-left:2px solid var(--lime);border-bottom:2px solid var(--lime);transform:rotate(-45deg) scale(.8)}
.wbs-repm .sec-head {max-width:840px;margin:0 auto clamp(40px,5vw,56px);text-align:center}

/* facts strip */
.wbs-repm .facts {border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);padding:clamp(32px,4vw,44px) var(--pad)}
.wbs-repm .facts-row {display:flex;gap:clamp(20px,4vw,56px);justify-content:center;flex-wrap:wrap;max-width:var(--maxw);margin:0 auto}
.wbs-repm .fact {text-align:center;min-width:150px}
.wbs-repm .fact .k {font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg3);margin-bottom:6px;font-weight:600}
.wbs-repm .fact .v {font-weight:600;font-size:17px}

/* cta band */
.wbs-repm .band {padding:clamp(64px,8vw,104px) var(--pad);text-align:center}
.wbs-repm .band h2 {margin-bottom:16px}
.wbs-repm .band .lead {max-width:56ch;margin:0 auto 32px}
.wbs-repm .band .note {margin-top:22px;font-size:14px;color:var(--fg3)}
.wbs-repm .band .note a {color:var(--lime)}

@media (max-width:760px){
  .wbs-repm .hero-actions {flex-direction:column;align-items:center}
}
