:root{
  --navy:#172554;--navy-deep:#0f1c37;--brand-red:#dc2626;--brand-red-hover:#b91c1c;
  --soft:#f1f5f9;--border:#e5e7eb;--muted:#64748b;--bg:#ffffff;--fg:#1e293b;
}
*{box-sizing:border-box;margin:0;padding:0}
html{font-family:'Inter',ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;color:var(--fg);background:var(--bg);scroll-behavior:smooth}
body{line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{color:var(--navy);font-weight:700;letter-spacing:-0.01em;line-height:1.15}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.5rem,3vw,2rem)}
h3{font-size:1.125rem}
ul{list-style:none}
hr{border:0;border-top:1px solid var(--border);margin:0}
input,select,textarea,button{font:inherit}
.container-page{max-width:1280px;margin-inline:auto;padding-inline:1.25rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;padding:.85rem 1.5rem;border-radius:.4rem;border:0;cursor:pointer;transition:background .2s,transform .1s;text-transform:uppercase;font-size:.85rem;letter-spacing:.03em}
.btn-red{background:var(--brand-red);color:#fff}
.btn-red:hover{background:var(--brand-red-hover)}
.btn-navy{background:var(--navy);color:#fff}
.btn-white{background:#fff;color:var(--navy);border:1px solid var(--border)}
.btn-w-full{width:100%}
.nav-link{color:var(--navy);font-weight:600;font-size:.95rem;padding:.25rem 0;position:relative;white-space:nowrap}
.nav-link.active{color:var(--brand-red)}
.nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--brand-red)}
.field-label{display:block;font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}
.field-input{width:100%;padding:.7rem .85rem;border:1px solid var(--border);border-radius:.4rem;background:#fff;font-size:.95rem;color:var(--navy);outline:none;transition:border-color .15s;font-family:inherit}
.field-input:focus{border-color:var(--brand-red)}
.req{color:var(--brand-red)}
.icon-circle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--brand-red);color:#fff;flex:none}
.icon-circle-navy{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:var(--navy);color:#fff;flex:none}
.muted{color:var(--muted)}
.text-red{color:var(--brand-red)}
.text-navy{color:var(--navy)}
.text-white{color:#fff}
.bg-soft{background:var(--soft)}
.bg-navy-deep{background:var(--navy-deep);color:#fff}
.card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);padding:1.5rem;border:1px solid var(--border)}
.card-soft{background:var(--soft);border-radius:.75rem;padding:1.5rem}
.rounded{border-radius:.75rem}
.border{border:1px solid var(--border)}
.shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.06)}

/* Header */
.site-header{background:#fff;border-bottom:1px solid var(--border)}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.site-header .logo img{height:56px;width:auto}
.site-header nav.desktop{display:none;gap:2rem;align-items:center}
.site-header .call-btn{display:none}
.site-header .mobile-nav{border-top:1px solid var(--border);overflow-x:auto}
.site-header .mobile-nav .row{display:flex;gap:1.25rem;padding:.5rem 1.25rem;font-size:.875rem}
@media(min-width:640px){.site-header .call-btn{display:inline-flex}}
@media(min-width:1024px){.site-header nav.desktop{display:flex}.site-header .mobile-nav{display:none}}

/* Footer */
.site-footer{background:var(--navy-deep);color:#fff}
.site-footer .grid{display:grid;gap:2.5rem;padding:20px;grid-template-columns:1fr}
.site-footer h4{color:#fff;font-size:1rem;margin-bottom:1rem}
.site-footer a{color:rgba(255,255,255,.8)}
.site-footer a:hover{color:#fff}
.site-footer .brand p{color:rgba(255,255,255,.8);font-size:.875rem;margin-top:1rem;max-width:20rem}
.site-footer .socials{display:flex;gap:.75rem;margin-top:1.25rem}
.site-footer .socials a{width:36px;height:36px;border-radius:9999px;background:rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center}
.site-footer .socials a:hover{background:rgba(255,255,255,.2)}
.site-footer ul.links li{margin-bottom:.5rem;font-size:.875rem}
.site-footer ul.contact li{display:flex;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:rgba(255,255,255,.85)}
.site-footer .members{background:#fff;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}
.site-footer .members img:first-child{height:64px;width:auto}
.site-footer .members img:last-child{height:40px;width:auto}
.site-footer .bottom{border-top:1px solid rgba(255,255,255,.15)}
.site-footer .bottom .row{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:1rem 0;font-size:.75rem;color:rgba(255,255,255,.7)}
@media(min-width:768px){.site-footer .grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.site-footer .grid{grid-template-columns:2fr 1fr 1fr 1fr}}

/* Hero */
.hero{position:relative;background-size:cover;background-position:center}
.hero-home{background-image:linear-gradient(180deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.2) 100%),var(--bg-img)}
.hero-home .inner{display:grid;gap:2rem;align-items:center;padding:50px;grid-template-columns:1fr}
.hero-home h1{line-height:1.05}
.hero-home .tag{color:var(--brand-red);font-size:1.25rem;font-weight:600;margin-top:1rem}
.hero-home .sub{margin-top:1rem;font-size:1rem;color:rgba(30,41,59,.8);max-width:28rem}
.hero-home .ctas{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}
.hero-home .badges{display:none;justify-content:flex-end}
.hero-home .badges .box{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:1rem 1.5rem;display:flex;align-items:center;gap:1.5rem}
.hero-home .badges img.cassoa{height:64px;width:auto}
.hero-home .badges img.john{height:40px;width:auto}
.hero-home .badges .sep{width:1px;height:48px;background:var(--border)}
@media(min-width:768px){.hero-home .inner{grid-template-columns:1fr 1fr;padding:6rem 0}.hero-home .badges{display:flex}}

.page-hero{background-size:cover;background-position:center;color:#fff;position:relative}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,28,55,.85) 0%,rgba(15,28,55,.55) 60%,rgba(15,28,55,.15) 100%)}
.page-hero .inner{position:relative;padding:3rem 0;min-height:280px;display:flex;flex-direction:column;justify-content:center}
.page-hero h1{color:#fff}
.page-hero p{color:rgba(255,255,255,.85)}
.crumbs{font-size:.85rem;color:rgba(255,255,255,.8);margin-bottom:1rem}
.crumbs a{color:rgba(255,255,255,.9)}
.crumbs span+span::before{content:"›";margin:0 .4rem;opacity:.7}

/* Layout helpers */
.section{padding:3rem 0}
.grid{display:grid}
.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.cols-2{grid-template-columns:1fr}
.cols-3{grid-template-columns:1fr}
.cols-4{grid-template-columns:1fr}
.cols-5{grid-template-columns:1fr}
.cols-6{grid-template-columns:1fr}
@media(min-width:640px){.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(2,1fr)}.cols-4{grid-template-columns:repeat(2,1fr)}.cols-5{grid-template-columns:repeat(2,1fr)}.cols-6{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-5{grid-template-columns:repeat(5,1fr)}.cols-6{grid-template-columns:repeat(6,1fr)}}
.span-2{grid-column:span 1}
@media(min-width:768px){.span-2{grid-column:span 2}}
.lg-cols-3{grid-template-columns:1fr}
@media(min-width:1024px){.lg-cols-3{grid-template-columns:repeat(3,1fr)}.lg-cols-3 .span-2{grid-column:span 2}}
.lg-cols-2{grid-template-columns:1fr}
@media(min-width:1024px){.lg-cols-2{grid-template-columns:1fr 1fr}}
.md-cols-2{grid-template-columns:1fr}
@media(min-width:768px){.md-cols-2{grid-template-columns:repeat(2,1fr)}}
.md-cols-3{grid-template-columns:1fr}
@media(min-width:768px){.md-cols-3{grid-template-columns:repeat(3,1fr)}}

.feature-band{background:var(--navy-deep);color:#fff;border-radius:.75rem;padding:2rem 1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.feature-band{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feature-band{grid-template-columns:repeat(6,1fr)}}
.feature-band .item{display:flex;gap:.75rem}
.feature-band .item svg{flex:none;margin-top:.25rem}
.feature-band .item .t{font-size:.875rem;font-weight:600;color:#fff}
.feature-band .item .d{font-size:.75rem;color:rgba(255,255,255,.75);margin-top:.25rem}

.svc-card{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,.06)}
.svc-card h3{margin-top:1rem;font-size:1.125rem;font-weight:700}
.svc-card p{margin-top:.25rem;font-size:.875rem;color:var(--muted)}

.svc-grid{margin-top:-2.5rem;position:relative;z-index:10}

.list-check li{display:flex;gap:.5rem;align-items:flex-start;font-size:.875rem;margin-bottom:.5rem}
.list-check li .dot{flex:none;margin-top:.15rem;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;background:var(--brand-red);color:#fff}
.list-check.bordered li .dot{background:transparent;border:2px solid var(--brand-red);color:var(--brand-red)}

.info-row{display:flex;gap:.75rem}
.info-row .text{font-size:.875rem}
.info-row .text .t{font-weight:700;color:var(--navy)}

.dark-form .field-input{background:transparent;color:#fff;border-color:rgba(255,255,255,.2)}
.dark-form .field-input::placeholder{color:rgba(255,255,255,.6)}

.aside-stack > * + *{margin-top:1.5rem}
.space-y > * + *{margin-top:1.25rem}
.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}
.mb-4{margin-bottom:1rem}
.p-6{padding:1.5rem}.py-12{padding:3rem 0}.py-14{padding:3.5rem 0}
.font-bold{font-weight:700}.font-semibold{font-weight:600}
.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}
.flex{display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}
.h-72{height:18rem}.h-80{height:20rem}.h-56{height:14rem}.h-32{height:8rem}
.obj-cover{object-fit:cover}
.w-full{width:100%}
.checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted)}
.lock-note{font-size:.75rem;color:var(--muted);display:inline-flex;align-items:center;gap:.5rem}

.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.icon-sm{width:16px;height:16px}
.icon-lg{width:24px;height:24px}

/* Accessibility helper */
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* Toggle hidden on desktop, visible on mobile */
.drawer-toggle{ display:none; background:transparent; border:0; padding:.5rem; cursor:pointer; }
@media (max-width: 768px){
  .desktop{ display:none; }
  .drawer-toggle{ display:inline-flex; align-items:center; justify-content:center; }
}

/* Backdrop */
.drawer-overlay{
  position:fixed; inset:0;
  background:rgba(0,0,0,.45);
  z-index:1000;
}

/* Drawer panel */
.drawer{
  position:fixed;
  top:0; right:0;
  width:min(320px, 85vw);
  height:100vh;
  background:#fff;
  z-index:1001;
  transform:translateX(100%);
  transition:transform .25s ease;
  box-shadow:-12px 0 40px rgba(0,0,0,.15);
  display:flex;
  flex-direction:column;
}

.drawer.open{ transform:translateX(0); }

.drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1rem;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.drawer-title{ font-weight:700; }

.drawer-close{
  background:transparent; border:0; padding:.25rem; cursor:pointer;
}

.drawer-nav{
  display:flex;
  flex-direction:column;
  padding:1rem;
  gap:.25rem;
}

.drawer-nav .nav-link{
  padding:.75rem .75rem;
  border-radius:.5rem;
  color:inherit;
  text-decoration:none;
}

.drawer-nav .nav-link.active{
  background:rgba(220,38,38,.08); /* tweak to match your theme */
}

.drawer-call{
  margin:1rem;
  text-align:center;
}

/* Prevent scroll when drawer is open (set by JS) */
body.drawer-open{
  overflow:hidden;
}
