:root{
  --navy:#071c3d;
  --navy-2:#0a315f;
  --blue:#0a63e8;
  --cyan:#16b7d5;
  --ink:#10213f;
  --muted:#5f6f89;
  --line:#dbe5f2;
  --soft:#f4f8ff;
  --white:#fff;
  --shadow:0 24px 70px rgba(11,45,89,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,229,242,.9)}
.topbar-inner{min-height:88px;display:flex;align-items:center;gap:28px}
.company-link{display:flex;align-items:center}
.corp-logo{display:block;width:300px;max-width:42vw;height:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:26px;font-weight:780;color:#29415f}
.nav a:hover{color:var(--blue)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:14px;font-weight:850;border:1px solid transparent;transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.primary{background:linear-gradient(135deg,var(--blue),#074fc0);color:#fff;box-shadow:0 13px 30px rgba(10,99,232,.22)}
.secondary{background:#fff;border-color:#a8c6f4;color:#064dae}
.hero{overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(22,183,213,.17),transparent 32%),radial-gradient(circle at 5% 85%,rgba(10,99,232,.12),transparent 28%),linear-gradient(135deg,#f8fbff 0%,#edf6ff 55%,#f9fdff 100%)}
.hero-inner{min-height:590px;padding:78px 0;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:#e9f3ff;border:1px solid #bfd6f8;color:#0758bd;font-size:13px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
h1{font-size:clamp(52px,6vw,82px);line-height:1.01;letter-spacing:-.055em;margin:20px 0}
h1 em{font-style:normal;color:var(--cyan)}
.hero p{font-size:20px;color:#405574;max-width:660px;margin:0 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-card{background:rgba(255,255,255,.9);border:1px solid rgba(210,223,240,.95);border-radius:28px;padding:28px;box-shadow:var(--shadow)}
.hero-card small{display:block;color:#70819a;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.hero-card h2{font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:0 0 14px}
.hero-card p{font-size:16px;margin:0 0 22px}
.product-lockup{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.product-lockup img{width:64px;height:64px;filter:drop-shadow(0 10px 16px rgba(10,99,232,.18))}
.product-lockup strong{font-size:27px;letter-spacing:-.03em}
.product-lockup span{display:block;color:var(--muted);font-size:13px;font-weight:720}
.section{padding:84px 0}
.soft{background:var(--soft)}
.section-head{text-align:center;max-width:760px;margin:0 auto 40px}
.section-head h2{font-size:clamp(36px,4.5vw,56px);line-height:1.08;letter-spacing:-.045em;margin:10px 0 14px}
.section-head p{font-size:18px;color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 35px rgba(18,54,96,.06)}
.card-mark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue);font-weight:950;margin-bottom:18px}
.card h3{margin:0 0 8px;font-size:21px}
.card p{margin:0;color:var(--muted)}
.product-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}
.product-visual{background:linear-gradient(135deg,#061f45,#0a5c91);border-radius:28px;padding:32px;color:#fff;min-height:330px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.product-visual .product-lockup span{color:#cfe4ff}
.product-visual p{color:#dbe9fb;max-width:500px}
.product-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.045em;margin:8px 0 16px}
.product-copy p{color:var(--muted);font-size:18px}
.clean{list-style:none;padding:0;margin:24px 0}
.clean li{margin:11px 0;padding-left:27px;position:relative}
.clean li:before{content:"✓";position:absolute;left:0;color:#0aa66e;font-weight:950}
.contact-box{background:linear-gradient(135deg,#071c3d,#0a315f);color:#fff;border-radius:28px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-box h2{margin:0 0 8px;font-size:36px;letter-spacing:-.04em}
.contact-box p{margin:0;color:#ccdaec}
footer{background:#061a36;color:#dce7f5}
.footer-main{padding:38px 0 25px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-logo{width:220px;height:auto;display:block}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:18px 0 22px;color:#bfcde0;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:860px){
  .container{width:min(100% - 30px,1180px)}
  .nav a:not(.button){display:none}
  .corp-logo{width:230px;max-width:55vw}
  .hero-inner,.product-section{grid-template-columns:1fr}
  .hero-inner{padding:58px 0}
  .grid-3{grid-template-columns:1fr}
  .contact-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .corp-logo{width:190px}
  .topbar-inner{min-height:76px}
  .nav .button{min-height:42px;padding:0 14px}
  .hero-actions .button{width:100%}
  .section{padding:64px 0}
  .footer-main{align-items:flex-start;flex-direction:column}
}
