:root {
  --ink: #17151c;
  --ink-2: #27232d;
  --purple: #6b36c9;
  --purple-dark: #5123a4;
  --purple-soft: #f1eafb;
  --muted: #6d6873;
  --paper: #ffffff;
  --soft: #f7f6f3;
  --line: #e7e3eb;
  --success: #14765b;
  --max: 1180px;
  --shadow: 0 20px 55px rgba(38, 21, 63, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 Inter, Manrope, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(780px, 100%); }
.muted { color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--purple); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--purple); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.035em; }
h1 { max-width: 920px; margin: 22px 0 28px; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: .98; }
h2 { margin: 18px 0 22px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.04; }
h3 { font-size: 1.25rem; line-height: 1.25; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.25rem); }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border: 1px solid var(--purple); border-radius: 9px; font-weight: 750; transition: .18s ease; cursor: pointer; }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--purple), #7f42df); box-shadow: 0 12px 30px rgba(107, 54, 201, .2); }
.btn.secondary { color: var(--purple); background: #fff; }
.btn.dark { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
a:focus-visible, button:focus-visible { outline: 3px solid #cdb8f2; outline-offset: 3px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(231,227,235,.9); backdrop-filter: blur(16px); }
.nav { display: flex; height: 86px; align-items: center; justify-content: space-between; gap: 25px; }
.brand img { display: block; width: 170px; height: auto; }
.navlinks { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 680; }
.navlinks > a:not(.btn) { position: relative; padding: 9px 0; }
.navlinks > a:not(.btn)::after { position: absolute; right: 50%; bottom: 0; left: 50%; height: 2px; background: var(--purple); content: ""; transition: .18s; }
.navlinks > a:hover::after, .navlinks > a.active::after { right: 0; left: 0; }
.navlinks > a.active { color: var(--purple); }
.menu { display: none; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 112px 0 90px; background: linear-gradient(90deg, #fff 0%, #fff 54%, #faf8fe 100%); }
.hero::after { position: absolute; width: 680px; height: 680px; top: -210px; right: -210px; border: 1px solid rgba(107,54,201,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 100px rgba(107,54,201,.025), 0 0 0 210px rgba(107,54,201,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 70px; }
.hero-visual { position: relative; min-height: 420px; }
.orbit { position: absolute; inset: 25px 0; border: 1px solid rgba(107,54,201,.2); border-radius: 50%; transform: rotate(-17deg); }
.orbit:nth-child(2) { inset: 75px 35px; transform: rotate(28deg); }
.node { position: absolute; display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid #ded3ef; border-radius: 18px; color: var(--purple); background: rgba(255,255,255,.92); box-shadow: var(--shadow); font-size: 1.35rem; font-weight: 850; }
.node.one { top: 15px; right: 70px; }
.node.two { top: 165px; left: 10px; }
.node.three { right: 25px; bottom: 15px; }
.node.four { bottom: 20px; left: 145px; }
.hero-card { position: absolute; top: 116px; right: 90px; width: 230px; padding: 26px; border: 1px solid rgba(107,54,201,.18); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.hero-card strong { display: block; font-size: 1.15rem; }
.hero-card span { color: var(--muted); font-size: .9rem; }
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustgrid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trustitem { display: flex; align-items: center; gap: 14px; padding: 25px 32px; border-right: 1px solid var(--line); font-weight: 720; }
.trustitem:last-child { border: 0; }
.trusticon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid #d9cce9; border-radius: 50%; color: var(--purple); }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 80px; background: linear-gradient(135deg, #fff, #f8f4fd); }
.page-hero::after { position: absolute; width: 470px; height: 470px; top: -250px; right: -80px; border: 1px solid rgba(107,54,201,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(107,54,201,.025), 0 0 0 160px rgba(107,54,201,.018); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.9rem, 5.4vw, 5rem); }
.breadcrumb { margin-bottom: 30px; color: var(--muted); font-size: .86rem; }
.breadcrumb a { color: var(--purple); font-weight: 700; }

section { padding: 100px 0; }
.soft { background: var(--soft); }
.dark-section { color: #fff; background: var(--ink); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-head p { max-width: 650px; color: var(--muted); font-size: 1.07rem; }
.dark-section .section-head p, .dark-section .muted { color: #cbc6d0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: .2s ease; }
.card:hover { transform: translateY(-4px); border-color: #d4c4e9; box-shadow: var(--shadow); }
.card .number { color: var(--purple); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.card h3 { margin: 30px 0 13px; }
.card p { color: var(--muted); font-size: .94rem; }
.card .link { position: absolute; right: 28px; bottom: 23px; color: var(--purple); font-size: 1.35rem; }
.iconbox { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 11px; color: var(--purple); background: var(--purple-soft); font-weight: 850; }
.card .iconbox + h3 { margin-top: 26px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-list { display: grid; gap: 14px; margin-top: 28px; }
.feature { display: flex; align-items: flex-start; gap: 13px; color: var(--muted); }
.feature i { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-style: normal; font-size: .8rem; font-weight: 900; }
.panel { padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.panel.dark { color: #fff; border-color: transparent; background: var(--ink); }
.panel.dark p { color: #cbc6d0; }
.statgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.stat { padding: 28px; background: #fff; }
.stat strong { display: block; color: var(--purple); font-size: 1.45rem; }
.stat span { color: var(--muted); font-size: .9rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 46px; }
.step { position: relative; padding: 30px 27px; border-top: 2px solid var(--line); }
.step::before { position: absolute; top: -7px; left: 27px; width: 12px; height: 12px; border-radius: 50%; background: var(--purple); content: ""; }
.step b { display: block; margin: 8px 0; color: var(--purple); }
.step p { color: var(--muted); font-size: .92rem; }
.split-dark { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; padding: 58px; border-radius: 22px; color: #fff; background: var(--ink); }
.split-dark p { color: #cbc6d0; }
.legal-box { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.legal-row { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
.legal-row:last-child { border: 0; }
.legal-row span:first-child { color: #aaa4b1; }
.taglist { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.tag { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--purple-dark); background: #fff; font-size: .84rem; font-weight: 720; }
.dark-section .tag { color: #e5d7ff; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.05); }

.sla-table { width: 100%; overflow: hidden; border-collapse: collapse; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.sla-table th, .sla-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.sla-table th { color: #fff; background: var(--ink); font-size: .84rem; letter-spacing: .03em; }
.sla-table tr:last-child td { border: 0; }
.sla-table td:first-child { font-weight: 800; }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--success); background: #e9f5f1; font-size: .78rem; font-weight: 800; }
.notice { padding: 22px 24px; border-left: 3px solid var(--purple); color: var(--muted); background: var(--purple-soft); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; }
.contact-details { display: grid; gap: 14px; }
.contact-item { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.contact-item small { display: block; color: var(--muted); }
.contact-item a, .contact-item strong { color: var(--purple-dark); font-weight: 780; }
.cta { padding-top: 0; }
.cta-box { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 44px; padding: 60px; border: 1px solid #e4daf2; border-radius: 20px; background: linear-gradient(135deg, #f4eefc, #fbf9fe); }
.cta-box h2 { margin-bottom: 0; }
.cta-actions { text-align: right; }

.site-footer { padding: 52px 0 28px; color: #c9c4ce; background: #151319; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; }
.footer-brand img { width: 145px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 350px; margin-top: 20px; color: #aaa4b1; font-size: .9rem; }
.footer-col strong { display: block; margin-bottom: 14px; color: #fff; }
.footer-col a { display: block; margin: 7px 0; color: #bdb7c3; font-size: .9rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8f8995; font-size: .8rem; }

@media (max-width: 940px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .nav { height: 76px; }
  .brand img { width: 146px; }
  .menu { display: block; }
  .navlinks { position: absolute; top: 76px; right: 16px; left: 16px; display: none; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); flex-direction: column; }
  .navlinks.open { display: flex; }
  .navlinks .btn { width: 100%; }
  .hero { padding-top: 75px; }
  .hero-grid, .section-head, .feature-grid, .split-dark, .contact-grid, .cta-box { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; }
  .section-head { gap: 8px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-actions { text-align: left; }
}

@media (max-width: 620px) {
  h1 { font-size: 3.05rem; }
  section { padding: 76px 0; }
  .page-hero { padding: 68px 0 62px; }
  .cards, .trustgrid, .statgrid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .trustitem { border-right: 0; border-bottom: 1px solid var(--line); }
  .trustitem:last-child { border-bottom: 0; }
  .hero-visual { min-height: 300px; margin-top: -20px; }
  .hero-card { right: 40px; }
  .node.one { right: 20px; }
  .node.two { left: 0; }
  .node.four { left: 75px; }
  .panel, .split-dark, .cta-box { padding: 29px; }
  .sla-table { display: block; overflow-x: auto; white-space: nowrap; }
  .actions .btn { width: 100%; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
