.elementor-200 .elementor-element.elementor-element-40ff9ba{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c86ea02 */*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #070b12;
  --fg: #eef2f7;
  --card: #0f141d;
  --card-30: rgba(15, 20, 29, 0.3);
  --card-50: rgba(15, 20, 29, 0.5);
  --muted: #141a24;
  --muted-fg: #96a1b2;
  --border: #1a2230;
  --border-50: rgba(26, 34, 48, 0.5);
  --border-30: rgba(26, 34, 48, 0.3);

  --primary: #ff6a00;
  --primary-10: rgba(255, 106, 0, 0.1);
  --primary-20: rgba(255, 106, 0, 0.2);
  --primary-30: rgba(255, 106, 0, 0.3);
  --primary-40: rgba(255, 106, 0, 0.4);
  --primary-60: rgba(255, 106, 0, 0.6);

  --secondary: #1e4cba;
  --secondary-20: rgba(30, 76, 186, 0.2);

  --destructive: #ff4d4f;

  --radius: 0.5rem;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 106, 0, 0.10), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(30, 76, 186, 0.10), transparent 28%),
    linear-gradient(180deg, #06080d 0%, #0a0f17 100%);
  color: var(--fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  line-height: 1.08;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  color: var(--fg);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 7rem 0;
  }
}

@media (min-width: 1024px) {
  .section-padding {
    padding: 8rem 0;
  }
}

.text-gradient {
  background: linear-gradient(90deg, var(--primary), #ffffff 55%, var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, var(--primary), #ff7e1f);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 18px 40px -18px var(--primary-40);
  transition: 0.25s ease;
  letter-spacing: 0.02em;
}

.btn-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 24px 50px -20px var(--primary-40);
}

.btn-cta:hover .arrow {
  transform: translateX(4px);
}

.btn-cta .arrow {
  transition: transform 0.2s ease;
  display: inline-block;
}

.section-label {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--primary-30);
  border-radius: 999px;
  background: var(--primary-10);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 2rem 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.98) 0%, rgba(7, 11, 18, 0.92) 42%, rgba(7, 11, 18, 0.72) 65%, rgba(7, 11, 18, 0.88) 100%);
  z-index: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  z-index: 0;
}

.hero-glow-left {
  width: 340px;
  height: 340px;
  left: -80px;
  top: 80px;
  background: rgba(255, 106, 0, 0.18);
}

.hero-glow-right {
  width: 320px;
  height: 320px;
  right: -60px;
  top: 140px;
  background: rgba(30, 76, 186, 0.16);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
  }
}

.hero-content {
  max-width: 48rem;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.35rem;
  max-width: 12ch;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 3.35rem;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 4.4rem;
  }
}

.hero-subtitle {
  font-size: 1.07rem;
  color: var(--muted-fg);
  margin-bottom: 2rem;
  max-width: 42rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.18rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-note {
  margin-top: 2rem;
  font-size: 0.92rem;
  color: #c5cfdd;
  font-style: italic;
}

.hero-features {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hero-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.85rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.hero-feature svg {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.hero-feature span {
  font-size: 0.88rem;
  color: rgba(238,242,247,0.82);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 540px;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: auto 8% 6% 8%;
  height: 18%;
  background: radial-gradient(circle, rgba(255,106,0,0.22) 0%, rgba(255,106,0,0.10) 35%, transparent 70%);
  filter: blur(24px);
  z-index: 0;
}

.hero-image {
  position: relative;
  z-index: 2;
  max-height: 700px;
  width: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 60px rgba(0,0,0,0.45))
    drop-shadow(0 0 50px rgba(255,106,0,0.10));
}

.hero-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  max-width: 240px;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(10, 14, 22, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.30);
}

.hero-floating-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-card-kicker {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 0.4rem;
}

.hero-card-top {
  top: 14%;
  right: 0;
}

.hero-card-bottom {
  left: 0;
  bottom: 16%;
}

@media (max-width: 979px) {
  .hero {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero-content {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

  .hero-image-wrap {
    min-height: 420px;
    max-width: 420px;
    margin: 0 auto;
  }

  .hero-image {
    max-height: 520px;
  }

  .hero-card-top {
    top: 8%;
    right: -2%;
  }

  .hero-card-bottom {
    left: -2%;
    bottom: 8%;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-image-wrap {
    min-height: 360px;
  }

  .hero-image {
    max-height: 430px;
  }

  .hero-floating-card {
    min-width: 150px;
    max-width: 180px;
    padding: 0.8rem 0.85rem;
  }

  .hero-card-top {
    top: 2%;
    right: 0;
  }

  .hero-card-bottom {
    left: 0;
    bottom: 2%;
  }
}

.problem {
  text-align: center;
}

.problem .inner {
  max-width: 48rem;
  margin: 0 auto;
}

.problem h2 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .problem h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .problem h2 {
    font-size: 3rem;
  }
}

.problem p {
  color: var(--muted-fg);
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.problem .btn-cta {
  margin-top: 1rem;
}

.methodology {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid var(--border-30);
  border-bottom: 1px solid var(--border-30);
}

.methodology .header,
.comparison .header,
.results .header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 4rem;
}

.methodology h2,
.comparison h2,
.results h2,
.faq h2,
.final-cta h2 {
  font-size: 1.95rem;
  font-weight: 800;
  margin-bottom: 1.35rem;
}

@media (min-width: 768px) {
  .methodology h2,
  .comparison h2,
  .results h2,
  .faq h2,
  .final-cta h2 {
    font-size: 2.45rem;
  }
}

@media (min-width: 1024px) {
  .methodology h2,
  .comparison h2,
  .results h2,
  .faq h2,
  .final-cta h2 {
    font-size: 3.1rem;
  }
}

.methodology .header p,
.comparison .header p,
.results .header p {
  color: var(--muted-fg);
  font-size: 1.08rem;
  line-height: 1.8;
}

.pillars {
  display: grid;
  gap: 1.5rem;
  max-width: 70rem;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .pillars {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7rem;
  }
}

.pillar {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s ease;
}

.pillar:hover {
  transform: translateY(-4px);
  border-color: var(--primary-30);
  box-shadow: 0 24px 50px -28px rgba(255,106,0,0.35);
}

.pillar-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--primary-10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.pillar-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  color: var(--primary);
}

.pillar-num {
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.pillar h3 {
  font-size: 1.24rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.pillar p {
  color: var(--muted-fg);
  line-height: 1.75;
}

.cta-wrap {
  text-align: center;
}

.comparison .overflow-x {
  overflow-x: auto;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  max-width: 68rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}

.comparison th {
  text-align: left;
  padding: 1rem 1.15rem;
  font-family: var(--font-display);
  font-size: 0.96rem;
  border-bottom: 1px solid var(--border);
}

.comparison th:first-child {
  color: var(--muted-fg);
  font-weight: 600;
}

.comparison th:last-child {
  color: var(--primary);
  font-weight: 700;
  border-bottom-color: var(--primary-30);
}

.comparison td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--border-30);
  vertical-align: top;
}

.comparison tr:hover {
  background: rgba(255,255,255,0.02);
}

.cell {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.cell svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.22rem;
}

.cell-bad svg {
  color: var(--destructive);
}

.cell-bad span {
  color: var(--muted-fg);
}

.cell-good svg {
  color: var(--primary);
}

.decision {
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.01));
  border-top: 1px solid var(--border-30);
  border-bottom: 1px solid var(--border-30);
}

.decision h2 {
  font-size: 1.95rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .decision h2 {
    font-size: 2.45rem;
  }
}

@media (min-width: 1024px) {
  .decision h2 {
    font-size: 3rem;
  }
}

.decision-cards {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .decision-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.decision-card {
  padding: 2rem;
  border-radius: 1rem;
  transition: 0.25s ease;
}

.decision-card.active {
  border: 1px solid var(--primary-30);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 24px 50px -28px rgba(255,106,0,0.30);
}

.decision-card.inactive {
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
  opacity: 0.78;
}

.decision-card svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
}

.decision-card.active svg {
  color: var(--primary);
}

.decision-card.inactive svg {
  color: var(--muted-fg);
}

.decision-card h3 {
  font-weight: 700;
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
}

.decision-card p {
  color: var(--muted-fg);
  line-height: 1.75;
}

.about .inner {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .about .inner {
    grid-template-columns: 1fr 1.25fr;
  }
}

.about-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,106,0,0.22), transparent 30%),
    linear-gradient(135deg, rgba(255,106,0,0.08), rgba(30,76,186,0.08));
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 50px -28px rgba(255,106,0,0.22);
}

.about-visual svg {
  width: 6rem;
  height: 6rem;
  color: var(--primary);
  opacity: 0.7;
}

.about h2 {
  font-size: 1.95rem;
  font-weight: 800;
  margin-bottom: 1.35rem;
}

@media (min-width: 768px) {
  .about h2 {
    font-size: 2.4rem;
  }
}

.about p {
  color: var(--muted-fg);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about .btn-cta {
  margin-top: 1rem;
}

.results {
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.01));
  border-top: 1px solid var(--border-30);
  border-bottom: 1px solid var(--border-30);
}

.results-list {
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.results-list h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.22rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.result-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 1rem;
  transition: 0.25s ease;
}

.result-item:hover {
  transform: translateY(-2px);
  border-color: var(--primary-30);
}

.result-item svg {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--primary);
  flex-shrink: 0;
}

.faq .header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq .inner {
  max-width: 52rem;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.02);
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: 0.25s ease;
}

.faq-item.open {
  border-color: var(--primary-30);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 1.35rem;
  background: none;
  border: none;
  color: var(--fg);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-question .chevron {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  color: var(--muted-fg);
}

.faq-item.open .chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.35rem;
  color: var(--muted-fg);
  line-height: 1.75;
}

.faq-item.open .faq-answer {
  max-height: 320px;
  padding: 0 1.35rem 1.2rem;
}

.faq .cta-wrap {
  text-align: center;
  margin-top: 3rem;
}

.final-cta .inner {
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(255,106,0,0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(30,76,186,0.14), transparent 28%),
    rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 50px -28px rgba(255,106,0,0.25);
}

@media (min-width: 768px) {
  .final-cta .inner {
    padding: 4rem;
  }
}

.final-cta p {
  color: var(--muted-fg);
  font-size: 1.08rem;
  margin-bottom: 2.2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 4rem 0;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.footer-brand svg {
  width: 1.45rem;
  height: 1.45rem;
  color: var(--primary);
}

.footer-brand span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}

.site-footer p,
.site-footer li,
.site-footer span,
.site-footer a {
  font-size: 0.92rem;
  color: var(--muted-fg);
}

.site-footer h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  color: var(--fg);
}

.site-footer ul {
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.55rem;
}

.site-footer a:hover {
  color: var(--primary);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.contact-item svg {
  width: 1rem;
  height: 1rem;
  color: var(--primary);
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--muted-fg);
}

svg.icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}/* End custom CSS */