/* ============================================================
   LP-BASE — Styles für generierte Landingpages
   Neutral, überlagert die Website-eigenen Styles nur minimal
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&display=swap');

.lp-section { padding: 5rem 0; }
.lp-container { max-width: 1180px; margin: 0 auto; padding: 0 1.75rem; }

/* ── HERO ─────────────────────────────────────────────────── */
.lp-hero .lp-container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.lp-hero__title { font-size: clamp(2.1rem,5vw,3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 1.25rem; }
.lp-hero__subtitle { font-size: 1.2rem; margin-bottom: 1rem; opacity: .7; line-height: 1.5; }
.lp-hero__text { font-size: 1rem; margin-bottom: 2rem; line-height: 1.8; opacity: .8; }
.lp-hero__buttons { display: flex; gap: .875rem; flex-wrap: wrap; }
.lp-hero__media img { width: 100%; border-radius: 12px; display: block; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.lp-btn { display: inline-flex; align-items: center; gap: .4rem; padding: .8rem 1.75rem; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; font-size: .95rem; letter-spacing: -.01em; border: 2px solid transparent; }
.lp-btn--primary { background: #0f172a; color: #fff; }
.lp-btn--primary:hover { background: #1e293b; transform: translateY(-2px); }
.lp-btn--secondary { background: transparent; border-color: currentColor; opacity: .85; }
.lp-btn--secondary:hover { opacity: 1; }
.lp-btn--white { background: #fff; color: #0f172a; }
.lp-btn--white:hover { background: #f1f5f9; transform: translateY(-2px); }
.lp-btn--dark { background: #0f172a; color: #fff; }
.lp-btn--dark:hover { background: #000; transform: translateY(-2px); }
.lp-btn--large { padding: 1rem 2.25rem; font-size: 1.05rem; }

/* ── TEXT ────────────────────────────────────────────────── */
.lp-section__title { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: .75rem; line-height: 1.1; }
.lp-section__subtitle { font-size: 1.1rem; margin-bottom: 1rem; opacity: .65; }
.lp-section__content { line-height: 1.8; font-size: 1.05rem; }
.lp-section__content ul,.lp-section__content ol { padding-left: 1.5rem; margin: .75rem 0; }
.lp-section__content li { margin: .35rem 0; line-height: 1.7; }
.lp-section__content a { text-decoration: underline; text-underline-offset: 3px; }
.lp-text--center { text-align: center; }
.lp-text--right  { text-align: right; }

/* ── GRID ────────────────────────────────────────────────── */
.lp-grid .lp-section__title { margin-bottom: 2.5rem; }
.lp-grid__row { display: grid; gap: 2.5rem; }
.lp-grid--2 .lp-grid__row { grid-template-columns: repeat(2,1fr); }
.lp-grid--3 .lp-grid__row { grid-template-columns: repeat(3,1fr); }
.lp-grid__col h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .6rem; letter-spacing: -.01em; }
.lp-grid__col ul,.lp-grid__col ol { padding-left: 1.25rem; margin: .5rem 0; }
.lp-grid__col li { margin: .3rem 0; line-height: 1.65; }

/* ── TEXT + IMAGE ────────────────────────────────────────── */
.lp-text-image__row { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.lp-text-image--reverse .lp-text-image__row { direction: rtl; }
.lp-text-image--reverse .lp-text-image__text { direction: ltr; }
.lp-text-image__text h2 { font-size: clamp(1.5rem,3vw,2.1rem); font-weight: 800; letter-spacing: -.025em; margin-bottom: 1.1rem; line-height: 1.1; }
.lp-text-image__text ul,.lp-text-image__text ol { padding-left: 1.4rem; margin: .75rem 0; }
.lp-text-image__text li { margin: .35rem 0; line-height: 1.7; }
.lp-text-image__media img { width: 100%; border-radius: 12px; display: block; }
.lp-image-placeholder { width: 100%; height: 320px; background: rgba(0,0,0,.06); border-radius: 12px; }

/* ── CTA ─────────────────────────────────────────────────── */
.lp-cta .lp-cta__inner { text-align: center; max-width: 640px; margin: 0 auto; }
.lp-cta__title { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; line-height: 1.1; }
.lp-cta__text { font-size: 1.05rem; margin-bottom: 2rem; opacity: .8; line-height: 1.7; }
.lp-cta__text ul,.lp-cta__text ol { text-align: left; display: inline-block; padding-left: 1.4rem; margin: .5rem 0; }
.lp-cta__text li { margin: .3rem 0; }

/* ── FEATURES ────────────────────────────────────────────── */
.lp-features .lp-section__title { margin-bottom: 2.5rem; }
.lp-features__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1.5rem; }
.lp-feature { padding: 1.75rem; border-radius: 10px; border: 1px solid rgba(0,0,0,.08); background: rgba(0,0,0,.02); transition: box-shadow .2s, transform .2s; }
.lp-feature:hover { box-shadow: 0 8px 32px rgba(0,0,0,.1); transform: translateY(-2px); }
.lp-feature__icon { display: block; font-size: 1.75rem; margin-bottom: .875rem; line-height: 1; }
.lp-feature__icon i { color: inherit; }
.lp-feature__title { font-size: 1.05rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: -.01em; }
.lp-feature__text { line-height: 1.65; opacity: .75; font-size: .95rem; }

/* ── FAQ ─────────────────────────────────────────────────── */
.lp-faq .lp-section__title { margin-bottom: 2.5rem; }
.lp-faq__list { max-width: 760px; margin: 0 auto; }
.lp-faq__item { border-bottom: 1px solid rgba(0,0,0,.09); }
.lp-faq__item:first-child { border-top: 1px solid rgba(0,0,0,.09); }
.lp-faq__question { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1.1rem 0; background: none; border: none; cursor: pointer; font-size: 1rem; font-weight: 600; text-align: left; transition: color .15s; letter-spacing: -.01em; }
.lp-faq__question:hover { opacity: .75; }
.lp-faq__question[aria-expanded="true"] .lp-faq__icon { transform: rotate(45deg); }
.lp-faq__icon { transition: transform .2s; font-size: 1.1rem; flex-shrink: 0; margin-left: .75rem; font-weight: 300; opacity: .5; }
.lp-faq__answer { padding: 0; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; line-height: 1.75; font-size: .975rem; opacity: .8; }
.lp-faq__answer.open { padding: 0 0 1.25rem; max-height: 600px; }
.lp-faq__answer ul,.lp-faq__answer ol { padding-left: 1.4rem; margin: .5rem 0; }
.lp-faq__answer li { margin: .3rem 0; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .lp-section { padding: 3rem 0; }
  .lp-hero .lp-container { grid-template-columns: 1fr; gap: 2rem; }
  .lp-hero__media { display: none; }
  .lp-text-image__row { grid-template-columns: 1fr; gap: 2rem; direction: ltr !important; }
  .lp-grid--2 .lp-grid__row,.lp-grid--3 .lp-grid__row { grid-template-columns: 1fr; }
}
