/* === FIX: socials + phone popup === */
.ca-socials-head{display:flex!important;gap:8px!important;align-items:center!important;}
.ca-socials-head a{
  width:40px!important;height:40px!important;min-width:40px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.05)!important;color:#fff!important;text-decoration:none!important;
}
.ca-socials-head a svg{width:18px!important;height:18px!important;fill:currentColor!important;display:block!important;}

/* Phone popup */
nav{overflow:visible!important;}
.nav-call-wrap{position:relative!important;display:flex!important;align-items:center!important;z-index:99999!important;}
.nav-call-pop{
  display:block!important;
  position:fixed!important;
  top:80px!important;
  right:8px!important;
  left:auto!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transform:translateY(-6px)!important;
  transition:opacity .18s,transform .18s,visibility .18s!important;
  min-width:230px!important;padding:16px 20px!important;border-radius:16px!important;
  background:rgba(8,8,13,.98)!important;border:1px solid rgba(213,0,28,.3)!important;
  color:#fff!important;font-size:16px!important;font-weight:900!important;
  text-align:center!important;white-space:nowrap!important;
  text-decoration:none!important;
  z-index:99999!important;
  box-shadow:0 22px 70px rgba(0,0,0,.62)!important;
  cursor:pointer!important;
}
.nav-call-wrap.open .nav-call-pop{
  opacity:1!important;visibility:visible!important;
  pointer-events:auto!important;transform:translateY(0)!important;
}

/* Force nav sticky — overrides body>* position:relative from JS */
nav,
body > nav {
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
}

/* Ensure phone number is clickable */
#navCallPop{pointer-events:auto!important;cursor:pointer!important;}
.nav-call-wrap.open #navCallPop{pointer-events:auto!important;}


/* === STABLE REPAIR: background sides + smooth scroll, no heavy blur/fixed layers === */
html{
  background:#050507!important;
  width:100%!important;
  overflow-x:hidden!important;
}
body{
  width:100%!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
  background-image:
    linear-gradient(90deg,rgba(28,4,10,.46) 0%,rgba(8,8,12,.18) 15%,rgba(8,8,12,.10) 50%,rgba(8,8,12,.18) 85%,rgba(28,4,10,.46) 100%),
    radial-gradient(ellipse at left 55%,rgba(150,18,34,.18) 0%,rgba(34,7,14,.24) 24%,transparent 46%),
    radial-gradient(ellipse at right 55%,rgba(150,18,34,.18) 0%,rgba(34,7,14,.24) 24%,transparent 46%),
    linear-gradient(180deg,rgba(4,4,8,.52),rgba(4,4,8,.70)),
    url('bg_png.png')!important;
  background-position:center top,left center,right center,center top,center top!important;
  background-size:auto,50vw 100%,50vw 100%,auto,cover!important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-y!important;
  background-attachment:scroll!important;
  transform:none!important;
}
body::before,
body::after{
  display:none!important;
  content:none!important;
  background:none!important;
  filter:none!important;
  transform:none!important;
}
body>*:not(script):not(#scrollUpBtn):not(#caRightTopBtn):not(#caTrueScrollTop){
  position:relative!important;
  z-index:1!important;
}

/* Keep site sections transparent so the same background continues through all blocks */
.hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,
.ca-calculator-section,.ca-new-reviews,.ca-faq-section,.ca-footer,.ca-footer-shell,.footer-bg,.ctabar,#show-more-btn{
  background:transparent!important;
  background-image:none!important;
}
.cat-right{
  border:none!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Light side fill for wide screens without creating an extra moving layer */
.catalog-wrap,.ca-footer,.ca-faq-section,.ca-new-reviews,.ca-calculator-section{
  position:relative!important;
  overflow:hidden!important;
}
.catalog-wrap::before,.ca-footer::before,.ca-faq-section::before,.ca-new-reviews::before,.ca-calculator-section::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:0!important;
  background:linear-gradient(90deg,rgba(95,10,22,.16) 0%,rgba(5,5,8,.02) 16%,rgba(5,5,8,.02) 84%,rgba(95,10,22,.16) 100%)!important;
}
.catalog-wrap>*,.ca-footer>*,.ca-faq-section>*,.ca-new-reviews>*,.ca-calculator-section>*{
  position:relative!important;
  z-index:1!important;
}

/* Align catalog cards/buttons without touching JS */
.ca-price-card{display:flex!important;flex-direction:column!important;height:100%!important;}
.ca-price-card .cimg{flex:0 0 auto!important;}
.ca-price-card .cbody{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;}
.ca-price-card .cmeta,.ca-price-card .cname{flex:0 0 auto!important;}
.ca-price-card .ca-card-prices{margin-top:auto!important;}
.ca-price-card .cbtn{margin-top:16px!important;}
@media (min-width:901px){
  .car-grid,#grid{align-items:stretch!important;}
  .ca-price-card .cname{min-height:96px!important;}
}

/* Mobile: one column, readable, and no expensive blur/fixed effects */
@media (max-width:760px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  body{
    background-image:
      linear-gradient(90deg,rgba(30,4,10,.42) 0%,rgba(8,8,12,.12) 18%,rgba(8,8,12,.12) 82%,rgba(30,4,10,.42) 100%),
      linear-gradient(180deg,rgba(4,4,8,.60),rgba(4,4,8,.78)),
      url('bg_png.png')!important;
    background-position:center top,center top,center top!important;
    background-size:auto,auto,cover!important;
    background-repeat:no-repeat,no-repeat,repeat-y!important;
    background-attachment:scroll!important;
  }
  .nav-inner{width:100%!important;max-width:100%!important;padding:10px 12px!important;gap:8px!important;justify-content:space-between!important;}
  .nav-links,.nav-track{display:none!important;}
  .ca-wordmark-nav{min-width:0!important;max-width:220px!important;flex:1 1 auto!important;gap:8px!important;}
  .ca-wordmark-nav .ca-mark{width:36px!important;height:36px!important;min-width:36px!important;font-size:12px!important;}
  .ca-wordmark-nav .ca-word{font-size:17px!important;letter-spacing:1.1px!important;gap:5px!important;min-width:0!important;}
  .ca-wordmark-nav .ca-word small{display:none!important;}
  .nav-right{margin-left:0!important;gap:8px!important;flex:0 0 auto!important;}
  .ca-socials-head a{width:36px!important;height:36px!important;min-width:36px!important;}
  .nav-call-btn{width:38px!important;height:38px!important;min-width:38px!important;font-size:16px!important;}
  .nav-call-pop{position:fixed!important;top:62px!important;left:12px!important;right:12px!important;width:auto!important;min-width:0!important;font-size:15px!important;border-radius:14px!important;}

  .hero{display:block!important;padding:42px 14px 30px!important;}
  .hero-left h1{font-size:clamp(34px,10vw,42px)!important;line-height:1.02!important;letter-spacing:-1.6px!important;margin-bottom:14px!important;}
  .hero-desc{font-size:14px!important;line-height:1.7!important;max-width:100%!important;margin-bottom:18px!important;}
  .hero-cta-row .btn-primary,.hero-cta-row .btn-sec{width:100%!important;min-height:52px!important;justify-content:center!important;text-align:center!important;}
  .form-card{width:100%!important;max-width:100%!important;margin-top:24px!important;padding:18px!important;border-radius:22px!important;}

  .catalog-wrap{padding:38px 14px 42px!important;}
  .catalog-head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important;margin-bottom:18px!important;}
  .cat-title{font-size:clamp(28px,9vw,38px)!important;line-height:1.05!important;letter-spacing:-1.2px!important;}
  .cat-trust-note{font-size:13px!important;line-height:1.65!important;max-width:100%!important;}
  .cat-count{width:100%!important;justify-content:center!important;text-align:center!important;}
  .cat-layout,.cat-right{width:100%!important;max-width:100%!important;padding:0!important;border:0!important;}
  .model-strip,.fbar{display:none!important;}
  .car-grid,#grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding:0!important;width:100%!important;}
  .card,.ca-price-card{width:100%!important;max-width:100%!important;border-radius:24px!important;overflow:hidden!important;}
  .ca-price-card .cimg{height:220px!important;}
  .ca-price-card .cimg img{padding:24px!important;object-fit:contain!important;}
  .ca-price-card .cbody{padding:18px!important;}
  .ca-price-card .cname{min-height:0!important;font-size:clamp(28px,8.6vw,36px)!important;line-height:1.02!important;margin:8px 0 18px!important;letter-spacing:-.9px!important;}
  .ca-card-prices{grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0 0 16px!important;}
  .ca-card-prices div{padding:12px!important;border-radius:16px!important;}
  .ca-card-prices b{font-size:clamp(24px,7vw,32px)!important;line-height:1!important;letter-spacing:-1px!important;}
  .ca-price-card .cbtn{min-height:56px!important;width:100%!important;font-size:11px!important;letter-spacing:2px!important;border-radius:16px!important;margin-top:16px!important;}

  .ca-calc-grid,.ca-faq-shell{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;}
  .ca-calc-form,.ca-calc-result{padding:18px!important;border-radius:22px!important;}
  .ca-calc-form{grid-template-columns:1fr!important;}
  .ca-radio-row,.ca-check{grid-column:auto!important;}
  .ca-calc-total{display:block!important;padding:18px!important;border-radius:20px!important;}
  .ca-calc-total strong{display:block!important;margin-top:10px!important;font-size:clamp(34px,11vw,42px)!important;white-space:normal!important;}
  .ca-new-reviews-grid,.reviews-grid{grid-template-columns:1fr!important;}
  .ca-footer{padding:44px 14px 22px!important;}
  .ca-footer-cta{flex-direction:column!important;align-items:flex-start!important;padding:20px!important;border-radius:22px!important;margin-bottom:18px!important;}
  .ca-footer-mainbtn{width:100%!important;min-height:52px!important;text-align:center!important;}
  .ca-footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important;padding:24px 0!important;}
  .ca-contact-line{font-size:16px!important;line-height:1.25!important;word-break:break-word!important;overflow-wrap:anywhere!important;}
  .ca-footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;}
}
@media (max-width:430px){.ca-socials-head{display:none!important;}.ca-card-prices b{font-size:clamp(22px,8vw,30px)!important;}}

/* === FINAL BACKGROUND FIX: static full-width image, no black side columns, no scroll lag === */
html{
  background:#050507!important;
  overflow-x:hidden!important;
}
body{
  width:100%!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
  background:
    linear-gradient(180deg,rgba(4,4,8,.34),rgba(4,4,8,.56) 42%,rgba(4,4,8,.72) 100%),
    url('bg_site_fill.jpg') center top / 100% auto repeat-y!important;
  background-attachment:scroll!important;
  transform:none!important;
}
body::before,
body::after{
  display:none!important;
  content:none!important;
  background:none!important;
  filter:none!important;
  transform:none!important;
}
.hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,
.ca-calculator-section,.ca-new-reviews,.ca-faq-section,.ca-footer,.ca-footer-shell,.footer-bg,.ctabar,#show-more-btn{
  background:transparent!important;
  background-image:none!important;
}
.ca-footer,
.catalog-wrap,
.ca-faq-section,
.ca-new-reviews,
.ca-calculator-section{
  overflow:visible!important;
}
.catalog-wrap::before,.ca-footer::before,.ca-faq-section::before,.ca-new-reviews::before,.ca-calculator-section::before,
.catalog-wrap::after,.ca-footer::after,.ca-faq-section::after,.ca-new-reviews::after,.ca-calculator-section::after{
  display:none!important;
  content:none!important;
}
@media(max-width:900px){
  body{
    background:
      linear-gradient(180deg,rgba(4,4,8,.36),rgba(4,4,8,.60) 45%,rgba(4,4,8,.76) 100%),
      url('bg_site_fill.jpg') center top / auto 1000px repeat-y!important;
    background-attachment:scroll!important;
  }
}


/* === MOBILE VISIBLE BACKGROUND FIX: mobile-specific static cockpit background, no fixed/blur === */
@media(max-width:900px){
  html{
    background-color:#050507!important;
    background-image:url('bg_mobile_visible.jpg')!important;
    background-position:center top!important;
    background-size:100% auto!important;
    background-repeat:repeat-y!important;
  }
  body{
    background-color:transparent!important;
    background-image:
      linear-gradient(180deg,rgba(4,4,8,.18),rgba(4,4,8,.44) 46%,rgba(4,4,8,.66) 100%),
      url('bg_mobile_visible.jpg'),
      url('bg_png.png')!important;
    background-position:center top,center top,68% top!important;
    background-size:auto,100% auto,auto 760px!important;
    background-repeat:no-repeat,repeat-y,repeat-y!important;
    background-attachment:scroll!important;
  }
  body::before,body::after{display:none!important;content:none!important;background:none!important;filter:none!important;transform:none!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,
  .ca-calculator-section,.ca-new-reviews,.ca-faq-section,.ca-footer,.ca-footer-shell,.footer-bg,.ctabar,#show-more-btn{
    background:transparent!important;
    background-image:none!important;
  }
}


/* === MOBILE BACKGROUND FINAL OVERRIDE: generated cockpit background from top to bottom === */
@media (max-width: 900px){
  html{background:#050507!important;}
  body{
    background-color:#050507!important;
    background-image:url('bg_mobile_real_full.jpg')!important;
    background-position:center top!important;
    background-size:100% auto!important;
    background-repeat:repeat-y!important;
    background-attachment:scroll!important;
  }
  body::before,body::after{
    display:none!important;
    content:none!important;
    background:none!important;
    filter:none!important;
    transform:none!important;
  }
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-footer,.ca-footer-shell,.ctabar{
    background:transparent!important;
    background-image:none!important;
  }
  /* keep cards readable while letting the photo show through */
  .ca-footer-shell,.card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result{
    background-color:rgba(7,8,12,.78)!important;
  }
}


/* === MOBILE BG ULTIMATE FINAL: visible from top and extends through full page === */
@media (max-width: 900px){
  html, body{min-height:100%!important;background-color:#050507!important;}
  body{
    background-image:url('bg_mobile_fullpage.jpg')!important;
    background-position:center top!important;
    background-size:100% auto!important;
    background-repeat:no-repeat!important;
    background-attachment:scroll!important;
  }
  body::before, body::after{display:none!important;content:none!important;background:none!important;filter:none!important;transform:none!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-footer,.ca-footer-shell,.ctabar{background:transparent!important;background-image:none!important;}
  /* reduce card opacity a touch so the background is more visible between blocks while keeping text readable */
  .card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result,.ca-footer-shell{background-color:rgba(7,8,12,.74)!important;}
}


/* === MOBILE STATIC ELEGANT FINAL: fixed full-page background like desktop === */
@media (max-width: 900px){
  html{background:#050507!important;}
  body{
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    min-height:100vh!important;
  }
  body::before{
    content:""!important;
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:url('bg_mobile_fixed_elegant.jpg') center top / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  body::after{
    content:""!important;
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:linear-gradient(180deg, rgba(4,4,8,.18) 0%, rgba(4,4,8,.32) 24%, rgba(4,4,8,.42) 60%, rgba(4,4,8,.52) 100%)!important;
  }
  body>*:not(script){position:relative!important;z-index:1!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-footer,.ca-footer-shell,.ctabar,#show-more-btn,.ca-calculator-section,.ca-new-reviews,.ca-faq-section{
    background:transparent!important;
    background-image:none!important;
  }
  .catalog-wrap::before,.ca-footer::before,.ca-faq-section::before,.ca-new-reviews::before,.ca-calculator-section::before,
  .catalog-wrap::after,.ca-footer::after,.ca-faq-section::after,.ca-new-reviews::after,.ca-calculator-section::after{
    display:none!important;content:none!important;
  }
  /* Keep readability but let the image breathe */
  .card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result,.ca-footer-shell{
    background-color:rgba(8,9,14,.76)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
}


/* === MOBILE STATIC PREMIUM BACKGROUND — checked final override === */
@media (max-width: 900px){
  html{background:#050507!important;}
  body{
    min-height:100vh!important;
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    overflow-x:hidden!important;
  }
  body::before{
    content:""!important;
    display:block!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    z-index:0!important;
    pointer-events:none!important;
    background:url('bg_mobile_static_premium.jpg') center center / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:translateZ(0)!important;
  }
  body::after{
    content:""!important;
    display:block!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    z-index:0!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,rgba(3,4,8,.08) 0%,rgba(3,4,8,.22) 34%,rgba(3,4,8,.32) 100%)!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  body>*:not(script){position:relative!important;z-index:1!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-footer,.ca-footer-shell,.ctabar,#show-more-btn,.ca-calculator-section,.ca-new-reviews,.ca-faq-section,.footer-bg{
    background:transparent!important;
    background-image:none!important;
  }
  .catalog-wrap::before,.ca-footer::before,.ca-faq-section::before,.ca-new-reviews::before,.ca-calculator-section::before,.hero-stage::before,
  .catalog-wrap::after,.ca-footer::after,.ca-faq-section::after,.ca-new-reviews::after,.ca-calculator-section::after,.hero-stage::after{
    display:none!important;content:none!important;background:none!important;
  }
  .card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result,.ca-footer-shell,.adv-card,.ca-price-card{
    background:rgba(8,9,14,.70)!important;
    background-image:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .ca-card-prices div,.ca-price-box,.msp,.ca-track-step{
    background:rgba(255,255,255,.045)!important;
    background-image:none!important;
  }
}


/* === CHECK AUTO MOBILE V6 — final verified background layer === */
@media (max-width: 900px){
  html{background:#050507!important;}
  body{background:none!important;background-image:none!important;background-color:#050507!important;min-height:100vh!important;overflow-x:hidden!important;}
  .ca-mobile-bg-layer{display:block!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:0!important;pointer-events:none!important;background:url('bg_mobile_v6_premium.jpg') center center / cover no-repeat!important;opacity:1!important;}
  body::before,body::after,.hero-stage::before,.hero-stage::after,.ca-hero-v3::before,.ca-hero-v3::after,.ca-hero-v2::before,.ca-hero-v2::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;transform:none!important;}
  body>*:not(script):not(style):not(.ca-mobile-bg-layer){position:relative!important;z-index:1!important;}
  #ca-sparks{display:none!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-footer,.ca-footer-shell,.ctabar,#show-more-btn,.ca-calculator-section,.ca-new-reviews,.ca-faq-section{background:transparent!important;background-image:none!important;}
  .catalog-wrap::before,.catalog-wrap::after,.ca-footer::before,.ca-footer::after,.ca-faq-section::before,.ca-faq-section::after,.ca-new-reviews::before,.ca-new-reviews::after,.ca-calculator-section::before,.ca-calculator-section::after{display:none!important;content:none!important;background:none!important;background-image:none!important;}
  .card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result,.ca-footer-shell{background-color:rgba(8,9,14,.72)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;}
}
@media (min-width: 901px){.ca-mobile-bg-layer{display:none!important;}}


/* === FINAL CHECKED MOBILE BACKGROUND V7 === */
@media (max-width: 900px){
  html{background:#050507!important; position:relative!important;}
  html::before{content:""!important; position:fixed!important; inset:0!important; z-index:0!important; pointer-events:none!important; background:linear-gradient(180deg, rgba(4,4,8,.14) 0%, rgba(4,4,8,.24) 22%, rgba(4,4,8,.34) 58%, rgba(4,4,8,.44) 100%), url('bg_mobile_v7_checked.jpg') center center / cover no-repeat!important;}
  body{background:transparent!important; background-image:none!important; background-color:transparent!important; position:relative!important; z-index:1!important;}
  body::before, body::after, .hero-stage::before, .hero-stage::after, .ca-hero-v2::before, .ca-hero-v2::after, .ca-hero-v3::before, .ca-hero-v3::after{display:none!important; content:none!important; background:none!important; background-image:none!important; filter:none!important; transform:none!important;}
  body>*{position:relative!important; z-index:1!important;}
  #ca-sparks, .ca-mobile-bg-layer{display:none!important;}
  .hero-stage, .catalog-wrap, .cat-layout, .cat-right, #how, #payment, #why, #proof, #trust, #referral, #faq, #reviews, .ca-calculator-section, .ca-new-reviews, .ca-faq-section, .ca-footer, .ca-footer-shell, .footer-bg, .ctabar, #show-more-btn{background:transparent!important; background-image:none!important;}
  .catalog-wrap::before,.catalog-wrap::after,.ca-footer::before,.ca-footer::after,.ca-faq-section::before,.ca-faq-section::after,.ca-new-reviews::before,.ca-new-reviews::after,.ca-calculator-section::before,.ca-calculator-section::after{display:none!important;content:none!important;}
  .card,.pay-card,.review-card,.why-adv-card,.form-card,.ca-footer-cta,.ca-faq-item,.ca-new-review-card,.ca-calc-form,.ca-calc-result,.ca-footer-shell{background-color:rgba(8,9,14,.76)!important; -webkit-backdrop-filter:none!important; backdrop-filter:none!important;}
}


/* === DESKTOP BACKGROUND RESTORE AFTER MOBILE V7 === */
@media (min-width: 901px){
  html{background:#050507!important; position:relative!important;}
  html::before{content:""!important; position:fixed!important; inset:0!important; z-index:0!important; pointer-events:none!important; background:linear-gradient(90deg,rgba(3,3,5,.34) 0%,rgba(5,5,8,.18) 48%,rgba(3,3,5,.34) 100%), linear-gradient(180deg,rgba(4,4,8,.12) 0%,rgba(4,4,8,.30) 100%), url('bg_site_fill.jpg') center center / cover no-repeat!important;}
  body{background:transparent!important; background-image:none!important; background-color:transparent!important; position:relative!important; z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;}
  body>*{position:relative!important;z-index:1!important;}
  .hero-stage,.catalog-wrap,.cat-layout,.cat-right,#how,#payment,#why,#proof,#trust,#referral,#faq,#reviews,.ca-calculator-section,.ca-new-reviews,.ca-faq-section,.ca-footer,.ca-footer-shell,.footer-bg,.ctabar,#show-more-btn{background:transparent!important;background-image:none!important;}
}


/* === DESKTOP BACKGROUND ZOOM OUT FINAL === */
@media (min-width: 901px){
  html{background:#050507!important; position:relative!important;}
  html::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(90deg,rgba(3,3,5,.38) 0%,rgba(5,5,8,.18) 48%,rgba(3,3,5,.38) 100%),
      linear-gradient(180deg,rgba(4,4,8,.16) 0%,rgba(4,4,8,.34) 100%),
      url('bg_site_fill.jpg') center center / cover no-repeat!important;
  }
  html::after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.22) 100%),
      url('bg_site_fill.jpg') center center / min(1500px, 84vw) auto no-repeat!important;
    opacity:.82!important;
  }
  body{background:transparent!important;background-image:none!important;background-color:transparent!important;position:relative!important;z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;}
  body>*{position:relative!important;z-index:1!important;}
}
@media (min-width: 901px) and (max-width: 1250px){
  html::after{background:linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.22) 100%), url('bg_site_fill.jpg') center center / 92vw auto no-repeat!important;}
}
@media (min-width: 1600px){
  html::after{background:linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.22) 100%), url('bg_site_fill.jpg') center center / 1380px auto no-repeat!important;}
}


/* === DESKTOP BACKGROUND NO-BLUR FINAL === */
@media (min-width: 901px){
  html{background:#050507!important; position:relative!important;}
  html::before{content:""!important;position:fixed!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(4,4,8,.12) 0%,rgba(4,4,8,.28) 100%),radial-gradient(circle at 88% 20%,rgba(110,0,18,.20),transparent 34%),#050507!important;}
  html::after{content:""!important;position:fixed!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(4,4,8,.10) 0%,rgba(4,4,8,.26) 100%),url('bg_site_fill.jpg') center top / min(1760px, 88vw) auto no-repeat!important;opacity:.96!important;filter:none!important;transform:none!important;}
  body{background:transparent!important;background-image:none!important;background-color:transparent!important;position:relative!important;z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;}
  body>*{position:relative!important;z-index:1!important;}
}
@media (min-width: 901px) and (max-width: 1280px){html::after{background:linear-gradient(180deg,rgba(4,4,8,.10) 0%,rgba(4,4,8,.26) 100%),url('bg_site_fill.jpg') center top / 92vw auto no-repeat!important;}}


/* === DESKTOP NAV GLASS / EXPRESSIVE TEXT === */
@media (min-width: 901px){
  nav, body > nav{
    background:rgba(7,8,12,.22)!important;
    background-image:none!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.05)!important;
    -webkit-backdrop-filter:blur(14px) saturate(1.15)!important;
    backdrop-filter:blur(14px) saturate(1.15)!important;
  }
  nav::before, nav::after, body > nav::before, body > nav::after{display:none!important;content:none!important;}
  .nav-inner{
    background:transparent!important;
  }
  .nav-links a{
    color:rgba(255,255,255,.86)!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
    text-shadow:0 1px 10px rgba(0,0,0,.35)!important;
    transition:color .18s ease, opacity .18s ease, text-shadow .18s ease!important;
  }
  .nav-links a:hover{
    color:#ffffff!important;
    text-shadow:0 0 18px rgba(255,255,255,.18), 0 0 16px rgba(213,0,28,.18)!important;
  }
  .ca-wordmark-nav .ca-mark{
    background:rgba(10,10,14,.42)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
  }
  .ca-wordmark-nav .ca-word b{
    color:#fff!important;
    text-shadow:0 1px 14px rgba(0,0,0,.34)!important;
  }
  .ca-wordmark-nav .ca-word em{
    color:#ff3b4d!important;
    text-shadow:0 0 18px rgba(213,0,28,.20)!important;
  }
  .ca-wordmark-nav .ca-word small{
    color:rgba(255,255,255,.70)!important;
    letter-spacing:.26em!important;
  }
  .ca-socials-head a, .nav-call-btn{
    background:rgba(9,10,14,.32)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  }
  .nav-track{
    box-shadow:0 12px 28px rgba(213,0,28,.18)!important;
  }
}


/* === DESKTOP FINAL: fill side background + stronger transparent nav === */
@media (min-width: 901px){
  html{background:#050507!important;position:relative!important;}
  /* Base layer fills the whole viewport, including left/right sides. No blur. */
  html::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.18) 0%,rgba(4,4,8,.36) 100%),
      radial-gradient(circle at 88% 22%,rgba(130,0,24,.22),transparent 36%),
      url('bg_site_fill.jpg') center top / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  /* Main visible layer keeps the current successful placement/scale. */
  html::after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.24) 100%),
      url('bg_site_fill.jpg') center top / min(1760px, 88vw) auto no-repeat!important;
    opacity:.96!important;
    filter:none!important;
    transform:none!important;
  }
  body{background:transparent!important;background-image:none!important;background-color:transparent!important;position:relative!important;z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;}
  body>*{position:relative!important;z-index:1!important;}

  nav, body > nav{
    background:rgba(5,6,10,.14)!important;
    background-image:linear-gradient(90deg,rgba(5,6,10,.26),rgba(5,6,10,.10),rgba(5,6,10,.22))!important;
    border:1px solid rgba(255,255,255,.065)!important;
    border-top:0!important;
    box-shadow:0 12px 28px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.045)!important;
    -webkit-backdrop-filter:blur(10px) saturate(1.15)!important;
    backdrop-filter:blur(10px) saturate(1.15)!important;
  }
  .nav-links a{
    color:rgba(255,255,255,.95)!important;
    font-weight:900!important;
    font-size:10px!important;
    letter-spacing:.20em!important;
    text-shadow:0 1px 14px rgba(0,0,0,.70),0 0 16px rgba(255,255,255,.08)!important;
  }
  .nav-links a:hover{
    color:#fff!important;
    text-shadow:0 1px 14px rgba(0,0,0,.75),0 0 20px rgba(213,0,28,.35)!important;
  }
  .ca-wordmark-nav .ca-word b{
    color:#fff!important;
    font-weight:950!important;
    text-shadow:0 1px 16px rgba(0,0,0,.72)!important;
  }
  .ca-wordmark-nav .ca-word em{
    color:#ff3048!important;
    font-weight:850!important;
    text-shadow:0 0 18px rgba(213,0,28,.36)!important;
  }
  .ca-wordmark-nav .ca-word small{
    color:rgba(255,255,255,.86)!important;
    font-weight:800!important;
    text-shadow:0 1px 10px rgba(0,0,0,.65)!important;
  }
  .ca-wordmark-nav .ca-mark{
    background:rgba(7,8,12,.38)!important;
    border-color:rgba(255,255,255,.18)!important;
    color:#fff!important;
  }
  .ca-socials-head a,.nav-call-btn{
    background:rgba(7,8,12,.28)!important;
    border-color:rgba(255,255,255,.13)!important;
  }
}
@media (min-width: 901px) and (max-width: 1280px){
  html::after{background:linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.24) 100%),url('bg_site_fill.jpg') center top / 92vw auto no-repeat!important;}
}


/* === FINAL CHECKED DESKTOP: no dark side gutters + clearer nav === */
@media (min-width: 901px){
  html{background:#050507!important; position:relative!important;}
  html::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.10) 0%,rgba(4,4,8,.28) 100%),
      url('bg_desktop_wide_fill.jpg') center top / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  html::after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.05) 0%,rgba(4,4,8,.20) 100%),
      url('bg_site_fill.jpg') center top / min(1760px, 88vw) auto no-repeat!important;
    opacity:.95!important;
    filter:none!important;
    transform:none!important;
  }
  body{background:transparent!important; background-image:none!important; background-color:transparent!important; position:relative!important; z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;}
  body>*{position:relative!important;z-index:1!important;}

  nav, body > nav{
    background:rgba(4,5,8,.08)!important;
    background-image:linear-gradient(90deg,rgba(4,5,8,.18),rgba(4,5,8,.06),rgba(4,5,8,.16))!important;
    border:1px solid rgba(255,255,255,.075)!important;
    border-top:0!important;
    box-shadow:0 10px 24px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.055)!important;
    -webkit-backdrop-filter:blur(7px) saturate(1.18)!important;
    backdrop-filter:blur(7px) saturate(1.18)!important;
  }
  nav::before,nav::after,body > nav::before,body > nav::after{display:none!important;content:none!important;background:none!important;}
  .nav-inner{background:transparent!important;}

  .nav-links a{
    color:#f4f5f8!important;
    opacity:1!important;
    font-size:11px!important;
    font-weight:950!important;
    letter-spacing:.22em!important;
    text-shadow:0 2px 10px rgba(0,0,0,.95),0 0 12px rgba(255,255,255,.12)!important;
    filter:none!important;
  }
  .nav-links a:hover{
    color:#fff!important;
    text-shadow:0 2px 12px rgba(0,0,0,.95),0 0 20px rgba(213,0,28,.48)!important;
  }
  .ca-wordmark-nav .ca-word b{
    color:#fff!important;
    font-weight:950!important;
    text-shadow:0 2px 12px rgba(0,0,0,.92),0 0 10px rgba(255,255,255,.10)!important;
  }
  .ca-wordmark-nav .ca-word em{
    color:#ff3048!important;
    font-weight:900!important;
    text-shadow:0 0 18px rgba(213,0,28,.46),0 2px 10px rgba(0,0,0,.85)!important;
  }
  .ca-wordmark-nav .ca-word small{
    color:#f0f1f4!important;
    opacity:.92!important;
    font-weight:850!important;
    text-shadow:0 2px 10px rgba(0,0,0,.92)!important;
  }
  .ca-wordmark-nav .ca-mark{
    background:rgba(5,6,10,.38)!important;
    border-color:rgba(255,255,255,.22)!important;
    color:#fff!important;
    box-shadow:0 4px 18px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.06)!important;
  }
  .ca-socials-head a,.nav-call-btn{
    background:rgba(5,6,10,.30)!important;
    border-color:rgba(255,255,255,.16)!important;
    color:#fff!important;
  }
}
@media (min-width: 901px) and (max-width: 1280px){
  html::after{background:linear-gradient(180deg,rgba(4,4,8,.05) 0%,rgba(4,4,8,.20) 100%),url('bg_site_fill.jpg') center top / 92vw auto no-repeat!important;}
}


/* === DESKTOP FINAL CLEAN SIDES + STRONG NAV TEXT === */
@media (min-width: 901px){
  html{
    background:#050507!important;
    position:relative!important;
  }
  /* Base layer: same cockpit image widened without blur, so side gutters are not dark/soft */
  html::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.06) 0%,rgba(4,4,8,.16) 38%,rgba(4,4,8,.26) 100%),
      url('bg_desktop_clean_fill.jpg') center top / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  /* Main visible layer: keep the current successful composition in the center */
  html::after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.02) 0%,rgba(4,4,8,.14) 100%),
      url('bg_site_fill.jpg') center top / min(1760px, 88vw) auto no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  body{
    background:transparent!important;
    background-image:none!important;
    background-color:transparent!important;
    position:relative!important;
    z-index:1!important;
  }
  body::before,body::after{
    display:none!important;
    content:none!important;
    background:none!important;
    background-image:none!important;
    filter:none!important;
    transform:none!important;
  }
  body>*{position:relative!important;z-index:1!important;}

  nav, body > nav{
    background:rgba(3,4,7,.045)!important;
    background-image:linear-gradient(90deg,rgba(3,4,7,.12),rgba(3,4,7,.035),rgba(3,4,7,.10))!important;
    border:1px solid rgba(255,255,255,.07)!important;
    border-top:0!important;
    box-shadow:0 8px 22px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.05)!important;
    -webkit-backdrop-filter:blur(5px) saturate(1.16)!important;
    backdrop-filter:blur(5px) saturate(1.16)!important;
  }
  nav::before,nav::after,body > nav::before,body > nav::after{
    display:none!important;
    content:none!important;
    background:none!important;
  }
  .nav-inner{background:transparent!important;}

  .nav-links a{
    color:#ffffff!important;
    opacity:1!important;
    font-family:'Montserrat','Inter',sans-serif!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:.24em!important;
    text-transform:uppercase!important;
    text-shadow:
      0 2px 8px rgba(0,0,0,.98),
      0 0 12px rgba(255,255,255,.22),
      0 0 18px rgba(213,0,28,.18)!important;
    -webkit-text-stroke:.16px rgba(255,255,255,.28)!important;
    filter:none!important;
  }
  .nav-links a:hover{
    color:#fff!important;
    text-shadow:
      0 2px 10px rgba(0,0,0,.98),
      0 0 20px rgba(255,255,255,.26),
      0 0 24px rgba(213,0,28,.45)!important;
  }
  .ca-wordmark-nav .ca-word b{
    color:#fff!important;
    font-weight:950!important;
    text-shadow:0 2px 12px rgba(0,0,0,.96),0 0 14px rgba(255,255,255,.18)!important;
    -webkit-text-stroke:.12px rgba(255,255,255,.20)!important;
  }
  .ca-wordmark-nav .ca-word em{
    color:#ff324c!important;
    font-weight:900!important;
    text-shadow:0 0 20px rgba(213,0,28,.58),0 2px 10px rgba(0,0,0,.9)!important;
  }
  .ca-wordmark-nav .ca-word small{
    color:#ffffff!important;
    opacity:.96!important;
    font-weight:850!important;
    text-shadow:0 2px 10px rgba(0,0,0,.96),0 0 10px rgba(255,255,255,.10)!important;
  }
  .ca-wordmark-nav .ca-mark{
    background:rgba(5,6,10,.34)!important;
    border-color:rgba(255,255,255,.24)!important;
    color:#fff!important;
    box-shadow:0 4px 18px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07)!important;
  }
  .ca-socials-head a,.nav-call-btn{
    background:rgba(5,6,10,.26)!important;
    border-color:rgba(255,255,255,.18)!important;
    color:#fff!important;
  }
}
@media (min-width: 901px) and (max-width: 1280px){
  html::after{
    background:
      linear-gradient(180deg,rgba(4,4,8,.02) 0%,rgba(4,4,8,.14) 100%),
      url('bg_site_fill.jpg') center top / 92vw auto no-repeat!important;
  }
}


/* === DESKTOP FINAL V4: no side blur + balanced nav text === */
@media (min-width: 901px){
  html{background:#050507!important;position:relative!important;}
  html::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(4,4,8,.08) 0%,rgba(4,4,8,.18) 44%,rgba(4,4,8,.26) 100%),
      url('bg_desktop_no_blur_full.jpg') center top / cover no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  html::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;transform:none!important;}
  body{background:transparent!important;background-image:none!important;background-color:transparent!important;position:relative!important;z-index:1!important;}
  body::before,body::after{display:none!important;content:none!important;background:none!important;background-image:none!important;filter:none!important;transform:none!important;}
  body>*{position:relative!important;z-index:1!important;}

  nav,body>nav{
    background:rgba(4,5,8,.075)!important;
    background-image:linear-gradient(90deg,rgba(4,5,8,.14),rgba(4,5,8,.04),rgba(4,5,8,.12))!important;
    border:1px solid rgba(255,255,255,.065)!important;
    border-top:0!important;
    box-shadow:0 8px 20px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.045)!important;
    -webkit-backdrop-filter:blur(4px) saturate(1.12)!important;
    backdrop-filter:blur(4px) saturate(1.12)!important;
  }
  nav::before,nav::after,body>nav::before,body>nav::after{display:none!important;content:none!important;background:none!important;}
  .nav-inner{background:transparent!important;}

  .nav-links a{
    color:rgba(255,255,255,.88)!important;
    opacity:1!important;
    font-family:'Montserrat','Inter',sans-serif!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:760!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
    text-shadow:0 1px 7px rgba(0,0,0,.78)!important;
    filter:none!important;
  }
  .nav-links a:hover{
    color:#fff!important;
    text-shadow:0 1px 8px rgba(0,0,0,.85),0 0 12px rgba(213,0,28,.30)!important;
  }
  .ca-wordmark-nav .ca-word b{
    color:#fff!important;
    font-weight:800!important;
    text-shadow:0 1px 8px rgba(0,0,0,.78)!important;
  }
  .ca-wordmark-nav .ca-word em{
    color:#ff364c!important;
    font-weight:780!important;
    text-shadow:0 0 10px rgba(213,0,28,.28),0 1px 7px rgba(0,0,0,.72)!important;
  }
  .ca-wordmark-nav .ca-word small{
    color:rgba(255,255,255,.72)!important;
    opacity:1!important;
    font-weight:650!important;
    letter-spacing:.22em!important;
    text-shadow:0 1px 6px rgba(0,0,0,.70)!important;
  }
  .ca-wordmark-nav .ca-mark{
    background:rgba(5,6,10,.34)!important;
    border-color:rgba(255,255,255,.16)!important;
    color:#fff!important;
    box-shadow:0 3px 14px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05)!important;
  }
  .ca-socials-head a,.nav-call-btn{
    background:rgba(5,6,10,.24)!important;
    border-color:rgba(255,255,255,.12)!important;
    color:#fff!important;
  }
}


/* === MOBILE FOOTER ALIGN FINAL: prevent shifted bottom block === */
@media (max-width: 900px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  .ca-footer{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:42px 14px calc(88px + env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    transform:none!important;
    left:auto!important;
    right:auto!important;
  }
  .ca-footer-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:22px 18px!important;
    box-sizing:border-box!important;
    border-radius:24px!important;
    overflow:hidden!important;
    transform:none!important;
    left:auto!important;
    right:auto!important;
    display:block!important;
  }
  .ca-footer-cta{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 22px!important;
    padding:18px!important;
    box-sizing:border-box!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:16px!important;
  }
  .ca-footer-grid{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    padding:22px 0!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .ca-footer-brand,
  .ca-footer-col,
  .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    text-align:left!important;
  }
  .ca-wordmark-footer{
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    overflow:hidden!important;
  }
  .ca-wordmark-footer .ca-word{
    min-width:0!important;
    overflow:hidden!important;
  }
  .ca-footer-brand p,
  .ca-footer-note,
  .ca-footer-col a,
  .ca-contact-line{
    max-width:100%!important;
    width:auto!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  .ca-footer-badges{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
  }
  .ca-socials-foot{
    display:flex!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
  .ca-footer-bottom{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:16px 0 0!important;
    box-sizing:border-box!important;
  }
}


/* === MOBILE FOOTER ALIGN FINAL V2: hard reset for shifted text === */
@media (max-width: 900px){
  #footer, #footer *{box-sizing:border-box!important;}
  #footer{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  #footer .ca-footer-shell{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:22px 16px 20px!important;
    transform:none!important;
  }
  #footer .ca-footer-grid{
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    margin:0!important;
    padding:20px 0!important;
  }
  #footer .ca-footer-grid > *,
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact,
  #footer .ca-footer-bottom{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    left:auto!important;
    right:auto!important;
    text-align:left!important;
    justify-self:stretch!important;
    align-self:start!important;
  }
  #footer .ca-wordmark-footer{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:2px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    display:block!important;
    width:100%!important;
  }
  #footer p,
  #footer a,
  #footer span,
  #footer h3{
    margin-left:0!important;
    margin-right:0!important;
    text-align:left!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-socials-foot{
    margin:14px 0 0!important;
    justify-content:flex-start!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    margin-top:14px!important;
  }
  #footer .ca-footer-bottom{
    padding-top:16px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }
}


/* === MOBILE FOOTER CENTER FINAL V3: footer content alignment === */
@media (max-width: 900px){
  #footer{
    width:100%!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-shell{
    width:100%!important;
    max-width:520px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:24px 18px 22px!important;
  }
  #footer .ca-footer-cta,
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact,
  #footer .ca-footer-bottom{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    justify-self:center!important;
    align-items:center!important;
  }
  #footer .ca-footer-grid{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-items:start!important;
    gap:26px!important;
    padding:22px 0!important;
    margin:0!important;
  }
  #footer .ca-wordmark-footer{
    width:100%!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0 auto 16px!important;
    text-align:center!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    align-items:flex-start!important;
    text-align:left!important;
  }
  #footer .ca-footer-brand p{
    max-width:360px!important;
    margin:16px auto 16px!important;
    text-align:center!important;
  }
  #footer .ca-footer-badges{
    justify-content:center!important;
    margin:0 auto!important;
  }
  #footer .ca-footer-col h3{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #footer .ca-footer-col a,
  #footer .ca-contact-line{
    display:block!important;
    width:max-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
  #footer .ca-socials-foot{
    justify-content:center!important;
    margin:16px auto 0!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    max-width:340px!important;
    margin:16px auto 0!important;
    text-align:center!important;
  }
  #footer .ca-footer-bottom{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    padding-top:18px!important;
    text-align:center!important;
  }
}


/* === MOBILE FOOTER PREMIUM COMPACT V4 === */
@media (max-width: 900px){
  #footer{
    padding:36px 16px calc(96px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-shell{
    width:100%!important;
    max-width:460px!important;
    margin:0 auto!important;
    padding:22px 18px!important;
    border-radius:26px!important;
    background:rgba(8,9,14,.78)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 22px 60px rgba(0,0,0,.34)!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-cta{
    display:none!important;
  }
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  #footer .ca-wordmark-footer{
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto 14px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:48px!important;
    height:34px!important;
    min-width:48px!important;
    font-size:13px!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    align-items:flex-start!important;
    text-align:left!important;
    gap:1px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:24px!important;
    line-height:1!important;
    letter-spacing:5px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:7px!important;
    letter-spacing:2.2px!important;
    line-height:1.2!important;
  }
  #footer .ca-footer-brand p{
    max-width:330px!important;
    margin:0 auto 14px!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.65!important;
    color:rgba(255,255,255,.62)!important;
  }
  #footer .ca-footer-badges{
    justify-content:center!important;
    gap:8px!important;
    margin:0 auto!important;
  }
  #footer .ca-footer-badges span{
    font-size:9px!important;
    padding:6px 10px!important;
    border-radius:999px!important;
  }
  #footer .ca-footer-col h3{
    margin:4px 0 12px!important;
    text-align:center!important;
    font-size:9px!important;
    letter-spacing:4px!important;
    color:rgba(255,255,255,.42)!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    padding-top:4px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) h3{
    margin-bottom:12px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:128px!important;
    margin:0 4px 8px!important;
    padding:10px 12px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.035)!important;
    color:rgba(255,255,255,.72)!important;
    font-size:12px!important;
    font-weight:700!important;
    line-height:1.15!important;
    text-align:center!important;
  }
  #footer .ca-footer-contact{
    padding-top:4px!important;
  }
  #footer .ca-contact-line{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:330px!important;
    min-height:44px!important;
    margin:0 auto 10px!important;
    padding:10px 14px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.82)!important;
    font-size:15px!important;
    font-weight:800!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-socials-foot{
    justify-content:center!important;
    gap:12px!important;
    margin:12px auto 0!important;
  }
  #footer .ca-socials-foot a{
    width:48px!important;
    height:48px!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    max-width:330px!important;
    margin:14px auto 0!important;
    text-align:center!important;
    font-size:12px!important;
    line-height:1.55!important;
    color:rgba(255,255,255,.50)!important;
  }
  #footer .ca-footer-bottom{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    margin:20px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
    text-align:center!important;
  }
  #footer .ca-footer-bottom span{
    text-align:center!important;
    font-size:11px!important;
    color:rgba(255,255,255,.42)!important;
  }
}


/* === MOBILE FOOTER PREMIUM V5: fix top overlap + social circles === */
@media (max-width: 900px){
  #footer .ca-footer-shell{
    padding-top:26px!important;
  }
  #footer .ca-wordmark-footer{
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:14px!important;
    max-width:330px!important;
    margin:0 auto 18px!important;
    overflow:visible!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:56px!important;
    height:42px!important;
    min-width:56px!important;
    font-size:15px!important;
    grid-column:1!important;
    grid-row:1 / span 3!important;
    align-self:center!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    grid-column:2!important;
    display:grid!important;
    grid-template-columns:auto!important;
    align-items:start!important;
    justify-items:start!important;
    gap:0!important;
    min-width:0!important;
    line-height:1!important;
    transform:none!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    display:block!important;
    line-height:.92!important;
    font-size:30px!important;
    letter-spacing:7px!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    display:block!important;
    width:100%!important;
    margin-top:8px!important;
    font-size:9px!important;
    line-height:1.2!important;
    letter-spacing:3.6px!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  #footer .ca-footer-brand p{
    margin-top:18px!important;
    line-height:1.65!important;
  }
  #footer .ca-socials-foot{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:42px!important;
    margin:18px auto 20px!important;
    width:100%!important;
  }
  #footer .ca-socials-foot a{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
    padding:0!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    overflow:hidden!important;
    background:rgba(12,13,19,.72)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 16px 36px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05)!important;
  }
  #footer .ca-socials-foot a svg{
    width:23px!important;
    height:23px!important;
    display:block!important;
    fill:rgba(255,255,255,.72)!important;
  }
}


/* === MOBILE FOOTER EXACT FINAL: match requested layout, functionality preserved === */
@media (max-width: 900px){
  #footer{
    padding:28px 14px calc(76px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-shell{
    width:100%!important;
    max-width:390px!important;
    margin:0 auto!important;
    padding:28px 20px 24px!important;
    border-radius:28px!important;
    background:rgba(10,11,16,.84)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 24px 68px rgba(0,0,0,.42)!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-cta{display:none!important;}
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  #footer .ca-wordmark-footer{
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr)!important;
    column-gap:16px!important;
    align-items:center!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto 22px!important;
    text-decoration:none!important;
    overflow:visible!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:62px!important;
    height:48px!important;
    min-width:62px!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:19px!important;
    font-weight:900!important;
    letter-spacing:2px!important;
    color:#fff!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.13)!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    display:block!important;
    text-align:left!important;
    min-width:0!important;
    line-height:1!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    display:inline-block!important;
    font-size:28px!important;
    line-height:1!important;
    letter-spacing:7px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    margin:0!important;
    padding:0!important;
  }
  #footer .ca-wordmark-footer .ca-word b{color:#fff!important;}
  #footer .ca-wordmark-footer .ca-word em{color:#ff3044!important;margin-left:8px!important;}
  #footer .ca-wordmark-footer .ca-word small{
    display:block!important;
    margin-top:8px!important;
    color:rgba(255,255,255,.54)!important;
    font-size:8px!important;
    line-height:1.1!important;
    letter-spacing:3.5px!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  #footer .ca-footer-brand p{
    max-width:330px!important;
    margin:0 auto 20px!important;
    font-size:14px!important;
    line-height:1.65!important;
    color:rgba(255,255,255,.68)!important;
    text-align:center!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin:0 auto!important;
  }
  #footer .ca-footer-badges span{
    padding:6px 12px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.55)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:1.6px!important;
    font-weight:800!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  #footer .ca-footer-col h3{
    grid-column:1/-1!important;
    margin:2px 0 6px!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:6px!important;
    font-weight:800!important;
    color:rgba(255,255,255,.38)!important;
    text-transform:uppercase!important;
    text-align:center!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.82)!important;
    font-size:14px!important;
    line-height:1.15!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding-top:2px!important;
  }
  #footer .ca-footer-contact h3{
    margin:4px 0 4px!important;
  }
  #footer .ca-contact-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    min-height:72px!important;
    margin:0!important;
    padding:13px 18px!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    text-decoration:none!important;
    text-align:left!important;
  }
  #footer .ca-contact-icon{
    width:42px!important;
    height:42px!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#ff3044!important;
    background:rgba(255,255,255,.035)!important;
    font-size:20px!important;
  }
  #footer .ca-contact-text{display:block!important;min-width:0!important;}
  #footer .ca-contact-text small{
    display:block!important;
    margin:0 0 6px!important;
    font-size:10px!important;
    line-height:1!important;
    text-transform:uppercase!important;
    letter-spacing:4px!important;
    font-weight:800!important;
    color:rgba(255,255,255,.35)!important;
  }
  #footer .ca-contact-text b{
    display:block!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:900!important;
    color:#fff!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-contact-arrow{
    color:rgba(255,255,255,.30)!important;
    font-size:28px!important;
    line-height:1!important;
  }
  #footer .ca-socials-foot{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    width:100%!important;
    margin:14px 0 14px!important;
  }
  #footer .ca-socials-foot a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    margin:0!important;
    padding:0 14px!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    color:#fff!important;
    font-size:16px!important;
    font-weight:850!important;
    text-decoration:none!important;
  }
  #footer .ca-social-ico{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:20px!important;
    color:#fff!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    max-width:330px!important;
    margin:12px auto 0!important;
    font-size:12px!important;
    line-height:1.55!important;
    color:rgba(255,255,255,.38)!important;
    text-align:center!important;
  }
  #footer .ca-footer-bottom{
    margin:20px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    display:flex!important;
    flex-direction:column!important;
    gap:6px!important;
    align-items:center!important;
    color:rgba(255,255,255,.34)!important;
    font-size:11px!important;
    text-align:center!important;
  }
}


/* ============================================================
   FOOTER FINAL FIX — desktop 3-col + mobile clean
   ============================================================ */

/* --- DESKTOP footer grid: 3 equal columns --- */
@media (min-width: 901px){
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    gap:40px!important;
    align-items:start!important;
    padding:40px 0 32px!important;
  }

  /* Brand column */
  #footer .ca-footer-brand{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
  }
  #footer .ca-footer-brand p{
    font-size:14px!important;
    line-height:1.65!important;
    color:rgba(255,255,255,.60)!important;
    margin:0!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
  }
  #footer .ca-footer-badges span{
    padding:5px 12px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.50)!important;
    font-size:10px!important;
    letter-spacing:1.6px!important;
    font-weight:700!important;
    text-transform:uppercase!important;
  }

  /* Nav column */
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  #footer .ca-footer-col h3{
    font-size:10px!important;
    letter-spacing:5px!important;
    text-transform:uppercase!important;
    color:rgba(255,255,255,.35)!important;
    font-weight:800!important;
    margin:0 0 8px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    padding:10px 14px!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.78)!important;
    font-size:14px!important;
    font-weight:600!important;
    text-decoration:none!important;
    transition:border-color .15s,color .15s!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:hover{
    border-color:rgba(224,32,32,.5)!important;
    color:#fff!important;
  }

  /* Contacts column */
  #footer .ca-footer-contact{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  #footer .ca-footer-contact h3{
    font-size:10px!important;
    letter-spacing:5px!important;
    text-transform:uppercase!important;
    color:rgba(255,255,255,.35)!important;
    font-weight:800!important;
    margin:0 0 4px!important;
  }
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:44px 1fr 18px!important;
    align-items:center!important;
    gap:12px!important;
    padding:12px 16px!important;
    min-height:64px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    text-decoration:none!important;
    transition:border-color .15s!important;
  }
  #footer .ca-contact-card:hover{border-color:rgba(224,32,32,.5)!important;}
  #footer .ca-contact-icon{
    width:40px!important;height:40px!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.04)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    color:#e02020!important;
  }
  #footer .ca-contact-icon svg{width:20px!important;height:20px!important;display:block!important;}
  #footer .ca-contact-text{display:flex!important;flex-direction:column!important;gap:3px!important;}
  #footer .ca-contact-text small{
    font-size:10px!important;letter-spacing:3px!important;text-transform:uppercase!important;
    color:rgba(255,255,255,.35)!important;font-weight:700!important;
  }
  #footer .ca-contact-text b{
    font-size:15px!important;font-weight:800!important;color:#fff!important;
    word-break:break-all!important;
  }
  #footer .ca-contact-arrow{color:rgba(255,255,255,.25)!important;font-size:24px!important;}

  #footer .ca-socials-foot{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:4px!important;
  }
  #footer .ca-socials-foot a{
    display:flex!important;align-items:center!important;justify-content:center!important;
    gap:8px!important;height:44px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.75)!important;
    font-size:14px!important;font-weight:700!important;text-decoration:none!important;
    transition:border-color .15s,color .15s!important;
  }
  #footer .ca-socials-foot a:hover{border-color:rgba(224,32,32,.5)!important;color:#fff!important;}
  #footer .ca-social-ico{display:flex!important;align-items:center!important;}
  #footer .ca-social-ico svg{width:18px!important;height:18px!important;display:block!important;}

  #footer .ca-footer-note{
    display:block!important;
    font-size:11px!important;line-height:1.5!important;
    color:rgba(255,255,255,.35)!important;margin-top:10px!important;
  }
}

/* --- MOBILE footer: clean single column --- */
@media (max-width: 900px){
  #footer .ca-footer-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:22px!important;
    padding:20px 0 8px!important;
  }

  /* Brand block centered */
  #footer .ca-footer-brand{
    display:flex!important;flex-direction:column!important;
    align-items:center!important;gap:12px!important;text-align:center!important;
  }
  #footer .ca-footer-brand p{
    font-size:13px!important;line-height:1.65!important;
    color:rgba(255,255,255,.62)!important;margin:0!important;max-width:300px!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important;
  }
  #footer .ca-footer-badges span{
    padding:5px 12px!important;border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.50)!important;font-size:10px!important;letter-spacing:1.6px!important;font-weight:700!important;text-transform:uppercase!important;
  }

  /* Nav section heading */
  #footer .ca-footer-col h3{
    font-size:10px!important;letter-spacing:5px!important;text-transform:uppercase!important;
    color:rgba(255,255,255,.35)!important;font-weight:800!important;
    text-align:center!important;margin:0 0 10px!important;
  }

  /* Nav buttons 2-col grid */
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) h3{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:48px!important;padding:10px 12px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:rgba(255,255,255,.80)!important;
    font-size:13px!important;font-weight:700!important;text-align:center!important;
    text-decoration:none!important;line-height:1.2!important;
  }
  /* Last nav link full-width */
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }

  /* Contact column */
  #footer .ca-footer-contact{
    display:flex!important;flex-direction:column!important;gap:8px!important;
  }
  #footer .ca-footer-contact h3{
    text-align:center!important;
  }

  /* Contact cards — HORIZONTAL layout */
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:44px 1fr 20px!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    min-height:64px!important;
    padding:12px 16px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;text-decoration:none!important;
  }
  #footer .ca-contact-icon{
    width:40px!important;height:40px!important;border-radius:10px!important;
    background:rgba(255,255,255,.04)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    color:#e02020!important;
  }
  #footer .ca-contact-icon svg{width:20px!important;height:20px!important;display:block!important;}
  #footer .ca-contact-text{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important;}
  #footer .ca-contact-text small{
    font-size:10px!important;letter-spacing:3px!important;text-transform:uppercase!important;
    color:rgba(255,255,255,.35)!important;font-weight:700!important;
  }
  #footer .ca-contact-text b{
    font-size:15px!important;font-weight:800!important;color:#fff!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-contact-arrow{color:rgba(255,255,255,.28)!important;font-size:24px!important;line-height:1!important;}

  /* Social buttons */
  #footer .ca-socials-foot{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;
    margin:6px 0 8px!important;
  }
  #footer .ca-socials-foot a{
    display:flex!important;align-items:center!important;justify-content:center!important;
    gap:8px!important;height:48px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    color:rgba(255,255,255,.78)!important;
    font-size:14px!important;font-weight:700!important;text-decoration:none!important;
  }
  #footer .ca-social-ico{display:flex!important;align-items:center!important;}
  #footer .ca-social-ico svg{width:18px!important;height:18px!important;display:block!important;}

  #footer .ca-footer-note{
    display:block!important;text-align:center!important;
    font-size:11px!important;line-height:1.5!important;
    color:rgba(255,255,255,.35)!important;margin:4px auto 0!important;max-width:300px!important;
  }
}


/* ============================================================
   FOOTER HOTFIX v2 — desktop nav 2col + socials text fix
   ============================================================ */

/* Desktop nav: 2-column grid */
@media (min-width: 901px){
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    align-content:start!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) h3{
    grid-column:1/-1!important;
    margin:0 0 4px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }

  /* Social buttons — fix text clipping */
  #footer .ca-socials-foot a{
    overflow:visible!important;
    white-space:nowrap!important;
    min-width:0!important;
    width:100%!important;
    height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
  }
  #footer .ca-socials-foot a > span:last-child{
    display:inline!important;
    overflow:visible!important;
    white-space:nowrap!important;
    font-size:14px!important;
    font-weight:700!important;
    color:inherit!important;
    max-width:none!important;
    width:auto!important;
    height:auto!important;
    clip:auto!important;
    clip-path:none!important;
    position:static!important;
  }
  #footer .ca-social-ico{
    flex-shrink:0!important;
    display:flex!important;
    align-items:center!important;
  }
}

/* Mobile social buttons — same fix */
@media (max-width: 900px){
  #footer .ca-socials-foot a{
    overflow:visible!important;
    white-space:nowrap!important;
    flex-wrap:nowrap!important;
  }
  #footer .ca-socials-foot a > span:last-child{
    display:inline!important;
    overflow:visible!important;
    white-space:nowrap!important;
    font-size:14px!important;
    font-weight:700!important;
    max-width:none!important;
    width:auto!important;
    height:auto!important;
    clip:auto!important;
    clip-path:none!important;
    position:static!important;
  }
}


/* ============================================================
   MOBILE FOOTER FINAL — contact cards + socials text
   ============================================================ */
@media (max-width: 900px){

  /* --- Contact cards: force horizontal 3-col grid --- */
  #footer .ca-footer-contact .ca-contact-card{
    display:grid!important;
    grid-template-columns:48px 1fr 20px!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    gap:12px!important;
    padding:14px 16px!important;
    min-height:68px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    text-decoration:none!important;
    width:100%!important;
    box-sizing:border-box!important;
  }

  /* Icon cell */
  #footer .ca-footer-contact .ca-contact-icon{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:10px!important;
    background:rgba(255,48,68,.12)!important;
    align-items:center!important;
    justify-content:center!important;
    color:#e02020!important;
    font-size:0!important;
    flex-shrink:0!important;
  }
  #footer .ca-footer-contact .ca-contact-icon svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    flex-shrink:0!important;
  }

  /* Text cell */
  #footer .ca-footer-contact .ca-contact-text{
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-contact .ca-contact-text small{
    display:block!important;
    font-size:10px!important;
    letter-spacing:3px!important;
    text-transform:uppercase!important;
    font-weight:700!important;
    color:rgba(255,255,255,.38)!important;
    line-height:1!important;
  }
  #footer .ca-footer-contact .ca-contact-text b{
    display:block!important;
    font-size:15px!important;
    font-weight:800!important;
    color:#fff!important;
    line-height:1.2!important;
    overflow-wrap:anywhere!important;
    word-break:break-all!important;
  }

  /* Arrow cell */
  #footer .ca-footer-contact .ca-contact-arrow{
    display:block!important;
    color:rgba(255,255,255,.28)!important;
    font-size:22px!important;
    line-height:1!important;
    text-align:right!important;
  }

  /* --- Social buttons: icon + label, equal 2 columns --- */
  #footer .ca-footer-contact .ca-socials-foot{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
    margin:8px 0!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.03)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    color:#fff!important;
    text-decoration:none!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    /* reset any circle styles */
    border-radius:12px!important;
    padding:0 12px!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-shrink:0!important;
    width:20px!important;
    height:20px!important;
    font-size:0!important;
    color:#fff!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico svg{
    display:block!important;
    width:18px!important;
    height:18px!important;
  }
  /* Text label next to icon */
  #footer .ca-footer-contact .ca-socials-foot a > span:not(.ca-social-ico){
    display:inline-block!important;
    visibility:visible!important;
    opacity:1!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    max-width:none!important;
    white-space:nowrap!important;
    font-size:14px!important;
    font-weight:700!important;
    color:#fff!important;
    line-height:1!important;
  }
}

/* ==========================================================
   CHECK AUTO — FOOTER FINAL ALIGN 25.05
   Правим только нижний блок/footer: desktop + mobile socials
   ========================================================== */
#footer,
#footer *{
  box-sizing:border-box!important;
}
#footer .ca-footer-cta{
  display:none!important;
}
#footer .ca-footer-shell{
  background:rgba(7,8,13,.86)!important;
  border:1px solid rgba(255,255,255,.105)!important;
  box-shadow:0 26px 78px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.035)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
#footer .ca-contact-card,
#footer .ca-footer-col:not(.ca-footer-contact) a,
#footer .ca-socials-foot a,
#footer .ca-footer-badges span{
  -webkit-tap-highlight-color:transparent!important;
}
#footer .ca-contact-card:hover,
#footer .ca-footer-col:not(.ca-footer-contact) a:hover,
#footer .ca-socials-foot a:hover{
  border-color:rgba(255,48,68,.45)!important;
  color:#fff!important;
}
#footer .ca-contact-icon svg,
#footer .ca-social-ico svg{
  display:block!important;
}
#footer .ca-social-telegram .ca-social-ico svg{
  fill:currentColor!important;
  stroke:none!important;
}
#footer .ca-social-instagram .ca-social-ico svg{
  fill:none!important;
  stroke:currentColor!important;
}

@media (min-width:901px){
  #footer{
    padding:40px 0 46px!important;
    overflow:visible!important;
  }
  #footer::before,
  #footer::after{
    display:none!important;
    content:none!important;
  }
  #footer .ca-footer-shell{
    width:calc(100% - 96px)!important;
    max-width:1800px!important;
    margin:0 auto!important;
    padding:56px 58px 34px!important;
    border-radius:36px!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:48px!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    align-self:stretch!important;
  }
  #footer .ca-footer-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    padding-right:10px!important;
  }
  #footer .ca-wordmark-footer{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 26px!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:64px!important;
    height:48px!important;
    min-width:64px!important;
    border-radius:14px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:30px!important;
    line-height:1!important;
    letter-spacing:6px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:8px!important;
    letter-spacing:4px!important;
    margin-top:8px!important;
  }
  #footer .ca-footer-brand p{
    width:100%!important;
    max-width:440px!important;
    margin:0 0 18px!important;
    padding:0!important;
    color:rgba(255,255,255,.64)!important;
    font-size:15px!important;
    line-height:1.72!important;
    text-align:left!important;
    overflow-wrap:normal!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }
  #footer .ca-footer-badges span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:34px!important;
    padding:8px 16px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.11)!important;
    color:rgba(255,255,255,.60)!important;
    font-size:11px!important;
    line-height:1!important;
    letter-spacing:2px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    align-content:start!important;
    justify-content:stretch!important;
  }
  #footer .ca-footer-col h3,
  #footer .ca-footer-contact h3{
    grid-column:1/-1!important;
    width:100%!important;
    margin:0 0 10px!important;
    color:rgba(255,255,255,.36)!important;
    font-size:11px!important;
    line-height:1!important;
    letter-spacing:6px!important;
    font-weight:850!important;
    text-transform:uppercase!important;
    text-align:left!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:58px!important;
    margin:0!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.032)!important;
    border:1px solid rgba(255,255,255,.105)!important;
    color:rgba(255,255,255,.78)!important;
    font-size:15px!important;
    line-height:1.16!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
    overflow-wrap:break-word!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-contact{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 22px!important;
    align-items:center!important;
    gap:16px!important;
    width:100%!important;
    height:78px!important;
    min-height:78px!important;
    max-height:78px!important;
    margin:0!important;
    padding:0 20px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
    text-align:left!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:15px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#ff3044!important;
    background:rgba(255,48,68,.105)!important;
  }
  #footer .ca-contact-icon svg{
    width:22px!important;
    height:22px!important;
  }
  #footer .ca-contact-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-text small{
    display:block!important;
    margin:0!important;
    color:rgba(255,255,255,.38)!important;
    font-size:11px!important;
    line-height:1!important;
    letter-spacing:5px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-contact-text b{
    display:block!important;
    color:#fff!important;
    font-size:18px!important;
    line-height:1.12!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    word-break:normal!important;
  }
  #footer .ca-contact-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    color:rgba(255,255,255,.24)!important;
    font-size:30px!important;
    line-height:1!important;
  }
  #footer .ca-socials-foot{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    width:100%!important;
    margin:8px 0 0!important;
  }
  #footer .ca-socials-foot a{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    padding:0 16px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.88)!important;
    font-size:15px!important;
    line-height:1!important;
    font-weight:850!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-social-ico{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    color:currentColor!important;
  }
  #footer .ca-social-ico svg{
    width:22px!important;
    height:22px!important;
  }
  #footer .ca-socials-foot a > span:not(.ca-social-ico){
    display:inline-block!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    clip:auto!important;
    clip-path:none!important;
    opacity:1!important;
    visibility:visible!important;
    white-space:nowrap!important;
    color:inherit!important;
    font-size:15px!important;
    font-weight:850!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:14px 0 0!important;
    color:rgba(255,255,255,.42)!important;
    font-size:13px!important;
    line-height:1.65!important;
    text-align:left!important;
  }
  #footer .ca-footer-bottom{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    width:100%!important;
    max-width:100%!important;
    margin:42px 0 0!important;
    padding:22px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.36)!important;
    font-size:12px!important;
    line-height:1.4!important;
    text-align:left!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  #footer .ca-footer-shell{
    width:calc(100% - 48px)!important;
    padding:44px 34px 30px!important;
  }
  #footer .ca-footer-grid{
    gap:30px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:25px!important;
    letter-spacing:4px!important;
  }
  #footer .ca-contact-text b{
    font-size:15px!important;
  }
}

@media (max-width:900px){
  #footer{
    width:100%!important;
    max-width:100%!important;
    padding:28px 12px calc(108px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  #footer::before,
  #footer::after{
    display:none!important;
    content:none!important;
  }
  #footer .ca-footer-shell{
    width:calc(100% - 0px)!important;
    max-width:520px!important;
    margin:0 auto!important;
    padding:26px 20px 28px!important;
    border-radius:28px!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:25px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    align-items:start!important;
    justify-items:stretch!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  #footer .ca-wordmark-footer{
    display:grid!important;
    grid-template-columns:60px minmax(0,1fr)!important;
    column-gap:14px!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto 20px!important;
    overflow:visible!important;
    text-decoration:none!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:60px!important;
    height:46px!important;
    min-width:60px!important;
    border-radius:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    color:#fff!important;
    font-size:18px!important;
    font-weight:900!important;
    letter-spacing:2px!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    display:block!important;
    min-width:0!important;
    text-align:left!important;
    line-height:1!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    display:inline-block!important;
    margin:0!important;
    padding:0!important;
    font-size:28px!important;
    line-height:1!important;
    letter-spacing:6px!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  #footer .ca-wordmark-footer .ca-word b{color:#fff!important;}
  #footer .ca-wordmark-footer .ca-word em{color:#ff3044!important;margin-left:8px!important;}
  #footer .ca-wordmark-footer .ca-word small{
    display:block!important;
    margin-top:8px!important;
    color:rgba(255,255,255,.56)!important;
    font-size:8px!important;
    line-height:1.1!important;
    letter-spacing:3.4px!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  #footer .ca-footer-brand p{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto 18px!important;
    padding:0 4px!important;
    color:rgba(255,255,255,.68)!important;
    font-size:14px!important;
    line-height:1.66!important;
    text-align:center!important;
    overflow-wrap:break-word!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    margin:0 auto!important;
  }
  #footer .ca-footer-badges span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:7px 12px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.58)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:1.7px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    align-content:start!important;
  }
  #footer .ca-footer-col h3,
  #footer .ca-footer-contact h3{
    grid-column:1/-1!important;
    width:100%!important;
    margin:0 0 8px!important;
    color:rgba(255,255,255,.38)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:6px!important;
    font-weight:850!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:58px!important;
    margin:0!important;
    padding:11px 10px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.03)!important;
    border:1px solid rgba(255,255,255,.115)!important;
    color:rgba(255,255,255,.82)!important;
    font-size:14px!important;
    line-height:1.15!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:start!important;
  }
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
    margin:0!important;
    padding:0 16px!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.115)!important;
    color:#fff!important;
    text-align:left!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-icon{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#ff3044!important;
    background:rgba(255,48,68,.105)!important;
    font-size:0!important;
  }
  #footer .ca-contact-icon svg{
    width:21px!important;
    height:21px!important;
  }
  #footer .ca-contact-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-text small{
    display:block!important;
    margin:0!important;
    color:rgba(255,255,255,.38)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:4px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-contact-text b{
    display:block!important;
    color:#fff!important;
    font-size:clamp(13px,3.65vw,16px)!important;
    line-height:1.12!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    word-break:normal!important;
  }
  #footer .ca-contact-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    color:rgba(255,255,255,.28)!important;
    font-size:26px!important;
    line-height:1!important;
  }
  #footer .ca-footer-contact .ca-socials-foot{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:100%!important;
    margin:14px auto 10px!important;
    padding:0!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    margin:0!important;
    padding:0!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.062),rgba(255,255,255,.026))!important;
    border:1px solid rgba(255,255,255,.16)!important;
    color:rgba(255,255,255,.88)!important;
    text-decoration:none!important;
    box-shadow:0 14px 32px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.055)!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a > span:not(.ca-social-ico){
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    color:currentColor!important;
    font-size:0!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico svg{
    width:24px!important;
    height:24px!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    width:100%!important;
    max-width:330px!important;
    margin:4px auto 0!important;
    color:rgba(255,255,255,.40)!important;
    font-size:12px!important;
    line-height:1.55!important;
    text-align:center!important;
  }
  #footer .ca-footer-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    margin:22px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.36)!important;
    font-size:11px!important;
    line-height:1.45!important;
    text-align:center!important;
  }
}

@media (max-width:380px){
  #footer{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  #footer .ca-footer-shell{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  #footer .ca-wordmark-footer{
    grid-template-columns:54px minmax(0,1fr)!important;
    column-gap:12px!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:54px!important;
    height:42px!important;
    min-width:54px!important;
    font-size:16px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:24px!important;
    letter-spacing:4.6px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:7px!important;
    letter-spacing:2.8px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    font-size:13px!important;
    min-height:54px!important;
  }
}

/* ==========================================================
   CHECK AUTO — FOOTER OVERFLOW + ALIGN FIX 26.05
   Исправляет только footer: внутренние отступы, одинаковые блоки,
   мобильные соц-иконки и обрезание текста.
   ========================================================== */
#footer,
#footer *{
  box-sizing:border-box!important;
}
#footer .ca-footer-cta{
  display:none!important;
}
#footer .ca-footer-shell{
  background:rgba(7,8,13,.88)!important;
  border:1px solid rgba(255,255,255,.105)!important;
  box-shadow:0 26px 78px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.035)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  overflow:hidden!important;
}
#footer .ca-footer-grid{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
#footer .ca-footer-brand,
#footer .ca-footer-col,
#footer .ca-footer-contact,
#footer .ca-footer-grid > *{
  min-width:0!important;
  max-width:100%!important;
}
#footer .ca-contact-card,
#footer .ca-footer-col:not(.ca-footer-contact) a,
#footer .ca-socials-foot a,
#footer .ca-footer-badges span{
  -webkit-tap-highlight-color:transparent!important;
}
#footer .ca-contact-card:hover,
#footer .ca-footer-col:not(.ca-footer-contact) a:hover,
#footer .ca-socials-foot a:hover{
  border-color:rgba(255,48,68,.42)!important;
  color:#fff!important;
}
#footer .ca-contact-text,
#footer .ca-contact-text b,
#footer .ca-contact-text small,
#footer .ca-socials-foot a > span:not(.ca-social-ico){
  min-width:0!important;
}
#footer .ca-contact-text b{
  letter-spacing:0!important;
}
#footer .ca-contact-icon svg,
#footer .ca-social-ico svg{
  display:block!important;
}
#footer .ca-social-telegram .ca-social-ico svg{
  fill:currentColor!important;
  stroke:none!important;
}
#footer .ca-social-instagram .ca-social-ico svg{
  fill:none!important;
  stroke:currentColor!important;
}

@media (min-width:901px){
  #footer{
    padding:42px 0 46px!important;
    overflow:visible!important;
  }
  #footer::before,
  #footer::after{
    display:none!important;
    content:none!important;
  }
  #footer .ca-footer-shell{
    width:calc(100% - 72px)!important;
    max-width:1880px!important;
    margin:0 auto!important;
    padding:58px 72px 38px!important;
    border-radius:34px!important;
  }
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:50px!important;
    align-items:start!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #footer .ca-footer-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
  }
  #footer .ca-wordmark-footer{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 26px!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:62px!important;
    height:48px!important;
    min-width:62px!important;
    border-radius:14px!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    min-width:0!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:28px!important;
    line-height:1!important;
    letter-spacing:5px!important;
    white-space:nowrap!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:8px!important;
    letter-spacing:3.5px!important;
    margin-top:8px!important;
    white-space:nowrap!important;
  }
  #footer .ca-footer-brand p{
    width:100%!important;
    max-width:430px!important;
    margin:0 0 18px!important;
    padding:0!important;
    color:rgba(255,255,255,.64)!important;
    font-size:14px!important;
    line-height:1.74!important;
    text-align:left!important;
    overflow-wrap:break-word!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }
  #footer .ca-footer-badges span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:32px!important;
    padding:7px 14px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.11)!important;
    color:rgba(255,255,255,.60)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:2px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    align-content:start!important;
    justify-content:stretch!important;
  }
  #footer .ca-footer-col h3,
  #footer .ca-footer-contact h3{
    grid-column:1/-1!important;
    width:100%!important;
    margin:0 0 14px!important;
    color:rgba(255,255,255,.36)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:6px!important;
    font-weight:850!important;
    text-transform:uppercase!important;
    text-align:left!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.032)!important;
    border:1px solid rgba(255,255,255,.105)!important;
    color:rgba(255,255,255,.80)!important;
    font-size:14px!important;
    line-height:1.14!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-contact{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    margin:0!important;
    padding:0 18px!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
    text-align:left!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-icon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    border-radius:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#ff3044!important;
    background:rgba(255,48,68,.105)!important;
    font-size:0!important;
  }
  #footer .ca-contact-icon svg{
    width:21px!important;
    height:21px!important;
  }
  #footer .ca-contact-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-text small{
    display:block!important;
    margin:0!important;
    color:rgba(255,255,255,.38)!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:4px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #footer .ca-contact-text b{
    display:block!important;
    color:#fff!important;
    font-size:16px!important;
    line-height:1.12!important;
    font-weight:850!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    word-break:normal!important;
  }
  #footer .ca-contact-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    color:rgba(255,255,255,.24)!important;
    font-size:28px!important;
    line-height:1!important;
  }
  #footer .ca-socials-foot{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    margin:8px 0 0!important;
  }
  #footer .ca-socials-foot a{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 12px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.88)!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:850!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-social-ico{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    color:currentColor!important;
    font-size:0!important;
  }
  #footer .ca-social-ico svg{
    width:20px!important;
    height:20px!important;
  }
  #footer .ca-socials-foot a > span:not(.ca-social-ico){
    display:inline-block!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    clip:auto!important;
    clip-path:none!important;
    opacity:1!important;
    visibility:visible!important;
    white-space:nowrap!important;
    color:inherit!important;
    font-size:14px!important;
    font-weight:850!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    width:100%!important;
    max-width:470px!important;
    margin:14px 0 0!important;
    color:rgba(255,255,255,.42)!important;
    font-size:12px!important;
    line-height:1.62!important;
    text-align:left!important;
  }
  #footer .ca-footer-bottom{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    width:100%!important;
    max-width:100%!important;
    margin:38px 0 0!important;
    padding:20px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.36)!important;
    font-size:12px!important;
    line-height:1.4!important;
    text-align:left!important;
  }
}

@media (min-width:901px) and (max-width:1260px){
  #footer .ca-footer-shell{
    width:calc(100% - 44px)!important;
    padding:44px 34px 32px!important;
  }
  #footer .ca-footer-grid{
    gap:28px!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:56px!important;
    height:44px!important;
    min-width:56px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:23px!important;
    letter-spacing:4px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:7px!important;
    letter-spacing:2.8px!important;
  }
  #footer .ca-footer-brand p{
    font-size:13px!important;
    line-height:1.68!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    min-height:50px!important;
    font-size:13px!important;
    padding:9px 10px!important;
  }
  #footer .ca-contact-card{
    grid-template-columns:42px minmax(0,1fr) 14px!important;
    gap:10px!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
    padding:0 14px!important;
  }
  #footer .ca-contact-icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:12px!important;
  }
  #footer .ca-contact-icon svg{
    width:19px!important;
    height:19px!important;
  }
  #footer .ca-contact-text small{
    font-size:9px!important;
    letter-spacing:3px!important;
  }
  #footer .ca-contact-text b{
    font-size:13px!important;
    font-weight:850!important;
  }
  #footer .ca-contact-arrow{
    font-size:24px!important;
  }
  #footer .ca-socials-foot a{
    height:50px!important;
    min-height:50px!important;
    font-size:13px!important;
    padding:0 10px!important;
  }
}

@media (max-width:900px){
  #footer{
    width:100%!important;
    max-width:100%!important;
    padding:26px 12px calc(112px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  #footer::before,
  #footer::after{
    display:none!important;
    content:none!important;
  }
  #footer .ca-footer-shell{
    width:100%!important;
    max-width:540px!important;
    margin:0 auto!important;
    padding:26px 22px 28px!important;
    border-radius:28px!important;
  }
  #footer .ca-footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    align-items:start!important;
    justify-items:stretch!important;
  }
  #footer .ca-footer-brand,
  #footer .ca-footer-col,
  #footer .ca-footer-contact{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
  #footer .ca-wordmark-footer{
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    column-gap:13px!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto 20px!important;
    overflow:visible!important;
    text-decoration:none!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:58px!important;
    height:44px!important;
    min-width:58px!important;
    border-radius:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    color:#fff!important;
    font-size:17px!important;
    font-weight:900!important;
    letter-spacing:2px!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    display:block!important;
    min-width:0!important;
    text-align:left!important;
    line-height:1!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    display:inline-block!important;
    margin:0!important;
    padding:0!important;
    font-size:26px!important;
    line-height:1!important;
    letter-spacing:5px!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  #footer .ca-wordmark-footer .ca-word b{color:#fff!important;}
  #footer .ca-wordmark-footer .ca-word em{color:#ff3044!important;margin-left:8px!important;}
  #footer .ca-wordmark-footer .ca-word small{
    display:block!important;
    margin-top:8px!important;
    color:rgba(255,255,255,.56)!important;
    font-size:7px!important;
    line-height:1.1!important;
    letter-spacing:3px!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  #footer .ca-footer-brand p{
    width:100%!important;
    max-width:350px!important;
    margin:0 auto 18px!important;
    padding:0 2px!important;
    color:rgba(255,255,255,.68)!important;
    font-size:13px!important;
    line-height:1.65!important;
    text-align:center!important;
    overflow-wrap:break-word!important;
  }
  #footer .ca-footer-badges{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    margin:0 auto!important;
  }
  #footer .ca-footer-badges span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:29px!important;
    padding:7px 11px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.58)!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:1.55px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    align-content:start!important;
  }
  #footer .ca-footer-col h3,
  #footer .ca-footer-contact h3{
    grid-column:1/-1!important;
    width:100%!important;
    margin:0 0 8px!important;
    color:rgba(255,255,255,.38)!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:5.4px!important;
    font-weight:850!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    padding:10px 9px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.03)!important;
    border:1px solid rgba(255,255,255,.115)!important;
    color:rgba(255,255,255,.82)!important;
    font-size:13px!important;
    line-height:1.14!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a:last-child{
    grid-column:1/-1!important;
  }
  #footer .ca-footer-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:start!important;
  }
  #footer .ca-contact-card{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 16px!important;
    align-items:center!important;
    gap:11px!important;
    width:100%!important;
    min-width:0!important;
    height:66px!important;
    min-height:66px!important;
    max-height:66px!important;
    margin:0!important;
    padding:0 14px!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.115)!important;
    color:#fff!important;
    text-align:left!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-icon{
    width:39px!important;
    height:39px!important;
    min-width:39px!important;
    border-radius:13px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#ff3044!important;
    background:rgba(255,48,68,.105)!important;
    font-size:0!important;
  }
  #footer .ca-contact-icon svg{
    width:20px!important;
    height:20px!important;
  }
  #footer .ca-contact-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  #footer .ca-contact-text small{
    display:block!important;
    margin:0!important;
    color:rgba(255,255,255,.38)!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:3.3px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #footer .ca-contact-text b{
    display:block!important;
    color:#fff!important;
    font-size:clamp(12px,3.35vw,15px)!important;
    line-height:1.12!important;
    font-weight:850!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    word-break:normal!important;
  }
  #footer .ca-contact-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    color:rgba(255,255,255,.28)!important;
    font-size:24px!important;
    line-height:1!important;
  }
  #footer .ca-footer-contact .ca-socials-foot{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    width:100%!important;
    margin:14px auto 10px!important;
    padding:0!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    margin:0!important;
    padding:0!important;
    border-radius:17px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.062),rgba(255,255,255,.026))!important;
    border:1px solid rgba(255,255,255,.16)!important;
    color:rgba(255,255,255,.88)!important;
    text-decoration:none!important;
    box-shadow:0 12px 28px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.055)!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a > span:not(.ca-social-ico){
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    overflow:hidden!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
    color:currentColor!important;
    font-size:0!important;
  }
  #footer .ca-footer-contact .ca-socials-foot a .ca-social-ico svg{
    width:23px!important;
    height:23px!important;
  }
  #footer .ca-footer-note{
    display:block!important;
    width:100%!important;
    max-width:330px!important;
    margin:2px auto 0!important;
    color:rgba(255,255,255,.40)!important;
    font-size:11px!important;
    line-height:1.55!important;
    text-align:center!important;
  }
  #footer .ca-footer-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    margin:22px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.36)!important;
    font-size:11px!important;
    line-height:1.45!important;
    text-align:center!important;
  }
}

@media (max-width:380px){
  #footer{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  #footer .ca-footer-shell{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  #footer .ca-wordmark-footer{
    grid-template-columns:52px minmax(0,1fr)!important;
    column-gap:11px!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    width:52px!important;
    height:40px!important;
    min-width:52px!important;
    font-size:15px!important;
  }
  #footer .ca-wordmark-footer .ca-word b,
  #footer .ca-wordmark-footer .ca-word em{
    font-size:23px!important;
    letter-spacing:4px!important;
  }
  #footer .ca-wordmark-footer .ca-word small{
    font-size:6.5px!important;
    letter-spacing:2.4px!important;
  }
  #footer .ca-footer-col:not(.ca-footer-contact) a{
    font-size:12px!important;
    min-height:52px!important;
  }
  #footer .ca-footer-badges span{
    font-size:8.5px!important;
    letter-spacing:1.35px!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }
  #footer .ca-contact-card{
    grid-template-columns:38px minmax(0,1fr) 12px!important;
    gap:9px!important;
    padding:0 12px!important;
  }
  #footer .ca-contact-icon{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }
  #footer .ca-contact-text b{
    font-size:12px!important;
  }
}

/* === DESKTOP FOOTER LOGO NO-CLIP PATCH 26.05 ===
   Minimal desktop-only logo correction. Does not change the footer shell,
   grid, inner blocks, mobile layout, contacts, or socials. */
@media (min-width:901px){
  #footer .ca-wordmark-footer{
    margin-left:8px!important;
    max-width:calc(100% - 8px)!important;
    padding-top:3px!important;
    padding-bottom:5px!important;
  }
  #footer .ca-wordmark-footer .ca-mark{
    overflow:visible!important;
    transform:translateX(1px)!important;
  }
  #footer .ca-wordmark-footer .ca-word{
    overflow:visible!important;
    padding-top:1px!important;
  }
}
@media (min-width:901px) and (max-width:1260px){
  #footer .ca-wordmark-footer{
    margin-left:6px!important;
    max-width:calc(100% - 6px)!important;
  }
}

/* === MOBILE CALCULATOR ONE-PAGE FIT v1 === */
@media (max-width:900px){
  #calculator.ca-calculator-section{
    padding:18px 10px 22px!important;
    background:transparent!important;
    overflow:visible!important;
  }
  #calculator .ca-section-shell.ca-calc-shell{
    width:100%!important;
    max-width:520px!important;
    margin:0 auto!important;
    padding:0!important;
  }
  #calculator .ca-calc-head{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 8px!important;
    text-align:center!important;
  }
  #calculator .ca-calc-head .sec-label{
    margin:0 0 5px!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:3px!important;
  }
  #calculator .ca-calc-head .sec-title{
    margin:0!important;
    font-size:clamp(20px,5.6vw,26px)!important;
    line-height:1.06!important;
    letter-spacing:-.8px!important;
  }
  #calculator .ca-calc-head .sec-sub{
    display:none!important;
  }
  #calculator .ca-calc-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
  }
  #calculator .ca-calc-form,
  #calculator .ca-calc-result{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    border-radius:18px!important;
    padding:10px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    background:rgba(8,9,14,.78)!important;
    border:1px solid rgba(255,255,255,.11)!important;
    box-shadow:0 18px 44px rgba(0,0,0,.34)!important;
  }
  #calculator .ca-calc-form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:7px!important;
    align-items:end!important;
  }
  #calculator .ca-calc-form label,
  #calculator .ca-radio-row,
  #calculator .ca-check{
    min-width:0!important;
    margin:0!important;
    gap:4px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  #calculator .ca-calc-form label span,
  #calculator .ca-radio-row>span{
    font-size:8px!important;
    line-height:1!important;
    letter-spacing:1px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #calculator .ca-bid-label{
    grid-column:auto!important;
  }
  #calculator .ca-bid-control{
    height:36px!important;
    min-height:36px!important;
  }
  #calculator .ca-calc-form input[type="number"],
  #calculator .ca-calc-form select{
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    border-radius:11px!important;
    padding:0 10px!important;
    font-size:13px!important;
    line-height:36px!important;
  }
  #calculator .ca-bid-control input{
    padding-right:28px!important;
  }
  #calculator .ca-bid-arrows{
    width:24px!important;
    right:4px!important;
  }
  #calculator .ca-bid-arrows button{
    height:16px!important;
    font-size:10px!important;
    line-height:14px!important;
  }
  #calculator .ca-select-hint{
    display:none!important;
  }
  #calculator .ca-radio-row{
    grid-column:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  #calculator .ca-radio-row>span{
    display:none!important;
  }
  #calculator .ca-radio-label{
    height:36px!important;
    min-height:36px!important;
    padding:0 6px!important;
    border-radius:11px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.11)!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:800!important;
  }
  #calculator .ca-radio-label input{
    width:10px!important;
    height:10px!important;
    margin:0!important;
  }
  #calculator .ca-radio-label:has(input:checked),
  #calculator .ca-radio-label.checked{
    background:rgba(213,0,28,.18)!important;
    border-color:rgba(213,0,28,.45)!important;
  }
  #calculator .ca-check{
    grid-column:1/-1!important;
    min-height:32px!important;
    padding:8px 10px!important;
    border-radius:12px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:rgba(213,0,28,.08)!important;
    border:1px solid rgba(213,0,28,.20)!important;
    color:rgba(255,255,255,.78)!important;
  }
  #calculator .ca-check input{
    width:14px!important;
    height:14px!important;
    flex:0 0 auto!important;
  }
  #calculator .ca-calc-result h3{
    display:none!important;
  }
  #calculator .ca-calc-table{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
  }
  #calculator .ca-calc-table>div{
    min-width:0!important;
    min-height:38px!important;
    padding:7px 8px!important;
    border:1px solid rgba(255,255,255,.075)!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.035)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:2px!important;
  }
  #calculator .ca-calc-table span{
    max-width:100%!important;
    color:rgba(255,255,255,.52)!important;
    font-size:8.6px!important;
    line-height:1.12!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #calculator .ca-calc-table b{
    max-width:100%!important;
    color:#fff!important;
    font-size:11.2px!important;
    line-height:1!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #calculator .ca-calc-total{
    margin:8px 0 0!important;
    padding:11px 12px!important;
    border-radius:15px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
  }
  #calculator .ca-calc-total span{
    max-width:45%!important;
    font-size:8.5px!important;
    line-height:1.15!important;
    letter-spacing:.9px!important;
  }
  #calculator .ca-calc-total strong{
    display:block!important;
    margin:0!important;
    font-size:clamp(27px,8.3vw,36px)!important;
    line-height:.9!important;
    letter-spacing:-1px!important;
    white-space:nowrap!important;
  }
  #calculator .ca-payment-split-outside{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
    margin:8px 0 0!important;
  }
  #calculator .ca-payment-split-outside .ca-pay-split{
    min-width:0!important;
    min-height:52px!important;
    padding:8px!important;
    border-radius:12px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
  }
  #calculator .ca-payment-split-outside .ca-pay-split span{
    font-size:9px!important;
    line-height:1.12!important;
    letter-spacing:0!important;
  }
  #calculator .ca-payment-split-outside .ca-pay-split small{
    display:none!important;
  }
  #calculator .ca-payment-split-outside .ca-pay-split b{
    font-size:15px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  #calculator .ca-calc-btn{
    min-height:39px!important;
    height:39px!important;
    margin-top:8px!important;
    padding:0 12px!important;
    border-radius:14px!important;
    font-size:9.5px!important;
    line-height:1!important;
    letter-spacing:.9px!important;
  }
}
@media (max-width:360px){
  #calculator.ca-calculator-section{padding-left:8px!important;padding-right:8px!important;}
  #calculator .ca-calc-head .sec-title{font-size:19px!important;}
  #calculator .ca-calc-form{gap:6px!important;padding:9px!important;}
  #calculator .ca-calc-table{gap:5px!important;}
  #calculator .ca-calc-table>div{padding:6px 7px!important;min-height:35px!important;}
  #calculator .ca-calc-total strong{font-size:26px!important;}
  #calculator .ca-payment-split-outside .ca-pay-split b{font-size:14px!important;}
}
@media (max-width:900px) and (max-height:700px){
  #calculator.ca-calculator-section{padding-top:12px!important;padding-bottom:14px!important;}
  #calculator .ca-calc-head .sec-label{display:none!important;}
  #calculator .ca-calc-head .sec-title{font-size:20px!important;}
  #calculator .ca-calc-form{padding:9px!important;}
  #calculator .ca-calc-form input[type="number"],
  #calculator .ca-calc-form select,
  #calculator .ca-bid-control,
  #calculator .ca-radio-label{height:34px!important;min-height:34px!important;max-height:34px!important;}
  #calculator .ca-calc-table>div{min-height:34px!important;padding:6px 7px!important;}
  #calculator .ca-calc-total{padding:10px 11px!important;}
  #calculator .ca-payment-split-outside .ca-pay-split{min-height:48px!important;padding:7px!important;}
  #calculator .ca-calc-btn{height:37px!important;min-height:37px!important;}
}
