.elementor-2997 .elementor-element.elementor-element-9d1ac90{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5d575e7 */:root {
  --bg: #F9FAFB;
  --dark: #0F172A;
  --navy: #142B4F;
  --muted: #64748B;
  --green: #16A34A;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--dark);
  line-height: 1.6;
}

/* =========================
   GLOBAL SECTION RHYTHM
   ========================= */
section {
  padding: 80px 10%;
}

section > *:first-child {
  margin-top: 0;
}

section > *:last-child {
  margin-bottom: 0;
}

/* Section hierarchy */
.problem-section,
.capabilities,
.method,
.levels {
  padding: 70px 10%;
}

.reframe-elite {
  padding: 60px 10%;
}

.elite-hero,
.trial-elite,
.final-elite {
  padding: 100px 10%;
}

/* =========================
   TYPOGRAPHY
   ========================= */
h2 {
  font-size: 40px;
  margin-bottom: 28px;
}

p {
  margin-bottom: 18px;
  color: var(--muted);
}

/* =========================
   HERO
   ========================= */
.elite-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  max-width: 720px;
  z-index: 2;
}

.eyebrow {
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--muted);
}

.elite-hero h1 {
  font-size: 58px;
  line-height: 1.1;
  margin: 18px 0;
}

.elite-hero h1 span {
  color: var(--navy);
}

.hero-sub {
  font-size: 18px;
}

.hero-actions {
  margin-top: 32px;
}

/* =========================
   BUTTONS
   ========================= */
.btn-elite {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.45s ease;
}

.btn-elite.primary {
  background: white;
  border: 2px solid var(--navy);
  color: var(--dark);
}

.btn-elite.primary:hover {
  border-color: var(--green);
  transform: translateY(-3px) scale(1.04);
}

.btn-elite.ghost {
  margin-left: 16px;
  border: 2px solid transparent;
  color: var(--navy);
}

.btn-elite.ghost:hover {
  border-color: var(--navy);
}

/* =========================
   HERO ORBITS
   ========================= */
.hero-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: float 18s infinite ease-in-out;
}

.orbit-1 {
  width: 420px;
  height: 420px;
  background: #E0ECFF;
  top: 10%;
  right: 10%;
}

.orbit-2 {
  width: 300px;
  height: 300px;
  background: #DCFCE7;
  bottom: 15%;
  right: 25%;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-40px); }
  100% { transform: translateY(0); }
}

/* =========================
   PROBLEM SECTION
   ========================= */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.problem-item {
  padding: 34px;
  background: white;
  border-radius: 22px;
  transition: transform 0.35s ease;
}

.problem-item span {
  font-size: 30px;
  color: var(--muted);
}

.problem-item:hover {
  transform: translateY(-8px);
}

/* =========================
   REFRAME
   ========================= */
.reframe-elite {
  text-align: center;
  max-width: 880px;
  margin: auto;
}

/* =========================
   CAPABILITIES
   ========================= */
.capability-track {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.capability {
  padding: 14px 24px;
  background: white;
  border-radius: 999px;
  font-weight: 500;
}

/* =========================
   METHOD
   ========================= */
.method-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.method-step {
  background: white;
  padding: 30px;
  border-radius: 22px;
}

/* =========================
   LEVELS
   ========================= */
.level-cards {
  display: flex;
  gap: 26px;
}

.level {
  flex: 1;
  padding: 44px;
  border-radius: 26px;
  background: white;
}

.level.highlight {
  border: 2px solid var(--navy);
}

/* =========================
   TRIAL
   ========================= */
.trial-elite {
  text-align: center;
  background: linear-gradient(135deg, #ffffff, #ECFDF5);
  border-radius: 34px;
}

/* =========================
   FINAL CTA
   ========================= */
.final-elite {
  background: var(--navy);
  color: white;
  text-align: center;
}/* End custom CSS */