.elementor-40269 .elementor-element.elementor-element-e9edddf{--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;}body.elementor-page-40269:not(.elementor-motion-effects-element-type-background), body.elementor-page-40269 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-40269 .elementor-element.elementor-element-e9edddf{--content-width:1600px;}}/* Start custom CSS */.ncs-lp *, .ncs-lp *::before, .ncs-lp *::after{ box-sizing: border-box; margin: 0; padding: 0; }
.ncs-lp{
    --green: #22C55E;
    --black: #111111;
    --dark: #f8f9fa;
    --card: #ffffff;
    --card2: #f4f4f5;
    --border: #e5e7eb;
    --text: #111111;
    --muted: #6b7280;
    --white: #ffffff;
    --nav-bg: #ffffff;
    --input-bg: #f9fafb;
    --input-border: #d1d5db;
    --input-ph: #9ca3af;
    --stats-bg: #f8f9fa;
    --editions-bg: #f3f4f6;
    --footer-text: #9ca3af;
    --privacy-color: #9ca3af;
  }
.ncs-lp{ scroll-behavior: smooth; }
.ncs-lp{ font-family: 'Space Grotesk', sans-serif; background: #ffffff; color: var(--text); line-height: 1.6; overflow-x: hidden; }
.ncs-lp nav{ display: flex; align-items: center; justify-content: space-between; padding: 20px 5%; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--nav-bg); backdrop-filter: blur(12px); z-index: 100; }
.ncs-lp .nav-logo{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--black); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.ncs-lp .nav-badge{ background: var(--green); color: var(--black); font-size: 0.6rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; letter-spacing: 0.08em; text-transform: uppercase; }
.ncs-lp .nav-cta{ background: var(--green); color: var(--black); font-weight: 700; font-size: 0.85rem; padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s; }
.ncs-lp .nav-cta:hover{ opacity: 0.85; }
.ncs-lp .hero{ max-width: 1100px; margin: 0 auto; padding: 48px 5% 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

  @media (max-width: 768px) {
.ncs-lp .hero{ grid-template-columns: 1fr; padding: 60px 5%; gap: 40px; }
 
}
.ncs-lp .hero-eyebrow{ display: inline-flex; align-items: center; gap: 8px; background: rgba(74,229,74,0.1); border: 1px solid rgba(74,229,74,0.25); color: var(--green); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 24px; }
.ncs-lp .dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 1.5s infinite; }

  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.ncs-lp .hero h1{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 800; line-height: 1.12; color: var(--black); margin-bottom: 20px; }
.ncs-lp .hero h1 span{ color: var(--green); }
.ncs-lp .hero-sub{ font-size: 1.05rem; color: var(--muted); line-height: 1.7; margin-bottom: 36px; max-width: 460px; }
.ncs-lp .hero-mockup{ display: flex; align-items: center; justify-content: center; }
.ncs-lp .hero-mockup img{ width: 100%; max-width: 520px; height: auto; display: block; }
.ncs-lp .btn-hero{ display: inline-block; background: var(--green); color: var(--black); font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; padding: 16px 32px; border-radius: 10px; cursor: pointer; margin-top: 32px; border: none; transition: opacity 0.2s, transform 0.15s; text-decoration: none; }
.ncs-lp .btn-hero:hover{ opacity: 0.88; transform: translateY(-2px); }
.ncs-lp .btn-privacy{ font-size: 0.73rem; color: var(--muted); margin-top: 10px; display: block; }
.ncs-lp .stats-bar{ background: var(--stats-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 24px 5%; display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.ncs-lp .stat{ text-align: center; }
.ncs-lp .stat-num{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--green); display: block; }
.ncs-lp .stat-label{ font-size: 0.8rem; color: var(--muted); }
.ncs-lp section{ padding: 90px 5%; }
.ncs-lp .section-inner{ max-width: 1100px; margin: 0 auto; }
.ncs-lp .section-eyebrow{ font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; display: block; }
.ncs-lp .section-title{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--black); line-height: 1.15; margin-bottom: 16px; }
.ncs-lp .section-desc{ font-size: 1rem; color: var(--muted); max-width: 540px; line-height: 1.7; }
.ncs-lp .steps{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }

  @media (max-width: 768px) {
.ncs-lp .steps{ grid-template-columns: 1fr; }
 
}
.ncs-lp .step-card{ background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px 28px; transition: border-color 0.2s; }
.ncs-lp .step-card:hover{ border-color: rgba(74,229,74,0.3); }
.ncs-lp .step-num{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(74,229,74,0.15); line-height: 1; margin-bottom: 16px; }
.ncs-lp .step-icon{ width: 48px; height: 48px; background: rgba(74,229,74,0.1); border: 1px solid rgba(74,229,74,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; }
.ncs-lp .step-card h3{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--black); margin-bottom: 10px; }
.ncs-lp .step-card p{ font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.ncs-lp .step-tag{ display: inline-block; background: rgba(74,229,74,0.1); color: var(--green); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-top: 16px; }
.ncs-lp .editions-section{ background: var(--editions-bg); padding: 90px 0; }
.ncs-lp .editions-section .section-inner{ padding: 0 5%; }
.ncs-lp .slider-wrap{ margin-top: 56px; overflow: hidden; position: relative; }
.ncs-lp .slider-track{ display: flex; align-items: flex-start; gap: 20px; animation: slide 40s linear infinite; width: max-content; }
.ncs-lp .slider-track:hover{ animation-play-state: paused; }

  @keyframes slide { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ncs-lp .edition-card{ flex-shrink: 0; width: 260px; background: var(--card2); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color 0.2s, transform 0.2s; cursor: pointer; }
.ncs-lp .edition-card:hover{ border-color: rgba(74,229,74,0.35); transform: translateY(-4px); }
.ncs-lp .edition-img{ width: 100%; height: auto; display: block; }
.ncs-lp .edition-info{ padding: 14px 16px; border-top: 1px solid var(--border); }
.ncs-lp .edition-num{ font-size: 0.7rem; font-weight: 700; color: var(--green); letter-spacing: 0.08em; text-transform: uppercase; }
.ncs-lp .edition-desc{ font-size: 0.82rem; color: var(--muted); margin-top: 4px; }
.ncs-lp .slider-fade-left, .ncs-lp .slider-fade-right{ position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.ncs-lp .slider-fade-left{ left: 0; background: linear-gradient(to right, var(--editions-bg), transparent); }
.ncs-lp .slider-fade-right{ right: 0; background: linear-gradient(to left, var(--editions-bg), transparent); }
.ncs-lp .faq-list{ margin-top: 56px; display: flex; flex-direction: column; gap: 8px; }
.ncs-lp .faq-item{ background: var(--card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.ncs-lp .faq-q{ width: 100%; background: none; border: none; color: var(--black); font-family: 'Space Grotesk', sans-serif; font-size: 0.97rem; font-weight: 600; text-align: left; padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; }
.ncs-lp .faq-q:hover{ color: var(--green); }
.ncs-lp .faq-icon{ font-size: 1.3rem; color: var(--green); flex-shrink: 0; transition: transform 0.3s; font-style: normal; }
.ncs-lp .faq-item.open .faq-icon{ transform: rotate(45deg); }
.ncs-lp .faq-a{ display: none; padding: 16px 24px 20px; font-size: 0.9rem; color: var(--muted); line-height: 1.7; border-top: 1px solid var(--border); }
.ncs-lp .faq-item.open .faq-a{ display: block; }
.ncs-lp footer{ border-top: 1px solid var(--border); padding: 36px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.ncs-lp .footer-logo{ font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 800; color: var(--black); }
.ncs-lp .footer-logo span{ color: var(--green); }
.ncs-lp footer p{ font-size: 0.78rem; color: var(--footer-text); }
.ncs-lp .reveal{ opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ncs-lp .reveal.visible{ opacity: 1; transform: translateY(0); }
.ncs-lp .checklist{ display: flex; gap: 20px; flex-wrap: wrap; }
.ncs-lp .checklist span{ display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--muted); }
.ncs-lp .checklist span b{ color: var(--green); }/* End custom CSS */