/* Responsive system. Desktop >= 1280px remains untouched. */

/* Promo belongs to the featured price card at every width. */
.pc.featured>.b5-promo{left:50%;top:-32px;transform:translateX(-50%);margin:0;}

/* Laptop layout: 1280–1599px. Keep fluid gutters and preserve desktop composition. */
@media (min-width:1280px) and (max-width:1599px){
  :root{--laptop-gutter:clamp(44px,3.6vw,58px);--laptop-hero-gutter:clamp(44px,4.4vw,64px);}

  .b2-wrap,.b3-outer,.b5-wrap,.b6-wrap,.b7-wrap{padding-left:var(--laptop-gutter);padding-right:var(--laptop-gutter);}
  .b4-head{width:100%;padding-left:var(--laptop-gutter);padding-right:var(--laptop-gutter);}

  .b2{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,600px);gap:clamp(40px,4vw,64px);align-items:start;}
  .b2-left{width:auto;min-width:0;flex:none;}
  .b2-right{width:100%;min-width:0;flex:none;}

  .hdr{padding:0 var(--laptop-hero-gutter);}
  .hero-body{left:var(--laptop-hero-gutter);width:min(45vw,580px);}
  .hero-h1{width:min(54vw,760px);font-size:clamp(82px,6.2vw,94px);}
  .hero-sub{max-width:min(30vw,470px);}
  .hero-figure-wrap{right:var(--laptop-hero-gutter);width:clamp(340px,31vw,470px);}
  .hdr-floating{width:min(calc(100% - 36px),500px);padding:8px 10px 8px 12px;border-radius:24px;}

  .b3,.b3-cards,.b5,.b6,.b7{width:100%;}
}

@media (max-width:1279px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;}
  body>*{max-width:100vw;}
  img,video,svg{max-width:100%;}
  button,a,[role="button"]{touch-action:manipulation;}

  /* Hero: keep the approved composition, only make it fluid. */
  .hero-outer{--hero-pad:12px;--hero-radius:40px;--hero-gap:10px;--promo-height:44px;padding:12px 12px 0;gap:var(--hero-gap);}
  .promo,.heroblock{width:100%;}
  .heroblock{height:auto;min-height:clamp(620px,82vh,760px);}
  .hero-outer.promo-removed .heroblock{min-height:calc(clamp(620px,82vh,760px) + var(--promo-height) + var(--hero-gap));}
  .hdr-floating{top:12px;width:min(calc(100% - 28px),500px);min-height:60px;padding:8px 10px 8px 12px;border-radius:24px;}
  .hdr-floating-left{padding-left:8px;}
  .hdr-floating .brand-logo--header{width:105px;}
  .hdr-floating .hdr-login{box-shadow:none;}
  .hdr{height:80px;padding:0 clamp(22px,4vw,48px);}
  .hero-body{position:relative;left:auto;top:auto;width:100%;max-width:none;padding:clamp(140px,18vh,190px) clamp(22px,4vw,48px) 64px;}
  .hero-body-inner{width:100%;max-width:none;}
  .hero-h1{width:100%;font-size:clamp(60px,7.4vw,88px);}
  .hero-sub,.hero-sw,.hero-si{max-width:100%;}
  .hero-figure-wrap{right:3%;width:min(36vw,430px);}

  /* Block 2 */
  .b2-wrap{padding:0 clamp(16px,3vw,32px);}
  .b2{display:grid;grid-template-columns:minmax(0,1fr);gap:40px;max-width:980px;}
  .b2-left{width:100%;min-height:0;padding:0;}
  .b2-top{gap:32px;}
  .b2-h2{font-size:clamp(48px,6.4vw,68px);}
  .b2-desc{max-width:620px;}
  .b2-tabs{max-width:620px;}
  .b2-tab{width:100%;}
  .b2-right{width:100%;min-height:620px;}

  /* Block 3 */
  .b3{padding:88px clamp(20px,4vw,44px) 0;}
  .b3-h2{font-size:clamp(48px,6.3vw,68px);}
  .b3-tabs{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;}
  .b3-tabs::-webkit-scrollbar{display:none;}
  .b3-list{width:max-content;min-width:100%;}
  .b3 .mac .b3-screen{height:600px;}
  .b3 .mac .rep-scroll{height:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;}
  .b3,.b3 .mac,.b3 .mac-view,.b3 .b3-screen,.b3 .rep-scroll{min-width:0;max-width:100%;overflow-x:hidden;}
  .b3-screen .mrow{min-width:0;max-width:100%;}
  .b3-screen .mcard{min-width:0;max-width:100%;}
  .b3-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
  .b3-card{width:100%;max-width:none;min-width:0;}
  .b3-img{height:auto;aspect-ratio:1/1;}
  .b3-card-p{width:100%;}
  .b3-svg1,.b3-svg2,.b3-svg3{inset:8% 5% auto;width:90%;height:84%;object-fit:contain;}

  /* Reviews: static layout below desktop; JS also disables transforms. */
  .b4-scroll-zone{height:auto!important;margin-top:110px;}
  .b4-wrap{position:relative;top:auto;height:auto;padding:64px clamp(20px,4vw,44px);gap:48px;}
  .b4-head{gap:28px;}
  .b4-h2{font-size:clamp(48px,6.3vw,68px);}
  .b4-cards{height:auto;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
  .rv-card{position:relative;inset:auto;margin:0;width:100%;max-width:none;min-height:320px;height:100%;transform:none!important;border-radius:36px;padding:28px 24px;}
  .rv-text{font-size:17px;line-height:1.45;}

  /* Pricing */
  .b5-wrap{padding:0 clamp(16px,3vw,32px);}
  .b5-h2{font-size:clamp(48px,6.3vw,68px);}
  .b5-cards{width:100%;gap:18px;}
  .pc{width:min(48%,486px);padding:36px;border-radius:40px;}

  /* CTA */
  .b6-wrap{padding-inline:clamp(16px,3vw,32px);}
  .b6-h2{font-size:clamp(48px,6.3vw,68px);}

  /* FAQ */
  .b7-wrap{padding:0 clamp(16px,3vw,32px);}
  .b7{height:auto;min-height:620px;padding:48px;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:48px;border-radius:40px;}
  .b7-left,.faq-list{position:relative;inset:auto;width:100%;max-width:none;}
  .b7-left{justify-content:space-between;gap:36px;}
  .b7-heading{font-size:clamp(48px,6.3vw,68px);}
  .b7-sub{max-width:360px;}

  /* Footer */
  .ft-inner{padding:64px clamp(32px,6vw,72px) 0;min-height:720px;}
  .ft-word,.ft-word-blur{font-size:clamp(100px,19vw,240px);line-height:1;letter-spacing:-.045em;}
}

@media (max-width:1023px){
  .heroblock{min-height:clamp(600px,78vh,720px);}
  .hero-body{padding-top:clamp(130px,16vh,170px);}
  .hero-h1{font-size:clamp(52px,7.6vw,72px);}
  .hero-figure-wrap{display:block;right:2%;bottom:-34px;width:min(32vw,340px);}

  .b2-wrap,.b3-outer,.b5-wrap,.b6-wrap,.b7-wrap{--section-gap:96px;}
  .b2-right{min-height:560px;border-radius:38px;}

  .b3{padding-top:72px;border-radius:40px 40px 0 0;}
  .b3 .mac .b3-screen{height:560px;padding:14px 14px 0;}
  .b3-screen .mrow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .b3-screen .mcard{width:100%;height:auto!important;min-height:420px;}
  .b3-screen .mc-pad{max-width:100%;}
  .b3-screen svg,.b3-screen canvas{max-width:100%;height:auto;}
  .b3-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
  .b3-card:last-child{grid-column:1/-1;width:min(100%,430px);justify-self:center;}

  .b4-scroll-zone{margin-top:96px;}
  .b4-wrap{padding-block:56px;}
  .b4-cards{grid-template-columns:1fr;max-width:620px;margin:0 auto;}
  .rv-card{min-height:250px;}

  .b5-cards{flex-direction:column;align-items:center;}
  .pc{width:100%;max-width:560px;}
  .pc.featured>.b5-promo{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);margin:0;z-index:3;}

  .b7{min-height:0;grid-template-columns:1fr;padding:40px;gap:32px;}
  .b7-left{gap:18px;}
  .b7-heading br{display:none;}
  .b7-sub{max-width:680px;}

  .ft-inner{min-height:640px;padding-top:52px;}
  .ft-top{flex-direction:column;gap:24px;}
}

@media (max-width:768px){
  .hero-body{height:100%;padding:0 16px 32px;width:100%;display:flex;align-items:center;justify-content:center;}
  .hero-body,.hero-body-inner{width:100%;max-width:none;}
  .hero-body-inner{display:flex;flex-direction:column;align-items:center;text-align:center;}
  .hero-h1{margin-left:auto;margin-right:auto;text-align:center;}
  .hero-sub{margin-left:auto;margin-right:auto;text-align:center;}
  .hero-sw{margin-left:auto;margin-right:auto;align-self:center;text-align:center;}
}

@media (max-width:767px){
  :root{--section-gap:72px;}
  /* First screen: promo + hero nearly fill the viewport, leaving 32px below. */
  .hero-outer{--hero-pad:8px;--hero-radius:28px;--hero-gap:8px;--promo-height:38px;height:calc(100svh - 32px);min-height:calc(100svh - 32px);padding:8px;gap:var(--hero-gap);}
  .promo{height:38px;padding:0 36px 0 12px;border-radius:20px;}
  .heroblock{height:calc(100svh - 94px);min-height:0;max-height:none;flex:1 1 auto;}
  .hero-outer.promo-removed .heroblock{height:calc(100svh - 48px);}
  .hdr-floating{top:10px;width:calc(100% - 20px);min-height:52px;padding:6px 8px 6px 10px;border-radius:24px;gap:10px;}
  .hdr-floating-left{padding-left:4px;}
  .hdr-floating .brand-logo--header{width:83px;}
  .hdr-floating .hdr-login{box-shadow:none;}
  .hdr-floating .hdr-login svg{width:14px!important;height:14px!important;}
  @supports (height:100dvh){
    .hero-outer{height:calc(100dvh - 32px);min-height:calc(100dvh - 32px);}
    .heroblock{height:calc(100dvh - 94px);}
    .hero-outer.promo-removed .heroblock{height:calc(100dvh - 48px);}
  }
  .promo-t{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .promo-close{right:4px;width:30px;height:30px;}
  .heroblock{border-radius:28px;}
  .hdr{top:4px;height:60px;padding:0 16px;}
  .hdr .brand-logo--header{width:clamp(90px,23.5vw,121px);}
  .hdr-login{width:auto;height:34px;min-height:0;padding:0 13px;font-size:11px;}
  .hdr-login svg{width:14px!important;height:14px!important;}
  .hero-body{height:100%;padding:0 16px 32px;width:100%;display:flex;align-items:center;}
  .hero-body-inner{width:100%;text-align:center;}
  .hero-h1{font-size:clamp(48px,13vw,64px);line-height:.88;letter-spacing:-.06em;text-align:center;}
  .hero-sub{width:100%;margin-top:18px;font-size:14px;line-height:1.35;text-align:center;}
  .hero-sw{align-self:stretch;text-align:left;}
  .hero-body,.hero-body-inner{width:100%;max-width:none;}
  .hero-sw{width:100%;max-width:none;margin-top:40px;align-items:stretch;}
  .hero-si{max-width:none;}
  .hero-si{width:100%;height:auto;padding:0;overflow:visible;background:transparent;display:grid;gap:12px;backdrop-filter:none;-webkit-backdrop-filter:none;}
  .hero-si-left{width:100%;height:50px;padding:0 14px;border-radius:16px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}
  .hero-si-right{width:100%;}
  .hero-input,input.hero-input{font-size:14px!important;}
  .btn-analyze{width:100%;height:50px;min-height:50px;border-radius:15px;}
  .hero-ex{margin:0 auto;padding:10px 16px;border-radius:0 0 16px 16px;min-height:44px;}
  .hero-dd{max-height:min(260px,42svh);border-radius:16px;}
  .hero-hills-overlay{bottom:-10px;}
  .hero-figure-wrap{display:none;}

  .cookie-bar{left:16px;right:16px;bottom:16px;width:auto;max-width:440px;padding:18px;border-radius:20px;}
  .cookie-btn{min-height:44px;}

  /* Preserve the approved mobile direction of block 2. */
  .b2-wrap{margin-top:72px;padding:0 14px;overflow:hidden;max-width:100vw;}
  .b2{gap:28px;}
  .b2-left{padding:0;justify-content:flex-start;gap:32px;}
  .b2-top{gap:28px;}
  .b2-txt{gap:16px;}
  .b2-h2{font-size:clamp(40px,11vw,52px);line-height:.9;}
  .b2-h2-ln{display:block;width:100%;}
  .b2-desc{width:100%;max-width:560px;font-size:14px;}
  .b2-tabs{margin-top:0;}
  .b2-tab{min-height:54px;padding:15px 0;}
  .btn-try{min-height:44px;}
  .b2-right{min-height:500px;border-radius:30px;}
  .ac{left:50%;top:50%;width:449.43px;height:482.63px;transform:translate(-50%,-50%) scale(.78);}
  .ac-inner{width:427.43px;height:432.14px;flex-basis:432.14px;}
  .ac-area{position:absolute;left:15.56px;top:15.56px;right:16.3px;}
  .ac-input{flex-direction:row;height:44.94px;padding:0 3.46px 0 12.96px;}
  .ac-btn{width:140.07px;flex:0 0 140.07px;}
  .b2-bg{display:block;left:50%;transform:translateX(-50%);}
  .b2-front{display:block;left:50%;top:auto;bottom:-18px;transform:translateX(-50%) scale(.42);transform-origin:bottom center;}

  .b3-outer{margin-top:72px;}
  .b3{padding:52px 14px 0;border-radius:30px 30px 0 0;}
  .b3-text{gap:16px;}
  .b3-h2{font-size:clamp(38px,10.5vw,48px);line-height:.9;}
  .b3-sub{font-size:14px;line-height:1.45;}
  .b3-tabs{height:44px;border-radius:22px;}
  .b3-tab{min-height:36px;padding:0 14px;font-size:12px;}
  .b3 .mac{border-radius:10px;}
  .b3 .mac-bar{height:38px;padding:0 10px;}
  .b3 .mac-dots,.b3 .mac-ctrl{display:none;}
  .b3 .mac-url{height:25px;font-size:10px;}
  .b3 .mac .b3-screen{height:520px;padding:10px 10px 0;}
  .b3 .mac .rep-scroll{height:100%;max-height:none;overflow-y:auto;overflow-x:hidden;}
  .b3-screen .mrow{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;}
  .b3-screen .mcard{width:100%;height:auto!important;min-height:340px;}
  .b3-screen .mc-pad{padding:16px;}
  .b3-screen .hero-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;}
  .b3-screen .hero-id{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:15px;}
  .b3-screen .hero-ava{width:50px;height:50px;border-radius:14px;font-size:23px;}
  .b3-screen .hero-tags{gap:5px;margin-bottom:4px;}
  .b3-screen .tag{padding:2px 7px;font-size:10px;line-height:15px;}
  .b3-screen .hero-name{font-size:18px;line-height:22px;margin-top:0;}
  .b3-screen .hero-meta{font-size:10px;line-height:14px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .b3-screen .hero-dots{align-self:start;margin-top:4px;}
  .b3-screen .tabs{overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scrollbar-width:none;}
  .b3-screen .tabs::-webkit-scrollbar{display:none;}
  .b3-screen .tab{flex:0 0 auto;min-width:110px;}
  .b3-screen .scope-bar{flex-direction:column;align-items:flex-start;gap:12px;}
  .b3-screen .scope-switch{max-width:100%;overflow-x:auto;}
  .b3-screen .mcard *{min-width:0;}
  .b3-screen .b5-chart,.b3-screen .mos-wrap,.b3-screen .orbit-wrap{max-width:100%;overflow:hidden;}
  .b3-screen .hero{padding:14px;}
  .b3-screen .hero-id{gap:15px;}
  .b3-screen .hero-ava{width:50px;height:50px;font-size:23px;}
  .b3-screen .hero-name{font-size:20px;line-height:1.2;}
  .b3-screen .hero-meta{font-size:11px;}
  .b3-screen .hero-desc p{font-size:13px;line-height:1.45;}
  .b3-screen .tiles{display:flex;flex-direction:column;width:100%;gap:10px;}
  .b3-screen .tile{display:block;width:100%;min-width:0;height:auto;min-height:66px;padding:0;overflow:hidden;}
  .b3-screen .tile-ghost{display:none!important;}
  .b3-screen .tile-card{display:block;position:relative;inset:auto;width:100%;height:auto;max-height:none;}
  .b3-screen .tile-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;padding:14px;gap:14px;}
  .b3-screen .tile-tl{width:auto;min-width:0;}
  .b3-screen .tile-val{flex:0 0 auto;justify-self:end;}
  .b3-cards{grid-template-columns:1fr;gap:36px;}
  .b3-card:last-child{grid-column:auto;width:100%;}
  .b3-card{gap:18px;}
  .b3-img{aspect-ratio:1.15/1;border-radius:22px;}
  .b3-card-h{font-size:22px;}
  .b3-card-p{font-size:14px;line-height:1.5;}

  .b4-scroll-zone{margin-top:72px;}
  .b4-wrap{padding:48px 14px;gap:32px;}
  .b4-head{gap:22px;}
  .b4-h2{font-size:clamp(38px,10.5vw,48px);line-height:.9;width:100%;}
  .b4-h2-ln{display:inline;}
  .b4-h2-ln+.b4-h2-ln::before{content:' ';}
  .b4-cards{gap:16px;}
  .rv-card{min-height:240px;padding:24px 20px;border-radius:28px;}
  .rv-stars{margin-bottom:16px;}
  .rv-stars img{width:28px;height:28px;}
  .rv-text{font-size:15px;line-height:1.5;}
  .rv-author{padding-top:20px;}

  .b5-wrap{margin-top:72px;padding:0 14px;}
  .b5{gap:28px;}
  .b5-cards{gap:72px;}
  .b5-text{margin-bottom:12px;gap:14px;}
  .b5-h2{font-size:clamp(38px,10.5vw,48px);line-height:.9;}
  .b5-sub{font-size:14px;line-height:1.45;}
  .pc{padding:26px 22px;border-radius:30px;}
  .pc-name{font-size:22px;}
  .pc-desc{font-size:14px;}
  .pc-price{margin:24px 0 28px;}
  .pc-num{font-size:52px;}
  .pc-rub{font-size:24px;}
  .pc-features{gap:15px;}
  .pc-feat{gap:12px;}
  .pc-feat-txt{font-size:14px;line-height:1.4;}
  .pc-btn{min-height:52px;height:52px;margin-top:30px;font-size:15px;}
  .pc.featured>.b5-promo{display:flex;max-width:calc(100% - 24px);flex-wrap:nowrap;justify-content:center;top:-6px;background:rgba(7,49,36,.62);border:none;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(0,0,0,.18);}

  .b6-wrap{margin-top:72px;padding:0 14px 48px;}
  .b6{min-height:420px;padding:48px 20px;border-radius:30px;}
  .b6-inner{width:100%;gap:24px;}
  .b6-h2{font-size:clamp(38px,10.5vw,48px);line-height:.9;}
  .b6-sub{font-size:14px;}
  .b6-search{height:auto;padding:0;background:transparent;display:grid;gap:12px;}
  .b6-ph{min-height:52px;padding:15px 16px;border-radius:16px;background:rgba(255,255,255,.85);color:rgba(30,41,59,.7);text-align:left;}
  .b6-btn{width:100%;height:52px;min-height:52px;border-radius:15px;}

  .b7-wrap{margin:72px 0;padding:0 14px;}
  .b7{padding:30px 18px;border-radius:28px;gap:24px;}
  .b7-heading{font-size:clamp(38px,10.5vw,48px);line-height:.9;}
  .b7-heading br{display:block;}
  .b7-sub{font-size:14px;line-height:1.5;}
  .faq-list{gap:10px;min-width:0;}
  .faq-row,.faq-q-txt{min-width:0;}
  .faq-item{padding:16px;border-radius:17px;}
  .faq-row{gap:12px;}
  .faq-q-txt{font-size:16px;line-height:1.35;}
  .faq-ans{font-size:14px;line-height:1.5;}
  .faq-icon{width:30px;height:30px;flex-basis:30px;}

  .ft-inner{min-height:640px;padding:48px 18px 0;}
  .ft-top{gap:24px;}
  .ft-author-row{flex-wrap:wrap;}
  .ft-sp{min-height:92px;}
  .ft-links{flex-direction:column;gap:8px;padding-bottom:30px;}
  .ft-links a{font-size:14px;line-height:20px;min-height:0;display:block;}
  .ft-word-wrap{height:78px;margin-top:10px;padding-bottom:0;overflow:hidden;}
  .ft-word{font-size:clamp(64px,19vw,92px);line-height:1;letter-spacing:-.045em;--ft-word-fit:1;transform:translateY(13px) scale(var(--ft-word-fit));transform-origin:left bottom;}
  .ft-word-blur{display:none;}

  .modal{width:calc(100% - 24px);max-height:calc(100svh - 24px);overflow-y:auto;padding:18px;border-radius:24px;}
  .modal-close{min-width:44px;min-height:44px;}
}

@media (max-width:479px){
  /* Tall mobile sections may never reach the desktop observer's 15% threshold. */
  [data-reveal]>:first-child{opacity:1!important;transform:none!important;}
  .hdr-login{padding:0 10px;}
  .hero-body{padding:0 16px 32px;}
  .hero-h1{font-size:68px;line-height:.8;}
  .hero-sub{font-size:14.5px;}

  .b2-h2,.b3-h2,.b4-h2,.b5-h2,.b6-h2,.b7-heading{font-size:clamp(36px,11vw,44px);}
  .b2-right{min-height:470px;}
  .ac{transform:translate(-50%,-50%) scale(.70);}
  .b2-front{transform:translateX(-50%) scale(.42);}

  .b3 .mac .b3-screen{height:480px;}
  .b3-screen .hero-top{align-items:flex-start;}
  .b3-screen .hero-tags{flex-wrap:wrap;}
  .b3-screen .tile-lab,.b3-screen .tile .tl .lab{font-size:11px;}
  .b3-screen .tile-val,.b3-screen .tile .val{font-size:15px;}
  .b3-img{aspect-ratio:1/1;}

  .rv-card{padding:22px 18px;}
  .rv-stars img{width:24px;height:24px;}
  .rv-text{font-size:14px;}

  .pc{padding:32px 24px;}
  .pc-num{font-size:46px;}
  .b5-promo-label{font-size:12px;}
  .pc.featured>.b5-promo{top:-6px;margin:0;}
  .b5-pbox{padding:4px 7px;}

  .b7{padding:24px 16px;}
  .faq-item{padding:14px;}
  .faq-q-txt{font-size:15px;}

  .ft-badge-name{font-size:14px;}
}

@media (max-width:359px){
  .hdr .brand-logo--header{width:91px;}
  .hdr-login{font-size:10px;padding:0 8px;}
  .hero-h1{font-size:68px;line-height:.8;letter-spacing:-.09em;}
  .b2-wrap,.b3,.b4-wrap,.b5-wrap,.b6-wrap,.b7-wrap{padding-left:12px;padding-right:12px;}
  .ac{transform:translate(-50%,-50%) scale(.64);}
  .pc-feat-txt{font-size:13px;}
}

@media (hover:none) and (pointer:coarse){
  .b3-tabs,.modal-projects-scroll{-webkit-overflow-scrolling:touch;}
  .btn-analyze:hover,.hdr-login:hover,.pc-btn:hover,.ft-badge:hover{transform:none;}
}

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