:root {
  --bg: #07111f;
  --bg-soft: #0d1c2f;
  --panel: #ffffff;
  --panel-soft: #f3f7fb;
  --text: #102033;
  --muted: #65758a;
  --white: #ffffff;
  --accent: #23b6c8;
  --accent-dark: #168695;
  --line: rgba(16, 32, 51, 0.12);
  --shadow: 0 24px 70px rgba(3, 13, 27, 0.22);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,0.82); font-weight: 600; }
.nav-links a:hover { color: var(--white); }
.login-link { padding: 10px 16px; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; }
.nav-toggle { display: none; border: 0; color: white; background: transparent; font-size: 30px; }

.hero {
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(35,182,200,0.25), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0b2038 55%, #102a45 100%);
  color: var(--white);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; }
h1, h2, h3 { line-height: 1.1; margin: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); letter-spacing: -0.06em; max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -0.04em; }
h3 { font-size: 1.25rem; }
.hero-text { font-size: 1.22rem; color: rgba(255,255,255,0.78); max-width: 680px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn-primary { color: #06202a; background: var(--accent); box-shadow: 0 14px 35px rgba(35,182,200,0.28); }
.btn-primary:hover { background: #35c8d8; }
.btn-secondary { color: var(--text); background: var(--white); border-color: var(--line); }
.hero .btn-secondary { color: var(--white); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: rgba(255,255,255,0.74); font-size: 0.95rem; }
.trust-row span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.08); }

.hero-card { position: relative; }
.app-window { border: 1px solid rgba(255,255,255,0.16); border-radius: 32px; background: rgba(255,255,255,0.1); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(22px); transform: rotate(1.5deg); }
.window-top { display: flex; gap: 8px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.window-top span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.35); }
.dashboard-preview { padding: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.metric-card, .list-preview { border-radius: 22px; padding: 20px; background: rgba(255,255,255,0.92); color: var(--text); }
.metric-card small { display: block; color: var(--muted); font-weight: 700; }
.metric-card b { font-size: 2.7rem; line-height: 1; }
.metric-card.strong { background: var(--accent); color: #06202a; }
.metric-card.strong small { color: rgba(6,32,42,0.7); }
.list-preview { grid-column: span 2; }
.list-preview p { margin: 0 0 13px; display: flex; gap: 10px; align-items: center; }
.list-preview p:last-child { margin-bottom: 0; }
.list-preview span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

.section { padding: 92px 0; }
.soft { background: var(--panel-soft); }
.logos-section { padding: 34px 0; background: #f8fbfd; }
.intro-strip { text-align: center; color: var(--muted); font-weight: 700; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 10px 34px rgba(16,32,51,0.06); }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.icon { font-size: 2rem; display: inline-block; margin-bottom: 14px; }

.split-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.split-section p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--accent-dark); font-weight: 900; }
.benefit-list { display: grid; gap: 16px; }
.benefit-list div { padding: 22px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.benefit-list b, .benefit-list span { display: block; }
.benefit-list span { color: var(--muted); margin-top: 5px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: white; box-shadow: 0 12px 34px rgba(16,32,51,0.07); display: flex; flex-direction: column; }
.price-card.highlighted { border: 2px solid var(--accent); transform: translateY(-8px); }
.price-card p { color: var(--muted); }
.price-card ul { padding-left: 20px; margin: 0 0 28px; color: var(--text); }
.price-card .btn { margin-top: auto; }
.badge { position: absolute; top: 18px; right: 18px; background: var(--accent); color: #06202a; padding: 6px 10px; border-radius: 999px; font-weight: 900; font-size: 0.8rem; }

.cta-section { padding: 30px 0 94px; }
.cta-box { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 42px; border-radius: 34px; color: white; background: linear-gradient(135deg, #07111f, #123557); box-shadow: var(--shadow); }
.cta-box p:not(.eyebrow) { color: rgba(255,255,255,0.74); max-width: 720px; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.contact-grid p { color: var(--muted); }
.contact-note { margin-top: 28px; padding: 20px; border-radius: 20px; background: var(--panel-soft); }
.contact-note b, .contact-note span { display: block; }
.contact-form { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 42px rgba(16,32,51,0.08); background: white; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; margin-bottom: 16px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; font: inherit; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(35,182,200,0.12); }
.contact-form .btn { width: 100%; border: 0; }
.form-hint { text-align: center; font-size: 0.9rem; margin-bottom: 0; }

.site-footer { padding: 36px 0; color: rgba(255,255,255,0.72); background: var(--bg); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer img { height: 34px; margin-bottom: 10px; }
.footer-links { display: flex; gap: 20px; font-weight: 700; }
.footer-links a:hover { color: white; }

@media (max-width: 960px) {
  .hero-grid, .split-section, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.highlighted { transform: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 16px; border-radius: 22px; background: #0b1d32; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .hero { padding: 60px 0; }
  .hero-actions .btn { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .dashboard-preview { grid-template-columns: 1fr; }
  .list-preview { grid-column: span 1; }
  .cta-box { flex-direction: column; align-items: flex-start; padding: 28px; }
  .cta-box .btn { width: 100%; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

.form-status { min-height: 22px; text-align: center; font-size: 0.92rem; font-weight: 800; margin: 10px 0 0; }
.form-status.info { color: #475569; }
.form-status.success { color: #047857; }
.form-status.error { color: #b91c1c; }
.contact-form .btn:disabled { opacity: 0.65; cursor: wait; }


/* HEVEXO LEGAL PAGES 20260612 */
.legal-hero {
  padding: 78px 0 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(35,182,200,0.22), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b2038 55%, #102a45 100%);
}
.legal-hero h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); max-width: 920px; }
.legal-hero p { max-width: 820px; color: rgba(255,255,255,0.78); font-size: 1.1rem; }
.legal-layout { padding: 72px 0 92px; background: #f8fbfd; }
.legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16,32,51,0.08);
}
.legal-card h2 { margin-top: 34px; font-size: clamp(1.35rem, 3vw, 2rem); letter-spacing: -0.03em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 22px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul { padding-left: 22px; }
.legal-note {
  margin: 0 0 28px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  color: var(--muted);
}
.legal-meta { color: var(--muted); font-weight: 700; }
.legal-card a { color: var(--accent-dark); font-weight: 800; }
@media (max-width: 720px) {
  .footer-links { flex-wrap: wrap; }
  .legal-hero { padding: 58px 0 32px; }
  .legal-layout { padding: 42px 0 64px; }
}

/* HEVEXO FIX: kleinere Überschriften auf Datenschutz / Nutzungsbedingungen / Impressum */
.legal-content h1,
.legal-page h1 {
  font-size: clamp(2.1rem, 3.6vw, 3.6rem) !important;
  line-height: 1.08 !important;
}

.legal-content h2,
.legal-page h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.25rem) !important;
  line-height: 1.15 !important;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
}

.legal-content h3,
.legal-page h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.45rem) !important;
  line-height: 1.2 !important;
  margin-top: 1.4rem !important;
}

@media (max-width: 768px) {
  .legal-content h1,
  .legal-page h1 {
    font-size: 2rem !important;
  }

  .legal-content h2,
  .legal-page h2 {
    font-size: 1.4rem !important;
  }

  .legal-content h3,
  .legal-page h3 {
    font-size: 1.1rem !important;
  }
}

/* HEVEXO GOOGLE CALENDAR INFO PAGE */
.legal-page .site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.legal-page .legal-hero {
  padding: 96px 0 34px;
}

.legal-page .legal-hero h1 {
  font-size: clamp(2.15rem, 4vw, 3.7rem) !important;
  line-height: 1.08 !important;
  margin: 0 0 14px;
}

.legal-page .legal-hero .lead {
  max-width: 860px;
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.65;
  opacity: 0.86;
}

.legal-page .legal-card {
  max-width: 980px;
  margin: 0 auto 72px;
  padding: clamp(24px, 4vw, 46px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.legal-page .legal-card h2 {
  font-size: clamp(1.28rem, 2vw, 1.85rem) !important;
  line-height: 1.22 !important;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-page .legal-card h2:first-child {
  margin-top: 0;
}

.legal-page .legal-card p,
.legal-page .legal-card li {
  font-size: 1rem;
  line-height: 1.75;
}

.legal-page .legal-card ul {
  padding-left: 1.25rem;
}

.legal-page .footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
