@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/cuprum-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/cuprum-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/jost-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/jost-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0e0918;
  --bg-deep: #09060f;
  --panel: #1a1624;
  --panel-2: #1b1728;
  --line: #3e3a46;
  --text: #d1cece;
  --fog: #9d9797;
  --white: #fff;
  --ember-a: #fd8925;
  --ember-b: #ff0c00;
  --electric-a: #077ac7;
  --electric-b: #6b21ef;
  --radius: 16px;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 1180px; overflow-x: hidden; background: var(--bg); color: var(--text); }
body.modal-open { overflow: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; background: #fff; color: #111; }
.skip-link:focus { top: 16px; }

.header { height: 74px; position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.11); background: linear-gradient(180deg, rgba(9,6,15,.72), transparent); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 52px; }
.brand { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; }
.brand img { width: 168px; height: auto; }
.header nav { display: flex; gap: 31px; }
.header nav a { color: #d2cdd5; font-size: 15px; text-decoration: none; }
.header nav a:hover { color: #fff; }
.header__right { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.header__right > a { color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; }

.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 650; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button--ember { background: linear-gradient(30deg, var(--ember-a), var(--ember-b)); box-shadow: 0 10px 28px rgba(255,55,8,.18), inset 0 1px rgba(255,255,255,.28); }
.button--ember:hover { background: linear-gradient(30deg, #ff9c32, #ff3b16); box-shadow: 0 14px 34px rgba(255,77,18,.3), inset 0 1px rgba(255,255,255,.34); }
.button--ghost { border: 1px solid #514b5b; background: #201a2b; color: #fff; }

.hero { min-height: 860px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; overflow: visible; background: #0b0712; }
.hero::after { content: ""; height: 1px; position: absolute; inset: auto 0 0; z-index: 1; background: rgba(255,255,255,.09); }
.hero__backdrop { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; opacity: 1; filter: saturate(.82) contrast(1.03); }
.hero[data-hero-variant="industrial"] .hero__backdrop { height: calc(100% - 70px); top: 70px; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,5,14,.95) 0%, rgba(8,5,14,.88) 27%, rgba(8,5,14,.58) 43%, rgba(8,5,14,.14) 58%, rgba(8,5,14,.03) 82%), linear-gradient(0deg, rgba(8,5,14,.72) 0%, transparent 24%), radial-gradient(circle at 79% 29%, rgba(35,151,215,.08), transparent 30%); }
.hero__inner { min-height: 780px; position: relative; z-index: 2; display: flex; align-items: center; padding-top: 65px; }
.hero__copy { max-width: 650px; padding-bottom: 86px; }
.signal { display: flex; align-items: center; gap: 12px; color: #d0cad3; font-family: "Cuprum", sans-serif; font-size: 16px; font-weight: 500; letter-spacing: .06em; }
.signal i { width: 7px; height: 7px; position: relative; border-radius: 50%; background: #50e3a4; box-shadow: 0 0 0 6px rgba(80,227,164,.1), 0 0 18px rgba(80,227,164,.65); }
.hero__metaphor { margin-top: 24px; display: block; color: #c6c0ca; font-size: 18px; font-weight: 300; letter-spacing: -.015em; }
.hero h1 { max-width: 650px; margin: 14px 0 24px; color: #fff; font-family: "Cuprum", sans-serif; font-size: 51px; font-weight: 520; line-height: .92; letter-spacing: -.005em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero__copy > p { max-width: 630px; margin: 0; color: #c4bec7; font-size: 19px; line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 112px; }
.hero__primary-action { display: grid; justify-items: center; gap: 8px; }
.hero__primary-action .button { min-height: 48px; padding-inline: 24px; font-size: 15px; font-weight: 620; letter-spacing: .045em; text-transform: uppercase; }
.hero__primary-action small { color: #aba4af; font-size: 13px; font-weight: 450; line-height: 1.25; }
.hero__actions > a { color: #ddd8e0; font-size: 15px; font-weight: 700; text-decoration: none; }
.hero__actions > a span { margin-left: 8px; color: #ff6a20; }
.hero__storage-badge { width: calc((min(1200px, calc(100% - 80px)) - 24px) / 3); padding: 17px 19px 16px; position: absolute; z-index: 2; top: 49.5%; right: max(40px, calc((100% - 1200px) / 2)); border: 1px solid rgba(118,204,242,.24); border-radius: 13px; background: rgba(13,10,19,.86); box-shadow: 0 18px 48px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.hero__storage-badge > span { color: #ff8b43; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.hero__storage-badge p { margin: 9px 0 7px; color: #f1edf2; font-size: 14px; font-weight: 600; line-height: 1.42; white-space: nowrap; }
.hero__storage-badge small { color: #aaa3af; font-size: 11px; line-height: 1.4; }
.hero__status { position: absolute; inset: auto 0 0; z-index: 3; transform: translateY(50%); }
.hero__status .shell { min-height: 112px; display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 12px; }
.hero__status span { height: 112px; min-height: 112px; padding: 17px 18px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(17,12,25,.92); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 18px 45px rgba(0,0,0,.32); transform: translateY(0); transition: transform .26s cubic-bezier(.2,.75,.25,1), border-color .26s ease, background .26s ease, box-shadow .26s ease; backdrop-filter: blur(14px); }
.hero__status i { width: 42px; height: 42px; grid-row: 1 / 3; align-self: center; display: grid; place-items: center; border: 1px solid rgba(255,124,48,.48); border-radius: 12px; background: linear-gradient(145deg, rgba(255,113,37,.22), rgba(112,43,236,.16)); color: #ff8a3d; font-size: 18px; font-style: normal; font-weight: 700; box-shadow: inset 0 1px rgba(255,255,255,.08), 0 0 22px rgba(255,83,20,.08); }
.hero__status small { color: #aaa3af; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.hero__status b { margin-top: 5px; color: #f0ebf1; font-size: 15px; font-weight: 700; letter-spacing: 0; }
.hero__status b em { margin-top: 2px; display: block; color: #b7b0bb; font-size: 12px; font-style: normal; font-weight: 500; line-height: 1.22; }

@media (hover: hover) and (pointer: fine) {
  .hero__status span:hover { border-color: rgba(255,137,67,.48); background: rgba(22,15,31,.96); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 24px 54px rgba(0,0,0,.4), 0 0 26px rgba(255,92,24,.08); transform: translateY(-6px); }
  .hero__status span:hover i { border-color: rgba(255,146,79,.72); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 0 24px rgba(255,83,20,.16); }
}

.section { padding: 96px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 42px; }
.kicker span { color: #8a8290; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.kicker p { margin: 0; color: #c9c3cd; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kicker::after { content: ""; width: 90px; height: 1px; margin-left: 7px; background: #3b3641; }
h1, h2, h3 { font-family: "Cuprum", sans-serif; }
h2 { margin: 0; color: #fff; font-size: 66px; font-weight: 500; line-height: .94; letter-spacing: -.005em; }
h2 em { color: #a9a3ad; font-style: normal; }

.thesis { background: var(--bg); }
.thesis__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 14px; }
.thesis__grid > div { padding: 28px 38px; border: 1px solid #383240; border-radius: 18px; background: linear-gradient(145deg, #191320, #130f1a); }
.thesis__grid > div:first-child { display: flex; align-items: flex-start; background: radial-gradient(circle at 22% 22%, rgba(255,103,35,.09), transparent 34%), #17121f; }
.thesis__grid > div:first-child h2 { font-size: 54px; line-height: .96; }
.thesis__grid > div:first-child h2 em { white-space: nowrap; }
.thesis__grid p { margin: 0; color: #b8b1bc; font-size: 17px; line-height: 1.62; }
.thesis__grid .lead { margin: 0 0 18px; color: #e2dee4; font-size: 21px; line-height: 1.5; }
.cold-proof { margin-top: 14px; padding: 38px; border: 1px solid #3b3543; border-radius: 20px; background: linear-gradient(145deg, #1b1524, #130f1b); }
.cold-proof__intro { display: grid; grid-template-columns: 170px 1fr; align-items: start; gap: 34px; }
.cold-proof__intro > span { padding-top: 8px; color: #ff7430; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.cold-proof__intro h3 { max-width: none; margin: 0; color: #fff; font-size: 42px; font-weight: 500; line-height: 1; letter-spacing: 0; white-space: nowrap; }
.cold-proof__compare { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cold-proof__compare article { min-height: 190px; padding: 26px; border: 1px solid #403946; border-radius: 14px; background: #16111d; }
.cold-proof__compare article.is-gerda { border-color: rgba(35,150,220,.5); background: linear-gradient(145deg, rgba(16,106,163,.15), #17111f 70%); box-shadow: inset 0 1px rgba(91,198,255,.08); }
.cold-proof__compare span { color: #9e96a3; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.cold-proof__compare .is-gerda span { color: #54c3ff; }
.cold-proof__compare p { margin: 26px 0 0; color: #c8c2cb; font-size: 17px; line-height: 1.65; }
.cold-proof__note { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid #39323f; color: #e6e1e8; font-size: 16px; line-height: 1.6; }

.features { background: #100b19; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-card { min-height: 235px; padding: 29px; position: relative; overflow: hidden; border: 1px solid #332e3a; border-radius: var(--radius); background: var(--panel); }
.feature-card::before { content: ""; width: 160px; height: 160px; position: absolute; top: -100px; right: -80px; border-radius: 50%; background: #5c2aa2; filter: blur(60px); opacity: .14; }
.feature-card--wide { min-height: 315px; grid-column: span 4; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 70px; padding: 42px; background: radial-gradient(circle at 85% 25%, rgba(255,82,15,.14), transparent 34%), var(--panel-2); }
.feature-card__head { position: absolute; inset: 35px 42px auto; display: flex; justify-content: space-between; }
.feature-card span, .feature-card__head span { color: #aaa3ae; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.feature-card__head i { color: #ff6c25; font-size: 13px; font-style: normal; font-weight: 900; }
.feature-card--wide h2 { max-width: 650px; font-size: 64px; }
.feature-card h2 .feature-card__metric { color: inherit; font: inherit; letter-spacing: inherit; white-space: nowrap; }
.feature-card--wide > p { max-width: 550px; margin: 0; color: #c1bac4; font-size: 17px; line-height: 1.65; }
.feature-card h3 { margin: 62px 0 14px; color: #f7f4f8; font-size: 26px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.feature-card > p { margin: 0; color: #bcb5bf; font-size: 16px; line-height: 1.62; }
.pulse-line { height: 80px; position: absolute; right: 42px; top: 60px; display: flex; align-items: end; gap: 8px; opacity: .65; }
.pulse-line i { width: 9px; display: block; border-radius: 99px; background: linear-gradient(180deg, #ff963b, #ff1c08); animation: pulse-bars 2.2s ease-in-out infinite; }
.pulse-line i:nth-child(1) { height: 24px; }.pulse-line i:nth-child(2) { height: 55px; animation-delay: -.4s; }.pulse-line i:nth-child(3) { height: 37px; animation-delay: -.7s; }.pulse-line i:nth-child(4) { height: 72px; animation-delay: -.9s; }.pulse-line i:nth-child(5) { height: 48px; animation-delay: -1.2s; }.pulse-line i:nth-child(6) { height: 28px; animation-delay: -1.4s; }

.flow { background: var(--bg-deep); }
.flow__head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; }
.flow__head p { margin: 0; color: #bcb5c0; font-size: 17px; line-height: 1.68; }
.flow-map { margin-top: 98px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-map__track { height: 3px; position: absolute; left: 12.5%; right: 12.5%; top: -34px; overflow: hidden; background: #292331; }
.flow-map__track i { width: 30%; height: 100%; position: absolute; background: linear-gradient(90deg, transparent, #0e92e5, #8b33ff, transparent); filter: drop-shadow(0 0 7px rgba(44,158,231,.8)); animation: data-flow 4.8s linear infinite; }
.flow-map article { min-height: 190px; padding: 55px 22px 22px; position: relative; border: 1px solid #2c2732; border-radius: 14px; background: #15101d; animation: flow-card-signal 4.8s ease-in-out infinite; }
.flow-map article::before { content: ""; width: 12px; height: 12px; position: absolute; top: -41px; left: 50%; z-index: 2; border: 4px solid #0b0711; border-radius: 50%; background: #655f6b; box-shadow: 0 0 0 1px #655f6b; transform: translateX(-50%); animation: node-signal 4.8s ease-in-out infinite; }
.flow-map article:nth-of-type(1), .flow-map article:nth-of-type(1)::before, .flow-map article:nth-of-type(1) span { animation-delay: .65s; }
.flow-map article:nth-of-type(2), .flow-map article:nth-of-type(2)::before, .flow-map article:nth-of-type(2) span { animation-delay: 1.85s; }
.flow-map article:nth-of-type(3), .flow-map article:nth-of-type(3)::before, .flow-map article:nth-of-type(3) span { animation-delay: 3.05s; }
.flow-map article:nth-of-type(4), .flow-map article:nth-of-type(4)::before, .flow-map article:nth-of-type(4) span { animation-delay: 4.25s; }
.flow-map span { color: #55bff3; font-size: 12px; font-weight: 800; letter-spacing: .1em; animation: flow-label-signal 4.8s ease-in-out infinite; }
.flow-map strong { margin-top: 16px; display: block; color: #e5e0e7; font-size: 17px; font-weight: 400; line-height: 1.55; }
.flow__facts { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.flow__facts p { min-height: 126px; margin: 0; padding: 22px; border: 1px solid #302a38; border-radius: 14px; background: #15101d; color: #bcb5c0; font-size: 15px; line-height: 1.55; }
.flow__facts p:last-child { border: 1px solid #302a38; }
.flow__facts span { margin-bottom: 6px; display: block; color: #e1dce3; font-size: 17px; }

.series { background: #110c19; }
.series__head { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 100px; }
.series__head > p { margin: 0; color: #bbb4bf; font-size: 17px; line-height: 1.68; }
.series-switcher { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #37313e; }
.series-switcher button { min-height: 72px; padding: 12px 18px; border: 0; border-bottom: 2px solid transparent; display: flex; align-items: center; gap: 14px; background: transparent; color: #a59ea9; text-align: left; }
.series-switcher button span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid rgba(255,124,48,.45); border-radius: 11px; background: linear-gradient(145deg, rgba(255,113,37,.18), rgba(112,43,236,.13)); color: #ff8a3d; font-size: 14px; font-weight: 750; box-shadow: inset 0 1px rgba(255,255,255,.06); }
.series-switcher button b { color: inherit; font-size: 17px; font-weight: 500; line-height: 1.2; }
.series-switcher button.is-active { border-image: linear-gradient(90deg, var(--electric-a), var(--electric-b)) 1; color: #fff; }
.series-switcher button.is-active span { border-color: rgba(67,177,242,.65); background: linear-gradient(145deg, rgba(19,139,206,.24), rgba(112,43,236,.2)); color: #74d1ff; box-shadow: 0 0 20px rgba(39,157,226,.12), inset 0 1px rgba(255,255,255,.08); }
.series-panels { min-height: 475px; }
.series-panel { min-height: 475px; padding: 34px 55px; display: none; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border: 1px solid #352f3d; border-top: 0; border-radius: 0 0 24px 24px; background: radial-gradient(circle at 86% 30%, rgba(109,39,238,.18), transparent 33%), var(--panel-2); }
.series-panel.is-active { display: grid; animation: panel-in .3s ease both; }
.series-panel__copy { position: relative; z-index: 2; }
.series-panel__tag { color: #aaa3af; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.series-panel h3 { margin: 16px 0 10px; color: #fff; font-size: 56px; font-weight: 400; letter-spacing: -.01em; }
.series-panel p { max-width: 540px; margin: 0; color: #c9c3cc; font-size: 16px; line-height: 1.52; }
.series-panel ul { margin: 18px 0 20px; padding: 14px 0 0; display: grid; gap: 8px; border-top: 1px solid #3b3542; list-style: none; }
.series-panel li { padding-left: 22px; position: relative; color: #d3cdd5; font-size: 15px; line-height: 1.42; }
.series-panel li::before { content: "↗"; position: absolute; left: 0; color: #8d3cff; }
.series-panel .button { min-height: 48px; }
.series-panel__visual { min-height: 320px; position: relative; display: grid; place-items: center; isolation: isolate; }
.series-panel__visual::before { content: ""; width: 420px; height: 300px; position: absolute; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(112,50,224,.25), rgba(18,129,193,.1) 46%, transparent 72%); filter: blur(10px); }
.series-panel__visual::after { content: ""; width: 350px; height: 52px; position: absolute; z-index: 0; left: 50%; bottom: 42px; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(18px); transform: translateX(-50%); }
.series-panel__visual--cold::before { background: radial-gradient(circle, rgba(35,161,225,.28), rgba(69,47,174,.12) 48%, transparent 72%); }
.series-panel__visual--warm::before { background: radial-gradient(circle, rgba(255,82,20,.2), rgba(102,45,195,.13) 48%, transparent 72%); }
.equipment-pair { width: 100%; max-width: 470px; height: 310px; position: relative; z-index: 2; }
.equipment-pair__item { position: absolute; margin: 0; }
.equipment-pair__item img { width: 100%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(0,0,0,.58)) drop-shadow(0 0 10px rgba(129,190,230,.1)); }
.equipment-pair__item figcaption { padding: 7px 10px; position: absolute; border: 1px solid rgba(116,202,244,.2); border-radius: 7px; background: rgba(12,9,18,.82); color: #a9d9ed; font-size: 10px; font-weight: 850; line-height: 1; letter-spacing: .11em; backdrop-filter: blur(8px); }
.equipment-pair__outdoor { width: 61%; left: 2%; bottom: 10px; z-index: 1; }
.equipment-pair__outdoor figcaption { left: 8px; bottom: -4px; }
.equipment-pair__indoor { width: 69%; top: 24px; right: 0; z-index: 2; }
.equipment-pair__indoor figcaption { right: 8px; bottom: -8px; }
.equipment-pair--improf .equipment-pair__outdoor { width: 57%; left: 1%; bottom: 2px; }
.equipment-pair--improf .equipment-pair__indoor { width: 66%; top: 54px; right: -2%; }
.equipment-pair--improf .equipment-pair__indoor img { min-height: 132px; }
.equipment-pair--fi .equipment-pair__outdoor { width: 58%; bottom: 3px; }
.equipment-pair--fi .equipment-pair__indoor { width: 70%; top: 18px; }
.equipment-pair--stm .equipment-pair__outdoor { width: 60%; bottom: 6px; }
.equipment-pair--stm .equipment-pair__indoor { width: 67%; top: 24px; right: 1%; }
.series-config { margin-top: 16px; padding: 22px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 22px; border: 1px solid #352f3d; border-radius: 18px; background: linear-gradient(135deg, rgba(32,24,45,.94), rgba(18,14,25,.98)); }
.series-config__copy { padding: 4px 0; display: flex; flex-direction: column; align-items: flex-start; }
.series-config__copy > span { color: #73caef; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.series-config h3 { margin: 14px 0 12px; color: #f2edf3; font-size: 34px; font-weight: 450; line-height: 1.08; }
.series-config__copy p { margin: 0; color: #c5bec8; font-size: 14px; line-height: 1.6; }
.series-config__copy small { margin-top: auto; padding-top: 18px; color: #88818e; font-size: 11px; line-height: 1.5; }
.series-config__carousel { min-width: 0; display: grid; grid-template-rows: auto 1fr; gap: 10px; }
.series-config__nav { min-height: 32px; display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.series-config__nav > span { color: #8f8895; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.series-config__nav > div { display: flex; gap: 6px; }
.series-config__nav button { width: 32px; height: 32px; padding: 0; display: grid; place-items: center; border: 1px solid #494152; border-radius: 9px; background: #201927; color: #f5f1f6; font-size: 15px; transition: transform .14s ease-out, border-color .18s ease, background .18s ease, opacity .18s ease; }
.series-config__nav button:disabled { cursor: default; opacity: .3; }
.series-config__nav button:focus-visible { outline: 2px solid #ff7a31; outline-offset: 2px; }
.series-config__viewport { min-width: 0; overflow: hidden; }
.series-config__options { display: flex; gap: 10px; transition: transform .28s cubic-bezier(.77,0,.175,1); will-change: transform; }
.series-config__options figure { min-width: 0; min-height: 190px; margin: 0; padding: 14px 13px 12px; display: grid; grid-template-rows: 108px auto; align-items: center; border: 1px solid rgba(116,202,244,.16); border-radius: 13px; background: rgba(13,10,19,.56); }
.series-config__options figure { flex: 0 0 calc((100% - 20px) / 3); }
.series-config__options img { width: 100%; height: 96px; display: block; object-fit: contain; filter: drop-shadow(0 16px 15px rgba(0,0,0,.5)); }
.series-config__options figcaption { min-width: 0; padding-top: 12px; border-top: 1px solid #342e3a; display: grid; gap: 4px; }
.series-config__options strong { color: #eee9ef; font-size: 14px; font-weight: 650; }
.series-config__options span { color: #8f8895; font-size: 11px; line-height: 1.35; }

@media (hover: hover) and (pointer: fine) {
  .series-config__nav button:not(:disabled):hover { border-color: #6fbfe4; background: #272033; transform: translateY(-1px); }
  .series-config__nav button:not(:disabled):active { transform: scale(.96); }
}

.compare { background: var(--bg); }
.compare__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 14px; }
.compare__sticky { min-height: 470px; padding: 38px; align-self: stretch; position: relative; top: auto; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #39323f; border-radius: 18px; background: radial-gradient(circle at 18% 88%, rgba(255,91,24,.1), transparent 30%), #17121f; }
.compare__sticky p { max-width: 440px; margin: 25px 0 30px; color: #c6bfc9; font-size: 18px; line-height: 1.64; }
.compare__sticky .button { margin-top: auto; }
.compare__rows { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.compare__rows article { min-height: 270px; padding: 25px; position: relative; display: block; border: 1px solid #39333f; border-radius: 16px; background: #17121f; }
.compare__rows article > span { color: #938c99; font-size: 12px; font-weight: 800; }
.compare__rows article > div { margin-top: 50px; }
.compare__rows h3 { margin: 0 0 12px; color: #f3eff4; font-size: 23px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.compare__rows p { max-width: 540px; margin: 0; color: #c2bbc5; font-size: 17px; line-height: 1.58; }
.compare__rows strong { padding: 7px 10px; position: absolute; top: 18px; right: 18px; border: 1px solid #514a58; border-radius: 999px; color: #ded9e0; font-size: 12px; font-weight: 700; }
.compare__rows .compare__warning { min-height: 150px; margin-top: 0; padding: 25px; grid-column: 1 / -1; display: grid; grid-template-columns: 38px 1fr; border: 1px solid rgba(255,98,27,.32); border-radius: 14px; background: rgba(255,82,15,.06); }
.compare__rows .compare__warning > div { margin-top: 0; }
.compare__warning > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ff5f1c; color: #fff !important; }

.use-cases { background: #0b0711; }
.use-cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.use-cases article { min-height: 315px; padding: 32px; display: flex; flex-direction: column; border: 1px solid #312c37; border-radius: var(--radius); background: linear-gradient(155deg, #1b1624, #13101a); }
.use-cases article > span { color: #aaa3ae; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.use-cases h3 { margin: 58px 0 15px; color: #fff; font-size: 28px; font-weight: 400; line-height: 1.18; letter-spacing: 0; }
.use-cases p { margin: 0; color: #c5bec8; font-size: 17px; line-height: 1.62; }
.use-cases i { margin-top: auto; padding-top: 24px; border-top: 1px solid #35303b; color: #d0cad2; font-size: 14px; font-style: normal; }

.expert-video { background: radial-gradient(circle at 18% 46%, rgba(255,105,35,.08), transparent 28%), #100b19; }
.expert-video__grid { padding: 18px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 28px; border: 1px solid #423948; border-radius: 24px; background: radial-gradient(circle at 86% 20%, rgba(100,42,180,.14), transparent 32%), linear-gradient(145deg, #1a1423, #120e19); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.expert-video__player { position: relative; overflow: hidden; border: 1px solid #4a404f; border-radius: 18px; background: #09060f; }
.expert-video__player::after { content: "ИНТЕРВЬЮ · ОМЕГА ХОЛОД"; position: absolute; left: 18px; top: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(12,8,17,.7); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; pointer-events: none; backdrop-filter: blur(10px); }
.expert-video__player video { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; background: #09060f; }
.expert-video__duration { position: absolute; right: 18px; top: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(12,8,17,.7); color: #fff; font-size: 11px; font-weight: 750; pointer-events: none; backdrop-filter: blur(10px); }
.expert-video__copy { padding: 20px 26px 20px 4px; }
.expert-video__copy h2 { font-size: 52px; line-height: .94; text-wrap: balance; }
.expert-video__copy > p { max-width: 470px; margin: 24px 0 0; color: #c4bdc7; font-size: 18px; line-height: 1.65; }
.expert-video__chapters { margin: 0; padding: 18px 0 0; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; border-top: 1px solid #3a3240; list-style: none; }
.expert-video__chapters li { min-height: 98px; }
.expert-video__chapters button { width: 100%; min-height: 98px; padding: 17px; border: 1px solid #3b3443; border-radius: 12px; display: flex; flex-direction: column; justify-content: flex-start; background: #17111f; color: #d7d1d9; font-size: 14px; line-height: 1.4; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.expert-video__chapters button:hover { border-color: #6b4a80; background: #20172a; transform: translateY(-2px); }
.expert-video__chapters button:focus-visible { outline: 2px solid #ff7a31; outline-offset: 2px; }
.expert-video__chapters span { margin-bottom: 8px; color: #ff7a31; font-size: 13px; font-weight: 800; letter-spacing: .08em; }

.calculator { background: radial-gradient(circle at 14% 60%, rgba(103,31,238,.13), transparent 27%), var(--bg); }
.calculator__grid { display: grid; grid-template-columns: .78fr 1fr; align-items: stretch; gap: 14px; }
.calculator__grid > div:first-child { padding: 40px; border: 1px solid #39323f; border-radius: 20px; background: #15101d; }
.calculator__grid > div:first-child > p { max-width: 460px; color: #bdb6c1; font-size: 17px; line-height: 1.7; }
.calculator__card { padding: 40px; border: 1px solid #453d50; border-radius: 20px; background: #191320; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.calculator__top { padding-bottom: 25px; display: flex; justify-content: space-between; border-bottom: 1px solid #37303f; }
.calculator__top span, .calculator__out span { color: #aaa2ae; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.calculator__top strong { color: #e0dae2; font-size: 16px; }
.calculator__items { display: grid; grid-template-columns: 1fr 1fr; }
.calculator__items p { min-height: 104px; margin: 0; padding: 22px 12px 22px 0; display: flex; gap: 13px; border-bottom: 1px solid #302a37; color: #d0cad2; font-size: 16px; line-height: 1.5; }
.calculator__items p:nth-child(odd) { border-right: 1px solid #302a37; }
.calculator__items p:nth-child(even) { padding-left: 18px; }
.calculator__items i { color: #9b5cff; font-size: 11px; font-style: normal; font-weight: 900; }
.calculator__out { margin: 24px 0; padding: 19px; border: 1px solid rgba(111,48,240,.25); border-radius: 12px; background: rgba(108,43,236,.07); }
.calculator__out p { margin: 10px 0 0; color: #cec8d0; font-size: 16px; line-height: 1.58; }
.calculator__card .button { width: 100%; }

.order-steps { background: #0b0711; }
.order-steps__head { margin-bottom: 38px; }
.order-steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; }
.order-steps li { min-height: 225px; padding: 28px; position: relative; border: 1px solid #37313e; border-radius: 16px; background: linear-gradient(145deg, #191320, #130f1a); }
.order-steps li::after { content: "→"; width: 28px; height: 28px; position: absolute; z-index: 2; top: 28px; right: -21px; display: grid; place-items: center; border: 1px solid #453a52; border-radius: 50%; background: #120d1a; color: #8f52ff; }
.order-steps li:last-child { border: 1px solid #37313e; }
.order-steps li:last-child::after { display: none; }
.order-steps li span { color: #918a96; font-size: 12px; font-weight: 850; }
.order-steps h3 { margin: 48px 0 12px; color: #f4f0f4; font-size: 23px; font-weight: 500; letter-spacing: 0; }
.order-steps p { margin: 0; color: #c5bec8; font-size: 16px; line-height: 1.58; }

.energy-model { background: radial-gradient(circle at 18% 42%, rgba(22,132,198,.12), transparent 28%), #0e0918; }
.energy-model__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); align-items: stretch; gap: 14px; }
.energy-tool, .energy-note { border: 1px solid #3c3544; border-radius: 22px; background: linear-gradient(145deg, #1a1423, #120e19); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.energy-tool { padding: 32px; }
.energy-tool__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.energy-tool__head > div > span, .energy-note > span { color: #8fcce9; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.energy-tool__head h2 { margin-top: 14px; font-size: 43px; line-height: .96; }
.energy-tool__head > strong { min-width: 66px; padding: 12px 10px; border: 1px solid rgba(78,186,238,.35); border-radius: 12px; background: rgba(28,143,204,.09); color: #71d0ff; font-size: 17px; text-align: center; }
.energy-baseline { margin-top: 26px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border: 1px solid rgba(255,123,54,.32); border-radius: 14px; background: linear-gradient(105deg, rgba(255,104,36,.09), rgba(109,42,224,.06)); }
.energy-baseline > div > span { display: block; color: #ff8a43; font-size: 10px; font-weight: 850; letter-spacing: .11em; }
.energy-baseline > div > b { margin-top: 7px; display: block; color: #f0eaf1; font-size: 16px; }
.energy-baseline dl { margin: 0; display: grid; grid-template-columns: repeat(3, auto); gap: 24px; }
.energy-baseline dl div { min-width: 82px; }
.energy-baseline dt { color: #8f8894; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.energy-baseline dd { margin: 5px 0 0; color: #ddd7df; font-size: 13px; font-weight: 650; white-space: nowrap; }
.energy-controls { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; }
.energy-range label { display: flex; justify-content: space-between; gap: 20px; color: #cfc9d1; font-size: 14px; font-weight: 650; }
.energy-range output { color: #fff; font-weight: 750; white-space: nowrap; }
.energy-range input { --range-fill: 30%; width: 100%; height: 22px; margin: 11px 0 1px; appearance: none; background: transparent; }
.energy-range input::-webkit-slider-runnable-track { height: 4px; border-radius: 99px; background: linear-gradient(90deg, #0d92db 0 var(--range-fill), #3a3341 var(--range-fill) 100%); }
.energy-range input::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8px; appearance: none; border: 4px solid #17111f; border-radius: 50%; background: #58c9ff; box-shadow: 0 0 0 1px #58c9ff, 0 0 18px rgba(52,181,239,.45); }
.energy-range input::-moz-range-track { height: 4px; border-radius: 99px; background: #3a3341; }
.energy-range input::-moz-range-progress { height: 4px; border-radius: 99px; background: #0d92db; }
.energy-range input::-moz-range-thumb { width: 13px; height: 13px; border: 4px solid #17111f; border-radius: 50%; background: #58c9ff; box-shadow: 0 0 0 1px #58c9ff, 0 0 18px rgba(52,181,239,.45); }
.energy-range input:focus-visible { outline: 2px solid #ff7a31; outline-offset: 5px; border-radius: 99px; }
.energy-range > div { display: flex; justify-content: space-between; color: #78717e; font-size: 10px; }
.energy-insulation { min-width: 0; margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.energy-insulation legend { margin-bottom: 9px; color: #9f98a5; font-size: 11px; font-weight: 750; }
.energy-insulation label { cursor: pointer; }
.energy-insulation input { position: absolute; opacity: 0; pointer-events: none; }
.energy-insulation span { min-height: 38px; padding: 0 9px; display: grid; place-items: center; border: 1px solid #3a3441; border-radius: 9px; background: #17111f; color: #98919e; font-size: 11px; font-weight: 650; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.energy-insulation input:checked + span { border-color: #437fa2; background: rgba(29,135,194,.14); color: #e9f8ff; }
.energy-insulation input:focus-visible + span { outline: 2px solid #ff7a31; outline-offset: 2px; }
.energy-toggle { min-height: 58px; padding: 10px 13px; display: flex; align-items: center; gap: 11px; border: 1px solid #39333f; border-radius: 11px; background: #17111f; cursor: pointer; }
.energy-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.energy-toggle > span { width: 40px; height: 22px; flex: 0 0 40px; position: relative; border-radius: 99px; background: #423b48; transition: background .2s ease; }
.energy-toggle > span::after { content: ""; width: 16px; height: 16px; position: absolute; left: 3px; top: 3px; border-radius: 50%; background: #b6afba; transition: transform .2s ease, background .2s ease; }
.energy-toggle input:checked + span { background: #137fba; }
.energy-toggle:has(input:disabled) { cursor: not-allowed; opacity: .42; }
.energy-toggle input:disabled + span { background: #2f2934; }
.energy-toggle input:checked + span::after { background: #fff; transform: translateX(18px); }
.energy-toggle input:focus-visible + span { outline: 2px solid #ff7a31; outline-offset: 3px; }
.energy-toggle b { color: #aaa3ae; font-size: 11px; font-weight: 650; line-height: 1.35; }
.energy-summary { margin-top: 24px; padding: 15px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid #332d39; }
.energy-summary > div { padding-inline: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.energy-summary > div + div { border-left: 1px solid #332d39; }
.energy-summary span { color: #847d8a; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.energy-summary strong { color: #eee9ef; font-size: 14px; white-space: nowrap; }
.energy-status { margin: 10px 0 0; color: #a9cfe0; font-size: 11px; line-height: 1.45; }
.energy-results { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.energy-results article { min-width: 0; padding: 16px; border: 1px solid #38313f; border-radius: 12px; background: #17111f; }
.energy-results article.is-fi { border-color: rgba(255,118,44,.36); background: linear-gradient(145deg, rgba(255,92,23,.08), #17111f 70%); }
.energy-results header { display: flex; justify-content: space-between; gap: 8px; color: #c9c3cb; font-size: 12px; }
.energy-results header b { color: #63c9f6; font-size: 10px; font-weight: 750; white-space: nowrap; }
.energy-results article.is-fi header b { color: #ff8540; }
.energy-results article > strong { margin-top: 17px; display: block; color: #fff; font-family: "Cuprum", sans-serif; font-size: 24px; font-weight: 500; white-space: nowrap; }
.energy-results article > strong small { color: #8f8895; font-family: "Jost", sans-serif; font-size: 9px; font-weight: 600; }
.energy-results article > p { min-height: 32px; margin: 7px 0 12px; color: #aaa3af; font-size: 10px; line-height: 1.45; }
.energy-results article > p small { color: #77717d; font-size: 9px; }
.energy-results article > div { height: 4px; overflow: hidden; border-radius: 99px; background: #332d39; }
.energy-results article > div i { width: 70%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #0a8fd8, #7135eb); transition: width .28s ease; }
.energy-results article.is-fi > div i { background: linear-gradient(90deg, #ff8d35, #ff3518); }
.energy-note { padding: 36px; display: flex; flex-direction: column; }
.energy-note h2 { margin: 18px 0 23px; font-size: 48px; line-height: .96; }
.energy-note > p { margin: 0; color: #c2bbc5; font-size: 16px; line-height: 1.65; }
.energy-note ul { margin: 26px 0 22px; padding: 22px 0; display: grid; gap: 14px; border-block: 1px solid #38313f; list-style: none; }
.energy-note li { padding-left: 18px; position: relative; color: #a9a2ad; font-size: 13px; line-height: 1.52; }
.energy-note li::before { content: "↗"; position: absolute; left: 0; color: #54c5f5; }
.energy-note li b { color: #e6e0e8; }
.energy-note details { margin-bottom: 24px; }
.energy-note summary { color: #d8d2da; font-size: 13px; font-weight: 700; cursor: pointer; }
.energy-note details p { margin: 13px 0; color: #918a96; font-size: 12px; line-height: 1.55; }
.energy-note details a { color: #69caf5; font-size: 12px; }
.energy-note .button { width: 100%; margin-top: auto; }

.final-cta { min-height: 550px; position: relative; display: grid; place-items: center; overflow: hidden; background: #0b0711; }
.final-cta__glow { width: 800px; height: 430px; position: absolute; left: 50%; top: 55%; border-radius: 50%; background: radial-gradient(circle, rgba(107,33,239,.28), rgba(7,122,199,.1) 42%, transparent 70%); transform: translate(-50%,-50%); filter: blur(22px); }
.final-cta__inner { position: relative; z-index: 2; text-align: center; }
.final-cta__inner > span { color: #aaa3af; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.final-cta h2 { max-width: 950px; margin: 24px auto; font-size: 64px; }
.final-cta p { max-width: 720px; margin: 0 auto 32px; color: #bcb5c0; font-size: 17px; line-height: 1.65; }

footer { padding: 45px 0; background: #07040c; }
.footer__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 60px; }
.footer__inner p { max-width: 650px; margin: 0; color: #948d99; font-size: 12px; line-height: 1.55; }
.footer__inner > div { display: grid; text-align: right; }
.footer__inner strong { color: #fff; font-size: 14px; }
.footer__inner div span { color: #9f98a5; font-size: 12px; }

.quiz-modal[hidden] { display: none; }
.quiz-modal { position: fixed; inset: 0; z-index: 100; padding: 40px; display: grid; place-items: center; background: rgba(5,3,9,.8); opacity: 0; transition: opacity .18s ease; backdrop-filter: blur(12px); }
.quiz-modal.is-open { opacity: 1; }
.quiz-modal__card { width: min(680px,100%); padding: 42px; position: relative; border: 1px solid #4a4353; border-radius: 20px; background: #191320; box-shadow: 0 35px 100px rgba(0,0,0,.55); transform: translateY(12px); transition: transform .18s ease; }
.quiz-modal.is-open .quiz-modal__card { transform: none; }
.quiz-modal__close { width: 40px; height: 40px; position: absolute; top: 18px; right: 18px; border: 1px solid #443d4c; border-radius: 50%; background: #211a2a; color: #fff; font-size: 24px; }
.modal-step { color: #ff6922; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.quiz-modal h2 { margin: 20px 0 10px; font-size: 38px; }
.quiz-modal p { color: #99929e; }
.quiz-options { margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-options button { min-height: 72px; padding: 14px; border: 1px solid #403947; border-radius: 10px; background: #211a2a; color: #cac4cd; text-align: left; }
.quiz-options button:hover { border-color: #6b21ef; background: #281d39; }
.quiz-options button.is-selected { border-color: #7e36ff; background: #2d2040; box-shadow: inset 0 0 0 1px #7e36ff; }
.quiz-options input, .quiz-options select { min-height: 52px; padding: 0 14px; border: 1px solid #403947; border-radius: 10px; background: #211a2a; color: #fff; font: inherit; }
.quiz-options input:focus, .quiz-options select:focus { border-color: #7e36ff; outline: 2px solid rgba(126,54,255,.2); }
.quiz-modal [data-quiz-next]:disabled { cursor: not-allowed; opacity: .45; transform: none; }

[data-reveal] { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(19px); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes product-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes hero-indoor { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-7px) rotate(-1.5deg); } }
@keyframes hero-outdoor { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(6px) rotate(1deg); } }
@keyframes airflow { 0%,100% { opacity: .22; transform-origin: right center; } 50% { opacity: .85; } }
@keyframes pulse-bars { 0%,100% { transform: scaleY(.7); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes data-flow { from { left: -28%; } to { left: 100%; } }
@keyframes node-signal { 0%,16% { background: #23aeea; box-shadow: 0 0 0 1px #23aeea, 0 0 22px rgba(35,174,234,.95); } 29%,100% { background: #655f6b; box-shadow: 0 0 0 1px #655f6b; } }
@keyframes flow-card-signal { 0%,16% { border-color: #368bc8; background: #1d1730; box-shadow: inset 0 0 0 1px rgba(61,174,235,.12), 0 12px 34px rgba(24,123,188,.12); } 29%,100% { border-color: #2c2732; background: #15101d; box-shadow: none; } }
@keyframes flow-label-signal { 0%,16% { color: #fff; text-shadow: 0 0 16px rgba(69,194,255,.75); } 29%,100% { color: #55bff3; text-shadow: none; } }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
