:root {
  --bg: #06070b;
  --bg-soft: #0d1018;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(173, 106, 255, 0.35);
  --text: #f8f7ff;
  --muted: #aeb4c9;
  --purple: #a855f7;
  --purple-2: #7c3aed;
  --pink: #ec4899;
  --cyan: #7dd3fc;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
}

.evo-shell {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.evo-section,
.evo-lux-hero {
  position: relative;
  overflow: hidden;
  font-family: Inter, sans-serif;
  color: var(--text);
}

.evo-lux-hero {
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(168, 85, 247, 0.2), transparent 28%),
    radial-gradient(circle at 85% 22%, rgba(236, 72, 153, 0.12), transparent 26%),
    radial-gradient(circle at 80% 80%, rgba(125, 211, 252, 0.08), transparent 20%),
    linear-gradient(180deg, #080a0f 0%, #05060a 100%);
}

.evo-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 95%);
  pointer-events: none;
}

.evo-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(110px);
  opacity: 0.34;
  pointer-events: none;
}

.evo-orb-one {
  width: 320px;
  height: 320px;
  top: -60px;
  left: -20px;
  background: rgba(168, 85, 247, 0.55);
}

.evo-orb-two {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: 2%;
  background: rgba(236, 72, 153, 0.3);
}

.evo-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.evo-kicker-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.evo-kicker,
.evo-mini-pill,
.evo-tag,
.pill,
.evo-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
}

.evo-kicker {
  padding: 10px 16px;
  background: rgba(168, 85, 247, 0.12);
  color: #d9b8ff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evo-mini-pill,
.evo-chip,
.pill,
.evo-tag {
  padding: 9px 14px;
  background: rgba(255,255,255,0.04);
  color: #d8dced;
  font-size: 12px;
  font-weight: 600;
}

.evo-hero-title {
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.045em;
  max-width: 760px;
}

.evo-hero-title span,
.evo-section-heading h2 span {
  background: linear-gradient(90deg, #f3d0ff 0%, #b969ff 35%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.evo-hero-text {
  margin: 0 0 28px;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.evo-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.evo-proof-card,
.evo-info-card,
.evo-role-card,
.evo-module-card,
.evo-tech-card,
.evo-step,
.evo-why-item,
.evo-price-card,
.evo-business-panel,
.evo-feature-card,
.evo-dashboard-frame,
.evo-cta-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.evo-proof-card {
  border-radius: 18px;
  padding: 18px;
}

.evo-proof-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.evo-proof-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.evo-hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
}

.evo-hero-list li {
  position: relative;
  padding-left: 18px;
  color: #e8eaf7;
  font-size: 15px;
  line-height: 1.7;
}

.evo-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.8);
}

.evo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.evo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.evo-btn:hover {
  transform: translateY(-2px);
}

.evo-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.35);
}

.evo-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}

.evo-btn-ghost {
  color: #eadcff;
  background: rgba(168, 85, 247, 0.09);
  border: 1px solid rgba(168, 85, 247, 0.28);
}

.evo-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.evo-stat-box {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.evo-stat-box strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}

.evo-stat-box span {
  color: var(--muted);
  font-size: 13px;
}

.evo-dashboard-frame {
  position: relative;
  border-radius: 30px;
  padding: 18px;
}

.evo-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.evo-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
}

.evo-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.evo-overline {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d7b4ff;
}

.evo-dashboard-top h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.evo-screen-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
}

.evo-main-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.evo-floating-panel {
  position: absolute;
  z-index: 3;
  max-width: 220px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 12, 18, 0.86);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.evo-floating-left {
  left: -26px;
  bottom: 110px;
}

.evo-floating-right {
  right: -20px;
  top: 140px;
}

.evo-floating-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #cfb2ff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evo-floating-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.evo-floating-panel small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.evo-partner-badge {
  position: absolute;
  right: -12px;
  bottom: 28px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #dca5ff, #a855f7 72%);
  border: 4px dashed rgba(255,255,255,0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(10deg);
  box-shadow: 0 18px 48px rgba(168, 85, 247, 0.35);
}

.evo-partner-badge span {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}

.evo-partner-badge strong {
  font-size: 18px;
  line-height: 1.1;
}

.evo-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #06070b 0%, #090c13 100%);
}

.evo-intro-strip,
.evo-role-section,
.evo-tech-section-new,
.evo-why-section {
  background: linear-gradient(180deg, #080a10 0%, #06070b 100%);
}

.evo-section-heading {
  margin-bottom: 44px;
}

.evo-section-heading.center {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.evo-section-heading.left {
  max-width: 580px;
}

.evo-tag {
  margin-bottom: 16px;
  color: #d9b8ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.evo-section-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.evo-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.evo-intro-grid,
.evo-business-grid,
.evo-role-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: start;
}

.evo-intro-cards,
.evo-role-cards,
.evo-business-cards {
  display: grid;
  gap: 18px;
}

.evo-info-card,
.evo-role-card,
.evo-business-panel,
.evo-price-card,
.evo-tech-card,
.evo-step,
.evo-module-card,
.evo-why-item,
.evo-feature-card,
.evo-cta-box {
  border-radius: 24px;
}

.evo-info-card {
  position: relative;
  padding: 26px;
}

.evo-info-card .num {
  display: inline-block;
  margin-bottom: 14px;
  color: #cb9cff;
  font-size: 14px;
  font-weight: 800;
}

.evo-info-card h3,
.evo-role-card h3,
.evo-module-card h3,
.evo-price-card strong,
.evo-step h3,
.evo-feature-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.3;
}

.evo-info-card p,
.evo-role-card p,
.evo-module-card p,
.evo-price-card p,
.evo-step p,
.evo-business-panel p,
.evo-revenue-list li,
.evo-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.evo-feature-grid,
.evo-tech-grid-new,
.evo-module-grid,
.evo-why-grid {
  display: grid;
  gap: 18px;
}

.evo-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evo-feature-card {
  position: relative;
  padding: 28px;
  min-height: 220px;
}

.evo-feature-card.evo-large {
  grid-column: span 2;
}

.evo-feature-card.evo-accent {
  border-color: rgba(168, 85, 247, 0.3);
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.12), rgba(255,255,255,0.04));
}

.evo-feature-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 28px;
  color: #f7f0ff;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.22), rgba(236, 72, 153, 0.18));
  border: 1px solid rgba(255,255,255,0.1);
}

.evo-feature-card .icon i {
  line-height: 1;
}

.sticky-heading {
  position: sticky;
  top: 100px;
}

.evo-role-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evo-role-card {
  padding: 24px;
}

.pill {
  margin-bottom: 16px;
  color: #eadcff;
}

.evo-module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evo-module-card {
  padding: 24px;
}

.evo-module-card strong {
  display: inline-block;
  margin-bottom: 16px;
  color: #cb9cff;
  font-size: 14px;
}

.evo-business-panel {
  padding: 34px;
}

.evo-revenue-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.evo-revenue-list li {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
}

.evo-price-card {
  padding: 24px;
}

.evo-price-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d9b8ff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.evo-price-card.highlighted {
  border-color: rgba(168, 85, 247, 0.35);
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.15), rgba(255,255,255,0.04));
}

.evo-tech-grid-new {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evo-tech-card {
  padding: 24px;
}

.evo-tech-card label {
  display: block;
  margin-bottom: 12px;
  color: #cfd5eb;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evo-tech-card strong {
  font-size: 20px;
  line-height: 1.5;
}

.evo-process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.evo-step {
  padding: 24px;
  position: relative;
}

.evo-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  font-weight: 800;
}

.evo-why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evo-why-item {
  padding: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
}

.evo-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.evo-cta-box h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.evo-cta-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.evo-actions-right {
  margin-bottom: 0;
  justify-content: flex-end;
  min-width: 320px;
}

@media (max-width: 1200px) {
  .evo-hero-grid,
  .evo-intro-grid,
  .evo-business-grid,
  .evo-role-grid {
    grid-template-columns: 1fr;
  }

  .sticky-heading {
    position: static;
  }

  .evo-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evo-feature-grid,
  .evo-tech-grid-new,
  .evo-why-grid,
  .evo-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evo-floating-left {
    left: 16px;
    bottom: 80px;
  }

  .evo-floating-right {
    right: 16px;
  }
}

@media (max-width: 900px) {
  .evo-lux-hero,
  .evo-section {
    padding: 80px 0;
  }

  .evo-hero-proof,
  .evo-role-cards,
  .evo-feature-grid,
  .evo-tech-grid-new,
  .evo-module-grid,
  .evo-why-grid,
  .evo-process-line,
  .evo-stat-row {
    grid-template-columns: 1fr;
  }

  .evo-feature-card.evo-large {
    grid-column: span 1;
  }

  .evo-hero-list {
    grid-template-columns: 1fr;
  }

  .evo-dashboard-top,
  .evo-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .evo-actions-right {
    min-width: 0;
    justify-content: flex-start;
  }

  .evo-partner-badge {
    width: 110px;
    height: 110px;
    right: 8px;
    bottom: 10px;
  }
}

@media (max-width: 640px) {
  .evo-shell {
    width: min(var(--container), calc(100% - 24px));
  }

  .evo-hero-title {
    font-size: 36px;
  }

  .evo-section-heading h2,
  .evo-cta-box h2 {
    font-size: 30px;
  }

  .evo-floating-panel {
    position: static;
    max-width: 100%;
    margin-top: 16px;
  }

  .evo-dashboard-frame {
    padding: 16px;
  }

  .evo-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .evo-btn {
    width: 100%;
  }
}
