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

:root {
  --page: #ffffff;
  --surface: #f6f6f4;
  --surface-strong: #efefec;
  --ink: #202124;
  --heading: #17181a;
  --muted: #6d7074;
  --subtle: #92959a;
  --line: #e6e6e3;
  --orange: #f36b21;
  --orange-dark: #d95714;
  --orange-soft: #fff1e8;
  --black: #111214;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(22, 24, 27, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Poppins, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(230,230,227,.8); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand img { width: 118px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 13px; font-weight: 700; color: #5f6266; }
.desktop-nav a { text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--orange); }
.menu-toggle { display: none; }
.menu-toggle .lucide { width: 15px; height: 15px; stroke-width: 2.2; }
.mobile-nav { display: none; }

.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; padding: 108px 0 92px; background: #fff; }
.hero:before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 32%, rgba(243,107,33,.1), transparent 28%), linear-gradient(90deg, transparent 0 72%, #fafaf8 72%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 84px; align-items: center; }
.hero h1 { max-width: 660px; margin: 0; color: var(--heading); font-size: clamp(38px, 4.4vw, 58px); font-weight: 500; line-height: 1.04; letter-spacing: -.065em; }
.hero-lead { max-width: 650px; margin: 28px 0 30px; color: #62666b; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font: 700 12px Poppins, Arial, sans-serif; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .menu-toggle:focus-visible, .cause-card:focus-visible, [role=tab]:focus-visible { outline: 3px solid rgba(243,107,33,.45); outline-offset: 4px; }
.button-primary { min-height: 58px; padding-inline: 28px; font-size: 13px; background: var(--orange); color: #fff; box-shadow: 0 14px 28px rgba(243,107,33,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-outline { border-color: #cfcfcb; background: #fff; color: var(--heading); }
.button-outline:hover { border-color: var(--orange); color: var(--orange-dark); }
.text-link { color: #5f6266; font-size: 12px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.text-link .lucide { width: 13px; height: 13px; margin-inline: 3px 2px; vertical-align: -2px; stroke-width: 2.2; }
.hero-note { max-width: 620px; margin: 22px 0 0; color: var(--subtle); font-size: 11px; font-weight: 700; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 470px; }
.hero-visual:before { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(243,107,33,.3); border-radius: 50%; box-shadow: 0 0 0 36px rgba(243,107,33,.035), 0 0 0 88px rgba(243,107,33,.025); }
.hero-visual:after { content: ''; position: absolute; right: 2%; bottom: 10%; width: 225px; height: 145px; border: 1px solid #dededb; border-radius: 12px; background: linear-gradient(135deg, #fff, #f3f3f0); box-shadow: 0 20px 55px rgba(22,24,27,.08); transform: rotate(-8deg); }
.hero-visual .product-box, .hero-visual > img:not(.hero-attached-image) { position: relative; z-index: 2; display: block; width: min(330px, 72%); filter: drop-shadow(24px 30px 26px rgba(22,24,27,.2)); transform: rotate(4deg); }
.glow { position: absolute; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle, rgba(243,107,33,.16), transparent 68%); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 13px 15px; border: 1px solid #dcdcd8; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 14px 38px rgba(22,24,27,.09); color: var(--heading); font-size: 11px; }
.floating-note span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); font-size: 14px; font-weight: 900; }
.note-one { top: 44px; right: 0; }
.note-two { bottom: 52px; left: 0; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 19px 0; }
.trust-grid div { display: flex; align-items: baseline; justify-content: center; gap: 10px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--heading); font-size: 15px; font-weight: 800; }
.trust-grid span { color: var(--subtle); font-size: 11px; }

.section { padding: 118px 0; }
.section:nth-of-type(even) { background: #fafaf8; }
.section h2 { max-width: 25ch; margin: 0 0 20px; color: var(--heading); font-size: clamp(34px, 4.3vw, 58px); font-weight: 500; line-height: 1.03; letter-spacing: -.065em; }
.section-intro { max-width: 760px; margin-bottom: 48px; }
.section-intro > p:last-child, .answer-panel > p, .two-column > div > p:not(.eyebrow), .product-grid > div > p:not(.eyebrow), .decision-grid > div > p:not(.eyebrow), .cta-panel p:not(.eyebrow) { max-width: 68ch; color: #62666b; font-size: 17px; line-height: 1.75; }

.direct-answer { padding-top: 83px; padding-bottom: 83px; background: #fff !important; }
.answer-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; padding: 0 0 0 34px; border-left: 2px solid var(--orange); }
.answer-panel > div:last-child { padding: 30px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.quickcheck { padding: 0; }
.quickcheck h3 { margin: 0 0 19px; color: var(--heading); font-size: 19px; font-weight: 700; letter-spacing: -.025em; }
.quickcheck ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.quickcheck li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #62666b; font-size: 14px; line-height: 1.6; }
.quickcheck strong { color: var(--heading); }

.cause-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; perspective: 1000px; }
.check-card-grid { margin-top: 4px; }
.cause-card { min-height: 280px; border: 0; border-radius: var(--radius); background: transparent; cursor: pointer; outline: none; }
.cause-card-inner { position: relative; min-height: 280px; height: 100%; transform-style: preserve-3d; transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.cause-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(160,229,249,.24); border-radius: var(--radius); background: linear-gradient(135deg, #003b62 0%, #005e86 48%, #167fae 100%); backface-visibility: hidden; box-shadow: 0 14px 34px rgba(0,35,65,.18), inset 0 1px 0 rgba(255,255,255,.16); overflow: hidden; }
.cause-face:before { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 18%, rgba(166,238,255,.2), transparent 32%), repeating-linear-gradient(132deg, transparent 0 74px, rgba(210,248,255,.045) 75px, transparent 76px 142px); }
.cause-face.front .cause-illustration { position: absolute; z-index: 0; top: -2px; right: -4px; width: 76%; height: 76%; object-fit: contain; object-position: center; opacity: .5; filter: drop-shadow(0 0 10px rgba(151,243,255,.46)) drop-shadow(0 10px 20px rgba(0,25,52,.22)); pointer-events: none; }
.cause-face.front .number, .cause-face.front h3 { position: relative; z-index: 1; color: #fff; }
.cause-face.front .number { color: #d7f7ff; text-shadow: 0 1px 9px rgba(0,28,56,.34); }
.cause-face.front h3 { max-width: 72%; margin: auto 0 0; color: #fff; font-size: 26px; font-weight: 500; line-height: 1.05; letter-spacing: -.06em; text-shadow: 0 2px 16px rgba(0,28,56,.52); }
.cause-face.front h3::after { content: ''; display: block; width: 34px; height: 2px; margin-top: 13px; border-radius: 999px; background: #b9f2ff; box-shadow: 0 0 10px rgba(185,242,255,.65); }
.cause-face.back { transform: rotateY(180deg); justify-content: center; background: linear-gradient(135deg, #00324f 0%, #005476 48%, #0b789f 100%); }
.cause-face.back:before { background: radial-gradient(circle at 14% 88%, rgba(150,235,255,.16), transparent 32%), repeating-linear-gradient(132deg, transparent 0 74px, rgba(210,248,255,.045) 75px, transparent 76px 142px); }
.cause-face.back p { position: relative; z-index: 1; margin: 0 0 20px; color: rgba(240,251,255,.86); font-size: 14px; line-height: 1.65; }
.cause-face.back .text-link { position: relative; z-index: 1; margin-top: auto; color: #fff; }
.cause-face.back .text-link:hover { color: #bcecff; }
.number { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; }

.two-column, .product-grid, .decision-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: start; }
.steps { list-style: none; padding: 0; margin: 36px 0 0; border-top: 1px solid var(--line); }
.steps li { display: grid; gap: 5px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.steps b { color: var(--heading); font-size: 14px; }
.steps span, .decision-list span { color: #62666b; font-size: 14px; }
.warning-card {
  position: relative;
  padding: 28px 28px 28px 30px;
  overflow: visible;
  border: 0;
  border-left: 2px solid var(--orange);
  border-radius: 0;
  background: #fff1e8;
  color: #202124;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease;
}
.warning-card:after { display: none; }
.warning-icon { position: absolute; z-index: 1; top: 28px; right: 28px; display: grid; place-items: center; width: 32px; height: 32px; margin: 0; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: none; }
.warning-icon .lucide { width: 18px; height: 18px; stroke-width: 2.3; }
.warning-card h3 { position: relative; z-index: 1; margin: 0 44px 12px 0; color: #202124; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.warning-card p { position: relative; z-index: 1; margin: 0 0 22px; color: #6d7074; font-size: 14px; line-height: 1.7; }
.warning-card .button-outline { position: relative; z-index: 1; min-height: 42px; border-color: rgba(98,102,107,.45); background: transparent; color: #62666b; }
.warning-card .button-outline:hover { border-color: var(--orange); background: rgba(255,255,255,.55); color: var(--orange-dark); }
@media (hover: hover) and (pointer: fine) {
  .warning-card:hover { background: #ffede0; }
}
@media (prefers-reduced-motion: reduce) {
  .warning-card { transition: none; }
  .decision { background: #f7fbfd !important; }
}

#windows-pruefen .section-intro { margin-bottom: 30px; }
.tabs-list { display: flex; gap: 8px; padding: 5px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 999px; background: #fff; width: fit-content; max-width: 100%; overflow-x: auto; }
.tabs-list [role=tab] { flex: 0 0 auto; min-height: 40px; padding: 0 17px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: 700 11px Poppins,Arial,sans-serif; cursor: pointer; }
.tabs-list [role=tab][aria-selected=true] { background: var(--heading); color: #fff; }
#windows-pruefen .tab-panels { display: block; }
#windows-pruefen .tab-panels .compare-card { display: none; min-height: 200px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
#windows-pruefen .tab-panels .compare-card.is-active { display: block; }
.compare-card h3 { margin: 0 0 15px; color: var(--heading); font-size: 25px; font-weight: 500; letter-spacing: -.05em; }
.compare-card p, .compare-card li { color: #62666b; font-size: 15px; line-height: 1.7; }
.compare-card ul { display: grid; gap: 10px; margin: 0 0 24px; color: var(--muted); }

#vergleich .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#vergleich .compare-card { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.compare-example { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 24px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compare-example h3 { margin: 0; color: var(--heading); font-size: 20px; font-weight: 600; }
.compare-example p:not(.eyebrow) { max-width: 50ch; margin: 0; color: var(--muted); font-size: 13px; }
.compare-example .eyebrow { margin: 0; }

.product-card { position: relative; top: 0; min-height: 430px; margin-top: 0; padding: 118px 34px 30px; overflow: visible; border: 1px solid rgba(160,229,249,.3); border-radius: 28px; background:
  radial-gradient(circle at 88% 30%, rgba(135,231,255,.14), transparent 28%),
  radial-gradient(circle at 10% 100%, rgba(9,137,184,.24), transparent 42%),
  linear-gradient(122deg, #032d4e 0%, #00466d 48%, #075b7d 100%);
  box-shadow: 0 26px 58px rgba(0,22,48,.32), inset 0 1px 0 rgba(255,255,255,.16); }
.product-card img { position: absolute; z-index: 2; top: -182px; left: 50%; display: block; width: min(250px, 70%); margin: 0; transform: translateX(-50%); filter: drop-shadow(12px 24px 18px rgba(0,22,48,.38)); }
.product-card .eyebrow { color: #bcecff; }
.product-card h3 { position: relative; z-index: 1; margin: 0 0 10px; color: #fff; font-size: 27px; font-weight: 500; letter-spacing: -.05em; }
.product-card p:not(.eyebrow) { position: relative; z-index: 1; margin: 0 0 24px; color: rgba(247,253,255,.94); font-size: 15px; line-height: 1.7; text-shadow: 0 1px 8px rgba(0,22,48,.2); }
.product-card .button { position: relative; z-index: 1; }
.check-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 8px; }
.check-list li { position: relative; padding: 15px 18px 15px 42px; border-bottom: 1px solid var(--line); }
.check-list-icon { position: absolute; left: 0; top: 15px; width: 18px; height: 18px; color: var(--orange); stroke-width: 2.4; }
.check-list b, .check-list span { display: block; }
.check-list b { color: var(--heading); font-size: 14px; }
.check-list span { margin-top: 4px; color: #62666b; font-size: 13px; }

.decision { position: relative; isolation: isolate; overflow: hidden; background: #f7fbfd !important; }
.decision-grid { position: relative; z-index: 1; }
.decision-grid > div:first-child { padding: 30px 34px; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.decision-list { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 0; border: 0; background: transparent; border-radius: 0; backdrop-filter: none; }
.decision-card { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; column-gap: 16px; padding: 20px 22px; border: 1px solid rgba(176,215,230,.86); border-radius: 18px; background: rgba(247,252,254,.88); box-shadow: 0 14px 30px rgba(44,100,126,.08); backdrop-filter: blur(5px); }
.decision-card-icon { grid-row: 1 / span 2; display: block; width: 34px; height: 34px; margin: 2px 0 0; color: #087eae; stroke-width: 1.8; }
.decision-card b { display: block; margin-bottom: 5px; color: var(--heading); font-size: 15px; }
.decision-card span { display: block; color: #62666b; font-size: 14px; line-height: 1.68; }
.notice { padding: 24px 28px; border-left: 2px solid var(--orange); background: var(--orange-soft); }
.notice strong { color: var(--heading); font-size: 14px; }
.notice p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-section { padding-top: 50px; }
.narrow { max-width: 850px; }
.faq-section details { padding: 18px 0; border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; cursor: pointer; color: var(--heading); font-size: 16px; font-weight: 700; }
.faq-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; padding: 5px; border: 1px solid #d1d1ce; border-radius: 50%; color: var(--orange); stroke-width: 1.8; }
details[open] .faq-icon { transform: rotate(45deg); }
.faq-section details p { max-width: 72ch; margin: 12px 0 0; color: #62666b; font-size: 15px; line-height: 1.75; }

.final-cta { padding-top: 62px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 58px; border-radius: var(--radius); background: var(--black); color: #fff; }
.cta-panel h2 { max-width: 650px; color: #fff; }
.cta-panel p:not(.eyebrow) { margin: 0; color: #b9bbc0; }
.site-footer { padding: 26px 0; border-top: 1px solid var(--line); background: #fff; color: #777a7e; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 42px; color: #63666a; font-weight: 700; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 35px; }
  .cause-grid { grid-template-columns: repeat(2,1fr); }
  .two-column, .product-grid, .decision-grid { gap: 50px; }
}
@media (max-width: 800px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 104px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; min-height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--heading); font: 700 11px Poppins,Arial,sans-serif; }
  .mobile-nav { position: absolute; top: 62px; left: 16px; right: 16px; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 13px; color: var(--heading); font-size: 12px; font-weight: 700; text-decoration: none; }
  .hero { padding: 70px 0 58px; }
  .hero:before { background: radial-gradient(circle at 70% 72%, rgba(243,107,33,.08), transparent 34%); }
  .hero-grid, .answer-panel, .two-column, .product-grid, .decision-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { max-width: 620px; font-size: clamp(38px, 10vw, 52px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-visual { min-height: 330px; }
  .hero-visual:before { width: 270px; height: 270px; }
  .hero-visual:after { right: 6%; bottom: 6%; width: 160px; height: 100px; }
  .hero-visual .product-box, .hero-visual > img:not(.hero-attached-image) { width: 240px; }
  .note-one { top: 14px; right: 0; }
  .note-two { bottom: 14px; left: 0; }
  .floating-note { padding: 10px 11px; font-size: 9px; }
  .trust-grid { grid-template-columns: 1fr; gap: 12px; padding: 18px 0; }
  .trust-grid div { justify-content: flex-start; border: 0; }
  .section { padding: 80px 0; }
  .section h2 { max-width: none; font-size: 38px; }
  .answer-panel { padding-left: 22px; }
  .answer-panel > div:last-child { padding: 24px; }
  .decision-grid > div:first-child { padding: 24px; }
  .decision-list { grid-template-columns: 1fr; gap: 12px; }
  .decision-card { min-height: 0; padding: 22px 20px; }
  .decision-card-icon { width: 30px; height: 30px; margin-bottom: 16px; }
  .quickcheck ul { grid-template-columns: 1fr; }
  .compare-example { display: block; }
  .compare-example p:not(.eyebrow) { margin: 12px 0 18px; }
  .product-card { position: relative; min-height: 410px; margin-top: 46px; padding: 104px 28px 28px; }
  .product-card img { top: -148px; width: min(220px, 68%); }
  .cta-panel { display: block; padding: 36px 26px; }
  .cta-panel .button { margin-top: 24px; }
  .footer-inner { display: block; }
  .site-footer nav { margin-top: 10px; }
}
@media (max-width: 520px) {
  .cause-grid { grid-template-columns: 1fr; }
  .cause-card, .cause-card-inner { min-height: 230px; }
  .cause-face { padding: 24px; }
  .cause-face.front .cause-illustration { width: 76%; height: 76%; top: -2px; right: -4px; opacity: .5; }
  .cause-face.front h3 { max-width: 78%; font-size: 23px; }
  .tabs-list { width: 100%; border-radius: 16px; }
  .tabs-list [role=tab] { flex: 1 0 auto; }
  #vergleich .compare-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .cause-card-inner { transition: none; }
  .button:hover { transform: none; }
}
.check-card-grid .cause-face.back { align-items: flex-start; }
.check-card-grid .cause-face.back p { max-width: 34ch; }

/* Product-led hero and official screenshot gallery */
.hero { isolation: isolate; background: linear-gradient(122deg, #003b62 0%, #005e86 42%, #167fae 78%, #79c8e3 125%); color: #fff; }
.hero:before { display: none; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { color: #bcecff; }
.hero h1 { color: #fff; }
.hero-lead { color: rgba(255,255,255,.84); }
.hero-note { color: rgba(255,255,255,.7); }
.hero .text-link { color: #fff; }
.hero .text-link:hover { color: #e1f8ff; }
.hero-visual { min-height: 500px; z-index: 2; }
.hero-visual:before { display: none; }
.hero-visual:after { right: 0; bottom: 4%; width: 280px; height: 178px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); box-shadow: none; }
.hero-visual .glow { width: 440px; height: 440px; background: radial-gradient(circle, rgba(255,255,255,.24), transparent 67%); }
.hero-dashboard-frame { position: relative; z-index: 2; width: min(690px, 104%); padding: 12px 12px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 16px; background: rgba(243,250,255,.72); box-shadow: 0 30px 70px rgba(0,32,61,.28), inset 0 1px 0 rgba(255,255,255,.8); transform: rotate(2deg); backdrop-filter: blur(8px); }
.dashboard-bar { display: flex; align-items: center; gap: 6px; min-height: 24px; margin-bottom: 9px; color: rgba(0,47,74,.64); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.dashboard-bar span { width: 7px; height: 7px; border-radius: 50%; background: #ff826b; }
.dashboard-bar span:nth-child(2) { background: #f1c45a; }
.dashboard-bar span:nth-child(3) { background: #56c98a; }
.dashboard-bar b { margin-left: auto; font-size: 9px; font-weight: 800; }
.hero-dashboard { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,31,58,.14); }
.hero-product-box { position: absolute; z-index: 4; right: -5%; bottom: -13%; display: block; width: 118px; opacity: .9; filter: drop-shadow(12px 22px 15px rgba(0,27,53,.28)); transform: rotate(5deg); }
.floating-note { background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.5); color: #12364d; }
.note-one { top: 18px; right: 3%; }
.note-two { bottom: 30px; left: -2%; }
.gallery-section { background: #f6f9fb !important; }
.product-gallery { display: block; }
.gallery-stage { position: relative; min-height: 620px; display: grid; place-items: center; padding: 28px 78px 30px; border: 1px solid #dce7ed; border-radius: 28px; background: linear-gradient(145deg, #fff 0%, #edf6fa 100%); box-shadow: 0 26px 70px rgba(0,46,76,.12); outline: none; overflow: hidden; }
.gallery-stage:before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.9); border-radius: 20px; pointer-events: none; }
.gallery-track { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; }
.gallery-figure { display: none; width: 100%; margin: 0; cursor: zoom-in; }
.gallery-figure.is-active { display: block; animation: gallery-in .32s ease both; }
.gallery-figure img { display: block; width: 100%; max-height: 520px; object-fit: contain; border-radius: 14px; filter: drop-shadow(0 18px 28px rgba(0,30,56,.18)); }
.gallery-figure figcaption { display: grid; gap: 5px; margin: 20px auto 0; max-width: 760px; color: #315367; text-align: center; }
.gallery-figure figcaption strong { color: #123b55; font-size: clamp(15px, 1.5vw, 20px); line-height: 1.25; }
.gallery-figure figcaption span { color: #5c7482; font-size: 13px; line-height: 1.5; }
.gallery-arrow { position: absolute; z-index: 3; top: 43%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(0,69,105,.16); border-radius: 50%; background: rgba(255,255,255,.92); color: #005b82; font-size: 34px; font-weight: 300; line-height: 1; cursor: pointer; box-shadow: 0 10px 26px rgba(0,46,76,.14); transition: transform .2s ease, background .2s ease, color .2s ease; }
.gallery-arrow:hover { transform: scale(1.08); background: var(--orange); color: #fff; }
.gallery-arrow:focus-visible, .gallery-dot:focus-visible, .gallery-stage:focus-visible { outline: 3px solid rgba(243,107,33,.45); outline-offset: 4px; }
.gallery-arrow-prev { left: 22px; }
.gallery-arrow-next { right: 22px; }
.gallery-footer { display: grid; justify-items: center; gap: 12px; padding-top: 20px; }
.gallery-dots { display: flex; align-items: center; justify-content: center; gap: 10px; }
.gallery-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #b9cbd4; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.gallery-dot:hover, .gallery-dot.is-active { width: 30px; border-radius: 999px; background: var(--orange); }
.gallery-hint { margin: 0; color: #6a7f8a; font-size: 11px; font-weight: 700; text-align: center; }
.gallery-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; background: rgba(1,22,38,.84); backdrop-filter: blur(12px); }
.gallery-modal[hidden] { display: none; }
.gallery-modal-inner { position: relative; width: min(1240px, calc(100vw - 56px)); max-height: 94vh; padding: 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: #f4f9fb; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.gallery-modal img { display: block; width: 100%; max-height: 78vh; object-fit: contain; border-radius: 8px; }
.gallery-modal figcaption { display: grid; gap: 5px; margin-top: 14px; color: #315367; font-size: 13px; text-align: center; }
.gallery-modal-close { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: var(--orange); color: #fff; line-height: 1; cursor: pointer; box-shadow: 0 8px 18px rgba(0,0,0,.2); }
.gallery-modal-close .lucide { width: 18px; height: 18px; stroke-width: 2.2; }
@keyframes gallery-in { from { opacity: .25; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .gallery-figure.is-active { animation: none; } }
@media (max-width: 800px) {
  .hero-visual { min-height: 365px; }
  .hero-dashboard-frame { width: min(570px, 100%); }
  .hero-product-box { width: 92px; right: -2%; bottom: -8%; }
  .hero-visual:after { width: 170px; height: 105px; }
  .gallery-stage { min-height: 470px; padding: 22px 52px 24px; border-radius: 22px; }
  .gallery-stage:before { inset: 9px; border-radius: 16px; }
  .gallery-figure img { max-height: 360px; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 28px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
}
@media (max-width: 520px) {
  .hero-dashboard-frame { padding: 7px 7px 11px; border-radius: 10px; }
  .dashboard-bar { min-height: 17px; margin-bottom: 5px; }
  .dashboard-bar b { font-size: 7px; }
  .hero-product-box { width: 72px; bottom: -5%; }
  .note-one { top: 4px; right: -2%; }
  .note-two { bottom: 5px; left: -2%; }
  .gallery-stage { min-height: 360px; padding: 16px 42px 18px; border-radius: 18px; }
  .gallery-stage:before { inset: 7px; border-radius: 13px; }
  .gallery-figure img { max-height: 245px; border-radius: 9px; }
  .gallery-figure figcaption { margin-top: 12px; }
  .gallery-figure figcaption strong { font-size: 13px; }
  .gallery-figure figcaption span { font-size: 11px; }
  .gallery-arrow { width: 34px; height: 34px; font-size: 24px; }
  .gallery-arrow-prev { left: 8px; }
  .gallery-arrow-next { right: 8px; }
  .gallery-footer { padding-top: 14px; }
  .gallery-hint { font-size: 10px; }
}

.hero-visual { min-height: 430px; position: relative; display: flex; align-items: center; justify-content: center; overflow: visible; }
.hero-visual:before, .hero-visual:after { display: none; }
.hero-visual .glow, .hero-visual .hero-dashboard-frame, .hero-visual .hero-product-box, .hero-visual .floating-note { display: none; }
.hero-speed-circles { position: absolute; z-index: 1; top: 50%; left: 50%; width: 1px; height: 1px; pointer-events: none; }
.hero-speed-circles span { position: absolute; top: calc(var(--size) * -.5); left: calc(var(--size) * -.5); width: var(--size); height: var(--size); border-radius: 50%; background: #d7f8ff; box-shadow: 0 0 7px 2px rgba(160,242,255,.9), 0 0 22px 5px rgba(82,202,235,.35); opacity: 0; animation: hero-speed-particle 2.8s cubic-bezier(.2,.1,.25,1) var(--delay) infinite; }
@keyframes hero-speed-particle { 0% { opacity: 0; transform: translate3d(0,0,0) scale(.25); } 12% { opacity: .95; } 68% { opacity: .8; } 100% { opacity: 0; transform: translate3d(var(--dx),var(--dy),0) scale(1.25); } }
.hero-attached-image { position: relative; z-index: 2; display: block; width: min(864px, 138%); height: auto; max-height: 624px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,24,47,.42)); }
@media (max-width: 800px) {
  .hero-visual { min-height: 270px; margin-top: 12px; }
  .hero-speed-circles { transform: scale(.78); }
  .hero-attached-image { width: 144%; max-height: 432px; }
}
@media (max-width: 520px) {
  .hero-visual { min-height: 230px; }
  .hero-speed-circles { transform: scale(.62); }
  .hero-attached-image { width: 144%; max-height: 336px; }
}
/* Layered supplied PC Fresh hero set: monitor and computer behind the centered product box. */
.hero-visual { min-height: 520px; position: relative; display: block; overflow: visible; }
.hero-visual .hero-set { position: absolute; inset: 0 -16% -3% -16%; z-index: 2; min-height: 520px; }
.hero-set-table { position: absolute; z-index: 0; left: 4%; right: 1%; bottom: 3.5%; height: 18px; border-radius: 50%; background: radial-gradient(ellipse, rgba(0,16,34,.58) 0%, rgba(0,38,66,.26) 42%, transparent 74%); filter: blur(7px); }
.hero-piece { position: absolute; display: block; height: auto; object-fit: contain; opacity: 0; transform-origin: 50% 100%; animation: hero-piece-settle 1.18s cubic-bezier(.22,.72,.2,1) both; filter: drop-shadow(0 24px 25px rgba(0,19,42,.34)); will-change: transform, opacity; }
.hero-piece-computer { z-index: 1; left: -1%; bottom: 23%; width: 52%; animation-delay: .08s; transform: translate3d(-16px,-120px,0) rotate(-2deg) scale(.96); }
.hero-piece-monitor { z-index: 2; right: -3%; bottom: 28%; width: 74%; animation-delay: .29s; transform: translate3d(18px,-150px,0) rotate(1deg) scale(.96); }
.hero-piece-box { z-index: 4; left: 21%; bottom: 0%; width: 48%; animation-delay: .5s; filter: drop-shadow(12px 24px 19px rgba(0,16,32,.48)); transform: translate3d(0,-170px,0) rotate(2deg) scale(.94); }
@keyframes hero-piece-settle {
  0% { opacity: 0; transform: translate3d(var(--hero-start-x, 0), var(--hero-start-y, -110px), 0) rotate(var(--hero-start-rotate, 0deg)) scale(.94); }
  22% { opacity: .72; }
  68% { opacity: .98; }
  100% { opacity: 1; transform: translate3d(0,0,0) rotate(0deg) scale(1); }
}
@media (max-width: 800px) {
  .hero-visual { min-height: 390px; margin-top: 12px; }
  .hero-visual .hero-set { inset: 0 -12% -2% -12%; min-height: 390px; }
  .hero-piece-computer { left: -1%; bottom: 23%; width: 50%; }
  .hero-piece-monitor { right: -4%; bottom: 28%; width: 76%; }
  .hero-piece-box { left: 21%; bottom: 0%; width: 49%; }
}
@media (max-width: 520px) {
  .hero-visual { min-height: 290px; }
  .hero-visual .hero-set { inset: 0 -13% -2% -13%; min-height: 290px; }
  .hero-piece-computer { left: 0; bottom: 23%; width: 50%; }
  .hero-piece-monitor { right: -5%; bottom: 28%; width: 78%; }
  .hero-piece-box { left: 21%; bottom: 0%; width: 50%; }
}
@media (prefers-reduced-motion: reduce) { .hero-piece { animation: none; opacity: 1; transform: none; } }

/* Split-panel gallery animation inspired by the supplied SVG slider reference. */
.gallery-stage { min-height: 620px; padding: 28px 78px 30px; background: #073e60; border-color: rgba(170,231,247,.25); box-shadow: 0 30px 80px rgba(0,46,76,.2); }
.gallery-stage:before { z-index: 3; inset: 12px; border-color: rgba(255,255,255,.2); pointer-events: none; }
.gallery-animation { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; overflow: hidden; cursor: zoom-in; }
.gallery-animation-bg { position: absolute; inset: -10%; width: 120%; height: 120%; object-fit: cover; filter: blur(32px) saturate(.8); opacity: .42; transform: scale(1.14); }
.gallery-animation:after { content: ''; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(0,28,52,.74), rgba(0,91,127,.32) 52%, rgba(0,20,42,.62)); pointer-events: none; }
.gallery-animation-split { position: relative; z-index: 1; width: min(900px, 84%); height: min(365px, 48vw); filter: drop-shadow(0 18px 30px rgba(0,0,0,.34)); }
.gallery-animation-panel { position: absolute; top: 0; width: 62.5%; height: 100%; overflow: hidden; opacity: 0; filter: blur(10px); transition: opacity .5s ease, transform .5s ease, filter .5s ease; }
.gallery-animation-panel img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-animation-panel-left { left: 0; clip-path: polygon(0 0, 100% 0, 62.5% 100%, 0 100%); transform: translate(.75%, -10px); }
.gallery-animation-panel-right { right: 0; clip-path: polygon(100% 0, 100% 100%, 0 100%, 37.5% 0); transform: translate(-.75%, 10px); }
.gallery-animation.is-animating .gallery-animation-panel { opacity: 1; filter: blur(0) drop-shadow(0 10px 30px rgba(0,0,0,.35)); transition-delay: .12s; }
.gallery-animation.is-animating .gallery-animation-panel-left { transform: translate(0); }
.gallery-animation.is-animating .gallery-animation-panel-right { transform: translate(0); transition-delay: .2s; }
.gallery-track { z-index: 4; align-self: end; pointer-events: none; }
.gallery-figure { cursor: default; }
.gallery-figure img { display: none; }
.gallery-figure figcaption { position: relative; z-index: 4; max-width: 760px; margin: 0 auto; padding: 18px 24px 2px; border-radius: 16px; background: rgba(1,32,57,.55); backdrop-filter: blur(10px); color: #fff; }
.gallery-figure figcaption strong { color: #fff; }
.gallery-figure figcaption span { color: rgba(238,250,255,.82); }
.gallery-arrow { z-index: 6; }
.gallery-footer { position: relative; z-index: 5; }
@media (max-width: 800px) {
  .gallery-stage { min-height: 470px; padding: 22px 52px 24px; }
  .gallery-animation-split { width: min(720px, 88%); height: min(300px, 52vw); }
  .gallery-figure figcaption { padding: 14px 16px 1px; }
}
@media (max-width: 520px) {
  .gallery-stage { min-height: 360px; padding: 16px 42px 18px; }
  .gallery-animation-split { width: 92%; height: 168px; }
  .gallery-animation-bg { filter: blur(22px) saturate(.8); }
  .gallery-figure figcaption { margin-top: 0; padding: 11px 12px 0; border-radius: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-animation-panel { transition: none; filter: none; }
  .gallery-animation-bg { filter: blur(22px) saturate(.8); }
}

/* 3D screenshot ring with radial speed particles, adapted from the supplied carousel reference. */
.gallery-stage { min-height: 650px; padding: 24px 62px 30px; background: linear-gradient(132deg, #032b4d 0%, #005c82 48%, #168db1 100%); border-color: rgba(168,232,250,.28); box-shadow: 0 28px 80px rgba(0,45,75,.24), inset 0 1px 0 rgba(255,255,255,.18); }
.gallery-stage:before { z-index: 6; inset: 12px; border-color: rgba(232,252,255,.22); pointer-events: none; }
.gallery-carousel { position: relative; z-index: 2; width: min(100%, 980px); height: 590px; margin: 0 auto; perspective: 1200px; perspective-origin: 50% 43%; outline: none; }
.gallery-carousel:before { content: ''; position: absolute; z-index: -2; top: 50%; left: 50%; width: 1px; height: 1px; box-shadow: 0 0 90px 60px rgba(163,241,255,.18); pointer-events: none; }
.gallery-carousel:after { content: ''; position: absolute; z-index: -3; top: 50%; left: 50%; width: 78%; height: 42%; transform: translate(-50%,-5%) rotateX(70deg); border-radius: 50%; background: radial-gradient(ellipse, rgba(181,246,255,.4) 0%, rgba(91,190,220,.13) 35%, transparent 71%); filter: blur(6px); pointer-events: none; }
.carousel-speed-circles { position: absolute; z-index: -1; top: 50%; left: 50%; width: 1px; height: 1px; pointer-events: none; }
.carousel-speed-circles span { position: absolute; top: calc(var(--size) * -.5); left: calc(var(--size) * -.5); width: var(--size); height: var(--size); border-radius: 50%; background: #d7f8ff; box-shadow: 0 0 7px 2px rgba(160,242,255,.9), 0 0 22px 5px rgba(82,202,235,.35); opacity: 0; animation: carousel-speed-particle 2.8s cubic-bezier(.2,.1,.25,1) var(--delay) infinite; }
.carousel-speed-streak { position: absolute; top: 0; left: 0; width: 2px; height: var(--length); transform-origin: 50% 0; transform: rotate(var(--angle)) translateY(-8px) scaleY(.2); border-radius: 999px; background: linear-gradient(to bottom, rgba(214,250,255,0), rgba(130,235,255,.7), rgba(214,250,255,0)); filter: blur(.5px); opacity: 0; animation: carousel-speed-streak 2.8s ease-out var(--delay) infinite; }
@keyframes carousel-speed-streak { 0% { opacity: 0; transform: rotate(var(--angle)) translateY(0) scaleY(.15); } 24% { opacity: .6; } 100% { opacity: 0; transform: rotate(var(--angle)) translateY(-56px) scaleY(1); } }
@keyframes carousel-speed-particle { 0% { opacity: 0; transform: translate3d(0,0,0) scale(.25); } 12% { opacity: .95; } 68% { opacity: .8; } 100% { opacity: 0; transform: translate3d(var(--dx),var(--dy),0) scale(1.25); } }
.gallery-carousel .carousel-rotation-direction { position: absolute; inset: 0; transform: translateZ(-280px) rotateY(var(--ring-angle,0deg)); transform-style: preserve-3d; }
.gallery-carousel .carousel-rotation-direction.is-auto { animation: carousel-ring-rotation 30s linear infinite; animation-play-state: running; }
.gallery-carousel:hover .carousel-rotation-direction.is-auto, .gallery-carousel:focus-within .carousel-rotation-direction.is-auto, .gallery-carousel.is-paused .carousel-rotation-direction.is-auto { animation-play-state: paused; }
@keyframes carousel-ring-rotation { from { transform: translateZ(-280px) rotateY(var(--ring-angle,0deg)); } to { transform: translateZ(-280px) rotateY(calc(var(--ring-angle,0deg) - 360deg)); } }
.gallery-carousel .carousel-item-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; list-style: none; transform-style: preserve-3d; }
.gallery-carousel .carousel-item { position: absolute; top: calc(50% - 84px); left: calc(50% - 119px); width: 238px; height: 168px; transform: rotateY(calc(72deg * var(--_index))) translateZ(280px); transform-style: preserve-3d; transition: filter .3s ease, scale .3s ease; backface-visibility: hidden; }
.gallery-carousel .carousel-item button { display: block; position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 1px solid rgba(235,253,255,.7); border-radius: 14px; background: rgba(1,31,54,.72); box-shadow: 0 15px 35px rgba(0,17,38,.42), 0 0 22px rgba(156,241,255,.14), inset 0 1px 0 rgba(255,255,255,.38); cursor: zoom-in; }
.gallery-carousel .carousel-item button:focus-visible, .gallery-carousel:focus-visible { outline: 3px solid rgba(219,251,255,.78); outline-offset: 4px; }
.gallery-carousel .carousel-item button:after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg,rgba(255,255,255,.16),transparent 34%,rgba(0,18,44,.22)); pointer-events: none; }
.gallery-carousel .carousel-item img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) brightness(.74); transition: filter .3s ease, transform .3s ease; }
.gallery-carousel .carousel-item:hover, .gallery-carousel .carousel-item:focus-within { scale: 1.08; filter: drop-shadow(0 0 28px rgba(184,247,255,.7)); z-index: 3; }
.gallery-carousel .carousel-item:hover img, .gallery-carousel .carousel-item:focus-within img, .gallery-carousel .carousel-item.is-current img { filter: saturate(1) brightness(1); transform: scale(1.03); }
.gallery-carousel .carousel-item.is-current { filter: drop-shadow(0 0 32px rgba(177,247,255,.82)); }
.gallery-carousel .carousel-ground { position: absolute; top: calc(50% - 280px); left: calc(50% - 280px); width: 560px; height: 560px; border-radius: 50%; transform: rotateX(76deg) translateZ(-130px); background: radial-gradient(ellipse,rgba(185,245,255,.42) 0%,rgba(91,190,220,.14) 30%,transparent 68%); filter: blur(5px); opacity: .85; pointer-events: none; }
.gallery-carousel .carousel-control-button { position: absolute; top: calc(50% - 27px); z-index: 20; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(226,252,255,.5); border-radius: 50%; background: rgba(1,32,58,.7); color: #fff; font: 300 34px/1 Poppins,Arial,sans-serif; cursor: pointer; box-shadow: 0 10px 26px rgba(0,20,46,.3), inset 0 1px 0 rgba(255,255,255,.2); transition: transform .2s ease, background .2s ease; }
.gallery-carousel .carousel-control-button:hover { transform: scale(1.08); background: rgba(31,153,186,.88); }
.gallery-carousel .carousel-control-button:focus-visible { outline: 3px solid rgba(219,251,255,.78); outline-offset: 4px; }
.gallery-carousel .carousel-control-button.left { left: 0; }
.gallery-carousel .carousel-control-button.right { right: 0; }
.carousel-caption { position: absolute; right: 8%; bottom: 4px; left: 8%; z-index: 5; display: grid; gap: 3px; padding: 13px 20px; border: 1px solid rgba(217,250,255,.25); border-radius: 14px; background: rgba(1,29,51,.64); backdrop-filter: blur(12px); color: #fff; text-align: center; pointer-events: none; }
.carousel-caption strong { font-size: clamp(14px,1.5vw,20px); line-height: 1.25; }
.carousel-caption span { color: rgba(232,251,255,.88); font-size: 13px; line-height: 1.45; }
.gallery-carousel + .gallery-track, .gallery-carousel ~ .gallery-track { display: none; }
@media (max-width:800px) { .gallery-stage { min-height: 500px; padding: 18px 42px 24px; } .gallery-carousel { height: 440px; perspective-origin: 50% 42%; } .gallery-carousel .carousel-item { top: calc(50% - 63px); left: calc(50% - 90px); width: 180px; height: 126px; transform: rotateY(calc(72deg * var(--_index))) translateZ(220px); } .gallery-carousel .carousel-rotation-direction { transform: translateZ(-220px) rotateY(var(--ring-angle,0deg)); } @keyframes carousel-ring-rotation { from { transform: translateZ(-220px) rotateY(var(--ring-angle,0deg)); } to { transform: translateZ(-220px) rotateY(calc(var(--ring-angle,0deg) - 360deg)); } } .gallery-carousel .carousel-ground { top: calc(50% - 220px); left: calc(50% - 220px); width: 440px; height: 440px; } .carousel-caption { right: 4%; left: 4%; padding: 11px 14px; } .gallery-carousel .carousel-control-button { width: 44px; height: 44px; top: calc(50% - 22px); font-size: 28px; } .gallery-carousel .carousel-control-button.left { left: -4px; } .gallery-carousel .carousel-control-button.right { right: -4px; } .carousel-speed-circles { transform: scale(.78); } }
@media (max-width:520px) { .gallery-stage { min-height: 400px; padding: 12px 42px 16px; border-radius: 19px; } .gallery-carousel { width: 100%; height: 350px; perspective: 950px; } .gallery-carousel .carousel-item { top: calc(50% - 45px); left: calc(50% - 63px); width: 126px; height: 90px; transform: rotateY(calc(72deg * var(--_index))) translateZ(150px); } .gallery-carousel .carousel-rotation-direction { transform: translateZ(-150px) rotateY(var(--ring-angle,0deg)); } @keyframes carousel-ring-rotation { from { transform: translateZ(-150px) rotateY(var(--ring-angle,0deg)); } to { transform: translateZ(-150px) rotateY(calc(var(--ring-angle,0deg) - 360deg)); } } .gallery-carousel .carousel-ground { top: calc(50% - 150px); left: calc(50% - 150px); width: 300px; height: 300px; } .gallery-carousel .carousel-control-button { width: 44px; height: 44px; top: calc(50% - 22px); font-size: 25px; } .gallery-carousel .carousel-control-button.left { left: -31px; } .gallery-carousel .carousel-control-button.right { right: -31px; } .carousel-caption { right: -8%; bottom: 0; left: -8%; padding: 9px 9px; } .carousel-caption strong { font-size: 12px; } .carousel-caption span { font-size: 11px; } .carousel-speed-circles { transform: scale(.58); } }
@media (prefers-reduced-motion:reduce) { .carousel-speed-circles span, .carousel-speed-streak { animation: none; opacity: .35; transform: translate3d(var(--dx),var(--dy),0) scale(.8); } .gallery-carousel .carousel-rotation-direction.is-auto { animation: none; } .gallery-carousel .carousel-item, .gallery-carousel .carousel-control-button { transition: none; } }

/* Scroll-orbit treatment for the causes section. The cards stay readable while their positions, depth and emphasis rotate around a luminous core. */
.causes-orbit { position: relative; min-height: 145vh; margin-top: 8px; }
.causes-orbit-track { position: sticky; top: 92px; display: grid; place-items: center; min-height: min(620px, calc(100vh - 124px)); overflow: hidden; border: 1px solid rgba(160,229,249,.18); border-radius: 30px; background: radial-gradient(circle at 50% 52%, rgba(92,211,241,.2), transparent 27%), linear-gradient(135deg, #032e50 0%, #005b82 50%, #147fa6 100%); box-shadow: 0 22px 70px rgba(0,35,65,.18), inset 0 1px 0 rgba(255,255,255,.16); isolation: isolate; }
.causes-orbit-track:before, .causes-orbit-track:after { content: ''; position: absolute; pointer-events: none; border-radius: 50%; }
.causes-orbit-track:before { inset: 11% 17%; border: 1px solid rgba(189,244,255,.18); transform: rotate(-10deg) scaleY(.42); box-shadow: 0 0 0 34px rgba(158,238,255,.04), 0 0 0 78px rgba(158,238,255,.025); }
.causes-orbit-track:after { inset: 0; background: repeating-linear-gradient(118deg, transparent 0 84px, rgba(222,250,255,.035) 85px, transparent 86px 164px); }
.causes-orbit-grid { position: relative; z-index: 2; display: block; width: min(100%, 1040px); height: min(620px, calc(100vh - 124px)); perspective: 1100px; }
.causes-orbit-grid .cause-card { position: absolute; top: 50%; left: 50%; width: min(280px, 22vw); min-height: 280px; height: 280px; transform: translate(-50%, -50%) translate3d(var(--orbit-x, 0px), var(--orbit-y, 0px), 0) scale(var(--orbit-scale, .8)); opacity: var(--orbit-opacity, .5); z-index: var(--orbit-z, 1); transition: transform .42s cubic-bezier(.2,.75,.2,1), opacity .42s ease, filter .42s ease; transform-style: preserve-3d; }
.causes-orbit-grid .cause-card.is-orbit-active { filter: drop-shadow(0 0 26px rgba(177,247,255,.6)); }
.causes-orbit-grid .cause-card.is-orbit-active .cause-face.front { border-color: rgba(225,253,255,.75); box-shadow: 0 18px 42px rgba(0,30,58,.34), 0 0 0 1px rgba(204,249,255,.2), inset 0 1px 0 rgba(255,255,255,.22); }
.causes-orbit-grid .cause-card-inner { min-height: 280px; height: 280px; }
.causes-orbit-grid .cause-face { padding: 28px; }
.causes-orbit-glow { position: absolute; z-index: 1; top: 50%; left: 50%; width: 140px; height: 140px; transform: translate(-50%, -50%); border: 1px solid rgba(219,251,255,.3); border-radius: 50%; background: radial-gradient(circle, rgba(218,251,255,.28), rgba(92,211,241,.08) 42%, transparent 70%); box-shadow: 0 0 30px rgba(139,237,255,.38), 0 0 0 30px rgba(142,238,255,.05), 0 0 0 76px rgba(142,238,255,.025); pointer-events: none; }
.causes-orbit-core { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; transform: translate(-50%, -50%); border-radius: 50%; background: #e6fcff; box-shadow: 0 0 10px 4px rgba(189,248,255,.95), 0 0 36px 12px rgba(99,220,247,.6); }
.causes-orbit .cause-card:focus-visible { outline: 3px solid rgba(219,251,255,.8); outline-offset: 5px; }
@media (max-width: 980px) { .causes-orbit-grid .cause-card { width: min(280px, 30vw); } }
@media (max-width: 800px) { .causes-orbit { min-height: 132vh; } .causes-orbit-track { top: 78px; min-height: 520px; border-radius: 24px; } .causes-orbit-grid { height: 520px; } .causes-orbit-grid .cause-card { width: min(245px, 48vw); min-height: 245px; height: 245px; } .causes-orbit-grid .cause-card-inner { min-height: 245px; height: 245px; } .causes-orbit-grid .cause-face { padding: 24px; } .causes-orbit-glow { width: 112px; height: 112px; } }
@media (max-width: 520px) { .causes-orbit { min-height: 125vh; } .causes-orbit-track { top: 74px; min-height: 440px; border-radius: 20px; } .causes-orbit-grid { height: 440px; } .causes-orbit-grid .cause-card { width: min(220px, 58vw); min-height: 220px; height: 220px; } .causes-orbit-grid .cause-card-inner { min-height: 220px; height: 220px; } .causes-orbit-grid .cause-face { padding: 22px; } .causes-orbit-glow { width: 88px; height: 88px; } .causes-orbit-grid .cause-face.front h3 { font-size: 22px; } }
@media (prefers-reduced-motion: reduce) { .causes-orbit { min-height: auto; } .causes-orbit-track { position: relative; top: auto; min-height: 0; padding: 24px 0; } .causes-orbit-grid { height: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; } .causes-orbit-grid .cause-card { position: relative; top: auto; left: auto; width: auto; height: 280px; min-height: 280px; transform: none !important; opacity: 1 !important; z-index: auto !important; } .causes-orbit-grid .cause-card-inner { height: 100%; } .causes-orbit-glow { display: none; } }

/* CodePen-inspired scroll story: orange focus point left, rotating titles, synced detail copy right. */
.causes-story { position: relative; min-height: 178vh; margin-top: 8px; }
.causes-story-sticky { position: sticky; top: 92px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); min-height: min(640px, calc(100vh - 124px)); overflow: hidden; border-block: 1px solid #ecece8; background: #f4f3f0; }
.causes-story-visual { position: relative; min-height: 620px; overflow: hidden; border-right: 1px solid #e4e3df; isolation: isolate; }
.causes-story-visual:before, .causes-story-visual:after { content: ''; position: absolute; pointer-events: none; }
.causes-story-visual:before { inset: 12% 4%; border: 1px solid rgba(140,145,143,.13); border-radius: 50%; transform: rotate(-14deg) scaleY(.48); box-shadow: 0 0 0 42px rgba(155,160,158,.035), 0 0 0 94px rgba(155,160,158,.025); }
.causes-story-visual:after { inset: 0; background: repeating-linear-gradient(108deg, transparent 0 112px, rgba(150,152,148,.045) 113px, transparent 114px 226px); z-index: -1; }
.causes-story-orbit { position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; }
.causes-story-dot { position: absolute; z-index: 3; top: -12px; left: -12px; width: 24px; height: 24px; border-radius: 50%; background: #f36b21; box-shadow: 0 0 0 12px rgba(243,107,33,.08), 0 0 24px rgba(243,107,33,.3); }
.causes-story-title-wrap { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
.causes-story-title { position: absolute; top: -42px; left: -2px; display: flex; align-items: baseline; gap: 18px; width: max-content; max-width: min(590px, 40vw); color: #bfc2c0; font-size: clamp(30px, 4.4vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.065em; white-space: nowrap; opacity: var(--story-opacity, .2); transform: translate3d(calc(-50% + var(--story-x, 0px)), var(--story-y, 0px), 0) scale(var(--story-scale, .8)); transform-origin: center; transition: transform .38s cubic-bezier(.2,.75,.2,1), opacity .38s ease, color .38s ease; }
.causes-story-title small { color: #c9ccc9; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.causes-story-title.is-active { color: #1f2020; }
.causes-story-title.is-active small { color: #f36b21; }
.causes-story-trace { position: absolute; z-index: 0; top: 50%; left: 50%; width: 1px; height: 240px; transform-origin: 50% 0; border-left: 1px solid rgba(243,107,33,.16); }
.causes-story-trace.trace-one { transform: translate(-50%, -4%) rotate(32deg); }
.causes-story-trace.trace-two { transform: translate(-50%, -4%) rotate(-32deg); }
.causes-story-details { position: relative; display: flex; align-items: center; padding: 64px clamp(34px, 5vw, 80px); background: rgba(255,255,255,.46); }
.causes-story-details:before { content: ''; position: absolute; top: 12%; bottom: 12%; left: 0; width: 1px; background: linear-gradient(transparent, #deded9 20%, #deded9 80%, transparent); }
.causes-story-progress { position: absolute; top: 50%; left: 0; display: grid; gap: 12px; transform: translate(-50%, -50%); }
.causes-story-progress span { width: 7px; height: 7px; border-radius: 50%; background: #d2d4d1; transition: transform .25s ease, background .25s ease; }
.causes-story-progress span.is-active { background: #f36b21; transform: scale(1.7); }
.causes-story-panel { display: none; max-width: 470px; }
.causes-story-panel.is-active { display: block; animation: causes-story-panel-in .38s ease both; }
.causes-story-panel .eyebrow { margin-bottom: 18px; color: #f36b21; }
.causes-story-panel h3 { margin: 0 0 22px; color: #202124; font-size: clamp(30px, 3.7vw, 58px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.causes-story-panel > p:not(.eyebrow) { max-width: 42ch; margin: 0 0 24px; color: #62666b; font-size: 16px; line-height: 1.75; }
.causes-story-panel .text-link { color: #555c5f; }
.causes-story-panel .text-link:hover { color: #f36b21; }
@keyframes causes-story-panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) { .causes-story-sticky { grid-template-columns: minmax(0,1fr) minmax(270px,.9fr); } .causes-story-title { max-width: 46vw; font-size: clamp(28px, 4.4vw, 50px); } .causes-story-details { padding-inline: 38px; } }
@media (max-width: 800px) { .causes-story { min-height: 186vh; } .causes-story-sticky { top: 68px; grid-template-columns: 1fr; min-height: 720px; } .causes-story-visual { min-height: 410px; border-right: 0; border-bottom: 1px solid #e4e3df; } .causes-story-title { top: -30px; max-width: 78vw; font-size: clamp(27px, 7vw, 42px); gap: 12px; } .causes-story-details { min-height: 310px; padding: 42px 32px 48px; } .causes-story-details:before { top: 0; right: 0; bottom: auto; left: 12%; width: 76%; height: 1px; background: linear-gradient(90deg, transparent, #deded9 20%, #deded9 80%, transparent); } .causes-story-progress { top: 0; right: 50%; bottom: auto; left: auto; display: flex; gap: 12px; transform: translate(50%, -50%); } }
@media (max-width: 520px) { .causes-story { min-height: 194vh; } .causes-story-sticky { top: 62px; min-height: 680px; } .causes-story-visual { min-height: 360px; } .causes-story-title { top: -26px; font-size: clamp(24px, 7.2vw, 32px); gap: 9px; letter-spacing: -.06em; } .causes-story-title small { font-size: 9px; } .causes-story-dot { width: 20px; height: 20px; top: -10px; left: -10px; } .causes-story-details { min-height: 320px; padding: 36px 22px 40px; } .causes-story-panel h3 { font-size: 34px; } .causes-story-panel > p:not(.eyebrow) { font-size: 14px; line-height: 1.65; } }
@media (prefers-reduced-motion: reduce) { .causes-story { min-height: auto; } .causes-story-sticky { position: relative; top: auto; grid-template-columns: 1fr; min-height: 0; } .causes-story-visual { min-height: 360px; border-right: 0; border-bottom: 1px solid #e4e3df; } .causes-story-title { position: absolute; top: -30px; left: 0; transform: translateX(-50%) !important; opacity: 0 !important; } .causes-story-title.is-active { opacity: 1 !important; color: #202124; transform: translateX(-50%) !important; } .causes-story-details { min-height: 320px; } .causes-story-panel { display: none; } .causes-story-panel.is-active { display: block; } .causes-story-trace { display: none; } }

/* Minimal high-resolution screenshot carousel: no ring, particles, glow or dark stage. */
.gallery-stage { min-height: 0; display: block; padding: 34px 78px 30px; overflow: hidden; border: 1px solid #e4e8eb; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(20,42,57,.06); }
.gallery-stage:before { display: none; }
.gallery-carousel { display: none !important; }
.gallery-track, .gallery-stage .gallery-track { position: relative; z-index: 1; display: block !important; align-self: auto; width: 100%; pointer-events: auto; }
.gallery-figure { width: 100%; margin: 0; cursor: zoom-in; }
.gallery-figure.is-active { display: block; animation: none; }
.gallery-figure img { display: block; width: 100%; max-width: 1100px; height: auto; max-height: none; margin: 0 auto; object-fit: contain; border-radius: 8px; filter: none; image-rendering: auto; }
.gallery-figure figcaption { gap: 6px; margin: 20px auto 0; max-width: 760px; color: #345262; text-align: center; }
.gallery-figure figcaption strong { color: #123b55; font-size: clamp(16px,1.6vw,21px); line-height: 1.25; }
.gallery-figure figcaption span { color: #617783; font-size: 13px; line-height: 1.5; }
.gallery-arrow { top: calc(50% - 24px); width: 46px; height: 46px; border: 1px solid #d7e0e5; background: #fff; color: #005b82; box-shadow: 0 6px 18px rgba(20,42,57,.08); font-size: 30px; }
.gallery-arrow:hover { transform: scale(1.04); background: #f5fafc; color: #005b82; }
.gallery-arrow-prev { left: 22px; }
.gallery-arrow-next { right: 22px; }
.gallery-footer { padding-top: 18px; }
.gallery-dot { background: #c8d3d9; }
.gallery-dot:hover, .gallery-dot.is-active { background: #005b82; }
.gallery-hint { color: #71818a; font-weight: 600; }
@media (max-width:800px) { .gallery-stage { padding: 22px 52px 24px; border-radius: 14px; } .gallery-figure img { width: 100%; } .gallery-arrow { width: 42px; height: 42px; font-size: 27px; } .gallery-arrow-prev { left: 10px; } .gallery-arrow-next { right: 10px; } }
@media (max-width:520px) { .gallery-stage { padding: 16px 42px 20px; } .gallery-figure img { border-radius: 6px; } .gallery-figure figcaption { margin-top: 14px; } .gallery-figure figcaption strong { font-size: 14px; } .gallery-figure figcaption span { font-size: 11px; } .gallery-arrow { width: 36px; height: 36px; font-size: 24px; } .gallery-arrow-prev { left: 5px; } .gallery-arrow-next { right: 5px; } }
/* Final cascade guard: legacy ring rules must not hide the clean slider track. */
.gallery-stage .gallery-track { display: block !important; position: relative !important; align-self: auto !important; width: 100% !important; pointer-events: auto !important; }
.gallery-stage .gallery-figure { position: relative; width: 100%; }
.gallery-stage .gallery-figure:not(.is-active) { display: none !important; }
.gallery-stage .gallery-figure.is-active { display: block !important; }

/* Static causes overview: intentionally no scroll, rotation, sticky behavior or panel animation. */
.causes-story { min-height: 0; margin-top: 8px; }
.causes-story-sticky { position: relative; top: auto; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 0; overflow: hidden; }
.causes-story-visual { min-height: 500px; border-right: 1px solid #e4e3df; }
.causes-story-orbit { top: 50%; left: 12%; }
.causes-story-dot { width: 30px; height: 30px; top: -15px; left: -15px; box-shadow: 0 0 0 12px rgba(243,107,33,.08), 0 0 24px rgba(243,107,33,.25); }
.causes-story-title-wrap { position: absolute; top: 50%; left: 22%; width: calc(78% - 22px); height: auto; display: grid; gap: 20px; transform: translateY(-50%); }
.causes-story-title { position: relative; top: auto; left: auto; display: flex; width: 100%; max-width: none; color: #aeb3b1; opacity: 1; transform: none; transition: none; }
.causes-story-title.is-active { color: #202124; }
.causes-story-title small { flex: 0 0 auto; }
.causes-story-trace { display: none; }
.causes-story-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 0 34px; padding: 52px clamp(30px, 4vw, 62px); }
.causes-story-details:before { display: none; }
.causes-story-progress { display: none; }
.causes-story-panel, .causes-story-panel.is-active { display: block; max-width: none; padding: 24px 0; border-bottom: 1px solid #deded9; animation: none; }
.causes-story-panel:nth-last-child(-n + 2) { border-bottom: 0; }
.causes-story-panel .eyebrow { margin-bottom: 12px; }
.causes-story-panel h3 { margin-bottom: 14px; font-size: clamp(25px, 2.6vw, 39px); }
.causes-story-panel > p:not(.eyebrow) { margin-bottom: 14px; font-size: 14px; line-height: 1.65; }
@media (max-width: 800px) {
  .causes-story-sticky { grid-template-columns: 1fr; }
  .causes-story-visual { min-height: 390px; border-right: 0; border-bottom: 1px solid #e4e3df; }
  .causes-story-orbit { left: 10%; }
  .causes-story-title-wrap { left: 20%; width: 76%; gap: 16px; }
  .causes-story-title { font-size: clamp(25px, 6.6vw, 38px); }
  .causes-story-details { grid-template-columns: 1fr 1fr; padding: 26px 32px 34px; gap: 0 22px; }
  .causes-story-panel { padding: 22px 0; }
}
@media (max-width: 520px) {
  .causes-story-visual { min-height: 350px; }
  .causes-story-dot { width: 22px; height: 22px; top: -11px; left: -11px; }
  .causes-story-title-wrap { left: 21%; width: 75%; gap: 12px; }
  .causes-story-title { gap: 9px; font-size: clamp(20px, 6.7vw, 29px); }
  .causes-story-title small { font-size: 9px; }
  .causes-story-details { grid-template-columns: 1fr; padding: 16px 22px 28px; }
  .causes-story-panel, .causes-story-panel:nth-last-child(-n + 2) { padding: 20px 0; border-bottom: 1px solid #deded9; }
  .causes-story-panel:last-child { border-bottom: 0; }
  .causes-story-panel h3 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .causes-story, .causes-story-sticky { min-height: 0; }
  .causes-story-sticky { position: relative; top: auto; }
  .causes-story-title, .causes-story-progress span { transition: none; }
  .causes-story-panel, .causes-story-panel.is-active { animation: none; }
}

/* Final carousel refinement: image and copy sit directly on the section background. */
.gallery-stage,
.gallery-stage:before {
  min-height: 0;
  padding: 12px 72px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.gallery-stage:before { display: none; }
.gallery-track,
.gallery-stage .gallery-track { width: 100%; }
.gallery-figure { cursor: zoom-in; }
.gallery-media-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(90%, 990px);
  min-height: 0;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  margin: 0 auto;
}
.gallery-figure img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0;
  border-radius: 0;
  filter: none;
}
.gallery-figure figcaption {
  display: grid;
  gap: 7px;
  margin: 26px auto 0;
  padding: 0;
  max-width: 760px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}
.gallery-figure figcaption strong {
  color: var(--heading);
  font: 500 clamp(22px, 3vw, 38px)/1.08 Poppins, Arial, sans-serif;
  letter-spacing: -.055em;
}
.gallery-figure figcaption span {
  color: #62666b;
  font: 400 16px/1.7 Poppins, Arial, sans-serif;
}
.gallery-arrow {
  top: 50%;
  width: 32px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--orange-dark);
  box-shadow: none;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}
.gallery-arrow:hover { background: transparent; color: var(--orange); transform: translateY(-50%) scale(1.04); }
.gallery-footer {
  display: grid;
  justify-items: center;
  gap: 0;
  padding-top: 28px;
}
.gallery-dots { gap: 9px; }
.gallery-dot,
.gallery-dot:hover,
.gallery-dot.is-active {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d0d4d5;
}
.gallery-dot.is-active { background: var(--orange); }
.gallery-hint { display: none; }
@media (max-width: 800px) {
  .gallery-stage { padding: 8px 48px 0; }
  .gallery-media-frame { width: 90%; }
  .gallery-figure figcaption { margin-top: 20px; }
  .gallery-figure figcaption strong { font-size: clamp(20px, 5.5vw, 30px); }
  .gallery-figure figcaption span { font-size: 14px; line-height: 1.6; }
  .gallery-arrow { width: 30px; height: 44px; font-size: 34px; }
  .gallery-arrow-prev { left: 8px; }
  .gallery-arrow-next { right: 8px; }
  .gallery-footer { padding-top: 22px; }
}
@media (max-width: 520px) {
  .gallery-stage { padding: 4px 38px 0; }
  .gallery-media-frame { width: 90%; }
  .gallery-figure figcaption { margin-top: 16px; }
  .gallery-figure figcaption strong { font-size: 20px; }
  .gallery-figure figcaption span { font-size: 13px; line-height: 1.55; }
  .gallery-arrow { width: 28px; height: 40px; font-size: 30px; }
  .gallery-arrow-prev { left: 4px; }
  .gallery-arrow-next { right: 4px; }
  .gallery-footer { padding-top: 18px; }
}

/* Windows-check cards: soft light-blue elevation with hover-only flip. */
.check-card-grid .cause-card {
  filter: drop-shadow(0 18px 28px rgba(103, 206, 242, .28));
}
.check-card-grid .cause-face {
  box-shadow: 0 18px 38px rgba(103, 206, 242, .25), inset 0 1px 0 rgba(255,255,255,.2);
}
@media (hover: hover) and (pointer: fine) {
  .check-card-grid .cause-card:hover {
    filter: drop-shadow(0 22px 34px rgba(104, 218, 255, .46));
  }
  .check-card-grid .cause-card:hover .cause-card-inner {
    transform: rotateY(180deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .check-card-grid .cause-card:hover .cause-card-inner { transform: none; }
}

/* Static four-card causes layout aligned with the PC Fresh blue/orange website palette. */
.causes-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.cause-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 386px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(160,229,249,.3);
  border-radius: 18px;
  --cause-gradient: linear-gradient(122deg, rgba(0,38,64,.52) 0%, rgba(0,78,111,.48) 46%, rgba(8,126,158,.44) 100%);
  background-color: #006c96;
  background-image:
    var(--cause-gradient),
    radial-gradient(circle at 88% 24%, rgba(135,231,255,.08), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(9,137,184,.14), transparent 44%),
    url('assets/pc-fresh-cause-photo-autostarts.jpg');
  background-repeat: no-repeat;
  background-position: center, center, center, center;
  background-size: cover, cover, cover, 112% auto;
  box-shadow: 0 16px 34px rgba(0,35,65,.16), inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .28s cubic-bezier(.2,.75,.2,1), box-shadow .28s ease, border-color .28s ease, background-size .45s ease;
}
.cause-info-card:nth-child(2) {
  background-image:
    var(--cause-gradient),
    radial-gradient(circle at 88% 24%, rgba(135,231,255,.08), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(9,137,184,.14), transparent 44%),
    url('assets/pc-fresh-cause-photo-background-processes.jpg');
  background-size: cover, cover, cover, 112% auto;
}
.cause-info-card:nth-child(3) {
  background-image:
    var(--cause-gradient),
    radial-gradient(circle at 88% 24%, rgba(135,231,255,.08), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(9,137,184,.14), transparent 44%),
    url('assets/pc-fresh-cause-photo-memory-hardware.jpg');
  background-size: cover, cover, cover, 112% auto;
}
.cause-info-card:nth-child(4) {
  background-image:
    var(--cause-gradient),
    radial-gradient(circle at 88% 24%, rgba(135,231,255,.08), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(9,137,184,.14), transparent 44%),
    url('assets/pc-fresh-cause-photo-updates-security.jpg');
  background-size: cover, cover, cover, 112% auto;
}
.cause-info-card:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(118deg, transparent 0 118px, rgba(108,177,224,.055) 119px, transparent 120px 238px);
}
.cause-info-card:after {
  content: '';
  position: absolute;
  top: -58px;
  left: -42px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(185,242,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(185,242,255,.035), 0 0 0 52px rgba(243,107,33,.025);
  pointer-events: none;
  transform: scale(1);
  transform-origin: top left;
  transition: transform .45s cubic-bezier(.2,.75,.2,1);
}
.cause-info-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border: 1px solid rgba(185,242,255,.28);
  border-radius: 18px;
  background: rgba(2,35,61,.42);
  color: #d9faff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 22px rgba(0,25,52,.16);
}
.cause-info-icon img { display: none; }
.cause-info-icon .lucide { width: 34px; height: 34px; stroke-width: 1.7; }
.cause-info-number { position: relative; z-index: 1; margin-bottom: 8px; color: #ffb07b; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-shadow: 0 1px 9px rgba(0,28,56,.32); }
.cause-info-card h3 { position: relative; z-index: 1; max-width: 68%; margin: 0 0 14px; color: #fff; font-size: clamp(23px, 2vw, 31px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; text-shadow: 0 2px 16px rgba(0,28,56,.4); }
.cause-info-card h3:after { content: ''; display: block; width: 34px; height: 2px; margin-top: 13px; border-radius: 999px; background: var(--orange); box-shadow: 0 0 10px rgba(243,107,33,.35); }
.cause-info-card p { position: relative; z-index: 1; max-width: 58ch; margin: 0; color: rgba(235,249,255,.82); font-size: 14px; line-height: 1.72; }
.cause-info-card .text-link { position: relative; z-index: 1; margin-top: auto; padding-top: 22px; color: #bcecff; font-size: 11px; line-height: 1.45; }
.cause-info-card .text-link:hover { color: #fff; }
@media (hover: hover) and (pointer: fine) {
  .cause-info-card:hover {
    --cause-gradient: linear-gradient(122deg, rgba(0,38,64,.68) 0%, rgba(0,78,111,.63) 46%, rgba(8,126,158,.59) 100%);
    border-color: rgba(185,242,255,.62);
    background-size: cover, cover, cover, 100% auto;
    box-shadow: 0 24px 44px rgba(0,55,88,.24), 0 0 0 4px rgba(178,222,248,.12);
  }
  .cause-info-card:hover:after { transform: scale(1.4); }
}
@media (max-width: 980px) {
  .causes-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .causes-card-grid { grid-template-columns: 1fr; gap: 12px; }
  .cause-info-card { min-height: 0; padding: 24px; }
  .cause-info-card h3 { max-width: 64%; font-size: 27px; }
  .cause-info-card p { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .cause-info-card { transition: none; }
  .cause-info-card:after { transition: none; }
  .cause-info-card:hover { transform: none; }
}

/* Hero-aligned final CTA with the monitor positioned above the action. */
.final-cta { background: #fff !important; }
.cta-panel {
  position: relative;
  display: block;
  min-height: 370px;
  padding: 54px 58px 54px 360px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 30%, rgba(135, 231, 255, .14), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(9, 137, 184, .24), transparent 42%),
    linear-gradient(122deg, #032d4e 0%, #00466d 48%, #075b7d 100%);
  box-shadow: 0 26px 58px rgba(0, 22, 48, .32), inset 0 1px 0 rgba(255,255,255,.16);
  isolation: isolate;
}
.cta-panel:before {
  content: '';
  position: absolute;
  z-index: 0;
  right: -110px;
  top: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(108, 177, 224, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(108, 177, 224, .04), 0 0 0 74px rgba(243, 107, 33, .035);
  transform: rotate(-16deg) scaleY(.72);
  pointer-events: none;
}
.cta-panel:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: repeating-linear-gradient(118deg, transparent 0 118px, rgba(108, 177, 224, .035) 119px, transparent 120px 238px);
  pointer-events: none;
}
.cta-content { position: relative; z-index: 2; max-width: 750px; transform: translateX(60px); }
.cta-copy { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: #bcecff; }
.cta-panel h2 { max-width: 700px; margin-bottom: 18px; color: #fff; }
.cta-panel p:not(.eyebrow) { max-width: 68ch; color: rgba(247, 253, 255, .94); text-shadow: 0 1px 8px rgba(0, 22, 48, .2); }
.cta-action { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: flex-start; min-height: 0; margin-top: 26px; }
.cta-monitor { position: absolute; z-index: 1; left: -110px; top: 50%; display: block; width: 510px; height: auto; max-height: none; object-fit: contain; object-position: center; transform: translateY(-50%); filter: drop-shadow(0 24px 24px rgba(0, 22, 48, .38)); }
.cta-action .button { position: relative; z-index: 2; white-space: nowrap; }
@media (max-width: 800px) {
  .cta-panel { min-height: 0; padding: 40px 28px 30px; }
  .cta-content { max-width: none; transform: none; }
  .cta-monitor { position: relative; left: auto; top: auto; width: min(330px, 94%); margin: -34px auto 10px; transform: none; }
  .cta-action { margin-top: 24px; align-items: stretch; }
  .cta-action .button { width: 100%; }
  .button-primary { min-height: 56px; padding-inline: 24px; }
}
@media (max-width: 520px) {
  .cta-panel { padding: 30px 22px 24px; border-radius: 22px; }
  .cta-panel h2 { font-size: 34px; }
  .cta-panel p:not(.eyebrow) { font-size: 15px; line-height: 1.65; }
  .cta-monitor { width: 110%; max-width: 330px; margin: -24px auto 8px; }
  .cta-action { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .cta-panel:before { transform: rotate(-16deg) scaleY(.72); }
  .cause-info-card, .cause-info-icon img { transition: none; }
  .cause-info-card:hover { transform: none; background-position: 0 0; }
}

/* Modern Windows-check cards: website blue/orange/gray front, clean white backs. */
.check-card-grid .cause-face {
  border: 1px solid rgba(160,229,249,.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 30%, rgba(135, 231, 255, .16), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(9, 137, 184, .24), transparent 42%),
    linear-gradient(122deg, #032d4e 0%, #00466d 48%, #075b7d 100%);
  box-shadow: 0 18px 38px rgba(0,22,48,.3), inset 0 1px 0 rgba(255,255,255,.14);
  color: #fff;
}
.check-card-grid .cause-face:before {
  background: repeating-linear-gradient(118deg, transparent 0 118px, rgba(108, 177, 224, .08) 119px, transparent 120px 238px);
}
.check-card-grid .cause-face.front .cause-illustration {
  top: 8px;
  right: 6px;
  width: 64%;
  height: 64%;
  opacity: .62;
  filter: drop-shadow(0 0 14px rgba(151,243,255,.42)) drop-shadow(0 10px 20px rgba(0,18,44,.32));
}
@media (max-width: 520px) {
  .check-card-grid .cause-face.front .cause-illustration {
    top: 4px;
    right: 2px;
    width: 68%;
    height: 62%;
  }
}
.check-card-grid .cause-face.front .cause-lucide-icon,
.check-card-grid .cause-face.front .lucide {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 28px;
  width: 92px;
  height: 92px;
  stroke: #aeb9bf;
  stroke-width: 1.35;
  opacity: .9;
  filter: drop-shadow(0 7px 14px rgba(0,24,47,.18));
}
.check-card-grid .cause-face.front .number,
.check-card-grid .cause-face.front h3 {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,28,56,.38);
}
.check-card-grid .cause-face.front .number { color: #ffb07b; }
.check-card-grid .cause-face.front h3 { font-weight: 600; }
.check-card-grid .cause-face.front h3::after {
  background: var(--orange);
  box-shadow: 0 0 10px rgba(243,107,33,.35);
}
.check-card-grid .cause-face.back {
  background: #fff;
  border-color: #e6e6e3;
  box-shadow: 0 14px 30px rgba(84, 96, 128, .1);
}
.check-card-grid .cause-face.back:before { display: none; }
.check-card-grid .cause-face.back p {
  color: #62666b;
  font-size: 15px;
  line-height: 1.72;
}
@media (hover: hover) and (pointer: fine) {
  .check-card-grid .cause-card:hover { filter: drop-shadow(0 20px 32px rgba(103, 174, 214, .24)); }
  .check-card-grid .cause-card:hover .cause-lucide-icon,
  .check-card-grid .cause-card:hover .lucide { stroke: #d6e1e5; transform: translateY(-2px) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .check-card-grid .cause-face,
  .check-card-grid .cause-face.front .cause-illustration { transition: none; }
}

#vergleich {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(122deg, #032d4e 0%, #005b82 52%, #075b7d 100%) !important;
}
#vergleich:before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(122deg, #032d4e 0%, #005b82 52%, #075b7d 100%);
  opacity: 1;
  pointer-events: none;
}
#vergleich:after {
  display: none;
}
#vergleich > .container {
  position: relative;
  z-index: 2;
}
#vergleich .section-intro > p:last-child {
  color: rgba(247,253,255,.92);
  text-shadow: 0 1px 8px rgba(0,22,48,.3);
}
#vergleich .section-intro h2 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,22,48,.28);
}
#vergleich .compare-card {
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(20,42,57,.08);
}
#vergleich .compare-example {
  background: rgba(3,45,78,.62);
  border-top-color: rgba(188,236,255,.28);
  border-bottom-color: rgba(188,236,255,.28);
  box-shadow: 0 14px 34px rgba(0,22,48,.16), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
#vergleich .compare-example .eyebrow {
  color: var(--orange);
  text-shadow: 0 1px 8px rgba(0,22,48,.3);
}
#vergleich .compare-example h3 {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,22,48,.32);
}
#vergleich .compare-example p:not(.eyebrow) {
  color: rgba(247,253,255,.92);
  text-shadow: 0 1px 8px rgba(0,22,48,.28);
}
#vergleich .compare-example .button-outline {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 22px rgba(243,107,33,.22);
}
#vergleich .compare-example .button-outline:hover {
  border-color: #ff7b31;
  background: #ff7b31;
  color: #fff;
}
@media (max-width: 800px) {
  #vergleich:before { background-position: center; }
}
@media (prefers-reduced-motion: reduce) {
  #vergleich:before { opacity: 1; }
}

/* Final visual QA: shared grid, predictable narrow layouts and type rhythm. */
.faq-section > .narrow {
  width: min(var(--max), calc(100% - 64px));
  max-width: var(--max);
  margin-inline: auto;
}
.faq-section > .narrow > .eyebrow,
.faq-section > .narrow > h2,
.faq-section > .narrow > details {
  max-width: 850px;
}
#vergleich .compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#vergleich .compare-card {
  min-width: 0;
  overflow-wrap: anywhere;
}
.cause-info-card p,
.check-card-grid .cause-face.back p,
.decision-card span,
.faq-section details p {
  font-size: 15px;
  line-height: 1.7;
}
.faq-section summary {
  font-size: 17px;
  line-height: 1.45;
}
@media (max-width: 800px) {
  .faq-section > .narrow {
    width: min(var(--max), calc(100% - 32px));
  }
}
@media (max-width: 520px) {
  #vergleich .compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  #vergleich .compare-card {
    width: 100%;
  }
  .faq-section summary {
    font-size: 16px;
  }
}

/* Final alignment and responsive readability pass. */
.answer-panel {
  position: relative;
  padding-left: 0;
  border-left: 0;
}
.answer-panel:before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--orange);
}
.answer-panel > div:first-child,
.answer-panel > div:last-child {
  min-width: 0;
}
.answer-panel > div:first-child { padding-left: 34px; }
.cause-info-card:before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    repeating-linear-gradient(118deg, transparent 0 118px, rgba(108,177,224,.055) 119px, transparent 120px 238px),
    linear-gradient(180deg, transparent 0%, rgba(0, 22, 42, .2) 45%, rgba(0, 22, 42, .46) 100%);
  pointer-events: none;
}
.cause-info-card p { color: rgba(242, 251, 255, .91); text-shadow: 0 1px 8px rgba(0, 25, 48, .3); }
.product-card p:not(.eyebrow) { color: rgba(242, 251, 255, .91); }
.hero-visual .hero-set { max-width: 100%; }

@media (min-width: 801px) and (max-width: 1100px) {
  .hero-visual .hero-set { inset-inline: -4%; }
  .hero-piece-computer { width: 49%; }
  .hero-piece-monitor { right: -1%; width: 68%; }
  .hero-piece-box { left: 23%; width: 44%; }
  .cta-panel { padding-left: 280px; overflow: hidden; }
  .cta-content { transform: none; }
  .cta-monitor { left: 0; width: 360px; }
}

@media (max-width: 800px) {
  .hero-visual .hero-set { inset-inline: -4%; }
  .hero-piece-computer { left: 1%; width: 48%; }
  .hero-piece-monitor { right: -1%; width: 71%; }
  .hero-piece-box { left: 23%; width: 46%; }
  .cta-panel { overflow: hidden; }
  .hero-actions .button-primary,
  .product-card .button-primary { width: min(100%, 270px); }
  .cause-info-card p,
  .check-card-grid .cause-face.back p,
  .decision-card span,
  .faq-section details p { font-size: 16px; line-height: 1.68; }
  .cause-info-card { padding: 26px; }
  .cause-info-card h3 { max-width: 78%; }
  .answer-panel > div:first-child { padding-left: 22px; }
}

@media (max-width: 520px) {
  .section h2 { font-size: clamp(31px, 9.6vw, 38px); line-height: 1.06; }
  .section-intro { margin-bottom: 34px; }
  .section-intro > p:last-child { font-size: 17px; line-height: 1.68; }
  .cause-info-card { min-height: 0; padding: 26px 24px; }
  .cause-info-card h3 { max-width: 82%; font-size: 26px; }
  .cause-info-card p,
  .check-card-grid .cause-face.back p,
  .decision-card span,
  .faq-section details p { font-size: 16px; }
  .faq-section summary { font-size: 16px; }
  .product-card { padding-inline: 24px; }
}

/* Approved feedback pass: readable type, screenshot-first hero, visible CTAs, and a complete footer. */
:root {
  --hero-ink: #f7fdff;
  --hero-muted: rgba(247, 253, 255, .92);
  --footer-ink: #f4f8fa;
  --footer-muted: #b5c1c7;
}

body { font-family: Poppins, Arial, sans-serif; }
.hero-lead,
.section-intro > p:last-child,
.answer-panel > p,
.two-column > div > p:not(.eyebrow),
.product-grid > div > p:not(.eyebrow),
.decision-grid > div > p:not(.eyebrow),
.cta-panel p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.72;
}
.section-intro > p:last-child,
.answer-panel > p,
.two-column > div > p:not(.eyebrow),
.product-grid > div > p:not(.eyebrow),
.decision-grid > div > p:not(.eyebrow) { color: #50585e; }

/* Keep the product module centered beside its supporting feature list and
   preserve readable copy on the deep-blue panel. */
.product-grid { align-items: center; }
.product-grid .product-card p:not(.eyebrow) { color: rgba(247, 253, 255, .96); text-shadow: 0 1px 8px rgba(0, 22, 48, .2); }
.product-card-note {
  margin: -10px 0 0;
  padding: 0 28px;
  color: rgba(247, 253, 255, .78) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}
@media (max-width: 520px) {
  .product-card-note { padding-inline: 18px; }
}

.hero {
  min-height: 650px;
  background: linear-gradient(122deg, #032d4e 0%, #005b82 52%, #178eaf 100%);
}
.hero-lead { color: var(--hero-muted); }
.hero-note { color: rgba(247, 253, 255, .82); }
.hero .text-link { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.55); text-underline-offset: 4px; }
.hero .text-link:hover { color: #fff; text-decoration-color: var(--orange); }
.hero-actions { gap: 24px; }
.hero-actions .button-primary,
.product-card .button-primary,
.cta-action .button-primary {
  min-height: 62px;
  padding-inline: 32px;
  font-size: 13px;
  letter-spacing: .025em;
  box-shadow: 0 16px 34px rgba(0, 19, 39, .25), 0 0 0 2px rgba(255,255,255,.12);
}
.hero-actions .button-primary:hover,
.product-card .button-primary:hover,
.cta-action .button-primary:hover { background: #ff7b31; }

.hero-atmosphere {
  position: relative;
  width: min(510px, 100%);
  aspect-ratio: 1 / .86;
  margin: auto;
  border: 1px solid rgba(208, 247, 255, .28);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, rgba(188, 245, 255, .18), rgba(40, 177, 213, .08) 31%, transparent 65%);
  box-shadow: 0 0 0 28px rgba(171, 240, 255, .035), 0 0 0 82px rgba(171, 240, 255, .022), inset 0 0 70px rgba(181, 246, 255, .12);
  transform: rotate(-7deg);
}
.hero-atmosphere-ring { position: absolute; inset: 12%; border: 1px solid rgba(221, 250, 255, .26); border-radius: 50%; transform: rotate(18deg) scaleY(.48); }
.hero-atmosphere-ring-two { inset: 24% 8%; border-color: rgba(243, 107, 33, .38); transform: rotate(-18deg) scaleY(.34); }
.hero-atmosphere-core { position: absolute; top: 50%; left: 50%; width: 84px; height: 84px; transform: translate(-50%, -50%); border: 1px solid rgba(226, 252, 255, .74); border-radius: 50%; background: radial-gradient(circle, rgba(232, 253, 255, .72) 0 4%, rgba(105, 220, 244, .24) 5% 32%, transparent 68%); box-shadow: 0 0 34px 10px rgba(129, 229, 250, .22); }
.hero-atmosphere-line { position: absolute; top: 50%; left: 50%; width: 76%; height: 1px; background: linear-gradient(90deg, transparent, rgba(212, 249, 255, .55), transparent); transform-origin: center; }
.hero-atmosphere-line-one { transform: translate(-50%, -50%) rotate(28deg); }
.hero-atmosphere-line-two { transform: translate(-50%, -50%) rotate(-32deg); }
.hero-atmosphere-label { position: absolute; color: rgba(238, 252, 255, .9); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
/* The restored product artwork carries its own product labeling; avoid a
   duplicate decorative label peeking out behind the foreground images. */
.hero-atmosphere-label { display: none; }

.sticky-download {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 9px 16px 9px 20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: #f36b21;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0, 28, 50, .28), 0 0 0 3px rgba(243,107,33,.12);
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.sticky-download:hover { background: #ff7b31; transform: translateY(-2px); }
.sticky-download.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }
.sticky-download:focus-visible { outline: 3px solid rgba(255,255,255,.95); outline-offset: 4px; }
.sticky-download span,
.sticky-download strong { font-size: 11px; font-weight: 800; line-height: 1; letter-spacing: .08em; }
.sticky-download b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.18); }
.sticky-download b .lucide { width: 16px; height: 16px; stroke-width: 2; }

.site-footer {
  padding: 52px 0 18px;
  border-top: 0;
  background: linear-gradient(135deg, #061b2d 0%, #072d48 58%, #08415d 100%);
  color: var(--footer-muted);
  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: var(--footer-muted); line-height: 1.7; }
.footer-column { display: grid; align-content: start; gap: 6px; }
.footer-column h2 { margin: 0 0 8px; color: var(--footer-ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a, .footer-column span { min-height: 28px; color: var(--footer-muted); 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; }
body { padding-bottom: 0; }
.site-footer { padding-bottom: 118px; }

@media (max-width: 800px) {
  .hero { min-height: 0; }
  .hero-atmosphere { width: min(430px, 94vw); }
  .hero-actions .button-primary, .product-card .button-primary { width: min(100%, 310px); }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 30px; }
  .site-footer { padding-bottom: 138px; }
  .final-cta { padding-bottom: 154px; }
  .sticky-download {
    position: sticky;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid #dbe5e9;
    border-radius: 0;
    background: #fff;
    color: #123b55;
    box-shadow: 0 -10px 28px rgba(20,42,57,.14);
    opacity: 1;
    backdrop-filter: none;
    isolation: isolate;
    margin: 0;
  }
  .sticky-download span { display: block; color: #5c7482; }
  .sticky-download strong { justify-self: center; color: #d95714; }
  .sticky-download b { background: var(--orange); color: #fff; }
  .gallery-arrow { width: 38px; height: 48px; font-size: 36px; }
  .gallery-arrow-prev { left: 0; }
  .gallery-arrow-next { right: 0; }
  .gallery-dots { gap: 12px; }
  .gallery-dot,
  .gallery-dot:hover,
  .gallery-dot.is-active { width: 13px; height: 13px; }
}

@media (max-width: 520px) {
  .hero-lead, .section-intro > p:last-child, .answer-panel > p, .two-column > div > p:not(.eyebrow), .product-grid > div > p:not(.eyebrow), .decision-grid > div > p:not(.eyebrow), .cta-panel p:not(.eyebrow) { font-size: 17px; line-height: 1.68; }
  .hero-atmosphere { width: 106%; margin-left: -3%; }
  .hero-atmosphere-label { font-size: 9px; }
  .sticky-download { min-height: 68px; gap: 8px; padding-inline: 14px; }
  .sticky-download span,
  .sticky-download strong { font-size: 11px; }
  .sticky-download b { width: 25px; height: 25px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; }
  .final-cta { padding-bottom: 148px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere { transform: none; }
  .sticky-download { transition: none; }
}

/* Keep the circle composition as the visual base and restore the supplied
   PC Fresh artwork as the foreground layer: computer left, monitor right,
   product box centered in front. */
.hero-visual { isolation: isolate; }
.hero-atmosphere { position: relative; z-index: 0; }
.hero-set {
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 -16% -3% -16%;
  min-height: 520px;
  max-width: none !important;
  pointer-events: none;
}
.hero-set-table { z-index: 0; }
.hero-piece { pointer-events: none; }
.hero-piece-computer { z-index: 1; opacity: 0; animation: hero-computer-drop 1.05s cubic-bezier(.2,.78,.25,1) .1s both; transform: rotate(-2deg) scale(.96); }
.hero-piece-monitor { z-index: 2; opacity: 0; animation: hero-monitor-drop 1.12s cubic-bezier(.2,.78,.25,1) .3s both; transform: rotate(1deg) scale(.96); }
.hero-piece-box { z-index: 4; opacity: 0; animation: hero-box-drop 1.18s cubic-bezier(.2,.78,.25,1) .52s both; transform: rotate(2deg) scale(.94); filter: drop-shadow(12px 24px 19px rgba(0,16,32,.48)) drop-shadow(0 0 10px rgba(219,251,255,.14)); }

@keyframes hero-computer-drop {
  0% { opacity: 0; transform: translate3d(0, -180px, 0) rotate(-2deg) scale(.86); }
  68% { opacity: 1; transform: translate3d(0, 8px, 0) rotate(-2deg) scale(.97); }
  84% { transform: translate3d(0, -3px, 0) rotate(-2deg) scale(.955); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(-2deg) scale(.96); }
}
@keyframes hero-monitor-drop {
  0% { opacity: 0; transform: translate3d(0, -180px, 0) rotate(1deg) scale(.86); }
  68% { opacity: 1; transform: translate3d(0, 8px, 0) rotate(1deg) scale(.97); }
  84% { transform: translate3d(0, -3px, 0) rotate(1deg) scale(.955); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(1deg) scale(.96); }
}
@keyframes hero-box-drop {
  0% { opacity: 0; transform: translate3d(0, -180px, 0) rotate(2deg) scale(.84); }
  68% { opacity: 1; transform: translate3d(0, 8px, 0) rotate(2deg) scale(.95); }
  84% { transform: translate3d(0, -3px, 0) rotate(2deg) scale(.935); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(2deg) scale(.94); }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .hero-set { inset-inline: -4%; }
}
@media (max-width: 800px) {
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-visual { order: 1; width: 100%; flex: 0 0 360px; min-height: 360px; margin-top: -12px; }
  .hero-copy { order: 2; width: 100%; }
  .hero-set { inset: 0 -4% -2% -4%; min-height: 390px; }
  .hero-piece-computer { left: 0; bottom: 16%; width: 48%; }
  .hero-piece-monitor { right: -1%; bottom: 22%; width: 71%; }
  .hero-piece-box { left: 23%; bottom: -1%; width: 46%; }
}
@media (max-width: 520px) {
  .hero-visual { flex-basis: 310px; min-height: 310px; margin-top: -8px; }
  .hero-set { inset: 0 -13% -2% -13%; min-height: 290px; }
  .hero-piece-computer { left: 0; bottom: 15%; width: 50%; }
  .hero-piece-monitor { right: -5%; bottom: 21%; width: 78%; }
  .hero-piece-box { left: 21%; bottom: -1%; width: 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-piece-computer,
  .hero-piece-monitor,
  .hero-piece-box { animation: none; opacity: 1; }
}

/* Unified one-time scroll reveal. Targets are registered only when they
   start below the initial viewport, so the hero and first visible content
   never leave an empty loading state. */
.reveal-ready [data-reveal="pending"] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1);
}
.reveal-ready [data-reveal="pending"].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-ready .product-card > img[data-reveal="pending"] {
  transform: translateX(-50%) translateY(26px);
}
.reveal-ready .product-card > img[data-reveal="pending"].is-revealed {
  transform: translateX(-50%) translateY(0);
}
.reveal-ready .cta-monitor[data-reveal="pending"] {
  transform: translateY(calc(-50% + 26px));
}
.reveal-ready .cta-monitor[data-reveal="pending"].is-revealed {
  transform: translateY(-50%);
}
.reveal-ready [data-reveal="pending"]:focus-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .reveal-ready [data-reveal="pending"] {
    transform: translate3d(0, 20px, 0);
    transition-duration: .64s;
  }
  .reveal-ready .product-card > img[data-reveal="pending"] {
    transform: translateX(-50%) translateY(20px);
  }
  .reveal-ready .product-card > img[data-reveal="pending"].is-revealed {
    transform: translateX(-50%) translateY(0);
  }
  .reveal-ready .cta-monitor[data-reveal="pending"],
  .reveal-ready .cta-monitor[data-reveal="pending"].is-revealed {
    transform: translateY(20px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal="pending"],
  .reveal-ready [data-reveal="pending"].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* FAQ: use the available desktop width as a calm two-column decision aid.
   Each question remains a native details/summary control for keyboard and
   screen-reader access; mobile collapses back to one readable column. */
.faq-section {
  background: #f7fbfd !important;
}
.faq-section > .narrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 20px;
  width: min(var(--max), calc(100% - 64px));
  max-width: 1040px;
}
.faq-section > .narrow > .eyebrow,
.faq-section > .narrow > h2 {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 900px;
  text-align: center;
}
.faq-section > .narrow > .eyebrow {
  margin-bottom: 0;
}
.faq-section > .narrow > h2 {
  margin-bottom: 24px;
}
.faq-section details {
  width: 100%;
  padding: 0;
  border: 1px solid #dce7ed;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 24px rgba(0,46,76,.055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.faq-section details[open] {
  border-color: rgba(243,107,33,.48);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,46,76,.1);
}
.faq-section summary {
  min-height: 68px;
  padding: 17px 20px;
  color: #123b55;
  font-size: 15px;
  line-height: 1.45;
}
.faq-summary-label {
  min-width: 0;
}
.faq-icon {
  border-color: #b9d0dc;
  background: #f5fafc;
  color: #087eae;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.faq-section details[open] .faq-icon {
  border-color: rgba(243,107,33,.55);
  background: var(--orange-soft);
  color: var(--orange);
}
.faq-section details p {
  max-width: none;
  margin: 0;
  padding: 0 20px 20px;
  color: #526a76;
  font-size: 14px;
  line-height: 1.7;
}
@media (hover: hover) and (pointer: fine) {
  .faq-section details:not([open]):hover {
    border-color: #a9c8d6;
    box-shadow: 0 14px 28px rgba(0,46,76,.09);
  }
}
@media (max-width: 640px) {
  .faq-section > .narrow {
    grid-template-columns: 1fr;
    width: min(var(--max), calc(100% - 32px));
    gap: 12px;
  }
  .faq-section > .narrow > h2 {
    margin-bottom: 18px;
  }
  .faq-section summary {
    min-height: 64px;
    padding-inline: 17px;
  }
  .faq-section details p {
    padding-inline: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-section details,
  .faq-section .faq-icon {
    transition: none;
  }
}

/* Product module: keep the supplied box artwork compact and place it beside
   the product title instead of floating above the panel. */
.product-card {
  min-height: 430px;
  padding: 32px 34px 30px;
}
.product-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 108px;
  margin-bottom: 22px;
}
.product-card > .product-card-header > img {
  position: static;
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 0;
  transform: none;
  filter: drop-shadow(8px 14px 12px rgba(0,22,48,.34));
}
.product-card-title {
  min-width: 0;
}
.product-card-title .eyebrow {
  margin-bottom: 9px;
}
.product-card-title h3 {
  margin-bottom: 0;
}
.product-card > p:not(.eyebrow) {
  max-width: 48ch;
}
@media (max-width: 800px) {
  .product-card {
    min-height: 410px;
    margin-top: 46px;
    padding: 28px 28px 28px;
  }
  .product-card-header {
    min-height: 92px;
    gap: 15px;
    margin-bottom: 20px;
  }
  .product-card > .product-card-header > img {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 520px) {
  .product-card {
    padding: 24px 24px 26px;
  }
  .product-card-header {
    min-height: 82px;
    gap: 13px;
  }
  .product-card > .product-card-header > img {
    width: 78px;
    height: 78px;
  }
  .product-card-title .eyebrow {
    font-size: 9px;
    letter-spacing: .12em;
  }
  .product-card-title h3 {
    font-size: 24px;
  }
}

/* Comparison module: a direct, decision-friendly two-panel comparison.
   Windows tools stay intentionally quiet; the bundled software side gets
   the stronger border, surface and check treatment without adding claims. */
#vergleich .section-intro {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}
#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-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;
  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;
  margin-inline: -9px;
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: #032d4e;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px rgba(0, 32, 57, .28), 0 0 0 1px rgba(243,107,33,.48);
  z-index: 2;
}
#vergleich .compare-example {
  max-width: 980px;
  margin-inline: auto;
}
@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;
  }
}

/* Product spotlight: a more memorable PC Fresh module while keeping the
   established deep-blue/orange visual language and the verified copy. */
.product-card {
  min-height: 470px;
  padding: 30px 34px 32px;
  overflow: hidden;
  border-color: rgba(175,235,255,.38);
  background:
    radial-gradient(circle at 88% 14%, rgba(173,241,255,.22), transparent 25%),
    radial-gradient(circle at 7% 110%, rgba(0,173,214,.22), transparent 40%),
    linear-gradient(140deg, #032d4e 0%, #00466d 52%, #075b7d 100%);
  box-shadow: 0 28px 60px rgba(0,22,48,.34), inset 0 1px 0 rgba(255,255,255,.2);
}
.product-card:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -110px;
  right: -88px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(190,246,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(181,242,255,.045), 0 0 0 54px rgba(181,242,255,.03);
  pointer-events: none;
}
.product-card:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 26px;
  bottom: 28px;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(186,241,255,.38));
  pointer-events: none;
}
.product-card-header {
  min-height: 126px;
  margin: 0 0 25px;
  gap: 21px;
  align-items: center;
}
.product-card > .product-card-header > img {
  z-index: 2;
  width: 122px;
  height: 122px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(8px 14px 12px rgba(0,22,48,.3));
}
.product-card-title {
  position: relative;
  z-index: 1;
  padding-top: 2px;
}
.product-card-title .eyebrow {
  margin-bottom: 11px;
  color: #bcecff;
  font-size: 10px;
  letter-spacing: .2em;
}
.product-card-title h3 {
  color: #fff;
  font-size: clamp(30px, 3vw, 40px);
  line-height: .98;
  text-shadow: 0 3px 18px rgba(0,22,48,.4);
}
.product-card > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 49ch;
  margin-bottom: 28px;
  color: rgba(247,253,255,.95);
  font-size: 15px;
  line-height: 1.72;
}
.product-card .product-card-cta {
  position: relative;
  z-index: 1;
  min-height: 56px;
  gap: 10px;
  padding-inline: 23px 18px;
  border-color: #ff7b31;
  box-shadow: 0 15px 28px rgba(0,23,45,.26), 0 0 0 3px rgba(243,107,33,.13);
}
.product-card .product-card-cta .lucide {
  width: 17px;
  height: 17px;
  stroke-width: 2.3;
  transition: transform .2s ease;
}
.product-card .product-card-cta:hover .lucide {
  transform: translate(2px, -2px);
}
@media (max-width: 800px) {
  .product-card {
    min-height: 438px;
    padding: 28px 28px 30px;
  }
  .product-card-header {
    min-height: 104px;
    margin-bottom: 22px;
    gap: 16px;
  }
  .product-card > .product-card-header > img {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
@media (max-width: 520px) {
  .product-card {
    min-height: 0;
    padding: 24px 24px 28px;
    border-radius: 24px;
  }
  .product-card:after { right: 24px; bottom: 24px; width: 48%; }
  .product-card-header {
    min-height: 84px;
    margin-bottom: 20px;
    gap: 13px;
  }
  .product-card > .product-card-header > img {
    width: 80px;
    height: 80px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .product-card-title .eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: .13em;
  }
  .product-card-title h3 { font-size: 27px; }
  .product-card > p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.68;
  }
  .product-card .product-card-cta {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-card .product-card-cta .lucide { transition: none; }
}
/* 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; }
}
