:root{
  --bg:#f5f7fa;
  --surface:#ffffff;
  --surface-soft:#fbfcfe;
  --text:#16324a;
  --muted:#5f7285;
  --line:#dce5ef;
  --primary:#005bbb;
  --primary-dark:#004a97;
  --accent:#ffd100;
  --success:#1e6a50;
  --container:1180px;
  --shadow:0 20px 50px rgba(10,37,64,.08);
  --radius-lg:28px;
  --radius-md:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,"Helvetica Neue",Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f7f9fc 0%, #eff4f8 100%);
  line-height:1.6;
}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
.skip-link,.sr-only{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 12px;border-radius:8px;z-index:9999}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(1.1) blur(10px)}
.topbar{background:#0a2540;color:#fff;padding:8px 0;font-size:14px}
.topbar a{color:#fff}
.nav-shell{background:rgba(255,255,255,.9);border-bottom:1px solid rgba(220,229,239,.95)}
.nav-inner{display:flex;align-items:center;gap:18px;min-height:80px}
.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text)}
.brand:hover{text-decoration:none}
.brand-logo{
  display:block;
  height:60px;
  width:auto;
  object-fit:contain;
  filter:contrast(1.05);
}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text small{color:var(--muted)}
.desktop-nav{margin-left:auto}
.desktop-nav ul{display:flex;list-style:none;gap:22px;padding:0;margin:0;align-items:center}
.desktop-nav a,.mobile-menu a{color:var(--text);font-weight:600}
.mobile-nav-toggle{margin-left:auto;display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:48px;height:48px;padding:0}
.mobile-nav-toggle span{display:block;width:20px;height:2px;background:var(--text);margin:5px auto}
.mobile-menu{background:#fff;border-bottom:1px solid var(--line)}
.mobile-menu-inner{padding:14px 0 20px}
.mobile-menu ul{list-style:none;padding:0;margin:0 0 14px}.mobile-menu li+li{margin-top:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:.2s ease}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-large{min-height:56px;padding-inline:24px}
.btn-block{width:100%}
.btn-call{background:var(--primary);color:#fff;box-shadow:0 12px 26px rgba(0,91,187,.18)}
.btn-call:hover{background:var(--primary-dark);color:#fff}
.hero{
  position:relative;
  overflow:hidden;
  padding:38px 0 20px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(0,91,187,.10), transparent 34%),
    linear-gradient(140deg, rgba(255,209,0,.10), transparent 28%);
}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:center}
.hero-grid.no-visual{grid-template-columns:1fr}
.hero-copy{
  background:rgba(255,255,255,.7);
  border:1px solid rgba(220,229,239,.9);
  box-shadow:var(--shadow);
  border-radius:34px;
  padding:42px;
}
.hero-brand-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}

.hero-brand-logo{
  display:block;
  width:auto;
  height:64px;
  max-width:200px;
  object-fit:contain;
  flex:0 0 auto;
}

.hero-brand-meta{
  min-width:0;
}
.eyebrow,.section-kicker{display:inline-block;color:var(--success);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
.hero h1{
  margin:10px 0 14px;
  font-size:clamp(40px,5vw,64px);
  line-height:1.02;
  max-width:14ch;
}

.hero-lead{
  font-size:clamp(20px,2vw,24px);
  color:var(--muted);
  max-width:48ch;
  margin:0;
}
.hero-actions{display:flex;gap:12px;margin:26px 0 8px}
.hero-text-link{display:inline-block;font-weight:700;color:var(--text);margin-top:8px}
.hero-text-link:hover{color:var(--primary)}
.hero-visual-card{
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border:1px solid rgba(220,229,239,.92);
  border-radius:34px;
  padding:22px;
  box-shadow:var(--shadow);
}
.hero-visual-card img{width:100%;max-height:420px;object-fit:contain}
.trust-strip{padding:8px 0 0}
.trust-strip-inner{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.trust-item{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px 22px;
  font-weight:700;
  color:var(--text);
  box-shadow:0 12px 30px rgba(10,37,64,.05);
}

.trust-logos{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:22px 24px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 16px 36px rgba(10,37,64,.05);
}

.trust-logos img{
  max-height:72px;
  width:auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 18px;
  box-shadow:0 12px 30px rgba(10,37,64,.06);
}
.hero-phone-inline,
.cta-phone-inline {
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--text);
}

.hero-points {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.hero-points li {
  margin-bottom: 0.4rem;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}
.trust-strip-inner > *{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 18px;
  font-weight:700;
  color:var(--text);
  box-shadow:0 10px 28px rgba(10,37,64,.04);
}
.trust-strip-inner a{display:block}
.section{padding:62px 0}
.section-tight{padding:18px 0 0}
.section-head{max-width:760px;margin-bottom:28px}
.compact-head h2,.seo-grid h2,.cta-box h2,.content-shell h1,.content-shell .page-header h1{margin:8px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.08}
.section-head p,.seo-grid p,.cta-box p,.content-shell p{color:var(--muted)}
.issues-grid,.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.issue-card,.service-card,
.issues-grid .moduletable,
.services-grid .moduletable,
.issues-grid .custom,
.services-grid .custom{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  box-shadow:0 16px 36px rgba(10,37,64,.06);
}
.issue-card h3,.service-card h3,
.issues-grid .moduletable h3,
.services-grid .moduletable h3,
.issues-grid .custom h3,
.services-grid .custom h3{margin:0 0 10px;font-size:26px;line-height:1.15}
.issue-card p,.service-card p,
.issues-grid .moduletable p,
.services-grid .moduletable p,
.issues-grid .custom p,
.services-grid .custom p{margin:0;color:var(--muted);max-width:30ch}
.cta-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  background:linear-gradient(135deg,#0a2540,#0f3157);
  color:#fff;
  border-radius:32px;
  padding:30px;
  box-shadow:var(--shadow);
}
.cta-box .section-kicker,.cta-box p{color:rgba(255,255,255,.82)}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.main-content{padding:8px 0 56px}
.main-content-inner{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(220,229,239,.9);
  border-radius:28px;
  padding:34px;
  box-shadow:var(--shadow);
}
.content-shell{max-width:900px}
.content-shell .item-page,
.content-shell .com-content-article{max-width:760px;margin:0 auto}
.content-shell .item-page img,
.content-shell .com-content-article img{border-radius:18px;margin:0 auto 18px}
.content-shell .item-page > * + *,
.content-shell .com-content-article > * + *{margin-top:18px}
.site-footer{background:#0a2540;color:rgba(255,255,255,.86);padding:42px 0 86px}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(4,.7fr);gap:24px}
.footer-grid a{color:#fff}
.footer-brand p{color:rgba(255,255,255,.72)}
.sticky-mobile-cta{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:60}
.sticky-mobile-cta a{display:flex;justify-content:center;align-items:center;min-height:58px;border-radius:999px;background:var(--primary);color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(0,91,187,.35);text-decoration:none}
.moduletable,.custom{width:100%}
@media (max-width:980px){
  .desktop-nav,.desktop-call{display:none}
  .mobile-nav-toggle{display:inline-block}
  .hero-grid,.issues-grid,.services-grid,.cta-box,.footer-grid,.trust-strip-inner{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
  .sticky-mobile-cta{display:block}
  .site-footer{padding-bottom:110px}
}
@media (max-width:760px){
  .container{width:min(calc(100% - 20px),var(--container))}
  .nav-inner{min-height:70px}
  .brand-text strong{font-size:16px}
  .hero{padding-top:20px}
  .hero-copy,.hero-visual-card,.main-content-inner,.cta-box{border-radius:24px}
  .hero-copy{padding:28px 22px}
  .hero h1{max-width:none}
  .hero-actions{margin-top:22px}
  .issues-grid,.services-grid{gap:16px}
  .issue-card,.service-card,.issues-grid .moduletable,.services-grid .moduletable,.issues-grid .custom,.services-grid .custom{padding:22px}
  .section{padding:46px 0}
  .main-content-inner{padding:24px}
}
@media (max-width:760px){
 .hero-brand-logo{
  height:40px;
  max-width:120px;
  }
  .hero-brand-row{
    gap:10px;
    margin-bottom:12px;
  }
  .hero-copy{
    padding: 28px 22px;
  }

  .hero-copy{
    padding: 28px 22px;
  }

  .hero h1{
    font-size: clamp(44px, 10vw, 58px);
    max-width: none;
  }

  .hero-lead{
    font-size: 22px;
    line-height: 1.45;
    max-width: none;
  }

  .hero-actions{
    width: 100%;
  }

  .hero-actions .btn-call{
    width: 100%;
    min-height: 58px;
    font-size: 18px;
  }

  .hero-lead{
    font-size: 22px;
    line-height: 1.45;
    max-width: none;
  }

  .eyebrow{
    font-size: 13px;
    line-height: 1.4;
  }


  .hero-text-link{
    margin-top: 14px;
    font-size: 17px;
  }
}
@media (max-width:760px){
  .trust-logos{
    gap:14px;
    padding:16px;
    justify-content:center;
  }

  .trust-logos img{
    max-height:56px;
    padding:10px 12px;
  }
}
.brand-logo,
.hero-brand-logo {
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 430px){
  body{
    font-size: 17px;
    line-height: 1.65;
  }

  .hero h1{
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.08;
  }

  .hero-actions{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-actions .btn-call{
    width: 100%;
    min-height: 60px;
    font-size: 18px;
  }

  .hero-phone-inline{
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
  }

  .trust-heading h3{
    font-size: 22px;
  }

  .trust-item,
  .trust-strip-inner > *{
    font-size: 17px;
    padding: 18px 16px;
  }

  .cta-box{
    padding: 24px 18px;
  }

  .cta-box h2{
    font-size: 26px;
  }
}
@media (max-width: 430px){
  .cta-box{
    padding: 24px 18px 88px;
    border-radius: 24px;
  }

  .cta-box .cta-actions{
    display: none;
  }
}