/*
 * STIRSHAKEN.AI — Final visual finishing layer
 * Public website + customer command center only.
 * No workflow, form, route, database or payment behavior lives here.
 */

:root{
  --ff-bg:#060914;
  --ff-panel:#0b1120;
  --ff-panel-2:#10182a;
  --ff-line:rgba(148,163,184,.15);
  --ff-line-hot:rgba(167,139,250,.4);
  --ff-text:#f8fafc;
  --ff-copy:#b4bfd0;
  --ff-muted:#7f8ca1;
  --ff-purple:#8b5cf6;
  --ff-purple-2:#b28aff;
  --ff-cyan:#38bdf8;
  --ff-radius:18px;
  --ff-shadow:0 24px 70px rgba(0,0,0,.34);
}

html{scroll-padding-top:86px}
body.public-site{
  background:
    radial-gradient(circle at 82% 8%,rgba(92,45,170,.12),transparent 30rem),
    linear-gradient(180deg,#060914,#080c17 48%,#060914);
  color:var(--ff-text);
  font-size:16px;
}
body.public-site main{overflow:hidden}
body.public-site .container{width:min(1180px,calc(100% - 48px));max-width:none}
body.public-site p{color:var(--ff-copy)}

/* Navigation */
body.public-site .navbar{
  position:sticky!important;
  top:0;
  z-index:1000;
  height:78px;
  background:rgba(5,8,17,.92)!important;
  border-bottom:1px solid rgba(148,163,184,.12)!important;
  box-shadow:0 12px 40px rgba(0,0,0,.18);
}
body.public-site .navbar>.container{width:min(1400px,calc(100% - 48px))!important}
/* ============================================================
   PUBLIC NAVBAR — SINGLE SOURCE OF TRUTH (layout).
   This block fully owns public nav positioning (flex/gap/align).
   Do NOT add nav layout rules in style.css / cinematic.css /
   shield-app.css — edit here only. Cosmetic rules (link font,
   hover underline) may live elsewhere; they don't move anything.
   Layout: logo + links anchored LEFT; actions pinned RIGHT via
   margin-left:auto. justify-content is declared explicitly so no
   stale rule from another stylesheet can leak through again.
   ============================================================ */
body.public-site .nav-inner{
  height:78px!important;min-height:78px!important;
  display:flex!important;align-items:center!important;
  justify-content:flex-start!important;gap:18px!important;
}
body.public-site .nav-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start}
body.public-site .nav-logo-img{width:auto!important;height:60px!important;max-width:112px!important;object-fit:contain}
body.public-site .nav-links{flex:0 0 auto;display:flex;align-items:center;gap:2px!important;margin-left:16px}
body.public-site .nav-link{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:0 10px!important;
  border-radius:8px;
  color:#a8b3c4!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
  white-space:nowrap;
}
body.public-site .nav-link:hover,
body.public-site .nav-drop.open .nav-services-trigger{
  color:#fff!important;
  background:rgba(255,255,255,.055);
}
body.public-site .nav-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px!important;margin-left:auto}
body.public-site .nav-phone{
  display:flex;align-items:center;gap:9px;min-width:148px;
  padding-right:13px;margin-right:2px;
  border-right:1px solid rgba(148,163,184,.16);
  color:#eef2f8;text-decoration:none;
  font-family:"DM Sans",sans-serif;font-size:11.5px;font-weight:700;line-height:1.18;white-space:nowrap;
}
body.public-site .nav-phone small{
  display:block;margin-bottom:3px;color:#6f7e94;
  font-size:8px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
}
body.public-site .nav-phone-icon{
  width:29px;height:29px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(167,139,250,.24);border-radius:8px;
  background:rgba(124,58,237,.09);color:#b99aff;font-size:12px;
}
body.public-site .nav-phone:hover{color:#bfa4ff}
body.public-site .nav-btn-portal,
body.public-site .nav-btn-start{
  min-height:37px;
  padding:0 13px!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
  white-space:nowrap;
}
body.public-site .nav-btn-portal{border:1px solid rgba(167,139,250,.26)!important;background:rgba(124,58,237,.08)!important}
body.public-site .nav-btn-start{box-shadow:0 10px 25px rgba(124,58,237,.25)}
body.public-site .nav-drop-menu{top:78px!important}
body.public-site .nav-drop-secondary{
  display:block!important;
  margin-top:14px!important;
  padding:12px 0 0!important;
  border-top:1px solid rgba(148,163,184,.12);
  color:#b9a2ff!important;
  font-size:11.5px!important;
  font-weight:700!important;
  text-decoration:none;
}
body.public-site .mobile-nav-phone{
  min-height:46px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(167,139,250,.28);border-radius:10px;
  background:rgba(124,58,237,.1);color:#fff;
  font-size:14px;font-weight:700;text-decoration:none;
}

/* Consistent section density */
body.public-site .section,
body.public-site .services,
body.public-site .how-it-works,
body.public-site .why-us,
body.public-site .faq,
body.public-site .blog-preview{padding:68px 0!important}
body.public-site .stats{padding:0 0 50px!important}
body.public-site .checker{padding:28px 0 64px!important}
body.public-site .section-label{
  margin-bottom:13px;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.17em!important;
  color:var(--ff-purple-2)!important;
}
body.public-site .section-title{
  font-size:clamp(31px,3.7vw,48px)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
}
body.public-site .section-sub,
body.public-site .section-subtitle{
  max-width:680px;
  font-size:16px!important;
  line-height:1.72!important;
  color:var(--ff-copy)!important;
}

/* Homepage hero: substantial, but not an empty full-screen stage */
body.public-site .hero{
  min-height:0!important;
  padding:108px 0 58px!important;
}
body.public-site .hero-inner{
  min-height:460px!important;
  grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr)!important;
  gap:46px!important;
  align-items:center!important;
}
body.public-site .hero-content{max-width:650px!important}
body.public-site .hero-eyebrow{font-size:10px!important;margin-bottom:18px!important}
body.public-site .hero h1{
  max-width:690px;
  margin:0 0 20px!important;
  font-size:clamp(46px,5vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.052em!important;
}
body.public-site .hero-sub{
  max-width:650px!important;
  margin:0 0 20px!important;
  color:#b9c4d5!important;
  font-size:16px!important;
  line-height:1.68!important;
}
body.public-site .hero-ctas{gap:10px!important}
body.public-site .btn-primary,
body.public-site .btn-outline,
body.public-site .btn-ghost,
body.public-site .btn-check{
  min-height:44px;
  padding:0 17px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:10px!important;
  font-size:12.5px!important;
  font-weight:700!important;
}
body.public-site .hero-trust{
  margin-top:22px!important;
  gap:8px 15px!important;
}
body.public-site .trust-badge{font-size:10.5px!important;color:#8f9caf!important}
body.public-site .hero-visual{min-height:390px!important}
body.public-site .shield-trace{
  width:min(100%,470px)!important;
  border:1px solid rgba(167,139,250,.24)!important;
  background:linear-gradient(145deg,rgba(13,20,37,.96),rgba(8,12,24,.94))!important;
  box-shadow:0 34px 90px rgba(0,0,0,.44),0 0 70px rgba(124,58,237,.08)!important;
}

/* Stats are a compact proof rail, not another large section */
body.public-site .stats-grid{
  border:1px solid var(--ff-line);
  border-radius:16px;
  background:rgba(11,17,32,.72);
  overflow:hidden;
  gap:0!important;
}
body.public-site .stat-card{
  padding:20px 22px!important;
  border:0!important;
  border-right:1px solid var(--ff-line)!important;
  background:transparent!important;
  text-align:left!important;
}
body.public-site .stat-card:last-child{border-right:0!important}
body.public-site .stat-number{font-size:26px!important;line-height:1!important}
body.public-site .stat-label{margin-top:7px!important;font-size:10.5px!important;letter-spacing:.06em}

/* Checker becomes a clear conversion panel */
body.public-site .checker-box{
  min-height:0!important;
  padding:30px 34px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:38px!important;
  border:1px solid rgba(167,139,250,.26)!important;
  border-radius:20px!important;
  background:linear-gradient(120deg,rgba(124,58,237,.14),rgba(11,17,32,.88) 48%,rgba(56,189,248,.045))!important;
  box-shadow:var(--ff-shadow);
}
body.public-site .checker-title{font-size:28px!important;letter-spacing:-.025em!important;margin:0 0 9px!important}
body.public-site .checker-sub{font-size:13.5px!important;line-height:1.62!important;margin:0!important}

/* Cards: remove emoji-toy feeling and establish a consistent information grid */
body.public-site .services-grid{
  margin-top:34px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
body.public-site .service-card,
body.public-site .info-card,
body.public-site .ab-card{
  position:relative;
  padding:22px!important;
  min-height:0!important;
  border:1px solid var(--ff-line)!important;
  border-radius:var(--ff-radius)!important;
  background:linear-gradient(145deg,rgba(15,23,41,.88),rgba(8,13,25,.84))!important;
  box-shadow:none!important;
  overflow:hidden;
}
body.public-site .service-card:before,
body.public-site .info-card:before,
body.public-site .ab-card:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:2px;
  background:linear-gradient(180deg,transparent,var(--ff-purple),transparent);
  opacity:.45;
}
body.public-site .service-card:hover,
body.public-site .info-card:hover,
body.public-site .ab-card:hover{
  transform:translateY(-3px)!important;
  border-color:var(--ff-line-hot)!important;
  background:linear-gradient(145deg,rgba(20,29,51,.96),rgba(10,15,29,.94))!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26)!important;
}
body.public-site .service-icon{
  width:34px!important;height:34px!important;
  display:flex!important;align-items:center;justify-content:center;
  margin-bottom:18px!important;
  border:1px solid rgba(167,139,250,.23);
  border-radius:9px!important;
  background:rgba(124,58,237,.1)!important;
  font-size:16px!important;
  filter:grayscale(.45);
}
body.public-site .service-name{font-size:15px!important;line-height:1.28!important;margin-bottom:9px!important}
body.public-site .service-desc{font-size:12.3px!important;line-height:1.55!important;margin-bottom:18px!important;color:#93a0b4!important}
body.public-site .service-link{font-size:10.5px!important;letter-spacing:.06em;text-transform:uppercase}

/* Process reads as one connected operating flow */
body.public-site .timeline{margin-top:38px!important;gap:0!important;border:1px solid var(--ff-line);border-radius:18px;overflow:hidden;background:rgba(11,17,32,.62)}
body.public-site .timeline:before{display:none!important}
body.public-site .timeline-step{
  padding:24px 20px!important;
  border-right:1px solid var(--ff-line);
  background:transparent!important;
  text-align:left!important;
}
body.public-site .timeline-step:last-child{border-right:0}
body.public-site .timeline-num{
  width:29px!important;height:29px!important;margin:0 0 16px!important;
  border-radius:8px!important;font-size:11px!important;
}
body.public-site .timeline-step-title{font-size:13px!important;margin-bottom:8px!important}
body.public-site .timeline-step-desc{font-size:11.5px!important;line-height:1.55!important}

/* Inner page heroes */
body.public-site .page-hero{
  min-height:0!important;
  padding:112px 0 56px!important;
  text-align:left!important;
}
body.public-site .page-hero .container{max-width:1180px!important}
body.public-site .page-hero h1{
  max-width:880px!important;
  margin:14px 0 18px!important;
  font-size:clamp(42px,4.8vw,62px)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
}
body.public-site .page-hero p{max-width:720px!important;margin-left:0!important;margin-right:0!important;font-size:16px!important;line-height:1.68!important}
body.public-site .page-hero .hero-ctas,
body.public-site .page-hero .container>div[style*="justify-content:center"]{justify-content:flex-start!important}
body.public-site .breadcrumb{justify-content:flex-start!important;font-size:10px!important}
body.public-site.service-page .page-hero{padding:108px 0 52px!important}
body.public-site.service-page .page-hero h1.is-long{font-size:clamp(38px,4vw,52px)!important;max-width:980px!important}
body.public-site.service-page .page-hero h1.is-extra-long{font-size:clamp(34px,3.65vw,46px)!important;max-width:1040px!important}
body.public-site.service-page .section{padding:58px 0!important}
body.public-site.service-page .section[style*="padding:40px"]{padding:30px 0!important}
body.public-site.stirshield-page .ss-hero{padding:104px 0 50px!important}
body.public-site.stirshield-page .ss-hero h1{font-size:clamp(39px,4.25vw,55px)!important;line-height:1.02!important}
body.public-site.stirshield-page .ss-hero .hero-sub{font-size:15px!important;line-height:1.62!important}
body.public-site.stirshield-page .section{padding:60px 0!important}

/* Contact information is the primary action; AI assistance is secondary. */
body.public-site.contact-page .contact-hero{padding-bottom:44px!important}
body.public-site.contact-page .contact-grid{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:start;
}
body.public-site.contact-page .contact-grid .info-card{padding:17px 19px!important;margin-bottom:10px!important}
body.public-site.contact-page .contact-sia{
  margin-top:28px;
  padding:19px 22px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  gap:17px;
  align-items:center;
  border:1px solid rgba(56,189,248,.2);
  border-radius:15px;
  background:linear-gradient(120deg,rgba(0,102,255,.075),rgba(11,17,32,.78));
}
body.public-site.contact-page .contact-sia img{width:48px;height:48px;border-radius:50%;border:1px solid rgba(56,189,248,.35)}
body.public-site.contact-page .contact-sia strong{display:block;color:#fff;font-size:14px}
body.public-site.contact-page .contact-sia p{margin:5px 0 0;font-size:12.5px;line-height:1.55}
body.public-site.contact-page .contact-sia button{
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(56,189,248,.3);
  border-radius:9px;
  background:rgba(0,102,255,.16);
  color:#fff;
  font:700 12px "DM Sans",sans-serif;
  cursor:pointer;
}

body.public-site .section-actions{display:flex;justify-content:center;margin-top:26px}
body.public-site.home-page .faq-grid{margin-top:26px!important}
body.public-site.home-page .why-visual-placeholder{aspect-ratio:auto!important;min-height:430px!important}
body.public-site.home-page .blog-grid{margin-top:30px!important}

/* Long service content becomes a compact editorial column */
body.public-site .prose{max-width:820px!important;margin:0!important}
body.public-site .prose h2{font-size:clamp(27px,3vw,38px)!important;letter-spacing:-.03em!important;margin-bottom:18px!important}
body.public-site .prose h3{font-size:18px!important}
body.public-site .prose p,
body.public-site .prose li{font-size:15px!important;line-height:1.75!important;color:#acb7c8!important}
body.public-site .info-grid{gap:12px!important}
body.public-site .faq-grid{margin-top:30px!important;max-width:860px!important}
body.public-site .faq-item{border-color:var(--ff-line)!important;background:rgba(11,17,32,.7)!important;border-radius:12px!important;margin-bottom:9px!important}
body.public-site .faq-question{padding:17px 19px!important;font-size:13.5px!important}
body.public-site .faq-answer-inner{padding:0 19px 18px!important;font-size:13px!important;line-height:1.65!important}

/* About and other feature layouts */
body.public-site .why-inner,
body.public-site .ab-argument,
body.public-site .ab-coverage{gap:52px!important}
body.public-site .why-features{gap:10px!important}
body.public-site .why-feature{padding:16px!important;border:1px solid var(--ff-line);border-radius:13px;background:rgba(11,17,32,.65)}
body.public-site .why-icon{width:34px!important;height:34px!important;font-size:15px!important;filter:grayscale(.4)}
body.public-site .ab-facts{margin-top:36px!important}
body.public-site .ab-grid{gap:12px!important}
body.public-site .ab-stake{border-color:rgba(248,113,113,.24)!important;background:linear-gradient(145deg,rgba(68,20,36,.22),rgba(11,17,32,.86))!important}

/* CTA and footer */
body.public-site .cta-banner{padding:34px 0 82px!important}
body.public-site .cta-banner-box{
  padding:42px!important;
  border-radius:22px!important;
  border:1px solid rgba(167,139,250,.25)!important;
  background:linear-gradient(125deg,rgba(124,58,237,.16),rgba(11,17,32,.9) 50%,rgba(56,189,248,.05))!important;
  box-shadow:var(--ff-shadow);
}
body.public-site .cta-banner-box h2{font-size:clamp(29px,3.6vw,44px)!important;letter-spacing:-.035em!important}
body.public-site .footer{border-top:1px solid var(--ff-line)!important;background:#050812!important}
body.public-site .footer-main{padding:54px 0 36px!important}
body.public-site .footer-grid{gap:36px!important}
body.public-site .footer-link{font-size:11.5px!important;line-height:1.5!important}

/* Customer command center */
.dash-body{
  --ff-dash-side:252px;
  background:#070b14!important;
  color:#f8fafc;
}
body.portal-page{margin:0;background:#070b14;color:#f8fafc}
.dash-body .dash-sidebar{
  width:var(--ff-dash-side)!important;
  background:linear-gradient(180deg,#08101d,#070b14)!important;
  border-right:1px solid rgba(148,163,184,.14)!important;
  box-shadow:18px 0 55px rgba(0,0,0,.16);
}
.dash-body .dash-main{margin-left:var(--ff-dash-side)!important;background:radial-gradient(circle at 70% -10%,rgba(124,58,237,.1),transparent 30rem),#070b14!important}
.dash-body .dash-sidebar-logo{min-height:78px!important;padding:16px 18px!important}
.dash-body .dash-sidebar-logo img{height:46px!important;max-width:154px!important}
.dash-body .dash-nav{padding:12px!important}
.dash-body .dash-nav-label{padding:10px 10px 7px!important;font-size:8.5px!important;color:#8491a5!important;letter-spacing:.14em!important}
.dash-body .dash-nav a{
  min-height:41px!important;
  margin-bottom:3px!important;
  padding:8px 10px!important;
  border-radius:9px!important;
  color:#a9b5c6!important;
  font-size:12.5px!important;
}
.dash-body .dash-nav a:hover{background:rgba(255,255,255,.05)!important;color:#fff!important}
.dash-body .dash-nav a.active{
  background:linear-gradient(135deg,rgba(124,58,237,.26),rgba(56,189,248,.06))!important;
  border-color:rgba(167,139,250,.3)!important;
  box-shadow:inset 0 0 24px rgba(124,58,237,.06);
}
.dash-body .dash-nav a.active:before{left:-12px!important;top:7px!important;bottom:7px!important;width:3px!important}
.dash-body .dash-tools{
  margin-top:14px!important;
  padding:9px 0!important;
  border-top:1px solid rgba(148,163,184,.13)!important;
  border-bottom:1px solid rgba(148,163,184,.13)!important;
}
.dash-body .dash-tools summary{min-height:40px;padding:9px 10px!important;border-radius:9px;color:#b7c2d2!important}
.dash-body .dash-tools[open] summary{background:rgba(255,255,255,.035);color:#fff!important}
.dash-body .dash-sidebar-account{border-color:rgba(148,163,184,.16)!important;background:rgba(15,23,42,.65)!important}
.dash-body .dash-topbar{
  height:66px!important;
  padding:0 28px!important;
  background:rgba(7,11,20,.88)!important;
  border-bottom:1px solid rgba(148,163,184,.13)!important;
}
.dash-body .dash-topbar-title{font-size:18px!important;letter-spacing:-.015em!important}
.dash-body .dash-content{width:100%!important;max-width:1280px!important;padding:25px 28px 42px!important}
.dash-body .panel,
.dash-body .dash-card,
.dash-body .card,
.dash-body .kpi{
  border:1px solid rgba(148,163,184,.14)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(14,22,38,.92),rgba(9,14,26,.9))!important;
  box-shadow:none!important;
}
.dash-body .kpi-grid{gap:11px!important;margin-bottom:18px!important}
.dash-body .kpi{padding:16px!important}
.dash-body .two-col{gap:14px!important}
.dash-body table{font-size:12px!important}
.dash-body th{font-size:9px!important;letter-spacing:.08em!important;color:#738198!important}
.dash-body td,.dash-body th{padding:11px 12px!important}
.dash-body .form-control{min-height:42px!important;border-radius:9px!important}

@media(max-width:1120px){
  body.public-site .nav-links{display:none!important}
  body.public-site .nav-actions{display:none!important}
  body.public-site .hamburger{display:flex!important}
  body.public-site .nav-inner{display:flex!important;justify-content:space-between!important}
}
@media(max-width:1180px){
  body.public-site .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:960px){
  body.public-site .hero-inner{grid-template-columns:1fr!important;min-height:0!important}
  body.public-site .hero-content{max-width:760px!important}
  body.public-site .hero-visual{min-height:380px!important}
  body.public-site .checker-box{grid-template-columns:1fr!important}
  body.public-site .timeline{display:grid!important;grid-template-columns:repeat(2,1fr)!important}
  body.public-site .timeline-step{border-bottom:1px solid var(--ff-line)}
  body.public-site.contact-page .contact-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  body.public-site .container{width:min(100% - 32px,1180px)}
  body.public-site .navbar,body.public-site .nav-inner{height:70px!important;min-height:70px!important}
  body.public-site .nav-logo-img{height:52px!important}
  body.public-site .hero{padding:106px 0 54px!important}
  body.public-site .hero h1{font-size:44px!important}
  body.public-site .hero-visual{display:block!important;min-height:330px!important;margin-top:10px}
  body.public-site .shield-trace{transform:none!important}
  body.public-site .page-hero{padding:112px 0 54px!important}
  body.public-site .page-hero h1{font-size:42px!important}
  body.public-site.service-page .page-hero h1.is-long{font-size:38px!important}
  body.public-site.service-page .page-hero h1.is-extra-long{font-size:34px!important}
  body.public-site .section,
  body.public-site .services,
  body.public-site .how-it-works,
  body.public-site .why-us,
  body.public-site .faq{padding:60px 0!important}
  body.public-site .stats-grid{grid-template-columns:repeat(2,1fr)!important}
  body.public-site .stat-card:nth-child(2){border-right:0!important}
  body.public-site .stat-card:nth-child(-n+2){border-bottom:1px solid var(--ff-line)!important}
  body.public-site .services-grid{grid-template-columns:1fr!important}
  body.public-site .timeline{grid-template-columns:1fr!important}
  body.public-site .timeline-step{border-right:0}
  body.public-site .cta-banner-box{padding:28px!important}
  body.public-site.contact-page .contact-sia{grid-template-columns:42px 1fr}
  body.public-site.contact-page .contact-sia img{width:42px;height:42px}
  body.public-site.contact-page .contact-sia button{grid-column:1/-1}
  .dash-body .dash-main{margin-left:0!important}
  .dash-body .dash-content{padding:16px!important}
  .dash-body .dash-topbar{padding:0 16px!important}
}
@media(max-width:480px){
  body.public-site .hero h1,body.public-site .page-hero h1{font-size:37px!important}
  body.public-site .hero-ctas>*{width:100%}
  body.public-site .hero-visual{display:none!important}
  body.public-site .checker-box{padding:23px!important}
}
