﻿:root {
  --blue:        #8BC5D3;
  --white:       #FFFFFF;
  --gray:        #6B7280;
  --gray-light:  #F4F8FB;
  --dark:        #0F2236;
  --text:        #1A2B3C;
  --violet:      #7B2FBE;
  --violet-dark: #5B21B6;
  --violet-mid:  #6D28D9;
  --violet-light:#C4B5FD;
  --violet-xlight:#F5F3FF;
  --cyan:        #00BCD4;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Nunito Sans',sans-serif; color:var(--text); background:var(--white); overflow-x:hidden; }

nav {
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(255,255,255,0.97); backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(123,47,190,.15);
  display:flex; align-items:center; justify-content:space-between;
  padding:0 5%; height:72px; transition:box-shadow .3s;
}
.nav-logo { display:flex; align-items:center; text-decoration:none; }
.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a { text-decoration:none; color:var(--text); font-size:.88rem; font-weight:600; letter-spacing:.02em; transition:color .2s; }
.nav-links a:hover, .nav-links a.active { color:var(--violet); }
.nav-cta { background:var(--violet); color:var(--white)!important; padding:10px 24px; border-radius:50px; font-weight:700!important; transition:background .2s,transform .2s!important; }
.nav-cta:hover { background:var(--violet-dark)!important; transform:translateY(-1px); }
.nav-hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; }
.nav-hamburger span { width:24px; height:2px; background:var(--dark); border-radius:2px; transition:all .3s; }

.hero {
  min-height:100vh;
  background:linear-gradient(135deg,#0F2236 0%,#1a0533 40%,#2d0a57 70%,#7B2FBE 100%);
  display:flex; align-items:center; padding:100px 5% 120px;
  position:relative; overflow:hidden;
}
.hero::before { content:''; position:absolute; top:-200px; right:-200px; width:700px; height:700px; background:radial-gradient(circle,rgba(123,47,190,.18) 0%,transparent 70%); border-radius:50%; }
.hero::after { content:''; position:absolute; bottom:-150px; left:-100px; width:500px; height:500px; background:radial-gradient(circle,rgba(123,47,190,.1) 0%,transparent 70%); border-radius:50%; }
.hero-shape { position:absolute; border-radius:50%; background:rgba(123,47,190,.07); animation:float 6s ease-in-out infinite; }
.hero-shape:nth-child(1){width:80px;height:80px;top:20%;right:15%;}
.hero-shape:nth-child(2){width:120px;height:120px;top:60%;right:8%;animation-delay:2s;}
.hero-shape:nth-child(3){width:50px;height:50px;top:35%;right:30%;animation-delay:4s;}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}

.hero-inner { display:flex; align-items:center; gap:60px; width:100%; position:relative; z-index:2; max-width:1200px; margin:0 auto; }
.hero-content { flex:1; max-width:560px; }
.hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(123,47,190,.2); border:1px solid rgba(123,47,190,.4); color:var(--violet-light); padding:8px 18px; border-radius:50px; font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-bottom:28px; }
.hero-badge::before { content:''; width:8px; height:8px; background:var(--violet); border-radius:50%; animation:pulse 2s infinite; }
.hero h1 { font-family:'Nunito',sans-serif; font-size:2.9rem; font-weight:900; color:var(--white); line-height:1.1; margin-bottom:22px; animation:slideUp .8s ease both; }
.hero h1 span { color:var(--violet-light); }
.hero-desc { font-size:1rem; color:rgba(255,255,255,.7); line-height:1.75; margin-bottom:40px; animation:slideUp .8s ease both .15s; }
.hero-desc strong { color:var(--violet-light); }
.hero-btns { display:flex; gap:16px; flex-wrap:wrap; animation:slideUp .8s ease both .3s; }
.btn-primary { background:var(--violet); color:var(--white); padding:16px 36px; border-radius:50px; font-weight:800; font-size:.95rem; text-decoration:none; transition:all .3s; box-shadow:0 8px 30px rgba(123,47,190,.4); display:inline-flex; align-items:center; gap:8px; }
.btn-primary:hover { background:var(--white); color:var(--violet-dark); transform:translateY(-2px); }
.btn-secondary { border:2px solid rgba(255,255,255,.35); color:var(--white); padding:16px 36px; border-radius:50px; font-weight:700; font-size:.95rem; text-decoration:none; transition:all .3s; display:inline-flex; align-items:center; gap:8px; }
.btn-secondary:hover { border-color:var(--violet-light); background:rgba(123,47,190,.15); transform:translateY(-2px); }

.hero-visual { flex:1; display:flex; justify-content:center; padding-left:40px; animation:slideUp 1s ease both .4s; }
.hero-mockup { width:400px; background:rgba(255,255,255,.05); border:1px solid rgba(123,47,190,.3); border-radius:28px; overflow:hidden; backdrop-filter:blur(20px); box-shadow:0 40px 80px rgba(0,0,0,.4); }
.mockup-bar { background:rgba(0,0,0,.4); padding:12px 18px; display:flex; align-items:center; gap:8px; border-bottom:1px solid rgba(123,47,190,.15); }
.mockup-dot{width:11px;height:11px;border-radius:50%;}
.mockup-dot:nth-child(1){background:#ff5f57}
.mockup-dot:nth-child(2){background:#febc2e}
.mockup-dot:nth-child(3){background:#28c840}
.mockup-url { flex:1; background:rgba(255,255,255,.07); border-radius:6px; padding:5px 12px; color:rgba(255,255,255,.5); font-size:.73rem; text-align:center; font-family:monospace; }
.erp-content { background:linear-gradient(160deg,#0a0520,#1a0533); padding:20px 18px; }
.erp-header { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.erp-logo { width:38px; height:38px; background:linear-gradient(135deg,var(--violet),var(--violet-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; }
.erp-name { color:var(--white); font-weight:800; font-size:.82rem; }
.erp-sub { color:rgba(255,255,255,.4); font-size:.62rem; margin-top:1px; }
.erp-kpis { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; margin-bottom:14px; }
.erp-kpi { background:rgba(123,47,190,.12); border:1px solid rgba(123,47,190,.2); border-radius:10px; padding:10px 12px; }
.erp-kpi-val { color:var(--violet-light); font-family:'Nunito',sans-serif; font-weight:900; font-size:1rem; display:block; }
.erp-kpi-lbl { color:rgba(255,255,255,.4); font-size:.58rem; text-transform:uppercase; letter-spacing:.04em; margin-top:2px; display:block; }
.erp-modules { display:flex; flex-direction:column; gap:7px; }
.erp-module { display:flex; align-items:center; gap:10px; padding:9px 12px; background:rgba(123,47,190,.08); border:1px solid rgba(123,47,190,.15); border-radius:9px; }
.erp-module-icon { font-size:.85rem; }
.erp-module-name { color:rgba(255,255,255,.7); font-size:.72rem; font-weight:600; flex:1; }
.erp-module-status { background:rgba(39,174,96,.2); color:#27ae60; padding:2px 8px; border-radius:10px; font-size:.58rem; font-weight:700; }

.hero-stats { position:absolute; bottom:0; left:0; right:0; background:rgba(255,255,255,.05); backdrop-filter:blur(20px); border-top:1px solid rgba(123,47,190,.2); display:flex; justify-content:center; }
.hero-stat { flex:1; max-width:220px; padding:22px 20px; text-align:center; border-right:1px solid rgba(123,47,190,.15); }
.hero-stat:last-child { border-right:none; }
.hero-stat-num { font-family:'Nunito',sans-serif; font-size:2rem; font-weight:900; color:var(--violet-light); display:block; line-height:1; }
.hero-stat-lbl { color:rgba(255,255,255,.55); font-size:.78rem; margin-top:5px; display:block; }

.breadcrumb-bar { background:var(--gray-light); border-bottom:1px solid rgba(123,47,190,.15); padding:14px 5%; }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:.8rem; color:var(--gray); max-width:1200px; margin:0 auto; }
.breadcrumb a { color:var(--violet); text-decoration:none; font-weight:600; }
.breadcrumb .current { color:var(--text); font-weight:700; }

section { padding:90px 5%; }
.section-tag { display:inline-block; background:var(--violet-xlight); color:var(--violet-dark); padding:6px 16px; border-radius:50px; font-size:.73rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; margin-bottom:14px; }
.section-title { font-family:'Nunito',sans-serif; font-size:2.5rem; font-weight:900; color:var(--dark); line-height:1.15; margin-bottom:14px; }
.section-title span { color:var(--violet); }
.section-sub { color:var(--gray); font-size:1rem; line-height:1.7; max-width:600px; }
.section-center { text-align:center; }
.section-center .section-sub { margin:0 auto; }

/* ── FEATURES DARK ── */
.features-section { background:linear-gradient(135deg,#0a0a0a 0%,#1a0533 100%); padding:90px 5%; }
.features-inner { display:flex; gap:60px; align-items:center; max-width:1100px; margin:0 auto; }
.features-img { flex:0 0 400px; }
.office-visual { background:rgba(255,255,255,.04); border:1px solid rgba(123,47,190,.2); border-radius:20px; padding:24px; }
.office-visual-title { color:var(--violet-light); font-weight:800; font-size:.85rem; margin-bottom:16px; text-align:center; }
.office-row { display:flex; align-items:center; gap:12px; padding:12px 16px; background:rgba(123,47,190,.08); border:1px solid rgba(123,47,190,.15); border-radius:12px; margin-bottom:8px; }
.office-icon { font-size:1.1rem; }
.office-text { color:rgba(255,255,255,.75); font-size:.82rem; font-weight:600; flex:1; }
.office-num { color:var(--violet-light); font-family:'Nunito',sans-serif; font-weight:900; font-size:.85rem; }
.features-list { flex:1; }
.features-list h2 { font-family:'Nunito',sans-serif; font-size:2rem; font-weight:900; color:var(--white); margin-bottom:30px; line-height:1.2; }
.features-list h2 span { color:var(--violet-light); }
.feature-item { display:flex; align-items:center; gap:16px; padding:18px 22px; border-radius:14px; margin-bottom:10px; cursor:pointer; transition:all .3s; }
.feature-item:hover, .feature-item.active { background:rgba(123,47,190,.15); border-left:3px solid var(--violet); padding-left:19px; }
.feature-item:not(.active) { background:rgba(255,255,255,.03); border-left:3px solid rgba(255,255,255,.08); }
.feature-num { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:.72rem; font-weight:900; flex-shrink:0; }
.feature-item.active .feature-num { background:var(--violet); color:var(--white); }
.feature-item:not(.active) .feature-num { background:rgba(255,255,255,.08); color:rgba(255,255,255,.4); }
.feature-text { color:rgba(255,255,255,.8); font-size:.92rem; font-weight:700; }
.feature-item.active .feature-text { color:var(--white); }

/* ── BENEFITS ── */
.benefits-section { background:var(--white); }
.benefits-inner { max-width:1100px; margin:0 auto; }
.benefits-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:50px; }
.benefit-card { background:var(--white); border-radius:22px; overflow:hidden; border:1px solid rgba(123,47,190,.15); transition:all .3s; box-shadow:0 4px 20px rgba(0,0,0,.06); }
.benefit-card:hover { border-color:var(--violet); box-shadow:0 16px 40px rgba(123,47,190,.12); transform:translateY(-6px); }
.benefit-img { height:140px; display:flex; align-items:center; justify-content:center; font-size:3.5rem; }
.benefit-img.img1 { background:linear-gradient(135deg,#E8F4F8,#BDE0EA); }
.benefit-img.img2 { background:linear-gradient(135deg,#FEF9E7,#FAD7A0); }
.benefit-img.img3 { background:linear-gradient(135deg,#F5F3FF,#DDD6FE); }
.benefit-body { padding:24px 22px; }
.benefit-card h3 { font-family:'Nunito',sans-serif; font-size:1rem; font-weight:800; color:var(--cyan); margin-bottom:10px; }
.benefit-card p { font-size:.86rem; color:var(--gray); line-height:1.7; }
.benefit-card p strong { color:var(--text); }

/* ── DIFFERENTS ── */
.diff-section { background:var(--violet-xlight); text-align:center; padding:60px 5%; }
.diff-section h2 { font-family:'Nunito',sans-serif; font-size:2.2rem; font-weight:900; color:var(--violet); margin-bottom:16px; }
.diff-section p { font-size:1rem; color:var(--gray); max-width:600px; margin:0 auto; line-height:1.75; }

/* ── WHY SECTION (warm bg) ── */
.why-section { background:#FFFBF5; padding:90px 5%; }
.why-inner { display:flex; gap:70px; align-items:center; max-width:1100px; margin:0 auto; }
.why-visual { flex:0 0 380px; }
.why-phone { background:linear-gradient(135deg,#2d0a57,var(--violet)); border-radius:30px; padding:22px 18px; box-shadow:0 30px 60px rgba(123,47,190,.25); }
.why-phone-screen { background:rgba(255,255,255,.08); border-radius:20px; padding:16px 14px; }
.why-phone-title { color:var(--violet-light); font-weight:800; font-size:.8rem; margin-bottom:12px; text-align:center; }
.why-phone-kpi { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:10px; }
.why-kpi { background:rgba(255,255,255,.07); border-radius:10px; padding:10px 8px; text-align:center; }
.why-kpi-val { color:var(--violet-light); font-family:'Nunito',sans-serif; font-weight:900; font-size:.95rem; display:block; }
.why-kpi-lbl { color:rgba(255,255,255,.4); font-size:.58rem; display:block; margin-top:2px; }
.why-phone-row { display:flex; align-items:center; gap:8px; padding:8px 10px; background:rgba(255,255,255,.06); border-radius:9px; margin-bottom:6px; }
.why-phone-icon { font-size:.8rem; }
.why-phone-text { color:rgba(255,255,255,.65); font-size:.68rem; font-weight:600; flex:1; }
.why-phone-arrow { color:var(--violet-light); font-size:.65rem; }
.contact-link { display:inline-flex; align-items:center; gap:8px; color:var(--violet); font-weight:700; font-size:.9rem; text-decoration:none; border-bottom:2px solid var(--violet); padding-bottom:2px; transition:all .2s; margin-top:20px; }
.contact-link:hover { color:var(--violet-dark); }
.why-content { flex:1; }
.why-content p { font-size:1rem; color:var(--gray); line-height:1.85; margin-bottom:16px; }
.why-content p strong { color:var(--text); }

/* ── GALLERY ── */
.gallery-section { background:var(--white); padding:60px 5%; }
.gallery-label { text-align:center; font-family:'Nunito',sans-serif; font-size:1.1rem; font-weight:700; color:var(--gray); margin-bottom:30px; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; max-width:1100px; margin:0 auto; }
.gallery-item { border-radius:16px; overflow:hidden; aspect-ratio:1; display:flex; align-items:center; justify-content:center; font-size:4rem; }
.gallery-item.g1 { background:linear-gradient(135deg,#f8f9fa,#e9ecef); }
.gallery-item.g2 { background:linear-gradient(135deg,#E8F4F8,#BDE0EA); }
.gallery-item.g3 { background:linear-gradient(135deg,#f5e6ff,#c4b5fd); }
.gallery-item.g4 { background:linear-gradient(135deg,#1a0533,#7B2FBE); }

/* ── DARK WHY ── */
.dark-why { background:linear-gradient(135deg,#0a0a0a 0%,#1a0533 100%); padding:90px 5%; }
.dark-why-inner { display:flex; gap:70px; align-items:center; max-width:1100px; margin:0 auto; }
.dark-why-content { flex:1; }
.dark-why-content h2 { font-family:'Nunito',sans-serif; font-size:2.2rem; font-weight:900; color:var(--white); line-height:1.2; margin-bottom:24px; }
.dark-why-content h2 span { color:var(--violet-light); }
.dark-why-content p { color:rgba(255,255,255,.65); font-size:.95rem; line-height:1.85; }
.dark-why-content p strong { color:var(--white); }
.dark-why-deco { flex:0 0 300px; text-align:center; }
.dark-why-deco-ring { width:200px; height:200px; border:3px solid rgba(123,47,190,.3); border-radius:50%; margin:0 auto; display:flex; align-items:center; justify-content:center; font-size:5rem; position:relative; }
.dark-why-deco-ring::before { content:''; position:absolute; width:160px; height:160px; border:2px solid rgba(123,47,190,.15); border-radius:50%; }

/* ── PROCESS ── */
.process-section { background:var(--gray-light); }
.process-inner { max-width:1100px; margin:0 auto; }
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:50px; }
.process-step { background:var(--white); border-radius:20px; padding:32px 26px; border:1px solid rgba(123,47,190,.12); transition:all .3s; text-align:center; }
.process-step:hover { border-color:var(--violet); box-shadow:0 10px 30px rgba(123,47,190,.12); transform:translateY(-4px); }
.step-num { width:52px; height:52px; background:linear-gradient(135deg,var(--violet-dark),var(--violet)); color:var(--white); border-radius:14px; display:flex; align-items:center; justify-content:center; font-family:'Nunito',sans-serif; font-size:1.4rem; font-weight:900; margin:0 auto 18px; }
.process-step h3 { font-family:'Nunito',sans-serif; font-size:1.05rem; font-weight:800; color:var(--dark); margin-bottom:10px; }
.process-step p { font-size:.84rem; color:var(--gray); line-height:1.65; }

/* ── CTA ── */
.cta-strip { background:linear-gradient(135deg,var(--dark) 0%,#1a0533 50%,#2d0a57 100%); text-align:center; padding:90px 5%; position:relative; overflow:hidden; }
.cta-strip::before { content:''; position:absolute; top:-100px; right:-100px; width:400px; height:400px; background:radial-gradient(circle,rgba(123,47,190,.12) 0%,transparent 70%); border-radius:50%; }
.cta-strip h2 { font-family:'Nunito',sans-serif; font-size:2.6rem; font-weight:900; color:var(--white); line-height:1.2; margin-bottom:16px; position:relative; }
.cta-strip h2 span { color:var(--violet-light); }
.cta-strip p { color:rgba(255,255,255,.7); font-size:1rem; margin-bottom:36px; position:relative; }
.cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; position:relative; }
.btn-violet { background:var(--violet); color:var(--white); padding:16px 36px; border-radius:50px; font-weight:800; font-size:.95rem; text-decoration:none; transition:all .3s; box-shadow:0 8px 30px rgba(123,47,190,.4); display:inline-flex; align-items:center; gap:8px; }
.btn-violet:hover { background:var(--violet-light); color:var(--dark); transform:translateY(-2px); }
.btn-outline-white { border:2px solid rgba(255,255,255,.4); color:var(--white); padding:16px 36px; border-radius:50px; font-weight:700; font-size:.95rem; text-decoration:none; transition:all .3s; display:inline-flex; align-items:center; gap:8px; }
.btn-outline-white:hover { border-color:var(--violet-light); background:rgba(123,47,190,.15); transform:translateY(-2px); }

footer { background:var(--dark); color:rgba(255,255,255,.7); }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1.5fr; gap:50px; padding:60px 5% 40px; max-width:1300px; margin:0 auto; }
.footer-brand p { font-size:.85rem; line-height:1.7; margin-top:18px; color:rgba(255,255,255,.5); max-width:280px; }
.footer-col h4 { color:var(--white); font-family:'Nunito',sans-serif; font-weight:800; font-size:.95rem; margin-bottom:18px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-col ul a { color:rgba(255,255,255,.5); text-decoration:none; font-size:.85rem; transition:color .2s; }
.footer-col ul a:hover { color:var(--violet-light); }
.footer-contact-item { display:flex; align-items:flex-start; gap:10px; margin-bottom:10px; font-size:.83rem; color:rgba(255,255,255,.5); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding:22px 5%; display:flex; align-items:center; justify-content:space-between; max-width:1300px; margin:0 auto; font-size:.82rem; }
.footer-socials { display:flex; gap:10px; }
.social-btn { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.08); color:rgba(255,255,255,.6); display:flex; align-items:center; justify-content:center; text-decoration:none; font-size:.8rem; font-weight:700; transition:all .2s; }
.social-btn:hover { background:var(--violet); color:var(--white); }
.wa-float { position:fixed; bottom:28px; right:28px; width:52px; height:52px; background:#25d366; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; box-shadow:0 4px 20px rgba(37,211,102,.4); text-decoration:none; z-index:999; transition:all .2s; }
.wa-float:hover { transform:scale(1.1); }

.fade-up { opacity:0; transform:translateY(30px); transition:opacity .7s ease,transform .7s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }

@media(max-width:900px){
  .hero-visual { display:none; }
  .hero-inner { flex-direction:column; }
  .hero h1 { font-size:2.2rem; }
  .features-inner { flex-direction:column; }
  .features-img { flex:none; width:100%; }
  .benefits-grid { grid-template-columns:1fr; }
  .why-inner { flex-direction:column; }
  .why-visual { width:100%; flex:none; }
  .dark-why-inner { flex-direction:column; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .process-steps { grid-template-columns:1fr 1fr; }
  .footer-top { grid-template-columns:1fr 1fr; gap:30px; }
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .hero-stats { position:relative; flex-wrap:wrap; }
}