:root {
  --navy: #061a33;
  --navy-deep: #041326;
  --navy-soft: #071e38;
  --panel: #0a2948;
  --blue: #1576d4;
  --blue-light: #69b7ff;
  --green: #24c983;
  --white: #ffffff;
  --text: #dcecff;
  --muted: #9eb7cf;
  --border: rgba(255,255,255,.13);
  --card: rgba(255,255,255,.055);
  --shadow: 0 24px 70px rgba(0,0,0,.28);
  --max: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: var(--navy); color: var(--white); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { list-style: none; }
.container { width: min(92%, var(--max)); margin-inline: auto; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(4,19,38,.94); backdrop-filter: blur(18px); border-color: var(--border); box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo-panel { background: #fff; padding: 8px 15px; border-radius: 11px; display: inline-flex; align-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.logo-panel img { width: 245px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { color: var(--text); font-size: .93rem; font-weight: 600; transition: .2s ease; }
.main-nav a:hover { color: var(--green); }
.nav-button { background: var(--green); color: var(--navy-deep)!important; padding: 10px 16px; border-radius: 8px; }
.menu-button { display: none; width: 45px; height: 42px; border: 1px solid var(--border); border-radius: 9px; background: rgba(255,255,255,.05); padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 3px; }

.hero { min-height: 100vh; position: relative; display: flex; align-items: center; background: radial-gradient(circle at 83% 18%, rgba(21,118,212,.30), transparent 29%), radial-gradient(circle at 16% 79%, rgba(36,201,131,.13), transparent 28%), linear-gradient(135deg,#041326 0%,#07243f 55%,#0b3c65 100%); padding-top: 86px; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom,black,transparent 90%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; padding: 75px 0 70px; }
.eyebrow,.kicker { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid var(--border); background: rgba(255,255,255,.04); border-radius: 999px; margin-bottom: 23px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero h1 { font-size: clamp(3rem,6vw,5.6rem); line-height: 1.01; letter-spacing: -.048em; margin-bottom: 21px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-tagline { color: var(--blue-light); font-size: clamp(1.15rem,2vw,1.5rem); font-weight: 700; margin-bottom: 14px; }
.hero-text { max-width: 680px; color: var(--text); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 9px; font-weight: 800; transition: transform .2s,box-shadow .2s,border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: var(--navy-deep); box-shadow: 0 12px 28px rgba(36,201,131,.18); }
.button.secondary { border: 1px solid rgba(105,183,255,.55); background: rgba(255,255,255,.035); }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: var(--muted); font-size: .84rem; }
.trust-row span::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 6px; }
.hero-visual img { width: 100%; filter: drop-shadow(0 28px 50px rgba(0,0,0,.25)); }

.metrics { background: var(--navy-soft); border-block: 1px solid var(--border); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metric { min-height: 120px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-content: center; gap: 2px 14px; padding: 25px; border-right: 1px solid var(--border); }
.metric:last-child { border-right: 0; }
.metric img { grid-row: 1/3; width: 38px; height: 38px; align-self: center; }
.metric strong { font-size: 1.05rem; }
.metric span { color: var(--muted); font-size: .84rem; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 43px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2 { font-size: clamp(2.15rem,4vw,3.55rem); line-height: 1.12; letter-spacing: -.03em; margin: 10px 0 14px; }
.section-heading p { color: var(--muted); font-size: 1.03rem; }

.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.solution-card { background: var(--card); border: 1px solid var(--border); border-radius: 17px; padding: 27px; transition: .28s ease; position: relative; overflow: hidden; }
.solution-card::after { content:""; position:absolute; inset:auto -60px -70px auto; width:150px; height:150px; border-radius:50%; background:rgba(36,201,131,.06); }
.solution-card:hover { transform: translateY(-6px); border-color: rgba(36,201,131,.48); background: rgba(255,255,255,.075); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; background: rgba(36,201,131,.11); border: 1px solid rgba(36,201,131,.24); border-radius: 13px; margin-bottom: 18px; }
.icon-box img { width: 30px; height: 30px; }
.solution-card h3 { font-size: 1.16rem; margin-bottom: 9px; }
.solution-card p { color: var(--muted); font-size: .94rem; }
.solution-card small,.powered { display:block; color:#7895b0; font-size:.75rem; margin-top:12px; }

.industry-section { background: linear-gradient(180deg,#071e38,#092845); border-block:1px solid var(--border); }
.wide-graphic { max-width: 1000px; margin: 0 auto 34px; }
.industry-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.pillar { display:flex; gap:16px; align-items:flex-start; background:rgba(255,255,255,.045); border:1px solid var(--border); border-radius:15px; padding:21px; }
.pillar img { width:39px; height:39px; flex:0 0 39px; }
.pillar h3 { margin-bottom:5px; }
.pillar p { color:var(--muted); font-size:.9rem; }

.architecture-section { background: radial-gradient(circle at 0 50%,rgba(21,118,212,.13),transparent 27%),var(--navy); }
.architecture-flow { display:grid; grid-template-columns:repeat(4,1fr); gap:23px; }
.arch-step { position:relative; border:1px solid var(--border); background:var(--card); border-radius:17px; padding:28px 22px 25px; min-height:320px; }
.arch-step:not(:last-child)::after { content:"→"; position:absolute; right:-20px; top:48%; color:var(--green); font-size:1.6rem; font-weight:900; z-index:2; }
.step-number { position:absolute; top:17px; right:17px; font-size:.75rem; color:var(--green); font-weight:800; letter-spacing:.1em; }
.arch-step>img { width:47px; height:47px; margin-bottom:20px; }
.arch-step h3 { font-size:1.1rem; margin-bottom:12px; }
.arch-step li { color:var(--muted); font-size:.9rem; padding-left:16px; position:relative; margin-top:7px; }
.arch-step li::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--green); position:absolute; left:0; top:.65em; }

.industry-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.industry-card { min-height:145px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:13px; border:1px solid var(--border); border-radius:15px; background:var(--card); transition:.25s; }
.industry-card:hover { transform:translateY(-4px); border-color:rgba(105,183,255,.45); }
.industry-card img { width:49px; height:49px; }
.industry-card span { font-weight:700; }

.value-section { background:var(--navy-soft); border-block:1px solid var(--border); }
.value-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; align-items:start; }
.text-link { display:inline-flex; gap:8px; color:var(--green); font-weight:800; margin-top:22px; }
.benefit-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:17px; }
.benefit { display:flex; gap:16px; border:1px solid var(--border); border-radius:15px; padding:21px; background:rgba(255,255,255,.04); }
.benefit img { width:38px; height:38px; flex:0 0 38px; }
.benefit h3 { font-size:1rem; margin-bottom:4px; }
.benefit p { color:var(--muted); font-size:.88rem; }

.contact-section { background: radial-gradient(circle at 15% 0,rgba(36,201,131,.12),transparent 30%),linear-gradient(135deg,#061a33,#0b355a); }
.contact-panel { display:grid; grid-template-columns:1fr auto; align-items:center; gap:35px; border:1px solid var(--border); border-radius:22px; background:rgba(255,255,255,.055); padding:42px; }
.contact-panel h2 { font-size:clamp(2rem,4vw,3.1rem); line-height:1.12; margin:9px 0 10px; }
.contact-panel p { color:var(--muted); max-width:720px; }
.contact-actions { display:flex; flex-direction:column; gap:12px; min-width:230px; }

.site-footer { background:var(--navy-deep); padding:58px 0 22px; border-top:1px solid var(--border); }
.footer-grid { display:grid; grid-template-columns:1.45fr .7fr 1fr; gap:50px; padding-bottom:38px; }
.footer-logo { display:inline-flex; background:#fff; border-radius:10px; padding:8px 13px; margin-bottom:14px; }
.footer-logo img { width:265px; }
.footer-tagline { color:var(--blue-light)!important; font-weight:700; margin-bottom:12px; }
.footer-brand>p { color:var(--muted); max-width:500px; }
.site-footer h3 { font-size:1rem; margin-bottom:15px; }
.footer-links { display:flex; flex-direction:column; gap:8px; color:var(--muted); }
.footer-links a:hover,.footer-contact a:hover { color:var(--green); }
.footer-contact { display:grid; gap:10px; color:var(--muted); }
.footer-contact p { display:flex; align-items:center; gap:9px; }
.footer-contact img { width:20px; height:20px; }
.platform-note { margin-top:18px; font-size:.82rem; color:var(--text); }
.platform-note span { color:#7895b0; }
.copyright { display:flex; justify-content:space-between; gap:20px; padding-top:20px; border-top:1px solid var(--border); color:#7895b0; font-size:.84rem; }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width:1050px) {
  .main-nav { gap:15px; }
  .main-nav a { font-size:.87rem; }
  .logo-panel img { width:210px; }
  .hero-layout { grid-template-columns:1fr; padding-top:100px; }
  .hero-copy { max-width:780px; }
  .hero-visual { max-width:760px; margin-inline:auto; }
  .solution-grid { grid-template-columns:repeat(2,1fr); }
  .architecture-flow { grid-template-columns:repeat(2,1fr); }
  .arch-step:nth-child(2)::after { display:none; }
  .value-layout { grid-template-columns:1fr; }
}
@media (max-width:850px) {
  .menu-button { display:block; }
  .main-nav { position:absolute; left:4%; right:4%; top:78px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:14px; background:rgba(4,19,38,.98); border:1px solid var(--border); border-radius:14px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 12px; }
  .nav-button { text-align:center; margin-top:5px; }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .metric:nth-child(2) { border-right:0; }
  .metric:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .industry-pillars,.footer-grid { grid-template-columns:1fr; }
  .industry-grid { grid-template-columns:repeat(2,1fr); }
  .contact-panel { grid-template-columns:1fr; }
  .contact-actions { flex-direction:row; min-width:0; }
}
@media (max-width:620px) {
  .section { padding:73px 0; }
  .logo-panel { padding:7px 10px; }
  .logo-panel img { width:180px; }
  .hero { min-height:auto; }
  .hero-layout { padding:72px 0 58px; gap:38px; }
  .hero h1 { font-size:2.85rem; }
  .hero-actions,.hero-actions .button { width:100%; }
  .trust-row { flex-direction:column; gap:7px; }
  .solution-grid,.architecture-flow,.benefit-grid { grid-template-columns:1fr; }
  .arch-step::after { display:none!important; }
  .metric { grid-template-columns:34px 1fr; padding:19px 12px; }
  .metric img { width:30px; height:30px; }
  .metric strong { font-size:.92rem; }
  .metric span { font-size:.76rem; }
  .industry-grid { grid-template-columns:repeat(2,1fr); }
  .industry-card { min-height:125px; }
  .contact-panel { padding:28px 20px; }
  .contact-actions { flex-direction:column; }
  .copyright { flex-direction:column; text-align:center; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  * { animation:none!important; transition-duration:.01ms!important; }
}
