

body {
  min-height: 100vh;
  color: var(--text-main);
  background:
    radial-gradient(1200px 600px at 18% 12%, rgba(125,211,252,0.14), transparent 55%),
    radial-gradient(900px 520px at 82% 26%, rgba(167,139,250,0.12), transparent 55%),
    radial-gradient(700px 520px at 55% 80%, rgba(56,189,248,0.08), transparent 60%),
    linear-gradient(180deg, #05060b 0%, #060817 35%, #05060b 100%);
  overflow-x: hidden;
}

main {
  padding-top: 72px;
}

.section {
  padding: 96px 24px;
}

.section-tight {
  padding: 72px 24px;
}

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.section-title {
  font-size: clamp(30px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
}

.section-sub {
  margin-top: 12px;
  max-width: 860px;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 16px;
}

.text-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 900;
  opacity: 0.95;
}

.text-link:hover {
  opacity: 1;
  text-decoration: underline;
}



a.primary,
a.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

a.primary {
  color: #071016;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 16px 56px rgba(125,211,252,0.14);
}

a.ghost {
  color: var(--text-main);
  background: rgba(12, 16, 32, 0.35);
  border: 1px solid rgba(125,211,252,0.18);
}

a.primary:hover,
a.ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(125,211,252,0.18);
  border-color: rgba(125,211,252,0.34);
}

a.small {
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 14px;
}



.cards-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  position: relative;
  padding: 26px 24px;
  border-radius: 22px;
  background: rgba(12, 16, 32, 0.55);
  border: 1px solid rgba(125,211,252,0.14);
  box-shadow: 0 18px 70px rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateZ(0);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(125,211,252,0.28);
  box-shadow: 0 26px 90px rgba(0,0,0,0.55);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #071016;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  font-weight: 950;
}

.card h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.015em;
}

.card p {
  margin-top: 12px;
  color: var(--text-muted);
  line-height: 1.65;
}

.bullets {
  margin: 14px 0 0 0;
  padding-left: 18px;
}

.bullets li {
  margin: 8px 0;
  color: var(--text-muted);
}


.split {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: start;
}

.split::before {
  content: "";
  position: absolute;
  inset: -40px;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(700px 340px at 15% 25%, rgba(125,211,252,0.16), transparent 60%),
    radial-gradient(520px 340px at 85% 10%, rgba(167,139,250,0.14), transparent 55%);
}

.split > div:first-child {
  position: relative;
  z-index: 1;
  padding: 0;
}


.steps {
  position: relative;
  margin-top: 22px;

  padding-left: 34px;

  display: grid;
  gap: 14px;
}

.steps::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  opacity: 0.95;
  background: linear-gradient(
    to bottom,
    rgba(125,211,252,0.0),
    rgba(125,211,252,0.40),
    rgba(167,139,250,0.40),
    rgba(125,211,252,0.0)
  );
  box-shadow: 0 0 18px rgba(125,211,252,0.14);
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;

  padding: 18px;
  border-radius: 20px;

  background: rgba(10, 14, 28, 0.62);
  border: 1px solid rgba(125,211,252,0.14);
  box-shadow: 0 18px 70px rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.step::before {
  content: "";
  position: absolute;
  left: -24px;         
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(125,211,252,0.95);
  box-shadow:
    0 0 0 6px rgba(125,211,252,0.10),
    0 0 22px rgba(125,211,252,0.18);
}

.step:hover {
  transform: translateY(-3px);
  border-color: rgba(125,211,252,0.30);
  box-shadow: 0 26px 90px rgba(0,0,0,0.55);
}

.step-n {
  width: 70px;
  height: 50px;
  border-radius: 18px;
  display: grid;
  place-items: center;

  font-weight: 950;
  letter-spacing: 0.08em;

  color: #071016;
  background: linear-gradient(90deg, rgba(125,211,252,0.95), rgba(167,139,250,0.95));
  box-shadow: 0 14px 44px rgba(125,211,252,0.14);
}

.step-b h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
}

.step-b p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.65;
}


.panel {
  position: relative;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: rgba(10, 14, 28, 0.62);
  border: 1px solid rgba(125,211,252,0.16);
  box-shadow: 0 22px 80px rgba(0,0,0,0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  z-index: 1;

  margin-top: 64px;
}

.panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  background: linear-gradient(90deg, rgba(125,211,252,0.10), rgba(167,139,250,0.10));
  border-bottom: 1px solid rgba(125,211,252,0.14);
  pointer-events: none;
}

.panel-title,
.panel-sub,
.tags,
.panel-cta,
.panel-note {
  position: relative;
  z-index: 1;
}

.panel-title {
  margin: 8px 0 0 0;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 950;
}

.panel-sub {
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.65;
}

.tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.03em;
  background: rgba(125,211,252,0.07);
  border: 1px solid rgba(125,211,252,0.16);
  color: rgba(229,231,235,0.92);
}

.panel-cta {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.panel-note {
  margin-top: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 14px;
}

.cta {
  padding: 28px 26px;
  border-radius: 26px;
  background:
    radial-gradient(800px 280px at 20% 30%, rgba(125,211,252,0.16), transparent 60%),
    radial-gradient(700px 260px at 80% 10%, rgba(167,139,250,0.14), transparent 55%),
    rgba(12, 16, 32, 0.55);
  border: 1px solid rgba(125,211,252,0.18);
  box-shadow: 0 26px 90px rgba(0,0,0,0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cta h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.cta p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.65;
}

.cta-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}



@media (max-width: 980px) {
  .cards-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .panel { margin-top: 18px; }
}

@media (max-width: 560px) {
  .section { padding: 72px 18px; }
  .section-tight { padding: 56px 18px; }
  .steps { padding-left: 30px; }
  .steps::before { left: 14px; }
  .step::before { left: -24px; }
}

.panel-title {
  margin: 0;
  position: absolute;
  top: 5px;              
  left: 24px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.panel-body {
  padding-top: 56px;   
}

