:root {
  --bg: #f4f7fc;
  --surface: #ffffff;
  --surface-muted: #eef3fb;
  --text: #112038;
  --text-soft: #516179;
  --line: #d5dfec;
  --primary: #1d3f85;
  --primary-2: #2a63d3;
  --accent: #6457c5;
  --success: #1f9b6c;
  --warning: #cf6a34;
  --shadow: 0 14px 36px rgba(20, 36, 79, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 20%, rgba(42, 99, 211, 0.07), transparent 32%),
    radial-gradient(circle at 95% 5%, rgba(100, 87, 197, 0.08), transparent 35%),
    var(--bg);
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  font-family: "Sora", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
  position: relative;
}

.section.muted {
  background: var(--surface-muted);
}

.kicker {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--primary-2);
  margin-bottom: 0.85rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: linear-gradient(140deg, var(--primary), var(--primary-2));
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.84rem 1.3rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 22px rgba(37, 80, 169, 0.28);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 80, 169, 0.34);
}

.btn-sm {
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
}

.btn-ghost {
  background: #fff;
  color: var(--primary);
  border: 1px solid #c8d6ed;
  box-shadow: none;
}

.btn-ghost:hover {
  box-shadow: none;
  border-color: var(--primary-2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(244, 247, 252, 0.92);
  border-bottom: 1px solid rgba(181, 199, 228, 0.65);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  font-weight: 800;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.88rem;
}

.brand-text {
  font-family: "Sora", sans-serif;
}

.nav {
  display: flex;
  gap: 1.25rem;
}

.nav a {
  font-weight: 600;
  color: #385071;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--primary-2);
  transition: width 0.2s ease;
}

.nav a:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #bfd0eb;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #2b466d;
}

.hero {
  padding-top: 96px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 16ch;
}

.hero-copy p {
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.4rem 0;
}

.trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-tags span {
  font-size: 0.84rem;
  font-weight: 700;
  color: #3d5577;
  background: #e9f0fc;
  border: 1px solid #cadcf8;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
}

.dashboard {
  border: 1px solid #d3dff1;
  border-radius: 20px;
  background: linear-gradient(160deg, #fff, #f8fbff);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}

.dash-head span {
  font-size: 0.82rem;
  color: #5b6d87;
}

.bars-card {
  border-radius: 14px;
  border: 1px solid #d9e4f5;
  padding: 0.8rem;
  background: #fff;
}

.bars-card p {
  margin: 0 0 0.5rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #345078;
}

.bars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  align-items: end;
}

.bars div {
  display: grid;
  gap: 0.45rem;
}

.bars i {
  display: block;
  height: 110px;
  border-radius: 10px;
  background: linear-gradient(180deg, #5790f5, #2f63ca);
  position: relative;
  overflow: hidden;
}

.bars i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--h);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.42));
}

.bars span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3f5679;
}

.dash-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.mini-card {
  border-radius: 14px;
  border: 1px solid #d9e4f5;
  padding: 0.78rem;
  background: #fff;
}

.mini-card h4 {
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.mini-card p {
  font-size: 0.84rem;
  margin: 0;
}

.mini-card.warning {
  border-left: 4px solid var(--warning);
}

.mini-card.success {
  border-left: 4px solid var(--success);
}

.mini-card.accent {
  border-left: 4px solid var(--accent);
}

.mini-card.neutral {
  border-left: 4px solid #6882ab;
}

.cloud-grid,
.feature-grid,
.benefit-grid,
.integration-grid,
.stats-grid {
  display: grid;
  gap: 1rem;
}

.cloud-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-card,
.feature-card,
.benefit-card,
.integration-card {
  background: #fff;
  border: 1px solid #d6e2f3;
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: 0 8px 20px rgba(20, 36, 79, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cloud-card:hover,
.feature-card:hover,
.benefit-card:hover,
.integration-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(20, 36, 79, 0.12);
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card h3,
.benefit-card h3,
.cloud-card h3,
.integration-card h3 {
  font-size: 1rem;
}

.icon-box {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.72rem;
  background: linear-gradient(150deg, #edf3ff, #dde9fb);
  border: 1px solid #cadbf8;
}

.icon-box svg {
  width: 20px;
  height: 20px;
  stroke: #2f58a4;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.2rem;
  background: #fff;
  border: 1px solid #d6e2f3;
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.security-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.security-list li {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #f2f7ff;
  border: 1px solid #d4e3f8;
  font-weight: 600;
  color: #274772;
}

.integration-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stats {
  background: linear-gradient(180deg, #f8fbff, #edf3fc);
}

.stats-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stat {
  background: #fff;
  border: 1px solid #d6e3f3;
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
}

.stat strong {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  color: var(--primary);
  display: block;
}

.stat:nth-child(3) strong::after {
  content: "%";
}

.stat:nth-child(4) strong::after {
  content: "h";
}

.faq {
  padding-top: 76px;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

details {
  background: #fff;
  border: 1px solid #d7e2f3;
  border-radius: 14px;
  padding: 0.75rem 1rem;
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: #223d61;
}

details p {
  margin-top: 0.7rem;
}

.cta-box {
  text-align: center;
  background: linear-gradient(150deg, #122f64, #234890);
  color: #fff;
  border-radius: 24px;
  padding: 2.2rem;
  box-shadow: var(--shadow);
}

.cta-box p {
  color: #d6e3ff;
}

.cta-box .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.site-footer {
  padding: 2.6rem 0 1.5rem;
  border-top: 1px solid #d1ddf0;
  background: #f1f5fb;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 1.2rem;
  align-items: start;
}

.footer-grid h3 {
  margin-bottom: 0.4rem;
}

.footer-nav {
  display: grid;
  gap: 0.35rem;
}

.footer-nav a {
  color: #335178;
  font-weight: 600;
}

.footer-cta {
  display: inline-flex;
  border: 1px solid #bfd2ef;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  color: #23416d;
  font-weight: 700;
  background: #fff;
}

.copyright {
  text-align: center;
  margin: 1.2rem 0 0;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.22;
  z-index: -1;
}

.orb-1 {
  width: 260px;
  height: 260px;
  background: #5f89e2;
  left: -60px;
  top: 120px;
}

.orb-2 {
  width: 220px;
  height: 220px;
  background: #6b61cf;
  right: -50px;
  top: 20px;
}

@media (max-width: 1060px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integration-grid,
  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .security-wrap,
  .cloud-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav,
  .site-header .btn-sm {
    display: none;
  }

  .nav.open {
    display: grid;
    position: absolute;
    left: 4vw;
    right: 4vw;
    top: 72px;
    background: #fff;
    border: 1px solid #d3e0f3;
    border-radius: 14px;
    padding: 0.8rem;
    box-shadow: var(--shadow);
    gap: 0.45rem;
  }

  .nav-wrap {
    position: relative;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 68px 0;
  }

  .feature-grid,
  .integration-grid,
  .stats-grid,
  .dash-grid {
    grid-template-columns: 1fr;
  }

  .cta-box {
    text-align: left;
  }
}
