:root {
  --sphere-primary: #1f5eff;
  --sphere-secondary: #5adac7;
  --sphere-accent: #a99bf5;
  --sphere-warm-accent: #ffb39b;
  --sphere-background: #f8fbff;
  --sphere-surface: #ffffff;
  --sphere-surface-soft: #edf5fb;
  --sphere-text: #071d3a;
  --sphere-muted: #52657d;
  --sphere-border: rgba(7, 29, 58, 0.14);
  --sphere-radius-small: 8px;
  --sphere-radius-medium: 18px;
  --sphere-radius-large: 34px;
  --sphere-radius-round: 999px;
  --sphere-shadow-soft: 0 18px 48px rgba(20, 45, 90, 0.08);
  --sphere-shadow-floating: 0 28px 80px rgba(31, 94, 255, 0.18);
  --sphere-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sphere-text);
  background: radial-gradient(circle at 20% 0%, #ffffff 0, var(--sphere-background) 38%, #eef6fb 100%);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-underline-offset: 0.25em; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sphere-warm-accent); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; background: var(--sphere-text); color: white; padding: 12px 16px; border-radius: var(--sphere-radius-round); }
.skip-link:focus { top: 20px; }
.container { width: min(var(--sphere-container), calc(100% - 40px)); margin: 0 auto; }
.section-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.section-reveal.is-visible, .no-js .section-reveal { opacity: 1; transform: none; }
.section-kicker { margin: 0 0 10px; font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: var(--sphere-primary); }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; margin: 0 0 16px; }
h1 { font-size: clamp(2.8rem, 7vw, 6.9rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.75rem); }
p { margin: 0 0 16px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.wide-heading { max-width: 920px; }
.primary-button, .header-cta, .external-button, .cookie-banner button, .contact-form button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border-radius: var(--sphere-radius-round); border: 1px solid transparent; background: var(--sphere-primary); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer;
}
.text-link { font-weight: 800; color: var(--sphere-primary); }

.orbital-header { position: sticky; top: 0; z-index: 100; transition: all .25s ease; }
.orbital-header.is-scrolled { backdrop-filter: blur(18px); background: rgba(248,251,255,.86); border-bottom: 1px solid var(--sphere-border); }
.header-shell { width: min(1240px, calc(100% - 28px)); margin: 10px auto; min-height: 76px; display: flex; align-items: center; gap: 18px; padding: 10px 14px; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-round); background: rgba(255,255,255,.72); box-shadow: var(--sphere-shadow-soft); transition: min-height .25s ease; }
.is-scrolled .header-shell { min-height: 60px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.brand-lockup img { width: 42px; height: 42px; border-radius: 50%; }
.main-navigation { margin-left: auto; display: flex; align-items: center; gap: 16px; font-size: .92rem; font-weight: 750; }
.main-navigation a { text-decoration: none; color: var(--sphere-muted); }
.main-navigation a:hover, .main-navigation a.is-active { color: var(--sphere-primary); }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--sphere-border); background: white; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--sphere-text); margin: 4px auto; }

.hero-orbit { padding: 86px 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: 50px; align-items: center; }
.hero-copy > p:not(.section-kicker) { max-width: 690px; font-size: 1.13rem; color: var(--sphere-muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin: 28px 0; }
.editorial-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 760px; }
.editorial-metrics span { border-top: 1px solid var(--sphere-border); padding-top: 14px; color: var(--sphere-muted); }
.editorial-metrics strong { display: block; font-size: 2.3rem; color: var(--sphere-text); line-height: 1; }
.hero-visual { position: relative; min-height: 540px; }
.orbital-frame { position: absolute; inset: 24px 0 0 0; border-radius: 46% 54% 45% 55% / 55% 40% 60% 45%; overflow: hidden; box-shadow: var(--sphere-shadow-floating); }
.orbital-frame img { width: 100%; height: 100%; }
.orbit-ring { position: absolute; border: 2px solid; border-radius: 50%; pointer-events: none; }
.ring-one { inset: 10%; border-color: rgba(31,94,255,.55); transform: rotate(-18deg); }
.ring-two { inset: 2% 18%; border-color: rgba(90,218,199,.55); transform: rotate(33deg); }
.ring-three { inset: 24% -4%; border-color: rgba(169,155,245,.42); transform: rotate(68deg); }
.floating-note { position: absolute; right: 0; bottom: 54px; width: min(260px, 70%); background: rgba(255,255,255,.9); border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); padding: 18px; box-shadow: var(--sphere-shadow-soft); }
.floating-note span { display: block; color: var(--sphere-muted); }

.principle-strip { padding: 22px 0 62px; }
.principle-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-round); background: white; overflow: hidden; }
.principle-line span { padding: 18px 22px 18px 42px; position: relative; font-weight: 800; color: var(--sphere-muted); }
.principle-line span::before { content: ""; position: absolute; left: 18px; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--sphere-secondary); transform: translateY(-50%); }

.selection-spheres, .ranking-section, .criteria-system, .leader-feature, .style-mosaic, .device-section, .faq-section, .contact-section { padding: 82px 0; }
.sphere-method { position: relative; min-height: 520px; }
.method-sphere { position: absolute; width: 38%; min-height: 390px; padding: 54px 44px; border-radius: 50%; border: 1px solid var(--sphere-border); background: rgba(255,255,255,.82); box-shadow: var(--sphere-shadow-soft); }
.sphere-a { left: 0; top: 20px; }
.sphere-b { left: 31%; top: 0; background: rgba(237,245,251,.9); }
.sphere-c { right: 0; top: 20px; }
.sphere-center { position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%); width: 190px; height: 190px; border-radius: 50%; display: grid; place-items: center; text-align: center; padding: 18px; background: var(--sphere-primary); color: white; font-weight: 900; box-shadow: var(--sphere-shadow-floating); }
.sphere-number { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--sphere-surface-soft); font-weight: 900; color: var(--sphere-primary); }
.css-icon { float: right; width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--sphere-secondary), var(--sphere-primary)); }
.method-sphere li, .feature-list li { margin-bottom: 6px; }

.ranking-ribbon { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rank-card, .rank-row { position: relative; border: 1px solid var(--sphere-border); background: white; border-radius: var(--sphere-radius-large); box-shadow: var(--sphere-shadow-soft); overflow: hidden; }
.rank-leader { grid-column: 1 / -1; display: grid; grid-template-columns: 110px minmax(320px, .88fr) 1fr; gap: 26px; padding: 28px; align-items: center; }
.rank-split { display: grid; grid-template-columns: 84px 1fr; padding: 22px; gap: 18px; }
.rank-split .rank-image { grid-column: 1 / -1; height: 240px; }
.rank-number { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: var(--marker, var(--sphere-primary)); color: white; font-size: 1.45rem; font-weight: 950; }
.rank-image { border-radius: 38% 62% 49% 51% / 52% 38% 62% 48%; overflow: hidden; min-height: 260px; background: var(--sphere-surface-soft); }
.rank-image img { width: 100%; height: 100%; }
.rank-badge, .rank-category { color: var(--marker, var(--sphere-primary)); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.feature-list { columns: 2; padding-left: 18px; }
.score-line { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--sphere-border); padding-top: 12px; margin: 14px 0; }
.score-line span { color: var(--sphere-muted); }
.score-line strong { color: var(--marker, var(--sphere-primary)); white-space: nowrap; }
.rank-row { grid-column: 1 / -1; display: grid; grid-template-columns: 92px 210px 1fr; gap: 20px; padding: 18px; align-items: center; }
.rank-row img { height: 150px; width: 210px; border-radius: var(--sphere-radius-round); }
.marker-cobalt { --marker: var(--sphere-primary); }
.marker-mint { --marker: #0fae9b; }
.marker-lavender { --marker: #8170de; }
.marker-peach { --marker: #de7d62; }

.top-orbit { padding: 82px 0; background: linear-gradient(180deg, transparent, rgba(237,245,251,.68)); }
.orbit-showcase { position: relative; min-height: 670px; display: grid; place-items: center; }
.orbit-showcase::before { content: ""; position: absolute; width: 660px; height: 440px; border: 1px dashed rgba(31,94,255,.3); border-radius: 50%; }
.orbit-showcase article { position: absolute; width: 210px; min-height: 170px; padding: 16px; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); background: rgba(255,255,255,.88); box-shadow: var(--sphere-shadow-soft); }
.orbit-showcase img { width: 72px; height: 72px; border-radius: 50%; }
.orbit-showcase span { font-weight: 950; color: var(--sphere-primary); }
.orbit-center { width: 320px !important; min-height: 360px !important; display: grid; justify-items: center; text-align: center; border-radius: 46% !important; z-index: 2; }
.orbit-center img { width: 210px; height: 210px; }
.orbit-showcase article:nth-child(2) { left: 7%; top: 10%; }
.orbit-showcase article:nth-child(3) { right: 9%; top: 12%; }
.orbit-showcase article:nth-child(4) { left: 10%; bottom: 14%; }
.orbit-showcase article:nth-child(5) { right: 10%; bottom: 12%; }

.criteria-orbit { position: relative; min-height: 720px; }
.criteria-center { position: absolute; inset: 220px calc(50% - 190px) auto; width: 380px; height: 240px; border-radius: 50%; border: 1px solid var(--sphere-border); display: grid; place-items: center; text-align: center; padding: 34px; background: white; }
.criteria-orbit article { position: absolute; width: 260px; padding: 20px; border-left: 3px solid var(--sphere-secondary); background: transparent; }
.criteria-orbit span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--sphere-primary); color: white; font-weight: 900; }
.criteria-orbit article:nth-of-type(1) { left: 6%; top: 60px; }
.criteria-orbit article:nth-of-type(2) { right: 10%; top: 70px; }
.criteria-orbit article:nth-of-type(3) { left: 0; top: 310px; }
.criteria-orbit article:nth-of-type(4) { right: 0; top: 310px; }
.criteria-orbit article:nth-of-type(5) { left: 18%; bottom: 20px; }
.criteria-orbit article:nth-of-type(6) { right: 18%; bottom: 20px; }

.leader-feature { background: var(--sphere-surface-soft); }
.leader-grid { display: grid; grid-template-columns: 120px minmax(260px, .82fr) 1fr 270px; gap: 24px; align-items: start; }
.leader-number { font-size: 5rem; font-weight: 950; color: var(--sphere-primary); line-height: .9; }
.leader-image { width: 100%; min-height: 520px; border-radius: 48% 52% 38% 62%; }
.leader-facts { border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); padding: 22px; background: white; position: sticky; top: 96px; }

.support-section { padding: 82px 0; }
.support-grid { display: grid; grid-template-columns: 1fr 310px 260px; gap: 34px; align-items: center; }
.support-orb { aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: var(--sphere-shadow-floating); }
.support-tags, .security-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.support-tags span, .security-badges span { border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-round); padding: 10px 14px; background: white; font-weight: 750; }
.disclaimer-note { padding: 16px; border-left: 4px solid var(--sphere-warm-accent); background: white; }

.mosaic-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: minmax(210px, auto); gap: 18px; }
.mosaic-grid article { border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); padding: 22px; background: white; overflow: hidden; }
.mosaic-grid img { width: 100%; height: 180px; border-radius: var(--sphere-radius-round); margin-bottom: 18px; }
.mosaic-wide { grid-column: span 2; }
.mosaic-tall { grid-row: span 2; }

.benefit-belt { padding: 70px 0; }
.benefit-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--sphere-border); border-bottom: 1px solid var(--sphere-border); }
.benefit-line article { padding: 28px; border-right: 1px solid var(--sphere-border); }
.benefit-line span, .step-orbit span { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--sphere-surface-soft); color: var(--sphere-primary); font-weight: 950; margin-bottom: 18px; }

.device-tabs { display: grid; grid-template-columns: 360px 1fr; gap: 34px; align-items: center; }
.tab-orbit { position: relative; aspect-ratio: 1; border: 1px solid var(--sphere-border); border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, white, var(--sphere-surface-soft)); }
.tab-orbit button { position: absolute; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-round); background: white; padding: 12px 16px; font-weight: 850; cursor: pointer; }
.tab-orbit button[aria-selected="true"] { background: var(--sphere-primary); color: white; transform: scale(1.08); }
.tab-orbit button:nth-child(1) { top: 42%; left: 24%; }
.tab-orbit button:nth-child(2) { top: 10%; left: 34%; }
.tab-orbit button:nth-child(3) { bottom: 14%; left: 34%; }
.tab-orbit button:nth-child(4) { top: 42%; right: 4%; }
.tab-panels { border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-large); background: white; padding: 34px; box-shadow: var(--sphere-shadow-soft); }

.security-zone { position: relative; padding: 92px 0; background: #061a34; color: white; overflow: hidden; }
.security-zone::before { content: ""; position: absolute; right: -160px; top: -120px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: inset 0 0 0 50px rgba(90,218,199,.06), inset 0 0 0 110px rgba(31,94,255,.07); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; position: relative; }
.security-badges span { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.light-disclaimer { color: #d9e8f5; }

.start-steps { padding: 82px 0; }
.step-orbit { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; list-style: none; padding: 0; position: relative; }
.step-orbit::before { content: ""; position: absolute; left: 8%; right: 8%; top: 31px; border-top: 2px dashed rgba(31,94,255,.24); }
.step-orbit li { position: relative; z-index: 1; font-weight: 850; background: var(--sphere-background); }

.faq-list article { border-bottom: 1px solid var(--sphere-border); }
.faq-list button { width: 100%; text-align: left; padding: 22px 0; border: 0; background: transparent; font-weight: 900; font-size: 1.1rem; cursor: pointer; }
.faq-list button::after { content: "+"; float: right; color: var(--sphere-primary); font-size: 1.4rem; }
.faq-list button[aria-expanded="true"]::after { content: "−"; }
.faq-list div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-list div > p { overflow: hidden; color: var(--sphere-muted); }
.faq-list button[aria-expanded="true"] + div { grid-template-rows: 1fr; }
.no-js .faq-list div { grid-template-rows: 1fr; }

.updates-section { padding: 82px 0; background: var(--sphere-surface-soft); }
.updates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.updates-grid article { padding: 24px; border-radius: var(--sphere-radius-medium); background: white; border: 1px solid var(--sphere-border); }
.updates-grid time { font-weight: 900; color: var(--sphere-primary); }

.contact-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 42px; align-items: start; }
.contact-form { display: grid; gap: 10px; padding: 26px; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-large); background: white; box-shadow: var(--sphere-shadow-soft); }
.contact-form label { font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-small); padding: 12px; background: #fbfdff; }
.checkbox-line { display: flex; gap: 10px; align-items: flex-start; }
.checkbox-line input { width: auto; margin-top: 6px; }
.form-status { min-height: 24px; color: #9a3412; font-weight: 800; }
.form-status.success { color: #08796c; }

.final-cta { padding: 88px 0; }
.final-orbit { position: relative; overflow: hidden; padding: 54px; border-radius: var(--sphere-radius-large); background: radial-gradient(circle at 80% 50%, rgba(90,218,199,.34), transparent 28%), radial-gradient(circle at 22% 40%, rgba(31,94,255,.16), transparent 34%), white; border: 1px solid var(--sphere-border); }
.final-orbit::after { content: ""; position: absolute; right: -80px; top: -70px; width: 330px; height: 330px; border-radius: 50%; border: 1px solid rgba(31,94,255,.22); box-shadow: inset 0 0 0 42px rgba(31,94,255,.06), inset 0 0 0 86px rgba(169,155,245,.08); }
.final-orbit h2, .final-orbit p, .final-orbit a { position: relative; z-index: 1; max-width: 780px; }

.site-footer { background: #071d3a; color: white; padding-top: 62px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; gap: 34px; }
.footer-grid img { width: 54px; height: 54px; border-radius: 50%; }
.footer-grid nav { display: grid; gap: 10px; }
.footer-disclaimer { grid-column: 1 / -1; color: #d8e5f2; border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; }
.footer-bottom { text-align: center; padding: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #d8e5f2; margin-top: 28px; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 200; display: none; gap: 12px; align-items: center; max-width: 920px; margin: 0 auto; padding: 18px; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); background: rgba(255,255,255,.96); box-shadow: var(--sphere-shadow-floating); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; flex: 1; }
.cookie-banner button:last-child { background: white; color: var(--sphere-text); border-color: var(--sphere-border); }
.back-top { position: fixed; right: 20px; bottom: 20px; z-index: 150; width: 58px; height: 58px; border: 1px solid var(--sphere-border); border-radius: 50%; background: var(--sphere-text); color: white; font-weight: 900; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.back-top.is-visible { opacity: 1; pointer-events: auto; }

.subpage-hero { padding: 92px 0 48px; background: radial-gradient(circle at 80% 20%, rgba(90,218,199,.24), transparent 30%); }
.subpage-layout { padding: 60px 0 90px; }
.article-shell { max-width: 900px; margin: 0 auto; }
.article-shell section { margin-bottom: 38px; padding-bottom: 28px; border-bottom: 1px solid var(--sphere-border); }
.article-shell ul { padding-left: 22px; }
.article-cta { padding: 30px; border-radius: var(--sphere-radius-large); background: white; border: 1px solid var(--sphere-border); box-shadow: var(--sphere-shadow-soft); }

@media (max-width: 1050px) {
  .main-navigation, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-navigation.is-open { position: fixed; inset: 88px 16px auto; display: grid; gap: 4px; padding: 18px; border: 1px solid var(--sphere-border); border-radius: var(--sphere-radius-medium); background: white; box-shadow: var(--sphere-shadow-floating); }
  .main-navigation.is-open a { padding: 12px; }
  .hero-grid, .device-tabs, .security-grid, .contact-grid, .support-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; }
  .method-sphere { position: relative; width: 100%; min-height: auto; border-radius: var(--sphere-radius-large); margin-bottom: 16px; left: auto; right: auto; top: auto; }
  .sphere-method { min-height: auto; }
  .sphere-center { position: relative; left: auto; top: auto; transform: none; margin: 18px auto 0; }
  .rank-leader, .rank-row, .leader-grid { grid-template-columns: 1fr; }
  .rank-row img { width: 100%; }
  .orbit-showcase, .criteria-orbit { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; min-height: auto; }
  .orbit-showcase::before { display: none; }
  .orbit-showcase article, .criteria-orbit article, .criteria-center { position: static; width: auto !important; min-height: auto !important; }
  .criteria-center { height: auto; border-radius: var(--sphere-radius-large); }
  .mosaic-grid, .updates-grid, .footer-grid { grid-template-columns: 1fr; }
  .mosaic-wide, .mosaic-tall { grid-column: auto; grid-row: auto; }
  .benefit-line, .step-orbit, .principle-line { grid-template-columns: 1fr 1fr; border-radius: var(--sphere-radius-medium); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--sphere-container)); }
  h1 { font-size: 2.65rem; }
  .header-shell { border-radius: var(--sphere-radius-medium); }
  .brand-lockup span { max-width: 170px; overflow-wrap: anywhere; }
  .editorial-metrics, .ranking-ribbon, .orbit-showcase, .benefit-line, .step-orbit, .principle-line { grid-template-columns: 1fr; }
  .rank-leader { padding: 18px; }
  .feature-list { columns: 1; }
  .hero-visual { min-height: 380px; }
  .floating-note { left: 0; right: auto; }
  .tab-orbit { aspect-ratio: auto; border-radius: var(--sphere-radius-medium); display: flex; flex-wrap: wrap; padding: 16px; gap: 10px; }
  .tab-orbit button { position: static; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .final-orbit { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
