
:root{--bg:#f6f9fc;--surface:#ffffff;--text:#0b1826;--muted:#607086;--brand:#0057ff;--brand2:#00bfa6;--line:#dce6f2;--shadow:0 20px 60px rgba(8,30,55,.12);--radius:28px;--header:rgba(255,255,255,.78)}
[data-theme="dark"]{--bg:#07111f;--surface:#0d1b2d;--text:#eef6ff;--muted:#9fb3c8;--brand:#4aa3ff;--brand2:#24e0c0;--line:#203349;--shadow:0 20px 60px rgba(0,0,0,.36);--header:rgba(9,19,33,.78)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 15% 0%,rgba(0,191,166,.13),transparent 28%),radial-gradient(circle at 90% 20%,rgba(0,87,255,.12),transparent 30%),var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(1180px,92vw);margin:auto}.nav{position:sticky;top:0;z-index:50;background:var(--header);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{display:flex;gap:12px;align-items:center;font-weight:900;letter-spacing:-.03em}.logo{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:#fff;box-shadow:var(--shadow)}.logo svg{width:28px}.links{display:flex;gap:22px;align-items:center}.links a{font-weight:750;color:var(--muted)}.links a:hover,.links a.active{color:var(--brand)}.dropdown{position:relative;padding:18px 0;margin:-18px 0}.dropdown>a{display:inline-flex;align-items:center;gap:4px}.dropdown-menu{position:absolute;top:100%;left:0;min-width:210px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow);display:none}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:grid}.dropdown-menu a{padding:10px 12px;border-radius:12px;color:var(--text)}.dropdown-menu a:hover{background:var(--bg);color:var(--brand)}.nav-actions{display:flex;gap:9px}.btn,.theme-toggle,.hamb{border:0;border-radius:999px;padding:11px 16px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-weight:800;box-shadow:0 12px 30px rgba(0,87,255,.18);cursor:pointer}.theme-toggle,.hamb{background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:none}.hamb{display:none}.hero{position:relative;aspect-ratio:10/3;min-height:360px;max-height:620px;height:auto;overflow:hidden}.subhero{aspect-ratio:10/3;min-height:260px;max-height:420px;height:auto}.slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:1.2s ease}.slide.active{opacity:1;transform:scale(1)}.slide img{width:100%;height:100%;object-fit:cover}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,26,.88),rgba(4,14,26,.45),rgba(4,14,26,.1))}.hero-content{position:absolute;inset:0;z-index:2;display:flex;align-items:center}.kicker{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;border:1px solid rgba(255,255,255,.24);font-weight:800}.hero h1{font-size:clamp(38px,6vw,82px);line-height:.95;margin:18px 0;color:#fff;max-width:850px;letter-spacing:-.06em}.hero p{font-size:clamp(16px,2vw,22px);color:#dbeeff;max-width:690px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.ghost{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.34)}section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:0;letter-spacing:-.05em}.section-head p{max-width:650px;color:var(--muted);margin:0}.grid{display:grid;gap:22px}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.55));background-color:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.card:before{content:"";position:absolute;right:-50px;top:-50px;width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,rgba(0,87,255,.16),rgba(0,191,166,.12))}.media-card{padding:0}.media-card img{height:230px;width:100%;object-fit:cover}.media-card .body{padding:24px}.pill{display:inline-flex;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--brand);background:rgba(0,87,255,.07);font-weight:800;font-size:13px}.stat{font-size:42px;font-weight:950;letter-spacing:-.05em;background:linear-gradient(135deg,var(--brand),var(--brand2));-webkit-background-clip:text;color:transparent}.marquee{overflow:hidden;border-block:1px solid var(--line);background:rgba(255,255,255,.35)}.track{display:flex;gap:38px;white-space:nowrap;animation:marquee 28s linear infinite;padding:18px 0;color:var(--muted);font-weight:900}.track span:before{content:"✦ ";color:var(--brand2)}@keyframes marquee{to{transform:translateX(-50%)}}.reveal{opacity:0;transform:translateY(30px);transition:.8s ease}.reveal.show{opacity:1;transform:none}.accordion{display:grid;gap:12px}.faq{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.faq button{width:100%;background:none;border:0;color:var(--text);padding:18px 20px;text-align:left;font-weight:900;display:flex;justify-content:space-between;cursor:pointer}.faq .answer{max-height:0;overflow:hidden;transition:.35s ease;color:var(--muted);padding:0 20px}.faq.open .answer{max-height:220px;padding:0 20px 20px}.contact-box input,.contact-box textarea,.contact-box select{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:16px;padding:14px;margin-bottom:12px}.footer{padding:42px 0;background:#06111f;color:#dcecff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:auto -20% -60% -20%;height:220px;background:radial-gradient(circle,rgba(0,191,166,.22),transparent 60%);animation:pulse 5s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.12)}}.footer .container{position:relative}.socials{display:flex;gap:10px;flex-wrap:wrap}.socials a{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:9px 13px;color:#dcecff}.ai{position:fixed;right:20px;bottom:20px;z-index:80}.ai-panel{width:min(380px,calc(100vw - 40px));height:520px;background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);display:none;overflow:hidden}.ai.open .ai-panel{display:block}.ai-head{padding:16px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:900;display:flex;justify-content:space-between}.ai-body{height:380px;overflow:auto;padding:14px;display:grid;gap:10px}.msg{padding:11px 13px;border-radius:16px;background:var(--bg);color:var(--text)}.msg.user{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;justify-self:end}.ai-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line)}.ai-input input{flex:1;border:1px solid var(--line);border-radius:999px;padding:11px;background:var(--bg);color:var(--text)}.ai-fab{width:62px;height:62px;border:0;border-radius:22px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:25px;box-shadow:var(--shadow);cursor:pointer;float:right}.float-wa{position:fixed;right:22px;bottom:96px;z-index:75;width:62px;height:62px;display:grid;place-items:center;background:#25D366;color:white;border-radius:22px;padding:0;font-weight:900;box-shadow:var(--shadow);font-size:26px}.copyright{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);text-align:center;color:#bcd3e7;font-weight:700}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table td,.table th{text-align:left;padding:14px;background:var(--surface);border-block:1px solid var(--line)}.table th{color:var(--muted)}.table td:first-child,.table th:first-child{border-left:1px solid var(--line);border-radius:14px 0 0 14px}.table td:last-child,.table th:last-child{border-right:1px solid var(--line);border-radius:0 14px 14px 0}@media(max-width:860px){.dropdown{padding:0;margin:0}.dropdown-menu{position:static;display:grid;box-shadow:none;border:0;background:transparent;padding:0 0 0 14px}.dropdown>a{font-weight:900}.links{position:fixed;inset:74px 12px auto 12px;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:18px;flex-direction:column;align-items:stretch;display:none}.links.open{display:flex}.hamb{display:block}.hero{aspect-ratio:auto;height:520px}.subhero{height:300px}.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}.section-head{display:block}.nav-actions .btn{display:none}section{padding:54px 0}}


/* Contact + floating action refinements */
.float-wa{left:auto;right:20px;bottom:96px;width:62px;height:62px;padding:0;display:grid;place-items:center;border-radius:22px;background:#25D366;color:#fff;font-size:28px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.25)}
.float-wa span{display:grid;place-items:center;width:100%;height:100%;font-weight:950;line-height:1}
.ai-fab{display:grid;place-items:center;border-radius:22px;font-size:17px;font-weight:950;letter-spacing:-.04em;overflow:hidden}
.ai-logo{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);color:white}
.ai-options{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.ai-options button{border:1px solid var(--line);background:var(--surface);color:var(--brand);font-weight:850;padding:8px 10px;border-radius:999px;cursor:pointer}.ai-options button:hover{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}.contact-strip{margin-bottom:22px}.contact-strip h3{font-size:clamp(18px,2vw,24px);word-break:break-word}
@media(max-width:860px){.float-wa{right:18px;bottom:92px;width:58px;height:58px;border-radius:20px}.ai-fab{width:58px;height:58px;border-radius:20px}.ai-panel{height:500px}}

.footer-company{font-size:12px;letter-spacing:.04em;color:var(--muted);font-weight:700}
/* V10 CNP text logo refinement */
.cnp-logo-text{font-size:15px;font-weight:950;letter-spacing:-.08em;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1}
.logo.cnp-logo-text{display:grid;place-items:center;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.18)}


/* V55 universal CNP logo */
.brand .logo.logo-image{
  width:112px;
  height:38px;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  flex:0 0 auto;
}
.brand .logo.logo-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.ai-logo{
  padding:6px;
  overflow:hidden;
}
.ai-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
@media(max-width:1060px){
  .brand .logo.logo-image{width:94px;height:34px}
}
@media(max-width:560px){
  .brand{gap:8px}
  .brand .logo.logo-image{width:82px;height:30px}
  .brand > span:last-child{font-size:13px}
  .brand > span:last-child small{display:none!important}
}


/* V58 public pre-login brand: logo + original text */
.brand.brand-universal{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  width:auto;
  min-width:0;
  height:auto;
  padding:0;
  gap:14px;
  overflow:visible;
  letter-spacing:normal;
}
.brand-logo-wrap{
  width:112px;
  height:46px;
  flex:0 0 112px;
  display:flex;
  align-items:center;
}
.brand-logo-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 5px 12px rgba(4,30,55,.10));
}
.brand-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.12;
}
.brand-copy strong{
  color:var(--text);
  font-size:clamp(19px,2vw,28px);
  font-weight:950;
  letter-spacing:-.045em;
  white-space:nowrap;
}
.brand-copy small{
  margin-top:6px;
  color:var(--muted);
  font-size:clamp(12px,1.25vw,17px);
  font-weight:800;
  letter-spacing:-.015em;
  white-space:nowrap;
}
@media(max-width:1060px){
  .brand.brand-universal{gap:10px}
  .brand-logo-wrap{width:94px;height:40px;flex-basis:94px}
  .brand-copy strong{font-size:20px}
  .brand-copy small{font-size:12px;margin-top:4px}
}
@media(max-width:720px){
  .brand-logo-wrap{width:78px;height:34px;flex-basis:78px}
  .brand-copy strong{font-size:16px}
  .brand-copy small{font-size:10px;max-width:220px;white-space:normal;line-height:1.15}
}
@media(max-width:520px){
  .nav-inner{padding:9px 0}
  .brand.brand-universal{gap:8px;max-width:calc(100vw - 120px)}
  .brand-logo-wrap{width:62px;height:29px;flex-basis:62px}
  .brand-copy strong{font-size:14px}
  .brand-copy small{font-size:8.5px;margin-top:2px;max-width:170px}
}


/* V59 compact aesthetic public branding */
.brand{
  display:flex;
  align-items:center;
  gap:9px !important;
}

.brand .logo.logo-image{
  width:142px !important;
  height:54px !important;
  flex:0 0 142px !important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

.brand .logo.logo-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:left center;
}

.brand .brand-copy,
.brand > span:last-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin:0 !important;
  padding:0 !important;
  min-width:0;
  line-height:1.08;
}

.brand .brand-title,
.brand > span:last-child > strong,
.brand > span:last-child > b{
  display:block;
  margin:0 !important;
  font-size:20px !important;
  font-weight:800 !important;
  letter-spacing:-0.025em;
  line-height:1.04;
  white-space:nowrap;
}

.brand .brand-subtitle,
.brand > span:last-child > small{
  display:block;
  margin:5px 0 0 !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:-0.005em;
  line-height:1.15;
  white-space:nowrap;
}

@media(max-width:1060px){
  .brand{
    gap:8px !important;
  }

  .brand .logo.logo-image{
    width:126px !important;
    height:48px !important;
    flex-basis:126px !important;
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:18px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:11px !important;
    margin-top:4px !important;
  }
}

@media(max-width:680px){
  .brand{
    gap:7px !important;
  }

  .brand .logo.logo-image{
    width:106px !important;
    height:42px !important;
    flex-basis:106px !important;
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:15px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:9px !important;
    margin-top:3px !important;
  }
}

@media(max-width:460px){
  .brand .logo.logo-image{
    width:92px !important;
    height:36px !important;
    flex-basis:92px !important;
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:13px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:8px !important;
  }
}


/* V60 compact unified public brand */
.brand{
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
}

.brand .logo.logo-image{
  width:176px !important;
  height:66px !important;
  flex:0 0 176px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.brand .logo.logo-image img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:contain !important;
  object-position:left center !important;
  margin:0 !important;
}

.brand .brand-copy,
.brand > span:last-child{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
  transform:translateX(-2px);
}

.brand .brand-title,
.brand > span:last-child > strong,
.brand > span:last-child > b{
  margin:0 !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.02 !important;
  letter-spacing:-0.025em !important;
  white-space:nowrap !important;
}

.brand .brand-subtitle,
.brand > span:last-child > small{
  margin:4px 0 0 !important;
  font-size:10.5px !important;
  font-weight:600 !important;
  line-height:1.08 !important;
  letter-spacing:-0.005em !important;
  white-space:nowrap !important;
}

@media(max-width:1060px){
  .brand{gap:3px !important}

  .brand .logo.logo-image{
    width:154px !important;
    height:58px !important;
    flex-basis:154px !important;
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:16px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:9.5px !important;
    margin-top:3px !important;
  }
}

@media(max-width:680px){
  .brand{
    gap:2px !important;
    min-width:0 !important;
  }

  .brand .logo.logo-image{
    width:126px !important;
    height:48px !important;
    flex-basis:126px !important;
  }

  .brand .brand-copy,
  .brand > span:last-child{
    transform:translateX(-1px);
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:14px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:8px !important;
    margin-top:2px !important;
  }
}

@media(max-width:460px){
  .brand .logo.logo-image{
    width:104px !important;
    height:40px !important;
    flex-basis:104px !important;
  }

  .brand .brand-title,
  .brand > span:last-child > strong,
  .brand > span:last-child > b{
    font-size:12px !important;
  }

  .brand .brand-subtitle,
  .brand > span:last-child > small{
    font-size:7px !important;
  }
}


/* V61: enlarge header logo */
.brand{gap:2px!important;}
.brand .logo.logo-image{
 width:352px!important;
 height:132px!important;
 flex:0 0 352px!important;
}
@media(max-width:1060px){
 .brand .logo.logo-image{
  width:280px!important;
  height:105px!important;
  flex-basis:280px!important;
 }
}
@media(max-width:680px){
 .brand .logo.logo-image{
  width:220px!important;
  height:82px!important;
  flex-basis:220px!important;
 }
}
