:root {
  --home-ink: #241642;
  --home-muted: #655d76;
  --home-purple: #7c3aed;
  --home-pink: #ec4899;
  --home-blue: #2563eb;
  --home-cyan: #06b6d4;
  --home-orange: #f59e0b;
}

body.home-v2 {
  background: #fff;
}

body.home-v2 .site-header {
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(124,58,237,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.home-v2 .site-header.default .site-nav .nav-list > li .nav-item {
  color: var(--home-ink);
  font-weight: 600;
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: 72px 0 66px;
  background:
    radial-gradient(circle at 12% 8%, rgba(236,72,153,.16), transparent 28%),
    radial-gradient(circle at 87% 18%, rgba(37,99,235,.16), transparent 29%),
    radial-gradient(circle at 78% 88%, rgba(245,158,11,.14), transparent 25%),
    linear-gradient(135deg, #fcf9ff 0%, #f7fbff 52%, #fffaf4 100%);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
}

.home-hero::before {
  width: 300px;
  height: 300px;
  left: -180px;
  bottom: -130px;
  background: linear-gradient(145deg, rgba(124,58,237,.18), rgba(6,182,212,.1));
}

.home-hero::after {
  width: 250px;
  height: 250px;
  right: -120px;
  top: 28px;
  background: linear-gradient(145deg, rgba(236,72,153,.17), rgba(245,158,11,.12));
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 58px;
}

.home-hero__copy {
  max-width: 650px;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 9px 14px;
  border: 1px solid rgba(124,58,237,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #6d28d9;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(73,40,124,.07);
}

.home-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--home-pink), var(--home-orange));
  box-shadow: 0 0 0 5px rgba(236,72,153,.1);
}

.home-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-hero h1 .gradient-text {
  color: transparent;
  background: linear-gradient(92deg, var(--home-purple) 2%, var(--home-pink) 47%, var(--home-orange) 98%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-hero__lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: 19px;
  line-height: 1.68;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
}

.home-hero__primary,
.home-hero__secondary {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.home-hero__primary {
  color: #fff;
  background: linear-gradient(110deg, #6d28d9, #a855f7 48%, #ec4899);
  box-shadow: 0 16px 34px rgba(109,40,217,.24);
}

.home-hero__primary:hover,
.home-hero__primary:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(109,40,217,.3);
}

.home-hero__secondary {
  color: var(--home-ink);
  border: 1px solid rgba(36,22,66,.12);
  background: rgba(255,255,255,.78);
}

.home-hero__secondary:hover,
.home-hero__secondary:focus {
  color: var(--home-purple);
  background: #fff;
  transform: translateY(-2px);
}

.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #554d64;
  font-size: 14px;
  font-weight: 600;
}

.home-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-hero__proof li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #047857;
  background: #d1fae5;
  font-size: 12px;
  font-weight: 800;
}

.home-hero__visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.home-hero__visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124,58,237,.16), rgba(236,72,153,.12) 50%, rgba(245,158,11,.16));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 30px 80px rgba(85,44,126,.15);
}

.home-hero__mark {
  position: relative;
  z-index: 2;
  width: min(390px, 92%);
  height: auto;
  filter: drop-shadow(0 24px 32px rgba(74,35,110,.2));
}

.home-hero__trait {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 146px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 34px rgba(57,31,93,.13);
  backdrop-filter: blur(14px);
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
}

.home-hero__trait i {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.home-hero__trait--mind { left: 0; top: 70px; }
.home-hero__trait--mind i { background: #7c3aed; }
.home-hero__trait--energy { right: -6px; top: 126px; }
.home-hero__trait--energy i { background: #06b6d4; }
.home-hero__trait--nature { left: 14px; bottom: 89px; }
.home-hero__trait--nature i { background: #ec4899; }
.home-hero__trait--tactics { right: 2px; bottom: 54px; }
.home-hero__trait--tactics i { background: #f59e0b; }

.home-benefits {
  padding-top: 68px;
  padding-bottom: 58px;
}

.home-section-head {
  max-width: 690px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-section-head .eyebrow {
  margin: 0 0 10px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-section-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.home-section-head p {
  margin: 15px auto 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-benefits .features-list {
  align-items: stretch;
}

.home-benefits .feature-billet {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 30px;
  border: 1px solid rgba(64,38,92,.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fdfbff 100%);
  box-shadow: 0 18px 48px rgba(47,29,71,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-benefits .feature-billet::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -52px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(124,58,237,.05);
}

.home-benefits .feature-billet:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 58px rgba(47,29,71,.12);
}

.home-benefits .feature-billet .icon {
  width: 82px;
  height: 82px;
}

.home-benefits .feature-billet .icon img {
  display: block;
  width: 82px;
  height: 82px;
}

.home-benefits .feature-billet .title {
  margin-top: 20px;
  color: var(--home-ink);
  font-size: 21px;
}

.home-benefits .feature-billet .descr {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-how {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background: #f8f7ff;
}

.home-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.home-step {
  padding: 25px;
  border: 1px solid rgba(124,58,237,.09);
  border-radius: 20px;
  background: #fff;
}

.home-step__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(124,58,237,.2);
}

.home-step h3 {
  margin: 0 0 9px;
  color: var(--home-ink);
  font-size: 20px;
}

.home-step p {
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-seo-copy {
  padding-top: 68px;
  padding-bottom: 68px;
}

.home-seo-copy__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 46px;
  align-items: start;
}

.home-seo-copy h2 {
  margin: 0 0 18px;
  color: var(--home-ink);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.home-seo-copy p {
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.8;
}

.home-seo-copy__panel {
  padding: 28px;
  border: 1px solid rgba(124,58,237,.1);
  border-radius: 24px;
  background: linear-gradient(145deg, #f7f3ff, #fff8fc);
}

.home-seo-copy__panel h3 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-size: 21px;
}

.home-seo-copy__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-seo-copy__panel li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 27px;
  color: #554d64;
  line-height: 1.55;
}

.home-seo-copy__panel li:last-child { margin-bottom: 0; }
.home-seo-copy__panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7c3aed;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .home-hero { padding: 58px 0 54px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .home-hero__copy { max-width: 760px; margin: 0 auto; text-align: center; }
  .home-hero__lead { margin-left: auto; margin-right: auto; }
  .home-hero__actions, .home-hero__proof { justify-content: center; }
  .home-hero__visual { min-height: 420px; max-width: 570px; width: 100%; margin: 0 auto; }
  .home-seo-copy__grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
  .home-hero { padding: 44px 0 42px; }
  .home-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .home-hero__lead { font-size: 17px; }
  .home-hero__actions { flex-direction: column; align-items: stretch; }
  .home-hero__primary, .home-hero__secondary { width: 100%; }
  .home-hero__proof { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .home-hero__visual { min-height: 350px; }
  .home-hero__visual::before { width: 300px; height: 300px; }
  .home-hero__mark { width: 300px; }
  .home-hero__trait { min-width: 120px; padding: 9px 11px; font-size: 12px; border-radius: 13px; }
  .home-hero__trait--mind { left: 0; top: 42px; }
  .home-hero__trait--energy { right: 0; top: 92px; }
  .home-hero__trait--nature { left: 5px; bottom: 69px; }
  .home-hero__trait--tactics { right: 0; bottom: 42px; }
  .home-how__grid { grid-template-columns: 1fr; }
  .home-benefits, .home-how, .home-seo-copy { padding-top: 54px; padding-bottom: 54px; }
}

@media (max-width: 430px) {
  .home-hero__proof { grid-template-columns: 1fr; }
  .home-hero__visual { min-height: 315px; }
  .home-hero__visual::before { width: 260px; height: 260px; }
  .home-hero__mark { width: 255px; }
  .home-hero__trait { min-width: 106px; }
}

/* Search-friendly explanatory content */
.home-dimensions {
  padding: 76px 0;
  background:
    radial-gradient(circle at 5% 8%, rgba(124,58,237,.09), transparent 28%),
    radial-gradient(circle at 95% 90%, rgba(236,72,153,.08), transparent 28%),
    #fff;
}

.home-dimensions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-dimension {
  position: relative;
  padding: 27px 27px 25px 94px;
  min-height: 164px;
  border: 1px solid rgba(80,52,115,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 44px rgba(45,27,69,.07);
}

.home-dimension__letters {
  position: absolute;
  left: 25px;
  top: 27px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #ec4899 62%, #f59e0b);
  box-shadow: 0 10px 25px rgba(124,58,237,.22);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.home-dimension h3 {
  margin: 0 0 9px;
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.3;
}

.home-dimension p {
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-cta {
  padding: 22px 0 80px;
}

.home-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 46px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(120deg, #4c1d95, #7c3aed 43%, #db2777 100%);
  box-shadow: 0 26px 64px rgba(76,29,149,.24);
}

.home-cta__card .eyebrow {
  margin: 0 0 9px;
  color: #f5d0fe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-cta__card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.home-cta__card p:not(.eyebrow) {
  max-width: 680px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.65;
}

.home-cta__card .home-hero__primary {
  flex: 0 0 auto;
  color: #6d28d9;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32,13,63,.22);
}

.home-cta__card .home-hero__primary:hover,
.home-cta__card .home-hero__primary:focus {
  color: #6d28d9;
  background: #fff;
}

@media (max-width: 800px) {
  .home-dimensions__grid { grid-template-columns: 1fr; }
  .home-cta__card { align-items: flex-start; flex-direction: column; padding: 34px 30px; }
  .home-cta__card .home-hero__primary { width: 100%; }
}

@media (max-width: 520px) {
  .home-dimension { padding: 88px 23px 24px; }
  .home-dimension__letters { left: 23px; top: 22px; }
  .home-dimensions { padding-top: 56px; padding-bottom: 56px; }
  .home-cta { padding-bottom: 58px; }
}
