.ntx-landing *,.ntx-landing :after,.ntx-landing :before{box-sizing:border-box;margin:0;padding:0}.ntx-landing{--purple:#6b46c1;--purple-dark:#553c9a;--purple-deeper:#44337a;--purple-light:#9f7aea;--purple-50:#faf5ff;--purple-100:#e9d8fd;--purple-200:#d6bcfa;--yellow:#fcd34d;--yellow-hover:#f6c90e;--dark:#2d3748;--gray-800:#1a202c;--gray-700:#374151;--gray-600:#4a5568;--gray-500:#718096;--gray-300:#cbd5e0;--gray-200:#edf2f7;--gray-100:#f7fafc;--white:#fff;--radius:12px;--radius-lg:20px;--shadow-sm:0 1px 4px rgba(0,0,0,.07);--shadow-md:0 4px 14px rgba(0,0,0,.1);--shadow-purple:0 8px 28px rgba(107,70,193,.18);scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--dark);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased}.ntx-landing h1,.ntx-landing h2,.ntx-landing h3,.ntx-landing h4{line-height:1.25;font-weight:800;color:var(--dark)}.ntx-landing .container{max-width:1100px;margin:0 auto;padding:0 24px}.ntx-landing .section{padding:88px 0}.ntx-landing .tag{display:inline-block;background:var(--yellow);color:var(--dark);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:20px}.ntx-landing .tag-purple{background:var(--purple-100);color:var(--purple-dark)}.ntx-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:10px;font-size:15px;font-weight:700;letter-spacing:.02em;cursor:pointer;border:none;text-decoration:none;transition:all .2s ease;white-space:nowrap}.ntx-landing .btn-lg{padding:18px 40px;font-size:16px;border-radius:12px}@keyframes pulse-glow{0%,to{box-shadow:0 4px 18px rgba(107,70,193,.4),0 0 0 0 rgba(107,70,193,.35)}60%{box-shadow:0 4px 18px rgba(107,70,193,.4),0 0 0 10px rgba(107,70,193,0)}}.ntx-landing .btn-primary{background:linear-gradient(135deg,#9f7aea,#6b46c1 40%,#553c9a 70%,#9f7aea);background-size:200% auto;background-position:0;color:var(--white);animation:pulse-glow 2.4s ease-in-out infinite;transition:background-position .5s ease,box-shadow .3s ease,transform .2s ease}.ntx-landing .btn-primary:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 8px 28px rgba(107,70,193,.55),0 0 0 4px rgba(107,70,193,.15);animation:none}.ntx-landing .btn-yellow{background:var(--yellow);color:var(--dark);box-shadow:0 4px 18px rgba(252,211,77,.45)}.ntx-landing .btn-yellow:hover{background:var(--yellow-hover);transform:translateY(-2px)}.ntx-landing .btn-outline{background:transparent;color:var(--purple);border:2px solid var(--purple-200)}.ntx-landing .btn-outline:hover{background:var(--purple-50)}.ntx-landing .header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--gray-200)}.ntx-landing .header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:32px}.ntx-landing .header-logo{flex:1}.ntx-landing .header-logo img{height:48px;width:auto}.ntx-landing .header-nav{display:flex;align-items:center;gap:28px}.ntx-landing .header-nav a{font-size:14px;font-weight:500;color:var(--dark);text-decoration:none;transition:color .2s}.ntx-landing .header-nav a:hover{color:var(--purple)}.ntx-landing .header-actions{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.ntx-landing .hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.ntx-landing .hamburger span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:all .3s ease}.ntx-landing .hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.ntx-landing .hamburger.open span:nth-child(2){opacity:0}.ntx-landing .hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ntx-landing .mobile-menu{display:flex;flex-direction:column;background:#fff;border-top:1px solid var(--gray-200);overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease}.ntx-landing .mobile-menu.open{max-height:500px;opacity:1}.ntx-landing .mobile-menu a{padding:14px 24px;font-size:15px;font-weight:500;color:var(--dark);text-decoration:none;border-bottom:1px solid var(--gray-100);transition:color .2s,background .2s}.ntx-landing .mobile-menu a:hover{color:var(--purple);background:var(--purple-50)}.ntx-landing .mobile-menu .btn-primary{margin:16px 24px 20px;text-align:center;border-radius:8px;border-bottom:none;color:#fff!important;font-weight:700;letter-spacing:.04em}@media (max-width:768px){.ntx-landing .header-actions .btn-ghost,.ntx-landing .header-actions .btn-primary,.ntx-landing .header-nav{display:none}.ntx-landing .hamburger{display:flex}}.ntx-landing .btn-ghost{background:none;border:none;padding:10px 16px;font-size:14px;font-weight:600;color:var(--gray-600);cursor:pointer;border-radius:8px;text-decoration:none;transition:color .2s}.ntx-landing .btn-ghost:hover{color:var(--purple)}.ntx-landing .hero{background:linear-gradient(155deg,#faf5ff,#ede9fe 45%,#fff);padding:96px 0 84px;position:relative;overflow:hidden}.ntx-landing .hero:before{content:"";position:absolute;top:-120px;right:-120px;width:560px;height:560px;background:radial-gradient(circle,rgba(159,122,234,.1) 0,transparent 70%);border-radius:50%}.ntx-landing .hero:after{content:"";position:absolute;bottom:-80px;left:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(252,211,77,.08) 0,transparent 70%);border-radius:50%}.ntx-landing .hero-content{position:relative;text-align:center;max-width:820px;margin:0 auto}.ntx-landing .hero-title{font-size:clamp(34px,5.5vw,58px);font-weight:800;color:var(--dark);margin-bottom:28px;letter-spacing:-.025em;line-height:1.15}.ntx-landing .hero-sub{font-size:clamp(16px,2.2vw,20px);color:var(--gray-600);max-width:660px;margin:0 auto 44px;line-height:1.75}.ntx-landing .hero-ctas{gap:14px;margin-bottom:52px}.ntx-landing .hero-checks,.ntx-landing .hero-ctas{display:flex;justify-content:center;flex-wrap:wrap}.ntx-landing .hero-checks{gap:10px 28px;margin-bottom:20px}.ntx-landing .hero-check{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--dark)}.ntx-landing .check-icon{width:22px;height:22px;background:var(--purple);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;flex-shrink:0}.ntx-landing .hero-microcopy{font-size:13px;color:var(--gray-500);margin-top:6px}.ntx-landing .section-title{font-size:clamp(28px,4vw,44px);font-weight:800;margin-bottom:24px;letter-spacing:-.02em}.ntx-landing .section-body{font-size:17px;color:var(--gray-600);line-height:1.82}.ntx-landing .section-body p{margin-bottom:18px}.ntx-landing .section-body p:last-child{margin-bottom:0}.ntx-landing .text-block{max-width:720px}.ntx-landing .text-center{text-align:center;margin-left:auto;margin-right:auto}.ntx-landing .bullet-list{list-style:none;margin:20px 0}.ntx-landing .bullet-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:16px;color:var(--gray-600);border-bottom:1px solid var(--gray-200)}.ntx-landing .bullet-list li:last-child{border-bottom:none}.ntx-landing .bullet-list li:before{content:"—";color:var(--purple);font-weight:700;flex-shrink:0}.ntx-landing .emphasis-box{margin-top:28px;padding:18px 24px;background:var(--purple-50);border-left:4px solid var(--purple);border-radius:0 10px 10px 0;font-size:18px;font-weight:700;color:var(--purple-dark)}.ntx-landing .section-problem{background:var(--gray-100)}.ntx-landing .problem-intro{text-align:center;max-width:680px;margin:0 auto 44px}.ntx-landing .problem-intro .section-title{text-align:center}.ntx-landing .problem-intro p{color:var(--gray-600);font-size:1.05rem;line-height:1.7;margin-bottom:12px}.ntx-landing .problem-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:44px}.ntx-landing .problem-card{background:var(--white);border-radius:12px;padding:18px 24px;box-shadow:0 2px 12px rgba(0,0,0,.07);display:flex;align-items:center;gap:14px;font-size:.97rem;font-weight:600;color:var(--dark);border-left:4px solid #ef4444;flex:0 1 auto;max-width:320px}.ntx-landing .problem-card-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ntx-landing .problem-emphasis{text-align:center}.ntx-landing .section-solution{background:var(--white)}.ntx-landing .section-how{background:var(--purple-50)}.ntx-landing .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.ntx-landing .how-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);border:1px solid var(--purple-100);transition:all .22s ease}.ntx-landing .how-card:hover{box-shadow:var(--shadow-purple);transform:translateY(-3px)}.ntx-landing .how-number{width:44px;height:44px;background:var(--purple);color:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;margin-bottom:18px}.ntx-landing .how-card-title{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:10px}.ntx-landing .how-card-body{font-size:14px;color:var(--gray-500);line-height:1.65}.ntx-landing .how-card--highlight{--ribbon-color:#6b46c1;--ribbon-shadow:#3c2080;border:2px solid var(--purple);background:linear-gradient(135deg,#faf8ff,#f0ebff);position:relative;grid-column:1/-1;max-width:560px;margin:0 auto;width:100%;text-align:center;overflow:hidden}.ntx-landing .how-card--highlight .how-number{margin:0 auto 18px}.ntx-landing .how-card--highlight .how-ribbon{position:absolute;top:-6px;left:-6px;width:90px;height:90px;display:flex;justify-content:center;align-items:center;overflow:hidden;pointer-events:none}.ntx-landing .how-card--highlight .how-ribbon:before{content:"DIFERENCIAL";position:absolute;width:150%;height:24px;background:var(--ribbon-color);transform:rotate(-45deg) translateY(-12px);display:flex;justify-content:center;align-items:center;font-size:8px;font-weight:800;color:#fff;letter-spacing:.08em;box-shadow:0 3px 8px rgba(107,70,193,.2)}.ntx-landing .how-card--highlight .how-ribbon:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;background:var(--ribbon-shadow);z-index:-1;box-shadow:84px -84px var(--ribbon-shadow)}.ntx-landing .how-card--highlight .how-card-title{color:var(--purple-700,#553c9a)}.ntx-landing .section-diff{background:var(--white)}.ntx-landing .diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.ntx-landing .diff-footer{margin-top:56px;text-align:center;color:var(--dark);font-size:1.4rem;font-weight:700;line-height:1.4;max-width:680px;margin-left:auto;margin-right:auto}.ntx-landing .diff-highlight{background:var(--purple-50);border:1px solid var(--purple-200);border-radius:var(--radius);padding:28px 32px}.ntx-landing .diff-highlight .bullet-list li{border-bottom-color:var(--purple-100);font-weight:600;color:var(--dark);align-items:center}.ntx-landing .diff-highlight .bullet-list li:before{content:"✦";font-size:10px;color:var(--purple);flex-shrink:0}@media (max-width:900px){.ntx-landing .diff-grid{grid-template-columns:1fr;gap:32px}}.ntx-landing .section-benefits{background:var(--purple)}.ntx-landing .section-benefits .section-title{color:var(--white);text-align:center}.ntx-landing .benefits-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:52px}.ntx-landing .benefit-item{flex:0 1 calc(25% - 14px);min-width:200px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:hsla(0,0%,100%,.1);border-radius:10px;border:1px solid hsla(0,0%,100%,.14);font-size:14px;font-weight:600;color:var(--white);transition:background .2s}.ntx-landing .benefit-item:hover{background:hsla(0,0%,100%,.16)}.ntx-landing .benefit-check{width:24px;height:24px;background:hsla(0,0%,100%,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:11px;font-weight:900;flex-shrink:0}.ntx-landing .section-social{background:var(--gray-100)}.ntx-landing .social-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.ntx-landing .social-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ntx-landing .social-card{background:var(--white);border-radius:12px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.07);display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-top:3px solid var(--purple)}.ntx-landing .social-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--purple-50);border-radius:8px}.ntx-landing .social-card-text{font-size:.95rem;font-weight:600;color:var(--dark);line-height:1.3}.ntx-landing .social-footer{margin-top:20px}@media (max-width:900px){.ntx-landing .social-grid{grid-template-columns:1fr;gap:32px}.ntx-landing .social-cards{grid-template-columns:1fr 1fr}}.ntx-landing .section-plans{background:var(--white)}.ntx-landing .plans-intro{text-align:center}.ntx-landing .plans-subtitle{font-size:18px;color:var(--gray-500);margin-top:12px;margin-bottom:60px}.ntx-landing .plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.ntx-landing .plan-card{border-radius:var(--radius-lg);padding:36px 28px;border:2px solid var(--gray-200);background:var(--white);position:relative;transition:box-shadow .2s}.ntx-landing .plan-card:hover{box-shadow:var(--shadow-md)}.ntx-landing .plan-card.featured{border-color:var(--purple);box-shadow:0 0 0 4px rgba(107,70,193,.08),var(--shadow-purple)}.ntx-landing .plan-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--purple);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.05em;padding:5px 20px;border-radius:100px;white-space:nowrap}.ntx-landing .plan-name{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--purple);margin-bottom:10px}.ntx-landing .plan-price{font-size:44px;font-weight:800;color:var(--dark);line-height:1;margin-bottom:6px}.ntx-landing .plan-price span{font-size:18px;font-weight:500;color:var(--gray-500)}.ntx-landing .plan-desc{font-size:13px;color:var(--gray-500);margin-bottom:28px}.ntx-landing .plan-divider{height:1px;background:var(--gray-200);margin:20px 0 24px}.ntx-landing .plan-features{list-style:none;margin-bottom:32px}.ntx-landing .plan-features li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;font-size:14px;color:var(--gray-600);border-bottom:1px solid var(--gray-100)}.ntx-landing .plan-features li:last-child{border-bottom:none}.ntx-landing .feat-check{color:var(--purple);font-weight:700;font-size:15px;flex-shrink:0}.ntx-landing .plan-cta{width:100%}.ntx-landing .plan-highlight{font-size:12px;color:var(--gray-500);text-align:center;margin-top:14px;font-style:italic;line-height:1.5}.ntx-landing .plans-toggle-wrap{display:flex;justify-content:center;margin-bottom:36px}.ntx-landing .plans-toggle-pill{display:inline-flex;background:var(--white);border:1px solid var(--purple-100);border-radius:100px;padding:4px;gap:4px}.ntx-landing .ptbtn{border:none;cursor:pointer;border-radius:100px;padding:9px 22px;font-size:13px;font-weight:600;background:transparent;color:var(--gray-500);font-family:inherit;transition:all .15s}.ntx-landing .ptbtn.active{background:var(--purple);color:var(--white)}.ntx-landing .save-badge{display:inline-block;background:#eaf3de;color:#3b6d11;font-size:11px;font-weight:700;border-radius:100px;padding:2px 8px;margin-left:6px}.ntx-landing .plans-trial-note{display:flex;align-items:center;justify-content:center;gap:7px;background:#eaf3de;color:#3b6d11;font-size:13px;font-weight:500;padding:8px 20px;border-radius:100px;margin:0 auto 36px;width:-moz-fit-content;width:fit-content}.ntx-landing .plan-price-full{font-size:13px;color:var(--gray-400);text-decoration:line-through;min-height:18px;margin-bottom:2px}.ntx-landing .plan-price-note{font-size:12px;color:var(--gray-400);margin-top:4px;min-height:16px}.ntx-landing .fv{font-weight:700;color:var(--dark)}.ntx-landing .section-cta{text-align:center;margin-top:48px}.ntx-landing .section-cta .btn{min-width:220px}.ntx-landing [data-animate]{opacity:0;transition:opacity .65s ease,transform .65s ease}.ntx-landing [data-animate=fade-up]{transform:translateY(36px)}.ntx-landing [data-animate=fade-left]{transform:translateX(-36px)}.ntx-landing [data-animate=fade-right]{transform:translateX(36px)}.ntx-landing [data-animate=fade-in]{transform:none}.ntx-landing [data-animate].anim-in{opacity:1;transform:translateX(0) translateY(0)}.ntx-landing [data-delay="100"]{transition-delay:.1s}.ntx-landing [data-delay="200"]{transition-delay:.2s}.ntx-landing [data-delay="300"]{transition-delay:.3s}.ntx-landing [data-delay="400"]{transition-delay:.4s}.ntx-landing [data-delay="500"]{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.ntx-landing [data-animate]{opacity:1!important;transform:none!important;transition:none!important}}.ntx-landing .img-slot{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:2px dashed rgba(107,70,193,.35);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;gap:12px;text-align:center;color:var(--purple);min-height:280px;position:relative;overflow:hidden}.ntx-landing .img-slot:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(107,70,193,.05) 0,transparent 70%)}.ntx-landing .img-slot-icon{opacity:.5}.ntx-landing .img-slot-label{font-size:13px;font-weight:700;letter-spacing:.04em;opacity:.7;font-family:monospace}.ntx-landing .img-slot-hint{font-size:12px;color:var(--gray-500);max-width:260px;line-height:1.5}.ntx-landing .hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.ntx-landing .hero-text{text-align:left}.ntx-landing .hero-text .hero-sub{margin-left:0;margin-right:0}.ntx-landing .hero-text .hero-checks,.ntx-landing .hero-text .hero-ctas{justify-content:flex-start}.ntx-landing .hero-visual .img-slot{min-height:360px;border-radius:20px}.ntx-landing .solution-layout{display:flex;flex-direction:column;gap:48px;align-items:center;text-align:center}.ntx-landing .solution-layout .text-block{max-width:720px}.ntx-landing .section-preview{background:var(--dark);padding:80px 0;overflow:hidden}.ntx-landing .preview-header{text-align:center;margin-bottom:40px}.ntx-landing .preview-header .tag{background:hsla(0,0%,100%,.12);color:var(--white);border:none}.ntx-landing .preview-header h2{color:var(--white)}.ntx-landing .video-wrapper{position:relative;border-radius:20px;overflow:hidden;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);max-width:960px;margin:0 auto}.ntx-landing .demo-video{width:100%;height:auto;display:block;border-radius:20px;opacity:0;transition:opacity .4s ease}.ntx-landing .demo-video.loaded{opacity:1}.ntx-landing .video-placeholder{position:absolute;inset:0;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:hsla(0,0%,100%,.4);text-align:center;padding:24px;transition:opacity .4s ease}.ntx-landing .video-placeholder.hidden{opacity:0;pointer-events:none}.ntx-landing .video-placeholder .img-slot-label{color:hsla(0,0%,100%,.5);font-family:monospace;font-size:13px;font-weight:700}.ntx-landing .video-placeholder .img-slot-hint{color:hsla(0,0%,100%,.3);font-size:12px;max-width:300px;line-height:1.5}.ntx-landing .section-objection{background:var(--purple-50);border-top:1px solid var(--purple-100);border-bottom:1px solid var(--purple-100)}.ntx-landing .objection-center{max-width:640px;margin:0 auto;text-align:center}.ntx-landing .objection-phrases{margin-top:32px;display:flex;flex-direction:column;gap:14px}.ntx-landing .objection-phrase{font-size:18px;font-weight:700;color:var(--purple-dark);padding:16px 24px;background:var(--white);border-radius:10px;border:1px solid var(--purple-200)}.ntx-landing .objection-closing{margin-top:24px}.ntx-landing .section-cta-final{background:linear-gradient(140deg,var(--purple-deeper) 0,var(--purple) 55%,var(--purple-light) 100%);text-align:center;padding:96px 0}.ntx-landing .section-cta-final .section-title{color:var(--white);margin-bottom:18px}.ntx-landing .cta-sub{font-size:19px;color:hsla(0,0%,100%,.78);margin-bottom:44px;max-width:560px;margin-left:auto;margin-right:auto}.ntx-landing .cta-microcopy{font-size:13px;color:hsla(0,0%,100%,.55);margin-top:22px}.ntx-landing .section-faq{background:var(--gray-100)}.ntx-landing .faq-list{max-width:700px;margin:52px auto 0}.ntx-landing details.faq-item{background:var(--white);border-radius:10px;border:1px solid var(--gray-200);margin-bottom:12px;overflow:hidden;transition:border-color .2s}.ntx-landing details.faq-item[open]{border-color:var(--purple-200);box-shadow:0 0 0 3px rgba(107,70,193,.06)}.ntx-landing summary.faq-q{padding:20px 24px;font-size:16px;font-weight:600;color:var(--dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ntx-landing summary.faq-q::-webkit-details-marker{display:none}.ntx-landing ::-webkit-scrollbar{width:8px}.ntx-landing ::-webkit-scrollbar-track{background:var(--purple-50)}.ntx-landing ::-webkit-scrollbar-thumb{background:var(--purple);border-radius:8px}.ntx-landing ::-webkit-scrollbar-thumb:hover{background:var(--purple-700,#553c9a)}.ntx-landing *{scrollbar-width:thin;scrollbar-color:var(--purple) var(--purple-50)}.ntx-landing .faq-icon{width:32px;height:32px;border-radius:50%;background:var(--purple-100);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s ease}.ntx-landing .faq-icon svg{display:block}.ntx-landing details[open] .faq-icon{background:var(--purple);transform:rotate(45deg)}.ntx-landing details[open] .faq-icon svg line{stroke:#fff}.ntx-landing .faq-a{font-size:15px;color:var(--gray-600);line-height:1.75;border-top:1px solid var(--gray-100);padding:16px 24px 22px}.ntx-landing footer{background:#fff;color:var(--dark);padding:60px 0 32px;border-top:1px solid var(--gray-200)}.ntx-landing .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:44px}.ntx-landing .footer-logo img{height:48px;width:auto}.ntx-landing .footer-brand p{font-size:14px;color:var(--gray-500);margin-top:16px;max-width:280px;line-height:1.75}.ntx-landing .footer-col h4{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:16px}.ntx-landing .footer-col ul{list-style:none}.ntx-landing .footer-col ul li{margin-bottom:10px}.ntx-landing .footer-col ul li a{font-size:14px;color:var(--gray-600);text-decoration:none;transition:color .2s}.ntx-landing .footer-col ul li a:hover{color:var(--purple)}.ntx-landing .footer-bottom{border-top:1px solid var(--gray-200);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.ntx-landing .footer-bottom p,.ntx-landing .footer-legal a{font-size:13px;color:var(--gray-400)}.ntx-landing .footer-legal a{text-decoration:none;margin-left:20px;transition:color .2s}.ntx-landing .footer-legal a:hover{color:var(--purple)}@media (max-width:900px){.ntx-landing .how-grid{grid-template-columns:repeat(2,1fr)}.ntx-landing .plans-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.ntx-landing .plan-card.featured{order:-1}.ntx-landing .footer-grid{grid-template-columns:1fr 1fr}.ntx-landing .footer-brand{grid-column:1/-1}}@media (max-width:640px){.ntx-landing .section{padding:60px 0}.ntx-landing .how-grid{grid-template-columns:1fr}.ntx-landing .hero-ctas{flex-direction:column;align-items:flex-start}.ntx-landing .btn-lg{width:100%;max-width:340px}.ntx-landing .footer-grid{grid-template-columns:1fr;gap:32px}.ntx-landing .footer-bottom{flex-direction:column;text-align:center}.ntx-landing .footer-legal{display:flex;gap:16px}.ntx-landing .footer-legal a{margin-left:0}.ntx-landing .social-cards{grid-template-columns:1fr}.ntx-landing .social-cards .social-card[style]{grid-column:auto}.ntx-landing .problem-card{flex:1 1 100%;max-width:100%}.ntx-landing .benefit-item{flex:1 1 calc(50% - 7px);min-width:0;font-size:12px;padding:11px 12px;gap:8px}.ntx-landing .benefit-check{width:20px;height:20px;flex-shrink:0;font-size:11px}.ntx-landing .hero-trust{flex-wrap:wrap;justify-content:center;gap:8px}.ntx-landing .diff-grid{grid-template-columns:1fr;gap:32px}.ntx-landing .diff-footer{font-size:1.15rem}.ntx-landing .plans-grid{grid-template-columns:1fr}.ntx-landing .hero-layout{grid-template-columns:1fr;gap:36px}.ntx-landing .hero-text{text-align:center}.ntx-landing .hero-text .hero-checks,.ntx-landing .hero-text .hero-ctas{justify-content:center}.ntx-landing .solution-layout{gap:32px}.ntx-landing .img-slot{min-height:200px}}@media (max-width:400px){.ntx-landing .btn-ghost{display:none}}