:root{
  --mint:#dff3e8;
  --mint-2:#ccead9;
  --mint-3:#b7ddc9;
  --green:#138454;
  --green-2:#0d6b45;
  --deep:#10251f;
  --text:#1d302a;
  --muted:#60736c;
  --line:rgba(21,112,76,.18);
  --white:#fff;
  --shadow:0 18px 50px rgba(30,95,68,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:linear-gradient(180deg,#e9f8ef 0%,#dff3e8 44%,#eff9f3 100%);font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}.container{width:min(1240px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(234,248,240,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(26,126,84,.12)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{text-decoration:none;display:flex;flex-direction:column;line-height:.95}.brand-kicker,.brand small{font-size:13px;color:#586b64}.brand strong{font-size:31px;letter-spacing:-1.5px;color:var(--deep)}
.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{text-decoration:none;font-size:14px;font-weight:700;color:#36534a}.nav-links a:hover{color:var(--green)}
.hero{padding:58px 0 30px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.72),transparent 32%),linear-gradient(110deg,transparent 0 58%,rgba(255,255,255,.24));pointer-events:none}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:46px;align-items:center;position:relative}
.eyebrow,.section-kicker{display:inline-block;color:var(--green);font-weight:800;font-size:14px;letter-spacing:.01em}
h1{font-size:clamp(46px,5.8vw,84px);line-height:.94;letter-spacing:-4px;margin:16px 0 24px;color:#163129;max-width:680px}h1 em{font-style:normal;color:var(--green)}
.lead{font-size:19px;line-height:1.62;margin:0 0 30px;color:#364f47;max-width:650px}.hero-points{display:grid;gap:14px}.hero-points div{display:flex;gap:13px;align-items:center;font-size:15px}.point-icon{width:32px;height:32px;display:grid;place-items:center;color:var(--green);font-size:22px;font-weight:900}
.hero-visual{height:540px;border-radius:30px;overflow:hidden;position:relative;box-shadow:var(--shadow);border:1px solid rgba(20,120,77,.16);background:#d8ecdf}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,27,.06),transparent 34%,rgba(8,35,27,.06));pointer-events:none}
.dash-card{position:absolute;z-index:2;background:rgba(8,51,38,.88);backdrop-filter:blur(8px);color:white;border:1px solid rgba(91,226,164,.35);box-shadow:0 10px 28px rgba(0,0,0,.17);border-radius:16px;padding:15px 17px}.dash-card small{display:block;font-size:11px;opacity:.8}.dash-card strong{display:block;font-size:28px;margin:3px 0}.dash-card span{font-size:10px;color:#75e8ad}.dash-top{right:24px;top:24px;min-width:170px}.dash-bottom{left:24px;bottom:24px;width:250px}.mini-chart{height:70px;display:flex;align-items:end;gap:6px;padding-top:12px}.mini-chart i{display:block;flex:1;background:#5ed99e;border-radius:4px 4px 0 0}.mini-chart i:nth-child(1){height:30%}.mini-chart i:nth-child(2){height:48%}.mini-chart i:nth-child(3){height:38%}.mini-chart i:nth-child(4){height:65%}.mini-chart i:nth-child(5){height:53%}.mini-chart i:nth-child(6){height:76%}.mini-chart i:nth-child(7){height:92%}
.module-strip{padding:12px 0 36px}.modules-grid{display:grid;grid-template-columns:repeat(6,1fr);background:rgba(255,255,255,.72);border:1px solid rgba(22,116,78,.16);border-radius:24px;box-shadow:0 14px 38px rgba(34,94,69,.09);overflow:hidden}.modules-grid article{text-align:center;padding:22px 12px;border-right:1px solid rgba(19,132,84,.14)}.modules-grid article:last-child{border-right:0}.modules-grid span{font-size:30px;color:var(--green);display:block;line-height:1}.modules-grid h3{font-size:15px;margin:12px 0 5px}.modules-grid p{font-size:12px;color:var(--muted);margin:0;line-height:1.35}
.section{padding:68px 0}.reception-grid,.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.section h2{font-size:clamp(34px,4.2vw,56px);line-height:1;letter-spacing:-2.5px;margin:10px 0 18px;color:#17342b}.section-copy{font-size:17px;line-height:1.7;color:#546b63;max-width:650px}.steps{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.steps article,.tech-list article{display:flex;gap:13px;align-items:flex-start}.steps>article>span{flex:0 0 36px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-weight:900}.steps h3,.tech-list h3{font-size:15px;margin:1px 0 5px}.steps p,.tech-list p{font-size:13px;line-height:1.45;color:var(--muted);margin:0}
.reception-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:26px;padding:14px;box-shadow:var(--shadow);position:relative}.reception-card img{display:block;width:100%;height:330px;object-fit:cover;border-radius:18px}.photo-status{position:absolute;right:30px;bottom:28px;width:235px;background:rgba(255,255,255,.94);border:1px solid rgba(16,107,69,.18);border-radius:16px;padding:14px;box-shadow:0 12px 30px rgba(22,74,52,.16)}.photo-status b{font-size:13px}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:10px}.thumbs span{height:38px;border-radius:7px;background:linear-gradient(145deg,#587069,#bed4c9);border:1px solid #d5e1db}
.tech-section{background:rgba(255,255,255,.32);border-top:1px solid rgba(20,125,82,.12);border-bottom:1px solid rgba(20,125,82,.12)}.tech-list{display:grid;gap:18px;margin-top:25px}.tech-list>article>span{width:36px;flex:0 0 36px;font-size:27px;color:var(--green);text-align:center}.analytics-card{background:linear-gradient(145deg,#0f3e30,#0a2b22);color:#fff;border-radius:28px;padding:28px;box-shadow:0 22px 55px rgba(8,45,33,.22);min-height:390px}.analytics-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:16px}.analytics-head span{font-size:15px}.analytics-head b{color:#72e1aa}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.metrics div{padding:15px;border:1px solid rgba(121,232,178,.16);background:rgba(255,255,255,.04);border-radius:12px}.metrics small{display:block;color:#b7d6ca}.metrics strong{font-size:24px;margin-top:4px;display:block}.chart-area{height:180px;display:flex;align-items:flex-end;gap:12px;border-left:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:20px 16px 0}.chart-area span{flex:1;background:linear-gradient(180deg,#5ee0a1,#239263);border-radius:7px 7px 0 0;box-shadow:0 0 20px rgba(85,223,160,.16)}
.closing{padding:36px 0 48px;text-align:center}.closing p{margin:0;font-size:20px;color:#325148}.closing strong{color:var(--green)}
.floating-contact{position:fixed;right:24px;bottom:24px;z-index:50;display:flex;flex-direction:column;align-items:center;gap:12px}.float-btn{display:grid;place-items:center;border-radius:50%;text-decoration:none;box-shadow:0 12px 30px rgba(16,64,45,.22);transition:.2s ease}.float-btn:hover{transform:translateY(-3px) scale(1.03)}.float-btn svg{width:46%;height:46%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.float-btn.mail{width:48px;height:48px;background:#eef9f2;color:#244a3e;border:1px solid rgba(18,111,73,.2)}.float-btn.whatsapp{width:66px;height:66px;background:#21c36c;color:#fff;border:4px solid white}.float-btn.whatsapp svg{width:62%;height:62%;fill:currentColor;stroke:none}
footer{padding:26px 0;background:rgba(10,46,36,.96);color:#d9ebe4;text-align:center;font-size:13px}
.empresas-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#eaf8ef,#d9f1e4)}.empresas-main{flex:1;display:grid;place-items:center;padding:50px 20px}.portal-shell{position:relative;width:min(980px,100%);padding:48px;border-radius:30px;background:rgba(255,255,255,.62);border:1px solid rgba(20,122,80,.16);box-shadow:var(--shadow);text-align:center;overflow:hidden}.portal-shell:before,.portal-shell:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(131,215,173,.18);filter:blur(1px)}.portal-shell:before{left:-150px;bottom:-160px}.portal-shell:after{right:-140px;top:-150px}.portal-brand{position:relative;z-index:2;display:inline-flex;flex-direction:column;text-decoration:none;margin-bottom:24px}.portal-brand small{font-size:12px;color:#64776f}.portal-brand strong{font-size:40px;letter-spacing:-2px;color:var(--deep)}.lock-icon{position:relative;z-index:2;margin:0 auto 12px;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#e6f5ec;border:1px solid rgba(17,123,79,.25);font-size:31px}.lock-icon.unlocked{color:white;background:var(--green);font-size:36px}.portal-shell h1{position:relative;z-index:2;font-size:44px;letter-spacing:-2px;margin:8px 0 10px}.portal-shell>p{position:relative;z-index:2;color:var(--muted);margin:0 0 22px}.password-form{position:relative;z-index:2;display:grid;grid-template-columns:1fr 150px;gap:10px;width:min(560px,100%);margin:0 auto}.password-form input{height:52px;border-radius:12px;border:1px solid rgba(17,115,75,.22);background:rgba(255,255,255,.88);padding:0 16px;font:inherit;font-size:16px;outline:none}.password-form input:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(19,132,84,.08)}.password-form button{border:0;border-radius:12px;background:var(--green);color:white;font:inherit;font-weight:800;cursor:pointer}.password-form button:hover{background:var(--green-2)}.restricted-note{position:relative;z-index:2;margin-top:24px;font-size:13px;color:#5e736b}.company-buttons{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.company-button{min-height:120px;border-radius:18px;display:grid;place-items:center;text-decoration:none;background:linear-gradient(180deg,#fff,#eef8f2);border:1px solid rgba(15,112,72,.18);font-size:18px;font-weight:900;color:var(--green-2);box-shadow:0 10px 26px rgba(27,91,65,.08);transition:.2s ease}.company-button:hover{transform:translateY(-3px);background:#fff;box-shadow:0 14px 32px rgba(27,91,65,.14)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:980px){.hero-grid,.reception-grid,.tech-grid{grid-template-columns:1fr}.hero-visual{height:470px}.modules-grid{grid-template-columns:repeat(3,1fr)}.modules-grid article:nth-child(3){border-right:0}.company-buttons{grid-template-columns:1fr 1fr}.hero-copy{max-width:760px}}
@media(max-width:680px){.container{width:min(100% - 24px,1240px)}.nav{height:68px}.brand strong{font-size:25px}.nav-links{display:none}.hero{padding-top:40px}h1{font-size:51px;letter-spacing:-2.8px}.lead{font-size:17px}.hero-visual{height:390px;border-radius:22px}.dash-bottom{display:none}.dash-top{right:12px;top:12px}.modules-grid{grid-template-columns:repeat(2,1fr)}.modules-grid article:nth-child(2n){border-right:0}.section{padding:50px 0}.steps{grid-template-columns:1fr}.reception-card img{height:270px}.photo-status{position:relative;right:auto;bottom:auto;width:auto;margin-top:10px}.floating-contact{right:14px;bottom:14px}.float-btn.whatsapp{width:60px;height:60px}.portal-shell{padding:30px 18px}.portal-shell h1{font-size:36px}.password-form{grid-template-columns:1fr}.password-form button{height:52px}.company-buttons{grid-template-columns:1fr}.company-button{min-height:84px}}
