:root {
  color-scheme: dark;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #0f0e14;
  color: #fff;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { padding: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

.landing {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0f0e14;
}

.aurora {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 50% -14%, rgba(230, 178, 112, .76), transparent 72%),
    radial-gradient(ellipse 53% 68% at -9% -10%, rgba(0, 189, 214, .82), transparent 72%),
    radial-gradient(ellipse 50% 70% at 109% -12%, rgba(222, 27, 113, .78), transparent 72%),
    #0f0e14;
}

.aurora::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 11, 0) 0%, rgba(13, 12, 18, .08) 45%, rgba(14, 13, 19, .9) 88%);
}

.aurora::before {
  position: absolute;
  inset: -30%;
  content: "";
  background:
    radial-gradient(ellipse 38% 29% at 49% 22%, rgba(255, 215, 155, .66), transparent 72%),
    radial-gradient(ellipse 33% 55% at 19% 19%, rgba(0, 218, 255, .72), transparent 72%),
    radial-gradient(ellipse 34% 58% at 83% 15%, rgba(252, 51, 150, .71), transparent 72%);
  filter: blur(42px);
  opacity: .78;
  transform-origin: 52% 12%;
  animation: aurora-fallback 16s ease-in-out infinite alternate;
}

#aurora-canvas { display: block; width: 100%; height: 100%; }

@keyframes aurora-fallback {
  0% { transform: translate3d(-2%, -1%, 0) rotate(-3deg) scale(1); }
  55% { transform: translate3d(3%, 3%, 0) rotate(3deg) scale(1.08); }
  100% { transform: translate3d(-1%, 5%, 0) rotate(-2deg) scale(1.03); }
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(70%, 1120px);
  min-height: 66px;
  margin: 28px auto 0;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 500; letter-spacing: -.055em; }
.brand__logo { width: 32px; height: 32px; object-fit: contain; }
.nav__actions { display: flex; align-items: center; gap: 28px; color: rgba(255, 255, 255, .52); font-size: 15px; }
.nav__actions > a:not(.nav__download):hover { color: #fff; }
.nav__download { padding: 13px 23px; border-radius: 13px; color: #141319; background: #fff; font-weight: 600; }

.hero { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; padding-top: clamp(104px, 13vh, 140px); text-align: center; }
.fonts-loading .hero { opacity: 0; }
.hero { transition: opacity .22s ease-out; }
@media (prefers-reduced-motion: reduce) { .hero { transition: none; } }
.version { display: inline-flex; align-items: center; gap: 12px; padding: 5px 14px 5px 6px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: rgba(25, 20, 28, .47); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); backdrop-filter: blur(10px); }
.version span { display: inline-grid; min-width: 65px; height: 34px; padding-inline: 12px; place-items: center; border-radius: 999px; color: #17161b; background: #fff; font-size: 14px; font-weight: 700; }
.version p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 15px; font-weight: 400; letter-spacing: -.04em; }
h1 { max-width: 700px; margin: 38px 20px 0; font-size: clamp(34px, 3.4vw, 52px); font-weight: 700; letter-spacing: -.065em; line-height: 1.15; }
.hero__actions { display: flex; gap: 14px; margin-top: 39px; }
.button { display: inline-grid; min-width: 155px; height: 58px; padding: 0 22px; place-items: center; border-radius: 15px; font-size: 16px; font-weight: 600; letter-spacing: -.035em; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #151419; background: #fff; }
.button--secondary { border: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .62); background: rgba(22, 20, 27, .5); }
.facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 760px; margin: 68px 20px 0; }
.fact { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 13px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; color: rgba(255, 255, 255, .72); background: rgba(16, 15, 21, .52); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); font-size: 12px; font-weight: 500; letter-spacing: -.02em; backdrop-filter: blur(10px); transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.fact:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .3); color: #fff; background: rgba(255, 255, 255, .12); box-shadow: 0 8px 24px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .16); }
.fact i { display: inline-grid; width: 14px; height: 14px; place-items: center; overflow: hidden; color: rgba(255, 255, 255, .68); font-size: 13px; font-style: normal; line-height: 1; }.fact i svg { width: 15px !important; height: 15px !important; filter: brightness(0) saturate(100%) invert(88%) sepia(4%) saturate(664%) hue-rotate(179deg) brightness(93%) contrast(91%); }.fact .fact__blender-icon img { display: block; width: 14px; height: 14px; object-fit: contain; }.fact:hover .fact__blender-icon img { animation: blender-icon-bounce .58s cubic-bezier(.22, 1, .36, 1) 1; }@keyframes blender-icon-bounce { 0%, 100% { transform: translateY(0); } 28% { transform: translateY(-3px); } 50% { transform: translateY(0); } 72% { transform: translateY(-1.5px); } }

.monitor-section { position: relative; overflow: hidden; padding: clamp(48px, 5vw, 64px) 24px clamp(64px, 7vw, 92px); background: linear-gradient(180deg, #0e0d13 0, #0f0e14 140px); }
.monitor-section__glow { position: absolute; width: min(75vw, 1050px); aspect-ratio: 1.45; top: 7%; left: 51%; border-radius: 50%; background: radial-gradient(ellipse, rgba(0, 174, 223, .42) 0%, rgba(0, 174, 223, .14) 38%, transparent 70%); filter: blur(22px); transform: translateX(-20%); pointer-events: none; }
.monitor-layout { position: relative; display: grid; grid-template-columns: minmax(280px, .86fr) minmax(460px, 1.14fr); align-items: center; gap: clamp(42px, 7vw, 105px); width: min(1120px, 100%); margin: 0 auto; }
.monitor-copy h2 { max-width: 510px; margin: 0; color: #fff; font-size: clamp(35px, 3.6vw, 54px); font-weight: 700; letter-spacing: -.07em; line-height: 1.04; }
.monitor-intro { max-width: 435px; margin: 22px 0 0; color: rgba(255, 255, 255, .62); font-size: 16px; line-height: 1.55; }
.benefits { display: grid; gap: 10px; margin-top: 33px; }
.benefit { display: flex; align-items: center; gap: 14px; max-width: 475px; height: 68px; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; background: rgba(18, 25, 31, .57); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); backdrop-filter: blur(12px); transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.benefit:hover { transform: translateX(5px); border-color: rgba(22, 212, 233, .38); background: rgba(20, 51, 67, .66); box-shadow: 0 12px 28px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .1); }
.benefit__icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; overflow: hidden; border-radius: 10px; color: #0bd4f4; background: rgba(0, 193, 234, .12); font-size: 20px; font-style: normal; transition: background .2s ease, transform .2s ease; }.benefit__icon svg { width: 25px !important; height: 25px !important; filter: brightness(0) saturate(100%) invert(68%) sepia(79%) saturate(1601%) hue-rotate(143deg) brightness(101%) contrast(95%); }.benefit:hover .benefit__icon { background: rgba(0, 193, 234, .2); transform: scale(1.06); }
.benefit h3 { margin: 0 0 3px; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: -.025em; }.benefit p { margin: 0; color: rgba(255, 255, 255, .52); font-size: 12px; line-height: 1.4; }
.monitor-section.is-ready .monitor-copy h2, .monitor-section.is-ready .monitor-intro, .monitor-section.is-ready .benefit { opacity: 0; }
.monitor-section.is-ready .monitor-copy h2, .monitor-section.is-ready .monitor-intro { transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.monitor-section.is-ready .benefit { transform: translateX(-24px); transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1), border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.monitor-section.is-visible .monitor-copy h2, .monitor-section.is-visible .monitor-intro { opacity: 1; transform: translate(0); }.monitor-section.is-visible .monitor-intro { transition-delay: 140ms; }.monitor-section.is-ready .benefit.is-visible { opacity: 1; transform: translateX(0); }.monitor-section.is-ready .benefit.is-visible:hover { transform: translateX(5px); }

.monitor-demo { position: relative; height: 650px; display: grid; place-items: center; }
.monitor-demo__ambient { position: absolute; inset: 9% -14% 5% 0; border-radius: 24px; background: linear-gradient(130deg, rgba(0, 203, 239, .75), rgba(19, 40, 58, .95) 43%, rgba(26, 24, 33, .7)); opacity: .82; transform: rotate(-2deg); }
.monitor-card { position: relative; width: min(100%, 570px); padding: 22px; border: 1px solid rgba(135, 232, 255, .2); border-radius: 21px; background: linear-gradient(135deg, rgba(24, 47, 64, .97), rgba(18, 23, 33, .98)); box-shadow: 0 28px 70px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08); }
.monitor-card { isolation: isolate; z-index: 1; }
.monitor-card::after { position: absolute; z-index: -1; top: calc(100% - 26px); right: 8%; left: 8%; height: 155px; border-radius: 0 0 45% 45%; background: linear-gradient(180deg, rgba(18, 23, 33, .8), rgba(15, 14, 20, 0)); content: ""; filter: blur(18px); opacity: .9; pointer-events: none; }
.monitor-card__header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }.monitor-card__eyebrow, .monitor-card__scene { margin: 0; color: rgba(255, 255, 255, .49); font-size: 11px; }.monitor-card__header h3 { margin: 5px 0 0; max-width: 340px; overflow: hidden; color: #fff; font-size: 24px; font-weight: 600; letter-spacing: -.055em; text-overflow: ellipsis; white-space: nowrap; }.monitor-card__scene { margin-top: 7px; }
.render-state { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(15, 223, 180, .26); border-radius: 999px; color: #24e2b1; background: rgba(2, 130, 102, .14); font-size: 11px; white-space: nowrap; }.render-state i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }.render-state.is-finished { color: #71e5a7; }
.monitor-progress__labels { display: flex; justify-content: space-between; margin-top: 27px; color: #fff; font-size: 14px; font-variant-numeric: tabular-nums; }.monitor-progress__labels strong { font-size: 16px; }.monitor-progress { position: relative; height: 32px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: rgba(151, 158, 170, .24); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), inset 0 -6px 14px rgba(0, 0, 0, .18), 0 0 0 1px rgba(255, 255, 255, .14); }.monitor-progress::after { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .16); border-radius: inherit; content: ""; pointer-events: none; }.monitor-progress span { display: block; width: 8.6%; height: 100%; border-radius: 999px 0 0 999px; background: linear-gradient(90deg, #00c8ec, #39dded 43%, #f29a95 74%, #f15bc4); box-shadow: 0 0 18px rgba(0, 215, 246, .35); transition: width .35s linear; }.monitor-supporting { min-height: 17px; margin: 8px 0 0; color: rgba(255, 255, 255, .48); font-size: 11px; }
.monitor-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 17px; }.monitor-metrics > div { min-height: 68px; padding: 11px; border: 1px solid rgba(174, 195, 214, .1); border-radius: 12px; background: rgba(255, 255, 255, .035); cursor: default; user-select: none; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease; }.monitor-metrics > div:hover { border-color: rgba(116, 210, 233, .2); background: rgba(255, 255, 255, .065); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); }.monitor-metrics span, .monitor-metrics strong { display: block; cursor: default; }.monitor-metrics span { color: rgba(255, 255, 255, .47); font-size: 10px; }.monitor-metrics strong { margin-top: 7px; color: #fff; font-size: 16px; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.chart-heading { display: flex; justify-content: space-between; margin: 23px 0 9px; padding-top: 15px; border-top: 1px solid rgba(174, 195, 214, .16); color: rgba(255, 255, 255, .67); font-size: 11px; font-weight: 600; }.chart-heading span:last-child { color: rgba(255, 255, 255, .4); font-weight: 400; }.monitor-graph { position: relative; height: 160px; outline: none; touch-action: none; }.preview-graph { display: block; width: 100%; height: 100%; overflow: visible; }.preview-graph-grid { stroke: rgba(174, 195, 214, .12); stroke-width: 1; }.preview-graph-baseline { stroke: rgba(174, 195, 214, .2); stroke-width: 1; }.preview-graph-label { fill: rgba(255, 255, 255, .45); font-size: 9px; }.preview-graph-area { fill: url(#preview-graph-area); }.preview-graph-line { fill: none; stroke: url(#preview-graph-line); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }.preview-graph-guide { stroke: rgba(245, 247, 251, .38); stroke-width: 1; stroke-dasharray: 3 3; }.preview-graph-marker { fill: #0c141d; stroke: #16d4e9; stroke-width: 2.5; }.preview-graph-tooltip { position: absolute; z-index: 1; padding: 6px 8px; border: 1px solid rgba(22, 212, 233, .3); border-radius: 8px; background: #0c141d; color: #f5f7fb; box-shadow: 0 8px 20px rgba(0, 0, 0, .3); font-size: 11px; pointer-events: none; transform: translate(-50%, -100%); white-space: nowrap; }.monitor-details { margin-top: 14px; border-top: 1px solid rgba(174, 195, 214, .16); }.monitor-details summary { padding: 12px 0; color: rgba(255, 255, 255, .48); cursor: pointer; font-size: 11px; font-weight: 600; }.monitor-details summary:hover, .monitor-details[open] summary { color: #fff; }.monitor-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0 0 8px; }.monitor-details dl div { padding: 9px; border-radius: 10px; background: rgba(255, 255, 255, .05); }.monitor-details dt { color: rgba(255, 255, 255, .46); font-size: 10px; }.monitor-details dd { margin: 4px 0 0; color: #fff; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }.monitor-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .44); font-size: 10px; }.monitor-card__footer span:last-child { text-align: right; }

@media (max-width: 800px) {
  .landing { min-height: 100svh; border-radius: 0; }
  .nav { width: calc(100% - 28px); min-height: 64px; margin-top: 14px; padding: 8px 9px 8px 14px; border-radius: 19px; }
  .brand { gap: 8px; font-size: 18px; }
  .brand__logo { width: 31px; height: 31px; }
  .nav__actions { gap: 0; font-size: 0; }
  .nav__actions > a:first-child { display: none; }
  .nav__download { padding: 12px 16px; border-radius: 12px; font-size: 13px; }
  .hero { padding-top: 18vh; }
  .version { gap: 10px; padding: 5px 13px 5px 6px; }
  .version span { min-width: 64px; height: 34px; font-size: 13px; }
  .version p { font-size: 14px; }
  h1 { margin-top: 32px; font-size: clamp(34px, 9.2vw, 48px); line-height: 1.08; }
  .hero__actions { gap: 10px; margin-top: 36px; }
  .button { min-width: 0; width: calc(50vw - 27px); height: 58px; padding: 0 10px; border-radius: 15px; font-size: 14px; }
  .facts { gap: 8px; margin-top: 44px; }
  .fact { min-height: 33px; padding: 0 10px; border-radius: 11px; font-size: 11px; }
  .fact i { width: 13px; height: 13px; font-size: 12px; }
  .monitor-section { padding: 64px 18px 86px; }.monitor-layout { grid-template-columns: 1fr; gap: 52px; }.monitor-copy h2 { font-size: clamp(34px, 10vw, 46px); }.monitor-intro { font-size: 15px; }.monitor-demo { height: 605px; padding: 18px 0; }.monitor-demo__ambient, .monitor-card::after { display: none; }.monitor-card { padding: 19px; border-radius: 17px; }.monitor-card__header h3 { max-width: 205px; font-size: 18px; }.monitor-metrics > div { padding: 9px; }.monitor-metrics strong { font-size: 13px; }.monitor-graph { height: 125px; }
}

.how-section { min-height: 105svh; padding: clamp(72px, 8vw, 104px) 24px; background: #0f0e14; }
.how-section__intro { max-width: 680px; margin: 0 auto; text-align: center; opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.how-section__intro p { margin: 0 0 18px; color: #00c8ec; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.how-section__intro h2 { margin: 0; color: #fff; font-size: clamp(36px, 4vw, 60px); font-weight: 700; letter-spacing: -.07em; line-height: 1.04; }
.how-section__intro span { display: block; margin-top: 20px; color: rgba(255, 255, 255, .53); font-size: 16px; line-height: 1.5; }
.how-steps { position: relative; display: grid; gap: 0; width: min(100%, 1280px); margin: clamp(62px, 8vw, 96px) auto 0; padding: 0; list-style: none; }
.how-steps::before { position: absolute; top: 34px; bottom: 34px; left: 35px; width: 1px; background: linear-gradient(#00c8ec, rgba(255, 255, 255, .11) 24%, rgba(255, 255, 255, .11) 76%, #f15bc4); content: ""; }
.how-step { position: relative; display: grid; grid-template-columns: 72px minmax(240px, 1fr) minmax(340px, 440px); column-gap: 32px; align-items: center; min-height: 330px; padding: 24px 0; opacity: 0; transform: translateY(16px); transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1); }
.how-step::after { position: absolute; z-index: 0; top: 6px; right: -110px; bottom: 6px; left: 38px; border-radius: 999px; background: radial-gradient(ellipse at 18% 50%, transparent 0%, rgba(0, 200, 236, .075) 27%, rgba(0, 200, 236, .028) 49%, transparent 82%); content: ""; filter: blur(12px); opacity: 0; pointer-events: none; transition: opacity 1.1s ease; }
.how-step > div, .how-step__preview { position: relative; z-index: 1; }
.how-step__preview { display: grid; width: 100%; aspect-ratio: 2 / 1; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .11); border-radius: 17px; background: #16171a; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); }.how-step__preview img { display: block; width: 100%; height: 100%; object-fit: cover; }.how-step.is-active .how-step__preview { border-color: rgba(0, 200, 236, .28); box-shadow: 0 12px 34px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .07); }
.how-step__number { position: relative; z-index: 1; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; color: rgba(255, 255, 255, .46); background: #0f0e14; font-size: 19px; font-weight: 600; letter-spacing: -.05em; transition: color .75s ease, border-color .75s ease, box-shadow .75s ease; }
.how-step h3 { margin: 0; color: #fff; font-size: clamp(22px, 2vw, 29px); font-weight: 600; letter-spacing: -.055em; }.how-step p { margin: 8px 0 0; color: rgba(255, 255, 255, .52); font-size: 15px; line-height: 1.45; }
.how-section.is-visible .how-section__intro, .how-step.is-visible { opacity: 1; transform: translateY(0); }
.how-step.is-active::after { opacity: 1; }.how-step.is-active .how-step__number { border-color: #00c8ec; color: #00c8ec; box-shadow: 0 0 0 5px rgba(0, 200, 236, .08), 0 0 24px rgba(0, 200, 236, .2); }.how-step.is-active h3 { color: #fff; }

@media (max-width: 800px) {
  .how-section { min-height: auto; padding: 86px 18px; }.how-section__intro h2 { font-size: clamp(34px, 10vw, 46px); }.how-section__intro span { font-size: 15px; }.how-steps { margin-top: 55px; }.how-steps::before { left: 25px; }.how-step { grid-template-columns: 52px minmax(0, 1fr); gap: 17px; min-height: 118px; padding: 26px 0; }.how-step::after { right: -28px; left: 24px; }.how-step__number { width: 52px; height: 52px; font-size: 15px; }.how-step h3 { font-size: 21px; }.how-step p { font-size: 14px; }.how-step__preview { grid-column: 2 / -1; margin-top: 3px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .how-section__intro, .how-step { opacity: 1; transform: none; transition: none; }
  .monitor-section.is-ready .monitor-copy h2, .monitor-section.is-ready .monitor-intro, .monitor-section.is-ready .benefit { opacity: 1; transform: none; transition: none; }
  .fact:hover .fact__blender-icon img { animation: none; }
}

.closing-section { --closing-glow: .1; position: relative; overflow: hidden; padding: clamp(106px, 12vw, 160px) 24px 26px; background: #0f0e14; text-align: center; }
.closing-section::before { position: absolute; z-index: 0; top: -14%; left: 50%; width: min(80vw, 980px); aspect-ratio: 1.45; border-radius: 50%; background: radial-gradient(ellipse, rgba(0, 200, 236, .184), rgba(241, 91, 196, .097) 44%, transparent 72%); content: ""; filter: blur(20px); opacity: var(--closing-glow); transform: translateX(-50%); pointer-events: none; transition: opacity 1.05s cubic-bezier(.22, 1, .36, 1); }
.closing-section::after { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 135px; background: linear-gradient(180deg, #0f0e14 0%, rgba(15, 14, 20, .72) 35%, transparent 100%); content: ""; pointer-events: none; }
.closing-section__content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }.closing-section h2 { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 68px); font-weight: 700; letter-spacing: -.075em; line-height: 1.02; }.closing-section p { max-width: 500px; margin: 22px auto 0; color: rgba(255, 255, 255, .58); font-size: 17px; line-height: 1.55; }.closing-section__actions { display: flex; justify-content: center; gap: 12px; margin-top: 36px; }.closing-section__meta { display: block; margin-top: 22px; color: rgba(255, 255, 255, .36); font-size: 12px; }
.footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: min(100%, 1120px); margin: clamp(104px, 13vw, 160px) auto 0; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .09); }.footer__brand { color: rgba(255, 255, 255, .8); font-size: 15px; font-weight: 600; letter-spacing: -.05em; }.footer__links { display: flex; gap: 22px; color: rgba(255, 255, 255, .45); font-size: 13px; }.footer__links a { transition: color .2s ease; }.footer__links a:hover { color: #fff; }

@media (max-width: 800px) {
  .closing-section { padding: 90px 18px 20px; }.closing-section h2 { font-size: clamp(40px, 12vw, 54px); }.closing-section p { font-size: 15px; }.closing-section__actions { gap: 10px; margin-top: 30px; }.closing-section__actions .button { width: calc(50vw - 26px); }.closing-section__meta { font-size: 11px; }.footer { flex-direction: column; gap: 17px; margin-top: 86px; padding-top: 18px; }.footer__links { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
