/* =============================================
   Infofant — Landing "Aurora"
   Dunkler Sonnenaufgangs-Himmel, Glas-Karten,
   Pfirsich/Koralle-Akzent. Gilt nur für body.landing.
   ============================================= */

/* Font kommt aus app.css (@font-face Plus Jakarta Sans) */

body.landing {
  --deep:    #191254;
  --violet:  #6E4FC9;
  --peach:   #FFAC7E;
  --coral:   #FF7E67;
  --cream:   #FFF4EA;
  --l-text:  #FFF9F4;
  --l-text2: #CBC4EC;
  --glass:   rgba(255,255,255,.09);
  --gline:   rgba(255,255,255,.18);
  --ink:     #2A2138;
  --ink-2:   #6A6280;

  font-family: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', system-ui, sans-serif;
  background: var(--deep);
  background-image: none;
  color: var(--l-text);
}

/* ---- HEADER (transparent über dem Himmel) ---- */
body.landing .site-header {
  background: rgba(21,15,69,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
body.landing .header-center-nav a { color: var(--l-text2); font-weight: 600; }
body.landing .header-center-nav a:hover { background: rgba(255,255,255,.08); color: var(--l-text); }
body.landing .btn-ghost { color: var(--l-text); }
body.landing .btn-ghost:hover { background: rgba(255,255,255,.1); }
body.landing .btn-primary {
  background: linear-gradient(135deg, var(--peach) 0%, var(--coral) 100%);
  color: #33150B;
  box-shadow: 0 6px 24px rgba(255,126,103,.4);
}
body.landing .hamburger span { background: var(--l-text); }
body.landing .mobile-nav {
  background: #1E1560;
  border-top: 1px solid rgba(255,255,255,.1);
}
body.landing .mobile-nav a { color: var(--l-text2); }
body.landing .mobile-nav a:hover { background: rgba(255,255,255,.08); color: var(--l-text); }

/* ---- HIMMEL / HERO ---- */
body.landing .sky {
  background:
    radial-gradient(1100px 520px at 78% 118%, rgba(255,126,103,.55) 0%, rgba(255,172,126,.28) 34%, transparent 62%),
    radial-gradient(900px 700px at 12% -18%, rgba(110,79,201,.5) 0%, transparent 58%),
    linear-gradient(178deg, #150F45 0%, #241562 46%, #47256E 78%, #6D3766 100%);
  position: relative;
  overflow: hidden;
}
body.landing .sun {
  position: absolute; right: 8%; bottom: -180px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,190,140,.5) 0%, rgba(255,140,100,.22) 46%, transparent 70%);
  pointer-events: none;
}

body.landing .hero {
  background: none;   /* übersteuert das alte .hero-Weiß aus app.css */
  overflow: visible;
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto;
  padding: 4rem 2rem 5.5rem;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 4rem; align-items: center;
}

body.landing .chip {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--glass); border: 1px solid var(--gline);
  backdrop-filter: blur(8px);
  font-size: .8rem; font-weight: 700; color: var(--l-text);
  padding: .4rem 1.05rem; border-radius: 100px; margin-bottom: 1.6rem;
}
body.landing .chip .eq { display: inline-flex; align-items: flex-end; gap: 2.5px; height: 13px; }
body.landing .chip .eq i {
  width: 3px; border-radius: 2px;
  background: linear-gradient(180deg, var(--peach), var(--coral));
  animation: eq-bounce 1.1s ease-in-out infinite;
}
body.landing .chip .eq i:nth-child(2) { animation-delay: .25s; }
body.landing .chip .eq i:nth-child(3) { animation-delay: .5s; }
@keyframes eq-bounce {
  0%, 100% { height: 5px; }
  50%      { height: 13px; }
}

body.landing .hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
  margin-bottom: 1.4rem;
  text-wrap: balance;
}
body.landing .hero h1 .sunrise {
  background: linear-gradient(92deg, var(--peach) 0%, var(--coral) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.landing .hero-sub {
  font-size: 1.13rem; color: var(--l-text2);
  max-width: 460px; margin-bottom: 2.3rem; line-height: 1.7;
}
body.landing .hero-cta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-bottom: 2.1rem; }
body.landing .cta-main {
  background: linear-gradient(135deg, var(--peach) 0%, var(--coral) 100%);
  color: #33150B; text-decoration: none; font-weight: 800; font-size: 1.02rem;
  padding: 1rem 2.2rem; border-radius: 100px;
  box-shadow: 0 10px 36px rgba(255,126,103,.45);
  transition: transform .15s, box-shadow .15s;
}
body.landing .cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(255,126,103,.55);
  text-decoration: none;
}
body.landing .cta-sec {
  color: var(--l-text); text-decoration: none; font-weight: 700; font-size: 1.02rem;
  padding: .95rem 2rem; border-radius: 100px;
  background: var(--glass); border: 1px solid var(--gline); backdrop-filter: blur(8px);
}
body.landing .cta-sec:hover { background: rgba(255,255,255,.14); text-decoration: none; }
body.landing .trust { display: flex; gap: .55rem; flex-wrap: wrap; }
body.landing .trust span {
  font-size: .78rem; font-weight: 600; color: var(--l-text2);
  background: rgba(255,255,255,.06); border: 1px solid var(--gline);
  padding: .24rem .8rem; border-radius: 100px;
}
body.landing .trust span::before { content: "✓ "; color: var(--peach); font-weight: 800; }

/* ---- GLAS-PLAYER-KARTE ---- */
body.landing .glass-card {
  background: linear-gradient(160deg, rgba(255,255,255,.13) 0%, rgba(255,255,255,.05) 100%);
  border: 1px solid var(--gline);
  border-radius: 26px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 1.7rem;
  box-shadow: 0 34px 90px rgba(10,5,50,.55);
}
@media (min-width: 861px) {
  body.landing .glass-card { animation: hero-float 7s ease-in-out infinite; }
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
body.landing .gc-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.4rem; }
body.landing .gc-ava {
  width: 48px; height: 48px; border-radius: 16px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--peach) 0%, var(--coral) 100%);
  display: flex; align-items: center; justify-content: center;
}
body.landing .gc-ava img { width: 30px; height: 27px; }
body.landing .gc-head b { display: block; font-size: 1rem; }
body.landing .gc-head small { color: var(--l-text2); font-size: .8rem; }
body.landing .gc-badge {
  margin-left: auto; font-size: .68rem; font-weight: 800; letter-spacing: .1em;
  background: linear-gradient(135deg, var(--peach), var(--coral)); color: #33150B;
  padding: .25rem .7rem; border-radius: 100px;
}
body.landing .story {
  display: flex; align-items: center; gap: .9rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: .85rem 1rem; margin-bottom: .7rem;
}
body.landing .story .ico {
  width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
body.landing .i-pol { background: rgba(126,156,255,.2); }
body.landing .i-eco { background: rgba(120,224,170,.18); }
body.landing .i-tec { background: rgba(255,172,126,.2); }
body.landing .story p { font-size: .86rem; line-height: 1.45; margin: 0; }
body.landing .story small { color: var(--l-text2); font-size: .72rem; }
body.landing .gc-player {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 1.2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12);
}
body.landing .gc-play {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--peach) 0%, var(--coral) 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(255,126,103,.5);
}
body.landing .gc-play svg { margin-left: 3px; }
body.landing .progress { flex: 1; }
body.landing .progress .bar {
  height: 6px; border-radius: 3px; background: rgba(255,255,255,.15);
  position: relative; margin-bottom: .45rem;
}
body.landing .progress .bar i {
  position: absolute; left: 0; top: 0; bottom: 0; width: 48%;
  border-radius: 3px; background: linear-gradient(90deg, var(--peach), var(--coral));
}
body.landing .progress .bar i::after {
  content: ""; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%; background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
body.landing .progress .times {
  display: flex; justify-content: space-between;
  font-size: .72rem; color: var(--l-text2);
  font-variant-numeric: tabular-nums;
}

/* ---- FEATURES (Creme-Welt) ---- */
body.landing .features {
  background: var(--cream);
  color: var(--ink);
}
body.landing .features-inner {
  max-width: 1160px; margin: 0 auto;
  padding: 4.5rem 2rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
body.landing .feature {
  background: #fff; border-radius: 22px; padding: 1.9rem;
  box-shadow: 0 10px 40px rgba(90,60,140,.1);
}
body.landing .feature .f-icon {
  width: 48px; height: 48px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem; color: #fff;
}
body.landing .f-1 { background: linear-gradient(135deg, #7E9CFF, #6E4FC9); }
body.landing .f-2 { background: linear-gradient(135deg, #FFAC7E, #FF7E67); }
body.landing .f-3 { background: linear-gradient(135deg, #55D3A0, #2AA57B); }
body.landing .feature h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: .5rem; color: var(--ink); }
body.landing .feature p { color: var(--ink-2); font-size: .95rem; margin: 0; }

/* ---- PREISE (Creme-Welt) ---- */
body.landing .prices {
  background: var(--cream);
  color: var(--ink);
  padding: 1rem 2rem 5rem;
}
body.landing .prices-inner { max-width: 900px; margin: 0 auto; }
body.landing .prices h2 {
  text-align: center; font-size: 2rem; font-weight: 800;
  letter-spacing: -.02em; margin-bottom: 2.2rem; color: var(--ink);
}
body.landing .price-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
body.landing .price-card {
  background: #fff; border-radius: 22px; padding: 2rem;
  box-shadow: 0 10px 40px rgba(90,60,140,.1);
  display: flex; flex-direction: column;
}
body.landing .price-card.pro {
  background: linear-gradient(165deg, #241562 0%, #47256E 100%);
  color: var(--l-text);
  position: relative;
}
body.landing .price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--peach), var(--coral)); color: #33150B;
  font-size: .72rem; font-weight: 800; letter-spacing: .08em;
  padding: .3rem 1rem; border-radius: 100px;
  box-shadow: 0 4px 14px rgba(255,126,103,.4);
}
body.landing .price-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: .6rem; }
body.landing .price-num { font-size: 2.4rem; font-weight: 800; letter-spacing: -.02em; }
body.landing .price-per { font-size: .9rem; color: var(--ink-2); }
body.landing .price-card.pro .price-per { color: var(--l-text2); }
body.landing .price-feats { list-style: none; margin: 1.4rem 0 1.8rem; padding: 0; flex: 1; }
body.landing .price-feats li { padding: .35rem 0; font-size: .95rem; color: var(--ink-2); }
body.landing .price-card.pro .price-feats li { color: var(--l-text2); }
body.landing .price-feats li::before { content: "✓  "; color: var(--coral); font-weight: 800; }
body.landing .price-cta {
  display: block; text-align: center; text-decoration: none;
  font-weight: 800; font-size: .98rem; padding: .85rem 1.5rem; border-radius: 100px;
}
body.landing .price-card:not(.pro) .price-cta {
  border: 1.5px solid var(--ink); color: var(--ink);
}
body.landing .price-card:not(.pro) .price-cta:hover { background: var(--ink); color: #fff; }
body.landing .price-card.pro .price-cta {
  background: linear-gradient(135deg, var(--peach) 0%, var(--coral) 100%);
  color: #33150B;
  box-shadow: 0 8px 28px rgba(255,126,103,.4);
}

/* ---- FOOTER ---- */
body.landing .site-footer {
  background: #120C3D;
  border-top: 1px solid rgba(255,255,255,.08);
}
body.landing .footer-inner { color: var(--l-text2); }
body.landing .footer-nav a { color: var(--l-text2); }
body.landing .footer-nav a:hover { color: var(--l-text); }
body.landing .footer-copy, body.landing .footer-ai-hint { color: rgba(203,196,236,.6); }
body.landing .footer-tagline { color: var(--l-text2); }

/* ---- RESPONSIVE ---- */
@media (max-width: 940px) {
  body.landing .hero { grid-template-columns: 1fr; gap: 3rem; padding: 3rem 1.5rem 4rem; }
  body.landing .glass-card { max-width: 480px; margin: 0 auto; width: 100%; }
  body.landing .features-inner { grid-template-columns: 1fr; padding: 3.5rem 1.5rem; gap: 1.2rem; }
  body.landing .price-grid { grid-template-columns: 1fr; gap: 1.6rem; }
}
@media (max-width: 600px) {
  body.landing .hero { padding: 2.5rem 1.25rem 3.5rem; }
  body.landing .hero h1 { font-size: 2.3rem; }
  body.landing .cta-main, body.landing .cta-sec { width: 100%; text-align: center; }
  body.landing .glass-card { padding: 1.3rem; }
  body.landing .prices { padding: 1rem 1.25rem 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  body.landing .glass-card { animation: none; }
  body.landing .chip .eq i { animation: none; height: 9px; }
  body.landing .cta-main { transition: none; }
}
