:root {
  --ig-purple: #833ab4;
  --ig-red: #fd1d1d;
  --ig-orange: #fcb045;
  --gradient: linear-gradient(90deg, var(--ig-purple), var(--ig-red), var(--ig-orange));
  --text-dark: #1a1523;
  --text-muted: #6b6478;
  --bg-light: #faf9fc;
  --border-color: #ece8f2;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(80, 40, 120, 0.08);
  font-size: 16px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  background: #fff;
  line-height: 1.5;
}

img, svg { display: block; max-width: 100%; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 8px 20px rgba(253, 29, 97, 0.25);
}
.btn-ghost {
  background: transparent;
  color: var(--text-dark);
  border: 1px solid var(--border-color);
}
.btn-outline {
  background: #fff;
  color: var(--ig-red);
  border: 1.5px solid var(--ig-red);
}
.btn-small { padding: 10px 20px; font-size: 0.85rem; }
.btn-wide { width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-color);
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 16px;
}
.logo {
  font-size: 1.3rem;
  font-weight: 800;
}
.logo span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.main-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 28px;
}
.main-nav a {
  font-weight: 500;
  color: var(--text-muted);
}
.main-nav a:hover { color: var(--text-dark); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text-dark);
}

/* Hero */
.hero { padding: 80px 0 100px; overflow: hidden; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.eyebrow {
  color: var(--ig-red);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 0 16px;
}
.hero h1 {
  font-size: 2.9rem;
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 800;
}
.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 0 32px;
}
.hero-cta { display: flex; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 10px; color: var(--text-muted); font-size: 0.9rem; }
.stars { color: var(--ig-orange); letter-spacing: 2px; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.phone-mock {
  width: 260px;
  border-radius: 32px;
  background: #1a1523;
  padding: 14px;
  box-shadow: var(--shadow);
  position: relative;
}
.phone-notch {
  width: 70px;
  height: 16px;
  background: #1a1523;
  border-radius: 0 0 12px 12px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.phone-screen {
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 16px;
}
.ig-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ig-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient);
  flex-shrink: 0;
}
.ig-name-block { flex: 1; }
.ig-name { height: 10px; width: 70%; background: #e5e1ee; border-radius: 4px; margin-bottom: 6px; }
.ig-handle { height: 8px; width: 45%; background: #f0edf5; border-radius: 4px; }
.ig-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
}
.ig-stats strong { display: block; font-size: 1rem; }
.ig-stats span { font-size: 0.7rem; color: var(--text-muted); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.ig-grid div { aspect-ratio: 1; background: linear-gradient(135deg, #f0edf5, #e5e1ee); border-radius: 4px; }

.floating-badge {
  position: absolute;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}
.badge-1 { top: 20px; right: -10px; }
.badge-2 { bottom: 40px; left: -20px; }

/* Sections */
section { padding: 90px 0; }
.section-title {
  text-align: center;
  font-size: 2.1rem;
  margin: 0 0 12px;
  font-weight: 800;
}
.section-title.light { color: #fff; }
.section-sub {
  text-align: center;
  color: var(--text-muted);
  margin: 0 auto 56px;
  max-width: 520px;
}
.section-sub.light { color: rgba(255, 255, 255, 0.85); }

/* Vorteile */
.vorteile { background: var(--bg-light); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 24px;
  box-shadow: var(--shadow);
  text-align: center;
}
.feature-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--text-muted); font-size: 0.9rem; }

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.price-card.selected { border-color: var(--ig-red); transform: translateY(-6px); }
.price-card.featured {
  border: none;
  box-shadow: var(--shadow);
  transform: scale(1.04);
}
.price-card.featured.selected { transform: scale(1.04) translateY(-6px); }
.ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
}
.price-card h3 { margin: 0 0 8px; font-size: 1.1rem; }
.price { margin: 0; }
.price span { font-size: 2.2rem; font-weight: 800; }
.package-amount { color: var(--text-muted); margin: 4px 0 24px; font-weight: 600; }
.price-features { margin: 0 0 28px; text-align: left; flex: 1; }
.price-features li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--text-dark);
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before { content: "✓ "; color: var(--ig-red); font-weight: 700; }

/* Testimonials */
.testimonials { background: var(--bg-light); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.testimonial-card p { color: var(--text-dark); margin: 14px 0 18px; }
.testimonial-author { font-weight: 700; color: var(--text-muted); font-size: 0.9rem; }

/* FAQ */
.accordion { max-width: 720px; margin: 0 auto; }
.accordion-item {
  border-bottom: 1px solid var(--border-color);
}
.accordion-trigger {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-dark);
}
.accordion-icon {
  transition: transform 0.2s ease;
  color: var(--ig-red);
  font-weight: 400;
  font-size: 1.3rem;
}
.accordion-item.open .accordion-icon { transform: rotate(45deg); }
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.accordion-panel p { margin: 0 0 20px; color: var(--text-muted); padding: 0 4px; }

/* Bestellen */
.bestellen { background: var(--gradient); }
.bestellen-inner { max-width: 560px; }
.order-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.form-row { margin-bottom: 18px; text-align: left; }
.form-row label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.form-row input,
.form-row select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  font-size: 0.95rem;
  font-family: inherit;
}
.form-row input:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--ig-red);
}
.form-note {
  text-align: center;
  color: #1a9b53;
  font-weight: 600;
  margin: 16px 0 0;
}

/* Footer */
.site-footer { background: #1a1523; color: #cfc9d9; padding: 60px 0 24px; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .disclaimer { max-width: 380px; font-size: 0.85rem; margin-top: 12px; color: #948da3; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: #cfc9d9; }
.footer-links a:hover { color: #fff; }
.copyright { text-align: center; font-size: 0.8rem; color: #948da3; margin: 24px 0 0; }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; margin-bottom: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .price-card.featured.selected { transform: translateY(-6px); }
  .testimonial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: 16px 24px;
    gap: 16px;
    display: none;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .header-inner .btn-small { display: none; }
  .hero h1 { font-size: 2.2rem; }
  section { padding: 60px 0; }
}
