/*
Theme Name: Network Puzzle
Theme URI: https://networkpuzzle.com
Author: Network Puzzle
Description: قالب عربي مخصص لمؤسسة لغز الشبكة
Version: 1.0.5
Text Domain: network-puzzle
*/

:root {
  --navy: #071525;
  --navy-2: #0b2239;
  --blue: #168bd2;
  --cyan: #45d9f5;
  --gold: #f7b731;
  --paper: #f4f8fb;
  --white: #fff;
  --ink: #15283a;
  --muted: #6c7b88;
  --line: rgba(18, 80, 119, .13);
  --shadow: 0 24px 70px rgba(6, 34, 56, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.np-phone { direction: ltr; unicode-bidi: isolate; display: inline-block; }
body {
  margin: 0;
  direction: rtl;
  background: var(--paper);
  color: var(--ink);
  font-family: "Almarai", sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.np-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.np-section { padding: 105px 0; position: relative; }
.np-section--dark { color: #fff; background: var(--navy); overflow: hidden; }
.np-section--dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%, rgba(69,217,245,.18), transparent 34%), radial-gradient(circle at 90% 80%, rgba(22,139,210,.19), transparent 32%); }
.np-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .03em; }
.np-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.np-heading { max-width: 720px; margin: 12px 0 44px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.3; letter-spacing: -.045em; }
.np-heading em { color: var(--blue); font-style: normal; }
.np-lead { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.np-section--dark .np-lead { color: #bfd0dd; }
.np-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.np-btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; transition: .3s ease; cursor: pointer; }
.np-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(22,139,210,.3); background: #0678bd; }
.np-btn--ghost { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.25); backdrop-filter: blur(10px); }
.np-btn--light { background: #fff; color: var(--navy); }
.np-btn--whatsapp { background: #25d366; }
.np-btn--whatsapp:hover { background: #1fbd5a; box-shadow: 0 15px 35px rgba(37,211,102,.28); }

.np-header { position: fixed; top: 0; inset-inline: 0; z-index: 1000; padding: 16px 0; transition: .35s ease; }
.np-header.is-scrolled { padding: 8px 0; background: rgba(7,21,37,.9); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.np-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.np-logo { display: flex; align-items: center; flex: 0 0 auto; }
.np-logo img { width: 158px; max-height: 72px; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(0,0,0,.18)); }
.np-menu { display: flex; align-items: center; gap: 27px; list-style: none; margin: 0; padding: 0; color: #fff; font-size: .92rem; font-weight: 700; }
.np-menu-shell { display: flex; align-items: center; }
.np-offcanvas__top, .np-offcanvas__footer, .np-menu-backdrop { display: none; }
.np-menu a { position: relative; }
.np-menu a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 0; height: 2px; background: var(--cyan); transition: .25s; }
.np-menu a:hover::after, .np-menu .current-menu-item a::after { width: 100%; }
.np-nav-cta { display: inline-flex; align-items: center; gap: 9px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 11px 17px; font-size: .85rem; font-weight: 800; }
.np-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; color: #fff; background: rgba(255,255,255,.08); }

.np-hero { min-height: 100svh; display: grid; place-items: center; position: relative; color: #fff; background: var(--navy) center/cover no-repeat; overflow: hidden; }
.np-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,37,.4), rgba(7,21,37,.95) 75%), linear-gradient(0deg, rgba(7,21,37,.9), transparent 55%); }
.np-hero::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to left, #000, transparent 70%); }
.np-hero__orb { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(22,139,210,.28); filter: blur(80px); left: -100px; top: 12%; }
.np-hero__content { position: relative; z-index: 2; width: min(820px, 100%); margin-inline-end: auto; padding-top: 90px; }
.np-hero h1 { margin: 16px 0 23px; font-size: clamp(2.75rem, 7vw, 6.15rem); line-height: 1.12; letter-spacing: -.065em; }
.np-hero h1 span { display: block; color: var(--cyan); }
.np-hero p { max-width: 670px; margin: 0; color: #d7e7f1; font-size: clamp(1rem, 2vw, 1.23rem); }
.np-hero__badge { display: inline-flex; align-items: center; gap: 12px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(9px); font-size: .82rem; font-weight: 800; }
.np-hero__badge i { color: var(--gold); }
.np-scroll { position: absolute; z-index: 3; bottom: 30px; left: 50%; translate: -50%; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.65); font-size: .72rem; }
.np-scroll i { animation: npBounce 1.6s infinite; }

.np-about { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.np-about__visual { min-height: 520px; position: relative; }
.np-about__visual img { width: 86%; height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.np-about__badge { position: absolute; left: 0; bottom: 35px; width: 190px; padding: 25px; color: #fff; background: var(--blue); border-radius: 24px; box-shadow: 0 20px 45px rgba(22,139,210,.3); }
.np-about__badge strong { display: block; font-size: 2.2rem; line-height: 1.1; }
.np-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.np-checks li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.np-checks i { color: var(--blue); }

.np-stats { margin-top: -45px; position: relative; z-index: 3; }
.np-stats__grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.np-stat { padding: 34px 25px; text-align: center; border-inline-start: 1px solid var(--line); }
.np-stat:first-child { border: 0; }
.np-stat i { color: var(--blue); font-size: 1.5rem; margin-bottom: 10px; }
.np-stat strong { display: block; color: var(--navy); font-size: 2.35rem; line-height: 1.1; }
.np-stat span { color: var(--muted); font-size: .84rem; }

.np-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.np-service-card { min-height: 330px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; border-radius: var(--radius); overflow: hidden; color: #fff; background: var(--navy); box-shadow: 0 18px 48px rgba(6,34,56,.12); isolation: isolate; }
.np-service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover no-repeat; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.np-service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,21,37,.98), rgba(7,21,37,.08) 85%); }
.np-service-card:hover::before { transform: scale(1.08); }
.np-service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 17px; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); color: var(--cyan); font-size: 1.25rem; transition: .3s; }
.np-service-card:hover .np-service-card__icon { color: var(--navy); background: var(--cyan); transform: rotate(-7deg); }
.np-service-card h3 { margin: 30px 0 8px; font-size: 1.25rem; }
.np-service-card p { margin: 0; color: #c8d8e4; font-size: .85rem; line-height: 1.7; }
.np-service-card__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--cyan); font-size: .82rem; font-weight: 800; }

.np-partners { overflow: hidden; }
.np-marquee { display: flex; width: max-content; gap: 20px; animation: npMarquee 32s linear infinite; }
.np-marquee:hover { animation-play-state: paused; }
.np-partner { width: 180px; height: 110px; display: grid; place-items: center; flex: 0 0 auto; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.np-partner img { max-width: 125px; max-height: 62px; object-fit: contain; filter: grayscale(1); opacity: .7; transition: .3s; }
.np-partner:hover img { filter: none; opacity: 1; transform: scale(1.05); }

.np-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 60px; color: #fff; border-radius: 36px; background: linear-gradient(125deg, var(--blue), #083b66); box-shadow: 0 30px 70px rgba(6,75,120,.24); }
.np-cta::after { content: "\f1d8"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: -25px; bottom: -70px; font-size: 240px; opacity: .07; transform: rotate(-20deg); }
.np-cta h2 { margin: 0 0 10px; font-size: clamp(2rem,4vw,3.3rem); line-height: 1.3; }
.np-contact-list { display: grid; gap: 12px; position: relative; z-index: 2; }
.np-contact-list a { display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; }
.np-contact-list i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.14); }

.np-page-hero { min-height: 450px; display: flex; align-items: flex-end; position: relative; padding: 160px 0 75px; color: #fff; background: var(--navy) center/cover no-repeat; overflow: hidden; }
.np-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,37,.4), rgba(7,21,37,.94) 75%); }
.np-page-hero__content { position: relative; z-index: 1; }
.np-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #b7cad8; font-size: .8rem; }
.np-breadcrumb i { margin-inline: 4px; }
.np-page-hero h1 { max-width: 850px; margin: 15px 0 10px; font-size: clamp(2.5rem,5vw,4.8rem); line-height: 1.25; letter-spacing: -.05em; }
.np-page-hero p { max-width: 700px; color: #d0dee8; }
.np-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 42px; align-items: start; }
.np-prose { padding: 40px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.np-prose h2, .np-prose h3 { color: var(--navy); line-height: 1.4; }
.np-prose h2 { margin-top: 40px; font-size: 2rem; }
.np-prose h3 { margin-top: 28px; font-size: 1.3rem; }
.np-prose p { color: #4f6170; }
.np-prose ul { list-style: none; padding: 0; }
.np-prose li { position: relative; padding: 7px 31px 7px 0; }
.np-prose li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--blue); position: absolute; right: 0; top: 8px; }
.np-sidebar { position: sticky; top: 105px; display: grid; gap: 20px; }
.np-side-card { padding: 25px; border-radius: 24px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.np-side-card h3 { margin-top: 0; }
.np-side-card p { color: #bfd0dd; font-size: .88rem; }
.np-side-links { display: grid; gap: 8px; }
.np-side-links a { display: flex; justify-content: space-between; align-items: center; padding: 12px 13px; color: #294356; background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: .83rem; font-weight: 700; transition: .25s; }
.np-side-links a:hover { color: #fff; background: var(--blue); transform: translateX(-4px); }

.np-slider { position: relative; overflow: hidden; border-radius: 30px; background: #dbe5eb; box-shadow: var(--shadow); }
.np-slider__track { display: flex; direction: ltr; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.np-slide { flex: 0 0 100%; aspect-ratio: 16/9; position: relative; overflow: hidden; }
.np-slide img { width: 100%; height: 100%; object-fit: cover; }
.np-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent,rgba(0,0,0,.45)); }
.np-slider__btn { position: absolute; z-index: 2; top: 50%; translate: 0 -50%; width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,21,37,.56); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.np-slider__btn:hover { background: var(--blue); }
.np-slider__btn--prev { right: 18px; }
.np-slider__btn--next { left: 18px; }
.np-slider__dots { position: absolute; z-index: 2; left: 50%; bottom: 17px; translate: -50%; display: flex; gap: 7px; direction: ltr; }
.np-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.55); transition: .3s; }
.np-slider__dots button.is-active { width: 28px; background: var(--cyan); }

.np-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; }
.np-contact-card, .np-form { padding: 38px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.np-form { display: grid; gap: 15px; }
.np-form label { font-size: .82rem; font-weight: 800; }
.np-form input, .np-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 14px 16px; outline: none; background: #f9fbfc; transition: .25s; }
.np-form input:focus, .np-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,139,210,.1); }
.np-form textarea { min-height: 135px; resize: vertical; }

.np-footer { position: relative; overflow: hidden; background: #020b14; color: #fff; padding: 0 0 25px; }
.np-footer::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(69,217,245,.28) 1px,transparent 1px), linear-gradient(90deg,rgba(69,217,245,.28) 1px,transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(#000,transparent 82%); }
.np-footer__inner { position: relative; z-index: 2; }
.np-footer__mesh span { position: absolute; display: block; border-radius: 50%; filter: blur(75px); opacity: .2; animation: npFooterFloat 8s ease-in-out infinite; }
.np-footer__mesh span:nth-child(1) { width: 400px; height: 400px; top: 5%; right: -120px; background: var(--blue); }
.np-footer__mesh span:nth-child(2) { width: 300px; height: 300px; bottom: 10%; left: -80px; background: var(--cyan); animation-delay: -3s; }
.np-footer__mesh span:nth-child(3) { width: 180px; height: 180px; top: 45%; left: 45%; background: var(--gold); opacity: .07; animation-delay: -5s; }
.np-footer__signal { min-height: 210px; position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 42px 48px; margin-bottom: 70px; border: 1px solid rgba(255,255,255,.15); border-top: 0; border-radius: 0 0 34px 34px; background: linear-gradient(125deg,rgba(22,139,210,.28),rgba(255,255,255,.055)); backdrop-filter: blur(18px); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.np-footer__signal::after { content: ""; position: absolute; bottom: 0; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg,transparent,var(--cyan),transparent); }
.np-footer__signal small { color: var(--cyan); font-weight: 800; }
.np-footer__signal h2 { margin: 6px 0 0; font-size: clamp(1.8rem,3.2vw,3rem); line-height: 1.25; letter-spacing: -.04em; }
.np-footer__signal-icon { width: 86px; height: 86px; position: relative; display: grid; place-items: center; border: 1px solid rgba(69,217,245,.4); border-radius: 26px; color: var(--cyan); background: rgba(69,217,245,.08); font-size: 2rem; transform: rotate(-7deg); }
.np-footer__signal-icon span { position: absolute; inset: -9px; border: 1px solid rgba(69,217,245,.25); border-radius: 31px; animation: npSignal 2s ease-out infinite; }
.np-footer__signal-actions { display: grid; gap: 10px; }
.np-footer__signal-actions .np-btn { min-width: 190px; }
.np-footer__grid { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 65px; align-items: start; }
.np-footer__logo { width: 175px; margin-bottom: 18px; }
.np-footer p, .np-footer a { color: #afc1cf; font-size: .85rem; }
.np-footer__label { display: block; margin-bottom: 20px; color: #fff; font-size: .86rem; font-weight: 800; }
.np-footer__label::after { content: ""; display: inline-block; vertical-align: middle; width: 35px; height: 2px; margin-inline-start: 10px; background: var(--cyan); }
.np-footer__pills { display: flex; flex-wrap: wrap; gap: 9px; }
.np-footer__pills a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.045); transition: .3s; }
.np-footer__pills a i { color: var(--cyan); font-size: .74rem; }
.np-footer__pills a:hover { color: #fff; border-color: var(--cyan); background: rgba(69,217,245,.1); transform: translateY(-3px); }
.np-footer__contact { display: grid; gap: 12px; }
.np-footer__contact > a, .np-footer__contact > div { display: flex; align-items: flex-start; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }
.np-footer__contact i { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--cyan); background: rgba(69,217,245,.1); }
.np-footer__contact span { color: #7990a1; font-size: .72rem; }
.np-footer__contact strong { display: block; color: #d7e3eb; font-size: .79rem; line-height: 1.65; }
.np-footer__trust { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-block: 1px solid rgba(255,255,255,.1); }
.np-footer__trust > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 22px; border-inline-start: 1px solid rgba(255,255,255,.1); }
.np-footer__trust > div:first-child { border: 0; }
.np-footer__trust i { color: var(--cyan); font-size: 1.35rem; }
.np-footer__trust span { font-size: .8rem; font-weight: 800; }
.np-footer__trust strong { display: block; color: #718798; font-size: .67rem; font-weight: 400; }
.np-social { display: flex; gap: 9px; margin-top: 20px; }
.np-social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); }
.np-social a:hover { background: var(--blue); transform: translateY(-3px); }
.np-footer__bottom { padding-top: 22px; display: flex; justify-content: space-between; color: #617788; font-size: .72rem; }
.np-footer__bottom div { display: flex; gap: 18px; }
.np-footer__bottom a:hover { color: var(--cyan); }
.np-whatsapp-float { position: fixed; z-index: 900; left: 24px; bottom: 24px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 35px rgba(37,211,102,.35); font-size: 1.65rem; animation: npPulse 2.2s infinite; }
.np-glow { width: 260px; height: 260px; position: fixed; z-index: -1; pointer-events: none; border-radius: 50%; background: rgba(69,217,245,.08); filter: blur(55px); transform: translate(-50%,-50%); }
.reveal { opacity: 0; transform: translateY(32px); transition: .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes npBounce { 50% { transform: translateY(8px); } }
@keyframes npPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.35); } 50% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } }
@keyframes npMarquee { to { transform: translateX(50%); } }
@keyframes npFooterFloat { 50% { transform: translate3d(25px,-25px,0) scale(1.08); } }
@keyframes npSignal { from { opacity: .8; transform: scale(.92); } to { opacity: 0; transform: scale(1.16); } }

.np-preloader { --load: 0%; position: fixed; z-index: 99999; inset: 0; display: none; place-items: center; align-content: center; gap: 25px; color: #fff; background: #03101d; transition: opacity .75s ease, visibility .75s ease; }
.js .np-preloader { display: grid; }
.np-preloader::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(69,217,245,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(69,217,245,.2) 1px,transparent 1px); background-size: 55px 55px; animation: npGridMove 3s linear infinite; }
.np-preloader::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(22,139,210,.2); filter: blur(80px); animation: npLoaderOrb 2.5s ease-in-out infinite; }
.np-preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.np-preloader__mark { width: 190px; height: 120px; position: relative; z-index: 2; display: grid; place-items: center; }
.np-preloader__mark img { width: 160px; position: relative; z-index: 2; animation: npLogoIn 1.15s cubic-bezier(.2,.8,.2,1) both; }
.np-preloader__piece { width: 38px; height: 38px; position: absolute; border: 2px solid var(--cyan); border-radius: 9px; opacity: .42; }
.np-preloader__piece::after { content: ""; width: 13px; height: 13px; position: absolute; border-radius: 50%; background: #03101d; }
.np-preloader__piece--1 { right: 0; top: 0; animation: npPiece1 1.4s ease-in-out infinite alternate; }
.np-preloader__piece--1::after { left: -8px; top: 10px; }
.np-preloader__piece--2 { left: 5px; bottom: 0; border-color: var(--gold); animation: npPiece2 1.6s ease-in-out infinite alternate; }
.np-preloader__piece--2::after { right: 10px; top: -8px; }
.np-preloader__piece--3 { left: 25px; top: -8px; animation: npPiece3 1.8s ease-in-out infinite alternate; }
.np-preloader__copy { position: relative; z-index: 2; text-align: center; }
.np-preloader__copy strong { display: block; font-size: 1.15rem; }
.np-preloader__copy span { color: #8ba2b2; font-size: .76rem; }
.np-preloader__bar { width: min(320px,70vw); height: 3px; position: relative; z-index: 2; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.np-preloader__bar i { display: block; width: var(--load); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue),var(--cyan)); box-shadow: 0 0 18px var(--cyan); transition: width .18s ease; }
.np-preloader__number { position: relative; z-index: 2; color: var(--cyan); font-size: .72rem; }
.np-preloader__space i { position: absolute; border-radius: 50%; background: var(--cyan); opacity: .45; animation: npStar 2s infinite; }
.np-preloader__space i:nth-child(1) { width: 5px; height: 5px; top: 18%; left: 20%; }
.np-preloader__space i:nth-child(2) { width: 7px; height: 7px; bottom: 23%; right: 18%; animation-delay: -.7s; }
.np-preloader__space i:nth-child(3) { width: 3px; height: 3px; top: 28%; right: 30%; animation-delay: -1.2s; }
@keyframes npGridMove { to { background-position: 55px 55px; } }
@keyframes npLoaderOrb { 50% { transform: scale(1.25); opacity: .75; } }
@keyframes npLogoIn { from { opacity: 0; transform: scale(.7) rotate(-7deg); filter: blur(10px); } }
@keyframes npPiece1 { to { transform: translate(-28px,25px) rotate(90deg); } }
@keyframes npPiece2 { to { transform: translate(30px,-20px) rotate(-80deg); } }
@keyframes npPiece3 { to { transform: translate(12px,34px) rotate(45deg); } }
@keyframes npStar { 50% { transform: scale(2.2); opacity: 1; } }

@media (max-width: 980px) {
  .np-menu-toggle { display: grid; place-items: center; }
  .np-menu-shell { width: min(420px,90vw); height: 100dvh; position: fixed; z-index: 1100; top: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; padding: 24px; color: #fff; background: radial-gradient(circle at 100% 0,rgba(69,217,245,.18),transparent 32%),#03101d; box-shadow: -30px 0 80px rgba(0,0,0,.4); transform: translateX(110%); transition: transform .55s cubic-bezier(.75,0,.2,1); overflow: hidden; }
  .np-menu-shell::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(#000,transparent 85%); }
  .np-menu-shell::after { content: "\f1b2"; position: absolute; left: -45px; bottom: 12%; color: var(--cyan); opacity: .055; font: 900 220px/1 "Font Awesome 6 Free"; transform: rotate(-17deg); }
  .np-menu-shell.is-open { transform: none; }
  .np-offcanvas__top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--cyan); font-size: .8rem; font-weight: 800; }
  .np-offcanvas__close { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); color: #fff; }
  .np-menu { position: relative; z-index: 2; display: grid; gap: 0; width: 100%; margin-top: 28px; }
  .np-menu li { opacity: 0; transform: translateX(28px); transition: .4s ease; }
  .np-menu-shell.is-open .np-menu li { opacity: 1; transform: none; }
  .np-menu-shell.is-open .np-menu li:nth-child(2) { transition-delay: .06s; }
  .np-menu-shell.is-open .np-menu li:nth-child(3) { transition-delay: .12s; }
  .np-menu-shell.is-open .np-menu li:nth-child(4) { transition-delay: .18s; }
  .np-menu-shell.is-open .np-menu li:nth-child(5) { transition-delay: .24s; }
  .np-menu li a { display: flex; align-items: center; justify-content: space-between; padding: 16px 3px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.03rem; }
  .np-menu li a::before { content: "\f060"; order: 2; color: var(--cyan); font-family: "Font Awesome 6 Free"; font-weight: 900; opacity: .7; transition: .3s; }
  .np-menu li a::after { display: none; }
  .np-menu li a:hover::before { transform: translateX(-7px); }
  .np-offcanvas__footer { position: relative; z-index: 2; display: grid; gap: 8px; margin-top: auto; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
  .np-offcanvas__footer small, .np-offcanvas__footer span { color: #7f96a7; font-size: .7rem; }
  .np-offcanvas__footer a { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; }
  .np-offcanvas__footer a i { color: #25d366; font-size: 1.2rem; }
  .np-menu-backdrop { display: block; position: fixed; z-index: 999; inset: 0; border: 0; background: rgba(0,7,14,.78); opacity: 0; visibility: hidden; transition: .4s; }
  .np-menu-backdrop.is-open { opacity: 1; visibility: visible; }
  body.np-menu-open { overflow: hidden; }
  .np-nav-cta { display: none; }
  .np-about, .np-contact-grid, .np-cta, .np-content-grid { grid-template-columns: 1fr; }
  .np-about__visual { order: 2; min-height: 430px; }
  .np-about__visual img { height: 410px; }
  .np-services-grid { grid-template-columns: repeat(2,1fr); }
  .np-sidebar { position: static; }
  .np-footer__signal { grid-template-columns: auto 1fr; }
  .np-footer__signal-actions { grid-column: 1/-1; grid-template-columns: 1fr 1fr; }
  .np-footer__grid { grid-template-columns: 1fr 1fr; }
  .np-footer__brand { grid-column: 1/-1; }
}

@media (max-width: 650px) {
  .np-container { width: min(100% - 28px, 1180px); }
  .np-section { padding: 75px 0; }
  .np-logo img { width: 125px; }
  .np-hero__content { padding-top: 70px; }
  .np-hero h1 { font-size: 2.8rem; }
  .np-stats { margin-top: -25px; }
  .np-stats__grid { grid-template-columns: repeat(2,1fr); }
  .np-stat:nth-child(3) { border: 0; border-top: 1px solid var(--line); }
  .np-stat:nth-child(4) { border-top: 1px solid var(--line); }
  .np-services-grid { grid-template-columns: 1fr; }
  .np-about__visual { min-height: 355px; }
  .np-about__visual img { width: 92%; height: 340px; }
  .np-about__badge { width: 160px; padding: 19px; }
  .np-checks { grid-template-columns: 1fr; }
  .np-cta, .np-prose, .np-contact-card, .np-form { padding: 27px; }
  .np-page-hero { min-height: 390px; }
  .np-page-hero h1 { font-size: 2.55rem; }
  .np-footer__signal { grid-template-columns: 1fr; gap: 18px; padding: 32px 24px; margin-bottom: 50px; text-align: center; }
  .np-footer__signal-icon { margin-inline: auto; }
  .np-footer__signal-actions { grid-template-columns: 1fr; width: 100%; }
  .np-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .np-footer__brand { grid-column: auto; }
  .np-footer__trust { grid-template-columns: 1fr; }
  .np-footer__trust > div { justify-content: flex-start; border: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .np-footer__trust > div:first-child { border-top: 0; }
  .np-footer__bottom { display: grid; gap: 7px; }
  .np-whatsapp-float { width: 54px; height: 54px; left: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
