:root {
  --bg: #07111f;
  --bg-2: #0b1829;
  --surface: #ffffff;
  --surface-soft: #f5f8fb;
  --text: #102033;
  --text-soft: #5f6d7d;
  --white: #ffffff;
  --accent: #ff7a18;
  --accent-2: #ff9f43;
  --line: #dfe6ee;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(9, 24, 42, .15);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(7,17,31,.86);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .08em; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 36px;
  padding: 0 8px;
  border-radius: 9px;
  color: #111827;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  letter-spacing: -.04em;
  font-size: 18px;
}
.brand-text { color: var(--white); font-size: 14px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; }
.main-nav a { transition: .2s ease; }
.main-nav a:hover { color: var(--white); }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; }
.nav-toggle { display: none; border: 0; background: transparent; color: white; font-size: 28px; cursor: pointer; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 155px 0 95px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(255,122,24,.15), transparent 30%),
    linear-gradient(145deg, #06101d 0%, #0b1d32 58%, #10233a 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { margin-bottom: 14px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 760px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1 span { color: #cbd7e4; }
.hero-text { max-width: 650px; color: #b9c6d4; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #15202d; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 14px 30px rgba(255,122,24,.2); }
.btn-secondary { color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.hero-points { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; color: #93a3b5; font-size: 13px; }

.hero-panel { border: 1px solid rgba(255,255,255,.13); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.28); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.panel-top { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 15px; color: #9fb0c2; background: rgba(0,0,0,.18); font-size: 12px; }
.panel-top strong { margin-left: 9px; font-size: 11px; font-weight: 700; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.dashboard-preview { min-height: 380px; display: grid; grid-template-columns: 64px 1fr; color: var(--text); background: #edf2f7; }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 18px 0; background: #0c1a2c; }
.mini-logo { width: 34px; height: 28px; display: grid; place-items: center; border-radius: 7px; font-size: 9px; font-weight: 900; color: #101722; background: var(--accent); }
.preview-sidebar span { width: 24px; height: 5px; border-radius: 9px; background: #4a5a6d; }
.preview-sidebar span.active { background: var(--accent); }
.preview-main { padding: 24px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.preview-heading small { display: block; color: #94a2b0; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.preview-heading strong { display: block; margin-top: 3px; font-size: 17px; }
.status-pill { padding: 6px 9px; border-radius: 999px; color: #246b4f; background: #dff5ea; font-size: 8px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.metric { padding: 14px; border-radius: 12px; background: #fff; box-shadow: 0 7px 15px rgba(12,26,44,.06); }
.metric small { display: block; color: #8a99aa; font-size: 8px; }
.metric b { font-size: 21px; }
.preview-content { display: grid; grid-template-columns: 1.6fr .8fr; gap: 12px; }
.preview-table, .preview-chart { min-height: 170px; border-radius: 13px; background: #fff; box-shadow: 0 7px 15px rgba(12,26,44,.05); }
.preview-table > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 11px 13px; border-bottom: 1px solid #edf1f5; font-size: 9px; }
.preview-table .table-head { color: #8a99aa; font-weight: 800; }
.preview-table i { font-style: normal; color: #2c7c5b; }
.preview-table i.warn { color: #ba631d; }
.preview-chart { display: flex; align-items: flex-end; justify-content: space-around; padding: 26px 12px; }
.preview-chart span { width: 14%; border-radius: 5px 5px 2px 2px; background: linear-gradient(#ff9f43, #ff7a18); }
.preview-chart span:nth-child(1){height: 28%;}.preview-chart span:nth-child(2){height: 54%;}.preview-chart span:nth-child(3){height: 42%;}.preview-chart span:nth-child(4){height: 76%;}.preview-chart span:nth-child(5){height: 63%;}

.section { padding: 100px 0; }
.section-light { background: var(--surface); }
.section-dark { color: white; background: var(--bg); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 680px; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .lead { color: var(--text-soft); font-size: 18px; }
.section-dark .lead { color: #a7b5c4; }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 35px rgba(20,39,62,.06); }
.feature-card { padding: 29px; }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 12px; color: #232f3c; background: #fff0e2; font-weight: 900; font-size: 12px; }
.feature-card h3 { margin-bottom: 12px; font-size: 23px; }
.feature-card p { margin-bottom: 0; color: var(--text-soft); }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.text-link { color: var(--accent); font-weight: 800; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-list > div { position: relative; padding: 28px 0 28px 52px; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-list span { position: absolute; left: 0; top: 32px; color: var(--accent); font-size: 11px; font-weight: 900; }
.service-list strong { display: block; margin-bottom: 6px; font-size: 22px; }
.service-list p { margin-bottom: 0; color: #9dacbc; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 240px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid b { display: block; margin-bottom: 52px; color: var(--accent); font-size: 12px; }
.benefit-grid h3 { margin-bottom: 8px; font-size: 21px; }
.benefit-grid p { margin-bottom: 0; color: var(--text-soft); }

.about-section { background: var(--surface-soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-copy { color: var(--text-soft); font-size: 18px; }
.about-copy p + p { margin-top: 20px; }

.contact-section { background: #f7f9fc; }
.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; padding: 50px; border-radius: 28px; color: white; background: linear-gradient(135deg, #081321, #102844); box-shadow: var(--shadow); }
.contact-card p { max-width: 680px; margin-bottom: 0; color: #aebccc; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.contact-note { color: #8fa1b5; font-size: 12px; }

.site-footer { padding: 55px 0; color: #9dafc2; background: #050d17; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 40px; align-items: end; }
.footer-brand { margin-bottom: 16px; }
.site-footer p { max-width: 430px; margin-bottom: 0; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.footer-links a:hover { color: white; }
.copyright { justify-self: end; font-size: 12px; }

.legal-page { min-height: 100vh; padding: 130px 0 80px; background: #f7f9fc; }
.legal-card { max-width: 850px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 40px rgba(20,39,62,.08); }
.legal-card h1 { color: var(--text); font-size: 42px; }
.legal-card h2 { margin-top: 34px; font-size: 24px; }
.legal-warning { padding: 15px 18px; border-left: 4px solid var(--accent); background: #fff6ee; }

@media (max-width: 980px) {
  .main-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: #0b1727;
    box-shadow: 0 24px 50px rgba(0,0,0,.3);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .nav-toggle { display: block; }
  .hero-grid, .split-grid, .about-grid, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .hero-panel { transform: none; }
  .card-grid.three { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { align-items: start; }
  .copyright { justify-self: start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 125px; }
  h1 { font-size: 45px; }
  .hero-text { font-size: 17px; }
  .dashboard-preview { grid-template-columns: 46px 1fr; min-height: 335px; }
  .preview-main { padding: 14px; }
  .metric-row { gap: 6px; }
  .metric { padding: 10px; }
  .metric b { font-size: 17px; }
  .preview-content { grid-template-columns: 1fr; }
  .preview-chart { display: none; }
  .section { padding: 74px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 32px 24px; }
  .contact-actions .btn { width: 100%; }
}
