/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Countdown.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.Countdown_timer__uh9TL {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.Countdown_digit__tBOnB {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--text);
}

.Countdown_divider__luasz {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--text);
  opacity: 0.9;
}

/* Boxed variant used inside the sticky bar */
.Countdown_boxed___L5Rp .Countdown_digit__tBOnB {
  min-width: 42px;
  padding: 7px 6px;
  border-radius: 6px;
  background: #232323;
  text-align: center;
}

.Countdown_boxed___L5Rp .Countdown_divider__luasz {
  color: var(--text-dim);
}

@media (max-width: 767px) {
  .Countdown_boxed___L5Rp .Countdown_digit__tBOnB {
    min-width: 36px;
    padding: 6px 4px;
    font-size: 13px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/CtaBlock.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.CtaBlock_wrap__V8a_Y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
  padding: 8px;
  border-radius: var(--radius);
  background: #1a1a1a;
}

.CtaBlock_button__VaMrn {
  min-width: 312px;
}

.CtaBlock_timerRow__QOju5 {
  padding: 10px 0 6px;
}

@media (max-width: 480px) {
  .CtaBlock_wrap__V8a_Y {
    width: 100%;
  }

  .CtaBlock_button__VaMrn {
    min-width: 0;
    width: 100%;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Collapse.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Height animation via grid-template-rows, which interpolates to auto content height. */
.Collapse_collapse__rR4Y_ {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in-out;
}

.Collapse_open__Yo6if {
  grid-template-rows: 1fr;
}

.Collapse_inner__KjtzT {
  min-height: 0;
  overflow: hidden;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/DiscoverFeatures.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.DiscoverFeatures_section___0kUl {
  padding: 100px 0;
}

/* ---------- Heading ---------- */
.DiscoverFeatures_titleWrap__dkVlc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.DiscoverFeatures_title__bpAIr {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text);
}

.DiscoverFeatures_subtitle__T0jli {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.DiscoverFeatures_inner__fwUsn {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

/* ---------- Card ---------- */
.DiscoverFeatures_tabs__oA64k {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 20px;
  gap: 20px;
  height: 700px;
  padding: 0;
  border-radius: 24px;
  background: #1f1f1f;
}

/* ---------- Left rail ---------- */
.DiscoverFeatures_controlsWrap__7vaT_ {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0 24px 24px;
  overflow: auto;
}

.DiscoverFeatures_controls__tOMAk {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
}

.DiscoverFeatures_controls__tOMAk::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}

.DiscoverFeatures_controls__tOMAk::-webkit-scrollbar-track {
  background: transparent;
}

.DiscoverFeatures_controls__tOMAk::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ---------- Category ---------- */
.DiscoverFeatures_category__XHYW1 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease-in-out;
}

.DiscoverFeatures_categoryOpen__UTSfr {
  border-color: var(--accent);
}

.DiscoverFeatures_control___Hatd {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.DiscoverFeatures_chevron__o6b_U {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  /* Points down while collapsed, flipping up as the panel opens. */
  transform: rotate(180deg);
  transition: transform 0.3s, opacity 0.2s ease-in-out;
}

.DiscoverFeatures_chevronOpen__aYsLQ {
  opacity: 1;
  transform: none;
}

/* ---------- Feature list ---------- */
.DiscoverFeatures_controlContent__fQUXA {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 14px 12px;
}

.DiscoverFeatures_tabHeader__ijI_h {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.DiscoverFeatures_tabHeaderActive__YuCh5 {
  opacity: 1;
}

.DiscoverFeatures_tabHeader__ijI_h:hover {
  opacity: 0.8;
}

.DiscoverFeatures_tabHeaderActive__YuCh5:hover {
  opacity: 1;
}

.DiscoverFeatures_heading__WDEFB {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.DiscoverFeatures_figure__B6bdR {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.DiscoverFeatures_figure__B6bdR img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.DiscoverFeatures_label__4fBwZ {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
}

.DiscoverFeatures_tagBlock__e3JLp {
  display: block;
}

.DiscoverFeatures_tag__2GI_5 {
  padding: 0 2px;
  background-color: var(--accent);
  color: #000;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: text-top;
}

/* ---------- Video pane ---------- */
.DiscoverFeatures_content__QnFQx {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.DiscoverFeatures_content__QnFQx video {
  flex: 1 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Inline clip shown under the chosen feature on narrow screens. */
.DiscoverFeatures_mobilePane__Ib56_ {
  display: none;
  padding-top: 10px;
}

.DiscoverFeatures_mobilePane__Ib56_ video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.DiscoverFeatures_bottom__ymuK1 {
  margin-top: 50px;
  text-align: center;
}

/* ---------- Breakpoints (mirroring the live page) ---------- */
@media (max-width: 1799px) {
  .DiscoverFeatures_title__bpAIr {
    font-size: 42px;
  }

  .DiscoverFeatures_tabs__oA64k {
    height: 530px;
  }
}

@media (max-width: 1279px) {
  .DiscoverFeatures_title__bpAIr {
    font-size: 32px;
  }

  .DiscoverFeatures_tabs__oA64k {
    grid-template-columns: 1.25fr 3fr;
    height: 420px;
    padding: 15px 15px 15px 20px;
    border-radius: 20px;
  }

  .DiscoverFeatures_controlsWrap__7vaT_ {
    padding: 0;
  }

  .DiscoverFeatures_controls__tOMAk {
    gap: 10px;
  }

  .DiscoverFeatures_control___Hatd {
    font-size: 15px;
    padding: 10px 15px;
  }

  .DiscoverFeatures_chevron__o6b_U {
    width: 20px;
    height: 20px;
  }

  .DiscoverFeatures_controlContent__fQUXA {
    gap: 10px;
    padding: 0 15px 10px;
  }

  .DiscoverFeatures_label__4fBwZ {
    font-size: 13px;
  }

  .DiscoverFeatures_figure__B6bdR {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 959px) {
  .DiscoverFeatures_tabs__oA64k {
    grid-template-columns: 1fr;
    gap: 10px;
    height: auto;
    padding: 0;
    background: none;
  }

  .DiscoverFeatures_controls__tOMAk {
    width: 100%;
    overflow-y: visible;
  }

  .DiscoverFeatures_controlsWrap__7vaT_ {
    overflow: visible;
  }

  .DiscoverFeatures_content__QnFQx {
    display: none;
  }

  .DiscoverFeatures_mobilePane__Ib56_ {
    display: block;
  }

  /* On mobile the highlight follows the open clip rather than the tab state. */
  .DiscoverFeatures_tabHeaderActive__YuCh5 {
    opacity: 0.5;
  }

  .DiscoverFeatures_tabHeaderShown__3R6Rn {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .DiscoverFeatures_section___0kUl {
    padding: 50px 0;
  }

  .DiscoverFeatures_title__bpAIr {
    font-size: 24px;
  }

  .DiscoverFeatures_subtitle__T0jli {
    display: none;
  }

  .DiscoverFeatures_bottom__ymuK1 {
    margin-top: 30px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Faq.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.Faq_list__FYK01 {
  max-width: 760px;
  margin: clamp(30px, 4vw, 50px) auto 0;
}

.Faq_item__hrOKf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.Faq_trigger__kUFx0 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 4px;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  text-align: left;
}

.Faq_chevron__q9oNo {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.25s var(--ease);
}

.Faq_chevronOpen__VTj3R {
  transform: rotate(180deg);
}

.Faq_panel__pSO1S {
  padding: 0 4px 24px 38px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}

.Faq_panel__pSO1S p + p,
.Faq_panel__pSO1S ul + p,
.Faq_panel__pSO1S p + ul {
  margin-top: 16px;
}

.Faq_panel__pSO1S ul {
  margin-top: 12px;
  padding-left: 20px;
  list-style: disc;
}

.Faq_panel__pSO1S li {
  margin-bottom: 8px;
  list-style: disc;
}

.Faq_panel__pSO1S b {
  color: var(--text);
  font-weight: 700;
}

.Faq_panel__pSO1S a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.Faq_footer__1r4Eo {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 46px);
}

@media (max-width: 600px) {
  .Faq_panel__pSO1S {
    padding-left: 4px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__pQtti {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: clamp(40px, 5vw, 62px);
  background: #050505;
}

.Footer_grid__88hvW {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 34px 24px;
  gap: 34px 24px;
}

.Footer_colTitle__3amT0 {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.Footer_link__TBOP7 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0;
  font-size: 14px;
  color: #d6d6d6;
  transition: color 0.18s var(--ease);
}

.Footer_link__TBOP7:hover {
  color: var(--accent);
}

.Footer_groupTitle__RVi8X {
  margin-top: 26px;
}

/* ---------- Newsletter ---------- */
.Footer_form__UgVkF {
  margin-top: 6px;
}

.Footer_input__GKy1E {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-input);
  color: var(--text);
  font-size: 14px;
}

.Footer_input__GKy1E::placeholder {
  color: #6f6f6f;
}

.Footer_inputError__yS_ul {
  border-color: #e05252;
}

.Footer_error__bTKwb {
  margin-top: 8px;
  font-size: 12px;
  color: #e88;
}

.Footer_success__c78Fj {
  margin-top: 10px;
  font-size: 13px;
  color: var(--accent);
}

.Footer_subscribe__jufjh {
  width: 100%;
  margin-top: 10px;
  min-height: 46px;
  border-radius: var(--radius-sm);
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 0.2s var(--ease);
}

.Footer_subscribe__jufjh:hover {
  background: #e6e6e6;
}

.Footer_note__o1mys {
  margin-top: 14px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-dim);
}

.Footer_note__o1mys a {
  color: #d6d6d6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.Footer_aiRow__d5S1z {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.Footer_aiChip__oAoag {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #1c1c1c;
  font-size: 17px;
}

/* ---------- Bottom bar ---------- */
.Footer_bottom__wxP7Z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: clamp(34px, 4vw, 56px);
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.Footer_langWrap__KZyNl {
  position: relative;
}

.Footer_langBtn__E3deb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #d6d6d6;
}

.Footer_langMenu__DYh_1 {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  min-width: 170px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #101010;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  z-index: 20;
}

.Footer_langOption__9S6ke {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: #d6d6d6;
  text-align: left;
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}

.Footer_langOption__9S6ke:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.Footer_langActive__Iu5dZ {
  color: var(--accent);
}

.Footer_social__cGivK {
  display: flex;
  align-items: center;
  gap: 18px;
}

.Footer_social__cGivK img {
  width: 17px;
  height: 17px;
  opacity: 0.65;
  transition: opacity 0.2s var(--ease);
}

.Footer_social__cGivK a:hover img {
  opacity: 1;
}

.Footer_copyright__j4atB {
  font-size: 13px;
  color: var(--text-dim);
}

@media (max-width: 1023px) {
  .Footer_grid__88hvW {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .Footer_grid__88hvW {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .Footer_bottom__wxP7Z {
    justify-content: center;
    text-align: center;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Header.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__KwdYD {
  position: relative;
  z-index: 60;
}

/* ---------- Top utility bar ---------- */
.Header_topBar__Guhl4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.Header_topInner__W3o7_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}

.Header_skylumLogo__DxINZ {
  height: 13px;
  width: auto;
  flex-shrink: 0;
}

.Header_topNav___79F8 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
}

.Header_topLink__ba_wz {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: var(--header-h);
  padding: 0 16px;
  font-size: 14px;
  color: #d6d6d6;
  transition: color 0.18s var(--ease);
  white-space: nowrap;
}

.Header_topLink__ba_wz:hover {
  color: var(--text);
}

.Header_topLinkActive__YdPZc {
  color: var(--text);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.Header_caret__XV5g1 {
  transition: transform 0.2s var(--ease);
}

.Header_caretOpen__jUcbR {
  transform: rotate(180deg);
}

.Header_topRight__vmpkJ {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.Header_login__H_F0w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #d6d6d6;
  transition: color 0.18s var(--ease);
}

.Header_login__H_F0w:hover {
  color: var(--text);
}

/* ---------- Product sub bar ---------- */
.Header_subBar__nT0_P {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.Header_subInner__fEZ1o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--subnav-h);
}

.Header_luminarLogo__GdZ_U {
  height: 26px;
  width: auto;
}

.Header_subNav___MIq5 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Header_subLink__oAeZr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 15px;
  color: #d6d6d6;
  border-radius: var(--radius-sm);
  transition: color 0.18s var(--ease);
}

.Header_subLink__oAeZr:hover {
  color: var(--text);
}

/* ---------- Dropdown ---------- */
.Header_dropdownHost__6ft4V {
  position: relative;
  display: flex;
  align-items: center;
}

.Header_dropdown__4_v0S {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #101010;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
  z-index: 80;
}

.Header_dropdownRight__r_mA1 {
  left: auto;
  right: 0;
  transform: none;
}

.Header_dropdownGroup__hrQGe + .Header_dropdownGroup__hrQGe {
  margin-top: 20px;
}

.Header_dropdownTitle__rARl1 {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.Header_dropdownLink__TPiDC {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #d6d6d6;
  transition: color 0.18s var(--ease);
  white-space: nowrap;
}

.Header_dropdownLink__TPiDC:hover {
  color: var(--accent);
}

/* Wide features mega menu */
.Header_mega__N23tL {
  min-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 8px 28px;
  gap: 8px 28px;
  align-items: start;
}

.Header_megaFoot__OE2F9 {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.Header_megaFoot__OE2F9 .Header_dropdownLink__TPiDC {
  color: var(--accent);
  font-weight: 600;
}

.Header_sup__VISed {
  font-size: 0.65em;
  vertical-align: super;
  color: var(--accent);
  margin-left: 1px;
}

/* ---------- Mobile ---------- */
.Header_burger__9ocpS {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: -8px;
}

.Header_burgerBar__f6am1 {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  position: relative;
  transition: background 0.2s var(--ease);
}

.Header_burgerBar__f6am1::before,
.Header_burgerBar__f6am1::after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s var(--ease);
}

.Header_burgerBar__f6am1::before {
  top: -6px;
}

.Header_burgerBar__f6am1::after {
  top: 6px;
}

.Header_burgerOpen__u8Epx .Header_burgerBar__f6am1 {
  background: transparent;
}

.Header_burgerOpen__u8Epx .Header_burgerBar__f6am1::before {
  transform: translateY(6px) rotate(45deg);
}

.Header_burgerOpen__u8Epx .Header_burgerBar__f6am1::after {
  transform: translateY(-6px) rotate(-45deg);
}

.Header_drawer__1mojw {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 70;
  overflow-y: auto;
  padding: 16px var(--gutter) 48px;
  background: #0a0a0a;
  border-top: 1px solid var(--border);
}

.Header_drawerItem__amXA1 {
  border-bottom: 1px solid var(--border);
}

.Header_drawerLink__9AvqM,
.Header_drawerToggle__b_DSC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 2px;
  font-size: 17px;
  color: var(--text);
  text-align: left;
}

.Header_drawerPanel__3CV2W {
  padding: 0 2px 14px;
}

.Header_drawerSub__JZdSV {
  display: block;
  padding: 9px 0;
  font-size: 15px;
  color: var(--text-muted);
}

.Header_drawerSub__JZdSV:hover {
  color: var(--accent);
}

.Header_drawerFoot__3Q9Q1 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 1100px) {
  .Header_topNav___79F8,
  .Header_subNav___MIq5 {
    display: none;
  }

  .Header_burger__9ocpS {
    display: inline-flex;
  }

  .Header_topRight__vmpkJ .Header_login__H_F0w span {
    display: none;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Hero.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__bqvNd {
  position: relative;
  padding: 80px 0 100px;
  /* Warm mountain artwork behind the headline, sized as on the live page. */
  background-image: url('/img/bgmainscreen-upd.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 2330px auto;
  overflow: hidden;
}

.Hero_info__fHr0A {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.Hero_saleLabel__32ZPz {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px 7px;
  border: 1px solid var(--accent-border);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}

.Hero_title__h4PJ2 {
  max-width: 945px;
  margin-top: 26px;
}

.Hero_list__CeYOw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 15px;
  margin-top: 22px;
}

.Hero_listItem__o6ao_ {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #e4e4e4;
}

.Hero_ctaWrap__YjGf2 {
  margin-top: 30px;
}

/* ---------- Hero media ---------- */
.Hero_mediaWrap__H2sT9 {
  position: relative;
  margin-top: clamp(32px, 4vw, 54px);
}

.Hero_media__OGcwm {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #0d0d0d;
  aspect-ratio: 1270 / 714;
}

.Hero_media__OGcwm video,
.Hero_media__OGcwm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hero_devices__xYOC6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  font-size: 15px;
  color: #d0d0d0;
}

.Hero_deviceIcons__i9d51 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
}

.Hero_deviceIcons__i9d51 svg {
  opacity: 0.92;
}

@media (max-width: 767px) {
  .Hero_hero__bqvNd {
    padding: 40px 0 60px;
    background-size: 1200px auto;
  }

  .Hero_listItem__o6ao_ {
    font-size: 14px;
  }

  .Hero_devices__xYOC6 {
    font-size: 13px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Ecosystem.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.Ecosystem_rating__KGcdl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 16px;
}

.Ecosystem_ratingValue__ZqI70 {
  font-size: 13px;
  color: var(--text-muted);
}

.Ecosystem_title__v4HCR {
  max-width: 1000px;
  margin: 0 auto;
}

.Ecosystem_banner__lR_rA {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  grid-gap: clamp(20px, 3vw, 48px);
  gap: clamp(20px, 3vw, 48px);
  margin-top: clamp(34px, 4vw, 56px);
  padding: clamp(24px, 3vw, 46px);
  border: 1px solid rgba(255, 168, 0, 0.35);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(80% 120% at 12% 45%, rgba(150, 78, 6, 0.55) 0%, rgba(0, 0, 0, 0) 68%),
    radial-gradient(70% 120% at 92% 55%, rgba(120, 62, 5, 0.45) 0%, rgba(0, 0, 0, 0) 70%),
    #0b0b0b;
  overflow: hidden;
}

.Ecosystem_bannerMedia__Ttca8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Ecosystem_bannerMedia__Ttca8 img {
  width: 100%;
  height: auto;
}

.Ecosystem_devices__QUplX {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  font-size: 14px;
  color: #d0d0d0;
}

.Ecosystem_deviceIcons__ERZ_U {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.Ecosystem_list__E6NlJ {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 26px);
}

.Ecosystem_listItem__BTuqa {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(15px, 1.6vw, 19px);
  color: var(--text);
}

.Ecosystem_iconBox__qfTM5 {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.Ecosystem_cta__Cm6xv {
  margin-top: clamp(30px, 3.5vw, 48px);
}

@media (max-width: 900px) {
  .Ecosystem_banner__lR_rA {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Capabilities.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.Capabilities_head__RHh7H {
  max-width: 1080px;
  margin: 0 auto;
}

.Capabilities_grid__BBPRF {
  margin-top: clamp(40px, 5vw, 68px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: clamp(30px, 4vw, 60px) 20px;
  gap: clamp(30px, 4vw, 60px) 20px;
}

.Capabilities_item__zRE5B {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.Capabilities_icon__eVoMu {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.Capabilities_itemTitle__V9jzW {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

/* The live page reveals the copy on hover; keep it available to everyone else too. */
.Capabilities_itemText__Criez {
  margin-top: 10px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.Capabilities_item__zRE5B:hover .Capabilities_itemText__Criez,
.Capabilities_item__zRE5B:focus-within .Capabilities_itemText__Criez {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1023px) {
  .Capabilities_grid__BBPRF {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .Capabilities_itemText__Criez {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 600px) {
  .Capabilities_grid__BBPRF {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .Capabilities_icon__eVoMu {
    height: 42px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/FinalCta.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.FinalCta_banner__pquTk {
  position: relative;
  padding: clamp(36px, 5vw, 72px) clamp(20px, 3vw, 48px) 0;
  border: 1px solid rgba(255, 168, 0, 0.4);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(70% 90% at 50% 0%, rgba(150, 78, 6, 0.6) 0%, rgba(0, 0, 0, 0) 62%),
    radial-gradient(60% 80% at 8% 40%, rgba(120, 62, 5, 0.45) 0%, rgba(0, 0, 0, 0) 70%),
    radial-gradient(60% 80% at 92% 40%, rgba(120, 62, 5, 0.45) 0%, rgba(0, 0, 0, 0) 70%),
    #050505;
  overflow: hidden;
  text-align: center;
}

.FinalCta_label__nRVae {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(255, 180, 0, 0.5);
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
}

.FinalCta_title__l_9nH {
  max-width: 900px;
  margin: 24px auto 0;
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.FinalCta_subtitle__NXpUY {
  margin-top: 16px;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--text-muted);
}

.FinalCta_cta__F6qLK {
  margin-top: 30px;
}

.FinalCta_devices__QnV32 {
  margin: clamp(20px, 3vw, 40px) auto 0;
  max-width: 1100px;
}

.FinalCta_devices__QnV32 img {
  width: 100%;
  height: auto;
}

.FinalCta_bullets__J3EvD {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px clamp(18px, 3vw, 44px);
  padding: 0 0 clamp(28px, 3vw, 44px);
}

.FinalCta_bullet__3za7x {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 1.4vw, 16px);
  color: #e4e4e4;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Photoshoot.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Photoshoot_head__60w5W {
  max-width: 860px;
  margin: 0 auto;
}

.Photoshoot_stage__06SJL {
  position: relative;
  margin-top: clamp(34px, 4vw, 56px);
}

.Photoshoot_shot__Ss51y {
  position: relative;
  width: 100%;
}

.Photoshoot_shot__Ss51y img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

/* Only one preset plate is visible; the rest stack beneath it. */
.Photoshoot_plate__tPW_8 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  pointer-events: none;
}

.Photoshoot_plateActive__4tMYk {
  opacity: 1;
  pointer-events: auto;
}

.Photoshoot_plateFlow__gI5xn {
  position: relative;
  opacity: 1;
}

.Photoshoot_responsive__4llDp {
  display: none;
}

.Photoshoot_responsive__4llDp.Photoshoot_desktop__rq7AH {
  display: block;
}

.Photoshoot_ctaOverlay__hYfMA {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 4vw, 46px);
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.Photoshoot_editBtn___ng0q {
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.Photoshoot_tryIcon__qVEot {
  width: 92px;
  height: auto;
}

/* ---------- Preset picker ---------- */
.Photoshoot_presets___5j7p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.Photoshoot_presetBtn__B5GgY {
  padding: 10px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.Photoshoot_presetBtn__B5GgY:hover {
  color: var(--text);
  border-color: var(--border-soft);
}

.Photoshoot_presetActive__9WziT {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}

@media (max-width: 1023px) {
  .Photoshoot_responsive__4llDp.Photoshoot_desktop__rq7AH {
    display: none;
  }

  .Photoshoot_responsive__4llDp.Photoshoot_tablet__wRCvA {
    display: block;
  }
}

@media (max-width: 600px) {
  .Photoshoot_responsive__4llDp.Photoshoot_tablet__wRCvA {
    display: none;
  }

  .Photoshoot_responsive__4llDp.Photoshoot_mobile__cJ_nZ {
    display: block;
  }

  .Photoshoot_editBtn___ng0q {
    padding: 12px 20px;
    font-size: 12px;
  }

  .Photoshoot_tryIcon__qVEot {
    width: 66px;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/BeforeAfter.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.BeforeAfter_wrap___LFZb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: ew-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.BeforeAfter_before__HTyL8 {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
 * The "after" plate is a right-anchored window over the same frame, so the
 * comparison reads before | after from left to right, as on the live page.
 */
.BeforeAfter_after__KZMpd,
.BeforeAfter_fake__1E8eU {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}

.BeforeAfter_after__KZMpd {
  overflow: hidden;
  z-index: 3;
}

/* The divider line sits on the revealed plate's leading edge. */
.BeforeAfter_after__KZMpd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.BeforeAfter_afterImage__1P6Qj {
  position: absolute;
  top: 0;
  right: 0;
  /* Pinned to the full frame width so the image never squashes as it clips. */
  width: var(--frame-width, 100%);
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.BeforeAfter_fake__1E8eU {
  z-index: 3;
  pointer-events: none;
}

.BeforeAfter_label__JcN9z {
  position: absolute;
  top: calc(51% - 3px);
  transform: translateY(-50%);
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.BeforeAfter_labelBefore__NKAeB {
  right: 100%;
  left: auto;
  min-width: 50px;
  text-align: center;
}

@media (max-width: 1279px) {
  .BeforeAfter_label__JcN9z {
    font-size: 11px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/ProTools.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.ProTools_section__TMxJA {
  padding: 200px 0 100px;
}

/* ---------- Heading ---------- */
.ProTools_header__Xmwa3 {
  text-align: center;
  margin-bottom: 50px;
}

.ProTools_title__e9199 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: var(--text);
}

.ProTools_subtitle__RZJGM {
  max-width: 805px;
  margin: 0 auto 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* ---------- Carousel ---------- */
/* Full-bleed: the track spans the viewport and is never held by a container. */
.ProTools_sliderWrap__N9G8z {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.ProTools_viewport__SYEB1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ProTools_track__cmeTA {
  display: flex;
  align-items: flex-start;
  width: max-content;
  will-change: transform;
}

.ProTools_animated__GA6gF {
  transition: transform 0.5s ease;
}

.ProTools_slide__Zrc2_ {
  flex: 0 0 auto;
  width: 1530px;
  padding: 0 25px;
  opacity: 0.15;
  transition: opacity 0.5s ease;
}

.ProTools_slideActive__jKV4R {
  opacity: 1;
}

/* Fixed-height window that clips the card, as on the live page. */
.ProTools_frame__o4ok9 {
  height: 750px;
  overflow: hidden;
}

/* ---------- Slide card ---------- */
.ProTools_card__eNutn {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ProTools_baWrap__vIPnU {
  height: 750px;
}

/* ---------- Overlaid copy ---------- */
.ProTools_info__KtL4Y {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  max-width: 580px;
  pointer-events: none;
}

.ProTools_info__KtL4Y > * {
  pointer-events: auto;
}

.ProTools_slideTitle__iXuDR {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: var(--text);
}

.ProTools_sup__yXS5z {
  font-size: 70%;
  vertical-align: super;
}

.ProTools_desc__CtGTV {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

/* ---------- Original / Apply switch ---------- */
.ProTools_switchWrap__isnRH {
  width: 500px;
  min-width: 284px;
  height: 43px;
  padding: 3px;
  border-radius: 11px;
  background: linear-gradient(rgba(223, 225, 227, 0.12) 0%, rgba(223, 225, 227, 0.2) 100%);
}

.ProTools_switch__3gsN4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 37px;
}

/* The white pill slides between the two halves. */
.ProTools_switch__3gsN4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.4s;
}

.ProTools_switchRight__VWaEY::after {
  left: 50%;
}

.ProTools_switchBtn__GWUnP {
  width: 50%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

.ProTools_switchBtn__GWUnP:hover {
  color: #fff;
}

.ProTools_switchActive__l9VYT,
.ProTools_switchActive__l9VYT:hover {
  color: #0d0b1f;
}

.ProTools_switchBtn__GWUnP .ProTools_sup__yXS5z {
  position: relative;
  top: -4px;
}

/* ---------- Arrows ---------- */
.ProTools_arrowWrap__L5YsG {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.ProTools_arrowInner__wgM9V {
  display: flex;
  justify-content: space-between;
  margin: 0 -40px;
}

.ProTools_arrow__lyct4 {
  width: 24px;
  height: 40px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  pointer-events: initial;
}

.ProTools_arrow__lyct4:hover {
  opacity: 1;
}

.ProTools_arrow__lyct4 img {
  width: 100%;
}

.ProTools_cta__iBjJA {
  margin-top: clamp(30px, 3.5vw, 48px);
}

/* ---------- Breakpoints ---------- */
@media (max-width: 1799px) {
  .ProTools_slide__Zrc2_ {
    width: 1200px;
  }

  .ProTools_frame__o4ok9,
  .ProTools_baWrap__vIPnU {
    height: 550px;
  }
}

@media (max-width: 1280px) {
  .ProTools_section__TMxJA {
    padding: 100px 0 70px;
  }

  .ProTools_info__KtL4Y {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 1279px) {
  .ProTools_slide__Zrc2_ {
    width: 1000px;
  }

  .ProTools_frame__o4ok9 {
    height: auto;
    margin-bottom: 40px;
  }

  .ProTools_baWrap__vIPnU {
    height: 500px;
  }

  /* Image on top, copy beneath it. */
  .ProTools_card__eNutn {
    display: flex;
    flex-direction: column-reverse;
  }

  .ProTools_info__KtL4Y {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 20px;
    pointer-events: initial;
  }

  /* The switch rises above the copy on narrow layouts. */
  .ProTools_slideTitle__iXuDR,
  .ProTools_desc__CtGTV {
    order: 2;
  }

  .ProTools_slideTitle__iXuDR {
    font-size: 30px;
    line-height: 36px;
  }

  .ProTools_desc__CtGTV {
    font-size: 15px;
    line-height: 24px;
    color: #b7b7b7;
  }

  .ProTools_switchWrap__isnRH {
    width: 284px;
    margin: 0 auto 16px;
  }

  .ProTools_switchBtn__GWUnP {
    font-size: 13px;
    line-height: 120%;
  }

  .ProTools_arrowInner__wgM9V {
    margin: 0 -20px;
  }
}

@media (max-width: 960px) {
  .ProTools_section__TMxJA {
    padding: 70px 0 50px;
  }

  .ProTools_title__e9199 {
    font-size: 30px;
    line-height: 37px;
  }

  .ProTools_subtitle__RZJGM {
    font-size: 15px;
    line-height: 22.5px;
  }
}

@media (max-width: 959px) {
  .ProTools_slide__Zrc2_ {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .ProTools_header__Xmwa3 {
    margin-bottom: 0;
  }

  .ProTools_title__e9199 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 30px;
  }

  .ProTools_subtitle__RZJGM {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .ProTools_sliderWrap__N9G8z {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .ProTools_slide__Zrc2_ {
    /* Mirrors the live slider's 40px centre padding per side. */
    width: calc(var(--viewport-width, 100vw) - 80px);
    padding: 0 5px;
  }

  .ProTools_baWrap__vIPnU {
    height: 290px;
  }

  .ProTools_slideTitle__iXuDR {
    font-size: 24px;
    line-height: 28.8px;
  }

  .ProTools_desc__CtGTV {
    line-height: 26px;
  }

  .ProTools_arrowInner__wgM9V {
    margin: 0;
  }
}

@media (max-width: 574px) {
  .ProTools_slide__Zrc2_ {
    width: calc(var(--viewport-width, 100vw) - 40px);
  }

  .ProTools_switchWrap__isnRH {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
  }

  .ProTools_switchBtn__GWUnP {
    font-size: 11px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/Reasons.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.Reasons_grid__EhjIv {
  margin-top: clamp(34px, 4vw, 56px);
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.Reasons_rowTop__TIyPT {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.Reasons_rowBottom__IWSpL {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.Reasons_card__6paFH {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  overflow: hidden;
}

.Reasons_media__NEBE2 {
  position: relative;
  margin: 20px 20px 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #0d0d0d;
  aspect-ratio: 16 / 10;
}

.Reasons_media__NEBE2 img,
.Reasons_media__NEBE2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The poster sits under the clip and fades out once playback starts. */
.Reasons_media__NEBE2 video {
  position: absolute;
  inset: 0;
}

.Reasons_info__reYnn {
  padding: 22px 20px 26px;
}

.Reasons_cardTitle__D_c2O {
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.Reasons_cardText__VGlFw {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted);
}

.Reasons_cta__3TJ5h {
  margin-top: clamp(30px, 3.5vw, 48px);
}

@media (max-width: 900px) {
  .Reasons_rowTop__TIyPT,
  .Reasons_rowBottom__IWSpL {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .Reasons_rowTop__TIyPT,
  .Reasons_rowBottom__IWSpL {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/StepShowcase.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.StepShowcase_inner__T7Eei {
  display: grid;
  grid-template-columns: minmax(0, 758fr) minmax(0, 380fr);
  align-items: center;
  grid-gap: clamp(20px, 2.7vw, 32px);
  gap: clamp(20px, 2.7vw, 32px);
}

.StepShowcase_reversed__T80YD {
  grid-template-columns: minmax(0, 380fr) minmax(0, 758fr);
}

.StepShowcase_mediaCol__jI_ur {
  order: 1;
}

.StepShowcase_textCol__28XLl {
  order: 2;
}

.StepShowcase_reversed__T80YD .StepShowcase_mediaCol__jI_ur {
  order: 2;
}

.StepShowcase_reversed__T80YD .StepShowcase_textCol__28XLl {
  order: 1;
}

.StepShowcase_title__wPQcu {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.StepShowcase_desc__ymwF9 {
  margin-top: 20px;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  color: var(--text-muted);
}

.StepShowcase_slider__0JVEN {
  margin-top: clamp(26px, 3vw, 44px);
}

.StepShowcase_range__YYmgQ {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #2b2b2b;
  outline-offset: 6px;
  cursor: pointer;
}

.StepShowcase_range__YYmgQ::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  cursor: -webkit-grab;
  cursor: grab;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}

.StepShowcase_range__YYmgQ::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  cursor: grab;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}

.StepShowcase_steps__NwuTG {
  display: flex;
  margin-top: 12px;
}

.StepShowcase_step__7_bdn {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dim);
  transition: color 0.2s var(--ease);
}

.StepShowcase_stepActive__fYPQW {
  color: var(--text);
}

.StepShowcase_dot__Jcwue {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4a4a4a;
  transition: background 0.2s var(--ease);
}

.StepShowcase_stepActive__fYPQW .StepShowcase_dot__Jcwue {
  background: var(--accent);
}

.StepShowcase_sup__izKAh {
  font-size: 0.62em;
  vertical-align: super;
}

.StepShowcase_compare__9sT9p {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 900px) {
  .StepShowcase_inner__T7Eei,
  .StepShowcase_reversed__T80YD {
    grid-template-columns: minmax(0, 1fr);
  }

  .StepShowcase_inner__T7Eei .StepShowcase_textCol__28XLl,
  .StepShowcase_reversed__T80YD .StepShowcase_textCol__28XLl {
    order: 1;
  }

  .StepShowcase_inner__T7Eei .StepShowcase_mediaCol__jI_ur,
  .StepShowcase_reversed__T80YD .StepShowcase_mediaCol__jI_ur {
    order: 2;
  }

  .StepShowcase_step__7_bdn {
    font-size: 12px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/StickyBar.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.StickyBar_bar__RzizZ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(-100%);
  transition: transform 0.32s var(--ease);
}

/* Warm wash matching the live bar's glow. */
.StickyBar_bar__RzizZ::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    58% 260% at 50% 0%,
    rgba(180, 95, 6, 0.75) 0%,
    rgba(120, 60, 5, 0.35) 40%,
    rgba(0, 0, 0, 0) 75%
  );
  pointer-events: none;
}

.StickyBar_visible__f9r6v {
  transform: translateY(0);
}

.StickyBar_inner__kBCPo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 60px;
  padding: 8px 0;
}

.StickyBar_logo__57o2_ {
  height: 24px;
  width: auto;
  flex-shrink: 0;
}

.StickyBar_label__Bub6J {
  flex: 1 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  color: var(--text);
}

.StickyBar_right__W8c8M {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.StickyBar_button__sw0Q_ {
  min-height: 42px;
  padding: 10px 28px;
}

@media (max-width: 1023px) {
  .StickyBar_label__Bub6J {
    font-size: 14px;
  }

  .StickyBar_right__W8c8M {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .StickyBar_inner__kBCPo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .StickyBar_logo__57o2_ {
    display: none;
  }

  .StickyBar_label__Bub6J {
    flex: 0 0 100%;
    font-size: 13px;
  }

  .StickyBar_button__sw0Q_ {
    padding: 10px 20px;
    font-size: 13px;
  }
}

