.elementor-2277 .elementor-element.elementor-element-1ca3b36{--display:flex;}.elementor-2277 .elementor-element.elementor-element-1ca3b36.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2277 .elementor-element.elementor-element-f7549b2{--display:flex;}.elementor-2277 .elementor-element.elementor-element-61c80ce{--display:flex;}.elementor-2277 .elementor-element.elementor-element-5b073e1{--display:flex;}.elementor-2277 .elementor-element.elementor-element-58109d8{--display:flex;}.elementor-2277 .elementor-element.elementor-element-3933a1f{--display:flex;}.elementor-2277 .elementor-element.elementor-element-d9b1160{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2277 .elementor-element.elementor-element-baa7fd0{--display:flex;}.elementor-2277 .elementor-element.elementor-element-f843000{--display:flex;}.elementor-2277 .elementor-element.elementor-element-6f7d223{--display:flex;}@media(max-width:1024px) and (min-width:768px){.elementor-2277 .elementor-element.elementor-element-1ca3b36{--width:914px;}}/* Start custom CSS for html, class: .elementor-element-52443c8 */:root {
  --purple-primary: #5619A7;
  --purple-secondary: #7A3CF0;
  --purple-accent: #A259FF;
  --purple-glow: rgba(122, 60, 240, 0.18);
  --purple-glow-strong: rgba(162, 89, 255, 0.28);
  --bg-deep: #0B0B14;
  --bg-dark: #121223;
  --bg-card: #1A1A2E;
  --bg-card-hover: #1E1E38;
  --bg-glass: rgba(26, 26, 46, 0.7);
  --text-white: #FFFFFF;
  --text-light: #F5F5F5;
  --text-muted: #CFCFCF;
  --text-subtle: #8A8A9E;
  --border-glass: rgba(162, 89, 255, 0.15);
  --border-subtle: rgba(255, 255, 255, 0.07);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  background: var(--bg-deep);
  color: var(--text-light);
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

#hero,
#featured,
#insights,
#quote,
#capture {
  width: 100%;
}

#hero {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(86, 25, 167, 0.22) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(122, 60, 240, 0.1) 0%, transparent 60%),
    var(--bg-deep);
  overflow: hidden;
}

.hero-content {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(162, 89, 255, 0.12);
  border: 1px solid rgba(162, 89, 255, 0.25);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  color: var(--purple-accent);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-white);
  margin-bottom: 24px;
}

.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--purple-accent), #C89FFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 44px;
  font-weight: 300;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary a,
.btn-ghost a {
  text-decoration: none !important;
}

.btn-primary .elementor-button {
  padding: 15px 32px;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-secondary)) !important;
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(86, 25, 167, 0.45);
}

.btn-ghost .elementor-button {
  padding: 14px 32px;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 50px;
  color: var(--text-light) !important;
}

#featured {
  background: var(--bg-dark);
}

#insights {
  background: var(--bg-deep);
}

#quote {
  background: var(--bg-dark);
}

#capture {
  background: var(--bg-deep);
}

.section-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--purple-accent);
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
  font-weight: 300;
}

.featured-grid,
.insights-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.featured-main {
  width: calc(66.666% - 12px);
}

.featured-side {
  width: calc(33.333% - 12px);
}

.card-newsletter,
.insight-card,
.capture-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}

.card-newsletter:hover,
.insight-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-glass);
  box-shadow: 0 20px 60px rgba(86, 25, 167, 0.2);
}

.card-body,
.insight-body {
  padding: 24px;
}

.card-category,
.insight-category {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(162, 89, 255, 0.15);
  border: 1px solid rgba(162, 89, 255, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: var(--purple-accent);
  margin-bottom: 14px;
}

.card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.3;
  margin-bottom: 10px;
}

.card-excerpt,
.insight-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 300;
}

.insight-card {
  width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
}

.capture-box {
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-xl);
  padding: 56px;
  box-shadow: 0 0 80px rgba(86, 25, 167, 0.15);
}

.capture-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 14px;
  line-height: 1.25;
}

.capture-desc {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 36px;
  line-height: 1.7;
  font-weight: 300;
}

.capture-privacy {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: var(--text-subtle);
}

@media (max-width: 1024px) {
  .featured-main,
  .featured-side {
    width: 100%;
  }

  .insight-card {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .hero-actions {
    flex-direction: column;
  }

  .insight-card {
    width: 100%;
  }

  .capture-box {
    padding: 36px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f7549b2 */hero-content/* End custom CSS */