*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cyan:#06b6d4;--green:#10b981;--amber:#f59e0b;--dark:#0f172a;--dark-card:#1e293b;--text:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--shadow:0 4px 24px rgba(0,0,0,.08);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#a5b4fc;--cyan:#22d3ee;--green:#22c55e;--amber:#fbbf24;--dark:#020617;--dark-soft:#020617;--dark-card:#020617;--bg:radial-gradient(circle at top left,#1f2937 0,#020617 40%,#020617 70%,#020617 100%);--bg-elevated:rgba(15,23,42,.85);--bg-soft:rgba(15,23,42,.6);--text:#f3f4f6;--text-muted:#cbd5f5;--border:rgba(148,163,184,.4);--border-subtle:rgba(148,163,184,.22);--white:#f9fafb;--radius:12px;--shadow:0 18px 50px rgba(15,23,42,.75);--shadow-lg:0 28px 70px rgba(15,23,42,.9);font-size:16px}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);color-scheme:dark;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%}ul{list-style:none}.page-wrapper{min-height:calc(100vh - 64px)}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:radial-gradient(circle at top left,rgba(15,23,42,.96),rgba(15,23,42,.92));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border-subtle);box-shadow:0 1px 0 rgba(15,23,42,.8);width:100%}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;gap:2rem}.navbar-logo{gap:.5rem}.logo-icon,.navbar-logo{display:flex;align-items:center;flex-shrink:0}.logo-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--primary),var(--cyan));justify-content:center;color:#fff;font-weight:800;font-size:1.1rem}.logo-text{font-weight:700;font-size:1.05rem;color:var(--white)}.nav-hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .2s}.nav-links{display:flex;align-items:center;gap:.25rem;margin-left:auto}.nav-link{padding:.4rem .75rem;border-radius:8px;font-size:.9rem;font-weight:500;color:rgba(226,232,240,.75);transition:all .2s}.nav-link:hover{color:var(--white);background:rgba(148,163,184,.16)}.nav-link-active{color:var(--white);background:linear-gradient(135deg,rgba(99,102,241,.25),rgba(34,211,238,.2));box-shadow:0 0 0 1px rgba(129,140,248,.5)}.nav-cta{background:var(--primary);color:#fff!important;margin-left:.5rem}.nav-cta:hover{background:var(--primary-dark)!important;color:#fff!important}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;font:inherit;font-weight:500}.nav-dropdown-chevron{font-size:.6rem;opacity:.8;transition:transform .2s}.nav-dropdown-open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:0;margin:.25rem 0 0;padding:.5rem 0;min-width:180px;background:rgba(15,23,42,.98);border:1px solid var(--border-subtle);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.4);list-style:none;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,transform .2s,visibility .2s;z-index:50}.nav-dropdown-visible,.nav-dropdown-wrap:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-link{display:block;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:rgba(226,232,240,.85);text-decoration:none;border-radius:6px;margin:0 .25rem;transition:all .2s}.nav-dropdown-link:hover{color:var(--white);background:rgba(148,163,184,.16)}@media (max-width:768px){.navbar-inner{position:static}.nav-hamburger{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;width:100%;background:rgba(15,23,42,.98);flex-direction:column;padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--border-subtle);gap:1rem;align-items:stretch;box-shadow:0 18px 60px #0f172a;z-index:100}.nav-links.nav-open{display:flex}.nav-links li{margin-bottom:.5rem}.nav-links li:last-child{margin-bottom:0;margin-top:.5rem}.nav-link{padding:1rem 1.25rem;font-size:1.05rem}.nav-cta{text-align:center;margin-left:0}.nav-dropdown,.nav-dropdown-wrap{position:static}.nav-dropdown{margin:.25rem 0 0 1rem;padding:.25rem 0;min-width:auto;max-height:0;overflow:hidden;opacity:1;transform:none;box-shadow:none;border:none;background:transparent}.nav-dropdown-wrap:hover .nav-dropdown{visibility:hidden}.nav-dropdown-visible{max-height:240px;visibility:visible}.nav-dropdown-link{padding:.5rem .75rem;margin:0}}.footer{background:var(--dark);color:hsla(0,0%,100%,.85)}.footer-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-brand .logo-text{color:#fff}.footer-tagline{font-size:.9rem;color:hsla(0,0%,100%,.55);line-height:1.5}.footer-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.footer-links h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.4);margin-bottom:.75rem}.footer-links a{display:block;font-size:.9rem;color:hsla(0,0%,100%,.7);margin-bottom:.5rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:1.25rem 1.5rem;text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.35)}@media (max-width:640px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr 1fr}}.btn-primary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(99,102,241,.35)}.btn-outline{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:transparent;color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:rgba(99,102,241,.04)}.btn-large{padding:1rem 2rem;font-size:1.05rem}.btn-full{width:100%;justify-content:center}.section{padding:5rem 1.5rem;background:transparent}.section-dark{background:var(--dark);color:#fff}.section-bordered{border-top:1px solid var(--border)}.section-inner{max-width:1100px;margin:0 auto}.text-center{text-align:center}.section-tag{display:inline-block;background:rgba(99,102,241,.1);color:var(--primary);padding:.3rem .75rem;border-radius:99px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.tag-light{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.9)}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:var(--white);margin-bottom:1rem}.section-title.light{color:#fff}.section-sub{font-size:1.05rem;color:rgba(148,163,184,.95);max-width:640px;line-height:1.7;margin-bottom:2.5rem}.section-sub.light{color:hsla(0,0%,100%,.7)}.text-center .section-sub{margin-left:auto;margin-right:auto}.section-cta{margin-top:2.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.gold-rush-divider{width:100%;overflow:hidden;line-height:0;pointer-events:none}.divider-img{width:100%;height:60px;object-fit:cover;display:block}.hero{padding:5rem 1.5rem 4rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;min-height:80vh;position:relative}.hero:before{content:"";position:absolute;inset:-120px;background:radial-gradient(circle at top left,rgba(79,70,229,.22),transparent 55%),radial-gradient(circle at bottom right,rgba(56,189,248,.18),transparent 55%);opacity:.9;z-index:-2}.hero-badge{display:inline-block;background:rgba(99,102,241,.1);color:var(--primary);padding:.4rem .9rem;border-radius:99px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.15;color:var(--white);margin-bottom:1.25rem}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.1rem;color:rgba(156,163,175,.98);line-height:1.75;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 28px 80px rgba(15,23,42,.9),0 0 0 1px rgba(99,102,241,.25);animation:pulse 3s ease-in-out infinite}.hero-scene-img{display:block;width:100%;max-width:500px;height:auto;border-radius:20px}@keyframes pulse{0%,to{box-shadow:0 28px 80px rgba(15,23,42,.9),0 0 0 1px rgba(99,102,241,.25)}50%{box-shadow:0 28px 80px rgba(15,23,42,.9),0 0 0 2px rgba(99,102,241,.5),0 0 40px rgba(99,102,241,.1)}}@media (max-width:900px){.hero{grid-template-columns:1fr;text-align:center;min-height:auto;padding:3rem 1.5rem;gap:2.5rem}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-scene-img{max-width:360px}}.stats-bar{background:radial-gradient(circle at top left,rgba(31,41,55,.9),rgba(15,23,42,.95));border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:2rem 1.5rem;display:flex;justify-content:center;gap:0;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem 2.5rem;border-right:1px solid var(--border);gap:.25rem}.stat-item:last-child{border-right:none}.stat-value{font-size:2rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.82rem;color:rgba(148,163,184,.9);text-align:center;max-width:140px}@media (max-width:640px){.stat-item{border-right:none;border-bottom:1px solid var(--border);width:50%}.stat-item:nth-child(odd){border-right:1px solid var(--border)}.stat-item:last-child,.stat-item:nth-last-child(2):nth-child(odd){border-bottom:none}}.cards-3{grid-template-columns:repeat(3,1fr);grid-gap:1.5rem}.cards-2,.cards-3{display:grid;gap:1.5rem}.cards-2{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem}.card-soft{background:linear-gradient(135deg,rgba(15,23,42,.9),rgba(15,23,42,.92));border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.75rem;box-shadow:0 18px 50px rgba(15,23,42,.85);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:box-shadow .2s,transform .2s,border-color .2s}.card-soft:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:rgba(129,140,248,.7)}.card-soft h3,.card-soft h4{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.card-soft p{font-size:.9rem;color:rgba(148,163,184,.95);line-height:1.6}.card-emoji{font-size:2rem;margin-bottom:.75rem}.catalogue-more{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border-subtle);text-align:center}.catalogue-more-text{font-size:1.05rem;color:rgba(226,232,240,.9);margin-bottom:1.25rem;max-width:42ch;margin-left:auto;margin-right:auto}.card-dark{background:var(--dark-card);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s,transform .2s}.card-dark:hover{border-color:hsla(0,0%,100%,.18);transform:translateY(-2px)}.card-dark h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.card-dark p{font-size:.9rem;color:hsla(0,0%,100%,.6);line-height:1.6}.service-icon{font-size:1.75rem;margin-bottom:.75rem}.service-card-themed{display:flex;flex-direction:row;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem}.service-card-img{flex-shrink:0;width:100px;height:100px;border-radius:12px;overflow:hidden;background:rgba(15,23,42,.8);border:1px solid rgba(99,102,241,.2)}.service-svg-img{width:100px;height:100px;object-fit:cover;display:block}.service-card-body{flex:1 1;min-width:0}@media (max-width:640px){.service-card-themed{flex-direction:column;align-items:flex-start}}@media (max-width:900px){.cards-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.cards-2,.cards-3{grid-template-columns:1fr}}.process-steps{display:flex;gap:1rem;justify-content:center;margin:2rem 0 2.5rem;flex-wrap:wrap}.process-step{gap:.75rem;background:rgba(15,23,42,.85);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem 1.25rem}.process-step,.step-num{display:flex;align-items:center}.step-num{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;justify-content:center;font-size:.9rem;flex-shrink:0}.process-step p{font-size:.9rem;font-weight:600;color:var(--text)}.videos-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:1rem}.video-embed-wrap{border-radius:var(--radius);overflow:hidden;background:rgba(15,23,42,.85);border:1px solid var(--border-subtle);box-shadow:0 18px 50px rgba(15,23,42,.85)}.video-embed-wrap .video-embed{display:block;width:100%;aspect-ratio:16/9;border:none}.video-caption{padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:var(--white);margin:0;border-top:1px solid var(--border-subtle)}@media (max-width:768px){.videos-grid{grid-template-columns:1fr;gap:1.5rem}}.cta-banner{background:linear-gradient(135deg,var(--primary),var(--cyan));padding:5rem 1.5rem;text-align:center;color:#fff}.cta-inner{max-width:600px;margin:0 auto}.cta-inner h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:1rem}.cta-inner p{font-size:1.05rem;color:hsla(0,0%,100%,.85);margin-bottom:2rem;line-height:1.7}.cta-banner .btn-primary{background:#fff;color:var(--primary)}.cta-banner .btn-primary:hover{background:hsla(0,0%,100%,.9);box-shadow:0 4px 20px rgba(0,0,0,.15)}.page-hero{background:var(--bg);padding:4rem 1.5rem}.page-hero,.service-detail{border-bottom:1px solid var(--border)}.service-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;padding:3rem 0}.service-detail:last-child{border-bottom:none}.service-detail-reverse{direction:rtl}.service-detail-reverse>*{direction:ltr}.service-icon-lg{font-size:2.5rem;margin-bottom:.75rem}.service-tag{display:inline-block;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--primary);margin-bottom:.5rem}.service-detail h2{font-size:1.6rem;font-weight:800;color:var(--white);margin-bottom:.75rem}.service-desc{color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.service-bullets{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.service-bullets li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--text);line-height:1.5}.bullet-check{color:var(--green);font-weight:700;flex-shrink:0}.service-detail-visual{display:flex;justify-content:center;align-items:center}.service-detail-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.8),0 0 0 1px rgba(99,102,241,.2);transition:box-shadow .3s,transform .3s}.service-detail-img-wrap:hover{box-shadow:0 24px 70px rgba(15,23,42,.9),0 0 0 1px rgba(99,102,241,.4);transform:translateY(-3px)}.service-detail-img{width:220px;height:220px;display:block;object-fit:cover}.service-card-visual{width:220px;height:220px;border-radius:24px;background:linear-gradient(135deg,var(--primary) 0,var(--cyan) 100%);display:flex;align-items:center;justify-content:center;font-size:5rem;box-shadow:var(--shadow-lg)}@media (max-width:900px){.service-detail{grid-template-columns:1fr;direction:ltr;gap:2rem}.service-detail-reverse{direction:ltr}.service-detail-visual{display:none}}.stage-block{padding:3rem 0;border-bottom:1px solid var(--border)}.stage-block:last-child{border-bottom:none}.stage-layout{display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;align-items:start}.stage-content{min-width:0}.stage-visual{flex-shrink:0}.stage-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 16px 48px rgba(15,23,42,.7),0 0 0 1px rgba(99,102,241,.15);transition:box-shadow .3s,transform .3s}.stage-img-wrap:hover{box-shadow:0 20px 60px rgba(15,23,42,.85),0 0 0 1px rgba(99,102,241,.3);transform:translateY(-2px)}.stage-img{width:280px;height:200px;display:block;object-fit:cover}@media (max-width:900px){.stage-layout{grid-template-columns:1fr;gap:1.5rem}.stage-visual{display:none}}.stage-header{gap:1.5rem;margin-bottom:1.25rem}.stage-header,.stage-num{display:flex;align-items:center}.stage-num{font-size:3rem;font-weight:900;border:3px solid;width:72px;height:72px;border-radius:16px;justify-content:center;flex-shrink:0;line-height:1}.stage-title{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:.25rem}.stage-subtitle{font-size:.95rem;color:var(--text-muted)}.stage-desc{color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem;max-width:760px}.stage-outcome{margin-top:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--white)}.outcome-label{margin-right:.5rem}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.faq-item{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius);padding:1.5rem}.faq-q{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.faq-a{font-size:.9rem;color:hsla(0,0%,100%,.65);line-height:1.6}@media (max-width:640px){.faq-list{grid-template-columns:1fr}.stage-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.nlweb-hero-section{padding-top:0;padding-bottom:0}.nlweb-hero-img-wrap{display:inline-block;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.8),0 0 0 1px rgba(99,102,241,.2);max-width:420px;width:100%}.nlweb-hero-img{width:100%;height:auto;display:block}.nlweb-demo{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.nlweb-demo-left h2{font-size:1.5rem;font-weight:800;color:var(--dark);margin-bottom:1rem}.nlweb-demo-left p{color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.nlweb-comparison{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.comparison-col{border-radius:var(--radius);padding:1.25rem}.comparison-col.bad{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2)}.comparison-col.good{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.2)}.comparison-col h4{font-size:.85rem;font-weight:700;margin-bottom:.75rem}.comparison-col.bad h4{color:#dc2626}.comparison-col.good h4{color:#059669}.comparison-col ul{display:flex;flex-direction:column;gap:.4rem}.comparison-col li{font-size:.82rem;color:var(--text-muted);list-style:disc;margin-left:1rem}.chat-mockup{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg)}.chat-header{gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);background:var(--bg)}.chat-avatar,.chat-header{display:flex;align-items:center}.chat-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;justify-content:center;font-weight:800;font-size:.8rem}.chat-header span{font-size:.9rem;font-weight:600;flex:1 1}.chat-online{width:8px;height:8px;border-radius:50%;background:var(--green)}.chat-messages{padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:260px}.chat-msg{max-width:85%;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;line-height:1.5}.chat-msg.bot{background:var(--bg);border:1px solid var(--border);align-self:flex-start}.chat-msg.user{background:var(--primary);color:#fff;align-self:flex-end}.chat-input-row{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border)}.chat-input-row input{flex:1 1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;background:var(--bg);color:var(--text-muted)}.chat-input-row button{width:36px;height:36px;border:none;border-radius:8px;background:var(--primary);color:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.steps-horizontal{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.step-card{text-align:center;padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.step-num-lg{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.step-card h3{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.step-card p{font-size:.85rem;color:var(--text-muted);line-height:1.55}@media (max-width:900px){.nlweb-comparison,.nlweb-demo{grid-template-columns:1fr}.steps-horizontal{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.steps-horizontal{grid-template-columns:1fr}}.about-mission{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.mission-text h2{font-size:1.6rem;font-weight:800;color:var(--white);margin-bottom:1rem}.mission-text p{color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.about-mission-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.85),0 0 0 1px rgba(99,102,241,.2)}.about-mission-img{width:100%;height:auto;display:block}.mission-card{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:2rem;text-align:center}.mission-orb{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;font-size:1.75rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.mission-card blockquote{font-size:1rem;font-style:italic;color:var(--dark);line-height:1.65;margin-bottom:.75rem}.mission-attr{font-size:.8rem;color:var(--text-muted)}.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.diff-item{background:var(--bg);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);border-left:3px solid var(--primary)}.diff-item h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.diff-item p{font-size:.85rem;color:var(--text-muted);line-height:1.5}@media (max-width:900px){.about-mission{grid-template-columns:1fr}.about-mission-img-wrap{display:none}.diff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.diff-grid{grid-template-columns:1fr}}.contact-visual-wrap{border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(15,23,42,.7),0 0 0 1px rgba(99,102,241,.15);margin-bottom:2rem}.contact-visual-img{width:100%;height:auto;display:block}.contact-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info h2{font-size:1.4rem;font-weight:800;color:var(--white);margin-bottom:1.5rem}.call-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.call-step{display:flex;gap:1rem;align-items:flex-start}.call-step-num{width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.call-step h4{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.call-step p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.contact-trust{display:flex;flex-direction:column;gap:.5rem;background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius);padding:1.25rem}.trust-item{font-size:.9rem;font-weight:600;color:var(--text)}.contact-form-wrap{background:rgba(15,23,42,.92);border:1px solid var(--border);border-radius:20px;padding:2rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-form h2{font-size:1.3rem;font-weight:800;color:var(--white);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;color:var(--text);font-family:inherit;transition:border-color .2s,background-color .2s;background:rgba(30,41,59,.8)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:rgba(30,41,59,.95)}.form-group textarea{resize:vertical}.form-disclaimer{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.form-success{text-align:center;padding:2rem 1rem}.success-icon{font-size:3rem;margin-bottom:1rem}.form-success h2{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:.75rem}.form-success p{font-size:.95rem;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}@media (max-width:900px){.contact-layout,.form-row{grid-template-columns:1fr}}.strategy-intro h2{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:1rem}.strategy-intro>p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem;max-width:800px}.strategy-boxes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.strategy-box{background:rgba(15,23,42,.85);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border-subtle);border-top:3px solid var(--primary)}.strategy-box h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.strategy-box p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.pillar-header{gap:1.25rem;margin-bottom:1rem}.pillar-header,.pillar-icon{display:flex;align-items:center}.pillar-icon{width:52px;height:52px;border-radius:14px;justify-content:center;font-size:1.5rem;flex-shrink:0}.pillar-title{font-size:1.3rem;font-weight:800;color:var(--white);margin-bottom:.2rem}.pillar-subtitle{font-size:.9rem;color:var(--text-muted)}.pillar-desc{color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem;max-width:800px}.video-list{display:flex;flex-direction:column;gap:1rem}.video-card{background:rgba(15,23,42,.85);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:box-shadow .2s}.video-card:hover{box-shadow:var(--shadow)}.video-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.video-num{width:28px;height:28px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0;margin-top:2px}.video-title{font-size:.95rem;font-weight:700;color:var(--white);line-height:1.4}.video-meta{display:flex;flex-direction:column;gap:.4rem}.video-hook{font-size:.85rem;color:var(--text-muted);line-height:1.5}.meta-label{font-weight:600;color:var(--text)}.video-details{display:flex;gap:1.5rem;flex-wrap:wrap}.video-cta,.video-format{font-size:.8rem;color:var(--text-muted);font-style:italic}.launch-phases{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.launch-phase{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius);overflow:hidden}.phase-header{padding:1rem 1.25rem;border-bottom:2px solid;background:hsla(0,0%,100%,.04)}.phase-header h3{font-size:.95rem;font-weight:700}.phase-items{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.phase-items li{font-size:.85rem;color:hsla(0,0%,100%,.7);line-height:1.5;display:flex;align-items:flex-start;gap:.4rem}.phase-check{font-weight:700;flex-shrink:0}.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.tip-card{background:rgba(15,23,42,.85);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem}.tip-icon{font-size:1.5rem;margin-bottom:.5rem}.tip-card h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.tip-card p{font-size:.83rem;color:var(--text-muted);line-height:1.55}@media (max-width:900px){.launch-phases,.strategy-boxes{grid-template-columns:1fr}.tips-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tips-grid{grid-template-columns:1fr}}.play-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.play-header{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e9ecef}.play-header h1{margin:0 0 .25rem;font-size:1.5rem}.play-header p{margin:0;font-size:.95rem}.play-header code{font-size:.85em;background:#e9ecef;padding:.1em .4em;border-radius:4px}.play-header-meta{font-size:.9rem;color:#666;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.play-thread-label{flex-shrink:0}.play-thread-select{font-size:.9rem;padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#333;min-width:120px;max-width:280px}.play-thread-select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 2px rgba(13,110,253,.2)}.play-new-thread{text-decoration:underline;cursor:pointer;background:none;border:none;color:inherit;margin-left:.25rem}.play-new-thread:hover{color:#0d6efd}.play-layout{flex:1 1;display:grid;grid-template-columns:380px 1fr;grid-gap:0;gap:0;min-height:0}.play-chat{border-right:1px solid #e9ecef}.play-chat,.play-embed{background:#fff;display:flex;flex-direction:column;min-height:0}.play-embed-header{padding:.5rem 1rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between;font-size:.9rem}.play-open-link{color:#0d6efd;text-decoration:none}.play-open-link:hover{text-decoration:underline}.play-iframe{flex:1 1;min-height:400px;width:100%;border:none}.play-proposal-actions{padding:1rem;border-top:1px solid #e9ecef;font-size:.9rem}.play-proposal-hint{margin:0 0 .5rem;color:#666}.play-json-details{margin-top:.5rem}.play-json-details summary{cursor:pointer;color:#0d6efd}.play-json-pre{margin:.5rem 0 0;padding:.75rem;background:#f1f3f5;border-radius:6px;overflow:auto;max-height:200px;font-size:.8rem}.play-copy-btn{margin-top:.5rem;padding:.35rem .75rem;cursor:pointer;border:1px solid #dee2e6;border-radius:6px;background:#fff}.play-copy-btn:hover{background:#e9ecef}.play-samples{padding:.75rem 1rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.play-samples-title{margin:0 0 .5rem;font-size:.9rem;color:#495057}.play-samples-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.play-sample-btn{padding:.4rem .75rem;font-size:.85rem;cursor:pointer;border:1px solid #dee2e6;border-radius:6px;background:#fff}.play-sample-btn:hover:not(:disabled){background:#e9ecef}.play-sample-btn:disabled{opacity:.7;cursor:wait}@media (max-width:900px){.play-layout{grid-template-columns:1fr;grid-template-rows:40vh 1fr}}