
:root {
  --blue: #0f4aa8;
  --blue-2: #1b5dc2;
  --blue-dark: #0a2b67;
  --blue-soft: #eff5fe;
  --green: #9ec33c;
  --text: #143152;
  --muted: #5c6f86;
  --line: #d7e2f0;
  --bg: #f7fafe;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(15, 48, 90, 0.075);
  --shadow-lg: 0 24px 64px rgba(15, 48, 90, 0.13);
  --radius: 14px;
  --radius-sm: 10px;
  --container: 1260px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.section-sm { padding: 66px 0; }
.section-light { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow.green { color: var(--green); }
h1,h2,h3,h4,p { margin: 0; }
h1 { font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: 1.03; letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 3vw, 2.85rem); line-height: 1.1; }
h3 { font-size: 1.48rem; line-height: 1.16; }
p { color: var(--muted); }
.section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-heading p { margin-top: 14px; }
.line-accent {
  width: 52px; height: 4px; border-radius: 999px; background: var(--green); margin: 18px 0 0;
}
.section-heading .line-accent { margin: 16px auto 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border-radius: 10px; font-weight: 800; transition: .22s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-2) 100%); color: #fff; box-shadow: 0 14px 30px rgba(15,74,168,.16); }
.btn-secondary { background: #fff; color: var(--blue-dark); border: 1px solid var(--line); }
.btn-white { background: #fff; color: var(--blue-dark); }
.btn-outline { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.arrow::after { content: '→'; font-weight: 900; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16,74,168,.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 410px; max-width: 100%; height: auto; }
.menu-toggle { display: none; background: none; border: 0; width: 46px; height: 46px; padding: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--blue-dark); margin: 5px auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-weight: 700; color: var(--text); position: relative; }
.site-nav a::after { content:""; position:absolute; left:0; bottom:-8px; width:0; height:3px; border-radius:999px; background:var(--blue); transition:.22s; }
.site-nav a:hover::after, .site-nav a.active::after { width:100%; }
.site-nav a.active { color: var(--blue-dark); }

.hero {
  padding-top: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f6fd 100%);
}
.hero-shell {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; overflow: hidden;
  border-radius: 0; min-height: 620px;
}
.hero-copy {
  padding: 60px 54px 48px 0; display:flex; flex-direction:column; justify-content:center;
}
.hero-copy p { font-size: 1.08rem; max-width: 560px; margin-top: 26px; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.hero-visual {
  position: relative; min-height: 620px; display:flex; align-items:stretch; justify-content:flex-end;
}
.hero-visual::before {
  content:""; position:absolute; inset:0 auto 0 -90px; width: 180px; background: linear-gradient(90deg, #f1f6fd 0%, rgba(241,246,253,.98) 40%, rgba(241,246,253,0) 100%); z-index:2;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-overlay {
  position:absolute; inset:0; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.04) 100%); z-index:1;
}
.feature-strip-wrap { margin-top: -16px; position: relative; z-index: 6; }
.feature-strip {
  display:grid; grid-template-columns: repeat(4, 1fr); align-items:center; gap:0; background:#fff; border:1px solid rgba(15,74,168,.09); border-radius: 10px; box-shadow: var(--shadow);
  overflow:hidden; width:min(900px, calc(100% - 120px)); margin:0 auto;
}
.feature-chip {
  display:flex; align-items:center; justify-content:center; gap:14px; min-height:76px; padding: 16px 16px;
}
.feature-chip + .feature-chip { border-left:1px solid rgba(15,74,168,.1); }
.mini-icon { width: 38px; height: 38px; border-radius: 50%; display:grid; place-items:center; border: 1px solid rgba(15,74,168,.18); color: var(--blue-dark); background:#fff; }
.mini-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-chip strong { display:block; color: var(--blue-dark); font-size: .98rem; }
.feature-chip span { color: var(--muted); font-size: .88rem; }

.product-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.product-card, .feature-card, .resource-card, .detail-card, .stat-card {
  background:#fff; border:1px solid rgba(15,74,168,.12); border-radius: 10px; box-shadow: 0 14px 34px rgba(15,48,90,.055);
}
.application-card {
  background:transparent; border:0; border-left:1px solid rgba(15,74,168,.16); border-radius:0; box-shadow:none;
}
.application-card:first-child { border-left:0; }
.product-card { display:flex; flex-direction:column; overflow:hidden; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(15,48,90,.10); }
.product-image {
  aspect-ratio: 5 / 3.05; background: linear-gradient(180deg,#f9fbff 0%,#f1f5fb 100%); display:flex; align-items:center; justify-content:center; border-bottom:1px solid rgba(15,74,168,.08); padding: 8px;
}
.feature-image {
  background: linear-gradient(180deg,#f9fbff 0%,#f1f5fb 100%); display:flex; align-items:center; justify-content:center; border-right:1px solid rgba(15,74,168,.08); padding: 8px;
}
.product-image img, .feature-image img { width:100%; height:100%; object-fit: cover; }
.product-body { position:relative; padding: 0 22px 22px; display:flex; flex-direction:column; gap:12px; flex:1; }
.product-top { display:block; }
.circle-badge { width: 48px; height: 48px; border-radius:50%; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color:#fff; display:grid; place-items:center; flex:0 0 auto; margin-top:-24px; margin-bottom:14px; box-shadow:0 12px 24px rgba(15,74,168,.18); }
.circle-badge svg { width: 20px; height: 20px; fill:none; stroke: currentColor; stroke-width:2.1; stroke-linecap: round; stroke-linejoin: round; }
.card-link { color: var(--blue); font-weight: 800; margin-top:auto; }

.applications-row { display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; }
.application-card { padding: 24px 22px; text-align:center; }
.app-icon { width: 62px; height: 62px; border-radius:50%; margin:0 auto 16px; display:grid; place-items:center; border: 2px solid rgba(15,74,168,.16); color: var(--blue); background: linear-gradient(180deg, #fff, #f5f9ff); box-shadow:0 10px 22px rgba(15,48,90,.06); }
.app-icon img { width: 32px; height: 32px; object-fit: contain; }
.application-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.application-card p { font-size: .95rem; }

.about-grid { display:grid; grid-template-columns: .84fr 1.16fr; gap: 42px; align-items:center; }
.about-photo { border-radius: 12px; overflow:hidden; box-shadow: var(--shadow-lg); }
.about-photo img { width:100%; height:100%; object-fit: cover; }
.capabilities-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.capability { display:flex; gap: 14px; align-items:flex-start; }
.cap-icon { width:46px; height:46px; border-radius:50%; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color:#fff; display:grid; place-items:center; flex:0 0 auto; }
.cap-icon svg { width:22px; height:22px; fill:none; stroke: currentColor; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
.capability strong { display:block; color: var(--blue-dark); margin-bottom: 6px; }

.featured-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.feature-card { overflow:hidden; display:flex; flex-direction:row; min-height: 150px; transition: transform .22s ease, box-shadow .22s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(15,48,90,.09); }
.feature-body { padding: 18px 16px 18px; display:flex; flex-direction:column; gap:10px; flex:1; }
.feature-card h3 { font-size: 1.08rem; line-height:1.2; }
.feature-card p { font-size:.92rem; }

.cta-band {
  background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.10), transparent 34%), linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); color:#fff; border-radius: 10px; box-shadow: var(--shadow-lg);
  display:flex; justify-content:space-between; align-items:center; gap:30px; padding: 30px 34px;
}
.cta-band h2 { font-size: 2rem; }
.cta-band p { color: rgba(255,255,255,.82); margin-top: 10px; }
.cta-actions { display:flex; gap: 14px; flex-wrap:wrap; }

.page-hero {
  padding: 68px 0 54px; background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
}
.page-hero-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items:center; }
.page-hero-copy p { margin-top: 18px; max-width: 680px; font-size: 1.06rem; }
.page-hero-card {
  background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%); border:1px solid rgba(15,74,168,.1); border-radius: 14px; padding: 24px; box-shadow: var(--shadow);
}
.page-hero-card ul { margin: 0; padding-left: 18px; color: var(--muted); display:grid; gap:10px; }

.subnav-grid, .detail-grid, .stats-grid, .link-grid { display:grid; gap: 18px; }
.subnav-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.detail-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.stats-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.link-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.subnav-card, .detail-card, .stat-card, .link-card {
  padding: 24px; border-radius: 12px; background:#fff; border:1px solid rgba(15,74,168,.1); box-shadow: 0 12px 28px rgba(15,48,90,.04);
}
.subnav-card h3, .detail-card h3, .link-card h3 { margin-bottom: 10px; }
.stat-card { text-align:center; padding: 30px 18px; }
.stat-card strong { display:block; font-size: 2rem; color: var(--blue-dark); margin-bottom: 8px; }
.breadcrumb { display:flex; gap:10px; align-items:center; flex-wrap:wrap; color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.breadcrumb a { color: var(--blue); }
.list-check { padding: 0; margin: 16px 0 0; list-style: none; display:grid; gap: 10px; }
.list-check li { position: relative; padding-left: 26px; color: var(--muted); }
.list-check li::before { content: '✓'; position:absolute; left:0; top:0; color: var(--green); font-weight: 900; }
.placeholder-form { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field, .textarea {
  width:100%; padding: 14px 14px; border-radius: 10px; border:1px solid #ccd8e8; background:#fff; color: var(--text); font: inherit;
}
.textarea { min-height: 160px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-note { font-size: .92rem; }
.link-card a, .subnav-card a, .detail-card a { color: var(--blue); font-weight: 800; }

.site-footer {
  margin-top: 82px; background: linear-gradient(180deg,#092453 0%, #061d45 100%); color: rgba(255,255,255,.82); padding: 72px 0 28px;
}
.footer-grid { display:grid; grid-template-columns: 1.28fr 1fr .9fr 1fr; gap: 30px; }
.footer-brand img { width: 210px; max-width: 100%; }
.footer-brand p { margin-top: 18px; color: rgba(255,255,255,.74); max-width: 320px; }
.site-footer h3 { color:#fff; font-size:1.06rem; margin-bottom:18px; }
.site-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.site-footer li, .site-footer a { color: rgba(255,255,255,.82); }
.footer-socials { display:flex; gap:10px; margin-top: 18px; }
.footer-socials a { width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.22); display:grid; place-items:center; font-size:.9rem; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:18px; align-items:center; }
.footer-bottom p { color: rgba(255,255,255,.68); }
.back-top { color:#fff; font-weight:800; }
.muted { color: var(--muted); }



/* V6 homepage refinement */
.home-page .hero { padding-top: 0; }
.home-page .section-light { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.mini-icon img { width: 24px; height: 24px; object-fit: contain; }
.product-card h3 { color: var(--blue-dark); letter-spacing: -0.02em; }
.product-card p { font-size: .98rem; }
.card-link { display:inline-flex; align-items:center; gap:6px; }
.about-grid { grid-template-columns: .88fr 1.12fr; }
.about-photo { position: relative; }
.about-photo::after { content:""; position:absolute; inset:0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); pointer-events:none; }
.capability p { font-size:.92rem; }
.feature-image { width: 42%; flex: 0 0 42%; }
.feature-image img { width:100%; height:100%; object-fit: contain; }
.feature-body .card-link { font-size:.92rem; }
.site-footer { position:relative; overflow:hidden; }
.site-footer::before { content:""; position:absolute; right:-160px; top:-160px; width:420px; height:420px; border-radius:50%; background:rgba(32,111,223,.14); pointer-events:none; }
.site-footer .container { position:relative; z-index:1; }
.hero-copy { position: relative; }
.hero-copy::before { content:""; position:absolute; left:-80px; top:42px; width:220px; height:220px; border-radius:50%; background:rgba(15,74,168,.055); filter: blur(1px); z-index:0; }
.hero-copy > * { position:relative; z-index:1; }

@media (max-width: 1180px) {
  .product-grid, .featured-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .applications-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .subnav-grid, .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .detail-grid, .link-grid, .footer-grid, .about-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 0 36px; }
  .hero-visual { min-height: 420px; }
  .hero-visual::before { display:none; }
  .feature-strip { width: min(900px, calc(100% - 20px)); }
}
@media (max-width: 860px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .brand img { width: 280px; }
  .menu-toggle { display:block; }
  .site-nav {
    position:absolute; left:14px; right:14px; top: calc(100% + 8px); display:none; flex-direction:column; align-items:flex-start; gap:14px;
    background:#fff; border:1px solid rgba(15,74,168,.1); box-shadow: var(--shadow); border-radius:18px; padding:18px;
  }
  .site-nav.open { display:flex; }
  .feature-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-chip:nth-child(3) { border-left:none; }
  .product-grid, .featured-grid, .applications-row, .capabilities-grid, .subnav-grid, .detail-grid, .stats-grid, .link-grid, .placeholder-form { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items:flex-start; }
  .section { padding: 72px 0; }
  .hero-shell { min-height: unset; }
  .hero-visual { min-height: 320px; }
  .hero-copy { padding: 42px 0 28px; }
  h1 { font-size: 2.8rem; }
}


@media (max-width: 1180px) {
  .feature-card { min-height: 150px; }
}
@media (max-width: 860px) {
  .application-card { border-left: 0; border-top: 1px solid rgba(15,74,168,.12); }
  .application-card:first-child { border-top: 0; }
  .feature-card { flex-direction: column; }
  .feature-image { width: 100%; flex-basis: auto; border-right:0; border-bottom:1px solid rgba(15,74,168,.08); min-height: 160px; }
  .product-body { padding-top:0; }
}

.product-image img, .feature-image img { transition: transform .35s ease; }
.product-card:hover .product-image img, .feature-card:hover .feature-image img { transform: scale(1.025); }
