@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--brand:#e8720c;--brand-hover:#c25d0a;--brand-light:#fff7ed;--brand-border:#fcd6a8;--black:#111;--gray-900:#1f2937;--gray-700:#374151;--gray-500:#6b7280;--gray-300:#d1d5db;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--success:#16a34a;--danger:#dc2626;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 6px #0000000a;--shadow-lg:0 12px 32px #0000001a, 0 4px 12px #0000000f;--radius:.75rem;--radius-sm:.5rem;--radius-lg:1rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}html,body{color:var(--black);-webkit-font-smoothing:antialiased;background:#fff9f4;min-height:100vh;font-family:Inter,system-ui,sans-serif}.page-bg{isolation:isolate;background:linear-gradient(135deg,#fffaf6 0%,#fff4ea 35%,#fff9f3 65%,#fffaf7 100%);min-height:100vh;position:relative}.page-bg:before{content:"";opacity:.035;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}.page-bg:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#e8720c17 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0}.page-bg>*{z-index:1;position:relative}.bg-blob{pointer-events:none;z-index:0;border-radius:50%;position:fixed}.bg-blob-tr{filter:blur(100px);background:radial-gradient(circle at 35% 35%,#e8720c38 0%,#f5a85a1f 40%,#0000 70%);width:700px;height:700px;top:-250px;right:-250px}.bg-blob-bl{filter:blur(90px);background:radial-gradient(circle at 60% 60%,#e8720c24 0%,#fdd2a01a 45%,#0000 72%);width:520px;height:520px;bottom:-180px;left:-180px}.bg-blob-mid{filter:blur(70px);background:radial-gradient(circle,#e8720c14 0%,#0000 65%);width:360px;height:360px;top:40%;left:28%}.glass-card{-webkit-backdrop-filter:blur(24px)saturate(1.4);border-radius:var(--radius-lg);background:#ffffffd1;border:1px solid #ffffffeb;padding:2rem;box-shadow:0 2px 4px #00000008,0 8px 24px #00000012,0 32px 64px #0000000d,inset 0 1px #fff}.glass-card-sm{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius);background:#ffffffe0;border:1px solid #fffffff2;box-shadow:0 2px 12px #0000000f,inset 0 1px #ffffffe6}.btn-primary{background:var(--brand);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;border:none;align-items:center;gap:.45rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 6px 20px #e8720c4d}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-outline{background:var(--white);color:var(--brand);border:1.5px solid var(--brand);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.45rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline:hover{background:var(--brand-light)}.btn-ghost{color:var(--gray-500);border:1px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-ghost:hover{background:var(--gray-50);color:var(--gray-900);border-color:var(--gray-400)}.btn-icon{background:var(--white);color:var(--gray-500);border:1px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:inline-flex}.btn-icon:hover{background:var(--gray-50);color:var(--black);border-color:var(--gray-400)}.site-nav{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-100);background:#fffffff2;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:-.02em;font-size:1.35rem;font-weight:800;text-decoration:none}.nav-logo .nxt{color:var(--black)}.nav-logo .career{color:var(--brand)}.hero{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:4rem 2rem 2rem;display:flex;position:relative}.hero-badge{background:var(--brand-light);border:1px solid var(--brand-border);color:var(--brand);letter-spacing:.04em;text-transform:uppercase;border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;color:var(--black);margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.1}.hero h1 .accent{color:var(--brand)}.hero-sub{color:var(--gray-500);max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.card-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:1000px;margin-bottom:3rem;display:grid}.card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);text-align:left;cursor:pointer;background:#ffffffd1;border:1px solid #ffffffe6;flex-direction:column;gap:1.25rem;padding:2rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 2px 8px #0000000d,0 1px 2px #00000008}.card:hover{border-color:#e8720c80;transform:translateY(-4px);box-shadow:0 12px 32px #e8720c26,0 2px 8px #0000000f}.card-icon{border-radius:var(--radius-sm);background:var(--brand-light);width:52px;height:52px;color:var(--brand);justify-content:center;align-items:center;display:flex}.card h2{color:var(--black);margin-bottom:.35rem;font-size:1.2rem;font-weight:700}.card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.card-checks{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.card-check{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.card-check svg{color:var(--brand);flex-shrink:0}.card-cta{margin-top:auto;padding-top:1rem}.card-link{color:var(--brand);align-items:center;gap:.45rem;font-size:.95rem;font-weight:600;transition:gap .2s;display:inline-flex}.card:hover .card-link{gap:.65rem}.trust-bar{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#ffffffb8;border:1px solid #ffffffe6;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1000px;padding:1.25rem 2rem;display:flex;box-shadow:0 2px 12px #0000000d}.trust-item{color:var(--gray-500);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.trust-item svg{color:var(--brand)}.page-wrap{max-width:800px;margin:0 auto;padding:3.5rem 1.5rem 6rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{letter-spacing:-.02em;color:var(--black);margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.page-header h1 .accent{color:var(--brand)}.page-header p{color:var(--gray-500);max-width:460px;margin:0 auto;font-size:1rem;line-height:1.7}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-700);font-size:.82rem;font-weight:600}.form-control{background:var(--white);border:1.5px solid var(--gray-300);width:100%;color:var(--black);border-radius:var(--radius-sm);outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-control:focus{border-color:var(--brand);box-shadow:0 0 0 3px #e8720c1f}.form-control::placeholder{color:var(--gray-300)}.upload-zone{border:2px dashed var(--gray-300);border-radius:var(--radius-sm);background:var(--gray-50);cursor:pointer;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.upload-zone:hover{border-color:var(--brand);background:var(--brand-light)}.upload-zone.uploaded{background:#f0fdf4;border:1.5px solid #86efac}.upload-zone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.result-card{background:var(--white);border:1.5px solid var(--gray-200,#e5e7eb);border-radius:var(--radius-lg);margin-top:2rem;padding:2rem}.score-ring{border:7px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 1rem;display:flex}.alert-error{border-radius:var(--radius-sm);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:flex-start;gap:.6rem;padding:.9rem 1rem;font-size:.875rem;display:flex}.alert-info{background:var(--brand-light);border:1px solid var(--brand-border);border-radius:var(--radius-sm);color:var(--gray-700);padding:.9rem 1rem;font-size:.875rem}.divider{border:none;border-top:1px solid var(--gray-100);margin:1.5rem 0}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:.8s linear infinite spin}.studio-layout{grid-template-columns:360px 1fr;min-height:calc(100vh - 64px);display:grid}.studio-sidebar{border-right:1px solid var(--gray-100);background:var(--white);flex-direction:column;height:calc(100vh - 64px);display:flex;position:sticky;top:64px;overflow:hidden}.studio-sidebar-scroll{scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent;flex:1;padding:1.25rem;overflow-y:auto}.studio-preview{background:var(--gray-50);flex-direction:column;display:flex;overflow:hidden}.studio-topbar{border-bottom:1px solid var(--gray-100);background:var(--white);flex-shrink:0;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.studio-canvas{flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex;overflow-y:auto}.accordion{border:1.5px solid var(--gray-100);border-radius:var(--radius-sm);background:var(--white);margin-bottom:.6rem;overflow:hidden}.accordion summary{cursor:pointer;color:var(--gray-900);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600;list-style:none;display:flex}.accordion summary::-webkit-details-marker{display:none}.accordion summary .acc-dot{background:var(--brand);border-radius:50%;flex-shrink:0;width:8px;height:8px}.accordion summary .acc-chev{color:var(--gray-400);margin-left:auto;font-size:.85rem;transition:transform .2s}.accordion[open] summary .acc-chev{transform:rotate(90deg)}.accordion-body{padding:.25rem 1rem 1rem}.chip-row{flex-wrap:wrap;gap:6px;margin-top:.5rem;display:flex}.chip{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-700);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:500;transition:all .15s}.chip:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.chip.active{background:var(--brand);border-color:var(--brand);color:var(--white)}.tpl-pills{flex:1;gap:6px;display:flex;overflow-x:auto}.tpl-pills::-webkit-scrollbar{height:0}.tpl-pill{border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-600,#4b5563);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;padding:5px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s}.tpl-pill:hover{border-color:var(--brand);color:var(--brand)}.tpl-pill.active{background:var(--brand);border-color:var(--brand);color:var(--white)}.repeat-item{border:1.5px solid var(--gray-100);border-radius:var(--radius-sm);background:var(--gray-50);margin:.6rem 0;padding:.9rem;position:relative}.repeat-item .rm-btn{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-400);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;line-height:1;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.repeat-item .rm-btn:hover{color:var(--danger);border-color:#fca5a5}.add-btn{border:1.5px dashed var(--gray-300);width:100%;color:var(--brand);border-radius:var(--radius-sm);cursor:pointer;background:0 0;margin-top:6px;padding:7px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s}.add-btn:hover{background:var(--brand-light);border-color:var(--brand)}.sugg-row{text-align:left;border:1.5px dashed var(--gray-200);background:var(--white);width:100%;color:var(--gray-500);border-radius:var(--radius-sm);cursor:pointer;margin-bottom:4px;padding:6px 9px;font-family:inherit;font-size:.82rem;line-height:1.4;transition:all .15s;display:block}.sugg-row:hover{border-color:var(--brand);color:var(--gray-900);background:var(--brand-light)}.sugg-row b{color:var(--brand);margin-right:4px;font-weight:700}.progress-wrap{border-bottom:1px solid var(--gray-100);align-items:center;gap:8px;padding:.75rem 1rem;display:flex}.progress-track{background:var(--gray-100);border-radius:99px;flex:1;height:5px;overflow:hidden}.progress-bar{background:var(--brand);border-radius:99px;height:100%;transition:width .4s}.progress-label{color:var(--gray-400);white-space:nowrap;font-size:.78rem;font-weight:600}.resume-doc{background:var(--white);color:#1a1a1a;width:794px;min-height:1123px;font-size:11pt;line-height:1.5;box-shadow:0 8px 40px #0000001f}.ai-tag{color:var(--brand);background:var(--brand-light);border:1px solid var(--brand-border);border-radius:999px;align-items:center;gap:4px;margin-bottom:6px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem}@media (max-width:900px){.hero{padding-inline:1rem}.card-grid{gap:1rem;overflow-x:scroll}.card-grid::-webkit-scrollbar{display:none}.card{width:330px;padding:1.2rem 2rem}.studio-layout{grid-template-columns:1fr}.studio-sidebar{height:auto;position:static}}.stats-section{text-align:center;padding:1rem 1rem 6rem}.stats-subtitle{color:var(--brand);letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.stats-title{color:var(--black);letter-spacing:-.02em;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.stats-card{background:var(--white);border-radius:var(--radius-lg);flex-direction:row;justify-content:space-around;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 20px #0000000d}.stat-item{flex-direction:column;flex:1;gap:.25rem;display:flex}.stat-number{color:var(--brand);font-size:2.2rem;font-weight:800}.stat-label{color:var(--gray-500);font-size:.95rem}.stat-divider{background:var(--gray-200);width:1px;height:60px}@media (max-width:768px){.page-wrap{padding-inline:16px}.glass-card{padding:20px 14px}.stats-card{flex-direction:column;gap:1.5rem}.stat-divider{width:100%;height:1px}.ats-field-row{grid-template-columns:1fr!important}}.desktop-nav{align-items:center;gap:.75rem;display:flex}.mobile-menu-btn{color:var(--black);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;display:none}.mobile-menu{display:none}@media (max-width:600px){.hero h1{font-size:2rem}.trust-bar{gap:1rem}.site-nav{padding:0 1rem;position:relative}.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-menu{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);z-index:40;background:#fffffffa;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:absolute;top:64px;left:0;right:0;box-shadow:0 4px 12px #0000000d}}.nav-scrolled{box-shadow:0 2px 16px #0000000f}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-cta-primary{border-radius:12px;padding:.85rem 2rem;font-size:1rem;font-weight:700;box-shadow:0 4px 20px #e8720c4d}.hero-cta-secondary{border-radius:12px;padding:.85rem 2rem;font-size:1rem;font-weight:700}.card-icon-blue{color:#2563eb;background:#eff6ff}.card-animated{animation:.5s both fadeInUp}.card-animated:nth-child(2){animation-delay:.1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.75rem;font-weight:800;display:inline-block}.section-title{letter-spacing:-.02em;color:var(--black);margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800}.section-sub{color:var(--gray-500);margin-bottom:2.5rem;font-size:1rem}.how-section{color:var(--white);text-align:center;border-top:1px solid var(--gray-900);border-bottom:1px solid var(--gray-900);background-color:#09090b;background-image:radial-gradient(100% 100% at 0 15%,#e8720c1f 0%,#e8720c05 40%,#0000 60%),radial-gradient(100% 100% at 100% 85%,#e8720c1f 0%,#e8720c05 40%,#0000 60%),radial-gradient(120% 80% at 50% -10%,#e8720c14 0%,#0000 60%);padding:6rem 2rem;position:relative;overflow:hidden}.how-section .section-title{color:var(--white);z-index:1;position:relative}.how-section .section-eyebrow{color:#f59c4a;z-index:1;position:relative}.steps-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1000px;margin:4rem auto 0;display:grid;position:relative}.step-card:not(:last-child):after{content:"⟶";color:#e8720c4d;pointer-events:none;font-size:2rem;position:absolute;top:50%;right:-1.9rem;transform:translate(50%,-50%)}.step-card{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-top-color:#ffffff1f;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 30px #0003}.step-card:hover{background:#ffffff0a;border-color:#e8720c4d;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 30px #e8720c1f}.step-number{letter-spacing:.05em;background:linear-gradient(135deg, #f59c4a, var(--brand));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.1rem;font-weight:900}.step-icon{width:64px;height:64px;color:var(--brand);background:#e8720c0f;border:1px solid #e8720c26;border-radius:18px;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.step-card:hover .step-icon{background:linear-gradient(135deg, var(--brand), #d96200);color:var(--white);transform:scale(1.1)translateY(-4px);box-shadow:0 10px 25px #e8720c66}.step-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.step-card p{color:var(--gray-400);font-size:.95rem;line-height:1.7}.testimonials-section{text-align:center;background:linear-gradient(135deg,#fffaf5 0%,#fff4e8 40%,#fffbf5 100%);border-top:1px solid #e8720c1a;padding:6rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8720c12 0%,#0000 65%);border-radius:50%;width:450px;height:450px;position:absolute;top:-100px;right:-120px}.testimonials-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#e8720c0d 0%,#0000 65%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-80px;left:-80px}.testimonials-section .section-title,.testimonials-section .section-eyebrow{z-index:1;position:relative}.testimonials-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:2.5rem auto 0;display:grid;position:relative}.testimonial-card{-webkit-backdrop-filter:blur(16px);text-align:left;background:#ffffffe6;border:1px solid #fffffff2;border-radius:1.25rem;flex-direction:column;padding:1.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 6px 20px #e8720c0a,inset 0 1px #fff}.testimonial-card:after{content:"";background:linear-gradient(90deg, var(--brand), #f59c4a);border-radius:1.25rem 1.25rem 0 0;height:3px;position:absolute;top:0;left:0;right:0}.testimonial-card:before{content:"“";color:#e8720c12;pointer-events:none;font-family:Georgia,serif;font-size:7rem;line-height:1;position:absolute;top:.5rem;right:1.25rem}.testimonial-card:hover{border-color:#e8720c26;transform:translateY(-4px);box-shadow:0 8px 32px #e8720c1f,0 2px 8px #0000000f,inset 0 1px #fff}.testimonial-stars{z-index:1;gap:3px;margin-top:.375rem;margin-bottom:1rem;display:flex;position:relative}.testimonial-text{color:var(--gray-700);z-index:1;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;line-height:1.75;position:relative}.testimonial-author{z-index:1;border-top:1px solid #e8720c1a;align-items:center;gap:.875rem;padding-top:1rem;display:flex;position:relative}.testimonial-avatar{background:linear-gradient(135deg, var(--brand), #d96200);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.78rem;font-weight:800;display:flex;box-shadow:0 3px 10px #e8720c47}.testimonial-name{color:var(--black);font-size:.9rem;font-weight:700}.testimonial-role{color:var(--gray-500);margin-top:.1rem;font-size:.8rem}.pricing-section{text-align:center;background-color:#09090b;background-image:radial-gradient(100% 100% at 0 15%,#e8720c1a 0%,#e8720c05 40%,#0000 60%),radial-gradient(100% 100% at 100% 85%,#e8720c1a 0%,#e8720c05 40%,#0000 60%),radial-gradient(120% 80% at 50% -10%,#e8720c0f 0%,#0000 60%);border-top:1px solid #ffffff0a;padding:6rem 2rem;position:relative;overflow:hidden}.pricing-section .section-eyebrow{color:#f59c4a}.pricing-section .section-title{color:var(--white)}.pricing-section .section-sub{color:#ffffff8c}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;max-width:1060px;margin:3.5rem auto 0;display:grid}.pricing-card{-webkit-backdrop-filter:blur(20px);text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-top-color:#ffffff24;border-radius:1.5rem;flex-direction:column;padding:2.5rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #00000040}.pricing-card:hover{background:#ffffff12;border-color:#ffffff26;transform:translateY(-5px);box-shadow:0 20px 48px #0006}.pricing-highlight{background:#e8720c14;border:1.5px solid #e8720c73;transform:translateY(-8px);box-shadow:0 0 0 1px #e8720c26,0 16px 48px #e8720c33,0 4px 16px #0000004d}.pricing-highlight:hover{border-color:#e8720c99;transform:translateY(-12px);box-shadow:0 0 0 1px #e8720c40,0 24px 64px #e8720c47,0 4px 16px #0000004d}.pricing-badge{color:#f59c4a;letter-spacing:.1em;text-transform:uppercase;background:#e8720c26;border:1px solid #e8720c4d;border-radius:999px;margin-bottom:1.5rem;padding:5px 12px;font-size:.72rem;font-weight:800;display:inline-block}.pricing-highlight .pricing-badge{background:linear-gradient(135deg, var(--brand), #d96200);color:#fff;border:none;box-shadow:0 4px 14px #e8720c66}.pricing-name{color:#ffffffe6;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.pricing-price{color:var(--white);letter-spacing:-.03em;margin-bottom:.25rem;font-size:2.8rem;font-weight:800;line-height:1}.pricing-highlight .pricing-price{background:linear-gradient(135deg,#fff 40%,#fcd6a8);color:#0000;-webkit-background-clip:text;background-clip:text}.pricing-period{color:#fff6;font-size:.95rem;font-weight:500}.pricing-desc{color:#ffffff80;border-bottom:1px solid #ffffff12;margin:1rem 0 1.25rem;padding-bottom:1.25rem;font-size:.9rem;line-height:1.6}.pricing-features{flex-direction:column;flex-grow:1;gap:.875rem;margin-bottom:2rem;list-style:none;display:flex}.pricing-features li{color:#ffffffbf;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.pricing-features li svg{color:#f59c4a;flex-shrink:0;width:17px;height:17px}.pricing-highlight .pricing-features li{color:#ffffffe6}.pricing-highlight .pricing-features li svg{color:var(--brand)}.pricing-cta{border-radius:12px;justify-content:center;width:100%;margin-top:auto;padding:.9rem 1.25rem;font-size:.97rem}.pricing-card:not(.pricing-highlight) .btn-outline{color:#fffc;background:#ffffff0f;border-color:#ffffff2e}.pricing-card:not(.pricing-highlight) .btn-outline:hover{color:#fff;background:#ffffff1f;border-color:#ffffff4d}.faq-section{background:var(--brand-light);text-align:center;border-top:1px solid var(--gray-100);padding:6rem 2rem}.faq-list{text-align:left;max-width:1000px;margin:2.5rem auto 0}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;background:#fff;margin-bottom:.75rem;transition:box-shadow .2s;overflow:hidden}.faq-item:hover,.faq-item.open{box-shadow:0 4px 16px #e8720c14}.faq-item.open{border-color:#e8720c4d}.faq-q{color:var(--black);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.faq-q svg{color:var(--brand);flex-shrink:0}.faq-a{color:var(--gray-500);border-top:1px solid var(--gray-100);padding:.75rem 1.25rem 1.1rem;font-size:.9rem;line-height:1.65}.cta-band{background:linear-gradient(135deg, var(--brand) 0%, #f59c4a 100%);text-align:center;padding:6rem 2rem}.cta-band-inner{max-width:1000px;margin:0 auto}.cta-band h2{color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.cta-band p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem}.cta-band-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-band-btn{border-radius:12px;padding:.9rem 2rem;font-size:1rem;font-weight:700}.cta-band .btn-primary{color:var(--brand);background:#fff}.cta-band .btn-primary:hover{background:#fff7ed;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.site-footer{color:#ccc;background:#111;padding:6rem 2rem 0}.footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 2fr;gap:4rem;max-width:1100px;margin:0 auto;padding-bottom:3rem;display:grid}.footer-logo{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.footer-logo .nxt{color:#fff}.footer-logo .career{color:var(--brand)}.footer-tagline{color:#888;max-width:260px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.footer-socials{gap:.75rem;display:flex}.social-link{color:#aaa;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{background:var(--brand);border-color:var(--brand);color:#fff}.footer-links-col{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:.25rem;font-size:.75rem;font-weight:800}.footer-col a{color:#888;font-size:.875rem;text-decoration:none;transition:color .15s}.footer-col a:hover{color:var(--brand)}.footer-bottom{color:#555;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1100px;margin:0 auto;padding:1.25rem 0;font-size:.8rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#555;text-decoration:none;transition:color .15s}.footer-bottom-links a:hover{color:var(--brand)}.legal-page{max-width:820px;margin:0 auto;padding:3rem 1.5rem 6rem}.legal-hero{border-bottom:1px solid var(--gray-100);background:linear-gradient(#fff9f4 0%,#fff 100%);margin-bottom:2.5rem;padding:3rem 2rem}.legal-title{letter-spacing:-.02em;color:var(--black);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.legal-updated{color:var(--gray-500);font-size:.85rem}.legal-section{border:1px solid var(--gray-100);background:#fff;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.legal-section h2{color:var(--black);margin-bottom:.6rem;font-size:1rem;font-weight:700}.legal-section p{color:var(--gray-500);font-size:.9rem;line-height:1.7}.legal-section ul{color:var(--gray-500);flex-direction:column;gap:.4rem;padding-left:1.25rem;font-size:.9rem;line-height:1.7;list-style:outside;display:flex}@media (max-width:900px){.steps-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1.5rem;max-width:100%;margin-left:0;margin-right:0;padding:0 2rem 1.5rem;display:flex;overflow-x:auto}.steps-grid::-webkit-scrollbar{display:none}.step-card{scroll-snap-align:center;flex:0 0 80vw;max-width:320px;padding:2rem 1.5rem}.step-card:not(:last-child):after{display:none}.testimonials-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}.pricing-highlight{transform:none}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-links-col{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1rem;max-width:100%;margin-left:0;margin-right:0;padding:.5rem 1.25rem 1.5rem;display:flex;overflow-x:auto}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:center;flex:0 0 82vw;max-width:320px}.how-section,.testimonials-section{padding:3.5rem 0}.how-section .section-eyebrow,.how-section .section-title,.testimonials-section .section-eyebrow,.testimonials-section .section-title,.testimonials-section .section-sub{padding-left:1.25rem;padding-right:1.25rem}.faq-section,.cta-band{padding:3.5rem 1.25rem}.pricing-section{padding:3.5rem 1rem}.footer-links-col{grid-template-columns:1fr 1fr}.cta-band-btns{flex-direction:column}.hero-ctas{flex-direction:column;align-items:center}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%}}.text-page-hero{border-bottom:1px solid var(--gray-100);text-align:center;background:#fafafa;padding:6rem 2rem 3rem}.text-page-title{color:var(--black);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.text-page-subtitle{color:var(--gray-500);font-size:1.05rem}.text-page-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);background:#e8720c1a;border-radius:999px;align-items:center;gap:7px;margin-bottom:1rem;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.text-page-content{max-width:840px;color:var(--gray-800);margin:0 auto;padding:4rem 2rem 6rem;font-size:1.05rem;line-height:1.75}.text-page-content h2{color:var(--black);margin:3rem 0 1rem;font-size:1.5rem;font-weight:800}.text-page-content h3{color:var(--black);margin:2rem 0 .5rem;font-size:1.15rem;font-weight:800}.text-page-content p{margin-bottom:1rem}.text-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.text-page-content li{margin-bottom:.5rem}.text-page-notice{border:1px solid #e8720c26;border-left:4px solid var(--brand);border-radius:var(--radius);color:var(--gray-700);background:#e8720c0d;margin:2rem 0;padding:1.25rem 1.5rem;font-size:.95rem}.text-page-notice b{color:var(--black)}.ph{color:inherit}.text-page-toc{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin:2.5rem 0;padding:2rem}.text-page-toc b{color:var(--black);margin-bottom:1rem;font-size:1.1rem;display:block}.text-page-toc ol{columns:2;column-gap:2rem;margin:0;padding-left:1.25rem}@media (max-width:600px){.text-page-toc ol{columns:1}}.text-page-toc li{margin-bottom:.5rem}.text-page-table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.95rem}.text-page-table th,.text-page-table td{text-align:left;border:1px solid var(--gray-200);padding:1rem 1.25rem}.text-page-table th{background:var(--gray-50);color:var(--black);font-weight:800}.contact-grid{grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);align-self:start;padding:1.5rem;box-shadow:0 4px 24px #00000005}.contact-info-item{border-radius:var(--radius);align-items:flex-start;gap:1.25rem;padding:1.25rem;display:flex}.contact-info-item+.contact-info-item{border-top:1px solid var(--gray-100)}.contact-info-ic{width:44px;height:44px;color:var(--brand);background:#e8720c1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.contact-info-item b{color:var(--black);margin-bottom:.25rem;display:block}.contact-form-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 24px #00000005}.contact-form-card h2{color:var(--black);margin-top:0;margin-bottom:.5rem;font-size:1.5rem}.contact-form-card label{color:var(--gray-500);margin:1.25rem 0 .5rem;font-size:.85rem;font-weight:700;display:block}.contact-form-card input,.contact-form-card textarea{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;font:inherit;outline:none;padding:.85rem 1rem;transition:border-color .2s}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:var(--brand)}.contact-form-card textarea{resize:vertical;min-height:120px}.about-stats{text-align:center;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0;display:grid}@media (max-width:600px){.about-stats{grid-template-columns:1fr}}.about-stat{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.5rem}.about-stat b{color:var(--brand);font-size:2.5rem;font-weight:800;line-height:1;display:block}.about-stat span{color:var(--gray-500);margin-top:.5rem;font-size:.95rem;display:block}@media (max-width:600px){.about-vals{grid-template-columns:1fr}}.about-val{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 4px 24px #00000005}.about-val b{color:var(--black);margin-bottom:.25rem;font-size:1.05rem;display:block}.about-val span{color:var(--gray-600);font-size:.95rem}@media (max-width:600px){.text-page-hero{padding:4.5rem 1.25rem 2.5rem}.text-page-content{padding:2.5rem 1.25rem 4rem}.contact-form-card,.contact-info-card,.about-stat{padding:1.5rem 1.25rem}}.inner-hero{text-align:center;background:linear-gradient(135deg,#fffaf5 0%,#fff4e8 50%,#fffbf5 100%);border-bottom:1px solid #e8720c1a;padding:5rem 2rem 4rem;position:relative;overflow:hidden}.inner-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8720c14 0%,#0000 65%);border-radius:50%;width:380px;height:380px;position:absolute;top:-80px;right:-100px}.inner-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#e8720c0d 0%,#0000 65%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-60px;left:-80px}.inner-hero-wrap{z-index:1;max-width:680px;margin:0 auto;position:relative}.inner-hero-wrap .section-eyebrow{margin-bottom:1rem}.inner-hero-title{letter-spacing:-.03em;color:var(--black);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.inner-hero-title .accent{color:var(--brand)}.inner-hero-sub{color:var(--gray-500);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.inner-content{max-width:1100px;margin:0 auto;padding:4rem 2rem 6rem}.inner-prose{color:var(--gray-700);font-size:1rem;line-height:1.8}.inner-prose h2{color:var(--black);letter-spacing:-.01em;margin:2.75rem 0 .75rem;scroll-margin-top:80px;font-size:1.4rem;font-weight:800}.inner-prose h3{color:var(--gray-900);margin:1.75rem 0 .5rem;font-size:1.1rem;font-weight:700}.inner-prose p{margin-bottom:1rem}.inner-prose ul{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding-left:1.25rem;display:flex}.inner-prose li::marker{color:var(--brand)}.inner-prose a{color:var(--brand);text-underline-offset:3px;text-decoration:underline}.inner-prose a:hover{color:var(--brand-hover)}.inner-prose strong{color:var(--black);font-weight:700}.legal-layout{grid-template-columns:220px 1fr;align-items:start;gap:3rem;display:grid}.legal-toc-sidebar{position:sticky;top:80px}.legal-toc-inner{border-radius:var(--radius-lg);background:#ffffffe0;border:1px solid #e8720c1f;padding:1.25rem;box-shadow:0 2px 12px #e8720c0d}.legal-toc-label{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);border-bottom:1px solid #e8720c1f;margin-bottom:1rem;padding-bottom:.6rem;font-size:.72rem;font-weight:800}.legal-toc-link{border-radius:var(--radius-sm);color:var(--gray-600);align-items:baseline;gap:.5rem;padding:.4rem .5rem;font-size:.82rem;line-height:1.4;text-decoration:none;transition:all .15s;display:flex}.legal-toc-link:hover{color:var(--brand);background:#e8720c0f}.legal-toc-num{color:var(--gray-400);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.68rem;font-weight:700}.legal-prose{min-width:0}.legal-table-wrap{border-radius:var(--radius);border:1px solid var(--gray-200);margin:1.5rem 0;overflow-x:auto}.legal-table-wrap .text-page-table{border:none;margin:0}.legal-tldr{border:1px solid #e8720c26;border-left:4px solid var(--brand);border-radius:var(--radius);background:#e8720c0d;margin-bottom:2rem;padding:1.25rem 1.5rem}.legal-tldr-label{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:.5rem;font-size:.72rem;font-weight:800}.legal-tldr p{color:var(--gray-700);margin:0;font-size:.95rem;line-height:1.65}.legal-contact-block{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.4rem;margin:1rem 0;padding:1.25rem 1.5rem;display:flex}.legal-contact-block p{margin:0;font-size:.95rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.about-stat{border-radius:var(--radius-lg);text-align:center;background:#ffffffe6;border:1px solid #e8720c1f;flex-direction:column;align-items:center;gap:.4rem;padding:1.75rem 1.5rem;display:flex;box-shadow:0 2px 12px #e8720c0d}.about-stat-icon{width:44px;height:44px;color:var(--brand);background:#e8720c14;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.about-stat b{color:var(--brand);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.about-stat span{color:var(--gray-500);font-size:.875rem}.about-vals{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0 2.5rem;display:grid}.about-val{border-radius:var(--radius-lg);background:#ffffffe6;border:1px solid #e8720c1a;align-items:flex-start;gap:1rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 8px #00000008}.about-val:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8720c1a}.about-val-icon{width:40px;height:40px;color:var(--brand);background:#e8720c14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-val b{color:var(--black);margin-bottom:.25rem;font-size:.95rem;font-weight:700;display:block}.about-val span{color:var(--gray-500);font-size:.875rem;line-height:1.55}.contact-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:2rem;display:grid}.contact-info-card{border-radius:var(--radius-lg);background:#ffffffe6;border:1px solid #e8720c1f;overflow:hidden;box-shadow:0 2px 12px #e8720c0d}.contact-info-header{border-bottom:1px solid #e8720c14;padding:1.5rem 1.5rem 1rem}.contact-info-header h2{color:var(--black);margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.contact-info-header p{color:var(--gray-500);margin:0;font-size:.85rem}.contact-info-items{padding:.5rem 0}.contact-info-item{border-bottom:1px solid #e8720c0f;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;transition:background .15s;display:flex}.contact-info-item:last-child{border-bottom:none}.contact-info-item:hover{background:#e8720c08}.contact-info-ic{width:38px;height:38px;color:var(--brand);background:#e8720c14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-item b{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.78rem;font-weight:700;display:block}.contact-form-card{border-radius:var(--radius-lg);background:#fffffff2;border:1px solid #e8720c1f;padding:2rem;box-shadow:0 2px 12px #e8720c0d}.contact-form-card h2{color:var(--black);margin:0 0 .25rem;font-size:1.35rem;font-weight:800}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form-group{flex-direction:column;gap:.4rem;display:flex}.contact-form-group label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.contact-form-group input,.contact-form-group textarea{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font:inherit;color:var(--black);resize:vertical;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #e8720c1a}.contact-submit{border-radius:12px;justify-content:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.9rem 1.5rem;font-size:1rem}.contact-success{text-align:center;padding:3rem 1rem}.contact-success-icon{background:linear-gradient(135deg, var(--brand), #f59c4a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.75rem;font-weight:800;display:flex}.contact-success h3{color:var(--black);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.contact-success p{color:var(--gray-500)}@media (max-width:1024px){.legal-layout{grid-template-columns:180px 1fr;gap:2rem}}@media (max-width:768px){.inner-hero{padding:4rem 1.25rem 3rem}.inner-content{padding:2.5rem 1.25rem 4rem}.legal-layout{grid-template-columns:1fr}.legal-toc-sidebar{display:none}.about-stats{grid-template-columns:1fr;gap:1rem}.about-stat{text-align:left;flex-direction:row;align-items:center;gap:1rem;padding:1.25rem}.about-stat-icon{flex-shrink:0;margin-bottom:0}.about-vals,.contact-grid,.contact-form-row{grid-template-columns:1fr}.inner-hero-title{font-size:clamp(1.75rem,7vw,2.5rem)}}
