:root {
  --bg: #f5f9fc;
  --surface: #fff;
  --surface-2: #eef6fb;
  --text: #07131f;
  --body: #4d6070;
  --muted: #8998a6;
  --line: #d8e5ee;
  --blue: #0585cd;
  --blue-dark: #005b96;
  --navy: #033766;
  --navy-deep: #02284d;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --shadow: 0 18px 50px rgba(20,66,95,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--body); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; max-width: 100%; }
.shell { width: min(1216px, calc(100% - 48px)); margin-inline: auto; }

.topbar { position: sticky; top: 0; z-index: 100; height: 72px; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; color: var(--text); }
.brand-mark { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 18px rgba(0,133,205,.24); }
.brand-copy { display: flex; flex-direction: column; gap: 3px; min-width: 128px; }
.brand-copy strong { font-size: 15px; line-height: 1; font-weight: 850; letter-spacing: -.03em; }
.brand-copy span { display: block; font-size: 8px; line-height: 1.15; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
.nav a { padding: 9px 10px; border-radius: 9px; color: #435463; font-size: 12px; font-weight: 600; transition: .18s ease; }
.nav a:hover { color: var(--blue-dark); background: #eef8fe; }
.topbar-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.contact-block { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.contact-block .phone { color: var(--text); font-size: 13px; font-weight: 800; }
.contact-block .email { margin-top: 3px; color: var(--muted); font-size: 9px; }
.btn { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 11px; border: 1px solid transparent; font-weight: 750; font-size: 12px; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(0,133,205,.20); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.btn-secondary:hover { border-color: #b8d3e5; background: #fbfdff; }
.btn-lg { min-height: 52px; padding-inline: 24px; font-size: 13px; }
.burger { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: #fff; border-radius: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.burger span { width: 18px; height: 2px; border-radius: 3px; background: var(--text); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 28% 40%, rgba(0,141,219,.11), transparent 30%), linear-gradient(180deg,#f8fbfd,#eef7fc); border-bottom: 1px solid #e5eef4; }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; border: 1px solid rgba(14,133,204,.08); border-radius: 50%; left: -330px; top: -120px; box-shadow: 0 0 0 90px rgba(14,133,204,.025), 0 0 0 180px rgba(14,133,204,.02); pointer-events: none; }
.hero-grid { min-height: 570px; padding: 72px 0 54px; display: grid; grid-template-columns: .9fr 1.25fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #006eae; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow::before { content:""; width: 24px; height: 2px; background: var(--blue); border-radius: 2px; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 520px; margin-bottom: 26px; color: var(--text); font-size: clamp(44px,5vw,72px); line-height: .96; letter-spacing: -.065em; font-weight: 900; }
h1 em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 510px; margin-bottom: 28px; color: #4e6272; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof { margin-top: 35px; display: flex; align-items: center; gap: 14px; }
.hero-proof p { margin: 0; font-size: 12px; line-height: 1.45; color: #586b79; }
.hero-proof strong { color: var(--text); font-size: 14px; }
.avatars { display: flex; padding-left: 8px; }
.avatars span { margin-left: -8px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; border: 2px solid #fff; color: #fff; background: linear-gradient(135deg,#5d7285,#213444); font-size: 9px; font-weight: 800; }
.hero-media { position: relative; aspect-ratio: 1.42/1; overflow: hidden; border-radius: 34px; background: #c8d9e5; box-shadow: 0 28px 70px rgba(35,80,110,.18); }
.hero-media > img { height: 100%; object-fit: cover; transition: opacity .2s ease, transform .7s ease; }
.hero-media:hover > img { transform: scale(1.012); }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(2,26,48,.04) 45%,rgba(2,26,48,.72) 100%); pointer-events: none; }
.hero-badge { position: absolute; top: 22px; left: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px; background: rgba(255,255,255,.15); backdrop-filter: blur(12px); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.hero-caption { position: absolute; left: 26px; right: 120px; bottom: 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; color:#fff; }
.hero-caption strong { display:block; font-size:20px; letter-spacing:-.03em; line-height:1.15; }
.hero-caption span { display:block; margin-top:5px; opacity:.75; font-size:11px; }
.hero-arrows { position:absolute; right:22px; bottom:22px; display:flex; gap:8px; }
.hero-arrows button { width:44px; height:44px; border:1px solid rgba(255,255,255,.55); border-radius:50%; background:rgba(255,255,255,.18); color:#fff; font-size:18px; backdrop-filter:blur(12px); }
.hero-arrows button:last-child { background:#fff; color:var(--text); }
.hero-dots { display:flex; gap:5px; padding-bottom:3px; }
.hero-dots button { width:7px; height:7px; padding:0; border:none; border-radius:50%; background:rgba(255,255,255,.45); }
.hero-dots button.active { background:#fff; }

.stats { margin-top: 28px; margin-bottom: 76px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.stats article { min-height: 98px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.stats article:last-child { border-right:0; }
.stat-icon { width:46px; height:46px; flex:0 0 46px; display:grid; place-items:center; border-radius:14px; background:#e8f5fd; color:var(--blue); font-size:19px; }
.stats strong { display:block; color:var(--text); font-size:29px; line-height:1; letter-spacing:-.05em; }
.stats span { display:block; margin-top:7px; color:var(--muted); font-size:11px; }
.section { padding-bottom: 86px; }
.section-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:25px; }
.section h2, .projects-copy h2, .about h2 { margin-bottom:0; color:var(--text); font-size:clamp(32px,4vw,50px); line-height:1; letter-spacing:-.055em; font-weight:880; }
.text-link { color:#006ba9; font-size:12px; font-weight:750; }
.text-link span { padding-left:8px; }
.solution-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.solution-card { min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; transition:.22s ease; }
.solution-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:#bfd9e9; }
.solution-image { aspect-ratio:1.25/1; background:#dceaf3; overflow:hidden; }
.solution-image img { height:100%; object-fit:cover; transition:transform .5s ease; }
.solution-card:hover img { transform:scale(1.04); }
.solution-body { min-height:160px; padding:18px; position:relative; }
.solution-body h3 { margin-bottom:8px; color:var(--text); font-size:15px; letter-spacing:-.025em; }
.solution-body p { margin:0; padding-right:10px; color:#718291; font-size:11px; line-height:1.55; }
.circle-link { position:absolute; width:28px; height:28px; right:14px; bottom:14px; display:grid; place-items:center; border-radius:50%; background:#e9f5fd; color:var(--blue); font-weight:800; }

.projects-section { margin-bottom:86px; padding:36px 0; background:linear-gradient(90deg,#eff8fd 0%,#fff 28%,#f2f9fd 100%); }
.projects-grid { display:grid; grid-template-columns:1.1fr .9fr 1.2fr 1.2fr; grid-template-rows:1fr 1fr; gap:14px; align-items:stretch; }
.projects-feature { grid-row:1/3; position:relative; min-height:410px; overflow:hidden; border-radius:22px; background:#dce8f1; }
.projects-feature img, .project-tile img { height:100%; object-fit:cover; }
.projects-feature::after, .project-tile::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(1,26,48,.76)); }
.projects-feature-overlay { position:absolute; z-index:2; left:22px; bottom:20px; color:#fff; }
.projects-feature-overlay span { display:block; font-size:10px; opacity:.75; }
.projects-feature-overlay strong { display:block; margin-top:4px; font-size:22px; }
.projects-copy { grid-row:1/3; align-self:center; padding:18px; }
.projects-copy p { margin:22px 0 24px; color:#667986; font-size:12px; line-height:1.65; }
.project-tile { position:relative; min-height:198px; overflow:hidden; border-radius:17px; background:#dce8f1; }
.project-tile > span { position:absolute; z-index:2; left:16px; right:16px; bottom:14px; color:#fff; }
.project-tile strong { display:block; font-size:13px; line-height:1.2; }
.project-tile small { display:block; margin-top:4px; font-size:9px; opacity:.72; }
.about { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; }
.about-copy > p { max-width:660px; margin:24px 0 28px; color:#627582; line-height:1.7; font-size:14px; }
.about-list { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.about-list div { display:flex; align-items:center; gap:11px; padding:13px 14px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.about-list span { width:28px; height:28px; display:grid; place-items:center; flex:0 0 28px; border-radius:50%; background:#e9f5fd; color:var(--blue-dark); font-size:10px; font-weight:850; }
.about-list strong { color:#334654; font-size:11px; line-height:1.35; }
.about-panel { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.about-panel-main { grid-column:1/-1; min-height:235px; padding:26px; border-radius:22px; background:linear-gradient(135deg,var(--blue-dark),var(--navy-deep)); color:#fff; position:relative; overflow:hidden; }
.about-panel-main::after { content:""; position:absolute; width:240px; height:240px; border-radius:50%; border:1px solid rgba(255,255,255,.12); right:-80px; bottom:-90px; box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.025); }
.about-panel-main span { font-size:10px; text-transform:uppercase; letter-spacing:.16em; opacity:.7; }
.about-panel-main strong { display:block; margin-top:28px; font-size:34px; line-height:1; letter-spacing:-.05em; }
.about-mini { min-height:110px; padding:18px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.about-mini strong { display:block; color:var(--text); font-size:12px; }
.about-mini span { display:block; margin-top:8px; color:var(--muted); font-size:10px; line-height:1.5; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.news-card { padding:24px; min-height:220px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:18px; background:#fff; transition:.2s ease; }
.news-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.news-card time { color:var(--blue-dark); font-size:10px; font-weight:750; }
.news-card h3 { margin:20px 0 10px; color:var(--text); font-size:18px; line-height:1.15; letter-spacing:-.035em; }
.news-card p { color:#738390; font-size:11px; line-height:1.6; }
.news-card > span { margin-top:auto; color:#006ca9; font-size:11px; font-weight:750; }
.cta { min-height:122px; margin-bottom:48px; padding:28px 34px; display:flex; align-items:center; justify-content:space-between; gap:30px; overflow:hidden; position:relative; border-radius:24px; background:linear-gradient(110deg,#075b96,#022a54); color:#fff; }
.cta::after { content:""; position:absolute; right:-85px; width:250px; height:250px; border:1px solid rgba(255,255,255,.11); border-radius:50%; box-shadow:0 0 0 32px rgba(255,255,255,.035),0 0 0 64px rgba(255,255,255,.025); pointer-events:none; }
.cta-copy, .cta-actions { position:relative; z-index:1; }
.cta h2 { margin:0 0 7px; font-size:25px; letter-spacing:-.045em; }
.cta p { margin:0; color:#b9d7ea; font-size:11px; }
.cta-actions { display:flex; flex-direction:column; align-items:center; gap:8px; min-width:142px; }
.btn-light { background:#fff; color:var(--blue-dark); border:0; box-shadow:none; }
.cta-actions > a { color:#bfdae9; font-size:10px; }
.footer { background:#fff; border-top:1px solid var(--line); }
.footer-top { min-height:92px; display:grid; grid-template-columns:auto 1fr auto; gap:34px; align-items:center; }
.footer-brand .brand-mark { width:36px; height:36px; }
.footer-brand .brand-copy strong { font-size:13px; }
.footer-top nav { display:flex; justify-content:center; gap:19px; }
.footer-top nav a { color:#516471; font-size:10px; font-weight:600; }
.footer-contact { display:flex; flex-direction:column; align-items:flex-end; gap:4px; }
.footer-contact a:first-child { color:var(--text); font-size:11px; font-weight:800; }
.footer-contact a:last-child { color:var(--muted); font-size:9px; }
.footer-bottom { min-height:58px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid #edf2f5; color:#9aa8b3; font-size:9px; }

.lead-modal { display:none; position:fixed; inset:0; z-index:1000; padding:24px; align-items:center; justify-content:center; }
.lead-modal[aria-hidden="false"] { display:flex; }
.lead-backdrop { position:absolute; inset:0; background:rgba(3,17,29,.62); backdrop-filter:blur(5px); }
.lead-dialog { position:relative; z-index:1; width:min(700px,100%); max-height:calc(100vh - 48px); overflow:auto; padding:34px; border-radius:24px; background:#fff; box-shadow:0 28px 90px rgba(0,0,0,.3); }
.lead-close { position:absolute; top:18px; right:18px; width:38px; height:38px; border:1px solid var(--line); border-radius:50%; background:#fff; color:var(--text); font-size:24px; line-height:1; }
.lead-dialog h2 { margin:0 48px 10px 0; color:var(--text); font-size:34px; letter-spacing:-.045em; }
.lead-subtitle { color:#6d7f8d; font-size:12px; line-height:1.6; }
.form-grid { margin-top:22px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
#leadForm label { display:flex; flex-direction:column; gap:7px; color:#465a69; font-size:10px; font-weight:700; }
#leadForm input, #leadForm textarea { width:100%; border:1px solid #ccdae4; border-radius:10px; background:#fbfdff; color:var(--text); outline:none; transition:border-color .18s, box-shadow .18s; }
#leadForm input { height:44px; padding:0 12px; }
#leadForm textarea { padding:12px; resize:vertical; min-height:115px; }
#leadForm input:focus, #leadForm textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,133,205,.11); }
.form-message { margin-top:14px; }
.form-note { margin:10px 0 0; color:#8b99a4; font-size:9px; }
.form-actions { margin-top:18px; display:flex; align-items:center; gap:14px; }
.form-status { color:#5e7482; font-size:10px; }
.form-status.error { color:#b22a2a; }
.form-status.success { color:#087640; }
.hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }

@media (max-width: 1080px) {
  .nav { display:none; }
  .burger { display:flex; }
  .mobile-nav.open { display:flex; position:fixed; z-index:99; top:72px; left:0; right:0; padding:18px 24px 24px; flex-direction:column; gap:4px; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 20px 40px rgba(20,60,85,.13); }
  .mobile-nav > a { padding:12px 10px; border-radius:9px; color:var(--text); font-weight:650; font-size:13px; }
  .mobile-nav-contact { display:flex; flex-direction:column; gap:5px; margin:8px 0; padding:14px 10px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:11px; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:30px; }
  .solution-grid { grid-template-columns:repeat(3,1fr); }
  .projects-grid { grid-template-columns:1fr 1fr; }
  .projects-feature { grid-row:auto; min-height:340px; }
  .projects-copy { grid-row:auto; }
  .project-tile { min-height:230px; }
}
@media (max-width: 760px) {
  .shell { width:min(100% - 28px,1216px); }
  .topbar { height:66px; }
  .topbar-inner { gap:10px; }
  .brand-mark { width:38px; height:38px; }
  .brand-copy { min-width:118px; }
  .brand-copy strong { font-size:14px; }
  .brand-copy span { font-size:7px; }
  .topbar-actions .contact-block { display:none; }
  .topbar-actions > .btn { display:none; }
  .mobile-nav.open { top:66px; }
  .hero-grid { padding:54px 0 38px; min-height:0; grid-template-columns:1fr; }
  h1 { font-size:48px; }
  .hero-media { aspect-ratio:1.15/1; border-radius:24px; }
  .hero-caption { right:20px; bottom:78px; }
  .hero-arrows { bottom:20px; }
  .hero-dots { display:none; }
  .stats { grid-template-columns:1fr 1fr; margin-bottom:60px; }
  .stats article { border-bottom:1px solid var(--line); }
  .stats article:nth-child(2) { border-right:0; }
  .stats article:nth-child(3), .stats article:nth-child(4) { border-bottom:0; }
  .solution-grid { grid-template-columns:1fr 1fr; }
  .section-title-row { align-items:flex-start; }
  .projects-grid { grid-template-columns:1fr; }
  .projects-feature { min-height:360px; }
  .projects-copy { padding:24px 0; }
  .project-tile { min-height:250px; }
  .about { grid-template-columns:1fr; gap:32px; }
  .news-grid { grid-template-columns:1fr; }
  .cta { align-items:flex-start; flex-direction:column; }
  .cta-actions { align-items:flex-start; }
  .footer-top { padding:28px 0; grid-template-columns:1fr; gap:22px; }
  .footer-top nav { flex-wrap:wrap; justify-content:flex-start; }
  .footer-contact { align-items:flex-start; }
  .footer-bottom { padding:18px 0; flex-direction:column; align-items:flex-start; gap:8px; }
  .lead-dialog { padding:28px 20px; }
  .form-grid { grid-template-columns:1fr; }
}
@media (max-width: 480px) {
  h1 { font-size:40px; }
  .hero-lead { font-size:14px; }
  .hero-actions .btn { width:100%; }
  .stats { grid-template-columns:1fr; }
  .stats article, .stats article:nth-child(2), .stats article:nth-child(3) { border-right:0; border-bottom:1px solid var(--line); }
  .stats article:last-child { border-bottom:0; }
  .solution-grid { grid-template-columns:1fr; }
  .about-list { grid-template-columns:1fr; }
  .about-panel { grid-template-columns:1fr; }
  .about-panel-main { grid-column:auto; }
  .section-title-row { flex-direction:column; }
}
