@import url('assets/fonts.css');

:root {
  --max: 1180px;
  --navy: #032d4e;
  --navy-2: #00466d;
  --blue: #075b7d;
  --cyan: #bcecff;
  --cyan-soft: #eaf8fc;
  --accent: #c94f88;
  --accent-dark: #a83d6e;
  --accent-end: #ee5d7a;
  --accent-gradient: linear-gradient(135deg, #c94f88 0%, #ee5d7a 100%);
  --green: #2f9b68;
  --green-soft: #eaf7ef;
  --ink: #123b55;
  --ink-strong: #0b2f48;
  --muted: #526a76;
  --line: #dce7ed;
  --canvas: #f7fbfd;
  --surface: #fff;
  --shadow-xs: 0 8px 24px rgba(20, 50, 68, .05);
  --shadow-md: 0 18px 48px rgba(14, 46, 64, .11);
  --shadow-lg: 0 26px 76px rgba(14, 46, 64, .16);
  --shadow-cta: 0 12px 28px rgba(201, 79, 136, .25);
  --font: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 16px/1.6 var(--font); overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,231,237,.9); }
.header-inner { position: relative; min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; font-size: 12px; font-weight: 700; }
.desktop-nav a, .mobile-nav a { text-decoration: none; }
.desktop-nav a { position: relative; padding: 28px 0; color: var(--ink); }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; border-radius: 2px; background: var(--accent-gradient); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--accent-dark); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.menu-toggle svg { width: 16px; height: 16px; }
.mobile-nav { display: none; }

.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.25; }
.hero { position: relative; overflow: hidden; padding: 96px 0 82px; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(188,236,255,.2), transparent 28%), radial-gradient(circle at 16% 115%, rgba(0,151,198,.24), transparent 35%), linear-gradient(122deg, var(--navy) 0%, var(--navy-2) 52%, var(--blue) 100%); }
.hero { isolation: isolate; }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -50%; width: 650px; height: 650px; border: 1px solid rgba(188,236,255,.14); border-radius: 50%; box-shadow: 0 0 0 34px rgba(188,236,255,.025), 0 0 0 88px rgba(188,236,255,.02); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); gap: 56px; align-items: center; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(39px, 5.1vw, 65px); font-weight: 600; line-height: 1.06; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 24px 0 30px; color: rgba(246,253,255,.86); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 20px; border: 0; border-radius: 999px; font: 700 12px var(--font); text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 16px; height: 16px; }
.button-primary { min-height: 58px; padding-inline: 28px; background: var(--accent-gradient); color: #fff; box-shadow: var(--shadow-cta); }
.button-primary:hover { background: linear-gradient(135deg, #b74478 0%, #dd4e70 100%); box-shadow: 0 14px 32px rgba(168,61,110,.3); }
.button-outline { min-height: 44px; border: 1px solid var(--navy-2); color: var(--navy-2); background: transparent; }
.button-outline:hover { background: var(--navy-2); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--cyan); }
.proof-row { display: flex; gap: 14px 20px; flex-wrap: wrap; margin-top: 34px; color: rgba(236,250,255,.82); font-size: 11px; }
.proof-row span { display: inline-flex; align-items: center; gap: 7px; }
.proof-row span .lucide { width: 15px; height: 15px; color: var(--cyan); stroke-width: 2.4; }

.hero-visual { position: relative; min-height: 505px; isolation: isolate; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 410px; height: 410px; border: 1px solid rgba(188,236,255,.28); border-radius: 50%; box-shadow: 0 0 0 34px rgba(188,236,255,.025), 0 0 0 88px rgba(188,236,255,.02); }
.glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(188,236,255,.3), rgba(188,236,255,.08) 38%, transparent 70%); filter: blur(4px); }
.product-box { position: relative; z-index: 2; display: block; width: min(335px, 67%); filter: drop-shadow(18px 28px 20px rgba(0,20,39,.34)); transform: rotate(4deg); }
.product-box.hero-art { width: min(520px, 100%); filter: drop-shadow(10px 22px 20px rgba(0,20,39,.3)); transform: none; }
.floating-note { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(224,250,255,.5); border-radius: 999px; background: rgba(3,45,78,.78); box-shadow: 0 12px 28px rgba(0,20,39,.24); color: #fff; font-size: 11px; font-weight: 700; backdrop-filter: blur(10px); }
.note-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(188,236,255,.15); color: var(--cyan); }
.note-icon svg { width: 15px; height: 15px; }
.note-icon.blue { color: var(--accent-end); }
.note-one { top: 8%; right: 1%; }
.note-two { bottom: 9%; left: 0; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 23px 0; }
.trust-grid div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--accent); font-size: 16px; font-weight: 800; }
.trust-grid span { color: var(--muted); font-size: 11px; font-weight: 600; }

.section { padding: 106px 0; }
.section-tint { background: #eef7fa; }
.section-intro { max-width: 750px; margin-bottom: 46px; }
.section h2 { max-width: 25ch; margin: 0 0 18px; color: var(--ink-strong); font-size: clamp(34px, 4.2vw, 54px); font-weight: 600; line-height: 1.07; letter-spacing: -.055em; }
.section-intro > p:last-child, .feature-grid > div > p:not(.eyebrow), .audience-grid > div > p:not(.eyebrow), .cta-panel p:not(.eyebrow), .notice p { max-width: 70ch; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card, .compare-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-xs); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card::after { content: ""; position: absolute; right: -30px; bottom: -50px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(188,236,255,.36), transparent 70%); pointer-events: none; }
.benefit-card:hover, .compare-card:hover { transform: translateY(-5px); border-color: #bddae6; box-shadow: var(--shadow-md); }
.icon-tile { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 23px; border-radius: 16px; }
.icon-tile svg { width: 24px; height: 24px; stroke-width: 1.8; }
.icon-tile.red { background: #fbeaf2; color: var(--accent-dark); }
.icon-tile.blue { background: var(--cyan-soft); color: var(--navy-2); }
.icon-tile.green { background: #eaf7ef; color: #267f59; }
.benefit-card h3, .compare-card h3 { position: relative; z-index: 1; margin: 0 0 10px; color: var(--ink-strong); font-size: 22px; line-height: 1.16; letter-spacing: -.035em; }
.benefit-card p, .compare-card li { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.feature-grid, .audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: start; }
.feature-grid > div > p:not(.eyebrow), .audience-grid > div > p:not(.eyebrow) { margin-bottom: 28px; }
.feature-list, .workflow-list, .check-list { list-style: none; padding: 0; margin: 0; }
.feature-list, .workflow-list { border-top: 1px solid var(--line); }
.feature-list li, .workflow-list li { display: flex; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span, .workflow-list li > span { flex: 0 0 auto; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.feature-list strong, .workflow-list strong { color: var(--ink-strong); font-size: 15px; }
.feature-list p, .workflow-list p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.playlist-card, .workflow-card { overflow: hidden; border: 1px solid #c9e4ed; border-radius: 22px; background: #fff; box-shadow: var(--shadow-lg); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 16px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #ff826b; }
.window-bar > span:nth-child(2) { background: #f1c45a; }
.window-bar > span:nth-child(3) { background: #56c98a; }
.window-bar strong { margin-left: 9px; }
.playlist-body { padding: 20px; }
.playlist-row { display: flex; align-items: center; gap: 13px; padding: 15px 10px; border-bottom: 1px solid var(--line); }
.playlist-row:last-child { border-bottom: 0; }
.playlist-row.active { background: var(--cyan-soft); border-radius: 10px; }
.playlist-row .play { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #fbeaf2; color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.playlist-row div { flex: 1; min-width: 0; }
.playlist-row strong, .playlist-row small { display: block; }
.playlist-row strong { color: var(--ink-strong); font-size: 13px; }
.playlist-row small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.playlist-row b { display: inline-flex; color: var(--green); }
.playlist-row b .lucide { width: 17px; height: 17px; stroke-width: 2.6; }
.workflow-card { padding-bottom: 24px; }
.workflow-status { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 28px 25px 18px; }
.status-dot { grid-row: span 2; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px var(--green-soft); }
.workflow-status strong { color: var(--ink-strong); font-size: 16px; }
.workflow-status small { color: var(--muted); font-size: 12px; }
.workflow-meter { height: 9px; margin: 0 25px 20px; border-radius: 999px; background: #e5eef2; overflow: hidden; }
.workflow-meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy-2), var(--green)); }
.workflow-card > p { margin: 0; padding: 0 25px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.check-list { display: grid; gap: 11px; margin-top: 27px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); color: var(--muted); font-size: 14px; line-height: 1.5; }
.check-list li .lucide { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 1px; padding: 3px; border-radius: 50%; background: var(--green-soft); color: #267f59; stroke-width: 3; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-card { min-height: 300px; }
.compare-card.featured { border: 2px solid rgba(201,79,136,.55); }
.compare-card ul { display: grid; gap: 10px; padding-left: 20px; margin: 20px 0 24px; }
.badge { display: inline-flex; margin-bottom: 17px; padding: 5px 9px; border-radius: 99px; background: #fbeaf2; color: var(--accent-dark); font-size: 10px; font-weight: 900; letter-spacing: .07em; }

.legal-note { padding-top: 72px; padding-bottom: 72px; background: #fff; }
.notice { padding: 34px 42px; border: 1px solid rgba(188,236,255,.7); border-left: 4px solid var(--cyan); border-radius: 22px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow-md); }
.notice strong { color: #fff; font-size: 15px; }
.notice p { color: rgba(242,252,255,.83); }
.faq-section { background: var(--canvas); }
.narrow { max-width: 1040px; }
.faq-section h2 { margin-bottom: 36px; }
.faq-section details { display: inline-block; vertical-align: top; width: calc(50% - 10px); margin: 0 16px 16px 0; padding: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-xs); overflow: hidden; }
.faq-section details:nth-of-type(even) { margin-right: 0; }
.faq-section summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 70px; padding: 18px 21px; color: var(--ink-strong); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-icon { flex: 0 0 auto; width: 22px; height: 22px; color: var(--accent); stroke-width: 2; }
.faq-section details[open] { border-color: rgba(201,79,136,.45); }
.faq-section details[open] summary { color: var(--accent-dark); }
.faq-section details[open] .faq-icon { transform: rotate(45deg); }
.faq-section details p { margin: 0; padding: 0 21px 21px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding-top: 62px; padding-bottom: 90px; background: #fff; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 50px 56px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 88% 20%, rgba(188,236,255,.18), transparent 28%), linear-gradient(120deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow-lg); }
.cta-panel h2 { color: #fff; }
.cta-panel p:not(.eyebrow) { color: rgba(239,251,255,.78); }

.site-footer { padding: 52px 0 18px; border-top: 0; background: linear-gradient(135deg, #061b2d 0%, #072d48 58%, #08415d 100%); color: #b5c1c7; font-size: 13px; }
.footer-inner { display: grid; grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(120px, .7fr)); gap: 42px; }
.footer-brand img { width: 124px; display: block; margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; margin: 0; color: #b5c1c7; line-height: 1.7; }
.footer-column { display: grid; align-content: start; gap: 6px; }
.footer-column h2 { margin: 0 0 8px; color: #f4f8fa; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a, .footer-column span { min-height: 28px; color: #b5c1c7; font-size: 13px; font-weight: 500; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 16px; border-top: 1px solid rgba(180,235,255,.18); color: #9ab6c4; font-size: 11px; }

[data-reveal="pending"] { opacity: 0; transform: translateY(22px); }
[data-reveal="pending"].reveal-ready { transition: opacity .68s cubic-bezier(.22,1,.36,1), transform .68s cubic-bezier(.22,1,.36,1); }
[data-reveal="pending"].is-revealed { opacity: 1; transform: none; }

.button:focus-visible, .text-link:focus-visible, .site-footer a:focus-visible, summary:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(188,236,255,.9); outline-offset: 3px; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 13px; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 28px; }
}
@media (max-width: 800px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand img { width: 124px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .mobile-nav { position: absolute; top: 62px; right: 0; left: 0; display: none; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-md); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 13px; border-radius: 10px; color: var(--ink-strong); font-size: 13px; font-weight: 600; }
  .mobile-nav a:hover { background: var(--cyan-soft); }
  .hero { padding: 57px 0 42px; }
  .hero-grid, .feature-grid, .audience-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(36px, 10vw, 52px); }
  .hero-lead { margin: 19px 0 25px; font-size: 15px; line-height: 1.62; }
  .hero-visual { min-height: 350px; }
  .hero-visual::before { width: 280px; height: 280px; }
  .glow { width: 320px; height: 320px; }
  .product-box.hero-art { width: min(440px, 100%); }
  .note-one { top: 2%; right: 0; }
  .note-two { bottom: 2%; left: 0; }
  .floating-note { padding: 8px 10px; font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr; gap: 13px; padding: 19px 0; }
  .trust-grid div { justify-content: flex-start; border-right: 0; }
  .section { padding: 74px 0; }
  .section h2 { max-width: none; font-size: 38px; }
  .section-intro { margin-bottom: 31px; }
  .section-intro > p:last-child, .feature-grid > div > p:not(.eyebrow), .audience-grid > div > p:not(.eyebrow), .cta-panel p:not(.eyebrow), .notice p { font-size: 15px; line-height: 1.68; }
  .benefit-grid, .compare-grid { grid-template-columns: 1fr; }
  .benefit-card, .compare-card { min-height: 0; padding: 26px; }
  .feature-grid { gap: 35px; }
  .cta-panel { display: block; padding: 36px 26px; }
  .cta-panel .button { margin-top: 24px; }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 30px; }
  .faq-section details { display: block; width: 100%; margin: 0 0 12px; }
  .faq-section details:nth-of-type(even) { margin-right: 0; }
}
@media (max-width: 420px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .hero { padding-top: 44px; }
  .hero-actions .button { width: 100%; padding-inline: 14px; }
  .hero-actions { gap: 15px; }
  .hero-visual { min-height: 285px; }
  .hero-visual::before { width: 230px; height: 230px; }
  .glow { width: 260px; height: 260px; }
  .product-box.hero-art { width: min(320px, 100%); }
  .note-one { right: -4px; }
  .note-two { left: -4px; }
  .proof-row { gap: 9px 14px; font-size: 10px; }
  .section h2 { font-size: clamp(31px, 9.6vw, 38px); line-height: 1.06; }
  .notice { padding: 28px 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; gap: 6px; }
}
@media (max-width: 340px) {
  .container { width: calc(100% - 24px); }
  .brand img { width: 112px; }
  .hero h1 { font-size: 34px; }
  .hero-visual { min-height: 250px; }
  .product-box.hero-art { width: min(282px, 100%); }
  .floating-note { font-size: 9px; }
  .floating-note .note-icon { width: 21px; height: 21px; }
  .floating-note .note-icon svg { width: 13px; height: 13px; }
  .section { padding: 62px 0; }
  .section h2 { font-size: 30px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal="pending"] { opacity: 1; transform: none; }
}

/* Final YouTube brand accent: requested primary red. */
:root {
  --accent: #F4102B;
  --accent-dark: #C70D23;
  --accent-end: #F4102B;
  --accent-gradient: linear-gradient(135deg, #F4102B 0%, #F4102B 100%);
  --shadow-cta: 0 12px 28px rgba(244, 16, 43, .25);
}
.button-primary { background: #F4102B; box-shadow: 0 12px 28px rgba(244, 16, 43, .25); }
.button-primary:hover { background: #C70D23; box-shadow: 0 14px 32px rgba(199, 13, 35, .3); }
.desktop-nav a::after { background: #F4102B; }
.note-two .note-icon { color: #F4102B; }
.icon-tile.red, .badge, .playlist-row .play { background: #FFE9ED; }
.icon-tile.red, .playlist-row .play, .badge { color: #C70D23; }
.compare-card.featured { border-color: rgba(244, 16, 43, .55); }
.faq-section details[open] { border-color: rgba(244, 16, 43, .45); }

/* Workflow comparison aligned with the PC Fresh comparison language. */
#vergleich .section-intro h2 {
  max-width: none;
  margin-inline: auto;
}
#vergleich .compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
#vergleich .compare-card {
  min-width: 0;
  min-height: 286px;
  padding: 30px 32px 28px;
  border-radius: 20px;
  overflow: hidden;
}
#vergleich .compare-card--windows {
  border: 1px solid rgba(211, 222, 228, .95);
  background: rgba(247, 249, 250, .94);
  box-shadow: 0 16px 34px rgba(20, 42, 57, .06);
}
#vergleich .compare-card--software {
  border: 2px solid rgba(47, 155, 104, .82);
  background: linear-gradient(145deg, #f5fcf8 0%, #eaf7ef 100%);
  box-shadow: 0 20px 44px rgba(0, 75, 108, .14), 0 0 0 4px rgba(47, 155, 104, .08);
}
#vergleich .compare-card-label {
  display: block;
  margin-bottom: 12px;
  color: #77858d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
}
#vergleich .compare-card--software .compare-card-label { color: #267f59; }
#vergleich .compare-card h3 {
  margin: 0 0 22px;
  color: #24343d;
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 600;
  letter-spacing: -.045em;
}
#vergleich .compare-card--software h3 { color: #003b62; }
#vergleich .compare-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
#vergleich .compare-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #53636c;
  font-size: 14px;
  line-height: 1.55;
}
#vergleich .compare-card--software li {
  color: #294e5e;
  font-weight: 600;
}
#vergleich .compare-card li .lucide {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  stroke-width: 2.2;
}
#vergleich .compare-card--windows li .lucide { color: #a8b6bd; }
#vergleich .compare-card--software li .lucide {
  color: #2f9b68;
  filter: drop-shadow(0 2px 5px rgba(47, 155, 104, .22));
}
#vergleich .compare-vs {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: var(--navy-2);
  box-shadow: 0 0 0 1px rgba(3, 45, 78, .28), 0 12px 24px rgba(0, 35, 58, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
}
@media (max-width: 800px) {
  #vergleich .compare-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  #vergleich .compare-card { min-height: 0; }
  #vergleich .compare-vs {
    width: 48px;
    height: 48px;
    margin: -9px auto;
    border-width: 3px;
    font-size: 11px;
  }
}
@media (max-width: 520px) {
  #vergleich .compare-card {
    padding: 26px 22px 24px;
    border-radius: 18px;
  }
  #vergleich .compare-card h3 {
    margin-bottom: 19px;
    font-size: 24px;
  }
  #vergleich .compare-card ul { gap: 12px; }
  #vergleich .compare-card li { font-size: 14px; }
}
/* Shared PC Fresh footer treatment across the landing-page set. */
.site-footer {
  padding: 52px 0 18px;
  border-top: 0;
  background: linear-gradient(135deg, #061b2d 0%, #072d48 58%, #08415d 100%);
  color: #b5c1c7;
  font-size: 13px;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(120px, .7fr));
  gap: 42px;
}
.footer-brand img { width: 124px; display: block; margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; margin: 0; color: #b5c1c7; line-height: 1.7; }
.footer-column { display: grid; align-content: start; gap: 6px; }
.footer-column h2 { margin: 0 0 8px; color: #f4f8fa; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a, .footer-column span { min-height: 28px; color: #b5c1c7; font-size: 13px; font-weight: 500; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 16px; border-top: 1px solid rgba(180,235,255,.18); color: #9ab6c4; font-size: 11px; }
@media (max-width: 800px) {
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 30px; }
}
@media (max-width: 520px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; }
}
