/* Deepfake-forsvar landingsside — "mørk & filmisk" (design-handoff 1a).
   Alt her fordi strict CSP (style-src 'self') forbyder inline style=. Font arves fra
   sitet (Plus Jakarta Sans) i stedet for handoffets Poppins — font-src 'self' tillader
   ikke Google Fonts, og husfonten holder siden konsistent. */

html { scroll-behavior: smooth; }

/* Gør sitets rigtige topbar mørk på denne side, så den smelter sammen med heroen. */
.page-deepfake .topbar { background: #0d1c14; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.page-deepfake .topbar__nav a { color: #9fae9a; }
.page-deepfake .topbar__nav a:hover { color: #fff; }
.page-deepfake .topbar__nav a[href$="/deepfake"] { color: #fff; border-bottom: 2px solid #b3dd4d; padding-bottom: 2px; }
.page-deepfake .lang-switch > summary { color: #fff; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; }

.df { color: #14291f; }
.df-wrap { max-width: 1080px; margin: 0 auto; }

/* ── Hero ─────────────────────────────────────────────── */
.df-hero { background: #0d1c14; color: #fff; position: relative; overflow: hidden; }
.df-hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 60px 40px 70px; }
.df-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 75% 45%, rgba(179, 221, 77, .10), transparent 70%); pointer-events: none; }
.df-hero__copy { position: relative; }

.df-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b3dd4d; border: 1px solid rgba(179, 221, 77, .4); border-radius: 999px; padding: 6px 14px; }
.df-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: #b3dd4d; animation: df-pulse 1.6s infinite; }

.df-h1 { margin: 22px 0 0; font-size: 56px; line-height: 1.02; font-weight: 900; letter-spacing: -1.5px; color: #fff; }
.df-h1 .df-accent { color: #b3dd4d; }
.df-lead { margin: 20px 0 0; font-size: 15.5px; line-height: 1.6; color: #b9c4b4; max-width: 440px; }

.df-cta-row { display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.df-cta { display: inline-block; background: #b3dd4d; color: #14291f; font-weight: 700; font-size: 14px; padding: 13px 26px; border-radius: 999px; white-space: nowrap; text-decoration: none; }
.df-cta:hover { background: #c4e86a; color: #14291f; }
.df-cta-micro { font-size: 12.5px; color: #9fae9a; }

/* ── Videomøde-mock ───────────────────────────────────── */
.df-mockwrap { position: relative; justify-self: center; }
.df-mock { position: relative; width: 330px; max-width: 100%; background: #101f16; border: 1px solid rgba(255, 255, 255, .09); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, .5); }
.df-mock__bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: rgba(255, 255, 255, .04); font-size: 10.5px; color: #9fae9a; }
.df-mock__bar b { color: #fff; letter-spacing: .08em; }
.df-live { display: flex; align-items: center; gap: 6px; }
.df-live__dot { width: 7px; height: 7px; border-radius: 50%; background: #e05252; animation: df-pulse 1.2s infinite; }
.df-video { position: relative; height: 250px; background: linear-gradient(180deg, #16281e, #0d1c14); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.df-scan { position: absolute; left: 0; right: 0; height: 44px; background: linear-gradient(180deg, transparent, rgba(179, 221, 77, .14), transparent); animation: df-scan 3.2s linear infinite; }
.df-glitch { animation: df-glitch 4s infinite; }
.df-tag { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: .1em; color: #e05252; border: 1px solid rgba(224, 82, 82, .5); border-radius: 4px; padding: 3px 7px; background: rgba(224, 82, 82, .08); }
.df-nameplate { position: absolute; left: 14px; bottom: 12px; font-size: 11px; color: #fff; background: rgba(0, 0, 0, .45); border-radius: 6px; padding: 4px 10px; }
.df-nameplate span { color: #9fae9a; }
.df-transcript { padding: 12px 150px 12px 14px; background: rgba(255, 255, 255, .03); font-size: 11.5px; line-height: 1.5; color: #d7ddd2; }
.df-transcript b { color: #b3dd4d; }
.df-sticker { position: absolute; right: -24px; bottom: -38px; background: #b3dd4d; color: #14291f; border-radius: 14px; padding: 12px 16px; font-size: 12px; font-weight: 700; box-shadow: 0 12px 30px rgba(0, 0, 0, .4); transform: rotate(2deg); }

/* ── Fact-bånd ────────────────────────────────────────── */
.df-facts { background: #0d1c14; border-top: 1px solid rgba(255, 255, 255, .08); }
.df-facts__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; max-width: 1080px; margin: 0 auto; }
.df-fact { padding: 26px 40px; border-right: 1px solid rgba(255, 255, 255, .08); }
.df-fact:last-child { border-right: 0; }
.df-fact__num { font-size: 30px; font-weight: 800; color: #b3dd4d; }
.df-fact__label { font-size: 12px; color: #9fae9a; margin-top: 2px; }

/* ── Forløbssektion (lys) ─────────────────────────────── */
.df-steps { background: #faf6ec; padding: 56px 40px; }
.df-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #a35b52; }
.df-h2 { margin: 10px 0 0; font-size: 30px; font-weight: 800; color: #14291f; letter-spacing: -.5px; }
.df-steps__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 28px; }
.df-step { background: #fff; border-radius: 20px; padding: 26px; box-shadow: 0 2px 8px rgba(20, 41, 31, .06); }
.df-step__num { font-size: 13px; font-weight: 800; color: #b3dd4d; background: #14291f; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.df-step h3 { margin: 14px 0 6px; font-size: 16px; font-weight: 700; color: #14291f; }
.df-step p { margin: 0; font-size: 13px; line-height: 1.55; color: #5c6358; }
.df-addon-note { margin: 22px auto 0; max-width: 640px; text-align: center; font-size: 12.5px; line-height: 1.6; color: #8a8f83; }

/* ── CTA-footer (mørk) ────────────────────────────────── */
.df-cta-section { background: #14291f; padding: 56px 40px; text-align: center; scroll-margin-top: 16px; }
.df-cta-section h2 { margin: 0; font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.5px; }
.df-cta-section__sub { margin: 10px auto 0; max-width: 430px; font-size: 13.5px; color: #b9c4b4; }
.df-form { display: flex; justify-content: center; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.df-form__input { background: #fff; border: 0; border-radius: 999px; padding: 12px 20px; font-size: 13px; color: #14291f; width: 280px; max-width: 100%; }
.df-form__input::placeholder { color: #a8ab9e; }
.df-form__btn { background: #b3dd4d; color: #14291f; font-weight: 700; font-size: 13.5px; padding: 12px 24px; border: 0; border-radius: 999px; white-space: nowrap; cursor: pointer; }
.df-form__btn:hover { background: #c4e86a; }
.df-form__note { margin: 14px 0 0; font-size: 11.5px; color: #7c8a78; }
.df-form__error { color: #f0a29b; font-size: 12.5px; margin: 8px 0 0; }
.df-form__success { max-width: 460px; margin: 20px auto 0; background: rgba(179, 221, 77, .12); border: 1px solid rgba(179, 221, 77, .4); color: #d7ecb0; border-radius: 12px; padding: 16px 20px; font-size: 14px; }

/* ── Admin-konsollen ──────────────────────────────────────
   Samme filmiske stil, men som afrundede kort i den lyse admin-flade (ikke full-bleed). */
.df-admin { display: grid; gap: 18px; }
.df-admin .df-hero { border-radius: 20px; overflow: hidden; }
.df-admin .df-hero__inner { padding: 40px 34px 44px; }
.df-admin .df-h1 { font-size: 40px; letter-spacing: -1px; }
.df-admin .df-facts { border-radius: 16px; border-top: 0; overflow: hidden; }
.df-admin .df-facts__grid { max-width: none; }
.df-admin .df-steps { border-radius: 20px; padding: 40px 34px; }
.df-admin .df-cta-section { border-radius: 20px; padding: 44px 34px; }
.df-admin .df-wrap { max-width: none; }

/* ── Keyframes ────────────────────────────────────────── */
@keyframes df-glitch {
    0%, 88%, 100% { transform: translate(0, 0); }
    90% { transform: translate(-3px, 1px); }
    92% { transform: translate(3px, -1px); }
    94% { transform: translate(-2px, -2px); }
    96% { transform: translate(2px, 1px); }
}
@keyframes df-scan { 0% { top: -20%; } 100% { top: 120%; } }
@keyframes df-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .df-badge__dot, .df-live__dot, .df-scan, .df-glitch { animation: none; }
}

/* ── Mobil ────────────────────────────────────────────── */
@media (max-width: 820px) {
    .df-hero__inner { grid-template-columns: 1fr; gap: 32px; padding: 40px 22px 50px; }
    .df-h1 { font-size: 40px; letter-spacing: -1px; }
    .df-facts__grid { grid-template-columns: 1fr; }
    .df-fact { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
    .df-steps, .df-cta-section { padding: 44px 22px; }
    .df-steps__grid { grid-template-columns: 1fr; }
    .df-sticker { right: 8px; bottom: -30px; }
}
