/* Storage guide composition: Abelssoft tokens with guide-first information hierarchy. */
:root { --max: 1180px; --shadow-soft: 0 16px 42px rgba(11, 13, 18, .10); --shadow-card: 0 8px 22px rgba(20, 30, 40, .08); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas-2); color: var(--ink-600); font: var(--type-body); }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 48px)); }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 30; padding: 12px 16px; border-radius: var(--radius-md); background: var(--ink-900); color: #fff; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line-cool); background: rgba(249, 251, 255, .94); box-shadow: var(--shadow-xs); backdrop-filter: blur(14px); }
.header-inner { position: relative; display: flex; align-items: center; gap: 34px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: var(--text-sm); font-weight: var(--fw-semibold); }
.desktop-nav a, .mobile-nav a { text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .mobile-nav a:hover, .text-link:hover, .site-footer a:hover, .language-menu a:hover { color: var(--abel-blue); }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.header-cta { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 14px; border-radius: var(--radius-md); background: var(--abel-red); color: #fff; font-size: var(--text-xs); font-weight: var(--fw-bold); text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: var(--abel-red-hover); }
.header-cta svg { width: 16px; }
.language-switcher { position: relative; }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 9px; border: 1px solid var(--line-cool); border-radius: var(--radius-md); background: var(--surface); color: var(--abel-blue); font: 700 var(--text-xs) var(--font-sans); cursor: pointer; }
.language-option { color: var(--abel-blue); line-height: 1; }
.language-option.is-active { padding: 6px 7px; border-radius: 7px; background: var(--abel-red-tint); color: var(--abel-red); }
.language-slash { color: var(--ink-900); font-weight: 800; }
.language-toggle svg { width: 15px; transition: transform var(--dur-base) var(--ease-standard); }
.language-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.flag { display: inline-grid; width: 25px; height: 18px; place-items: center; border-radius: 3px; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .02em; }
.flag-de { background: linear-gradient(#111 0 33%, #d00 33% 66%, #ffce00 66%); }
.flag-en { background: linear-gradient(135deg, #173b8f 0 48%, #fff 48% 53%, #c8102e 53% 60%, #173b8f 60%); }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 25; display: none; min-width: 150px; padding: 6px; border: 1px solid var(--line-cool); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-md); }
.language-menu.is-open { display: grid; }
.language-menu a { display: flex; align-items: center; gap: 9px; padding: 10px 9px; border-radius: var(--radius-sm); color: var(--ink-700); font-size: var(--text-xs); font-weight: var(--fw-semibold); text-decoration: none; }
.language-menu a[aria-current="page"] { background: var(--abel-blue-tint-2); color: var(--abel-blue-deep); }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid var(--line-cool); border-radius: var(--radius-md); background: var(--surface); color: var(--ink-700); font: 600 var(--text-sm) var(--font-sans); cursor: pointer; }
.menu-toggle svg { width: 18px; }
.mobile-nav { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border-radius: var(--radius-md); font-size: var(--text-sm); font-weight: var(--fw-bold); text-decoration: none; transition: transform var(--dur-base) var(--ease-standard), background var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--abel-red); color: #fff; box-shadow: var(--shadow-cta); }
.button-primary:hover { background: var(--abel-red-hover); }
.button-light { background: #fff; color: var(--abel-red); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--abel-blue-deep); font-size: var(--text-sm); font-weight: var(--fw-bold); text-decoration: none; }
.text-link svg, .button svg { width: 17px; height: 17px; }
.hero { overflow: hidden; padding: 84px 0 76px; background: linear-gradient(135deg, #f9fbff 0%, #edf4f8 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--abel-red); font-size: var(--text-xs); font-weight: var(--fw-extrabold); letter-spacing: var(--tracking-eyebrow); line-height: 1.2; }
.eyebrow-light { color: #ffb2b2; }
.hero h1 { max-width: 680px; margin: 0; color: var(--ink-900); font-size: clamp(42px, 5.5vw, 62px); line-height: 1.06; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; margin: 26px 0 32px; color: var(--ink-600); font-size: var(--text-md); line-height: var(--leading-relaxed); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-note { display: flex; align-items: flex-start; gap: 9px; max-width: 620px; margin: 27px 0 0; color: var(--ink-500); font-size: var(--text-sm); }
.hero-note svg { flex: 0 0 auto; width: 17px; margin-top: 2px; color: var(--abel-blue); }
.hero-visual { position: relative; display: grid; min-height: 430px; place-items: center; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(3, 111, 163, .2), rgba(3, 111, 163, 0) 68%); }
.storage-card { position: relative; z-index: 2; width: min(365px, 100%); overflow: hidden; transform: rotate(2.4deg); border: 1px solid rgba(3, 111, 163, .10); border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(3, 54, 80, .18); }
.hero-screenshot { min-height: 430px; }
.hero-product-visual { min-height: 430px; }
.hero-product-frame { position: relative; z-index: 2; width: min(330px, 82%); margin: 0; padding: 12px 18px 10px; border: 1px solid rgba(3, 111, 163, .16); border-radius: var(--radius-xl); background: rgba(255, 255, 255, .72); box-shadow: 0 24px 60px rgba(3, 54, 80, .18); transform: rotate(1.2deg); }
.hero-product-frame img { display: block; width: 100%; height: 405px; object-fit: contain; }
.hero-product-frame figcaption { padding: 8px 3px 0; color: var(--ink-500); font-size: var(--text-xs); font-weight: var(--fw-semibold); text-align: center; }
.screenshot-frame { position: relative; z-index: 2; width: min(640px, 100%); margin: 0; padding: 14px 14px 11px; border: 1px solid rgba(3, 111, 163, .16); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 24px 60px rgba(3, 54, 80, .18); transform: rotate(1.2deg); }
.screenshot-frame img { display: block; width: 100%; height: auto; border-radius: var(--radius-lg); }
.screenshot-frame figcaption { padding: 10px 3px 0; color: var(--ink-500); font-size: var(--text-xs); font-weight: var(--fw-semibold); text-align: center; }
.storage-card-top, .storage-card-bottom { display: flex; align-items: center; gap: 10px; padding: 17px 21px; border-bottom: 1px solid var(--line-cool); color: var(--ink-500); font-size: var(--text-xs); }
.storage-card-top svg { width: 17px; margin-left: auto; }
.storage-card-bottom { border-top: 1px solid var(--line-cool); border-bottom: 0; color: var(--success-600); }
.storage-card-bottom svg { width: 18px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.storage-card-body { padding: 34px 32px 32px; background: linear-gradient(180deg, #fff, #f4f8fb); }
.disk-ring { display: grid; width: 142px; height: 142px; margin: 0 auto 30px; place-content: center; border: 12px solid #dcebf2; border-top-color: var(--abel-blue); border-right-color: var(--abel-red); border-radius: 50%; text-align: center; transform: rotate(-25deg); }
.disk-ring strong, .disk-ring span { transform: rotate(25deg); }
.disk-ring strong { color: var(--ink-900); font-size: var(--text-md); }
.disk-ring span { color: var(--ink-500); font-size: var(--text-xs); }
.storage-bars { display: grid; gap: 14px; }
.storage-bars div { display: grid; grid-template-columns: 106px 1fr; align-items: center; gap: 12px; color: var(--ink-500); font-size: var(--text-xs); }
.bar { display: block; height: 9px; border-radius: var(--radius-pill); background: #dce7ec; }
.bar::after { display: block; width: 68%; height: 100%; border-radius: inherit; content: ""; }
.bar-blue::after { background: var(--abel-blue); width: 76%; }
.bar-red::after { background: var(--abel-red); width: 52%; }
.bar-green::after { background: var(--success); width: 42%; }
.visual-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid var(--line-cool); border-radius: 12px; background: #fff; box-shadow: var(--shadow-card); color: var(--ink-700); font-size: var(--text-xs); font-weight: var(--fw-semibold); }
.visual-chip svg { width: 18px; color: var(--abel-blue); }
.chip-top { top: 44px; right: -3px; }
.chip-bottom { bottom: 45px; left: 0; }
.chip-bottom svg { color: var(--success-600); }
.mobile-cart { display: none; }
.answer-strip { border-bottom: 1px solid var(--line-cool); background: #fff; }
.answer-grid { display: grid; grid-template-columns: 230px 1fr; gap: 46px; align-items: center; padding: 28px 0; }
.answer-grid h2 { margin: 0; color: var(--ink-900); font-size: var(--text-xl); line-height: var(--leading-tight); }
.answer-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.answer-steps li { display: flex; align-items: flex-start; gap: 13px; padding-left: 18px; border-left: 1px solid var(--line-cool); }
.answer-steps span { color: var(--abel-red); font-size: var(--text-sm); font-weight: var(--fw-extrabold); }
.answer-steps strong, .answer-steps small { display: block; }
.answer-steps strong { color: var(--ink-900); font-size: var(--text-sm); }
.answer-steps small { margin-top: 3px; color: var(--ink-500); font-size: var(--text-xs); line-height: 1.4; }
.section { padding: 104px 0; }
.section-intro { max-width: 710px; margin-bottom: 48px; }
.section-intro.compact { margin-bottom: 0; }
.section h2 { max-width: 25ch; margin: 0 0 18px; color: var(--ink-900); font-size: clamp(31px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 68ch; margin: 0; color: var(--ink-500); font-size: var(--text-md); line-height: var(--leading-relaxed); }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-card { position: relative; min-height: 270px; padding: 27px 24px 25px; border: 1px solid var(--line-cool); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard); }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.step-number { position: absolute; top: 22px; right: 23px; color: var(--ink-300); font-size: var(--text-xs); font-weight: var(--fw-extrabold); }
.icon-tile { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: var(--radius-lg); }
.icon-tile svg { width: 22px; }
.icon-tile.blue { background: var(--abel-blue-tint); color: var(--abel-blue-deep); }
.icon-tile.red { background: var(--abel-red-tint); color: var(--abel-red); }
.icon-tile.green { background: var(--success-tint); color: var(--success-600); }
.step-card h3, .decision-list h3, .comparison-grid h3 { margin: 0 0 9px; color: var(--ink-900); font-size: var(--text-lg); line-height: 1.25; }
.step-card p, .decision-list p, .comparison-grid li { margin: 0; color: var(--ink-500); font-size: var(--text-sm); line-height: var(--leading-relaxed); }
.section-tint { background: var(--abel-blue-tint-2); }
.two-column { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 82px; align-items: start; }
.decision-list { display: grid; gap: 0; border-top: 1px solid var(--line-cool); }
.decision-list article { display: grid; grid-template-columns: 48px 1fr; gap: 19px; padding: 24px 0; border-bottom: 1px solid var(--line-cool); }
.decision-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #fff; color: var(--abel-blue); box-shadow: var(--shadow-xs); }
.decision-icon svg { width: 19px; }
.safety-section { padding-top: 86px; }
.safety-panel { display: grid; grid-template-columns: 64px minmax(0, 1fr) 280px; gap: 26px; align-items: start; padding: 42px; border: 1px solid var(--abel-red-tint-border); border-radius: var(--radius-lg); background: var(--abel-red-tint); }
.safety-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: #fff; color: var(--abel-red); }
.safety-icon svg { width: 24px; }
.safety-panel h2 { max-width: none; margin-bottom: 14px; font-size: clamp(29px, 3.7vw, 42px); }
.safety-panel p:not(.eyebrow) { max-width: 64ch; margin: 0; color: var(--ink-600); line-height: var(--leading-relaxed); }
.safe-list { display: grid; gap: 14px; margin: 15px 0 0; padding: 0; list-style: none; }
.safe-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-700); font-size: var(--text-sm); font-weight: var(--fw-semibold); line-height: 1.45; }
.safe-list svg { flex: 0 0 auto; width: 18px; color: var(--success-600); }
.product-section { padding-top: 80px; }
.product-bridge { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: center; padding: 64px 68px; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); }
.product-visual { position: relative; display: grid; min-height: 390px; place-items: center; }
.product-backdrop { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: var(--abel-blue-tint); }
.product-visual img { position: relative; z-index: 1; display: block; width: min(245px, 80%); height: auto; filter: drop-shadow(0 20px 20px rgba(11, 13, 18, .18)); }
.product-caption { position: absolute; right: 3%; bottom: 14px; z-index: 2; padding: 8px 11px; border-radius: var(--radius-sm); background: var(--abel-red); color: #fff; font-size: var(--text-xs); font-weight: var(--fw-bold); }
.product-copy h2 { max-width: 17ch; }
.product-copy > p:not(.eyebrow):not(.product-boundary):not(.cta-note) { max-width: 67ch; margin: 0 0 25px; color: var(--ink-500); font-size: var(--text-md); line-height: var(--leading-relaxed); }
.product-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 20px; margin: 0 0 25px; }
.product-features span { display: flex; align-items: center; gap: 9px; color: var(--ink-700); font-size: var(--text-sm); font-weight: var(--fw-semibold); }
.product-features svg { width: 18px; color: var(--abel-blue); }
.product-boundary { max-width: 64ch; margin: 0 0 25px; padding: 15px 17px; border-left: 3px solid var(--abel-blue); background: var(--abel-blue-tint-2); color: var(--ink-600); font-size: var(--text-sm); line-height: 1.55; }
.cta-note { margin: 10px 0 0; color: var(--ink-400); font-size: var(--text-xs); }
.comparison-section { padding-top: 84px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison-grid article { padding: 31px; border: 1px solid var(--line-cool); border-radius: var(--radius-lg); background: #fff; }
.comparison-grid .compare-highlight { border-color: var(--abel-blue); box-shadow: var(--shadow-card); }
.compare-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.compare-head svg { width: 22px; color: var(--abel-blue); }
.compare-head h3 { margin: 0; }
.comparison-grid ul { display: grid; gap: 13px; margin: 0 0 22px; padding: 0 0 0 20px; }
.faq-section { padding-top: 50px; }
.faq-list { border-top: 1px solid var(--line-cool); }
.faq-list details { border-bottom: 1px solid var(--line-cool); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; cursor: pointer; color: var(--ink-900); font-size: var(--text-md); font-weight: var(--fw-bold); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; width: 20px; color: var(--abel-blue); transition: transform var(--dur-base) var(--ease-standard); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 73ch; margin: -4px 0 22px; color: var(--ink-500); line-height: var(--leading-relaxed); }
.final-cta { padding: 26px 0 90px; }
.final-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 51px; border-radius: var(--radius-xl); background: var(--surface-premium-dark); box-shadow: var(--shadow-lg); }
.final-panel h2 { max-width: none; margin: 0 0 13px; color: #fff; font-size: clamp(29px, 3.4vw, 42px); }
.final-panel p:not(.eyebrow) { max-width: 600px; margin: 0; color: #bdc7cf; line-height: var(--leading-relaxed); }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: 240px; }
.site-footer { padding: 35px 0 22px; border-top: 1px solid var(--line-cool); background: #fff; color: var(--ink-500); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 34px; }
.footer-brand img { display: block; width: 130px; height: auto; margin-bottom: 15px; }
.footer-brand p { max-width: 31ch; margin: 0; font-size: var(--text-sm); line-height: 1.55; }
.footer-heading { margin: 0 0 12px; color: var(--ink-900); font-size: var(--text-sm); font-weight: var(--fw-bold); }
.site-footer a { display: block; width: fit-content; margin: 8px 0; color: var(--abel-blue-deep); font-size: var(--text-sm); font-weight: var(--fw-semibold); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 31px; padding-top: 18px; border-top: 1px solid var(--line-cool); color: var(--ink-400); font-size: var(--text-xs); }
:focus-visible { outline: 3px solid var(--abel-blue); outline-offset: 3px; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 400px; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column { gap: 45px; }
  .product-bridge { gap: 40px; padding: 48px; }
  .safety-panel { grid-template-columns: 58px minmax(0, 1fr); }
  .safe-list { grid-column: 2; margin-top: 0; }
}
@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 32px, var(--max)); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand img { width: 126px; }
  .desktop-nav { display: none; }
  .header-actions { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .mobile-nav { position: absolute; top: 61px; right: 0; left: 0; display: none; gap: 2px; padding: 9px; border: 1px solid var(--line-cool); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-md); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 13px 12px; border-radius: var(--radius-sm); font-size: var(--text-sm); font-weight: var(--fw-semibold); }
  .mobile-cart { display: flex !important; align-items: center; gap: 8px; margin-top: 6px; background: var(--abel-red-tint); color: var(--abel-red) !important; }
  .mobile-cart svg { width: 18px; }
  .mobile-nav a:hover { background: var(--abel-blue-tint-2); }
  .hero { padding: 50px 0 42px; }
  .hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-lead { margin: 20px 0 25px; font-size: var(--text-base); line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-visual { min-height: 302px; margin-top: 5px; }
  .hero-screenshot { min-height: 255px; }
  .hero-product-visual { min-height: 310px; }
  .hero-product-frame { width: min(240px, 72%); padding: 8px 12px 7px; }
  .hero-product-frame img { height: 280px; }
  .screenshot-frame { width: min(100%, 360px); padding: 8px 8px 7px; }
  .header-cta { white-space: normal; text-align: center; }
  .screenshot-frame figcaption { padding-top: 7px; font-size: 10px; }
  .visual-glow { width: 290px; height: 290px; }
  .storage-card { width: min(320px, calc(100% - 25px)); }
  .storage-card-body { padding: 26px 22px 25px; }
  .disk-ring { width: 116px; height: 116px; margin-bottom: 22px; border-width: 10px; }
  .chip-top { top: 8px; right: -2px; }
  .chip-bottom { bottom: 5px; left: -2px; }
  .visual-chip { padding: 10px 11px; font-size: 10px; }
  .answer-grid { grid-template-columns: 1fr; gap: 25px; padding: 27px 0; }
  .answer-steps { grid-template-columns: 1fr; gap: 13px; }
  .answer-steps li { padding-left: 13px; }
  .section { padding: 73px 0; }
  .section h2 { max-width: none; font-size: clamp(31px, 9vw, 43px); }
  .section-intro { margin-bottom: 34px; }
  .section-intro > p:last-child { font-size: var(--text-base); }
  .step-grid, .comparison-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; padding: 24px 21px; }
  .two-column, .product-bridge { grid-template-columns: 1fr; gap: 34px; }
  .decision-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .safety-panel { grid-template-columns: 1fr; gap: 20px; padding: 28px 23px; }
  .safe-list { grid-column: auto; margin-top: 0; }
  .product-section { padding-top: 25px; }
  .product-bridge { padding: 31px 22px 35px; }
  .product-visual { min-height: 300px; }
  .product-backdrop { width: 230px; height: 230px; }
  .product-visual img { width: 200px; }
  .product-copy h2 { max-width: none; }
  .product-copy > p:not(.eyebrow):not(.product-boundary):not(.cta-note) { font-size: var(--text-base); }
  .product-features { grid-template-columns: 1fr; }
  .product-copy .button { width: 100%; }
  .final-cta { padding: 14px 0 64px; }
  .final-panel { display: block; padding: 31px 23px; }
  .final-actions { display: grid; min-width: 0; margin-top: 25px; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom span { display: block; }
  .footer-bottom span + span { margin-top: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.screenshot-gallery-section { padding-top: 20px; background: #fff; }
.screenshot-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line-cool); border-radius: var(--radius-lg); background: var(--canvas-2); box-shadow: var(--shadow-xs); }
.gallery-image { padding: 12px; background: var(--abel-blue-tint-2); }
.gallery-image img { display: block; width: 100%; height: auto; aspect-ratio: 2010 / 1084; object-fit: contain; border-radius: var(--radius-md); background: #000; }
.gallery-card figcaption { display: grid; gap: 5px; padding: 17px 18px 19px; }
.gallery-card figcaption strong { color: var(--ink-900); font-size: var(--text-md); }
.gallery-card figcaption span { color: var(--ink-500); font-size: var(--text-sm); line-height: 1.45; }
.product-details-section { padding-top: 72px; background: #fff; }
.product-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-detail-card { padding: 26px 24px 24px; border: 1px solid var(--line-cool); border-radius: var(--radius-lg); background: var(--canvas-2); box-shadow: var(--shadow-xs); }
.detail-icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; border-radius: var(--radius-lg); }
.detail-icon svg { width: 21px; }
.detail-icon.blue { background: var(--abel-blue-tint); color: var(--abel-blue-deep); }
.detail-icon.red { background: var(--abel-red-tint); color: var(--abel-red); }
.detail-icon.green { background: var(--success-tint); color: var(--success-600); }
.product-detail-card h3 { margin: 0 0 10px; color: var(--ink-900); font-size: var(--text-lg); line-height: 1.25; }
.product-detail-card p { margin: 0 0 16px; color: var(--ink-500); font-size: var(--text-sm); line-height: var(--leading-relaxed); }
.product-detail-card ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: var(--ink-600); font-size: var(--text-xs); line-height: 1.45; }
.product-details-note { display: flex; align-items: flex-start; gap: 10px; max-width: 76ch; margin: 26px 0 0; padding: 15px 17px; border-left: 3px solid var(--abel-blue); background: var(--abel-blue-tint-2); color: var(--ink-600); font-size: var(--text-sm); line-height: 1.55; }
.product-details-note svg { flex: 0 0 auto; width: 18px; margin-top: 2px; color: var(--abel-blue); }
@media (max-width: 980px) { .product-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .screenshot-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } .gallery-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); } }
@media (min-width: 761px) and (max-width: 980px) { .header-inner { gap: 12px; } .header-actions { gap: 4px; } .header-cta { padding-inline: 8px; font-size: 10px; } .language-toggle { padding-inline: 5px; } .desktop-nav { gap: 12px; font-size: 11px; } .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 20px; } .screenshot-frame { width: min(100%, 400px); } }
@media (max-width: 760px) { .product-details-section { padding-top: 48px; } .product-detail-grid, .screenshot-gallery { grid-template-columns: 1fr; } .gallery-card:last-child { grid-column: auto; max-width: none; } }
