:root { --ink: #102b55; --blue: #1467e8; --azure: #3289ff; --sky: #eaf4ff; --muted: #62738f; --line: #dbe7f6; --white: #fff; --shadow: 0 24px 60px rgba(18, 73, 148, .13); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; top: 0; z-index: 5; width: 100%; }
.navigation { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #11315e; font-size: 20px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; font-size: 16px; font-weight: 800; border-radius: 9px 9px 9px 2px; background: linear-gradient(145deg, #0a57d1, #58a8ff); box-shadow: 0 7px 15px rgba(26, 108, 222, .26); }
.main-nav { display: flex; gap: 31px; font-size: 14px; font-weight: 600; color: #536783; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav .active { color: var(--blue); }
.mobile-nav { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 15px 23px; color: #fff; font-size: 14px; font-weight: 700; border-radius: 9px; background: linear-gradient(135deg, #0c5bda, #247dea); box-shadow: 0 12px 21px rgba(18, 96, 217, .22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(18, 96, 217, .3); }
.button-small { padding: 11px 18px; font-size: 13px; }
.hero { position: relative; overflow: hidden; min-height: 690px; padding: 163px 0 85px; background: linear-gradient(125deg, #f9fcff 0%, #eef7ff 55%, #f9fcff 100%); }
.hero::before { content: ""; position: absolute; top: -94px; right: -100px; width: 650px; height: 650px; border-radius: 50%; border: 1px solid rgba(87, 164, 255, .15); box-shadow: 0 0 0 60px rgba(87, 164, 255, .05), 0 0 0 120px rgba(87, 164, 255, .035); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); }
.glow-one { top: 255px; left: -170px; width: 320px; height: 320px; background: rgba(86, 181, 255, .12); }
.glow-two { top: 95px; right: 10%; width: 250px; height: 250px; background: rgba(83, 163, 255, .11); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .91fr; align-items: center; gap: 55px; }
.hero-copy { max-width: 595px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #1767d7; font-size: 11px; font-weight: 800; letter-spacing: 1.25px; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 2px; background: #3289ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 560px; margin-bottom: 23px; font-size: clamp(42px, 5vw, 66px); line-height: 1.08; letter-spacing: -3.5px; font-weight: 800; }
h1 em { color: var(--blue); font-style: normal; }
.hero-description { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; }
.text-link { color: #1c5caf; font-size: 14px; font-weight: 700; }.text-link span { margin-left: 5px; }
.hero-proof { display: flex; gap: 32px; margin-top: 55px; }.hero-proof div { display: grid; gap: 2px; padding-right: 30px; border-right: 1px solid #d5e3f3; }.hero-proof div:last-child { border: 0; padding: 0; }.hero-proof strong { color: #174985; font-size: 15px; }.hero-proof span { color: #7585a0; font-size: 11px; }
.hero-visual { position: relative; min-height: 400px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(64, 147, 243, .25); border-radius: 50%; transform: translate(-50%, -50%); }.orbit-large { width: 454px; height: 454px; }.orbit-small { width: 355px; height: 355px; border-style: dashed; }
.dashboard-card { position: absolute; top: 29px; left: 24px; z-index: 1; width: min(420px, 93%); padding: 7px; border: 1px solid rgba(255,255,255,.9); border-radius: 17px; background: rgba(255,255,255,.84); box-shadow: 0 28px 50px rgba(38, 109, 186, .2); backdrop-filter: blur(10px); transform: rotate(-3deg); }
.dash-topbar { height: 22px; display: flex; align-items: center; gap: 4px; padding-left: 5px; }.dash-topbar span { width: 5px; height: 5px; border-radius: 50%; background: #ff8b84; }.dash-topbar span:nth-child(2) { background: #ffd268; }.dash-topbar span:nth-child(3) { background: #65d4a5; }.dash-topbar i { width: 90px; height: 7px; margin-left: 37px; border-radius: 5px; background: #e8eff8; }
.dash-body { display: flex; min-height: 250px; overflow: hidden; border-radius: 11px; background: #f9fbff; }.dash-body aside { display: flex; flex-direction: column; align-items: center; gap: 18px; width: 41px; padding-top: 13px; background: #104b9b; }.dash-body aside b { color: #fff; font-size: 13px; }.dash-body aside i { width: 14px; height: 14px; opacity: .5; border-radius: 4px; background: #b2d9ff; }.dash-content { flex: 1; padding: 18px; }.dash-heading { display: flex; justify-content: space-between; align-items: center; }.dash-heading div { display: grid; gap: 3px; }.dash-heading small, .stat-grid small, .chart small { color: #8293ac; font-size: 8px; }.dash-heading strong { font-size: 14px; }.avatar { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #fff; font-size: 9px; background: #ff9b87; }.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 18px 0 10px; }.stat-grid div { display: grid; gap: 4px; padding: 9px; border: 1px solid #e5edf8; border-radius: 7px; background: #fff; }.stat-grid strong { font-size: 14px; }.stat-grid em { color: #26a677; font-size: 7px; font-style: normal; }.chart { padding: 9px; border: 1px solid #e5edf8; border-radius: 7px; background: #fff; }.chart-label { display: flex; justify-content: space-between; font-size: 8px; font-weight: 700; }.chart-lines { position: relative; height: 98px; margin-top: 8px; }.chart-lines > i { position: absolute; width: 100%; height: 1px; background: #edf2f9; }.chart-lines > i:first-child { top: 28px; }.chart-lines > i:nth-child(2) { top: 65px; }.chart svg { position: relative; width: 100%; height: 100%; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.93); box-shadow: 0 13px 30px rgba(30, 93, 164, .17); }.floating-card > span { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; font-size: 12px; border-radius: 7px; background: #26ba82; }.floating-card div { display: grid; gap: 2px; }.floating-card small { color: #8090a7; font-size: 8px; }.floating-card strong { color: #214b7f; font-size: 10px; }.floating-success { top: 2px; right: 0; }.floating-message { right: -8px; bottom: 15px; }.floating-message > span { background: #217ae8; }
.section { padding: 105px 0; }.section-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 44px; }.section-intro .eyebrow { align-self: start; }.section h2 { margin: 0; color: #123463; font-size: clamp(31px, 4vw, 46px); line-height: 1.13; letter-spacing: -2.2px; }
.services { background: #fff; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.service-card { padding: 31px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.service-card.featured { border-color: #cde4ff; background: linear-gradient(145deg, #f9fcff, #edf7ff); }.service-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 22px; color: #176bde; font-size: 24px; border-radius: 10px; background: #e2f1ff; }.service-card h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.7px; }.service-card p { min-height: 73px; color: var(--muted); font-size: 14px; line-height: 1.65; }.service-card a { color: #1664d5; font-size: 13px; font-weight: 750; }.service-card a span { margin-left: 6px; }
.faq { background: #f6faff; }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.faq-layout > div > p:not(.eyebrow) { max-width: 310px; margin-top: 21px; color: var(--muted); font-size: 14px; line-height: 1.7; }.faq-list { border-top: 1px solid #d9e6f5; }.faq-list details { border-bottom: 1px solid #d9e6f5; }.faq-list summary { display: flex; justify-content: space-between; align-items: center; padding: 21px 0; color: #214775; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #1873ea; font-size: 22px; font-weight: 400; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -5px 35px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact { padding: 73px 0; background: linear-gradient(125deg, #0d428c, #0c68d7 70%, #1785e9); }.contact-box { display: flex; align-items: center; justify-content: space-between; }.eyebrow.light { color: #cfe8ff; }.eyebrow.light span { background: #cfe8ff; }.contact h2 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 45px); line-height: 1.13; letter-spacing: -2px; }.button-light { color: #1261c8; background: #fff; box-shadow: 0 12px 24px rgba(2, 42, 99, .22); }
.footer { padding: 36px 0; }.footer .container { display: flex; align-items: center; justify-content: space-between; }.footer p, .footer small { margin: 0; color: #7889a3; font-size: 12px; }.footer small { font-size: 11px; }
@media (max-width: 820px) { .main-nav, .navigation .button-small { display: none; }.mobile-nav { position: relative; display: block; }.mobile-nav summary { display: grid; align-content: center; gap: 4px; width: 42px; height: 42px; padding: 0 10px; border: 1px solid #d3e5fa; border-radius: 10px; background: rgba(255,255,255,.78); box-shadow: 0 8px 20px rgba(18, 87, 173, .09); cursor: pointer; list-style: none; }.mobile-nav summary::-webkit-details-marker { display: none; }.mobile-nav summary span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #155bae; transition: transform .2s ease, opacity .2s ease; }.mobile-nav[open] summary span:first-child { transform: translateY(6px) rotate(45deg); }.mobile-nav[open] summary span:nth-child(2) { opacity: 0; }.mobile-nav[open] summary span:last-child { transform: translateY(-6px) rotate(-45deg); }.mobile-nav nav { position: absolute; top: 51px; right: 0; display: grid; width: min(290px, calc(100vw - 48px)); padding: 10px; border: 1px solid #dceafa; border-radius: 13px; background: rgba(255,255,255,.98); box-shadow: 0 20px 45px rgba(23, 75, 142, .2); }.mobile-nav nav a { padding: 12px 13px; color: #34557f; font-size: 14px; font-weight: 650; border-radius: 8px; }.mobile-nav nav a:hover { color: #105fc9; background: #eff7ff; }.mobile-nav nav .mobile-cta { display: flex; justify-content: space-between; margin-top: 4px; color: #fff; background: #1467e8; }.mobile-nav nav .mobile-cta:hover { color: #fff; background: #0e59cb; }.hero { padding-top: 140px; }.hero-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }.hero-visual { width: min(500px, 100%); margin: 0 auto; }.section-intro { display: block; }.section-intro .eyebrow { margin-bottom: 15px; }.service-grid { grid-template-columns: 1fr; }.service-card p { min-height: auto; }.faq-layout { gap: 32px; }.contact-box { gap: 32px; }.footer .container { gap: 17px; flex-wrap: wrap; } }
@media (max-width: 520px) { .container { width: min(100% - 32px, 1120px); }.navigation { height: 72px; }.hero { min-height: 0; padding: 125px 0 57px; }.eyebrow { font-size: 10px; letter-spacing: .9px; }.hero-description { font-size: 15px; line-height: 1.65; }.hero-actions, .contact-box { align-items: stretch; flex-direction: column; }.hero-actions { gap: 18px; }.hero-actions .button { width: 100%; }.text-link { text-align: center; }.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 37px; }.hero-proof div { min-width: 0; padding: 0 10px; border-right: 1px solid #d5e3f3; }.hero-proof div:first-child { padding-left: 0; }.hero-proof strong { font-size: 13px; }.hero-proof span { font-size: 10px; line-height: 1.35; }.hero-visual { min-height: 300px; }.dashboard-card { top: 22px; left: 0; width: calc(100% - 14px); }.dash-content { padding: 14px; }.dash-body { min-height: 225px; }.dash-body aside { width: 34px; gap: 16px; }.dash-body aside i { width: 12px; height: 12px; }.dash-topbar i { width: 70px; }.chart-lines { height: 80px; }.orbit-large { width: 315px; height: 315px; }.orbit-small { width: 242px; height: 242px; }.floating-card { padding: 8px; }.floating-success { top: 2px; right: -4px; }.floating-message { right: -7px; bottom: 0; }.section { padding: 73px 0; }.section h2 { letter-spacing: -1.5px; }.service-card { padding: 26px; }.faq-list summary { gap: 20px; font-size: 14px; }.contact { padding: 58px 0; }.contact .button { align-self: stretch; }.footer { padding: 30px 0; }.footer .container { align-items: flex-start; flex-direction: column; } }
@media (max-width: 360px) { h1 { font-size: 39px; letter-spacing: -2.5px; }.hero-proof div { padding: 0 6px; }.hero-proof strong { font-size: 12px; }.hero-proof span { font-size: 9px; }.hero-visual { min-height: 277px; }.dashboard-card { transform: rotate(-2deg) scale(.94); transform-origin: left top; }.floating-message { transform: scale(.88); transform-origin: right bottom; }.floating-success { transform: scale(.9); transform-origin: right top; } }
