
:root{
  --navy:#122a53;
  --navy-dark:#0d2347;
  --red:#d7282f;
  --red-dark:#bf1f28;
  --text:#0c2346;
  --muted:#5f6d7f;
  --line:#dfe5ed;
  --soft:#f6f8fb;
  --shadow:0 10px 28px rgba(18,42,83,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
.skip-link{
  position:fixed;
  left:16px;
  top:-60px;
  z-index:999;
  background:#fff;
  color:#000;
  padding:10px 14px;
  border-radius:10px;
  box-shadow:var(--shadow);
}
.skip-link:focus{top:16px}
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* HEADER */
.site-header{
  position:relative;
  min-height:172px;
  background:#fff;
  border-top:4px solid var(--red);
  overflow:hidden;
}
.header-art{
  position:absolute;
  inset:0 0 0 auto;
  width:56%;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.93) 20%,rgba(255,255,255,.18) 60%,rgba(255,255,255,0) 100%),
    url("assets/banner-top.png") center right/cover no-repeat;
  opacity:.94;
}
.header-inner{
  position:relative;
  z-index:2;
  min-height:172px;
  display:flex;
  align-items:center;
}
.brand{
  display:flex;
  align-items:center;
  gap:18px;
  max-width:760px;
}
.brand img{
  width:120px;
  height:120px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.brand-small{
  color:var(--navy);
  font-size:24px;
  line-height:1;
  font-weight:800;
  margin-bottom:6px;
  letter-spacing:.03em;
}
.brand-text strong{
  color:#c8202a;
  font-size:29px;
  line-height:1.12;
  font-weight:800;
}
.brand-sub{
  margin-top:10px;
  color:#213a5a;
  font-size:13px;
  letter-spacing:.08em;
  font-weight:700;
}

/* HERO EXACT */
.hero-exact-section{
  background:var(--navy);
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
}
.hero-exact-image{
  width:100%;
  max-width:1321px;
  height:auto;
  display:block;
  margin:0 auto;
}

/* COMMON */
.section{padding:58px 0}
.section-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
  margin-bottom:26px;
}
.section-heading h2{
  margin:0;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  color:#c7222c;
}
.heading-line{
  width:44px;
  height:2px;
  background:#c7222c;
}
.navy-line{background:var(--navy)}

/* QUICK LINKS */
.quick-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.quick-card{
  display:flex;
  gap:16px;
  min-height:170px;
  padding:24px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 5px 15px rgba(18,42,83,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.quick-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(18,42,83,.11);
  border-color:#cdd6e0;
}
.card-icon{
  width:68px;
  height:68px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  box-shadow:0 8px 20px rgba(18,42,83,.12);
}
.card-icon svg{width:34px;height:34px}
.card-icon.red{background:linear-gradient(145deg,#ef2f3d,#c81626)}
.card-icon.navy{background:linear-gradient(145deg,#1a4476,#122a53)}
.card-body h3{
  margin:2px 0 10px;
  font-size:16px;
  line-height:1.28;
  font-weight:800;
  color:#0a264d;
}
.card-body p{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.48;
  color:#556378;
}
.go-btn{
  display:inline-block;
  padding:8px 12px;
  border-radius:7px;
  background:linear-gradient(180deg,#e52c37,#c91f29);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.navy-btn{background:linear-gradient(180deg,#1a4476,#122a53)}

/* ECOSYSTEM */
.ecosystem{
  background:linear-gradient(180deg,#fff 0%,#f7f9fc 55%,#f4f6fa 100%);
}
.eco-heading-text p{
  margin:5px 0 0;
  color:#5b6879;
  font-size:13px;
}
.eco-heading h2{color:var(--navy)}
.eco-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}
.eco-card{
  min-height:145px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:0 14px;
  align-items:start;
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:13px;
  box-shadow:0 5px 15px rgba(18,42,83,.05);
}
.eco-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:12px;
  grid-row:1 / span 3;
}
.eco-content h3{
  margin:2px 0 5px;
  font-size:15px;
  color:#0a264d;
}
.eco-content p{
  margin:0;
  font-size:12px;
  line-height:1.46;
  color:#617086;
}
.google{
  font-size:31px;
  font-weight:900;
  background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 25% 50%,#fbbc05 50% 75%,#ea4335 75% 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.microsoft{
  grid-template-columns:repeat(2,18px);
  grid-template-rows:repeat(2,18px);
  gap:3px;
}
.microsoft span:nth-child(1){background:#f25022}
.microsoft span:nth-child(2){background:#7fba00}
.microsoft span:nth-child(3){background:#00a4ef}
.microsoft span:nth-child(4){background:#ffb900}
.line{
  color:var(--navy);
  background:#f7f9fc;
  border:1px solid #e4e9f0;
}
.line svg{width:30px;height:30px}
.eco-links{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.eco-links a{
  padding:5px 8px;
  border-radius:6px;
  background:#eef3f9;
  color:var(--navy);
  font-size:11px;
  font-weight:700;
}
.eco-links a:hover{
  background:var(--navy);
  color:#fff;
}
.muted-note{
  color:#8a97a8;
  font-size:11px;
  font-style:italic;
}

.notice-box{
  margin-top:20px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:13px 16px;
  border:1px solid #dce3ec;
  border-radius:10px;
  background:rgba(255,255,255,.82);
  color:#5f6d7f;
  font-size:12px;
  line-height:1.55;
}
.notice-box p{margin:0}
.notice-icon{
  width:22px;
  height:22px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-family:Georgia,serif;
  font-weight:800;
}

/* FOOTER */
.site-footer{
  background:#0d2347;
  border-top:4px solid #c7222c;
  color:#dbe5f0;
}
.footer-inner{
  min-height:98px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand img{
  width:50px;
  height:50px;
  object-fit:contain;
}
.footer-brand strong{
  display:block;
  color:#fff;
  font-size:13px;
}
.footer-brand span,
.footer-meta{
  color:#b6c6d8;
  font-size:11px;
}

/* RESPONSIVE */
@media (max-width:1080px){
  .brand img{width:98px;height:98px}
  .brand-small{font-size:21px}
  .brand-text strong{font-size:24px}
  .header-art{width:48%}
  .eco-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .site-header{min-height:auto}
  .header-inner{min-height:auto;padding:16px 0}
  .header-art{width:42%;opacity:.5}
  .brand img{width:84px;height:84px}
  .brand-small{font-size:18px}
  .brand-text strong{font-size:21px}
  .brand-sub{font-size:11px;margin-top:8px}
  .quick-grid{grid-template-columns:1fr}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .header-art{display:none}
  .brand{gap:10px}
  .brand img{width:72px;height:72px}
  .brand-small{font-size:14px;margin-bottom:4px}
  .brand-text strong{font-size:17px}
  .brand-sub{font-size:9px}
  .section{padding:44px 0}
  .section-heading h2{font-size:20px}
  .heading-line{width:26px}
  .eco-grid{grid-template-columns:1fr}
  .footer-inner{
    min-height:auto;
    padding:24px 0 28px;
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto !important;transition:none !important}
}
a:focus-visible{
  outline:3px solid #f3b31c;
  outline-offset:3px;
}
