/* ==========================================================================
   darvis · shout — Landingpage
   ========================================================================== */

:root {
    --navy: #1e293b;
    --navy-2: #293851;
    --navy-deep: #141d29;
    --accent: #ff6f00;
    --accent-hi: #ffa663;
    --on-accent: #fff;
    --cream: #f6f5f2;
    --line: #e4e2dc;
    --gray: #64748b;
    --green: #2aa96e;
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 22px;
    --r-pill: 999px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; line-height: 1.6; color: var(--navy); background: var(--cream); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'Sora', sans-serif; line-height: 1.12; letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; }
em { font-family: 'Lora', serif; font-style: italic; font-weight: 500; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--accent); }

/* ---------- Nav ---------- */

.nav { position: fixed; inset: 0 0 auto; z-index: 40; backdrop-filter: blur(14px); background: rgba(20, 29, 41, .72); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.logo { font-family: 'Sora'; font-weight: 800; font-size: 20px; color: #fff; display: inline-flex; align-items: baseline; gap: 3px; }
.logo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links > a { font-size: 14px; font-weight: 600; color: #cbd5e1; transition: color .2s; }
.nav-links > a:hover { color: #fff; }

/* ---------- Buttons ---------- */

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; border-radius: var(--r-pill); background: var(--accent); color: var(--on-accent); font-weight: 700; font-size: 15px; cursor: pointer; border: 0; transition: transform .18s var(--ease), box-shadow .18s var(--ease); box-shadow: 0 6px 20px color-mix(in srgb, var(--accent) 40%, transparent); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px color-mix(in srgb, var(--accent) 50%, transparent); }
.btn.sm { padding: 9px 20px; font-size: 13.5px; }
.btn.lg { padding: 15px 34px; font-size: 16px; }
.btn.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .25); box-shadow: none; }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent-hi); box-shadow: none; }

/* ---------- Hero ---------- */

.hero { background: radial-gradient(1200px 500px at 50% -10%, rgba(255, 111, 0, .14), transparent 60%), var(--navy-deep); color: #fff; text-align: center; padding: 190px 0 110px; }
.kicker { font-family: 'Sora'; font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-hi); margin-bottom: 18px; }
.display { font-size: clamp(56px, 9vw, 110px); font-weight: 800; letter-spacing: -.04em; }
.lead { font-size: clamp(17px, 2.4vw, 21px); color: #b9c1d6; max-width: 640px; margin: 22px auto 0; }
.lead em { color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 38px; }
.sources { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 54px; }
.sources span { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: #cbd5e1; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-pill); padding: 8px 18px; }
.sources span::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 9px; vertical-align: 1px; }

/* ---------- Steps ---------- */

.section { padding: 90px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.step:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(20, 29, 41, .08); }
.step-num { font-family: 'Sora'; font-weight: 800; font-size: 14px; color: var(--accent); letter-spacing: .1em; margin-bottom: 14px; }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p:last-child { font-size: 14.5px; color: var(--gray); }
.fine { text-align: center; margin-top: 34px; font-size: 14px; color: var(--gray); font-weight: 600; letter-spacing: .04em; }

/* ---------- Privacy ---------- */

.privacy { background: var(--navy-deep); color: #fff; text-align: center; }
.privacy-inner h2 { font-size: clamp(30px, 4.5vw, 46px); margin-bottom: 18px; }
.privacy-inner h2 em { color: var(--accent-hi); }
.privacy .lead { margin-bottom: 0; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; padding: 9px 20px; border-radius: var(--r-pill); border: 1px solid rgba(255, 255, 255, .2); color: #fff; }
.badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }

/* ---------- CTA ---------- */

.center { text-align: center; }
.center h2 { font-size: clamp(30px, 4.5vw, 44px); }

/* ---------- Footer ---------- */

.footer { border-top: 1px solid var(--line); background: #fff; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; }
.footer .logo { color: var(--navy); font-size: 17px; }
.footer nav { display: flex; gap: 22px; }
.footer nav a { font-size: 13.5px; color: var(--gray); font-weight: 600; transition: color .2s; }
.footer nav a:hover { color: var(--accent); }

/* ---------- Reveal ---------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }

/* ---------- Responsive ---------- */

@media (max-width: 760px) {
    .steps { grid-template-columns: 1fr; }
    .hero { padding: 150px 0 80px; }
    .foot-inner { flex-direction: column; gap: 14px; }
}

/* ---------- Legal-Seiten (Impressum / Datenschutz) ---------- */

.legal { padding: 150px 0 90px; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 6px; }
.legal-sub { color: var(--gray); font-size: 14px; margin-bottom: 44px; }
.legal h2 { font-size: 19px; margin: 34px 0 10px; }
.legal p, .legal li { font-size: 15.5px; color: #3d4756; }
.legal ul { margin: 10px 0 4px; padding-left: 22px; list-style: none; }
.legal li { padding: 4px 0 4px 20px; position: relative; }
.legal li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.legal a { color: var(--accent); font-weight: 600; }
.legal a:hover { text-decoration: underline; }
.legal-back { margin-top: 50px; }
