:root {
  --blue: #0b63ff;
  --blue-dark: #064bbf;
  --green: #72bf44;
  --ink: #102033;
  --muted: #5d6b7a;
  --line: #e6edf5;
  --bg: #f7fbff;
  --white: #ffffff;
  --soft-blue: #eaf3ff;
  --soft-green: #eff9ea;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(16, 32, 51, 0.09);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Inter, Arial, Helvetica, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
header { position: sticky; top: 0; z-index: 10; background: rgba(247, 251, 255, 0.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 210px; max-width: 48vw; display: block; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.95rem; color: var(--muted); }
.nav-links a:hover { color: var(--blue); }
.lang-link { font-weight: 700; color: var(--blue-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 700; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--green)); box-shadow: 0 12px 30px rgba(11, 99, 255, 0.22); transition: transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(11, 99, 255, 0.28); }
.hero { padding: 92px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--soft-blue); color: var(--blue-dark); font-weight: 700; font-size: 0.85rem; margin-bottom: 22px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
h1 { max-width: 760px; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: -0.06em; margin-bottom: 26px; }
.gradient-text { background: linear-gradient(135deg, var(--blue), var(--green)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.contact-card { border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); padding: 16px 18px; color: var(--muted); box-shadow: var(--shadow); }
.contact-card strong { display: block; color: var(--ink); font-size: 0.95rem; margin-bottom: 2px; }
.visual-card { position: relative; min-height: 420px; border-radius: 36px; background: radial-gradient(circle at 20% 10%, rgba(114, 191, 68, 0.24), transparent 34%), radial-gradient(circle at 80% 20%, rgba(11, 99, 255, 0.22), transparent 34%), var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 34px; overflow: hidden; }
.visual-logo { width: 220px; max-width: 100%; margin-bottom: 44px; }
.orbit { position: absolute; right: -70px; bottom: -70px; width: 260px; height: 260px; border-radius: 50%; background: linear-gradient(135deg, rgba(11, 99, 255, 0.16), rgba(114, 191, 68, 0.22)); }
.mini-grid { position: relative; display: grid; gap: 14px; z-index: 2; }
.mini-item { padding: 18px; border-radius: 20px; background: rgba(255, 255, 255, 0.78); border: 1px solid var(--line); backdrop-filter: blur(10px); }
.mini-item b { display: block; color: var(--ink); margin-bottom: 4px; }
.mini-item span { color: var(--muted); font-size: 0.95rem; }
section { padding: 58px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.06; letter-spacing: -0.04em; }
.section-head p { max-width: 470px; color: var(--muted); }
.solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 36px rgba(16, 32, 51, 0.06); min-height: 260px; }
.icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--soft-blue), var(--soft-green)); margin-bottom: 22px; color: var(--blue); font-size: 1.4rem; font-weight: 900; }
.card h3 { font-size: 1.35rem; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.02em; }
.card p { color: var(--muted); }
.partners-wrap { background: var(--white); border: 1px solid var(--line); border-radius: 34px; padding: 30px; box-shadow: var(--shadow); }
.partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: #ffffff; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.partner-logo { height: 58px; max-width: 220px; object-fit: contain; object-position: left center; }
.partner-logo.code-logo { height: 70px; }
.partner-product { border-top: 1px solid var(--line); padding-top: 16px; }
.partner-product span { display: block; color: var(--muted); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; margin-bottom: 10px; }
.product-logo { height: 44px; max-width: 220px; object-fit: contain; object-position: left center; }
.cta { padding-bottom: 84px; }
.cta-box { border-radius: 38px; padding: clamp(34px, 6vw, 64px); background: linear-gradient(135deg, #0f2a47, #063d96 55%, #4b9f3b); color: var(--white); overflow: hidden; position: relative; }
.cta-box::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -120px; top: -120px; background: rgba(255, 255, 255, 0.12); }
.cta-content { position: relative; z-index: 2; max-width: 760px; }
.cta h2 { margin-bottom: 18px; }
.cta p { color: rgba(255, 255, 255, 0.82); font-size: 1.08rem; margin-bottom: 26px; }
.cta .button { background: var(--white); color: var(--blue-dark); box-shadow: none; }
footer { border-top: 1px solid var(--line); padding: 24px 0; color: var(--muted); background: var(--white); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 0.95rem; }
@media (max-width: 900px) { .nav-links { display: none; } .hero { padding-top: 58px; } .hero-grid, .solutions, .partners { grid-template-columns: 1fr; } .visual-card { min-height: auto; } .section-head { display: block; } .section-head p { margin-top: 12px; } }
@media (max-width: 560px) { .container { width: min(100% - 28px, 1120px); } .brand img { width: 165px; } .nav { min-height: 68px; } .nav .button { min-height: 42px; padding: 0 14px; font-size: 0.88rem; } .hero-actions { align-items: stretch; } .button, .contact-card { width: 100%; } .card, .partner, .partners-wrap { padding: 22px; } }
