.elementor-262023 .elementor-element.elementor-element-eecd078{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
      --lp-bg: #020617;
      --lp-bg-alt: #020617;
      --lp-card: #0b1120;
      --lp-dark: #111827;
      --lp-border: rgba(148, 163, 184, 0.35);
      --lp-primary: #f97316; /* orange */
      --lp-secondary: #6366f1; /* indigo */
      --lp-text: #e5e7eb;
      --lp-text-muted: #9ca3af;
      --lp-radius-lg: 20px;
    }

    body {
      margin: 0;
      background: radial-gradient(circle at top left, #020617, #000000);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
      color: var(--lp-text);
    }

    .lp-home * {
      box-sizing: border-box;
    }

    .lp-home {
      color: var(--lp-text);
      line-height: 1.6;
    }

    .lp-home h1,
    .lp-home h2,
    .lp-home h3,
    .lp-home h4 {
      color: #ffffff;
      margin-top: 0;
    }

    .lp-home p {
      margin: 0 0 0.85rem 0;
    }

    .lp-home .page-wrapper {
      min-height: 100vh;
      width: 100% !important;
    }

    .lp-home .container {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 16px;
      text-align: center;
    }

    .lp-home .section {
      padding: 64px 0;
    }

    .lp-home .section-alt {
      background: #020617;
    }

    .lp-home .section-border {
      border-top: 1px solid rgba(148, 163, 184, 0.25);
      border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    }

    .lp-home .eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 0.76rem;
      color: #9ca3af;
      margin-bottom: 0.75rem;
    }

    .lp-home .text-center {
      text-align: center;
    }

    .lp-home .muted {
      color: var(--lp-text-muted);
    }

    .lp-home .highlight {
      color: var(--lp-primary);
      font-weight: 600;
    }

    .lp-home .grid {
      display: grid;
      gap: 24px;
    }

    @media (min-width: 768px) {
      .lp-home .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .lp-home .grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    .lp-home .card {
      background: radial-gradient(circle at top left, #0b1120, #020617);
      border-radius: var(--lp-radius-lg);
      border: 1px solid var(--lp-border);
      padding: 22px 22px 24px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
    }

    .lp-home .section-heading {
      text-align: center;
      margin-bottom: 40px;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }

    .lp-home .section-heading p {
      color: var(--lp-text-muted);
      font-size: 0.98rem;
    }

    .lp-home .button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    @media (min-width: 640px) {
      .lp-home .button-row {
        flex-direction: row;
      }
    }

    .lp-home .btn-primary {
      background: linear-gradient(135deg, var(--lp-primary), #fb923c);
      color: #050816;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      padding: 14px 26px;
      border-radius: 999px;
      border: none;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
      transition: transform 0.12s ease, box-shadow 0.12s ease,
        filter 0.12s ease;
      font-size: 0.9rem;
      cursor: pointer;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-decoration: none;
    }

    .lp-home .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 42px rgba(0, 0, 0, 0.8);
      filter: brightness(1.05);
    }

    .lp-home .btn-secondary {
      background: transparent;
      color: var(--lp-text);
      border-radius: 999px;
      border: 2px solid var(--lp-secondary);
      padding: 12px 24px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      transition: background 0.12s ease, color 0.12s ease,
        transform 0.12s ease;
      font-size: 0.85rem;
      cursor: pointer;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-decoration: none;
    }

    .lp-home .btn-secondary:hover {
      background: rgba(99, 102, 241, 0.12);
      transform: translateY(-1px);
    }

    .lp-home .hero {
      background: radial-gradient(circle at top left, #111827, #020617);
      padding: 96px 0 80px;
      position: relative;
      overflow: hidden;
    }

    .lp-home .hero::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(99, 102, 241, 0.18), transparent);
      top: -140px;
      right: -80px;
      opacity: 0.8;
      pointer-events: none;
    }

    .lp-home .hero-inner {
      max-width: 860px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .lp-home .pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 11px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.7);
      font-size: 0.75rem;
      color: #d1d5db;
      margin-bottom: 1rem;
      background: rgba(15, 23, 42, 0.9);
    }

    .lp-home .pill span {
      display: inline-flex;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
    }

    .lp-home .hero h1 {
      font-size: clamp(2.4rem, 4vw, 3.2rem);
      margin-bottom: 0.9rem;
    }

    .lp-home .hero-subheadline {
      font-size: 1.02rem;
      max-width: 680px;
      margin: 0 auto 1.4rem;
      color: var(--lp-text-muted);
    }

    .lp-home .hero-bullets {
      margin-top: 18px;
      text-align: left;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.95rem;
    }

    .lp-home .hero-bullets ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .lp-home .hero-bullets li {
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 24px;
    }

    .lp-home .hero-bullets li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 1px;
      font-size: 0.85rem;
      color: var(--lp-primary);
    }

    .lp-home .trust-strip {
      padding: 18px 0;
      background: #020617;
      border-top: 1px solid rgba(148, 163, 184, 0.3);
      border-bottom: 1px solid rgba(148, 163, 184, 0.3);
      text-align: center;
      font-size: 0.9rem;
      color: var(--lp-text-muted);
    }

    .lp-home .trust-strip span {
      color: #e5e7eb;
      font-weight: 500;
    }

    .lp-home ul.checklist {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .lp-home ul.checklist li {
      margin-bottom: 0.6rem;
      position: relative;
      padding-left: 24px;
      font-size: 0.95rem;
    }

    .lp-home ul.checklist li::before {
      content: "•";
      position: absolute;
      left: 4px;
      top: 0;
      font-size: 1.2rem;
      color: var(--lp-primary);
    }

    .lp-home .two-col {
      display: grid;
      gap: 24px;
    }

    @media (min-width: 768px) {
      .lp-home .two-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    .lp-home .steps {
      display: grid;
      gap: 18px;
    }

    @media (min-width: 768px) {
      .lp-home .steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    .lp-home .step-item {
      background: rgba(15, 23, 42, 0.85);
      border-radius: 16px;
      border: 1px solid var(--lp-border);
      padding: 18px 16px 20px;
      font-size: 0.93rem;
    }

    .lp-home .step-number {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--lp-text-muted);
      margin-bottom: 0.35rem;
    }

    .lp-home .step-title {
      font-weight: 600;
      margin-bottom: 0.4rem;
      color: #f9fafb;
    }

    .lp-home .portfolio-box {
      border-radius: var(--lp-radius-lg);
      border: 1px dashed rgba(148, 163, 184, 0.5);
      padding: 28px;
      background: rgba(15, 23, 42, 0.7);
      text-align: center;
      font-size: 0.95rem;
    }

    .lp-home .portfolio-box strong {
      color: var(--lp-primary);
    }

    .lp-home .pricing-grid {
      display: grid;
      gap: 24px;
    }

    @media (min-width: 768px) {
      .lp-home .pricing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    .lp-home .price-card {
      background: radial-gradient(circle at top left, #0f172a, #020617);
      border-radius: var(--lp-radius-lg);
      border: 1px solid var(--lp-border);
      padding: 22px 20px 24px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
      font-size: 0.94rem;
    }

    .lp-home .price-name {
      font-weight: 600;
      margin-bottom: 0.2rem;
    }

    .lp-home .price-sub {
      font-size: 0.82rem;
      color: var(--lp-text-muted);
    }

    .lp-home .price-value {
      margin: 14px 0;
      font-size: 1.4rem;
      font-weight: 800;
      color: var(--lp-primary);
    }

    .lp-home .badge {
      display: inline-flex;
      align-items: center;
      padding: 3px 10px;
      border-radius: 999px;
      border: 1px solid rgba(52, 211, 153, 0.6);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #bbf7d0;
      background: rgba(34, 197, 94, 0.1);
      margin-bottom: 0.5rem;
    }

    .lp-home .mt-2 { margin-top: 0.5rem; }
    .lp-home .mt-3 { margin-top: 0.75rem; }
    .lp-home .mt-4 { margin-top: 1rem; }
    .lp-home .mt-6 { margin-top: 1.5rem; }
    .lp-home .mt-8 { margin-top: 2rem; }
    .lp-home .mb-2 { margin-bottom: 0.5rem; }
    .lp-home .mb-3 { margin-bottom: 0.75rem; }
    .lp-home .mb-4 { margin-bottom: 1rem; }
    .lp-home .mb-6 { margin-bottom: 1.5rem; }
    
input.input {
    padding: 10px 15px !important;
}

ul.checklist {
    text-align: start;
    width: fit-content;
    margin: 0 auto;
}

.hero-bullets {
    display: flex;
    justify-content: center;
}

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
.container {
    width: 95% !important;
}

}/* End custom CSS */