/* ============================================================
   Screenings4U Global Design System
   Brand source: #24467F / #FF6B00 / #F4F7FC
   Shared shell only. Page-specific layout stays with each page.
   ============================================================ */
:root{
  --blue:#24467f;
  --blue-dark:#1d3b6d;
  --blue-deep:#17335f;
  --blue-darker:#10284b;
  --blue-soft:rgba(36,70,127,.10);
  --blue-pale:#f4f7fc;
  --orange:#ff6b00;
  --orange-dark:#e65f00;
  --orange-deep:#cc5600;
  --orange-soft:rgba(255,107,0,.10);
  --orange-pale:#fff7f2;
  --ink:#1d2d45;
  --muted:#667892;
  --surface:#f4f7fc;
  --surface-2:#eef3f9;
  --line:#d9e3f0;
  --line-strong:#c4d3e5;
  --white:#fff;
  --shadow-sm:0 5px 18px rgba(36,70,127,.08);
  --shadow:0 18px 45px rgba(36,70,127,.12);
  --shadow-lg:0 28px 70px rgba(36,70,127,.16);
  --max:1440px;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,svg,video,iframe{max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 80px));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--orange)}
.section-heading{max-width:780px;margin-bottom:48px}
.section-heading h2{color:var(--blue);font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin-bottom:16px}
.section-heading p{color:var(--muted);font-size:17px;max-width:690px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:800;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-orange{color:#fff;background:var(--orange);box-shadow:0 9px 25px rgba(255,107,0,.20)}
.btn-orange:hover{background:var(--blue)}
.btn-outline{color:var(--blue);border-color:var(--line-strong);background:rgba(255,255,255,.82)}
.btn-outline:hover{border-color:var(--blue);color:#fff;background:var(--blue)}
.btn-white{color:var(--blue);background:#fff}

/* Top bar */
.topbar{background:var(--blue);color:#fff;font-size:12px}
.topbar-inner{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:18px}
.topbar a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* Keep the nationwide top strip consistent on every page.
   Slightly higher specificity protects it from old page-level color rules. */
body .topbar{background:var(--blue);color:#fff}
body .topbar span,body .topbar a{color:#fff}

/* Shared header shell — navigation lives in desktop-nav.css and mobile-nav.css */
.site-header{position:sticky;top:0;z-index:5000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.nav-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.brand{display:flex;align-items:center;flex:0 0 155px;width:155px}
.site-logo{display:block;width:145px;height:auto;max-height:48px;object-fit:contain;object-position:left center}
.nav-actions{display:flex;align-items:center;gap:9px;margin-left:auto}

/* Universal footer */
#siteFooter{display:block;width:100%;padding:0 0 24px;background:linear-gradient(145deg,var(--blue-darker),var(--blue-deep));color:#fff;position:relative;overflow:hidden}
#siteFooter .footer-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;padding-top:34px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.16)}
#siteFooter .footer-cta-copy{min-width:0}
#siteFooter .footer-cta-label{display:block;margin-bottom:7px;color:#ffb47d;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
#siteFooter .footer-cta strong{display:block;color:#fff;font-size:clamp(20px,2.3vw,29px);line-height:1.15;letter-spacing:-.025em}
#siteFooter .footer-cta p{margin:8px 0 0;max-width:720px;color:rgba(255,255,255,.76);font-size:12px;line-height:1.65}
#siteFooter .footer-cta-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
#siteFooter .footer-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:1px solid transparent;border-radius:9px;font-size:11px;font-weight:800;transition:.18s ease}
#siteFooter .footer-button:hover{transform:translateY(-1px)}
#siteFooter .footer-button-primary{background:var(--orange);color:#fff}
#siteFooter .footer-button-primary:hover{background:#e65f00}
#siteFooter .footer-button-secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.06);color:#fff}
#siteFooter .footer-button-secondary:hover{background:rgba(255,255,255,.12)}
#siteFooter .footer-shell{display:grid;grid-template-columns:minmax(245px,.9fr) minmax(0,2.1fr);gap:65px;padding-top:45px;padding-bottom:42px}
#siteFooter .footer-brand-area{display:flex;flex-direction:column;align-items:flex-start}
#siteFooter .footer-brand{display:inline-flex;align-items:center;margin-bottom:15px}
#siteFooter .footer-logo{display:block;width:165px;height:auto}
#siteFooter .footer-about{margin:0;max-width:360px;color:#fff;font-size:12px;line-height:1.7}
#siteFooter .footer-contact{display:grid;gap:8px;margin-top:19px}
#siteFooter .footer-contact a{display:inline-flex;align-items:center;gap:9px;width:fit-content;color:rgba(255,255,255,.88);font-size:12px}
#siteFooter .footer-contact a:hover{color:#fff}
#siteFooter .footer-contact-icon{display:grid;place-items:center;width:25px;height:25px;border:1px solid rgba(255,255,255,.18);border-radius:7px;color:#ffb47d;font-size:11px}
#siteFooter .footer-availability{display:inline-flex;align-items:center;gap:7px;margin-top:17px;color:rgba(255,255,255,.68);font-size:10px;font-weight:700;letter-spacing:.025em}
#siteFooter .footer-availability::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(255,107,0,.13)}
#siteFooter .footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-content:start}
#siteFooter .footer-col h4{margin:0 0 14px;color:#fff;font-size:12px;font-weight:800}
#siteFooter .footer-col a{display:block;width:fit-content;max-width:100%;margin:0 0 8px;color:rgba(255,255,255,.84);font-size:11px;line-height:1.5;transition:.18s ease}
#siteFooter .footer-col a:hover{color:#fff;transform:translateX(3px)}
#siteFooter .footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-top:21px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.68);font-size:10px}
#siteFooter .footer-bottom-copy{color:#fff;font-weight:600}
#siteFooter .footer-legal-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 18px}
#siteFooter .footer-legal-links a,#siteFooter .footer-admin-login{color:rgba(255,255,255,.82);font-size:10px}
#siteFooter .footer-legal-links a:hover,#siteFooter .footer-admin-login:hover{color:#ffb47d}
#siteFooter .footer-admin-login{justify-self:end}

/* Back to top */
.s4u-scroll-top{position:fixed;right:24px;bottom:24px;z-index:1400;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:var(--orange);color:#fff;box-shadow:0 14px 34px rgba(36,70,127,.24);opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s ease}
.s4u-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}
.s4u-scroll-top:hover{background:var(--blue);transform:translateY(-2px)}
.s4u-scroll-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}


/* Shared responsive shell (non-navigation) */
@media(max-width:1120px){
  .topbar{display:none}
  #siteFooter .footer-shell{grid-template-columns:1fr;gap:35px}
  #siteFooter .footer-bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:11px}
  #siteFooter .footer-admin-login{justify-self:center}
}
@media(max-width:800px){
  .container{width:min(var(--max),calc(100% - 38px))}
  #siteFooter .footer-cta{align-items:stretch;flex-direction:column;gap:20px;padding-top:28px;padding-bottom:28px}
  #siteFooter .footer-cta-actions{display:grid;grid-template-columns:1fr 1fr}
  #siteFooter .footer-shell{gap:30px;padding-top:36px;padding-bottom:34px}
  #siteFooter .footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 20px}
}
@media(max-width:560px){
  .container{width:min(var(--max),calc(100% - 28px))}
  #siteFooter .footer-cta-actions{grid-template-columns:1fr}
  #siteFooter .footer-links-grid{grid-template-columns:1fr 1fr;gap:24px 14px}
  #siteFooter .footer-logo{width:150px}
  .s4u-scroll-top{right:16px;bottom:16px;width:44px;height:44px}
}
@media(max-width:390px){.container{width:min(var(--max),calc(100% - 24px))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
