/* Schussbild - Homepage. Baut auf style.css auf (Farben, Buttons, Formulare, Sprachwahl). */
body.home { display: block; font-size: 17px; line-height: 1.65; background: #0f1114; }
body.home::before { display: none; }
.home h1, .home h2, .home h3 { letter-spacing: -0.03em; font-weight: 800; }
.home h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); line-height: 1.02; max-width: 15ch; }
.home h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); line-height: 1.06; max-width: 18ch; }
.home h3 { font-size: 1.2rem; line-height: 1.25; margin: 0 0 .4rem; }
.wrap { width: min(100% - 2.5rem, 1200px); margin-inline: auto; }
.pad { padding: clamp(4.5rem, 10vw, 8rem) 0; }
.pad-s { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.band { background: #14171c; border-block: 1px solid var(--line); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--dim); max-width: 58ch; margin-top: 1.2rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 600; color: var(--accent); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .7; }
.btn-lg { padding: 1rem 1.6rem; font-size: 1rem; border-radius: 99px; }
.btn-sm { padding: .6rem 1rem; font-size: .88rem; border-radius: 99px; }
.btn-ghost-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.35); border-radius: 99px; }
.btn-ghost-light:hover { background: rgba(255,255,255,.08); }
.btn-dark { background: #16191e; color: #fff; }

/* ---------- Fortschritt + Navigation ---------- */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform-origin: 0 50%; transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), #e8c35a); z-index: 120; }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: calc(1rem + env(safe-area-inset-top, 0px)) 0 1rem;
  transition: background .4s, padding .4s, box-shadow .4s; }
.nav.is-scrolled, .nav.open { background: rgba(15,17,20,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line); padding-top: calc(.55rem + env(safe-area-inset-top, 0px)); padding-bottom: .55rem; }
.nav-inner { display: flex; align-items: center; gap: 1rem; }
.nav .brand { flex: none; color: #fff; font-size: 1.2rem; }
.menu { display: flex; gap: .15rem; margin-left: 1.5rem; flex: 1; }
.menu a { text-decoration: none; color: rgba(255,255,255,.85); font-size: .92rem; font-weight: 500; padding: .5rem .75rem; border-radius: 99px; white-space: nowrap; }
.menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
.menu-mobile-only { display: none; }
.nav-right { display: flex; align-items: center; gap: .6rem; margin-left: auto; }
.nav-link { color: rgba(255,255,255,.85); text-decoration: none; font-size: .92rem; font-weight: 500; white-space: nowrap; }
.nav-link:hover { color: #fff; }
.nav .lang-current { background: rgba(255,255,255,.06); color: #fff; }
.burger { display: none; background: none; border: 0; padding: .5rem; color: #fff; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .3s, opacity .3s; }
.nav.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .burger span:nth-child(2) { opacity: 0; }
.nav.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff;
  padding: 8rem 0 clamp(5.5rem, 11vw, 8rem); background: #0b0c0e; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-scrim { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,9,11,.35) 0%, rgba(8,9,11,.35) 40%, rgba(8,9,11,.9) 100%),
              linear-gradient(90deg, rgba(8,9,11,.75) 0%, rgba(8,9,11,.1) 70%); }
.hero-content { position: relative; z-index: 2; }
.hero .lead { color: rgba(255,255,255,.86); max-width: 46ch; }
.hero-badge { display: inline-flex; align-items: center; gap: .65rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: .45rem 1rem .45rem .5rem; border-radius: 99px; font-size: .84rem; margin-bottom: 1.6rem; }
.hero-badge b { background: #d52b1e; color: #fff; border-radius: 99px; padding: .15rem .6rem; font-size: .74rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.hero-note { margin-top: 1rem; font-size: .88rem; color: rgba(255,255,255,.65); }
.hero-word { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; }
.hero-word > span { display: inline-block; transform: translateY(105%); animation: wordUp .9s cubic-bezier(.22,.68,0,1) forwards; }
@keyframes wordUp { to { transform: translateY(0); } }
.scrollhint { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column;
  align-items: center; gap: .5rem; font-size: .75rem; color: rgba(255,255,255,.6); }
.scrollhint i { width: 1px; height: 40px; background: linear-gradient(180deg, rgba(255,255,255,.8), transparent); animation: drop 2.2s infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Laufband ---------- */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line); padding: 1.1rem 0; background: #0f1114; }
.marquee-track { display: flex; gap: 2.8rem; width: max-content; animation: slide 38s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 2.8rem; font-size: 1.25rem; font-weight: 700; color: rgba(255,255,255,.55); white-space: nowrap; letter-spacing: -.01em; }
.marquee span::after { content: ""; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--accent); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Split / Schritte ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.sticky-col { position: sticky; top: 110px; }
.steps { display: grid; gap: 1.1rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; background: #171a1f; border: 1px solid var(--line); border-radius: 22px; padding: 1.6rem 1.7rem; }
.step .n { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; background: var(--accent); color: var(--accent-ink); }
.step p { margin: 0; color: var(--dim); }

/* Telefon-Vorschau */
.phone { margin-top: 2.4rem; width: min(100%, 300px); border-radius: 38px; padding: 10px; background: #050607;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 40px 80px -30px rgba(0,0,0,.9); }
.phone-screen { border-radius: 30px; overflow: hidden; background: linear-gradient(180deg, #1a1d22, #121417); padding: 1rem .9rem 1.2rem; font-size: .78rem; }
.ph-top { display: flex; justify-content: center; padding-bottom: .8rem; border-bottom: 1px solid var(--line); margin-bottom: .8rem; }
.ph-brand { display: flex; align-items: center; gap: .35rem; font-weight: 800; }
.ph-brand svg { width: 16px; height: 16px; color: var(--accent); }
.ph-card { background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 14px; padding: .8rem; }
.ph-head { display: flex; justify-content: space-between; align-items: center; }
.ph-head .badge { min-width: 1.1rem; height: 1.1rem; font-size: .6rem; margin-left: .2rem; }
.ph-avg { color: var(--accent); font-weight: 800; font-size: .95rem; }
.ph-sub { color: var(--dim); margin: .15rem 0 .6rem; }
.ph-block { border: 1px solid var(--line-strong); border-radius: 10px; padding: .5rem .6rem; }
.ph-block-h { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: .3rem; }
.ph-block-h span:last-child { color: var(--dim); font-weight: 500; }
.ph-rows { display: grid; grid-template-columns: 1.4rem 1fr 1fr; row-gap: .15rem; font-variant-numeric: tabular-nums; }
.ph-rows span:nth-child(3n+1) { color: var(--dim); }
.ph-bars { display: flex; align-items: flex-end; gap: 5px; height: 60px; margin-top: .8rem; }
.ph-bars i { flex: 1; background: linear-gradient(180deg, var(--accent), rgba(217,165,32,.25)); border-radius: 4px 4px 0 0; }

/* ---------- Funktionen ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.8rem; }
.feature { background: #1a1d23; border: 1px solid var(--line); border-radius: 22px; padding: 1.8rem; }
.feature svg { width: 32px; height: 32px; color: var(--accent); margin-bottom: 1.1rem; }
.feature p { color: var(--dim); margin: 0; font-size: .98rem; }

/* ---------- Produkte (heller Abschnitt) ---------- */
.light { background: #e9ebee; color: #16191e; }
.light .lead { color: #4a515b; }
.light .eyebrow { color: #9a7410; }
.section-head { max-width: 760px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.8rem; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 26px; padding: 2rem 1.8rem;
  border: 1px solid rgba(22,25,30,.08); box-shadow: 0 24px 50px -36px rgba(22,25,30,.45); }
.plan-hi { background: #16191e; color: #fff; border-color: #16191e; }
.plan-flag { position: absolute; top: 1.4rem; right: 1.4rem; background: var(--accent); color: var(--accent-ink); font-size: .74rem; font-weight: 700; padding: .25rem .7rem; border-radius: 99px; }
.plan h3 { font-size: 1.5rem; }
.plan-sub { color: #5a616b; margin: 0; font-size: .95rem; }
.plan-hi .plan-sub { color: var(--dim); }
.price { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; margin: 1.1rem 0 1.2rem; font-variant-numeric: tabular-nums; }
.price small { font-size: .9rem; font-weight: 500; color: #5a616b; margin-left: .45rem; letter-spacing: 0; }
.plan-hi .price small { color: var(--dim); }
.checks { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .55rem; flex: 1; font-size: .96rem; }
.checks li { display: flex; gap: .6rem; align-items: baseline; }
.checks li::before { content: ""; flex: none; width: 14px; height: 8px; border-left: 2px solid #1f9d55; border-bottom: 2px solid #1f9d55; transform: rotate(-45deg) translateY(-3px); }
.plan-hi .checks li::before { border-color: var(--accent); }
.checks li.no { color: #8a9099; text-decoration: line-through; }
.checks li.no::before { width: 12px; height: 2px; border: 0; background: #aab0b8; transform: translateY(-4px); }
.friend { display: flex; gap: 1.2rem; align-items: center; margin-top: 1.6rem; background: #fff; border-radius: 22px; padding: 1.4rem 1.6rem; border: 1px dashed rgba(22,25,30,.25); }
.friend-icon { flex: none; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--accent-ink); font-weight: 800; font-size: 1.1rem; }
.friend p { margin: 0; color: #4a515b; }

/* ---------- FAQ ---------- */
.split-top { align-items: start; }
.sticky-col .btn { margin-top: 1.6rem; }
.faq details { background: #171a1f; border: 1px solid var(--line); border-radius: 18px; padding: 1.1rem 1.4rem; margin-bottom: .75rem; }
.faq details[open] { border-color: var(--line-strong); }
.faq summary { cursor: pointer; list-style: none; font-weight: 600; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--accent); transition: transform .3s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .ans { margin: .8rem 0 0; color: var(--dim); }
.faq .ans ol { margin: .4rem 0 0; padding-left: 1.2rem; }
.faq .ans b { color: var(--text); font-weight: 600; }

/* ---------- Support ---------- */
.sup-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.sup-list li { display: flex; gap: .8rem; color: var(--dim); }
.sup-list svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: .15rem; }
.sup-form { margin: 0; }
textarea { resize: vertical; min-height: 140px; }

/* ---------- CTA + Footer ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 34px; padding: clamp(2.5rem, 6vw, 4.5rem);
  background: radial-gradient(circle at 85% 20%, rgba(217,165,32,.35), transparent 45%), linear-gradient(140deg, #1d2127, #2a2f37); border: 1px solid var(--line); }
.cta-band .lead { margin-bottom: 1.8rem; }
.site-footer { background: #0b0c0e; border-top: 1px solid var(--line); padding: 4rem 0 2rem; color: var(--dim); font-size: .95rem; }
.site-footer .brand { color: #fff; margin-bottom: .8rem; }
.f-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.4fr; gap: 2.2rem; }
.f-text { max-width: 32ch; }
.site-footer h4 { font-size: .82rem; color: var(--accent); margin-bottom: .9rem; letter-spacing: 0; }
.site-footer a:not(.brand) { display: block; text-decoration: none; padding: .2rem 0; }
.site-footer a:not(.brand):hover { color: #fff; }
.site-footer .lang-inline button { font-size: .82rem; padding: .45rem .65rem; }
.f-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .85rem; color: var(--faint); }

/* ---------- Scroll-Einblendung ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.22,.68,0,1), transform .8s cubic-bezier(.22,.68,0,1); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .menu { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: calc(5rem + env(safe-area-inset-top, 0px)) 1.25rem 1.5rem;
    flex-direction: column; gap: 0; background: #0f1114; border-bottom: 1px solid var(--line); transform: translateY(-102%); transition: transform .45s cubic-bezier(.22,.68,0,1); z-index: -1; }
  .nav.open .menu { transform: none; }
  .menu a { font-size: 1.1rem; padding: .9rem .3rem; border-radius: 0; border-bottom: 1px solid var(--line); }
  .menu-mobile-only { display: block; }
  .nav-link, .nav-right .btn { display: none; }
  .burger { display: block; }
  .features, .plans { grid-template-columns: 1fr 1fr; }
  .f-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  .sticky-col { position: static; }
  .features, .plans, .f-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; }
  .phone { margin-inline: auto; }
  .friend { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-word > span { transform: none; animation: none; }
  .marquee-track, .scrollhint i { animation: none; }
}
@media (max-width: 760px) { .scrollhint { display: none; } }

/* ---------- Rechtliches ---------- */
.legal .nav { position: sticky; }
.legal-wrap { max-width: 820px; padding: 2.5rem 0 4rem; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin: .8rem 0 1.4rem; }
.legal-back { display: inline-flex; align-items: center; gap: .3rem; color: var(--dim); text-decoration: none; font-size: .9rem; }
.legal-back svg { width: 18px; height: 18px; }
.legal-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.legal-tabs a { text-decoration: none; padding: .5rem 1rem; border-radius: 99px; border: 1px solid var(--line-strong); color: var(--text); font-size: .9rem; }
.legal-tabs a:hover { border-color: var(--accent); }
.legal-sec { background: #171a1f; border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.4rem, 4vw, 2.2rem); margin-bottom: 1.2rem; scroll-margin-top: 90px; }
.legal-sec h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.legal-sec h3 { font-size: 1.02rem; margin: 1.4rem 0 .4rem; letter-spacing: -.01em; }
.legal-sec p, .legal-sec li { color: #c3c8cf; font-size: .96rem; }
.legal-sec ul { padding-left: 1.2rem; margin: .4rem 0 .8rem; }
.legal-sec a { color: var(--accent); }

/* ---------- Schweiz ---------- */
.swiss { background: linear-gradient(135deg, #1a0d0e 0%, #14171c 55%); border-block: 1px solid var(--line); }
.swiss-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.swiss-flag { width: 56px; height: 56px; border-radius: 12px; background: #d52b1e; position: relative; margin-bottom: 1.4rem; box-shadow: 0 16px 36px -14px rgba(213,43,30,.7); }
.swiss-flag span, .swiss-flag::after { content: ""; position: absolute; background: #fff; }
.swiss-flag span { left: 23px; top: 11px; width: 10px; height: 34px; }
.swiss-flag::after { left: 11px; top: 23px; width: 34px; height: 10px; }
.swiss-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.swiss-list li { display: grid; gap: .2rem; padding: 1.1rem 1.3rem; background: #171a1f; border: 1px solid var(--line); border-left: 3px solid #d52b1e; border-radius: 16px; }
.swiss-list span { color: var(--dim); font-size: .96rem; }
@media (max-width: 760px) { .swiss-grid { grid-template-columns: 1fr; } }

/* ---------- Gemeinsam ---------- */
.soc-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.1rem; }
.soc-list li { display: flex; gap: .9rem; align-items: flex-start; }
.soc-list svg { width: 26px; height: 26px; color: var(--accent); flex: none; margin-top: .15rem; }
.soc-list b { display: block; }
.soc-list span { color: var(--dim); font-size: .96rem; }
.soc-mock { position: relative; display: grid; gap: .9rem; max-width: 440px; margin-left: auto; }
.soc-card { background: #171a1f; border: 1px solid var(--line); border-radius: 20px; padding: 1.1rem 1.2rem; box-shadow: 0 30px 60px -35px rgba(0,0,0,.9); }
.soc-card-2 { margin-left: 2.5rem; }
.soc-head { display: flex; align-items: center; gap: .7rem; }
.soc-head div { flex: 1; }
.soc-head b { display: block; }
.soc-head small { color: var(--dim); }
.soc-av { width: 40px; height: 40px; border-radius: 50%; background: var(--tile-hi); display: grid; place-items: center; font-weight: 800; color: var(--accent); }
.soc-avg { color: var(--accent); font-weight: 800; font-size: 1.2rem; }
.soc-sub { margin: .6rem 0 .7rem; color: var(--dim); font-size: .9rem; }
.soc-foot { display: flex; align-items: center; gap: .7rem; }
.soc-foot small { color: var(--faint); }
.soc-like { padding: .35rem .8rem; border-radius: 99px; border: 1px solid var(--line-strong); font-weight: 700; font-size: .85rem; color: var(--dim); }
.soc-like.on { border-color: var(--accent); color: var(--accent); background: rgba(217,165,32,.1); }
.soc-chart svg { width: 100%; height: 110px; display: block; margin-top: .4rem; }
.soc-legend { display: flex; gap: 1.2rem; font-size: .82rem; color: var(--dim); }
.soc-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: .4rem; }
@media (max-width: 760px) { .soc-mock { margin: 0 auto; } .soc-card-2 { margin-left: 1.2rem; } }
