/* Immobilien-Safety-Guard – statischer Nachbau (Cloudflare Pages) */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/open-sans-latin.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --red: #e21726;
  --red-dark: #b5111e;
  --red-deep: #9b0f1a;
  --yellow: #ffe91e;
  --gold: #f5c842;
  --ink: #111827;
  --text: #374151;
  --muted: #6b7280;
  --faint: #9ca3af;
  --line: #f3f4f6;
  --line-2: #e5e7eb;
  --soft: #f9fafb;
  --grad: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  --radius: 7px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
section[id] { scroll-margin-top: 64px; }
body {
  margin: 0;
  font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
.icon { width: 20px; height: 20px; flex-shrink: 0; display: inline-block; }
.icon-sm { width: 16px; height: 16px; }
.icon-xs { width: 14px; height: 14px; }
.icon-lg { width: 24px; height: 24px; }
.star-fill { color: var(--yellow); fill: var(--yellow); }
.balance { text-wrap: balance; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: 100%; margin: 0 auto; padding: 0 16px; }
@media (min-width: 640px) { .container { padding: 0 24px; } }
.w-6xl { max-width: 72rem; } .w-5xl { max-width: 64rem; } .w-4xl { max-width: 56rem; }
.w-3xl { max-width: 48rem; } .w-2xl { max-width: 42rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; color: #fff; background: var(--grad);
  padding: 14px 32px; border-radius: var(--radius); font-size: 15px;
  box-shadow: 0 4px 24px rgba(226, 23, 38, .4);
  transition: transform .3s, box-shadow .3s;
}
.btn:hover { transform: scale(1.05); }
.btn:focus-visible, .nav-link:focus-visible, .faq-q:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.btn-block { display: flex; width: 100%; }
.btn-white { background: #fff; color: var(--red); box-shadow: 0 8px 32px rgba(0, 0, 0, .2); padding: 15px 36px; }
.btn-outline { background: #fff; color: var(--red); border: 2px solid var(--red); box-shadow: none; }

/* Navigation */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: #fff; box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
@media (min-width: 1024px) { .nav-inner { padding: 0 32px; } }
.brand { display: flex; align-items: center; gap: 8px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: none; font-weight: 700; font-size: 14px; color: var(--red); }
@media (min-width: 640px) { .brand span { display: inline; } }
.nav-links { display: none; align-items: center; gap: 24px; }
.nav-link { color: #4b5563; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-link:hover { color: var(--red); }
.nav-cta { padding: 8px 16px; border-radius: var(--radius); color: #fff; font-size: 14px; font-weight: 600; background: var(--grad); transition: transform .3s, box-shadow .3s; }
.nav-cta:hover { transform: scale(1.05); box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.nav-toggle { padding: 8px; color: #4b5563; border-radius: 6px; }
.nav-toggle:hover { color: var(--red); }
.nav-toggle .icon-close { display: none; }
.nav.open .nav-toggle .icon-open { display: none; }
.nav.open .nav-toggle .icon-close { display: inline-block; }
.nav-mobile { display: none; border-top: 1px solid var(--line); background: #fff; padding: 12px 16px 16px; }
.nav.open .nav-mobile { display: flex; flex-direction: column; gap: 4px; }
.nav-mobile .nav-link { padding: 10px 4px; font-size: 15px; }
.nav-mobile .nav-cta { margin-top: 8px; text-align: center; padding: 12px 16px; }
@media (min-width: 768px) {
  .nav-links { display: flex; }
  .nav-toggle, .nav-mobile, .nav.open .nav-mobile { display: none; }
}

/* Hero */
.hero { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 70vh; padding-top: 64px; background: #1f2937; }
.hero-video { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; border: 0; pointer-events: none; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0,0,0,.38) 0%, rgba(0,0,0,.28) 100%); }
.blob { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(80px); }
.hero .blob-a { top: 80px; left: 25%; width: 384px; height: 384px; background: var(--red); opacity: .15; z-index: 1; }
.hero .blob-b { bottom: 40px; right: 25%; width: 320px; height: 320px; background: var(--yellow); opacity: .12; z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; padding-top: 80px; padding-bottom: 80px; }
@media (min-width: 768px) { .hero-content { padding-top: 112px; padding-bottom: 112px; } }
.hero-logo { display: flex; justify-content: center; margin-bottom: 24px; }
.hero-logo img { width: 140px; height: 140px; object-fit: contain; filter: drop-shadow(0 25px 25px rgba(0,0,0,.15)); }
.pill-glass { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; margin-bottom: 24px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.pill-glass span { color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .025em; text-transform: uppercase; }
.hero h1 { font-weight: 700; color: #fff; margin-bottom: 20px; font-size: clamp(30px, 5vw, 52px); line-height: 1.15; }
.grad-text { background-image: linear-gradient(90deg, var(--yellow) 0%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { max-width: 42rem; margin: 0 auto 32px; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-direction: column; gap: 16px; justify-content: center; align-items: center; }
@media (min-width: 640px) { .hero-actions { flex-direction: row; } }
.hero-note { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 13px; }

/* Trust bar */
.trustbar { background: var(--ink); padding: 14px 0; }
.trustbar .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 24px; }
@media (min-width: 768px) { .trustbar .container { gap: 12px 48px; } }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 500; }

/* Sections */
.section { padding: 96px 0; position: relative; }
.bg-soft { background: var(--soft); }
.bg-white { background: #fff; }
.overflow-hidden { overflow: hidden; }
.section-head { text-align: center; margin: 0 auto 56px; }
.section-head.narrow { max-width: 42rem; margin-bottom: 48px; }
.tag { display: inline-block; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 16px; color: #fff; background: var(--red); padding: 4px 14px; border-radius: 999px; font-size: 11px; }
.h2 { font-weight: 700; font-size: 35px; color: var(--ink); line-height: 1.25; margin-bottom: 16px; }
@media (max-width: 639px) { .h2 { font-size: 28px; } }
.lead { color: var(--muted); font-size: 14px; line-height: 1.7; }
.lead.max { max-width: 36rem; margin: 0 auto; }

.grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-2-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-2-3 { grid-template-columns: repeat(3, 1fr); } }

/* Reviews */
.reviews { padding: 72px 0 64px; }
.rating-row { display: flex; justify-content: center; align-items: center; gap: 4px; margin-bottom: 12px; }
.rating-row strong { margin-left: 8px; color: var(--ink); font-size: 14px; }
.reviews .h2-sm { font-weight: 700; font-size: 28px; color: var(--ink); }
.reviews .section-head { margin-bottom: 40px; }
.card { background: #fff; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 4px 20px rgba(0,0,0,.07); position: relative; }
.review { padding: 28px 24px 24px; }
.review .quote-mark { position: absolute; top: 16px; right: 20px; font-size: 56px; line-height: 1; color: rgba(226,23,38,.08); font-family: Georgia, serif; font-weight: 700; user-select: none; }
.stars { display: flex; gap: 2px; margin-bottom: 12px; }
.review blockquote { margin: 0 0 20px; font-style: italic; color: var(--text); font-size: 13px; line-height: 1.75; }
.person { display: flex; align-items: center; gap: 12px; }
.avatar { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; flex-shrink: 0; font-weight: 700; color: #fff; background: var(--grad); font-size: 13px; }
.person .name { font-weight: 700; color: var(--ink); font-size: 13px; }
.person .place { color: var(--faint); font-size: 12px; }
.team { margin-top: 56px; display: flex; flex-direction: column; align-items: center; gap: 32px; background: var(--soft); border-radius: 16px; border: 1px solid var(--line); padding: 36px 32px; }
@media (min-width: 768px) { .team { flex-direction: row; gap: 48px; } }
.team-photo { flex-shrink: 0; width: 280px; max-width: 100%; height: 210px; border-radius: 12px; border: 3px solid var(--red); box-shadow: 0 12px 40px rgba(226,23,38,.18); overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.badge-red { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; color: #fff; background: var(--red); font-size: 11px; margin-bottom: 12px; }
.team h3 { font-weight: 700; color: var(--ink); font-size: 18px; margin-bottom: 8px; }
.team p { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 560px; }
.checks { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.check { display: flex; align-items: center; gap: 6px; color: var(--text); font-size: 12px; }
.check .icon { color: var(--red); }

/* Problem */
.problem { padding: 80px 0; }
.problem .section-head { margin-bottom: 48px; }
.pain { position: relative; overflow: hidden; background: #fff; border-radius: 12px; border: 1px solid #fee2e2; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.pain::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 4px; background: var(--red); }
.icon-bubble { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; margin-bottom: 16px; background: rgba(226,23,38,.08); color: var(--red); }
.icon-bubble.lg { width: 48px; height: 48px; background: rgba(226,23,38,.10); }
.pain p { color: var(--text); font-size: 13px; line-height: 1.7; }
.problem .grid { margin-bottom: 48px; }
.turn { text-align: center; margin-bottom: 40px; font-weight: 600; color: var(--red); font-size: 15px; }
.photos { display: flex; flex-direction: column; gap: 16px; justify-content: center; margin-top: 8px; }
@media (min-width: 640px) { .photos { flex-direction: row; } }
.photo { flex: 1; overflow: hidden; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.13); border: 1px solid #fee2e2; max-width: 480px; }
.photo img { width: 100%; height: 100%; max-height: 360px; object-fit: cover; }

/* Leistungen */
.section .blob-tr { top: 0; right: 0; width: 384px; height: 384px; background: var(--red); opacity: .06; }
.section .blob-bl { bottom: 0; left: 0; width: 320px; height: 320px; background: var(--yellow); opacity: .07; }
.rel { position: relative; }
.feature { padding: 28px 24px; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,.06); transition: transform .3s, box-shadow .3s; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(226,23,38,.12); }
.feature h3 { font-weight: 700; color: var(--ink); font-size: 15px; margin-bottom: 8px; }
.feature p, .step p { color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Ablauf */
.steps { gap: 32px; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.step-num-wrap { position: relative; margin-bottom: 24px; }
.step-num { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 999px; color: #fff; font-weight: 700; background: var(--grad); font-size: 18px; box-shadow: 0 8px 24px rgba(226,23,38,.35); position: relative; z-index: 1; }
.step-line { display: none; position: absolute; top: 32px; left: 100%; width: calc(100% + 0px); height: 2px; background: linear-gradient(90deg, var(--red) 0%, rgba(226,23,38,.1) 100%); }
@media (min-width: 768px) { .step-line { display: block; width: 100%; } }
.step h3 { font-weight: 700; color: var(--ink); font-size: 16px; margin-bottom: 8px; }

/* Preis */
.section .blob-top { top: 0; left: 50%; transform: translateX(-50%); width: 600px; max-width: 100%; height: 400px; background: var(--red); opacity: .05; filter: blur(100px); }
.price-card { border-radius: 20px; border: 2px solid var(--red); padding: 40px 36px; box-shadow: 0 16px 64px rgba(226,23,38,.14); background: #fff; position: relative; overflow: hidden; }
@media (max-width: 479px) { .price-card { padding: 40px 22px 28px; } }
.ribbon { position: absolute; top: 0; left: 0; right: 0; padding: 8px 0; text-align: center; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; background: var(--grad); font-size: 11px; }
.price-head { margin: 24px 0; }
.price-name { font-weight: 700; color: var(--ink); font-size: 22px; margin-bottom: 4px; }
.price-val { font-weight: 700; color: var(--red); font-size: 28px; }
.price-note { color: var(--faint); font-size: 12px; }
.price-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.price-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-size: 13px; line-height: 1.6; }
.price-list .icon { color: var(--red); margin-top: 2px; }
.price-card .btn { padding: 15px 32px; box-shadow: 0 4px 24px rgba(226,23,38,.35); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border-radius: var(--radius); border: 1px solid var(--line-2); background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.05); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; text-align: left; transition: background .2s; }
.faq-q:hover { background: var(--soft); }
.faq-q span { font-weight: 600; color: #1f2937; font-size: 14px; }
.faq-q .icon { color: var(--faint); transition: transform .3s, color .3s; }
.faq-item.open .faq-q .icon { transform: rotate(180deg); color: var(--red); }
.faq-a { padding: 0 24px 20px; }
.faq-a[hidden] { display: none; }
.faq-a hr { border: 0; height: 1px; background: var(--line); margin: 0 0 16px; }
.faq-a p { color: #4b5563; font-size: 14px; line-height: 1.625; }

/* Kontakt */
.contact-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 50%, rgba(226,23,38,.04) 0%, transparent 70%); }
.contact .section-head { margin-bottom: 40px; }
.form { display: flex; flex-direction: column; gap: 16px; }
.form label { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.form label .req { color: var(--red); }
.form input, .form textarea { width: 100%; padding: 12px 16px; border-radius: var(--radius); border: 1px solid var(--line-2); color: #1f2937; font: inherit; font-size: 14px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.form textarea { resize: none; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(226,23,38,.12); }
.form input::placeholder, .form textarea::placeholder { color: var(--faint); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; padding: 16px; border-radius: var(--radius); color: #fff; font-size: 16px; font-weight: 700; background: var(--grad); display: flex; align-items: center; justify-content: center; gap: 8px; transition: transform .3s, box-shadow .3s; }
.form-submit:hover:not(:disabled) { transform: scale(1.02); box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); }
.form-submit:disabled { opacity: .7; cursor: not-allowed; }
.form-submit .spin { display: none; animation: spin 1s linear infinite; }
.form-submit.loading .spin { display: inline-block; }
.form-submit.loading .ok { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-error { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: var(--radius); background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-size: 13px; }
.form-error[hidden] { display: none; }
.form-note { text-align: center; font-size: 12px; color: var(--faint); }
.contact-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin-top: 32px; }
.contact-trust .check { color: var(--muted); }

/* Final CTA */
.final { padding: 80px 0; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); text-align: center; }
.final::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 30% 50%, rgba(255,233,30,.15) 0%, transparent 60%); }
.final .stars { justify-content: center; gap: 4px; margin-bottom: 16px; }
.final h2 { font-weight: 700; color: #fff; margin-bottom: 16px; font-size: clamp(26px, 4vw, 40px); line-height: 1.2; }
.final p { margin: 0 auto 32px; max-width: 36rem; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.7; }

/* Footer */
.footer { background: var(--ink); padding: 32px 0; }
.footer .container { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 16px; }
@media (min-width: 768px) { .footer .container { flex-direction: row; } }
.footer-brand { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 14px; }
.footer-brand .icon { color: var(--red); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,.5); font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer small { color: rgba(255,255,255,.3); font-size: 11px; }

/* Danke-Seite */
.ty-page { min-height: 100vh; display: flex; flex-direction: column; }
.ty-header { border-bottom: 1px solid var(--line); padding: 14px 24px; background: #fff; }
.ty-header .inner { max-width: 64rem; margin: 0 auto; display: flex; align-items: center; gap: 8px; }
.shield-box { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; background: var(--red); color: #fff; }
.ty-header span { font-weight: 700; color: var(--red); font-size: 14px; }
.ty-main { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 80px 16px; }
.ty-main::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(226,23,38,.06) 0%, transparent 60%); }
.ty-main .blob-a { top: 40px; right: 80px; width: 288px; height: 288px; background: var(--yellow); opacity: .08; }
.ty-main .blob-b { bottom: 40px; left: 80px; width: 256px; height: 256px; background: var(--red); opacity: .07; }
.ty-inner { position: relative; max-width: 48rem; margin: 0 auto; text-align: center; }
.ty-badge { display: inline-flex; position: relative; margin-bottom: 32px; }
.ty-badge .big { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 999px; background: var(--grad); box-shadow: 0 12px 40px rgba(226,23,38,.35); color: #fff; }
.ty-badge .big .icon { width: 48px; height: 48px; }
.ty-badge .small { position: absolute; top: -4px; right: -4px; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 999px; background: var(--yellow); box-shadow: 0 4px 12px rgba(232,173,12,.4); color: #fff; }
.ty-inner h1 { font-weight: 700; margin-bottom: 16px; font-size: clamp(28px, 4vw, 45px); color: var(--ink); line-height: 1.2; }
.ty-inner > p { max-width: 36rem; margin: 0 auto 16px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.ty-pill { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 48px; border: 1px solid rgba(226,23,38,.3); color: var(--red); background: rgba(226,23,38,.05); padding: 8px 18px; border-radius: 999px; font-size: 13px; }
.ty-steps { margin-bottom: 48px; text-align: left; }
.ty-step { padding: 24px; transition: box-shadow .3s, transform .3s; }
.ty-step:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.ty-step .row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ty-step .row .icon-bubble { margin: 0; }
.ty-step .label { font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--red); font-size: 11px; }
.ty-step h3 { font-weight: 700; margin-bottom: 8px; color: var(--ink); font-size: 14px; }
.ty-step p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.ty-actions { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
@media (min-width: 640px) { .ty-actions { flex-direction: row; } }
.ty-actions .btn { padding: 13px 32px; font-size: 14px; box-shadow: 0 4px 20px rgba(226,23,38,.3); }
.ty-actions .btn-outline { box-shadow: none; }
.ty-footer { background: var(--ink); padding: 24px 16px; }
.ty-footer .inner { max-width: 64rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 16px; }
@media (min-width: 640px) { .ty-footer .inner { flex-direction: row; } }
.ty-footer .fb { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 12px; }
.ty-footer .fb .shield-box { width: 24px; height: 24px; border-radius: 4px; }
.ty-footer .footer-links a { color: rgba(255,255,255,.45); }
.ty-footer small { color: rgba(255,255,255,.3); font-size: 12px; }

/* Einblende-Animation beim Scrollen (nur mit JS, respektiert reduzierte Bewegung) */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .feature, .ty-step, .form-submit { transition: none; }
}
