/* SignalFrontier.Ai v29 smoothness/performance polish
   Scope: visual smoothness, tap responsiveness, mobile rendering comfort.
   Does not replace navigation, dropdown, legal autoscroll, checkout, or back-to-top JavaScript. */
:root{
  --sf-smooth-ease:cubic-bezier(.22,1,.36,1);
  --sf-fast-ease:cubic-bezier(.2,.8,.2,1);
}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
img,iframe,video,svg{
  backface-visibility:hidden;
}
img{
  height:auto;
}
a,button,input,textarea,select,label,
.btn,.nav-toggle,.choice-card span,.legal-back-top,.legal-mobile-select,.mobile-policy-select{
  -webkit-tap-highlight-color:rgba(216,173,61,.16);
}
button,.btn,.nav-toggle,.choice-card span,.legal-back-top,.legal-mobile-select,.mobile-policy-select{
  touch-action:manipulation;
}
.site-header,.legal-back-top,.gate-shell,.detail,.video-shell,.hero-banner,.supplied-banner-frame{
  transform:translateZ(0);
}
.site-header{
  will-change:transform;
}
.legal-back-top{
  will-change:opacity,transform;
}
.btn,.nav a,.nav-toggle,.choice-card span,.card,.content-card,.faq-item,.quote-card,.support-card,.price-card,.agent-status-label,.legal-back-top{
  transition-timing-function:var(--sf-smooth-ease) !important;
}
.btn:active,.nav-toggle:active,.legal-back-top:active,.choice-card span:active{
  transform:translateY(0) scale(.99);
}
.player,.video-shell iframe{
  display:block;
  max-width:100%;
}
@media (hover:hover) and (pointer:fine){
  .btn:hover,.nav a:hover,.choice-card span:hover{
    transition-timing-function:var(--sf-fast-ease) !important;
  }
}
@media (max-width:760px){
  body{
    overscroll-behavior-y:contain;
  }
  .site-header{
    -webkit-backdrop-filter:blur(7px) !important;
    backdrop-filter:blur(7px) !important;
  }
  .hero-banner,.card,.content-card,.faq-item,.quote-card,.support-card,.contact-widget,.price-card,.detail,.gate-shell{
    box-shadow:0 14px 34px rgba(0,0,0,.30) !important;
  }
  .btn:hover,.card:hover,.price-card:hover,.choice-card span:hover{
    transform:none !important;
  }
  .btn,.nav-toggle,.legal-back-top{
    min-height:46px;
  }
  .supplied-banner-img,.hero-art img,.media img,.feature-media img{
    transform:translateZ(0);
  }
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}


/* v30 content/presentation polish */
.home-page .brand img{
  width:64px !important;
  height:64px !important;
  border-radius:16px !important;
}
.sector-offer-note,.sector-pricing-note{
  margin-top:14px;
  padding:13px 15px;
  border:1px solid rgba(216,173,61,.38);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(216,173,61,.13), rgba(216,173,61,.06));
  color:rgba(247,240,223,.92);
  font-size:14px;
  line-height:1.6;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}
.sector-offer-note strong,.sector-pricing-note strong{
  color:#f0d88d;
}
.gate-terms a,.gate-helper a{
  color:#f0d88d;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:700;
}
@media (max-width:760px){
  .home-page .brand img{
    width:62px !important;
    height:62px !important;
  }
  .sector-offer-note,.sector-pricing-note{
    font-size:13px;
    padding:12px 13px;
  }
}

/* v31 cleanup requested: larger landing logo, plain Sector Pulse notes, cleaner checkout directive */
.home-page .brand img{
  width:76px !important;
  height:76px !important;
  border-radius:18px !important;
}
.sector-offer-note,.sector-pricing-note{
  margin-top:18px !important;
  margin-bottom:18px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(247,240,223,.90) !important;
  font-size:14px !important;
  line-height:1.68 !important;
  max-width:760px;
}
.sector-offer-note strong,.sector-pricing-note strong{
  color:#f0d88d !important;
}
.sector-offer-note + .agent-status-label{
  margin-top:8px !important;
  margin-bottom:18px !important;
}
.agent-status-label + .sector-actions{
  margin-top:2px !important;
}
.pricing-head .sector-pricing-note{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.gate-helper{
  font-weight:600;
}
@media (max-width:760px){
  .home-page .brand img{
    width:68px !important;
    height:68px !important;
  }
  .sector-offer-note,.sector-pricing-note{
    font-size:13px !important;
    line-height:1.65 !important;
    margin-top:16px !important;
    margin-bottom:16px !important;
  }
  .sector-offer-note + .agent-status-label{
    margin-top:6px !important;
    margin-bottom:16px !important;
  }
}

/* v32 final polish: larger visible brand logo across every page + safe smoothness refinements */
.brand{
  gap:15px !important;
  align-items:center !important;
  min-width:0 !important;
}
.brand img{
  width:88px !important;
  height:88px !important;
  flex:0 0 88px !important;
  border-radius:22px !important;
  object-fit:cover !important;
  box-shadow:0 18px 38px rgba(0,0,0,.36) !important;
}
.site-header{
  padding:12px 18px !important;
  transition:background-color .24s var(--sf-smooth-ease), border-color .24s var(--sf-smooth-ease), box-shadow .24s var(--sf-smooth-ease), transform .24s var(--sf-smooth-ease) !important;
  contain:layout paint style;
}
.nav a,.btn,.nav-toggle,.choice-card span,.legal-mobile-jump,.legal-back-top{
  -webkit-user-select:none;
  user-select:none;
}
.btn,.nav-toggle,.nav a,.choice-card span,.legal-mobile-jump,.legal-back-top,.price-card,.agent-card,.content-card,.faq-item,.support-card,.card{
  transform:translateZ(0);
}
input,textarea,select{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
@supports (content-visibility:auto){
  .home-page .section:not(:has(.contact-widget)),
  .about-widget .content-card,
  .consulting-widget .content-card,
  .faq .faq-item,
  .card-grid .card,
  .feature-split .content-card{
    content-visibility:auto;
    contain-intrinsic-size:1px 420px;
  }
}
@media (min-width:761px) and (max-width:1080px){
  .brand img{
    width:78px !important;
    height:78px !important;
    flex-basis:78px !important;
    border-radius:20px !important;
  }
  .brand span{
    font-size:18px !important;
  }
  .nav{
    gap:10px !important;
  }
  .nav a{
    font-size:13px !important;
  }
}
@media (max-width:760px){
  .brand{
    gap:12px !important;
  }
  .brand img{
    width:76px !important;
    height:76px !important;
    flex-basis:76px !important;
    border-radius:20px !important;
  }
  .site-header{
    contain:paint style;
  }
  .nav.is-open{
    will-change:auto;
  }
  .hero-banner,.content-card,.card,.faq-item,.support-card,.price-card,.detail,.gate-shell,.contact-widget{
    backface-visibility:hidden;
  }
}
@media (max-width:390px){
  .brand img{
    width:70px !important;
    height:70px !important;
    flex-basis:70px !important;
    border-radius:18px !important;
  }
}
