/* Canicuere · Öffentliche Willkommensseite */

body.landing-active {
  overflow: hidden;
}

body.landing-active #canicuere-app,
body.landing-active #canicuere-onboarding {
  visibility: hidden;
  pointer-events: none;
}

#canicuere-landing {
  position: fixed;
  inset: 0;
  z-index: 15000;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: #0f172a;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(45, 212, 191, 0.22), transparent 60%),
    linear-gradient(165deg, #f0fdfa 0%, #ecfdf5 38%, #f8fafc 100%);
}

#canicuere-landing.is-visible {
  display: block;
}

.landing-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 48px) clamp(18px, 4vw, 32px) 64px;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(28px, 6vw, 56px);
}

.landing-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f766e;
  letter-spacing: -0.02em;
}

.landing-logo span {
  font-size: 1.5rem;
}

.landing-nav-actions {
  display: flex;
  gap: 8px;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.landing-btn--ghost {
  color: #0f766e;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #99f6e4;
}

.landing-btn--ghost:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.12);
}

.landing-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #0d9488, #0f766e);
  border: none;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.32);
}

.landing-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.38);
}

.landing-btn--demo {
  color: #134e4a;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed #5eead4;
}

.landing-btn--demo:hover {
  background: #fff;
  border-style: solid;
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.16);
}

.landing-hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 8vw, 72px);
}

.landing-hero-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0d9488;
}

.landing-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.landing-hero-lead {
  margin: 0 auto 28px;
  max-width: 560px;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1.55;
  color: #475569;
}

.landing-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.landing-hero-cta .landing-btn {
  min-width: 148px;
  padding: 14px 24px;
  font-size: 1rem;
}

.landing-section {
  margin-bottom: clamp(36px, 6vw, 56px);
}

.landing-section h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.landing-section-lead {
  margin: 0 auto 24px;
  max-width: 520px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #64748b;
}

.landing-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.landing-feature {
  padding: 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.landing-feature-ico {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.landing-feature h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.landing-feature p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #64748b;
}

.landing-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing-offer {
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid #99f6e4;
  background: linear-gradient(145deg, #fff 0%, #f0fdfa 100%);
}

.landing-offer-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: 999px;
}

.landing-offer h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.landing-offer p {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569;
}

.landing-offer-price {
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f766e;
}

.landing-offer-price small {
  font-size: 0.85rem;
  font-weight: 500;
  color: #64748b;
}

.landing-foot {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .landing-features {
    grid-template-columns: 1fr;
  }

  .landing-offers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .landing-nav-actions .landing-btn--ghost {
    display: none;
  }

  .landing-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
}