/* ============================================================
   RankGuard Site — eigenständiges Stylesheet (v1-Design, .rg-body gescoped)
   Alle Inhalte werden vom RankGuard-Admin-Backend gefüllt.
   ============================================================ */
/* ============================================================
   RankGuard — LIGHT / Premium B2B Design System
   ============================================================ */

:root {
  /* ---- surfaces ---- */
  --rg-bg:        #FFFFFF;
  --rg-bg-tint:   #F4F8F5;   /* alt sections — soft mint-gray */
  --rg-bg-mint:   #EAF7F0;   /* highlight tint */
  --rg-ink:       #0E1A13;   /* near-black green — headings */
  --rg-ink-2:     #3C4D44;   /* strong body */
  --rg-muted:     #66776D;   /* secondary text */
  --rg-line:      #E6ECE8;   /* hairline borders */
  --rg-line-2:    #EEF3F0;

  /* ---- brand ---- */
  --rg-green:        #0FA968;  /* primary — readable on white */
  --rg-green-deep:   #0A7D4E;
  --rg-green-bright: #00D26A;  /* small accents / glow */
  --rg-green-soft:   #E7F7EE;  /* chips, icon wells */
  --rg-green-soft-2: #F1FAF5;
  --rg-green-ink:    #0A6B45;  /* green text on tint */
  --rg-navy:         #0C2A47;  /* enterprise trust accent */
  --rg-gold:         #FFB400;

  /* ---- type ---- */
  --rg-font-head: "Plus Jakarta Sans", system-ui, sans-serif;
  --rg-font-body: "DM Sans", system-ui, -apple-system, sans-serif;

  /* ---- shape ---- */
  --rg-r:    16px;
  --rg-r-lg: 22px;
  --rg-r-xl: 28px;
  --rg-r-sm: 11px;

  --rg-maxw: 1200px;
  --rg-pad:  clamp(20px, 5vw, 56px);

  --rg-sh-sm: 0 1px 2px rgba(13,40,28,0.05), 0 1px 3px rgba(13,40,28,0.06);
  --rg-sh:    0 2px 4px rgba(13,40,28,0.04), 0 14px 34px -16px rgba(13,40,28,0.16);
  --rg-sh-lg: 0 4px 10px rgba(13,40,28,0.05), 0 34px 70px -28px rgba(13,40,28,0.26);
  --rg-sh-green: 0 10px 28px -10px rgba(15,169,104,0.45);
}

.rg-body *, .rg-body *::before, .rg-body *::after { box-sizing: border-box; }
.rg-body h1, .rg-body h2, .rg-body h3, .rg-body h4, .rg-body h5, .rg-body p,
.rg-body ul, .rg-body ol, .rg-body li, .rg-body blockquote, .rg-body figure { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.rg-body {
  background: var(--rg-bg);
  color: var(--rg-ink-2);
  font-family: var(--rg-font-body);
  font-size: 17px; line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
.rg-body h1, .rg-body h2, .rg-body h3, .rg-body h4 { font-family: var(--rg-font-head); font-weight: 700; color: var(--rg-ink); line-height: 1.08; letter-spacing: -0.025em; text-wrap: balance; }
.rg-body a { color: inherit; text-decoration: none; }
.rg-body button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.rg-body img { display: block; max-width: 100%; }
.rg-body ul { list-style: none; }
.rg-body ::selection { background: var(--rg-green-soft); color: var(--rg-green-ink); }

/* ---- layout ---- */
.wrap { max-width: var(--rg-maxw); margin: 0 auto; padding-inline: var(--rg-pad); }
.wrap--wide { max-width: 1320px; }
.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.section--tint { background: var(--rg-bg-tint); }
.section--mint { background: linear-gradient(180deg, var(--rg-green-soft-2), #fff); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--rg-font-head); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.02em; color: var(--rg-green-ink);
  padding: 7px 14px 7px 11px; border-radius: 100px;
  background: var(--rg-green-soft); border: 1px solid #D3EEDF;
  white-space: nowrap;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rg-green); box-shadow: 0 0 0 3px rgba(15,169,104,0.18); }

.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); margin-top: 18px; font-weight: 800; }
.section-head p { color: var(--rg-muted); font-size: clamp(1.05rem, 1.5vw, 1.2rem); margin-top: 16px; max-width: 60ch; }
.section-head.center p { margin-inline: auto; }
.accent { color: var(--rg-green); }
.ink { color: var(--rg-ink); }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--rg-font-head); font-weight: 600; font-size: 0.98rem;
  padding: 14px 24px; border-radius: 100px; white-space: nowrap;
  transition: transform .16s ease, box-shadow .24s ease, background .18s, border-color .18s, color .18s;
}
.btn--primary { background: var(--rg-green); color: #fff; box-shadow: var(--rg-sh-green); }
.btn--primary:hover { background: var(--rg-green-deep); transform: translateY(-2px); box-shadow: 0 16px 34px -10px rgba(15,169,104,0.6); }
.btn--ink { background: var(--rg-ink); color: #fff; }
.btn--ink:hover { background: #1a2e22; transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--rg-ink); border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); }
.btn--ghost:hover { border-color: #CFE6D9; transform: translateY(-2px); box-shadow: var(--rg-sh); }
.btn--lg { padding: 16px 30px; font-size: 1.04rem; }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); box-shadow: var(--rg-sh-sm); }

/* ---- stars ---- */
.stars { display: inline-flex; gap: 2px; color: var(--rg-gold); }
.stars svg { width: 1em; height: 1em; }

/* ============================================================
   HEADER
   ============================================================ */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.8); backdrop-filter: blur(12px) saturate(140%); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.header.scrolled { border-bottom-color: var(--rg-line); box-shadow: 0 6px 24px -18px rgba(13,40,28,0.3); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { font-size: 0.96rem; font-weight: 500; color: var(--rg-ink-2); padding: 9px 14px; border-radius: 9px; transition: color .15s, background .15s; }
.nav a:hover { color: var(--rg-ink); background: var(--rg-green-soft-2); }
.header__cta { display: flex; align-items: center; gap: 10px; }
.header__login { font-family: var(--rg-font-head); font-weight: 600; font-size: 0.96rem; color: var(--rg-ink); padding: 9px 6px; }
.header__login:hover { color: var(--rg-green); }
.header__burger { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--rg-line); align-items: center; justify-content: center; background:#fff; }
.header__burger span, .header__burger span::before, .header__burger span::after { display: block; width: 18px; height: 2px; background: var(--rg-ink); border-radius: 2px; }
.header__burger span { position: relative; }
.header__burger span::before, .header__burger span::after { content: ""; position: absolute; left: 0; }
.header__burger span::before { top: -6px; } .header__burger span::after { top: 6px; }
@media (max-width: 960px) { .nav, .header__cta .btn--ghost, .header__login { display: none; } .header__burger { display: flex; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: clamp(40px, 6vw, 76px); padding-bottom: clamp(48px, 7vw, 92px); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__bg .blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.hero__bg .b1 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(0,210,106,0.16), transparent 70%); top: -200px; right: -120px; }
.hero__bg .b2 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(12,42,71,0.07), transparent 70%); bottom: -220px; left: -160px; }
.hero__bg .dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(13,40,28,0.05) 1.2px, transparent 1.2px); background-size: 26px 26px; mask-image: radial-gradient(ellipse 70% 55% at 50% 30%, #000 20%, transparent 72%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(30px, 5vw, 66px); align-items: center; }

.hero__pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--rg-line); border-radius: 100px; padding: 6px 16px 6px 6px; font-size: 0.86rem; color: var(--rg-muted); margin-bottom: 26px; box-shadow: var(--rg-sh-sm); white-space: nowrap; }
.hero__pill .tag { background: var(--rg-green); color: #fff; font-weight: 700; font-family: var(--rg-font-head); padding: 3px 10px; border-radius: 100px; font-size: 0.72rem; letter-spacing: 0.02em; }
.hero__pill b { color: var(--rg-ink); font-weight: 600; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.1rem); font-weight: 800; letter-spacing: -0.035em; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--rg-green); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.04em; height: 0.13em; background: var(--rg-green-bright); opacity: 0.28; border-radius: 4px; }
.hero__sub { color: var(--rg-muted); font-size: clamp(1.06rem, 1.5vw, 1.24rem); max-width: 52ch; margin-bottom: 32px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 7px 20px; color: var(--rg-muted); font-size: 0.92rem; }
.hero__trust li { display: flex; align-items: center; gap: 7px; }
.hero__trust .chk { color: var(--rg-green); display: inline-flex; }
@media (max-width: 920px) { .hero__grid { grid-template-columns: 1fr; } .hero__visual { order: 2; max-width: 560px; } }

/* ---- HERO dashboard (light) ---- */
.dash { position: relative; background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); box-shadow: var(--rg-sh-lg); padding: 20px; }
.dash__bar { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--rg-line-2); }
.dash__bar .dots { display: flex; gap: 6px; }
.dash__bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: #E3E9E5; }
.dash__bar .url { margin-left: 8px; font-size: 0.74rem; color: var(--rg-muted); font-family: var(--rg-font-head); background: var(--rg-bg-tint); padding: 5px 12px; border-radius: 100px; }
.dash__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 16px; }
.dash__klabel { font-size: 0.72rem; color: var(--rg-muted); font-family: var(--rg-font-head); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 6px; }
.dash__score { display: flex; align-items: baseline; gap: 8px; }
.dash__score .num { font-family: var(--rg-font-head); font-weight: 800; font-size: 2.9rem; line-height: 1; color: var(--rg-ink); letter-spacing: -0.03em; }
.dash__score .out { color: var(--rg-muted); font-size: 0.9rem; }
.dash__delta { font-size: 0.78rem; color: var(--rg-green); font-weight: 700; display: inline-flex; align-items: center; gap: 4px; background: var(--rg-green-soft); padding: 5px 10px; border-radius: 100px; }
.dash__chart { display: flex; align-items: flex-end; gap: 7px; height: 88px; padding: 12px; background: var(--rg-green-soft-2); border-radius: 14px; margin-bottom: 14px; }
.dash__chart .bar { flex: 1; background: linear-gradient(180deg, var(--rg-green-bright), var(--rg-green)); border-radius: 5px 5px 3px 3px; min-height: 8px; }
.dash__reviews { display: flex; flex-direction: column; gap: 9px; }
.dash__rev { display: flex; gap: 11px; align-items: flex-start; background: #fff; border: 1px solid var(--rg-line); border-radius: 12px; padding: 11px 13px; }
.dash__rev .av { width: 33px; height: 33px; border-radius: 50%; flex-shrink: 0; background: var(--rg-green-soft); display: flex; align-items: center; justify-content: center; font-family: var(--rg-font-head); font-weight: 700; font-size: 0.82rem; color: var(--rg-green-ink); }
.dash__rev .body { flex: 1; min-width: 0; }
.dash__rev .nm { font-size: 0.84rem; font-weight: 700; font-family: var(--rg-font-head); color: var(--rg-ink); }
.dash__rev .tx { font-size: 0.8rem; color: var(--rg-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash__badge { position: absolute; right: -16px; bottom: 28px; z-index: 3; background: var(--rg-green); color: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: var(--rg-sh-green); }
.dash__badge .big { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.45rem; line-height: 1; }
.dash__badge .lbl { font-size: 0.68rem; font-weight: 600; opacity: 0.9; margin-top: 2px; }
.dash__float { position: absolute; left: -22px; top: auto; bottom: 150px; z-index: 3; background: #fff; border: 1px solid var(--rg-line); border-radius: 14px; padding: 11px 14px; display: flex; align-items: center; gap: 10px; box-shadow: var(--rg-sh); }
.dash__float .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; }
.dash__float .t { font-size: 0.72rem; color: var(--rg-muted); }
.dash__float .v { font-size: 0.92rem; font-weight: 800; font-family: var(--rg-font-head); color: var(--rg-ink); }
@media (max-width: 560px) { .dash__badge { right: -6px; } .dash__float { left: -6px; } }

/* ============================================================
   LOGO CLOUD / MARQUEE
   ============================================================ */
.logocloud { padding-block: clamp(40px, 6vw, 64px); }
.logocloud__head { text-align: center; color: var(--rg-muted); font-size: 0.95rem; margin-bottom: 30px; }
.logocloud__head b { color: var(--rg-ink); font-family: var(--rg-font-head); font-weight: 700; }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 18px; width: max-content; animation: marquee 38s linear infinite; }
html.has-motion .marquee__track { animation: marquee 38s linear infinite; }
.marquee__track { animation: none; } /* default static (preview-safe); motion adds it */
html.has-motion .marquee__track { animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(calc(-50% - 9px)); } }
.client { flex: 0 0 auto; height: 64px; min-width: 160px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; background: #fff; border: 1px solid var(--rg-line); border-radius: 14px; box-shadow: var(--rg-sh-sm); }
.client__mark { width: 26px; height: 26px; border-radius: 7px; background: var(--rg-bg-tint); color: var(--rg-muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.client__name { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.96rem; color: #8A998F; letter-spacing: -0.01em; white-space: nowrap; }

/* ============================================================
   BIG STAT BAND
   ============================================================ */
.bigstats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 860px) { .bigstats { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; } }
.bigstat .v { font-family: var(--rg-font-head); font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--rg-green); line-height: 1; letter-spacing: -0.04em; }
.bigstat .l { color: var(--rg-ink); font-weight: 600; font-family: var(--rg-font-head); margin-top: 12px; font-size: 1rem; }
.bigstat .d { color: var(--rg-muted); font-size: 0.92rem; margin-top: 4px; }

/* ============================================================
   PROBLEM
   ============================================================ */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px) { .cards-3 { grid-template-columns: 1fr; } }
.pcard { padding: 28px; border-radius: var(--rg-r-lg); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); transition: transform .25s, box-shadow .25s; }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--rg-sh); }
.pcard__ic { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #FFF4E0; color: #E0920A; margin-bottom: 18px; }
.pcard h3 { font-size: 1.26rem; margin-bottom: 10px; }
.pcard p { color: var(--rg-muted); font-size: 0.98rem; }
.problem__lead { margin-top: 26px; }
.problem__lead .punch { font-family: var(--rg-font-head); font-weight: 700; color: var(--rg-ink); font-size: clamp(1.15rem, 1.9vw, 1.45rem); margin-top: 12px; }

/* ============================================================
   STEP ROWS (solution — alternating)
   ============================================================ */
.steprow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.steprow + .steprow { margin-top: clamp(56px, 8vw, 104px); }
.steprow.flip .steprow__media { order: 2; }
@media (max-width: 860px) { .steprow, .steprow.flip { grid-template-columns: 1fr; gap: 28px; } .steprow.flip .steprow__media { order: 0; } }
.steprow__n { display: inline-flex; align-items: center; gap: 10px; font-family: var(--rg-font-head); font-weight: 700; font-size: 0.85rem; color: var(--rg-green-ink); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 16px; }
.steprow__n .badge { width: 30px; height: 30px; border-radius: 9px; background: var(--rg-green-soft); display: inline-flex; align-items: center; justify-content: center; color: var(--rg-green); }
.steprow h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; margin-bottom: 14px; }
.steprow p { color: var(--rg-muted); font-size: 1.06rem; margin-bottom: 20px; }
.steprow ul { display: flex; flex-direction: column; gap: 11px; }
.steprow li { display: flex; gap: 11px; align-items: flex-start; color: var(--rg-ink-2); font-size: 1rem; }
.steprow li .chk { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--rg-green-soft); color: var(--rg-green); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.steprow__media { position: relative; }
.mediaframe { background: linear-gradient(170deg, var(--rg-green-soft-2), #fff); border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); padding: clamp(20px, 3vw, 34px); box-shadow: var(--rg-sh); }

/* ---- mockup: invite message ---- */
.mk { background: #fff; border: 1px solid var(--rg-line); border-radius: 18px; box-shadow: var(--rg-sh-sm); overflow: hidden; }
.mk__hd { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--rg-line-2); }
.mk__hd .logo { width: 30px; height: 30px; border-radius: 9px; background: var(--rg-green); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--rg-font-head); font-weight: 800; font-size: 0.9rem; }
.mk__hd .who { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.92rem; color: var(--rg-ink); }
.mk__hd .when { margin-left: auto; font-size: 0.74rem; color: var(--rg-muted); }
.mk__bubble { margin: 16px; background: var(--rg-green-soft-2); border: 1px solid #DCEEE4; border-radius: 14px 14px 14px 4px; padding: 14px 16px; font-size: 0.92rem; color: var(--rg-ink-2); }
.mk__bubble .row-stars { margin: 10px 0 12px; }
.mk__cta { display: inline-flex; align-items: center; gap: 7px; background: var(--rg-green); color: #fff; font-family: var(--rg-font-head); font-weight: 600; font-size: 0.85rem; padding: 9px 16px; border-radius: 100px; }
.mk__chips { display: flex; gap: 8px; padding: 0 16px 16px; }
.mk__chip { font-size: 0.74rem; color: var(--rg-muted); background: var(--rg-bg-tint); border-radius: 100px; padding: 6px 12px; display: inline-flex; align-items: center; gap: 6px; }
.mk__chip .d { width: 6px; height: 6px; border-radius: 50%; background: var(--rg-green); }

/* ---- mockup: filter / routing ---- */
.route { display: flex; flex-direction: column; gap: 14px; }
.route__src { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--rg-line); border-radius: 14px; padding: 13px 16px; box-shadow: var(--rg-sh-sm); }
.route__src .stars { font-size: 0.9rem; }
.route__src .q { margin-left: auto; font-size: 0.82rem; color: var(--rg-muted); font-weight: 600; }
.route__split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.route__leg { border-radius: 14px; padding: 14px; border: 1px solid var(--rg-line); }
.route__leg.good { background: var(--rg-green-soft); border-color: #CFEBDD; }
.route__leg.bad { background: #FFF6E8; border-color: #FBE6BE; }
.route__leg .t { display: flex; align-items: center; gap: 8px; font-family: var(--rg-font-head); font-weight: 700; font-size: 0.84rem; color: var(--rg-ink); margin-bottom: 7px; }
.route__leg .t .ic { width: 22px; height: 22px; border-radius: 7px; display: flex; align-items: center; justify-content: center; }
.route__leg.good .ic { background: var(--rg-green); color: #fff; }
.route__leg.bad .ic { background: #E0920A; color: #fff; }
.route__leg p { font-size: 0.78rem; color: var(--rg-muted); margin: 0; }

/* ---- mockup: growth ---- */
.grow { }
.grow__top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }
.grow__top .big { font-family: var(--rg-font-head); font-weight: 800; font-size: 2rem; color: var(--rg-ink); line-height: 1; }
.grow__top .sub { font-size: 0.8rem; color: var(--rg-muted); }
.grow__top .pill { font-size: 0.76rem; font-weight: 700; color: var(--rg-green); background: var(--rg-green-soft); padding: 5px 10px; border-radius: 100px; }
.grow__svg { width: 100%; height: auto; display: block; }
.grow__bars { display: flex; align-items: flex-end; gap: 8px; height: 110px; margin-top: 6px; }
.grow__bars .b { flex: 1; background: linear-gradient(180deg, var(--rg-green-bright), var(--rg-green)); border-radius: 6px 6px 3px 3px; min-height: 10px; position: relative; }
.grow__bars .b::after { content: attr(data-m); position: absolute; bottom: -22px; left: 0; right: 0; text-align: center; font-size: 0.66rem; color: var(--rg-muted); }

/* ============================================================
   FEATURES GRID
   ============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
@media (max-width: 1040px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .feat-grid { grid-template-columns: 1fr; } }
.feat { padding: 22px; border-radius: var(--rg-r); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.feat:hover { transform: translateY(-3px); box-shadow: var(--rg-sh); border-color: #D6EADF; }
.feat__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.feat h3 { font-size: 1.04rem; margin-bottom: 6px; }
.feat p { color: var(--rg-muted); font-size: 0.9rem; line-height: 1.5; }

/* ============================================================
   SOCIAL PROOF / CASE
   ============================================================ */
.proofduo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 8px; }
@media (max-width: 820px) { .proofduo { grid-template-columns: 1fr; } }
.proofduo__stat { background: var(--rg-ink); color: #fff; border-radius: var(--rg-r-xl); padding: clamp(30px, 4vw, 48px); position: relative; overflow: hidden; }
.proofduo__stat .v { font-family: var(--rg-font-head); font-weight: 800; font-size: clamp(3rem, 7vw, 4.6rem); line-height: 1; letter-spacing: -0.04em; color: var(--rg-green-bright); }
.proofduo__stat .l { font-size: 1.08rem; margin-top: 14px; max-width: 26ch; color: rgba(255,255,255,0.82); }
.proofduo__stat .glow { position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(0,210,106,0.3), transparent 70%); filter: blur(50px); bottom: -160px; right: -100px; }

.story { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); padding: clamp(30px, 4vw, 48px); box-shadow: var(--rg-sh-sm); display: flex; flex-direction: column; }
.story .q-mark { font-family: var(--rg-font-head); font-weight: 800; font-size: 3rem; line-height: 0.6; color: var(--rg-green); }
.story blockquote { font-family: var(--rg-font-head); font-weight: 600; font-size: clamp(1.1rem, 1.7vw, 1.38rem); line-height: 1.42; color: var(--rg-ink); margin: 16px 0 22px; }
.story__by { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.story__by .av { width: 44px; height: 44px; border-radius: 50%; background: var(--rg-green-soft); color: var(--rg-green-ink); display: flex; align-items: center; justify-content: center; font-family: var(--rg-font-head); font-weight: 700; }
.story__by .nm { font-family: var(--rg-font-head); font-weight: 700; color: var(--rg-ink); font-size: 0.96rem; }
.story__by .ro { color: var(--rg-muted); font-size: 0.86rem; }

.storycards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
@media (max-width: 860px) { .storycards { grid-template-columns: 1fr; } }
.scard { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); padding: 26px; box-shadow: var(--rg-sh-sm); transition: transform .25s, box-shadow .25s; }
.scard:hover { transform: translateY(-4px); box-shadow: var(--rg-sh); }
.scard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.scard__logo { font-family: var(--rg-font-head); font-weight: 800; color: var(--rg-ink); font-size: 1.02rem; }
.scard__kpis { display: flex; flex-direction: column; gap: 12px; }
.scard__kpi { display: flex; align-items: baseline; gap: 10px; }
.scard__kpi .v { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.5rem; color: var(--rg-green); line-height: 1; min-width: 72px; }
.scard__kpi .l { color: var(--rg-muted); font-size: 0.9rem; }

/* ============================================================
   PRICING
   ============================================================ */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; align-items: stretch; }
@media (max-width: 860px) { .prices { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }
.price { padding: 30px; border-radius: var(--rg-r-xl); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.price:hover { transform: translateY(-4px); box-shadow: var(--rg-sh); }
.price--feat { border: 1.5px solid var(--rg-green); box-shadow: 0 24px 56px -24px rgba(15,169,104,0.4); position: relative; }
.price__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--rg-green); color: #fff; font-family: var(--rg-font-head); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.04em; padding: 6px 16px; border-radius: 100px; text-transform: uppercase; white-space: nowrap; }
.price__name { font-family: var(--rg-font-head); font-weight: 700; letter-spacing: 0.06em; font-size: 0.86rem; color: var(--rg-green-ink); }
.price__amt { display: flex; align-items: baseline; gap: 6px; margin: 12px 0 4px; }
.price__amt .v { font-family: var(--rg-font-head); font-weight: 800; font-size: 2.9rem; line-height: 1; color: var(--rg-ink); letter-spacing: -0.03em; }
.price__amt .per { color: var(--rg-muted); font-size: 0.92rem; }
.price__desc { color: var(--rg-muted); font-size: 0.94rem; min-height: 46px; margin-bottom: 18px; }
.price ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; flex: 1; }
.price li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.94rem; color: var(--rg-ink-2); }
.price li .chk { color: var(--rg-green); flex-shrink: 0; margin-top: 2px; }
.price li.off { color: #A6B2AB; }
.price li.off .chk { color: #C2CCC6; }
.price .btn { width: 100%; }
.price-note { color: var(--rg-muted); font-size: 0.88rem; margin-top: 24px; text-align: center; max-width: 72ch; margin-inline: auto; }
.price-note a { color: var(--rg-green); font-weight: 600; }

/* ============================================================
   INDUSTRIES
   ============================================================ */
.ind-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 48px; }
@media (max-width: 980px) { .ind-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
.ind { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: var(--rg-r); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.ind:hover { transform: translateY(-3px); box-shadow: var(--rg-sh); border-color: #D6EADF; }
.ind .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ind .nm { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.96rem; color: var(--rg-ink); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.qa { border: 1px solid var(--rg-line); border-radius: var(--rg-r); background: #fff; box-shadow: var(--rg-sh-sm); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.qa.open { border-color: #CFEBDD; box-shadow: var(--rg-sh); }
.qa__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; font-family: var(--rg-font-head); font-weight: 700; font-size: 1.05rem; color: var(--rg-ink); }
.qa__ic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--rg-green-soft); display: flex; align-items: center; justify-content: center; transition: transform .25s, background .2s, color .2s; color: var(--rg-green); }
.qa.open .qa__ic { background: var(--rg-green); color: #fff; transform: rotate(45deg); }
.qa__a { max-height: 0; overflow: hidden; }
html.has-motion .qa__a { transition: max-height .3s ease; }
.qa__a-inner { padding: 0 22px 22px; color: var(--rg-muted); font-size: 1rem; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.finalcta__box { position: relative; overflow: hidden; border-radius: var(--rg-r-xl); background: linear-gradient(150deg, #0E2A1C, #0A6B45 130%); padding: clamp(40px, 6vw, 76px); }
.finalcta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 820px) { .finalcta__inner { grid-template-columns: 1fr; } }
.finalcta__box .glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(0,210,106,0.32), transparent 70%); filter: blur(60px); top: -260px; right: -120px; }
.finalcta h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; }
.finalcta p { color: rgba(255,255,255,0.8); font-size: clamp(1.04rem, 1.5vw, 1.2rem); margin: 18px 0 28px; max-width: 46ch; }
.finalcta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.finalcta .btn--ghost { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.22); box-shadow: none; }
.finalcta .btn--ghost:hover { background: rgba(255,255,255,0.18); }
.ctacard { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--rg-r-lg); padding: 26px; backdrop-filter: blur(8px); }
.ctacard__avatars { display: flex; margin-bottom: 16px; }
.ctacard__avatars .av { width: 46px; height: 46px; border-radius: 50%; border: 2.5px solid #103b27; background: var(--rg-green-soft); color: var(--rg-green-ink); display: flex; align-items: center; justify-content: center; font-family: var(--rg-font-head); font-weight: 700; margin-left: -12px; }
.ctacard__avatars .av:first-child { margin-left: 0; }
.ctacard h4 { color: #fff; font-size: 1.12rem; margin-bottom: 6px; }
.ctacard p { color: rgba(255,255,255,0.72); font-size: 0.92rem; margin: 0 0 16px; }
.ctacard__contact { display: flex; flex-direction: column; gap: 8px; font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.ctacard__contact a { display: flex; align-items: center; gap: 9px; }
.ctacard__contact .ic { color: var(--rg-green-bright); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--rg-bg-tint); border-top: 1px solid var(--rg-line); padding-top: clamp(52px, 7vw, 78px); }
.footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; }
@media (max-width: 980px) { .footer__grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
.footer__brand .tagline { font-family: var(--rg-font-head); font-weight: 700; font-size: 1rem; color: var(--rg-ink); margin: 16px 0 10px; }
.footer__brand p { color: var(--rg-muted); font-size: 0.92rem; max-width: 34ch; margin-bottom: 18px; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer__badges span { font-size: 0.74rem; color: var(--rg-ink-2); background: #fff; border: 1px solid var(--rg-line); border-radius: 100px; padding: 6px 12px; display: inline-flex; align-items: center; gap: 6px; }
.footer__badges .ic { color: var(--rg-green); }
.footer h4 { font-family: var(--rg-font-head); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--rg-muted); margin-bottom: 16px; font-weight: 700; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: var(--rg-ink-2); font-size: 0.93rem; transition: color .15s; }
.footer ul a:hover { color: var(--rg-green); }
.footer__bottom { border-top: 1px solid var(--rg-line); padding-block: 24px; color: var(--rg-muted); font-size: 0.84rem; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; align-items: center; }

/* ============================================================
   REVEAL — visible by default; only hide once motion confirmed
   ============================================================ */
.reveal { opacity: 1; transform: none; }
html.has-motion .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
html.has-motion .reveal.in { opacity: 1; transform: none; }
html.has-motion .reveal.d1 { transition-delay: .07s; }
html.has-motion .reveal.d2 { transition-delay: .14s; }
html.has-motion .reveal.d3 { transition-delay: .21s; }
html.has-motion .reveal.d4 { transition-delay: .28s; }
@media (prefers-reduced-motion: reduce) { html.has-motion .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }


/* ---- mobiles Menü + Sichtbarkeits-Helfer ---- */
.rg-body .header__mobile { display: none; background: #fff; border-top: 1px solid var(--rg-line); padding: 10px var(--rg-pad) 22px; }
.rg-body .header__mobile.open { display: block; }
.rg-body .header__mobile a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--rg-line-2); color: var(--rg-ink); font-weight: 600; }
.rg-body .header__mobile a.btn { margin-top: 16px; width: 100%; display: flex; border-bottom: none; color: #fff; padding: 14px 24px; }
.rg-body .logo-img { height: 28px; width: auto; display: block; }
.rg-body .footer .logo-img { height: 28px; }
.rg-hidden { display: none !important; }

/* ============================================================
   LANDINGPAGE-STYLES  (aus lp-styles.css, auf .rg-body gescoped)
   ============================================================ */
/* ============================================================
   RankGuard — Landing Page Styles (extends styles-light.css)
   ============================================================ */

/* ---- LP Hero (centered, full-width) ---- */
.rg-body .lp-hero { position: relative; overflow: hidden; padding-top: clamp(56px, 8vw, 100px); padding-bottom: clamp(40px, 5vw, 60px); text-align: center; }
.rg-body .lp-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.rg-body .lp-hero__bg .blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.rg-body .lp-hero__bg .b1 { width: 600px; height: 500px; background: radial-gradient(circle, rgba(0,210,106,0.14), transparent 70%); top: -200px; right: -150px; }
.rg-body .lp-hero__bg .b2 { width: 500px; height: 400px; background: radial-gradient(circle, rgba(12,42,71,0.07), transparent 70%); bottom: -180px; left: -120px; }
.rg-body .lp-hero__bg .dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(13,40,28,0.04) 1.2px, transparent 1.2px); background-size: 26px 26px; mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 20%, transparent 75%); }
.rg-body .lp-hero__inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; }
.rg-body .lp-hero__tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--rg-line); border-radius: 100px; padding: 7px 16px 7px 7px; font-size: 0.85rem; color: var(--rg-muted); margin-bottom: 28px; box-shadow: var(--rg-sh-sm); }
.rg-body .lp-hero__tag .ic { width: 28px; height: 28px; border-radius: 50%; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; }
.rg-body .lp-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; letter-spacing: -0.035em; margin-bottom: 22px; }
.rg-body .lp-hero h1 em { font-style: normal; color: var(--rg-green); }
.rg-body .lp-hero__sub { color: var(--rg-muted); font-size: clamp(1.08rem, 1.6vw, 1.26rem); max-width: 62ch; margin: 0 auto 32px; }
.rg-body .lp-hero__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.rg-body .lp-hero__trust { display: flex; gap: 8px 24px; justify-content: center; flex-wrap: wrap; color: var(--rg-muted); font-size: 0.9rem; }
.rg-body .lp-hero__trust li { display: flex; align-items: center; gap: 7px; }
.rg-body .lp-hero__trust .chk { color: var(--rg-green); }

/* ---- Industry stat strip ---- */
.rg-body .lp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rg-line); border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); overflow: hidden; margin-top: clamp(40px, 6vw, 72px); }
@media (max-width: 780px) { .rg-body .lp-stats { grid-template-columns: repeat(2, 1fr); } }
.rg-body .lp-stats .cell { background: #fff; padding: clamp(20px, 3vw, 34px); }
.rg-body .lp-stats .v { font-family: var(--rg-font-head); font-weight: 800; font-size: clamp(2rem, 3.8vw, 2.8rem); color: var(--rg-green); line-height: 1; letter-spacing: -0.03em; }
.rg-body .lp-stats .l { color: var(--rg-ink-2); font-size: 0.92rem; margin-top: 10px; font-weight: 500; }

/* ---- Pain point cards (amber icon) ---- */
.rg-body .pain-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 860px) { .rg-body .pain-cards { grid-template-columns: 1fr; } }
.rg-body .pain { padding: 28px; border-radius: var(--rg-r-lg); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); transition: transform .22s, box-shadow .22s; }
.rg-body .pain:hover { transform: translateY(-4px); box-shadow: var(--rg-sh); }
.rg-body .pain__ic { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.rg-body .pain__ic.amber { background: #FFF4E0; color: #D08C0A; }
.rg-body .pain__ic.red { background: #FFF0F0; color: #C93535; }
.rg-body .pain__ic.blue { background: #EEF3FF; color: #3B5BDB; }
.rg-body .pain h3 { font-size: 1.22rem; margin-bottom: 10px; }
.rg-body .pain p { color: var(--rg-muted); font-size: 0.97rem; }
.rg-body .pain__fix { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 0.88rem; font-weight: 600; color: var(--rg-green); padding-top: 16px; border-top: 1px solid var(--rg-line-2); }

/* ---- Horizontal process steps ---- */
.rg-body .lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; position: relative; }
@media (max-width: 860px) { .rg-body .lp-steps { grid-template-columns: 1fr; gap: 22px; } .rg-body .lp-steps::before { display: none; } }
.rg-body .lp-steps::before { content: ""; position: absolute; top: 28px; left: calc(16.6% + 20px); right: calc(16.6% + 20px); height: 2px; background: linear-gradient(90deg, var(--rg-green-soft), var(--rg-green), var(--rg-green-soft)); border-radius: 2px; }
.rg-body .lp-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 clamp(12px, 2vw, 28px); }
.rg-body .lp-step__num { width: 56px; height: 56px; border-radius: 50%; background: var(--rg-green); color: #fff; font-family: var(--rg-font-head); font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; box-shadow: 0 6px 20px -8px rgba(15,169,104,0.6); margin-bottom: 22px; flex-shrink: 0; }
.rg-body .lp-step h3 { font-size: 1.18rem; margin-bottom: 10px; }
.rg-body .lp-step p { color: var(--rg-muted); font-size: 0.95rem; }
.rg-body .lp-step__example { margin-top: 14px; background: var(--rg-green-soft-2); border: 1px solid #DCF0E4; border-radius: 10px; padding: 12px 14px; font-size: 0.84rem; color: var(--rg-ink-2); text-align: left; }
.rg-body .lp-step__example .label { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.72rem; color: var(--rg-green-ink); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 5px; }

/* ---- Before / After strip ---- */
.rg-body .before-after { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--rg-r-xl); overflow: hidden; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh); margin-top: 52px; }
@media (max-width: 680px) { .rg-body .before-after { grid-template-columns: 1fr; } }
.rg-body .ba__side { padding: clamp(28px, 4vw, 44px); }
.rg-body .ba__before { background: #FAFAFA; border-right: 1px solid var(--rg-line); }
.rg-body .ba__after { background: linear-gradient(160deg, var(--rg-green-soft-2), #fff); }
.rg-body .ba__label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--rg-font-head); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; margin-bottom: 20px; }
.rg-body .ba__before .ba__label { background: #F0F0F0; color: #888; }
.rg-body .ba__after  .ba__label { background: var(--rg-green-soft); color: var(--rg-green-ink); }
.rg-body .ba__row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 0.97rem; }
.rg-body .ba__row:last-child { border-bottom: none; }
.rg-body .ba__before .ba__row .ic { color: #C93535; flex-shrink: 0; margin-top: 2px; }
.rg-body .ba__after  .ba__row .ic { color: var(--rg-green); flex-shrink: 0; margin-top: 2px; }

/* ---- Feature highlight 2-col ---- */
.rg-body .feat-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
@media (max-width: 700px) { .rg-body .feat-highlight { grid-template-columns: 1fr; } }
.rg-body .fh { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r); box-shadow: var(--rg-sh-sm); transition: transform .2s, box-shadow .2s; }
.rg-body .fh:hover { transform: translateY(-3px); box-shadow: var(--rg-sh); }
.rg-body .fh__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rg-body .fh h3 { font-size: 1rem; margin-bottom: 5px; }
.rg-body .fh p { color: var(--rg-muted); font-size: 0.9rem; }

/* ---- Testimonial (large) ---- */
.rg-body .lp-testimonial { background: var(--rg-ink); border-radius: var(--rg-r-xl); padding: clamp(36px, 5vw, 64px); position: relative; overflow: hidden; margin-top: 52px; }
.rg-body .lp-testimonial .glow { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,210,106,0.28), transparent 70%); border-radius: 50%; filter: blur(60px); right: -100px; top: -100px; }
.rg-body .lp-testimonial blockquote { position: relative; z-index: 1; font-family: var(--rg-font-head); font-weight: 600; font-size: clamp(1.2rem, 2.2vw, 1.6rem); color: #fff; line-height: 1.4; max-width: 72ch; margin-bottom: 28px; }
.rg-body .lp-testimonial .qm { font-size: 3rem; line-height: 0.5; color: var(--rg-green-bright); display: block; margin-bottom: 14px; font-family: var(--rg-font-head); }
.rg-body .lp-testimonial .by { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.rg-body .lp-testimonial .av { width: 48px; height: 48px; border-radius: 50%; background: var(--rg-green-soft); color: var(--rg-green-ink); display: flex; align-items: center; justify-content: center; font-family: var(--rg-font-head); font-weight: 700; flex-shrink: 0; }
.rg-body .lp-testimonial .nm { color: #fff; font-family: var(--rg-font-head); font-weight: 700; font-size: 1rem; }
.rg-body .lp-testimonial .ro { color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.rg-body .lp-testimonial .kpis { display: flex; gap: clamp(20px, 4vw, 48px); flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 28px; margin-top: 28px; position: relative; z-index: 1; }
.rg-body .lp-testimonial .kpi .v { font-family: var(--rg-font-head); font-weight: 800; font-size: 2rem; color: var(--rg-green-bright); line-height: 1; }
.rg-body .lp-testimonial .kpi .l { color: rgba(255,255,255,0.65); font-size: 0.88rem; margin-top: 6px; }

/* ---- LP Final CTA ---- */
.rg-body .lp-cta { background: linear-gradient(150deg, #0E2A1C, #0A6B45 140%); border-radius: var(--rg-r-xl); padding: clamp(48px, 7vw, 84px) clamp(28px, 5vw, 72px); text-align: center; position: relative; overflow: hidden; }
.rg-body .lp-cta .glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(0,210,106,0.3), transparent 70%); filter: blur(70px); top: -280px; left: 50%; transform: translateX(-50%); }
.rg-body .lp-cta > * { position: relative; z-index: 1; }
.rg-body .lp-cta h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; max-width: 820px; margin: 0 auto 18px; }
.rg-body .lp-cta p { color: rgba(255,255,255,0.75); font-size: clamp(1.04rem, 1.5vw, 1.18rem); max-width: 58ch; margin: 0 auto 30px; }
.rg-body .lp-cta .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.rg-body .lp-cta .btn--ghost { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.25); box-shadow: none; }
.rg-body .lp-cta .btn--ghost:hover { background: rgba(255,255,255,0.18); }
.rg-body .lp-cta .trust { display: flex; gap: 6px 22px; justify-content: center; flex-wrap: wrap; color: rgba(255,255,255,0.6); font-size: 0.88rem; margin-top: 20px; }
.rg-body .lp-cta .trust li { display: flex; align-items: center; gap: 7px; }
.rg-body .lp-cta .trust .chk { color: var(--rg-green-bright); }

/* ---- Sticky CTA bar (mobile) ---- */
.rg-body .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: #fff; border-top: 1px solid var(--rg-line); padding: 12px 20px; box-shadow: 0 -8px 30px -12px rgba(0,0,0,0.18); }
@media (max-width: 680px) { .rg-body .sticky-cta { display: flex; gap: 10px; align-items: center; } .rg-body .sticky-cta .btn { flex: 1; justify-content: center; font-size: 0.95rem; padding: 13px 16px; } }

/* ---- Branchen overview grid ---- */
.rg-body .bra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
@media (max-width: 900px) { .rg-body .bra-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .rg-body .bra-grid { grid-template-columns: 1fr; } }
.rg-body .bra-card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); padding: clamp(22px, 3vw, 34px); box-shadow: var(--rg-sh-sm); transition: transform .22s, box-shadow .22s, border-color .22s; display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: inherit; }
.rg-body .bra-card:hover { transform: translateY(-5px); box-shadow: var(--rg-sh); border-color: #CFE6D9; }
.rg-body .bra-card--featured { border-color: rgba(15,169,104,0.4); background: linear-gradient(165deg, var(--rg-green-soft-2), #fff); }
.rg-body .bra-card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; }
.rg-body .bra-card__name { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.22rem; color: var(--rg-ink); }
.rg-body .bra-card__desc { color: var(--rg-muted); font-size: 0.95rem; flex: 1; }
.rg-body .bra-card__link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--rg-font-head); font-weight: 600; font-size: 0.88rem; color: var(--rg-green); margin-top: 4px; }
.rg-body .bra-card .arrow { transition: transform .18s; }
.rg-body .bra-card:hover .arrow { transform: translateX(3px); }
.rg-body .bra-card__badge { display: inline-flex; align-items: center; gap: 6px; background: var(--rg-green-soft); color: var(--rg-green-ink); font-size: 0.72rem; font-weight: 700; font-family: var(--rg-font-head); padding: 5px 10px; border-radius: 100px; align-self: flex-start; }

/* ---- Enterprise band ---- */
.rg-body .enterprise { background: var(--rg-navy); border-radius: var(--rg-r-xl); padding: clamp(36px, 5vw, 60px); display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; margin-top: 52px; }
@media (max-width: 760px) { .rg-body .enterprise { grid-template-columns: 1fr; } }
.rg-body .enterprise h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.rg-body .enterprise p { color: rgba(255,255,255,0.72); margin-top: 14px; font-size: 1.04rem; }
.rg-body .enterprise ul { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.rg-body .enterprise li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,0.85); font-size: 0.97rem; }
.rg-body .enterprise li .chk { color: var(--rg-green-bright); flex-shrink: 0; margin-top: 2px; }
.rg-body .enterprise__card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--rg-r-lg); padding: 28px; }
.rg-body .enterprise__card h4 { color: #fff; font-size: 1.1rem; margin-bottom: 14px; }
.rg-body .enterprise__card .row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.94rem; color: rgba(255,255,255,0.75); }
.rg-body .enterprise__card .row:last-child { border-bottom: none; }
.rg-body .enterprise__card .row .ic { color: var(--rg-green-bright); flex-shrink: 0; }


/* ============================================================
   PAGE-STYLES (Unterseiten)  (aus page-styles.css, auf .rg-body gescoped)
   ============================================================ */
/* ============================================================
   RankGuard — Page Styles (inner pages: Über Uns, Kontakt, etc.)
   ============================================================ */

/* ---- Inner page hero (smaller than LP hero) ---- */
.rg-body .page-hero { padding-block: clamp(48px, 7vw, 80px); text-align: center; position: relative; overflow: hidden; }
.rg-body .page-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.rg-body .page-hero__bg .blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.rg-body .page-hero__bg .b1 { width: 500px; height: 400px; background: radial-gradient(circle, rgba(0,210,106,0.12), transparent 70%); top: -200px; right: -100px; }
.rg-body .page-hero__bg .b2 { width: 400px; height: 300px; background: radial-gradient(circle, rgba(12,42,71,0.06), transparent 70%); bottom: -150px; left: -80px; }
.rg-body .page-hero__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.rg-body .page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; }
.rg-body .page-hero h1 em { font-style: normal; color: var(--rg-green); }
.rg-body .page-hero p { color: var(--rg-muted); font-size: clamp(1.05rem, 1.5vw, 1.2rem); margin: 18px auto 0; max-width: 58ch; }
.rg-body .page-hero__breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 0.86rem; color: var(--rg-muted); margin-bottom: 22px; }
.rg-body .page-hero__breadcrumb a { color: var(--rg-green); font-weight: 600; }
.rg-body .page-hero__breadcrumb span { opacity: 0.5; }

/* ---- Mission statement ---- */
.rg-body .mission { font-family: var(--rg-font-head); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.4rem); color: var(--rg-ink); line-height: 1.25; text-align: center; max-width: 860px; margin: 0 auto; letter-spacing: -0.02em; }
.rg-body .mission em { font-style: normal; color: var(--rg-green); }

/* ---- Value cards ---- */
.rg-body .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 860px) { .rg-body .value-grid { grid-template-columns: 1fr; } }
.rg-body .value { padding: 30px; border-radius: var(--rg-r-lg); background: #fff; border: 1px solid var(--rg-line); box-shadow: var(--rg-sh-sm); }
.rg-body .value__n { font-family: var(--rg-font-head); font-weight: 800; font-size: 2.8rem; color: var(--rg-green-soft); line-height: 1; margin-bottom: 14px; }
.rg-body .value h3 { font-size: 1.22rem; margin-bottom: 10px; }
.rg-body .value p { color: var(--rg-muted); font-size: 0.97rem; }

/* ---- Team ---- */
.rg-body .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px) { .rg-body .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .rg-body .team-grid { grid-template-columns: 1fr; } }
.rg-body .team-card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); overflow: hidden; box-shadow: var(--rg-sh-sm); }
.rg-body .team-card__avatar { height: 180px; background: linear-gradient(160deg, var(--rg-green-soft), var(--rg-bg-tint)); display: flex; align-items: center; justify-content: center; }
.rg-body .team-card__initials { font-family: var(--rg-font-head); font-weight: 800; font-size: 3rem; color: var(--rg-green); }
.rg-body .team-card__body { padding: 22px; }
.rg-body .team-card__name { font-family: var(--rg-font-head); font-weight: 700; font-size: 1.1rem; color: var(--rg-ink); margin-bottom: 4px; }
.rg-body .team-card__role { font-size: 0.88rem; color: var(--rg-green-ink); font-weight: 600; font-family: var(--rg-font-head); margin-bottom: 10px; }
.rg-body .team-card p { color: var(--rg-muted); font-size: 0.9rem; }

/* ---- Timeline ---- */
.rg-body .timeline { position: relative; max-width: 720px; margin: 52px auto 0; padding-left: 32px; }
.rg-body .timeline::before { content: ""; position: absolute; left: 11px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--rg-green), var(--rg-green-soft)); border-radius: 2px; }
.rg-body .timeline__item { position: relative; margin-bottom: 40px; }
.rg-body .timeline__item:last-child { margin-bottom: 0; }
.rg-body .timeline__dot { position: absolute; left: -32px; top: 4px; width: 22px; height: 22px; border-radius: 50%; background: var(--rg-green); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--rg-green-soft); }
.rg-body .timeline__year { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.78rem; color: var(--rg-green-ink); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.rg-body .timeline__item h3 { font-size: 1.15rem; color: var(--rg-ink); margin-bottom: 7px; }
.rg-body .timeline__item p { color: var(--rg-muted); font-size: 0.97rem; }

/* ---- Milestones strip ---- */
.rg-body .milestones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rg-line); border-radius: var(--rg-r-lg); overflow: hidden; border: 1px solid var(--rg-line); }
@media (max-width: 700px) { .rg-body .milestones { grid-template-columns: repeat(2, 1fr); } }
.rg-body .milestone { background: #fff; padding: clamp(20px, 3vw, 32px); }
.rg-body .section--tint .milestone { background: var(--rg-bg-tint); }
.rg-body .milestone .v { font-family: var(--rg-font-head); font-weight: 800; font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--rg-green); line-height: 1; letter-spacing: -0.03em; }
.rg-body .milestone .l { color: var(--rg-muted); font-size: 0.9rem; margin-top: 10px; }

/* ---- Contact ---- */
.rg-body .contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; margin-top: 52px; }
@media (max-width: 860px) { .rg-body .contact-grid { grid-template-columns: 1fr; } }
.rg-body .contact-form { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); padding: clamp(28px, 4vw, 44px); box-shadow: var(--rg-sh-sm); }
.rg-body .contact-form h3 { font-size: 1.4rem; margin-bottom: 24px; }
.rg-body .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .rg-body .form-row { grid-template-columns: 1fr; } }
.rg-body .form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.rg-body .form-group label { font-family: var(--rg-font-head); font-weight: 600; font-size: 0.88rem; color: var(--rg-ink); }
.rg-body .form-group input,
.rg-body .form-group textarea,
.rg-body .form-group select {
  font-family: var(--rg-font-body); font-size: 0.97rem; color: var(--rg-ink);
  background: var(--rg-bg-tint); border: 1px solid var(--rg-line); border-radius: 11px;
  padding: 12px 16px; width: 100%; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.rg-body .form-group input:focus,
.rg-body .form-group textarea:focus,
.rg-body .form-group select:focus { border-color: var(--rg-green); box-shadow: 0 0 0 3px rgba(15,169,104,0.12); }
.rg-body .form-group textarea { min-height: 120px; resize: vertical; }
.rg-body .contact-info { display: flex; flex-direction: column; gap: 18px; }
.rg-body .contact-info__card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); padding: 24px; box-shadow: var(--rg-sh-sm); display: flex; gap: 16px; align-items: flex-start; }
.rg-body .contact-info__card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rg-body .contact-info__card h4 { font-size: 1rem; color: var(--rg-ink); margin-bottom: 5px; }
.rg-body .contact-info__card p,
.rg-body .contact-info__card a { color: var(--rg-muted); font-size: 0.95rem; }
.rg-body .contact-info__card a:hover { color: var(--rg-green); }
.rg-body .booking-card { background: linear-gradient(155deg, #0E2A1C, #0A6B45); border-radius: var(--rg-r-xl); padding: 28px; color: #fff; }
.rg-body .booking-card h4 { color: #fff; font-size: 1.12rem; margin-bottom: 8px; }
.rg-body .booking-card p { color: rgba(255,255,255,0.72); font-size: 0.95rem; margin-bottom: 18px; }

/* ---- Case Studies ---- */
.rg-body .cs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
@media (max-width: 760px) { .rg-body .cs-grid { grid-template-columns: 1fr; } }
.rg-body .cs-card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); overflow: hidden; box-shadow: var(--rg-sh-sm); transition: transform .22s, box-shadow .22s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.rg-body .cs-card:hover { transform: translateY(-5px); box-shadow: var(--rg-sh); }
.rg-body .cs-card__top { padding: clamp(24px, 3vw, 36px); background: linear-gradient(160deg, var(--rg-green-soft-2), #fff); border-bottom: 1px solid var(--rg-line); display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.rg-body .cs-card__logo { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.12rem; color: var(--rg-ink); }
.rg-body .cs-card__ind { font-size: 0.78rem; font-weight: 600; color: var(--rg-green-ink); background: var(--rg-green-soft); padding: 5px 11px; border-radius: 100px; font-family: var(--rg-font-head); white-space: nowrap; }
.rg-body .cs-card__kpis { display: flex; gap: clamp(14px, 3vw, 32px); flex-wrap: wrap; margin-top: 18px; }
.rg-body .cs-card__kpi .v { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.9rem; color: var(--rg-green); line-height: 1; letter-spacing: -0.02em; }
.rg-body .cs-card__kpi .l { color: var(--rg-muted); font-size: 0.82rem; margin-top: 4px; }
.rg-body .cs-card__body { padding: clamp(22px, 3vw, 32px); flex: 1; display: flex; flex-direction: column; }
.rg-body .cs-card__body h3 { font-size: 1.18rem; color: var(--rg-ink); margin-bottom: 10px; }
.rg-body .cs-card__body p { color: var(--rg-muted); font-size: 0.95rem; flex: 1; }
.rg-body .cs-card__link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--rg-font-head); font-weight: 600; font-size: 0.9rem; color: var(--rg-green); margin-top: 18px; }
.rg-body .cs-card .arrow { transition: transform .18s; }
.rg-body .cs-card:hover .arrow { transform: translateX(3px); }

/* ---- Case Study Detail ---- */
.rg-body .cs-detail-hero { background: linear-gradient(160deg, var(--rg-green-soft-2), #fff); border: 1px solid var(--rg-line); border-radius: var(--rg-r-xl); padding: clamp(32px, 5vw, 56px); margin-bottom: 52px; }
.rg-body .cs-detail-hero__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.rg-body .cs-detail-hero__logo { font-family: var(--rg-font-head); font-weight: 800; font-size: 1.5rem; color: var(--rg-ink); }
.rg-body .cs-detail-hero__kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 700px) { .rg-body .cs-detail-hero__kpis { grid-template-columns: repeat(2, 1fr); } }
.rg-body .cs-kpi { }
.rg-body .cs-kpi .v { font-family: var(--rg-font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--rg-green); line-height: 1; letter-spacing: -0.03em; }
.rg-body .cs-kpi .l { color: var(--rg-ink-2); font-size: 0.9rem; margin-top: 8px; font-weight: 500; }
.rg-body .cs-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .rg-body .cs-layout { grid-template-columns: 1fr; } }
.rg-body .cs-body h2 { font-size: 1.7rem; margin-bottom: 14px; margin-top: 36px; }
.rg-body .cs-body h2:first-child { margin-top: 0; }
.rg-body .cs-body p { color: var(--rg-muted); font-size: 1.02rem; margin-bottom: 14px; }
.rg-body .cs-body ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.rg-body .cs-body li { display: flex; gap: 10px; align-items: flex-start; color: var(--rg-ink-2); font-size: 1rem; }
.rg-body .cs-body li .chk { color: var(--rg-green); flex-shrink: 0; margin-top: 2px; }
.rg-body .cs-sidebar { display: flex; flex-direction: column; gap: 18px; }
.rg-body .cs-sidebar__card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r-lg); padding: 24px; box-shadow: var(--rg-sh-sm); }
.rg-body .cs-sidebar__card h4 { font-size: 1rem; color: var(--rg-ink); margin-bottom: 14px; border-bottom: 1px solid var(--rg-line-2); padding-bottom: 12px; }
.rg-body .cs-sidebar__row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--rg-line-2); font-size: 0.92rem; }
.rg-body .cs-sidebar__row:last-child { border-bottom: none; }
.rg-body .cs-sidebar__row .k { color: var(--rg-muted); }
.rg-body .cs-sidebar__row .v { font-family: var(--rg-font-head); font-weight: 700; color: var(--rg-ink); }
.rg-body .cs-sidebar__row .v.green { color: var(--rg-green); }
.rg-body .cs-chart { background: var(--rg-green-soft-2); border-radius: 14px; padding: 18px; }
.rg-body .cs-chart__bars { display: flex; align-items: flex-end; gap: 8px; height: 120px; }
.rg-body .cs-chart__bar { flex: 1; background: linear-gradient(180deg, var(--rg-green-bright), var(--rg-green)); border-radius: 6px 6px 3px 3px; position: relative; min-height: 10px; }
.rg-body .cs-chart__bar span { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); font-family: var(--rg-font-head); font-weight: 700; font-size: 0.7rem; color: var(--rg-green-ink); white-space: nowrap; }
.rg-body .cs-chart__labels { display: flex; gap: 8px; margin-top: 8px; }
.rg-body .cs-chart__labels span { flex: 1; text-align: center; font-size: 0.68rem; color: var(--rg-muted); }

/* ---- Funktionen ---- */
.rg-body .feat-group { margin-bottom: clamp(48px, 7vw, 84px); }
.rg-body .feat-group__head { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--rg-line); }
.rg-body .feat-group__ic { width: 48px; height: 48px; border-radius: 14px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rg-body .feat-group__head h2 { font-size: 1.5rem; }
.rg-body .feat-group__head p { color: var(--rg-muted); font-size: 0.95rem; margin-top: 4px; }
.rg-body .feat-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 700px) { .rg-body .feat-detail-grid { grid-template-columns: 1fr; } }
.rg-body .feat-detail { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-r); padding: 24px; box-shadow: var(--rg-sh-sm); transition: transform .2s, box-shadow .2s; }
.rg-body .feat-detail:hover { transform: translateY(-3px); box-shadow: var(--rg-sh); }
.rg-body .feat-detail__top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rg-body .feat-detail__ic { width: 38px; height: 38px; border-radius: 10px; background: var(--rg-green-soft); color: var(--rg-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rg-body .feat-detail h3 { font-size: 1.05rem; color: var(--rg-ink); }
.rg-body .feat-detail p { color: var(--rg-muted); font-size: 0.92rem; }
.rg-body .feat-detail__tag { display: inline-flex; align-items: center; gap: 5px; background: var(--rg-green-soft); color: var(--rg-green-ink); font-size: 0.72rem; font-weight: 700; font-family: var(--rg-font-head); padding: 4px 9px; border-radius: 100px; margin-top: 10px; }

/* ---- Preise ---- */
.rg-body .price-toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; font-size: 0.95rem; color: var(--rg-muted); }
.rg-body .price-toggle { position: relative; width: 52px; height: 28px; background: var(--rg-green-soft); border-radius: 100px; cursor: pointer; transition: background .2s; border: 1px solid #D0E9DC; }
.rg-body .price-toggle.on { background: var(--rg-green); }
.rg-body .price-toggle__knob { position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .22s; box-shadow: 0 1px 4px rgba(0,0,0,0.18); }
.rg-body .price-toggle.on .price-toggle__knob { transform: translateX(24px); }
.rg-body .price-toggle-wrap .save { background: var(--rg-green-soft); color: var(--rg-green-ink); font-size: 0.76rem; font-weight: 700; font-family: var(--rg-font-head); padding: 4px 10px; border-radius: 100px; }
.rg-body .price-full-table { width: 100%; border-collapse: collapse; margin-top: 52px; }
.rg-body .price-full-table th,
.rg-body .price-full-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--rg-line-2); font-size: 0.94rem; }
.rg-body .price-full-table thead th { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.9rem; color: var(--rg-muted); background: var(--rg-bg-tint); vertical-align: bottom; }
.rg-body .price-full-table thead th.feat-col { color: var(--rg-green-ink); background: var(--rg-green-soft); }
.rg-body .price-full-table tbody tr:hover td { background: var(--rg-green-soft-2); }
.rg-body .price-full-table td:first-child { color: var(--rg-ink-2); font-weight: 500; }
.rg-body .price-full-table td.cat { font-family: var(--rg-font-head); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--rg-muted); background: var(--rg-bg-tint); padding-top: 20px; }
.rg-body .price-full-table td.cat.feat-col { background: var(--rg-green-soft-2); }
.rg-body .chk-y { color: var(--rg-green); display: flex; justify-content: center; }
.rg-body .chk-n { color: #C8D4CC; display: flex; justify-content: center; }
@media (max-width: 760px) { .rg-body .price-full-table { font-size: 0.82rem; } .rg-body .price-full-table th,
.rg-body .price-full-table td { padding: 11px 12px; } }


/* ---- Kontaktformular-Status ---- */
.rg-body .rg-form-success { text-align:center; padding:40px 0; }
.rg-body .rg-form-success .ic { width:64px; height:64px; border-radius:50%; background:var(--rg-green-soft); color:var(--rg-green); display:flex; align-items:center; justify-content:center; margin:0 auto 20px; }
.rg-body .rg-form-error { background:#FFF0F0; border:1px solid #F5C2C2; color:#B32d2e; border-radius:11px; padding:12px 16px; margin-bottom:16px; font-size:0.92rem; }
.rg-hp { position:absolute !important; left:-9999px; width:1px; height:1px; overflow:hidden; }


/* ============================================================
   RECHTSSEITEN (Impressum / Datenschutz / AGB)
   ============================================================ */
.rg-body .rg-legal { max-width: 820px; margin: 0 auto; }
.rg-body .rg-legal h2 { font-family: var(--rg-font-head); font-weight: 700; font-size: clamp(1.3rem, 2.2vw, 1.7rem); color: var(--rg-ink); margin-top: 44px; margin-bottom: 14px; }
.rg-body .rg-legal h3 { font-family: var(--rg-font-head); font-weight: 700; font-size: 1.1rem; color: var(--rg-ink); margin-top: 28px; margin-bottom: 10px; }
.rg-body .rg-legal p { color: var(--rg-muted); font-size: 1rem; margin-bottom: 14px; line-height: 1.7; }
.rg-body .rg-legal ul, .rg-body .rg-legal ol { color: var(--rg-muted); font-size: 1rem; padding-left: 22px; margin-bottom: 14px; display: flex; flex-direction: column; gap: 7px; line-height: 1.6; list-style: disc; }
.rg-body .rg-legal ol { list-style: decimal; }
.rg-body .rg-legal li { margin-left: 4px; }
.rg-body .rg-legal a { color: var(--rg-green); font-weight: 600; }
.rg-body .rg-legal strong { color: var(--rg-ink); }
.rg-body .rg-legal hr { border: none; border-top: 1px solid var(--rg-line); margin: 36px 0; }
.rg-body .rg-legal__box { background: var(--rg-green-soft-2); border: 1px solid #D3EEDF; border-radius: var(--rg-r); padding: 20px 24px; margin-bottom: 20px; }
.rg-body .rg-legal__box p { margin-bottom: 0; color: var(--rg-ink-2); }
.rg-body .rg-legal em { font-style: normal; font-size: 0.88rem; color: var(--rg-muted); }
