@font-face{font-family:Inter;src:url("inter.ttf") format("truetype");font-style:normal;font-weight:100 900;font-display:swap}
:root{--blue:#245cff;--ink:#111318;--muted:#5b6473;--line:#e3e8f0;--soft:#f5f7fb;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--white);color:var(--ink);font:400 1rem/1.6 Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.wrap{width:min(1200px,88%);margin-inline:auto}.skip{position:absolute;left:1rem;top:-100px;padding:1rem;background:var(--ink);color:#fff;z-index:20}.skip:focus{top:1rem}
.header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center}.brand img{display:block;width:175px;height:auto}nav{display:flex;align-items:center;gap:2.5rem;font-size:.9rem;font-weight:600}.nav-cta{display:flex;gap:1.5rem;border:1px solid var(--line);border-radius:30px;padding:.8rem 1.2rem}.nav-cta:hover{background:var(--blue);border-color:var(--blue);color:#fff;text-decoration:none}
.kicker{margin:0;color:var(--blue);font-size:.75rem;font-weight:800;letter-spacing:.14em;line-height:1.3}h1,h2,h3,h4,p{margin-top:0}h1{max-width:1000px;margin:0 auto 1.8rem;font-size:clamp(2.8rem,6.5vw,5.7rem);font-weight:600;letter-spacing:-.06em;line-height:1.04}h2{margin-bottom:0;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;letter-spacing:-.05em;line-height:1.08}
.hero{padding:6rem 0 7rem;text-align:center}.hero .kicker{margin-bottom:2rem;color:var(--muted)}.hero-copy{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.15rem}.actions{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:30px;background:var(--blue);color:#fff;padding:1rem 1.5rem;font-weight:700;transition:transform .2s,background .2s}.button:hover{background:var(--ink);text-decoration:none;transform:translateY(-2px)}.secondary{display:inline-block;padding:.75rem 0;color:var(--blue);font-weight:600}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.section-intro h2{text-align:right}
.product-section{padding-block:5rem;border-top:1px solid var(--line)}.product-card{display:grid;grid-template-columns:1fr 1.35fr;gap:4rem;padding:3rem;border:1px solid #cad7ff;border-radius:20px;background:#edf2ff}.product-status{display:inline-flex;border-radius:30px;background:var(--blue);color:#fff;padding:.45rem .8rem;font-size:.75rem;font-weight:800;letter-spacing:.08em}.product-card h3{margin:1.4rem 0 .4rem}.product-card .neeext-logo{display:block;width:100%;max-width:360px;height:auto;border-radius:8px}.product-card p{color:var(--muted)}.product-brand>p{font-size:.875rem}.product-copy h4{margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.04em;line-height:1.15}.product-destinations{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.product-destinations a{border:1px solid var(--line);border-radius:30px;background:#fff;padding:.75rem 1rem;color:var(--blue);font-size:.9rem;font-weight:700}.product-destinations a:hover{border-color:var(--blue);text-decoration:none}
.services{padding-block:5rem}.service-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.service-catalog article{min-height:220px;padding:2rem;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.service-catalog article:nth-child(2){background:var(--blue);border-color:var(--blue);color:#fff}.service-catalog article:nth-child(2) p,.service-catalog article:nth-child(2) .number{color:#e7eeff}.number{color:var(--blue);font-size:.8rem;font-weight:700}.service-catalog h3{margin:2.5rem 0 .75rem;font-size:1.55rem;letter-spacing:-.035em;line-height:1.2}.service-catalog p{margin-bottom:0;color:var(--muted)}
.audience{padding-block:5rem;background:#eef3ff}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem}.people-grid .kicker{margin-bottom:1.5rem}.people-grid h2{margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,3rem)}.people-grid p:last-child{margin-bottom:0;color:var(--muted)}.process{padding-block:5rem}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;list-style:none;counter-reset:step;padding:0;margin:0}.steps li{counter-increment:step;border-top:2px solid var(--blue);padding-top:1rem}.steps li:before{content:"0" counter(step);color:var(--blue);font-size:.875rem}.steps h3{margin:1rem 0 .6rem;font-size:1.25rem}.steps p{margin:0;color:var(--muted)}
.about{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding-block:5rem}.about-grid .kicker{margin-bottom:1.5rem}.about-grid p{color:var(--muted)}.faq{padding-block:5rem}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:1.2rem 0;cursor:pointer;font-weight:650}.faq details p{max-width:850px;padding-bottom:1.2rem;color:var(--muted)}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:5rem;padding-block:5rem}.contact-intro .kicker{margin-bottom:1.5rem}.contact-intro>p{margin-top:1.5rem;color:var(--muted)}.contact-details{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:2rem}.contact-details a{color:var(--blue);font-weight:650}.contact-details small{color:var(--muted);font-size:.75rem}.contact-form{display:flex;flex-direction:column;gap:1.15rem;padding:2rem;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.875rem;font-weight:650}.field-label{display:flex;align-items:baseline;gap:.3rem;min-height:1.4em}.field-label>span[aria-hidden="true"]{color:var(--blue);font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cbd2dc;border-radius:10px;background:#fff;color:var(--ink);padding:.85rem .9rem;font:inherit}.contact-form textarea{resize:vertical;min-height:145px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);outline:3px solid rgba(36,92,255,.18)}.optional{margin-left:auto;color:var(--muted);font-size:.75rem;font-weight:400}.contact-form .privacy-check{display:grid;grid-template-columns:20px 1fr;gap:.75rem;align-items:start;line-height:1.45;font-weight:400}.privacy-check input{width:18px;height:18px;margin:.15rem 0 0;accent-color:var(--blue)}.privacy-check a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.form-note{margin:0;color:var(--muted);font-size:.8rem}.form-trap{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.contact-form .button{align-self:flex-start;border:0;cursor:pointer;font:inherit}.footer{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-top:1px solid var(--line);padding-block:2rem}.footer .brand img{width:155px}.footer p{margin:0;color:var(--muted);font-size:.8rem}.footer-links{display:flex;gap:1.5rem;font-size:.875rem}.legal{padding-block:4rem 6rem}.legal-header{max-width:820px;margin-bottom:3.5rem}.legal-header .kicker{margin-bottom:1.5rem}.legal-header h1{margin:0 0 1rem;text-align:left;font-size:clamp(2.5rem,5vw,4.5rem)}.legal-header p,.legal-content p,.legal-content li{color:var(--muted)}.legal-content{max-width:820px}.legal-content h2{margin:2.75rem 0 1rem;font-size:1.55rem;letter-spacing:-.03em}.legal-content h3{margin:1.8rem 0 .5rem;font-size:1.05rem}.legal-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.legal-content ul{padding-left:1.25rem}.legal-content li{margin-bottom:.55rem}.status-page{display:grid;place-items:center;min-height:calc(100vh - 220px);padding-block:4rem}.status-card{width:min(680px,100%);padding:3rem;border:1px solid var(--line);border-radius:20px;background:var(--soft);text-align:center}.status-card .kicker{margin-bottom:1.2rem}.status-card h1{font-size:clamp(2.4rem,5vw,4rem)}.status-card p{color:var(--muted)}.status-card .button{margin-top:1rem}
@media(max-width:850px){nav>a:not(.nav-cta){display:none}.product-card{gap:2rem}.people-grid,.about-grid{gap:2.5rem}.contact{grid-template-columns:1fr;gap:2.5rem}}
@media(max-width:600px){.wrap{width:90%}.header{height:80px;gap:1rem}.brand img{width:140px}.nav-cta{padding:.7rem .8rem;font-size:.75rem}.hero{padding:4rem 0 5rem}h1{font-size:clamp(2.35rem,11vw,3.4rem)}.hero-copy{font-size:1rem}.actions{flex-direction:column;gap:.3rem}.section-intro{align-items:flex-start;flex-direction:column;gap:1rem}.section-intro h2{text-align:left}.product-section,.services,.audience,.process,.faq{padding-block:3.5rem}.product-card,.service-catalog,.people-grid,.steps,.about-grid,.field-row{grid-template-columns:1fr}.product-card{padding:1.5rem}.service-catalog article{min-height:0;padding:1.5rem}.service-catalog h3{margin-top:1.5rem}.about-grid{padding-block:3.5rem}.contact{padding-block:4rem}.contact-form{padding:1.35rem}.footer{align-items:flex-start;flex-direction:column}.status-card{padding:2rem 1.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
