:root {
  --black: #060606;
  --yellow: #f2b705;
  --yellow-bright: #f6c22a;
  --pink: #ec1273;
  --white: #ffffff;
  --font: 'Poppins', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font);
  background: var(--black) url('assets/gold-waves-bg.svg') top center / 100% 800px repeat-y scroll;
  color: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1.15rem;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn span {
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 2px;
}
.btn-yellow {
  background: linear-gradient(180deg, var(--yellow-bright), var(--yellow));
  color: #1a1200;
}

/* ---------- Placeholders (stand-ins for real photos) ---------- */
.photo-placeholder {
  background: repeating-linear-gradient(135deg, #1c1c1c, #1c1c1c 10px, #262626 10px, #262626 20px);
  border: 2px dashed #555;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
}
.person-placeholder { width: 420px; height: 480px; }
.person-placeholder.small { width: 260px; height: 320px; flex-shrink: 0; }
.person-placeholder.tall { width: 320px; height: 520px; flex-shrink: 0; }
.person-placeholder.grayscale { width: 300px; height: 420px; filter: grayscale(1); }
.screen-placeholder { width: 100%; height: 320px; }
.feature-photo-fade {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 14px;
  -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent 90%);
  mask-image: linear-gradient(180deg, #000 50%, transparent 90%);
}
.screen-placeholder.wide { max-width: 1000px; height: 460px; margin: 0 auto; }
.award-placeholder { width: 340px; height: 420px; background: #111; border-style: solid; }
.testi-placeholder { width: 100%; height: 420px; border-radius: 10px; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 16px 6vw 60px;
  overflow: hidden;
}
.logo {
  width: fit-content;
  margin-bottom: -20px;
}
.logo img {
  height: 220px;
  width: auto;
  display: block;
}

.hero-ribbon {
  position: absolute;
  right: -10%;
  top: 20%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle at 40% 40%, rgba(242,183,5,.35), transparent 60%);
  border-radius: 50%;
  filter: blur(30px);
  z-index: 0;
}
.hero-ribbon-svg {
  position: absolute;
  right: -18%;
  top: 4%;
  width: 520px;
  height: 520px;
  z-index: 0;
  opacity: 0.55;
  filter: drop-shadow(0 0 14px rgba(242,183,5,.3));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-text { max-width: 560px; }
.eyebrow {
  color: var(--yellow);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.hero-text h1 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 30px;
}
.hero-sub {
  margin-top: 24px;
  font-weight: 600;
  color: #eee;
}
.hero-audience {
  margin-bottom: 26px;
  font-weight: 600;
  color: #ccc;
  font-size: 0.95rem;
}
.hero-image {
  position: relative;
  flex-shrink: 0;
  max-width: 420px;
}
.hero-image::before {
  content: "";
  position: absolute;
  inset: -15% -25%;
  background: radial-gradient(ellipse 60% 55% at 50% 40%, rgba(120, 10, 35, 0.6), transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  filter: grayscale(1);
  -webkit-mask-image: linear-gradient(180deg, #000 45%, transparent 85%);
  mask-image: linear-gradient(180deg, #000 45%, transparent 85%);
}
.hero-bubble-1 { top: 2%; left: -22%; }
.hero-bubble-2 { top: 18%; right: -12%; }
.floating-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
  filter: drop-shadow(0 0 6px rgba(255,255,255,.3));
  animation: iconFloat 5s ease-in-out infinite;
}
.floating-icon svg { width: 100%; height: 100%; }
.icon-chart { top: -20px; left: 20px; animation-delay: 0s; }
.icon-phone { top: 45%; left: -60px; animation-delay: 1.2s; }
.icon-bubble { top: 25%; right: -50px; animation-delay: 2.4s; }
.icon-cash { bottom: 10%; right: -60px; animation-delay: 0.7s; }
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.trust-row {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #ddd;
}
.stars, .check { color: #2fbf6e; }
.brand-badge { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.3rem; color: #4a90d9; }

/* ---------- GRATIS WEBSITE-CHECK ---------- */
.gratis-check {
  display: flex;
  justify-content: center;
  padding: 80px 6vw;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 650px 400px at 50% 40%, rgba(242, 183, 5, 0.14), transparent 65%);
}
.gc-card {
  max-width: 820px;
  background: linear-gradient(160deg, rgba(242,183,5,0.12), rgba(0,0,0,0.4));
  border: 2px solid rgba(242,183,5,0.4);
  border-radius: 20px;
  padding: 52px 56px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 80px rgba(242, 183, 5, 0.15);
}
.gc-eyebrow { color: var(--pink); font-weight: 800; font-size: 0.85rem; letter-spacing: .04em; margin-bottom: 10px; }
.gc-card h2 { font-size: 2.4rem; font-weight: 900; color: var(--yellow); margin-bottom: 16px; }
.gc-text { color: #e8e8e8; font-size: 1rem; line-height: 1.65; max-width: 560px; margin: 0 auto 30px; }
.gc-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #25D366; color: #fff; font-weight: 800;
  padding: 18px 32px; border-radius: 8px; font-size: 1.05rem;
}
.gc-btn-icon { font-size: 1.2rem; }
.gc-note { margin-top: 18px; font-size: 0.8rem; color: #aaa; }
.gc-placeholder-note {
  margin-top: 26px; font-size: 0.75rem; color: var(--pink);
  border: 1px dashed var(--pink); border-radius: 8px;
  padding: 10px 14px; display: inline-block;
}

/* ---------- YELLOW SECTION ---------- */
.section-yellow {
  background: var(--yellow);
  color: #111;
  padding: 80px 6vw;
}
.quote-heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #0a0a0a;
}
.quote-sub {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin: 10px 0 50px;
}

/* ---------- Pricing grid ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 20px;
  align-items: stretch;
}
.price-card {
  background: #fffaf0;
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: 0 26px 50px rgba(0,0,0,0.14);
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-card.featured { border: 3px solid var(--pink); transform: translateY(-12px); }
.price-badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--pink); color: #fff; font-size: 0.75rem; font-weight: 800;
  padding: 8px 18px; border-radius: 20px; letter-spacing: .03em; white-space: nowrap;
}
.price-card h3 { font-size: 1.7rem; font-weight: 900; }
.price-card .tagline { font-size: 0.85rem; color: #7a4b0d; font-style: italic; margin: 4px 0 18px; }
.price-card .old-price { color: #b8483a; text-decoration: line-through; font-size: 0.85rem; opacity: .75; margin-bottom: 2px; }
.price-card .price { font-weight: 900; font-size: 2.8rem; color: var(--yellow); line-height: 1; }
.price-card .price span { font-size: 0.9rem; font-weight: 600; color: #7a4b0d; }
.price-card .price-note { font-size: 0.75rem; color: #7a4b0d; margin-bottom: 18px; }
.urgency-tag {
  color: #d3273e;
  font-weight: 800;
  font-size: 0.8rem;
  margin-bottom: 18px;
}
.price-card .desc { font-size: 0.85rem; color: #3a2a08; margin-bottom: 20px; line-height: 1.6; }
.price-features { margin-bottom: 26px; flex-grow: 1; }
.price-features li {
  display: flex; gap: 9px; align-items: flex-start;
  font-size: 0.82rem; color: #241a08; margin-bottom: 10px; line-height: 1.5;
}
.price-features li.no { opacity: .4; }
.price-features li .ic { flex-shrink: 0; margin-top: 1px; }
.price-features-more { margin: -14px 0 26px; }
.price-features-more summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--yellow-bright, #f6c22a);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.price-features-more summary::-webkit-details-marker { display: none; }
.price-features-more[open] summary { margin-bottom: 12px; }
.price-features-more .price-features { margin-bottom: 0; }
.pick-btn {
  display: block; text-align: center; border: 2px solid var(--yellow); color: #7a4b0d;
  font-weight: 800; padding: 14px; border-radius: 8px; font-size: 0.85rem; letter-spacing: .02em;
}
.pick-btn-solid { background: var(--yellow); border-color: var(--yellow); color: #1a1200; }
.price-note-below { text-align: center; font-size: 0.85rem; color: #3a2a08; margin-bottom: 4px; }
.capacity-note {
  text-align: center;
  font-size: 0.85rem;
  color: #5a3f00;
  font-weight: 600;
  max-width: 560px;
  margin: 0 auto 56px;
}
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.feature-media { flex: 1 1 380px; position: relative; }

.imac-mockup {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}
.persoenliche-photo {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
  -webkit-mask-image: linear-gradient(180deg, #000 45%, transparent 82%);
  mask-image: linear-gradient(180deg, #000 45%, transparent 82%);
}
.feature-text { flex: 1 1 420px; }
.feature-text h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #0a0a0a;
}
.pdf-chip {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #d32f2f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 6px;
}
.handwritten {
  font-family: 'Kalam', cursive;
  color: var(--pink);
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-size: 1.4rem;
  transform: rotate(-6deg);
}

.checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  color: #222;
  font-size: 1.05rem;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: var(--pink);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.checklist-light li { color: #eee; }

.badge-img {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.award-frame {
  background: #f7f2e7;
  color: #222;
  width: 260px;
  padding: 30px 20px;
  text-align: center;
  border: 6px solid #c9a44c;
  font-family: 'Poppins', sans-serif;
}
.award-title { font-weight: 800; font-size: 0.9rem; }
.award-sub { font-weight: 900; font-size: 1.6rem; color: var(--yellow); margin: 6px 0 20px; }
.award-gratulation { font-size: 0.7rem; letter-spacing: 2px; color: #888; }
.award-name { font-weight: 800; font-size: 1.1rem; margin-top: 30px; }

/* ---------- BLACK SECTIONS ---------- */
.section-black { padding: 80px 6vw; }

/* Testimonials */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.testi-card { text-align: center; }
.play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--yellow);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 1.4rem;
}
.duration {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,.6);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
}
.testi-name { margin-top: 16px; font-weight: 700; color: var(--yellow); }
.testi-name span { color: #ddd; font-weight: 500; }

/* Was dich erwartet */
.section-heading-yellow {
  color: var(--yellow);
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 40px;
}
.section-heading-yellow.center { text-align: center; }
.section-tag {
  text-align: center;
  color: var(--pink);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.expect-row {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.expect-row .checklist { flex: 1 1 400px; }
.expect-row .checklist li { font-size: 1.2rem; }
.expect-photo-img {
  flex: 0 0 440px;
  max-width: 440px;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
  -webkit-mask-image: linear-gradient(180deg, #000 94%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 94%, transparent 100%);
}

/* Platform preview */
.platform-preview { text-align: center; }
.video-embed-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(242, 183, 5, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.video-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* About */
.about {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-text { flex: 1 1 480px; }
.about-no-photo { justify-content: center; }
.about-no-photo .about-text { flex: none; max-width: 720px; }
.eyebrow-white { font-weight: 600; color: #ccc; margin-bottom: 6px; }
.about-text p { margin-bottom: 20px; color: #ddd; font-size: 1.05rem; }
.about-text .btn { margin-top: 10px; }

/* Pricing / objection */
.pricing {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 700px 550px at 78% 50%, rgba(120,10,35,0.55), transparent 65%);
}
.pricing-text { flex: 1 1 480px; }
.pricing-text p { margin-bottom: 16px; color: #eee; }
.pricing-media {
  flex: 1 1 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pricing-photo-img {
  width: 100%;
  max-width: 380px;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse 70% 75% at center 40%, #000 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 75% at center 40%, #000 40%, transparent 100%);
}
.speech-bubble {
  position: absolute;
  z-index: 2;
  border: 2px solid var(--pink);
  color: var(--white);
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 1.1rem;
}
.bubble-1 { top: -10px; left: -60px; }
.bubble-2 { top: -50px; right: -50px; }
.whatsapp-line { color: #ccc; font-weight: 600; }
.whatsapp-icon {
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

/* ---------- FOOTER ---------- */
.site-footer {
  padding: 80px 6vw 40px;
  text-align: center;
}
.footer-heading { color: var(--yellow); font-size: 2.6rem; font-weight: 900; }
.footer-sub { letter-spacing: 3px; color: #ccc; margin: 10px 0 40px; font-weight: 600; }
.social-row { display: flex; justify-content: center; gap: 20px; margin-bottom: 80px; }
.social-circle {
  width: 70px;
  height: 70px;
  border: 2px solid var(--pink);
  color: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.footer-columns {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: left;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-brand { display: flex; justify-content: center; }
.footer-brand img { height: 90px; width: auto; }
.footer-col-title { color: var(--yellow); font-weight: 800; margin-bottom: 14px; }
.footer-col a { display: block; margin-bottom: 10px; color: #eee; font-weight: 600; }
.copyright { color: #aaa; margin-bottom: 8px; }
.disclaimer { color: #666; font-size: 0.8rem; max-width: 700px; margin: 0 auto; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-content { flex-direction: column; }
  .hero-text h1 { font-size: 2.4rem; }
  .about, .pricing { flex-direction: column; }
  .testi-grid { grid-template-columns: 1fr; }
  .hero-bubble-1, .hero-bubble-2 { display: none; }
}

@media (max-width: 640px) {
  /* Hero */
  .hero { min-height: auto; padding: 16px 5vw 40px; }
  .logo img { height: 130px; }
  .logo { margin-bottom: 0; }
  .eyebrow { font-size: 1.1rem; }
  .hero-text h1 { font-size: 1.9rem; margin-bottom: 20px; }
  .hero-image { max-width: 260px; margin: 0 auto; }
  .floating-icon { display: none; }
  .hero-bubble-1, .hero-bubble-2 { display: none; }
  .trust-row { gap: 24px; margin-top: 30px; }
  .trust-badge { font-size: 0.85rem; }

  /* Section spacing */
  .section-black, .section-yellow, .gratis-check { padding: 44px 5vw; }

  /* Gratis check */
  .gc-card { padding: 32px 22px; }
  .gc-card h2 { font-size: 1.7rem; }

  /* Yellow section headings */
  .quote-heading { font-size: 2rem; }
  .quote-sub { font-size: 1.1rem; margin-bottom: 30px; }

  /* Feature cards */
  .feature-card { padding: 24px; gap: 24px; margin-bottom: 24px; }
  .feature-text h3 { font-size: 1.6rem; }
  .feature-photo-fade { height: 320px; }
  .screen-placeholder.wide { height: 220px; }
  .imac-mockup { max-width: 300px; }
  .badge-img { max-width: 200px; }

  /* Was dich erwartet */
  .expect { padding-top: 24px; padding-bottom: 24px; }
  .section-heading-yellow { font-size: 1.9rem; margin-bottom: 16px; }
  .expect-row { gap: 8px; }
  .expect-photo-img {
    flex: 1 1 100%;
    max-width: 300px;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto;
  }
  .expect-row .checklist li { font-size: 1.05rem; }

  /* Pricing / objection */
  .pricing-media { max-width: 300px; margin: 0 auto; }
  .bubble-1 { left: 0; top: -10px; }
  .bubble-2 { right: 0; top: -50px; }
  .speech-bubble { font-size: 0.9rem; padding: 8px 14px; }

  /* Footer */
  .footer-heading { font-size: 1.9rem; }
  .footer-columns { justify-content: flex-start; gap: 30px 24px; }
  .footer-brand { flex-basis: 100%; justify-content: center; }
  .site-footer { padding: 44px 5vw 30px; }
  .social-row { margin-bottom: 44px; }
}

/* ---------- Cookie Consent ---------- */
#cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: #0d0d0d;
  border-top: 2px solid var(--yellow);
  padding: 22px 6vw;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 -10px 30px rgba(0,0,0,.5);
}
#cookie-banner.show { display: flex; }
#cookie-banner p {
  color: #ddd;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 640px;
  margin: 0;
}
#cookie-banner a { color: var(--yellow); text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-btn {
  font-weight: 800;
  font-size: 0.85rem;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid var(--yellow);
  font-family: inherit;
}
.cookie-btn-accept { background: var(--yellow); color: #1a1200; }
.cookie-btn-decline { background: transparent; color: var(--yellow); }
.cookie-settings-link {
  color: #888;
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
}
