/*
Theme Name: OO4OO Landing Theme Pro
Theme URI: https://www.oo4oo.de/
Author: OpenAI
Description: Schlankes WordPress-Onepager-Theme mit Menüverwaltung und Kontaktformular-Bereich für die OO4OO Landingpage.
Version: 1.1
License: GPL-2.0-or-later
Text Domain: oo4oo-landing
*/

:root {
  --bg: #f5f5f7;
  --surface: rgba(255,255,255,0.78);
  --text: #111111;
  --muted: #5f5f6b;
  --line: rgba(17,17,17,0.08);
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.10);
  --shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.08);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.oo4oo-landing-body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.98), rgba(245,245,247,0.92) 35%, rgba(240,242,248,0.9) 100%),
    linear-gradient(180deg, #fbfbfd 0%, #f3f4f8 100%);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.oo4oo-landing-body a { color: inherit; text-decoration: none; }
.oo4oo-landing-body img { max-width: 100%; display: block; }

.cvlp-wrap {
  position: relative;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.cvlp-wrap p,
.cvlp-wrap ul {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.cvlp-glow,
.cvlp-glow-2 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
  opacity: 0.55;
}

.cvlp-glow {
  top: 80px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(123,140,255,0.22), transparent 70%);
}

.cvlp-glow-2 {
  bottom: 80px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(111,211,255,0.18), transparent 70%);
}

.cvlp-container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cvlp-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(245,245,247,0.68);
  border-bottom: 1px solid rgba(17,17,17,0.06);
}

.cvlp-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.cvlp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cvlp-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, #111111, #3f3f46);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.cvlp-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cvlp-nav a:hover { color: var(--text); }

.cvlp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
}

.cvlp-btn:hover { transform: translateY(-2px); }

.cvlp-btn-primary {
  background: linear-gradient(180deg, #171717 0%, #0a0a0a 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(17,17,17,0.16);
}

.cvlp-btn-primary:hover { box-shadow: 0 18px 36px rgba(17,17,17,0.22); }

.cvlp-btn-secondary {
  background: rgba(255,255,255,0.72);
  color: var(--text);
  border-color: rgba(17,17,17,0.08);
  backdrop-filter: blur(14px);
}

.cvlp-btn-secondary:hover {
  background: rgba(255,255,255,0.94);
  box-shadow: var(--shadow-soft);
}

.cvlp-hero,
.cvlp-section { padding: 42px 0; position: relative; z-index: 1; }
.cvlp-hero { padding-top: 72px; }

.cvlp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.cvlp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(17,17,17,0.06);
  backdrop-filter: blur(14px);
  color: #3a3a44;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 22px;
  box-shadow: var(--shadow-soft);
}

.cvlp-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111, #8c8ca1);
}

.cvlp-wrap h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 800;
  max-width: 980px;
}

.cvlp-hero-sub {
  margin-top: 24px;
  max-width: 820px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  color: var(--muted);
  line-height: 1.65;
  letter-spacing: -0.015em;
}

.cvlp-hero-actions,
.cvlp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cvlp-hero-actions { margin-top: 32px; }
.cvlp-hero-proof { margin-top: 22px; gap: 12px; color: #3d3d46; font-size: 0.94rem; }

.cvlp-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(17,17,17,0.06);
  backdrop-filter: blur(12px);
}

.cvlp-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cvlp-floating-card,
.cvlp-resume-card,
.cvlp-mini-card {
  position: absolute;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.cvlp-resume-card {
  width: min(100%, 520px);
  border-radius: 34px;
  padding: 26px;
  transform: rotate(-3deg);
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.68));
}

.cvlp-resume-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.cvlp-resume-title h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.cvlp-resume-title p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.cvlp-score-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: #111111;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.cvlp-resume-section { padding-top: 18px; }

.cvlp-resume-label,
.cvlp-mini-label,
.cvlp-kicker,
.cvlp-price-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a7a86;
  font-weight: 700;
}

.cvlp-resume-label,
.cvlp-mini-label { margin-bottom: 12px; }

.cvlp-line,
.cvlp-line-short,
.cvlp-line-mid {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,17,17,0.94), rgba(17,17,17,0.52));
  opacity: 0.88;
}

.cvlp-line { width: 100%; }
.cvlp-line-mid { width: 76%; }
.cvlp-line-short { width: 48%; }

.cvlp-line-soft {
  background: linear-gradient(90deg, rgba(17,17,17,0.18), rgba(17,17,17,0.08));
  height: 8px;
  border-radius: 999px;
  margin-top: 10px;
}

.cvlp-resume-stack { display: grid; gap: 16px; margin-top: 12px; }

.cvlp-resume-block {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(17,17,17,0.05);
}

.cvlp-floating-card {
  border-radius: 24px;
  padding: 18px;
  width: 220px;
}

.cvlp-floating-card.top-right {
  top: 38px;
  right: 6px;
  transform: rotate(7deg);
}

.cvlp-floating-card.bottom-left {
  bottom: 30px;
  left: -8px;
  transform: rotate(-8deg);
}

.cvlp-mini-card {
  bottom: 138px;
  right: -8px;
  width: 180px;
  border-radius: 22px;
  padding: 16px;
  transform: rotate(4deg);
}

.cvlp-metric {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.cvlp-section-head { max-width: 760px; margin-bottom: 28px; }

.cvlp-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

.cvlp-wrap h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.cvlp-section-copy {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 760px;
}

.cvlp-grid-3,
.cvlp-grid-2,
.cvlp-stats-band,
.cvlp-pricing-wrap,
.cvlp-testimonial-grid,
.cvlp-footer-wrap,
.cvlp-contact-grid { display: grid; gap: 20px; }

.cvlp-grid-3,
.cvlp-pricing-wrap,
.cvlp-testimonial-grid { grid-template-columns: repeat(3, 1fr); }

.cvlp-grid-2,
.cvlp-solution-panel,
.cvlp-footer-wrap,
.cvlp-contact-grid { grid-template-columns: repeat(2, 1fr); }

.cvlp-stats-band { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 12px; }

.cvlp-card,
.cvlp-compare-box,
.cvlp-stat-card,
.cvlp-price-card,
.cvlp-footer-wrap,
.cvlp-faq details,
.cvlp-contact-box,
.cvlp-form-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.6));
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.cvlp-card,
.cvlp-price-card,
.cvlp-stat-card,
.cvlp-contact-box,
.cvlp-form-box { padding: 26px; }

.cvlp-card h3,
.cvlp-price-card h3,
.cvlp-contact-box h3,
.cvlp-form-box h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.cvlp-card p,
.cvlp-card li,
.cvlp-stat-label,
.cvlp-price-note,
.cvlp-footer-wrap p,
.cvlp-footer-wrap li,
.cvlp-footer-wrap a,
.cvlp-faq-body,
.cvlp-contact-box p,
.cvlp-contact-list li,
.cvlp-form-note {
  color: var(--muted);
  line-height: 1.65;
}

.cvlp-contact-list {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.cvlp-contact-list strong {
  color: var(--text);
}

.cvlp-form-box form,
.cvlp-form-box .wpcf7,
.cvlp-form-box .wpforms-container {
  margin-top: 18px;
}

.cvlp-form-box input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.cvlp-form-box textarea,
.cvlp-form-box select {
  width: 100%;
  border: 1px solid rgba(17,17,17,0.10);
  background: rgba(255,255,255,0.84);
  border-radius: 18px;
  min-height: 54px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  outline: none;
}

.cvlp-form-box textarea {
  min-height: 140px;
  resize: vertical;
}

.cvlp-form-box input[type="submit"],
.cvlp-form-box button,
.cvlp-form-box .wpforms-submit,
.cvlp-form-box .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, #171717 0%, #0a0a0a 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(17,17,17,0.16);
}

.cvlp-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(17,17,17,0.08), rgba(17,17,17,0.03));
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 800;
}

.cvlp-problem-grid .cvlp-card { min-height: 220px; }

.cvlp-solution-panel {
  display: grid;
  gap: 20px;
  align-items: stretch;
  grid-template-columns: 1.1fr 0.9fr;
}

.cvlp-bullet-list,
.cvlp-before-after,
.cvlp-compare-lines,
.cvlp-faq-wrap { display: grid; gap: 14px; }

.cvlp-bullet {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(17,17,17,0.05);
}

.cvlp-bullet strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
}

.cvlp-bullet span {
  color: var(--muted);
  font-size: 0.97rem;
}

.cvlp-bullet-check {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 2px;
}

.cvlp-compare-box { padding: 22px; border: 1px solid rgba(17,17,17,0.06); }

.cvlp-compare-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.cvlp-compare-badge {
  font-size: 0.77rem;
  font-weight: 700;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(17,17,17,0.06);
  color: #33333a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cvlp-compare-box.good .cvlp-compare-badge {
  background: rgba(31,122,77,0.10);
  color: #1f7a4d;
}

.cvlp-stat-card { padding: 22px; }

.cvlp-stat-value {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}

.cvlp-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  padding: 28px;
}

.cvlp-price-card:hover,
.cvlp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.cvlp-price-card.featured {
  background: linear-gradient(180deg, rgba(17,17,17,0.98), rgba(34,34,38,0.94));
  color: #fff;
  border-color: rgba(255,255,255,0.08);
  transform: translateY(-8px);
}

.cvlp-price-card.featured p,
.cvlp-price-card.featured li,
.cvlp-price-card.featured .cvlp-price-note,
.cvlp-price-card.featured .cvlp-price-kicker { color: rgba(255,255,255,0.78); }

.cvlp-price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: #111111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cvlp-price-kicker { margin-bottom: 14px; }

.cvlp-price {
  font-size: 3.2rem;
  letter-spacing: -0.06em;
  font-weight: 800;
  margin: 18px 0 8px;
}

.cvlp-price-note { font-size: 0.98rem; min-height: 74px; }

.cvlp-price-list {
  list-style: none;
  margin: 22px 0 26px;
  display: grid;
  gap: 12px;
}

.cvlp-price-list li {
  position: relative;
  padding-left: 28px;
  color: #31313a;
  line-height: 1.55;
}

.cvlp-price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(17,17,17,0.08);
  font-size: 0.72rem;
  font-weight: 800;
}

.cvlp-price-card.featured .cvlp-price-list li::before {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.cvlp-price-card .cvlp-btn { margin-top: auto; width: 100%; }

.cvlp-quote {
  font-size: 1.08rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #24242c;
  margin-bottom: 26px;
}

.cvlp-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.cvlp-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111, #5a5a68);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.cvlp-person small { display: block; color: var(--muted); margin-top: 4px; }
.cvlp-why-grid { margin-top: 20px; }

.cvlp-faq details {
  padding: 0 22px;
  border: 1px solid rgba(17,17,17,0.06);
  overflow: hidden;
}

.cvlp-faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 700;
  padding: 22px 28px 22px 0;
  position: relative;
}

.cvlp-faq summary::-webkit-details-marker { display: none; }

.cvlp-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #7a7a86;
}

.cvlp-faq details[open] summary::after { content: "–"; }

.cvlp-faq-body {
  line-height: 1.75;
  padding: 0 0 22px;
  max-width: 900px;
}

.cvlp-footer { padding: 40px 0 60px; }

.cvlp-footer-wrap {
  gap: 22px;
  align-items: start;
  padding: 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(17,17,17,0.06);
}

.cvlp-footer-wrap h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.cvlp-footer-list { list-style: none; }

@media (max-width: 1100px) {
  .cvlp-hero-grid,
  .cvlp-solution-panel,
  .cvlp-pricing-wrap,
  .cvlp-testimonial-grid,
  .cvlp-grid-3,
  .cvlp-stats-band,
  .cvlp-footer-wrap,
  .cvlp-contact-grid { grid-template-columns: 1fr 1fr; }

  .cvlp-price-card.featured { transform: none; }
  .cvlp-hero-visual { min-height: 560px; }
}

@media (max-width: 820px) {
  .cvlp-nav { display: none; }
  .cvlp-hero { padding-top: 34px; }

  .cvlp-hero-grid,
  .cvlp-solution-panel,
  .cvlp-pricing-wrap,
  .cvlp-testimonial-grid,
  .cvlp-grid-3,
  .cvlp-grid-2,
  .cvlp-stats-band,
  .cvlp-footer-wrap,
  .cvlp-contact-grid { grid-template-columns: 1fr; }

  .cvlp-hero-visual { min-height: 500px; margin-top: 10px; }
  .cvlp-resume-card { transform: none; }
  .cvlp-floating-card.top-right { top: 8px; right: 8px; }
  .cvlp-floating-card.bottom-left { left: 0; bottom: 0; }
  .cvlp-mini-card { right: 4px; bottom: 110px; }
  .cvlp-card,
  .cvlp-price-card,
  .cvlp-footer-wrap,
  .cvlp-contact-box,
  .cvlp-form-box { padding: 24px; }
  .cvlp-wrap h1 { line-height: 0.98; }
}

@media (max-width: 560px) {
  .cvlp-container { width: min(calc(100% - 24px), var(--max)); }
  .cvlp-topbar-inner { padding: 12px 0; }
  .cvlp-hero-actions { flex-direction: column; }
  .cvlp-btn { width: 100%; }
  .cvlp-hero-visual { min-height: 440px; }
  .cvlp-resume-card { padding: 18px; border-radius: 26px; }
  .cvlp-resume-title h3 { font-size: 1.2rem; }
  .cvlp-score-pill,
  .cvlp-floating-card,
  .cvlp-mini-card { font-size: 0.8rem; }
  .cvlp-floating-card,
  .cvlp-mini-card { width: 150px; padding: 14px; }
  .cvlp-price { font-size: 2.6rem; }
}
