.splashAlreadySeen .appStartupSplash{display:none!important}
:root {
  --bg:#f8fafc;
  --bg2:#e9eef7;
  --text:#0f172a;
  --muted:#526174;
  --line:#dbe3ef;
  --blue:#7aa2ff;
  --blue2:#2563eb;
  --green:#63d297;
  --green2:#16a34a;
  --card:#ffffff;
  --shadow:0 22px 45px rgba(15,23,42,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,var(--bg),var(--bg2));min-height:100vh;line-height:1.55}
a{color:var(--blue2);text-decoration:none}a:hover{text-decoration:underline}.skipLink{position:absolute;left:-999px;top:8px;background:#fff;color:#111827;padding:10px 14px;border-radius:12px;z-index:9999}.skipLink:focus{left:8px}
.siteHeader{position:sticky;top:0;z-index:50;background:rgba(248,250,252,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,227,239,.78)}.siteHeaderInner{max-width:1120px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;color:var(--text)}.brand:hover{text-decoration:none}.brandMark{width:46px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1e335d,#101b33);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 10px 24px rgba(16,27,51,.18)}.brandMark svg{width:34px;height:34px}.brand strong{display:block;font-size:17px;line-height:1.1}.brand small{display:block;font-size:11px;color:var(--muted);font-weight:700}.siteNav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.navLink{padding:8px 11px;border-radius:999px;color:#334155;font-weight:800;font-size:13px}.navLink:hover{background:#eef4ff;text-decoration:none}.navLink.isActive{background:#eaf1ff;color:#1d4ed8;box-shadow:inset 0 0 0 1px rgba(37,99,235,.18)}
.pageMain{max-width:1120px;margin:0 auto;padding:26px 18px 52px}.sectionCard,.infoCard,.faqItem,.releaseCard{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.sectionCard{padding:28px}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.78fr);gap:24px;align-items:center;min-height:520px}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900;color:#2563eb}.hero h1,.pageTitle h1{font-size:clamp(34px,6vw,62px);line-height:1.02;margin:0 0 14px;letter-spacing:-.06em}.sectionCard h2,.infoCard h2,.releaseCard h2{margin:0 0 10px;font-size:clamp(20px,3vw,30px);line-height:1.15;letter-spacing:-.035em}.lead{font-size:18px;color:#334155;max-width:720px;margin:0 0 20px}.heroActions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 12px}.primaryButton,.secondaryButton,.textButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:16px;font-weight:900;padding:12px 18px}.primaryButton{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 14px 28px rgba(37,99,235,.28)}.primaryButton:hover,.secondaryButton:hover,.textButton:hover{text-decoration:none;filter:brightness(1.03)}.secondaryButton{background:#eef4ff;color:#1d4ed8;border:1px solid #bfdbfe}.secondaryButton.light{background:#fff}.textButton{padding-left:0;color:#1d4ed8}.full{width:100%}.downloadNote{font-size:13px;color:var(--muted);max-width:640px}.downloadNote code{background:#eef2ff;padding:2px 6px;border-radius:8px;color:#334155}.phonePreview{display:flex;justify-content:center}.phoneShell{width:min(330px,92vw);min-height:560px;border-radius:42px;background:linear-gradient(180deg,#f8fafc,#edf3fb);border:10px solid #111827;box-shadow:0 25px 55px rgba(15,23,42,.24);padding:18px 14px;position:relative}.phoneTop{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:92px;height:6px;border-radius:999px;background:#111827}.appMiniHeader{margin-top:12px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900;color:#0f172a}.appMiniHeader b{font-size:11px;background:#e0f2fe;color:#075985;border-radius:999px;padding:4px 8px}.appMiniCard{margin-top:14px;border-radius:22px;padding:16px;border:1px solid #dbeafe;display:flex;flex-direction:column;gap:4px}.appMiniCard span{font-size:12px;color:#475569}.appMiniCard.blue{background:#eff6ff}.appMiniCard.green{background:#ecfdf5;border-color:#bbf7d0}.appMiniGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.appMiniGrid span{background:#fff;border:1px solid #dbe3ef;border-radius:18px;padding:14px 10px;text-align:center;font-size:13px;font-weight:900;color:#334155}.appMiniRoute{margin:18px 0 4px;padding:18px 8px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #dbe3ef;border-radius:22px;position:relative}.appMiniRoute:before{content:"";position:absolute;left:28px;right:28px;top:50%;height:4px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(122,162,255,.9) 0 18px,rgba(122,162,255,.25) 18px 28px)}.appMiniRoute i{position:relative;z-index:1;width:28px;height:28px;border-radius:12px;background:linear-gradient(180deg,#7aa2ff,#2563eb);box-shadow:0 8px 16px rgba(37,99,235,.2)}.appMiniRoute i:nth-child(2),.appMiniRoute i:nth-child(4){background:linear-gradient(180deg,#63d297,#16a34a)}
.infoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0}.infoCard{padding:22px}.cardIcon{width:42px;height:42px;border-radius:16px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:12px}.twoColumn{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start;margin-top:18px}.checkList{padding-left:0;margin:14px 0;list-style:none}.checkList li{position:relative;padding-left:30px;margin:10px 0;color:#334155}.checkList li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:999px;background:#dcfce7;color:#166534;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.versionBox,.supportCard{border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:20px}.versionBox strong{display:block;font-size:22px;margin-bottom:12px}.versionBox dl{margin:0}.versionBox div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #dbeafe}.versionBox dt{color:#64748b;font-weight:800}.versionBox dd{margin:0;font-weight:900;text-align:right}.installSteps{margin-top:18px}.stepGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.stepGrid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:18px}.stepGrid b{width:34px;height:34px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;margin-bottom:10px}.stepGrid strong{display:block;font-size:17px}.stepGrid p{color:#475569;margin-bottom:0}.supportStrip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:24px 28px;border-radius:28px;background:linear-gradient(135deg,#1e335d,#2563eb);color:#fff;box-shadow:0 18px 40px rgba(37,99,235,.25)}.supportStrip .eyebrow{color:#bfdbfe}.supportStrip h2{margin:0 0 6px}.supportStrip p{margin:0;color:#eaf1ff;max-width:720px}.pageTitle{margin-bottom:18px}.faqList{display:grid;gap:12px}.faqItem{padding:0;overflow:hidden}.faqItem summary{cursor:pointer;padding:18px 22px;font-weight:900;font-size:17px}.faqItem summary:hover{background:#f8fafc}.faqItem p{margin:0;padding:0 22px 20px;color:#334155}.timeline{display:grid;gap:14px}.releaseCard{padding:22px}.releaseCard.current{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#fff)}.releaseMeta{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:8px;color:#2563eb;font-weight:900;font-size:13px}.releaseMeta b{background:#2563eb;color:#fff;border-radius:999px;padding:4px 8px;font-size:11px}.releaseCard ul{margin:0;padding-left:20px;color:#334155}.legalText h2{margin-top:24px}.legalText h2:first-child{margin-top:0}.legalText p{color:#334155}.siteFooter{border-top:1px solid rgba(219,227,239,.9);background:rgba(255,255,255,.72)}.footerGrid{max-width:1120px;margin:0 auto;padding:26px 18px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:22px;color:#334155}.footerGrid p{margin:8px 0 0}.footerGrid strong{color:#0f172a}
.appStartupSplash{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% 8%,rgba(37,99,235,.14),transparent 34%),linear-gradient(180deg,#f8fafc 0%,#e9eef7 100%);color:#101827;transition:opacity .42s ease,visibility .42s ease}.appStartupSplash.isClosing{opacity:0;visibility:hidden;pointer-events:none}.appStartupSplashCard{width:min(330px,92vw);border-radius:28px;padding:24px 22px 22px;background:rgba(255,255,255,.97);border:1px solid var(--line);box-shadow:0 22px 45px rgba(15,23,42,.12);text-align:center}.appStartupSplashLogo{width:86px;height:86px;margin:0 auto 14px;border-radius:26px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1e335d,#101b33);box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 12px 30px rgba(16,27,51,.26)}.appStartupSplashTitle{margin:0;font-size:26px;line-height:1.1;font-weight:900;letter-spacing:-.4px}.appStartupSplashSub{margin:7px 0 18px;font-size:14px;color:var(--muted);line-height:1.35}.appStartupRoute{position:relative;height:42px;margin:4px 8px 2px;overflow:hidden}.appStartupRouteLine{position:absolute;left:8px;right:8px;top:22px;height:4px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(80,102,140,.46) 0 12px,rgba(80,102,140,.10) 12px 22px)}.appStartupDot{position:absolute;top:16px;width:16px;height:16px;border-radius:999px;background:#63d297;border:3px solid #fff;box-shadow:0 4px 14px rgba(34,60,94,.22)}.appStartupDot.start{left:5px}.appStartupDot.end{right:5px;background:#7aa2ff}.appStartupCar{position:absolute;left:18px;top:2px;width:44px;height:28px;animation:appStartupCarDrive 4.8s cubic-bezier(.28,.78,.24,1) forwards;filter:drop-shadow(0 7px 9px rgba(18,28,48,.22))}.appStartupHint{margin-top:13px;font-size:12px;color:var(--muted)}.splashSkip{margin-top:10px;border:0;background:#eef4ff;color:#1d4ed8;border-radius:999px;padding:7px 12px;font-weight:900;cursor:pointer}.appStartupPowered{margin-top:6px;font-size:11px;line-height:1.25;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#334155}@keyframes appStartupCarDrive{0%{transform:translateX(0) translateY(1px);opacity:.2}10%{opacity:1}100%{transform:translateX(calc(min(330px,92vw) - 126px)) translateY(0);opacity:1}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.appStartupCar{animation:none;left:calc(50% - 22px)}.appStartupSplash{transition:none}.phoneShell,.primaryButton{box-shadow:none}}
@media (max-width:860px){.siteHeaderInner{align-items:flex-start;flex-direction:column}.siteNav{justify-content:flex-start}.hero,.twoColumn{grid-template-columns:1fr}.hero{min-height:auto}.infoGrid,.stepGrid,.footerGrid{grid-template-columns:1fr}.supportStrip{align-items:flex-start;flex-direction:column}.phoneShell{min-height:500px}.pageMain{padding-top:18px}}
@media (max-width:420px){.sectionCard{padding:20px;border-radius:22px}.hero h1,.pageTitle h1{font-size:36px}.navLink{font-size:12px;padding:7px 9px}.brand small{font-size:10px}.appStartupSplashCard{padding:22px 18px 20px;border-radius:24px}.appStartupSplashTitle{font-size:24px}}


/* App-Einblicke / Bildbereiche */
.appInsightPromo{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:24px;align-items:center;margin-top:18px;overflow:hidden}.appInsightPromoText p{color:#334155;max-width:680px}.previewStack{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}.previewStack img{position:absolute;width:46%;max-width:180px;border-radius:24px;border:8px solid #111827;background:#fff;box-shadow:0 22px 42px rgba(15,23,42,.22);object-fit:cover}.previewStack img:nth-child(1){left:8%;transform:rotate(-7deg);z-index:1}.previewStack img:nth-child(2){left:31%;transform:translateY(8px);z-index:3}.previewStack img:nth-child(3){right:4%;transform:rotate(7deg);z-index:2}.insightHero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:center}.insightHeroBox{border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:20px}.insightHeroBox strong,.insightHeroBox span,.insightHeroBox small{display:block}.insightHeroBox strong{color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.insightHeroBox span{font-size:30px;font-weight:950;letter-spacing:-.04em;margin-top:4px}.insightHeroBox small{color:#475569;font-weight:800}.galleryHero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:center}.mobileHint{margin-top:14px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:800;font-size:13px}.sectionIntro h2{margin:0 0 8px;font-size:clamp(24px,3vw,36px);letter-spacing:-.04em;line-height:1.12}.sectionIntro p:not(.eyebrow){margin:0;color:#334155;max-width:780px}.insightOverviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.topicTile{text-decoration:none;color:inherit;display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.topicTile:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(15,23,42,.12);border-color:#c7d8f5}.topicTileThumb{background:linear-gradient(180deg,#eef4ff,#f8fafc);border-radius:20px;padding:10px;display:flex;align-items:center;justify-content:center;min-height:160px}.topicTileThumb img,.galleryTileThumb img{display:block;width:auto;max-width:100%;max-height:100%;border-radius:20px;border:6px solid #111827;background:#fff;box-shadow:0 16px 28px rgba(15,23,42,.18)}.topicTileMeta strong{display:block;font-size:20px;line-height:1.15;margin:2px 0 6px}.topicTileMeta small{display:block;color:#475569;line-height:1.45}.topicTileCount{display:inline-flex;align-items:center;gap:6px;margin:0 0 8px;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.insightAccordion{padding:0;overflow:hidden;scroll-margin-top:120px}.insightAccordionSummary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;cursor:pointer}.insightAccordionSummary::-webkit-details-marker{display:none}.insightAccordionText h2{margin:0 0 8px;font-size:clamp(22px,3vw,32px);letter-spacing:-.04em;line-height:1.12}.insightAccordionLead{margin:0;color:#334155;max-width:780px}.detailsCount{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.insightAccordion[open] .insightAccordionSummary{border-bottom:1px solid #e9eff7;background:#f8fafc}.insightAccordion:not([open]) .insightAccordionSummary:hover{background:#f8fafc}.galleryTileGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}.galleryTile{margin:0;background:#fff;border:1px solid #e5edf6;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.galleryTileThumb{background:linear-gradient(180deg,#eef4ff,#f8fafc);padding:14px;display:flex;align-items:center;justify-content:center;min-height:300px}.galleryTileThumb img{max-height:460px}.galleryTileMeta{padding:16px 16px 18px}.galleryTileMeta strong{display:block;font-size:17px;line-height:1.25;margin-bottom:6px}.galleryTileMeta span{display:block;color:#475569;font-size:14px;line-height:1.5}.insightGroup,.insightGroupHead,.insightGrid,.insightCard,.insightImageWrap{all:unset}.faqItem[open]{background:#fff}.faqItem[open] summary{border-bottom:1px solid #eef2f7;background:#f8fafc}
@media (max-width:980px){.insightOverviewGrid{grid-template-columns:1fr}.topicTile{grid-template-columns:104px minmax(0,1fr)}.galleryHero,.insightHero{grid-template-columns:1fr}.galleryTileGrid{grid-template-columns:1fr}.appInsightPromo,.insightHero{grid-template-columns:1fr}.previewStack{min-height:320px}}
@media (max-width:620px){.topicTile{grid-template-columns:1fr}.topicTileThumb{min-height:200px}.galleryTileThumb{min-height:auto}.galleryTileThumb img{max-height:none;width:auto;max-width:100%}.insightAccordionSummary{align-items:flex-start;flex-direction:column}.detailsCount{margin-top:4px}.previewStack{min-height:290px}.previewStack img{width:44%;border-width:6px;border-radius:20px}.appInsightPromo{padding-bottom:12px}.insightHeroBox span{font-size:25px}.mobileHint{display:flex;border-radius:18px}}


/* Desktop-Korrektur: kompakte App-Vorschau und ruhigere Bildkacheln */
.appInsightPromoCompact{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:30px;align-items:center;overflow:hidden}.appInsightPromoActions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.appInsightPromoActions span{color:#64748b;font-size:13px;font-weight:800}.appInsightPreviewCard{display:block;color:inherit;text-decoration:none;background:linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid #cfe0f8;border-radius:28px;padding:16px;box-shadow:0 18px 40px rgba(15,23,42,.10)}.appInsightPreviewCard:hover{text-decoration:none;transform:translateY(-2px);transition:transform .18s ease}.appPreviewMosaic{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:repeat(2,170px);gap:12px}.appPreviewTile{position:relative;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:#fff;border:1px solid #dbeafe;padding:10px}.appPreviewTile.primary{grid-row:span 2}.appPreviewTile img{display:block;width:100%;height:100%;object-fit:contain;border-radius:16px;background:#fff}.appPreviewTile figcaption{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(15,23,42,.84);color:#fff;font-size:12px;font-weight:900}.appPreviewFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#334155}.appPreviewFooter strong{font-size:16px}.appPreviewFooter span{color:#64748b;font-size:13px;font-weight:800}.previewStack{display:none!important}
@media (min-width:981px){.insightOverviewGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.topicTile{grid-template-columns:1fr;align-items:start}.topicTileThumb{min-height:170px}.topicTileThumb img{max-height:170px}.galleryTileGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.galleryTileThumb{min-height:230px}.galleryTileThumb img{max-height:280px}.galleryTileMeta span{font-size:13px}.galleryHero{grid-template-columns:minmax(0,1fr) 300px}.pageMain{max-width:1180px}}
@media (max-width:980px){.appInsightPromoCompact{grid-template-columns:1fr}.appInsightPreviewCard{max-width:620px}.appPreviewMosaic{grid-template-rows:repeat(2,150px)}}
@media (max-width:620px){.appInsightPromoActions{align-items:stretch;flex-direction:column}.appInsightPromoActions .primaryButton{width:100%}.appPreviewMosaic{grid-template-columns:1fr;grid-template-rows:auto}.appPreviewTile,.appPreviewTile.primary{grid-row:auto;min-height:220px}.appPreviewFooter{align-items:flex-start;flex-direction:column}.topicTileThumb img{max-height:210px}.galleryTileThumb img{max-height:360px}}


/* Funktionen & Vorteile */
.featurePageHero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:center}.featureHeroNote{border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:24px}.featureHeroNote strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:8px}.featureHeroNote p{margin:0;color:#334155}.featureStory p:not(.eyebrow){max-width:850px;color:#334155}.featureOverviewSection{overflow:hidden}.featureCardGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px}.featureFlowCard{position:relative;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid #dfe8f4;border-radius:26px;padding:20px;box-shadow:0 14px 28px rgba(15,23,42,.07);min-height:225px}.featureFlowCard:after{content:"";position:absolute;inset:auto 18px 0 18px;height:4px;border-radius:999px;background:linear-gradient(90deg,#7aa2ff,#63d297);opacity:.65}.featureCardHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.featureNumber{width:38px;height:38px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:950;box-shadow:0 10px 20px rgba(37,99,235,.22)}.featureArrow{width:40px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ecfdf5;color:#15803d;font-size:22px;font-weight:950;line-height:1;box-shadow:inset 0 0 0 1px #bbf7d0}.featureMiniCard h3{margin:0 0 10px;font-size:19px;letter-spacing:-.025em}.featureMiniCard p{margin:0;color:#475569;font-size:14px;line-height:1.55}.featureBenefitsPanel{margin-top:18px}.featureOrderedList{counter-reset:featureSteps;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;list-style:none;margin:24px 0 0;padding:0}.featureOrderedList li{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 36px;gap:14px;align-items:center;padding:18px;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#ffffff);border:1px solid #dbe7f8;box-shadow:0 12px 26px rgba(15,23,42,.065)}.featureStepNo{width:46px;height:46px;border-radius:17px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:17px;box-shadow:inset 0 0 0 1px #bfdbfe}.featureStepText strong{display:block;font-size:16px;line-height:1.25;margin-bottom:4px;color:#0f172a}.featureStepText span{display:block;color:#475569;font-size:14px;line-height:1.45}.featureStepArrow{width:32px;height:32px;border-radius:999px;background:#1e335d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:18px}.featureBenefitBlock,.featureHonestGrid{margin-top:18px}.featureHonest p:not(.eyebrow){max-width:850px;color:#334155}.featureSimpleCard{align-self:start}.featureHomeTeaser{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px}.featureHomeTeaser p:not(.eyebrow){margin:0;color:#334155;max-width:760px}.featureHomeTeaser h2{margin-bottom:8px}@media (max-width:1080px){.featureCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.featureOrderedList{grid-template-columns:1fr}}@media (max-width:980px){.featurePageHero{grid-template-columns:1fr}.featureHomeTeaser{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.featureCardGrid{grid-template-columns:1fr;gap:16px;margin-top:18px}.featureFlowCard{min-height:auto;padding:18px}.featureHeroNote{padding:18px}.featureOrderedList{gap:12px}.featureOrderedList li{grid-template-columns:44px minmax(0,1fr);padding:16px}.featureStepNo{width:40px;height:40px;border-radius:15px;font-size:15px}.featureStepArrow{display:none}.featureArrow{width:36px;height:26px}.featureMiniCard h3{font-size:18px}}
/* App-Einblicke / Bildbereiche */
.appInsightPromo{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:24px;align-items:center;margin-top:18px;overflow:hidden}.appInsightPromoText p{color:#334155;max-width:680px}.previewStack{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}.previewStack img{position:absolute;width:46%;max-width:180px;border-radius:24px;border:8px solid #111827;background:#fff;box-shadow:0 22px 42px rgba(15,23,42,.22);object-fit:cover}.previewStack img:nth-child(1){left:8%;transform:rotate(-7deg);z-index:1}.previewStack img:nth-child(2){left:31%;transform:translateY(8px);z-index:3}.previewStack img:nth-child(3){right:4%;transform:rotate(7deg);z-index:2}.insightHero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:center}.insightHeroBox{border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:20px}.insightHeroBox strong,.insightHeroBox span,.insightHeroBox small{display:block}.insightHeroBox strong{color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.insightHeroBox span{font-size:30px;font-weight:950;letter-spacing:-.04em;margin-top:4px}.insightHeroBox small{color:#475569;font-weight:800}.galleryHero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:center}.mobileHint{margin-top:14px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:800;font-size:13px}.sectionIntro h2{margin:0 0 8px;font-size:clamp(24px,3vw,36px);letter-spacing:-.04em;line-height:1.12}.sectionIntro p:not(.eyebrow){margin:0;color:#334155;max-width:780px}.insightOverviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.topicTile{text-decoration:none;color:inherit;display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.topicTile:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(15,23,42,.12);border-color:#c7d8f5}.topicTileThumb{background:linear-gradient(180deg,#eef4ff,#f8fafc);border-radius:20px;padding:10px;display:flex;align-items:center;justify-content:center;min-height:160px}.topicTileThumb img,.galleryTileThumb img{display:block;width:auto;max-width:100%;max-height:100%;border-radius:20px;border:6px solid #111827;background:#fff;box-shadow:0 16px 28px rgba(15,23,42,.18)}.topicTileMeta strong{display:block;font-size:20px;line-height:1.15;margin:2px 0 6px}.topicTileMeta small{display:block;color:#475569;line-height:1.45}.topicTileCount{display:inline-flex;align-items:center;gap:6px;margin:0 0 8px;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.insightAccordion{padding:0;overflow:hidden;scroll-margin-top:120px}.insightAccordionSummary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;cursor:pointer}.insightAccordionSummary::-webkit-details-marker{display:none}.insightAccordionText h2{margin:0 0 8px;font-size:clamp(22px,3vw,32px);letter-spacing:-.04em;line-height:1.12}.insightAccordionLead{margin:0;color:#334155;max-width:780px}.detailsCount{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.insightAccordion[open] .insightAccordionSummary{border-bottom:1px solid #e9eff7;background:#f8fafc}.insightAccordion:not([open]) .insightAccordionSummary:hover{background:#f8fafc}.galleryTileGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}.galleryTile{margin:0;background:#fff;border:1px solid #e5edf6;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.galleryTileThumb{background:linear-gradient(180deg,#eef4ff,#f8fafc);padding:14px;display:flex;align-items:center;justify-content:center;min-height:300px}.galleryTileThumb img{max-height:460px}.galleryTileMeta{padding:16px 16px 18px}.galleryTileMeta strong{display:block;font-size:17px;line-height:1.25;margin-bottom:6px}.galleryTileMeta span{display:block;color:#475569;font-size:14px;line-height:1.5}.insightGroup,.insightGroupHead,.insightGrid,.insightCard,.insightImageWrap{all:unset}.faqItem[open]{background:#fff}.faqItem[open] summary{border-bottom:1px solid #eef2f7;background:#f8fafc}
@media (max-width:980px){.insightOverviewGrid{grid-template-columns:1fr}.topicTile{grid-template-columns:104px minmax(0,1fr)}.galleryHero,.insightHero{grid-template-columns:1fr}.galleryTileGrid{grid-template-columns:1fr}.appInsightPromo,.insightHero{grid-template-columns:1fr}.previewStack{min-height:320px}}
@media (max-width:620px){.topicTile{grid-template-columns:1fr}.topicTileThumb{min-height:200px}.galleryTileThumb{min-height:auto}.galleryTileThumb img{max-height:none;width:auto;max-width:100%}.insightAccordionSummary{align-items:flex-start;flex-direction:column}.detailsCount{margin-top:4px}.previewStack{min-height:290px}.previewStack img{width:44%;border-width:6px;border-radius:20px}.appInsightPromo{padding-bottom:12px}.insightHeroBox span{font-size:25px}.mobileHint{display:flex;border-radius:18px}}


/* Desktop-Korrektur: kompakte App-Vorschau und ruhigere Bildkacheln */
.appInsightPromoCompact{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:30px;align-items:center;overflow:hidden}.appInsightPromoActions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.appInsightPromoActions span{color:#64748b;font-size:13px;font-weight:800}.appInsightPreviewCard{display:block;color:inherit;text-decoration:none;background:linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid #cfe0f8;border-radius:28px;padding:16px;box-shadow:0 18px 40px rgba(15,23,42,.10)}.appInsightPreviewCard:hover{text-decoration:none;transform:translateY(-2px);transition:transform .18s ease}.appPreviewMosaic{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:repeat(2,170px);gap:12px}.appPreviewTile{position:relative;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:#fff;border:1px solid #dbeafe;padding:10px}.appPreviewTile.primary{grid-row:span 2}.appPreviewTile img{display:block;width:100%;height:100%;object-fit:contain;border-radius:16px;background:#fff}.appPreviewTile figcaption{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(15,23,42,.84);color:#fff;font-size:12px;font-weight:900}.appPreviewFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#334155}.appPreviewFooter strong{font-size:16px}.appPreviewFooter span{color:#64748b;font-size:13px;font-weight:800}.previewStack{display:none!important}
@media (min-width:981px){.insightOverviewGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.topicTile{grid-template-columns:1fr;align-items:start}.topicTileThumb{min-height:170px}.topicTileThumb img{max-height:170px}.galleryTileGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.galleryTileThumb{min-height:230px}.galleryTileThumb img{max-height:280px}.galleryTileMeta span{font-size:13px}.galleryHero{grid-template-columns:minmax(0,1fr) 300px}.pageMain{max-width:1180px}}
@media (max-width:980px){.appInsightPromoCompact{grid-template-columns:1fr}.appInsightPreviewCard{max-width:620px}.appPreviewMosaic{grid-template-rows:repeat(2,150px)}}
@media (max-width:620px){.appInsightPromoActions{align-items:stretch;flex-direction:column}.appInsightPromoActions .primaryButton{width:100%}.appPreviewMosaic{grid-template-columns:1fr;grid-template-rows:auto}.appPreviewTile,.appPreviewTile.primary{grid-row:auto;min-height:220px}.appPreviewFooter{align-items:flex-start;flex-direction:column}.topicTileThumb img{max-height:210px}.galleryTileThumb img{max-height:360px}}


/* Funktionen & Vorteile */
.featurePageHero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:center}.featureHeroNote{border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:22px}.featureHeroNote strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:8px}.featureHeroNote p{margin:0;color:#334155}.featureStory p:not(.eyebrow){max-width:850px;color:#334155}.featureCardGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.featureMiniCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:18px}.featureNumber{width:34px;height:34px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:950;margin-bottom:12px}.featureMiniCard h3{margin:0 0 8px;font-size:18px;letter-spacing:-.02em}.featureMiniCard p{margin:0;color:#475569;font-size:14px}.featureBenefitBlock{margin-top:18px}.featureHonest p:not(.eyebrow){max-width:850px;color:#334155}.featureHomeTeaser{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px}.featureHomeTeaser p:not(.eyebrow){margin:0;color:#334155;max-width:760px}.featureHomeTeaser h2{margin-bottom:8px}@media (max-width:980px){.featurePageHero{grid-template-columns:1fr}.featureCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.featureHomeTeaser{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.featureCardGrid{grid-template-columns:1fr}.featureHeroNote{padding:18px}.featureMiniCard{padding:16px}}


/* Funktionen V2 final sichtbar */

.featuresV2Hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:center}.featuresV2Hero .lead{max-width:780px}.featuresV2Note{border-radius:28px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;padding:24px;box-shadow:0 14px 32px rgba(37,99,235,.10)}.featuresV2Note strong{display:block;margin-bottom:8px;color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.featuresV2Note p{margin:0;color:#334155}.featuresV2Story{margin-bottom:20px}.featuresV2Story p:not(.eyebrow){color:#334155;max-width:880px}.featuresV2Intro h2{margin-bottom:8px}.featuresV2Intro p:not(.eyebrow){margin:0;color:#334155;max-width:820px}.featuresV2Flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:24px}.featuresV2Step{position:relative;min-height:230px;border-radius:30px;padding:24px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid #dbeafe;box-shadow:0 18px 34px rgba(15,23,42,.09)}.featuresV2Step:not(:last-child)::after{content:'→';position:absolute;right:-26px;top:48%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#1d4ed8;color:#fff;font-weight:950;box-shadow:0 12px 24px rgba(37,99,235,.24)}.featuresV2StepNo{width:46px;height:46px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#7aa2ff,#2563eb);color:#fff;font-weight:950;font-size:18px;margin-bottom:16px}.featuresV2Step h3{margin:0 0 10px;font-size:21px;letter-spacing:-.035em}.featuresV2Step p{margin:0;color:#475569}.featuresV2CardGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}.featuresV2Card{position:relative;border-radius:30px;padding:24px 24px 24px 78px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 36px rgba(15,23,42,.08)}.featuresV2Card::before{content:'→';position:absolute;left:24px;top:25px;width:38px;height:38px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:#1d4ed8;font-size:23px;font-weight:950}.featuresV2Card h3{margin:0 0 8px;font-size:21px;letter-spacing:-.03em}.featuresV2Card p{margin:0;color:#475569}.featuresV2Benefits{display:grid;gap:16px;margin:24px 0 0;padding:0;list-style:none;counter-reset:vorteil}.featuresV2Benefits li{counter-increment:vorteil;display:grid;grid-template-columns:70px minmax(0,1fr);gap:18px;align-items:start;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;box-shadow:0 16px 32px rgba(15,23,42,.07)}.featuresV2Benefits li::before{content:counter(vorteil)'.';width:54px;height:54px;border-radius:20px;background:#101827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:18px;box-shadow:0 12px 24px rgba(15,23,42,.18)}.featuresV2Benefits strong{display:block;margin-bottom:4px;font-size:18px}.featuresV2Benefits span{display:block;color:#475569}.featuresV2Plain{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.featuresV2Plain p:not(.eyebrow){color:#334155}.featuresV2SmallCard{border-radius:28px;padding:24px;background:linear-gradient(180deg,#ecfdf5,#f8fffb);border:1px solid #bbf7d0}.featuresV2SmallCard h2{margin-top:0}.featuresV2SmallCard p{color:#166534}.featuresV2Cta{margin-top:22px}@media (max-width:1000px){.featuresV2Hero,.featuresV2Plain{grid-template-columns:1fr}.featuresV2Flow{grid-template-columns:repeat(2,minmax(0,1fr))}.featuresV2Step:not(:last-child)::after{display:none}.featuresV2CardGrid{grid-template-columns:1fr}}@media (max-width:620px){.featuresV2Flow{grid-template-columns:1fr;gap:18px}.featuresV2Step{min-height:auto;padding:22px}.featuresV2Card{padding:22px}.featuresV2Card::before{position:static;margin-bottom:14px}.featuresV2Benefits li{grid-template-columns:1fr;gap:10px;padding:20px}.featuresV2Benefits li::before{width:48px;height:48px}.featuresV2Note,.featuresV2SmallCard{padding:20px}}

/* Was-ist-neu Klappbereich */
.releaseArchive{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.releaseArchiveSummary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;cursor:pointer}.releaseArchiveSummary::-webkit-details-marker{display:none}.releaseArchiveSummary strong{display:block;font-size:20px;line-height:1.2;letter-spacing:-.02em}.releaseArchiveSummary small{display:block;margin-top:4px;color:#526174;font-weight:700}.releaseArchiveSummary b{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:8px 12px;font-size:12px;font-weight:900}.releaseArchive[open] .releaseArchiveSummary{border-bottom:1px solid #e9eff7;background:#f8fafc}.releaseArchive[open] .releaseArchiveSummary b{font-size:0}.releaseArchive[open] .releaseArchiveSummary b:after{content:'Zuklappen';font-size:12px}.releaseArchiveList{display:grid;gap:14px;padding:16px}.releaseArchiveList .releaseCard{box-shadow:none;background:#fff;border-color:#e5edf6}@media (max-width:620px){.releaseArchiveSummary{align-items:flex-start;flex-direction:column}.releaseArchiveSummary b{margin-top:2px}.releaseArchiveList{padding:12px}}


/* Kleine Zähler im Fußbereich der Startseite */
.siteCounterBar{max-width:1120px;margin:0 auto;padding:0 18px 24px;display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap;color:#334155;font-size:13px}.siteCounterBar span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbeafe;background:#eff6ff;border-radius:999px;padding:7px 11px;font-weight:800}.siteCounterBar strong{color:#1d4ed8;font-weight:950}.siteCounterBar small{color:#64748b;font-weight:700}
@media (max-width:620px){.siteCounterBar{align-items:flex-start;flex-direction:column}.siteCounterBar span{width:100%;justify-content:space-between;border-radius:16px}}


/* Praxisbezug Schädlingsbekämpfung / Nachkontrollen */
.featuresV2Practice{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:28px;align-items:center;margin-top:28px;margin-bottom:28px}.featuresV2Practice p{color:#334155}.featuresV2PracticeShot{margin:0;background:linear-gradient(180deg,#eef4ff,#f8fafc);border:1px solid #dbeafe;border-radius:26px;padding:16px;text-align:center}.featuresV2PracticeShot img{display:block;width:100%;max-height:620px;object-fit:contain;border-radius:22px;border:8px solid #111827;background:#fff;box-shadow:0 20px 36px rgba(15,23,42,.22)}.featuresV2PracticeShot figcaption{margin-top:10px;color:#475569;font-size:13px;line-height:1.45}.featuresV2Page>.sectionCard{margin-bottom:28px}.featuresV2CardGrid{gap:22px}.featuresV2Benefits{display:grid;gap:14px}.insightGroup{margin-top:24px}.insightGrid{gap:20px}.insightCard{margin-bottom:0}
@media (max-width:860px){.featuresV2Practice{grid-template-columns:1fr}.featuresV2PracticeShot{max-width:420px;margin:0 auto}.featuresV2Page>.sectionCard{margin-bottom:22px}}
