/* =====================================================================
   NOAQ CONTENT CSS — Case / Video / FAQ / Calculator
   ===================================================================== */

/* ---------- content-immersive.css ---------- */

/* NOAQ content pages — case / video */
.content-im-page{
  background:#fff;
  color:var(--text);
}
.content-im-page p{font-weight:500}
.content-im-page .site-navbar{z-index:2200}
.content-im-page .g-footer__foot{border-top:0}

/* Hero */
.ci-hero{
  position:relative;
  height:100svh;
  min-height:760px;
  overflow:hidden;
  background:#061827;
}
.ci-hero-media,
.ci-hero-media img,
.ci-hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ci-hero-media img{
  object-fit:cover;
  object-position:center;
}
.ci-hero-shade{
  background:
    linear-gradient(90deg,rgba(3,14,24,.76),rgba(3,14,24,.32) 50%,rgba(3,14,24,.12)),
    linear-gradient(0deg,rgba(3,14,24,.42),transparent 55%);
}
.ci-hero-copy{
  position:absolute;
  z-index:2;
  left:max(6vw,40px);
  bottom:13%;
  width:min(760px,calc(100% - 80px));
  color:#fff;
}
.ci-hero-copy>span{
  display:inline-block;
  color:#bfe2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}
.ci-hero-copy h1{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(60px,8vw,108px);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.055em;
}
.ci-hero-copy p{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2vw,26px);
  line-height:1.75;
}
.ci-hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}
.ci-hero-actions a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  transition:color .3s ease,border-color .3s ease;
}
.ci-hero-actions a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.ci-hero-actions a:hover::before{transform:translateX(0)}
.ci-hero-actions a:first-child{
  background:#fff;
  color:var(--deep);
}
.ci-hero-actions a:first-child::before{background:var(--blue)}
.ci-hero-actions a:first-child:hover{color:#fff}
.ci-hero-actions a:last-child{
  border:1px solid rgba(255,255,255,.68);
  color:#fff;
}
.ci-hero-actions a:last-child::before{background:#fff}
.ci-hero-actions a:last-child:hover{
  color:var(--deep);
  border-color:#fff;
}

/* content */
.ci-section{
  padding:130px 0 140px;
}
.ci-section>.hm-center{
  max-width:920px;
}
.ci-section>.hm-center h2{
  font-size:clamp(42px,5.6vw,72px);
}
.ci-section>.hm-center p{
  max-width:720px;
}

/* tabs */
.ci-tabs{
  position:relative;
  display:flex;
  justify-content:center;
  gap:0;
  margin-top:54px;
  padding:8px;
  border-radius:999px;
  background:#f2f5f8;
}
.ci-tab-slider{
  position:absolute;
  top:8px;
  bottom:8px;
  left:8px;
  width:calc((100% - 16px) / 3);
  border:1px solid var(--deep);
  border-radius:999px;
  background:#fff;
  box-shadow:0 7px 22px rgba(5,29,49,.08);
  transform:translateX(0);
  transition:transform .45s cubic-bezier(.22,.8,.25,1);
  pointer-events:none;
}
.ci-tabs button{
  position:relative;
  z-index:2;
  flex:1;
  min-height:54px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#506579;
  font-family:inherit;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  transition:background .3s ease,color .3s ease,box-shadow .3s ease;
}
.ci-tabs button.is-active{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  color:var(--deep);
}

/* video category tabs */
.ci-video-tabs{
  max-width:620px;
}

.ci-video-tabs .ci-tab-slider{
  width:calc((100% - 16px) / 2);
}

.ci-video-wrap{
  margin-top:54px;
}

.ci-video-panel{
  display:none;
}

.ci-video-panel.is-active{
  display:block;
}

.ci-video-panel .ci-video-grid{
  margin-top:0;
}

/* case */
.ci-case-wrap{margin-top:54px}
.ci-case-panel{display:none}
.ci-case-panel.is-active{display:block}
.ci-panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.ci-panel-head span{
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
}
.ci-panel-head h2{
  margin:6px 0 0;
  color:var(--deep);
  font-size:30px;
  line-height:1.3;
  font-weight:900;
}
.ci-panel-head strong{
  color:#8ba0b4;
  font-size:14px;
  white-space:nowrap;
}
.ci-case-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.ci-case-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  aspect-ratio:4/3;
  border-radius:20px;
  background:#eaf0f5;
}
.ci-case-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.2,.75,.25,1);
}
.ci-case-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(3,18,31,.34),transparent 55%);
  opacity:.65;
  transition:opacity .35s ease;
}
.ci-case-card:hover img{transform:scale(1.045)}
.ci-case-card:hover::after{opacity:1}

/* video */
.ci-video-section{background:#fff}
.ci-video-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:60px;
}
.ci-video-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(5,29,49,.07);
}
.ci-video-thumb{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#0a2033;
}
.ci-video-thumb>img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.2,.75,.25,1),opacity .3s ease;
}
.ci-video-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(3,18,31,.38),rgba(3,18,31,.03) 60%);
}
.ci-video-thumb:hover>img{transform:scale(1.05)}
.ci-play{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:66px;
  height:66px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 30px rgba(0,0,0,.2);
  transition:transform .3s ease,background .3s ease;
}
.ci-play i{
  position:absolute;
  left:27px;
  top:21px;
  width:0;
  height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid var(--blue);
}
.ci-video-thumb:hover .ci-play{
  transform:translate(-50%,-50%) scale(1.06);
  background:#fff;
}
.ci-video-thumb em{
  position:absolute;
  z-index:3;
  right:14px;
  bottom:12px;
  color:rgba(255,255,255,.82);
  font-size:11px;
  font-style:normal;
  font-weight:800;
  letter-spacing:.1em;
}
.ci-video-copy{
  min-height:150px;
  padding:22px 22px 24px;
}
.ci-video-copy>span{
  display:block;
  margin-bottom:9px;
  color:var(--blue);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
}
.ci-video-copy h3{
  margin:0;
  color:var(--deep);
  font-size:19px;
  line-height:1.55;
  font-weight:800;
}

/* shared CTA circles + button animation */
.content-im-page .hm-cta{
  position:relative;
  overflow:hidden;
}
.content-im-page .hm-cta::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-120px;
  top:-190px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.04),
    0 0 0 140px rgba(255,255,255,.022);
  pointer-events:none;
}
.content-im-page .hm-cta-inner{position:relative;z-index:2}
.content-im-page .hm-cta a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#fff;
  color:var(--blue);
  transition:color .3s ease;
}
.content-im-page .hm-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--red);
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.content-im-page .hm-cta a:hover::before{transform:translateX(0)}
.content-im-page .hm-cta a:hover{color:#fff}

@media(max-width:991px){
  .ci-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ci-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){

  .ci-video-tabs{
    max-width:none;
    overflow:visible;
  }

  .ci-video-tabs button{
    min-width:0;
  }

  .ci-video-wrap{
    margin-top:38px;
  }
  .ci-hero{
    height:100svh;
    min-height:700px;
  }
  .ci-hero-copy{
    left:20px;
    right:20px;
    bottom:80px;
    width:auto;
  }
  .ci-hero-copy h1{font-size:52px}
  .ci-hero-copy p{font-size:17px;line-height:1.7}
  .ci-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .ci-hero-actions a{width:100%}
  .ci-section{padding:88px 0 96px}
  .ci-tabs{
    width:min(100% - 28px,1240px);
    overflow:hidden;
    justify-content:center;
    padding:6px;
    border-radius:18px;
  }
  .ci-tabs::-webkit-scrollbar{display:none}
  .ci-tabs button{
    flex:1;
    min-width:0;
    min-height:48px;
    padding:0 10px;
  }
  .ci-case-wrap{margin-top:38px}
  .ci-panel-head{
    align-items:flex-start;
    margin-bottom:20px;
  }
  .ci-panel-head h2{font-size:24px}
  .ci-case-grid{gap:10px}
  .ci-case-card{
    aspect-ratio:4/3;
    border-radius:14px;
  }
.ci-video-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:40px;
  }
  .ci-video-card{border-radius:18px}
  .ci-video-copy{min-height:0;padding:18px}
  .ci-video-copy h3{font-size:17px}
  .ci-play{width:58px;height:58px}
  .ci-play i{left:24px;top:18px}
  .content-im-page .hm-cta::before{
    width:280px;
    height:280px;
    right:-110px;
    top:-110px;
    box-shadow:
      0 0 0 48px rgba(255,255,255,.04),
      0 0 0 96px rgba(255,255,255,.022);
  }
}
@media(prefers-reduced-motion:reduce){
  .ci-case-card img,
  .ci-video-thumb>img,
  .ci-hero-actions a::before,
  .content-im-page .hm-cta a::before{
    transition:none!important;
  }
}

@media(max-width:767px){
  .ci-tab-slider{
  position:absolute;
  top:8px;
  bottom:8px;
  left:8px;
  width:calc((100% - 16px) / 3);
  border:1px solid var(--deep);
  border-radius:999px;
  background:#fff;
  box-shadow:0 7px 22px rgba(5,29,49,.08);
  transform:translateX(0);
  transition:transform .45s cubic-bezier(.22,.8,.25,1);
  pointer-events:none;
}
  .ci-tabs button{font-size:13px;}
}


.ci-tabs button:active,
.ci-tabs button:focus,
.ci-tabs button:focus-visible{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  outline:none;
}


/* ---------- support-immersive.css ---------- */

/* NOAQ Support Pages — FAQ / Calculator */
.support-im-page{
  background:#fff;
  color:var(--text);
}
.support-im-page p{font-weight:500}
.support-im-page .site-navbar{z-index:2200}

/* Hero */
.si-hero{
  position:relative;
  height:100svh;
  min-height:760px;
  overflow:hidden;
  background:#061827;
}
.si-hero-media,
.si-hero-media img,
.si-hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.si-hero-media img{
  object-fit:cover;
  object-position:center;
}
.si-hero-shade{
  background:
    linear-gradient(90deg,rgba(3,14,24,.78),rgba(3,14,24,.32) 52%,rgba(3,14,24,.12)),
    linear-gradient(0deg,rgba(3,14,24,.42),transparent 55%);
}
.si-hero-copy{
  position:absolute;
  z-index:2;
  left:max(6vw,40px);
  bottom:13%;
  width:min(780px,calc(100% - 80px));
  color:#fff;
}
.si-hero-copy>span{
  display:inline-block;
  color:#bfe2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}
.si-hero-copy h1{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(58px,7.4vw,102px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.055em;
}
.si-hero-copy p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2vw,25px);
  line-height:1.75;
}
.si-hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}
.si-hero-actions a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  transition:color .3s ease,border-color .3s ease;
}
.si-hero-actions a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.si-hero-actions a:hover::before{transform:translateX(0)}
.si-hero-actions a:first-child{background:#fff;color:var(--deep)}
.si-hero-actions a:first-child::before{background:var(--blue)}
.si-hero-actions a:first-child:hover{color:#fff}
.si-hero-actions a:last-child{
  border:1px solid rgba(255,255,255,.68);
  color:#fff;
}
.si-hero-actions a:last-child::before{background:#fff}
.si-hero-actions a:last-child:hover{
  color:var(--deep);
  border-color:#fff;
}

.si-section{padding:126px 0 136px}
.si-section>.hm-center{max-width:920px}
.si-section>.hm-center h2{font-size:clamp(42px,5.6vw,60px)}
.si-section>.hm-center p{max-width:720px}

/* FAQ */
.si-faq-section{background:#f6f8fa}
.si-faq-list{
  max-width:980px;
  margin-top:58px;
}
.si-faq-item{
  margin-bottom:14px;
  overflow:hidden;
  border:0;
  border-radius:20px;
  background:#fff;
  box-shadow:
    0 0 0 1px #e4eaf0,
    0 8px 24px rgba(5,29,49,.045);
  transition:box-shadow .3s ease,background .3s ease;
}

.si-faq-item.is-open{
  background:#fff;
  box-shadow:
    0 0 0 1px rgba(0,104,183,.28),
    0 14px 34px rgba(5,29,49,.075);
}
.si-faq-q{
  display:grid;
  grid-template-columns:54px 1fr 28px;
  align-items:center;
  gap:16px;
  width:100%;
  min-height:84px;
  padding:18px 24px 18px 20px;
  border:0;
  background:transparent;
  color:var(--deep);
  font-family:inherit;
  text-align:left;
  cursor:pointer;
}
.si-faq-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#eef5fb;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  transition:background .3s ease,color .3s ease;
}

.si-faq-q:focus,
.si-faq-q:focus-visible,
.si-faq-q:active{
  outline:none;
  box-shadow:none;
}

.si-faq-question{
  font-size:18px;
  line-height:1.55;
  font-weight:800;
}
.si-faq-icon{
  position:relative;
  width:22px;
  height:22px;
}
.si-faq-icon::before,
.si-faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:16px;
  height:2px;
  border-radius:2px;
  background:var(--blue);
  transform:translate(-50%,-50%);
  transition:transform .32s ease;
}
.si-faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.si-faq-item.is-open .si-faq-icon::after{
  transform:translate(-50%,-50%) rotate(0deg);
}
.si-faq-item.is-open .si-faq-num{
  background:var(--blue);
  color:#fff;
}
.si-faq-a{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .4s cubic-bezier(.2,.75,.25,1);
}
.si-faq-item.is-open .si-faq-a{
  grid-template-rows:1fr;
}
.si-faq-answer{
  overflow:hidden;
  padding:0 78px 0 90px;
  color:#53687b;
  font-size:16px;
  line-height:1.95;
}
.si-faq-item.is-open .si-faq-answer{
  padding-top:2px;
  padding-bottom:28px;
}

/* Calculator */
.si-calculator-section{background:#f5f7fa}
.si-calc-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:24px;
  align-items:stretch;
  margin-top:60px;
}
.si-calc-card,
.si-calc-preview{
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 40px rgba(5,29,49,.07);
}
.si-calc-card{
  padding:32px;
}
.si-calc-card-head{
  display:flex;
  gap:18px;
  align-items:center;
  padding-bottom:26px;
  border-bottom:1px solid var(--line);
}
.si-calc-card-head>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--deep);
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.si-calc-card-head h3,
.si-calc-preview-head h3{
  margin:0;
  color:var(--deep);
  font-size:24px;
  font-weight:900;
}
.si-calc-card-head p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:14px;
}
.si-calc-inputs{
  display:grid;
  grid-template-columns:1fr 150px;
  gap:12px;
  margin-top:28px;
}
.si-calc-inputs label{
  margin:0;
}
.si-calc-inputs label>span{
  display:block;
  margin-bottom:8px;
  color:#607589;
  font-size:13px;
  font-weight:800;
}
.si-calc-inputs input,
.si-calc-inputs select{
  width:100%;
  height:58px;
  padding:0 18px;
  border:1px solid #dce5ec;
  border-radius:14px;
  outline:none;
  background:#f9fbfc;
  color:var(--deep);
  font-family:inherit;
  font-size:18px;
  font-weight:700;
  transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.si-calc-inputs input:focus,
.si-calc-inputs select:focus{
  border-color:rgba(0,104,183,.55);
  background:#fff;
  box-shadow:0 0 0 4px rgba(0,104,183,.08);
}
.si-calc-result{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:26px;
  padding:26px 24px;
  border-radius:18px;
  background:var(--deep);
  color:#fff;
}
.si-calc-result>span{
  margin-right:auto;
  color:rgba(255,255,255,.65);
  font-size:14px;
  font-weight:700;
}
.si-calc-result strong{
  color:#fff;
  font-size:64px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.si-calc-result em{
  color:#9dd5ff;
  font-size:18px;
  font-style:normal;
  font-weight:800;
}
.si-calc-note{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.si-calc-note strong{
  display:block;
  margin-bottom:6px;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
}
.si-calc-note p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.si-calc-preview{
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.si-calc-preview-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:28px 30px 22px;
}
.si-calc-preview-head span{
  display:block;
  margin-bottom:4px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
}
.si-calc-preview-head small{
  color:#8ba0b4;
  font-size:12px;
}
.si-product-scroll{
  position:relative;
  flex:1;
  min-height:380px;
  overflow-x:auto;
  overflow-y:hidden;
  border-top:1px solid var(--line);
  background:
    linear-gradient(#eef3f7 1px,transparent 1px),
    linear-gradient(90deg,#eef3f7 1px,transparent 1px),
    #f8fafc;
  background-size:32px 32px;
  scrollbar-width:thin;
}
.si-product-stack{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-width:100%;
  width:max-content;
  height:100%;
  min-height:380px;
  padding:52px 58px 34px;
}
.si-product-stack img{
  width:150px;
  height:auto;
  flex:none;
  margin-left:-52px;
  transform:translateY(-30px);
  opacity:0;
  animation:siBoardIn .5s cubic-bezier(.2,.75,.25,1) forwards;
}
.si-product-stack img:first-child{margin-left:0}
@keyframes siBoardIn{
  to{transform:translateY(0);opacity:1}
}
.si-empty-state{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  color:#8194a5;
  text-align:center;
}
.si-empty-state span{
  width:70px;
  height:70px;
  margin-bottom:16px;
  border:2px solid #d9e4ec;
  border-radius:18px;
  transform:rotate(8deg);
}
.si-empty-state p{
  margin:0;
  color:#8194a5;
  font-size:14px;
  line-height:1.7;
}
.si-empty-state.is-hidden{display:none}
.si-calc-disclaimer{
  display:flex;
  gap:12px;
  align-items:flex-start;
  max-width:1020px;
  margin-top:24px;
  padding:18px 22px;
  border-radius:16px;
  background:#eef4f8;
}
.si-calc-disclaimer strong{
  color:var(--red);
  font-size:18px;
}
.si-calc-disclaimer p{
  margin:0;
  color:#607589;
  font-size:14px;
  line-height:1.7;
}

/* CTA: same site language */
.support-im-page .hm-cta{
  position:relative;
  overflow:hidden;
}
.support-im-page .hm-cta::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-120px;
  top:-190px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.04),
    0 0 0 140px rgba(255,255,255,.022);
  pointer-events:none;
}
.support-im-page .hm-cta-inner{position:relative;z-index:2}
.support-im-page .hm-cta a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#fff;
  color:var(--blue);
  transition:color .3s ease;
}
.support-im-page .hm-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--red);
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.support-im-page .hm-cta a:hover::before{transform:translateX(0)}
.support-im-page .hm-cta a:hover{color:#fff}

@media(max-width:991px){
  .si-calc-layout{grid-template-columns:1fr}
}
@media(max-width:767px){
  .si-hero{
    height:100svh;
    min-height:700px;
  }
  .si-hero-copy{
    left:20px;
    right:20px;
    bottom:80px;
    width:auto;
  }
  .si-hero-copy h1{font-size:50px}
  .si-hero-copy p{font-size:17px;line-height:1.7}
  .si-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .si-hero-actions a{width:100%}
  .si-section{padding:88px 0 96px}
  .si-faq-list{margin-top:40px}
  .si-faq-item{border-radius:16px}
  .si-faq-q{
    grid-template-columns:1fr 24px;
    gap:12px;
    min-height:74px;
    padding:18px;
  }
  .si-faq-num{display:none}
  .si-faq-question{font-size:16px}
  .si-faq-answer{
    padding-left:18px;
    padding-right:54px;
    font-size:15px;
    line-height:1.85;
  }
  .si-faq-item.is-open .si-faq-answer{padding-bottom:22px}
  .si-calc-layout{margin-top:42px}
  .si-calc-card{padding:22px;border-radius:20px}
  .si-calc-card-head h3,
  .si-calc-preview-head h3{font-size:21px}
  .si-calc-inputs{grid-template-columns:1fr 120px}
  .si-calc-result{padding:22px 18px}
  .si-calc-result strong{font-size:52px}
  .si-calc-preview{border-radius:20px}
  .si-calc-preview-head{padding:22px 20px 18px}
  .si-product-scroll,
  .si-product-stack{min-height:300px}
  .si-product-stack{padding:42px 28px 28px}
  .si-product-stack img{width:120px;margin-left:-42px}
  .support-im-page .hm-cta::before{
    width:280px;
    height:280px;
    right:-110px;
    top:-110px;
    box-shadow:
      0 0 0 48px rgba(255,255,255,.04),
      0 0 0 96px rgba(255,255,255,.022);
  }
}
@media(max-width:420px){
  .si-calc-inputs{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .si-hero-actions a::before,
  .support-im-page .hm-cta a::before,
  .si-faq-a,
  .si-faq-icon::after,
  .si-product-stack img{
    transition:none!important;
    animation:none!important;
  }
}

