
:root {
  --cs-primary:#075EE6;
  --cs-primary-hover:#0649B4;
  --cs-accent:#39A1FF;
  --cs-navy:#071A36;
  --cs-navy-2:#0B2448;
  --cs-bg:#F4F7FB;
  --cs-surface:#FFFFFF;
  --cs-border:#DCE4EF;
  --cs-text:#17243B;
  --cs-muted:#64748B;
  --cs-success:#15A66A;
  --cs-warning:#F59E0B;
  --cs-danger:#DC2626;
  --cs-shadow-sm:0 8px 24px rgba(7,26,54,.08);
  --cs-shadow-md:0 20px 60px rgba(7,26,54,.12);
  --cs-shadow-lg:0 30px 90px rgba(7,26,54,.18);
  --cs-radius-sm:10px;
  --cs-radius-md:12px;
  --cs-radius-lg:22px;
  --cs-radius-xl:30px;
  --cs-container:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Arial,sans-serif;
  color:var(--cs-text);
  background:var(--cs-surface);
  line-height:1.65;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(var(--cs-container),calc(100% - 36px));margin-inline:auto}
.section{padding:104px 0}
.section-soft{background:var(--cs-bg)}
.section-dark{background:var(--cs-navy);color:white}
.eyebrow{
  display:inline-block;
  color:var(--cs-primary);
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:16px
}
.section-heading{max-width:780px;margin-bottom:46px}
.section-heading.center{text-align:center;margin-inline:auto}
.section-heading h2,.hero h1,.about h2,.cta h2,.contact h2{
  font-family:Manrope,Inter,sans-serif;
  color:var(--cs-navy);
  letter-spacing:-.045em;
  line-height:1.06
}
.section-heading h2,.about h2,.cta h2,.contact h2{font-size:clamp(36px,4.5vw,56px)}
.section-heading p,.about p,.contact p{color:var(--cs-muted);font-size:17px;margin-top:16px}

.header{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(220,228,239,.8);
  backdrop-filter:blur(18px)
}
.navbar{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px}
.brand-mark{
  width:44px;height:44px;border-radius:13px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--cs-primary),var(--cs-accent));
  color:white;font-weight:800;
  box-shadow:0 12px 28px rgba(7,94,230,.28)
}
.brand strong{display:block;font-family:Manrope;font-size:19px;line-height:1.05}
.brand small{display:block;color:var(--cs-muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}
.nav a:not(.btn):hover{color:var(--cs-primary)}
.nav-toggle{display:none;width:44px;height:44px;border:0;background:transparent}
.nav-toggle span{display:block;height:2px;background:var(--cs-navy);margin:6px}
.btn{
  min-height:50px;padding:0 22px;border-radius:var(--cs-radius-md);
  border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;
  gap:10px;font-weight:800;transition:.22s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--cs-primary),#1685F8);color:white;box-shadow:0 14px 34px rgba(7,94,230,.25)}
.btn-secondary{background:white;border-color:var(--cs-border);color:var(--cs-navy)}
.btn-light{background:white;color:var(--cs-primary)}
.btn-sm{min-height:42px;padding-inline:17px}

.hero{
  position:relative;
  padding:160px 0 96px;
  min-height:830px;
  background:
    radial-gradient(circle at 85% 15%,rgba(57,161,255,.14),transparent 30%),
    radial-gradient(circle at 10% 75%,rgba(7,94,230,.07),transparent 28%),
    linear-gradient(180deg,#F7FAFF 0%,#FFF 100%);
  overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;position:relative;z-index:2}
.hero h1{font-size:clamp(48px,6vw,78px);max-width:760px}
.hero h1 span{color:var(--cs-primary)}
.hero-lead{font-size:19px;color:var(--cs-muted);margin:26px 0 30px;max-width:700px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:#465870;font-size:13px;font-weight:700}
.hero-proof span::before{content:"✓";color:var(--cs-success);margin-right:7px}
.hero-visual{
  min-height:500px;
  padding:24px;
  border-radius:30px;
  background:linear-gradient(145deg,var(--cs-navy),var(--cs-navy-2));
  box-shadow:var(--cs-shadow-lg);
  position:relative
}
.dashboard{
  background:white;border-radius:20px;padding:22px;
  box-shadow:var(--cs-shadow-md)
}
.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.dashboard-title small,.dashboard-title strong{display:block}
.dashboard-title small{color:var(--cs-muted);font-size:10px}
.dashboard-title strong{font-size:18px}
.status{font-size:10px;color:var(--cs-success);font-weight:800}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.kpi{padding:15px;border:1px solid #E7EDF5;border-radius:13px}
.kpi span,.kpi small{display:block;font-size:9px;color:var(--cs-muted)}
.kpi strong{display:block;font-size:16px;margin:4px 0}
.kpi small{color:var(--cs-success)}
.chart{
  height:185px;margin-top:14px;padding:18px;
  border:1px solid #E7EDF5;border-radius:14px;
  display:flex;align-items:end;gap:12px
}
.chart i{flex:1;background:linear-gradient(180deg,var(--cs-accent),var(--cs-primary));border-radius:7px 7px 2px 2px}
.floating-card{
  position:absolute;right:-28px;bottom:28px;width:230px;padding:18px;
  border-radius:16px;background:white;box-shadow:var(--cs-shadow-md)
}
.floating-card span,.floating-card strong,.floating-card small{display:block}
.floating-card span{font-size:10px;color:var(--cs-muted)}
.floating-card strong{font-size:22px;margin:4px 0}
.floating-card small{color:var(--cs-success)}

.trustbar{padding:28px 0;border-top:1px solid var(--cs-border);border-bottom:1px solid var(--cs-border)}
.trustbar p{text-align:center;color:var(--cs-muted);font-size:12px;margin-bottom:18px}
.trust-items{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#7B8CA2;font-size:11px;font-weight:800;letter-spacing:.08em}

.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.problem-card{
  padding:26px;border-radius:18px;background:white;border:1px solid var(--cs-border)
}
.problem-card strong{display:block;color:var(--cs-primary);font-size:13px;margin-bottom:18px}
.problem-card h3{font-size:20px;margin-bottom:8px;color:var(--cs-navy)}
.problem-card p{color:var(--cs-muted);font-size:14px}

.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ecosystem-card{
  padding:28px;border-radius:22px;background:white;border:1px solid var(--cs-border);
  box-shadow:var(--cs-shadow-sm);transition:.25s ease
}
.ecosystem-card:hover{transform:translateY(-5px);box-shadow:var(--cs-shadow-md)}
.ecosystem-card.featured{background:var(--cs-navy);color:white;border:0}
.icon{
  width:52px;height:52px;border-radius:14px;display:grid;place-items:center;
  background:#EAF3FF;color:var(--cs-primary);font-size:12px;font-weight:800
}
.featured .icon{background:rgba(255,255,255,.12);color:#7DC0FF}
.ecosystem-card h3{font-size:22px;margin:20px 0 9px;color:var(--cs-navy)}
.featured h3{color:white}
.ecosystem-card p{color:var(--cs-muted);font-size:14px}
.featured p{color:#B8C8DA}
.ecosystem-card a{display:inline-block;margin-top:20px;color:var(--cs-primary);font-weight:800;font-size:14px}
.featured a{color:#7DC0FF}

.solution-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.solution-sticky{position:sticky;top:120px}
.solution-list{display:grid;gap:14px}
.solution-item{
  display:grid;grid-template-columns:64px 1fr;gap:18px;padding:24px;
  border-radius:18px;background:white;border:1px solid var(--cs-border);
  transition:.2s ease
}
.solution-item:hover{border-color:#BFD4EF;box-shadow:var(--cs-shadow-sm)}
.solution-item span{
  width:48px;height:48px;border-radius:13px;display:grid;place-items:center;
  background:#EAF3FF;color:var(--cs-primary);font-weight:800
}
.solution-item h3{margin-bottom:6px}
.solution-item p{color:var(--cs-muted);font-size:14px}

.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sector-card{
  min-height:250px;padding:28px;border-radius:22px;
  background:linear-gradient(145deg,#F7FAFE,#EEF4FB);
  border:1px solid #E0E8F2;position:relative;overflow:hidden
}
.sector-card::after{
  content:"";position:absolute;width:120px;height:120px;border-radius:50%;
  right:-40px;bottom:-40px;background:rgba(7,94,230,.08)
}
.sector-card b{color:var(--cs-primary);font-size:12px;letter-spacing:.12em}
.sector-card h3{font-size:23px;margin:34px 0 10px}
.sector-card p{color:var(--cs-muted);font-size:14px}

.flow{
  display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:center
}
.flow-step{
  text-align:center;padding:20px 12px;border-radius:16px;background:white;border:1px solid var(--cs-border)
}
.flow-step span{
  width:42px;height:42px;margin:0 auto 12px;border-radius:12px;display:grid;place-items:center;
  background:#EAF3FF;color:var(--cs-primary);font-weight:800
}
.flow-step strong{display:block;font-size:13px}
.flow-arrow{text-align:center;color:var(--cs-primary);font-weight:800}

.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.security-card{padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.045)}
.security-card strong{color:#5AB0FF;font-size:12px}
.security-card h3{margin:34px 0 10px}
.security-card p{color:#AFC0D3;font-size:13px}
.section-dark .section-heading h2{color:white}
.section-dark .section-heading p{color:#AFC0D3}

.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.timeline article{padding:24px;border:1px solid var(--cs-border);border-radius:18px;background:white}
.timeline span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#EAF3FF;color:var(--cs-primary);font-weight:800}
.timeline h3{font-size:17px;margin:24px 0 8px}
.timeline p{font-size:13px;color:var(--cs-muted)}

.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case-card{
  border-radius:22px;overflow:hidden;border:1px solid var(--cs-border);
  background:white;box-shadow:var(--cs-shadow-sm)
}
.case-cover{
  min-height:190px;padding:24px;display:flex;align-items:flex-end;
  background:linear-gradient(145deg,var(--cs-navy),#123768);color:white
}
.case-cover span{font-size:12px;color:#7DC0FF;font-weight:800;letter-spacing:.1em}
.case-body{padding:24px}
.case-body h3{font-size:22px;margin-bottom:10px}
.case-body p{color:var(--cs-muted);font-size:14px}
.case-result{margin-top:18px;padding-top:18px;border-top:1px solid var(--cs-border);color:var(--cs-success);font-weight:800;font-size:13px}

.faq{display:grid;gap:12px;max-width:900px;margin-inline:auto}
.faq-item{border:1px solid var(--cs-border);border-radius:14px;background:white;overflow:hidden}
.faq-btn{width:100%;border:0;background:white;padding:20px;text-align:left;display:flex;justify-content:space-between;gap:20px;font-weight:800;color:var(--cs-navy)}
.faq-panel{display:none;padding:0 20px 20px;color:var(--cs-muted)}
.faq-item.open .faq-panel{display:block}

.cta{
  padding:56px 60px;border-radius:28px;
  background:linear-gradient(135deg,var(--cs-primary),#0A85F6);
  color:white;display:flex;justify-content:space-between;align-items:center;gap:36px;
  box-shadow:0 28px 70px rgba(7,94,230,.25)
}
.cta h2{color:white}
.cta p{color:#DDEBFF;margin-top:12px;max-width:760px}

.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
.contact-list{display:grid;gap:12px;margin-top:28px}
.contact-list a,.contact-list div{padding:15px 0;border-bottom:1px solid var(--cs-border)}
.contact-list span,.contact-list strong{display:block}
.contact-list span{font-size:12px;color:var(--cs-muted)}
.form{
  padding:34px;border:1px solid var(--cs-border);border-radius:22px;background:var(--cs-bg)
}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.field{display:grid;gap:8px;margin-bottom:16px;font-size:12px;font-weight:800}
.field input,.field textarea,.field select{
  width:100%;padding:13px 14px;border:1px solid #CFDAE8;border-radius:10px;background:white;outline:none
}
.field input:focus,.field textarea:focus,.field select:focus{
  border-color:var(--cs-primary);box-shadow:0 0 0 3px rgba(7,94,230,.11)
}

.footer{background:#06162E;color:white;padding:66px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:42px}
.footer p,.footer a,.footer span{color:#93A5BD;font-size:13px}
.footer p{margin-top:18px;max-width:340px}
.footer h3{font-size:13px;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;color:#7186A2;font-size:11px}

.whatsapp{
  position:fixed;right:22px;bottom:22px;z-index:90;
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;background:#20C96B;color:white;font-weight:800;
  box-shadow:0 15px 36px rgba(32,201,107,.35)
}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1020px){
  .nav-toggle{display:block}
  .nav{
    display:none;position:fixed;top:80px;left:0;right:0;
    background:white;padding:26px;flex-direction:column;align-items:stretch;
    border-bottom:1px solid var(--cs-border);box-shadow:var(--cs-shadow-md)
  }
  .nav.open{display:flex}
  .hero-grid,.solution-layout,.contact-grid{grid-template-columns:1fr}
  .solution-sticky{position:static}
  .hero-content{text-align:center}
  .hero-lead{margin-inline:auto}
  .hero-actions,.hero-proof{justify-content:center}
  .hero-visual{max-width:760px;margin-inline:auto}
  .problem-grid,.ecosystem-grid,.security-grid{grid-template-columns:repeat(2,1fr)}
  .sector-grid,.case-grid{grid-template-columns:repeat(2,1fr)}
  .flow{grid-template-columns:repeat(4,1fr)}
  .flow-arrow{display:none}
  .timeline{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .section{padding:76px 0}
  .hero{padding:130px 0 76px;min-height:auto}
  .hero h1{font-size:42px}
  .hero-visual{min-height:auto}
  .kpis{grid-template-columns:1fr}
  .kpi:nth-child(n+2){display:none}
  .floating-card{position:static;width:auto;margin-top:14px}
  .trust-items{justify-content:center}
  .problem-grid,.ecosystem-grid,.sector-grid,.security-grid,.case-grid,.timeline,.form-grid,.flow{grid-template-columns:1fr}
  .flow-step{display:grid;grid-template-columns:50px 1fr;align-items:center;text-align:left}
  .flow-step span{margin:0}
  .cta{padding:38px 26px;flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}
