:root{--green: #2d5a1b;--green-mid: #3d7a26;--green-light: #5aad38;--orange: #e85d04;--orange-light: #f77f00;--cream: #f5f2ed;--white: #ffffff;--dark: #1a2e0f;--gray: #6b7280;--gray-light: #f0ede8;--shadow: 0 4px 24px rgba(45, 90, 27, .1);--radius: 20px;--radius-sm: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background:var(--cream);color:var(--dark);overflow-x:hidden}h1,h2,h3,h4{font-family:"Baloo 2",cursive}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#f5f2edeb;backdrop-filter:blur(12px);border-bottom:2px solid rgba(45,90,27,.08);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{font-family:"Baloo 2",cursive;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-logo span:first-child{color:var(--green)}.nav-logo span:last-child{color:var(--orange)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--dark);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--orange)}.nav-cta{background:var(--orange);color:var(--white);padding:.55rem 1.4rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:.95rem;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--orange-light);transform:translateY(-1px)}.nav-actions{display:flex;align-items:center;gap:.5rem}.mobile-controls{display:none}.nav-toggle{display:none;width:44px;height:44px;border:2px solid rgba(232,93,4,.35);border-radius:10px;background:var(--white);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:18px;height:2.5px;border-radius:99px;background:var(--orange);transition:transform .25s ease,opacity .2s ease}.nav-toggle.is-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-menu{display:none}.lang-select{display:block;appearance:none;-webkit-appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232D5A1B'/%3E%3C/svg%3E") no-repeat right .5rem center;background-size:8px 5px;border:1.5px solid rgba(45,90,27,.3);border-radius:999px;padding:.25rem 1.6rem .25rem .75rem;font-size:.78rem;font-weight:800;color:var(--dark);cursor:pointer;min-width:3.5rem}.lang-select:focus{outline:2px solid var(--green);outline-offset:2px}.hero{min-height:100vh;padding:100px 5% 60px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,rgba(232,93,4,.07) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(45,90,27,.07) 0%,transparent 60%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2d5a1b1a;color:var(--green);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:1.2rem;border:1.5px solid rgba(45,90,27,.2)}.hero-badge:before{content:"🟢";font-size:.75rem}.hero h1{font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.15;margin-bottom:1.2rem;color:var(--dark)}.hero h1 .highlight{color:var(--orange)}.hero h1 .green{color:var(--green)}.hero-sub{font-size:1.15rem;line-height:1.7;color:#4a5568;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--orange);color:var(--white);padding:.85rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;box-shadow:0 4px 20px #e85d0459;transition:all .25s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 8px 28px #e85d0466}.btn-secondary{background:transparent;color:var(--green);padding:.85rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;border:2.5px solid var(--green);transition:all .25s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:var(--green);color:var(--white);transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.hero-mascot{width:min(380px,90%);animation:float 4s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(45,90,27,.2))}.hero-mascot-fallback{display:none;width:260px;height:260px;background:linear-gradient(135deg,#3d7a26,#e85d04);border-radius:50%;align-items:center;justify-content:center;font-size:6rem}.hero-pills{position:absolute;inset:0;pointer-events:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-pill{position:absolute;background:var(--white);border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;box-shadow:var(--shadow);display:flex;align-items:center;gap:.5rem;animation:float 4s ease-in-out infinite}.hero-pill.p1{top:15%;left:-5%;animation-delay:-1s;color:var(--green);border:2px solid rgba(45,90,27,.15)}.hero-pill.p2{bottom:20%;right:-5%;animation-delay:-2.5s;color:var(--orange);border:2px solid rgba(232,93,4,.15)}.hero-pill.p3{top:55%;left:-8%;animation-delay:-.5s;color:var(--dark);border:2px solid rgba(0,0,0,.08)}.stats-bar{background:var(--green);padding:1.2rem 5%;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center;color:var(--white)}.stat-num{font-family:"Baloo 2",cursive;font-size:1.8rem;font-weight:800;display:block}.stat-label{font-size:.82rem;opacity:.85;font-weight:600;text-transform:uppercase;letter-spacing:.05em}section{padding:80px 5%}.section-label{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:.8rem}.section-title{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:1rem;color:var(--dark)}.section-sub{font-size:1.05rem;color:#6b7280;max-width:600px;line-height:1.7}.text-center{text-align:center}.text-center .section-sub{margin:0 auto}.how-wrapper{background:var(--cream);padding:80px 5%}.how{background:var(--white);border-radius:32px;margin:0 2%;padding:70px 5%}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem 1.5rem;border-radius:var(--radius);background:var(--cream);border:2px solid transparent;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative}.step:hover{border-color:var(--orange);transform:translateY(-6px);box-shadow:var(--shadow)}.step-num{position:absolute;top:-18px;left:50%;transform:translate(-50%);background:var(--orange);color:var(--white);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Baloo 2",cursive;font-weight:800;font-size:1rem}.step-icon{font-size:2.8rem;margin-bottom:1rem;display:block;margin-top:.5rem}.step h3{font-size:1.1rem;color:var(--dark);margin-bottom:.5rem}.step p{font-size:.92rem;color:var(--gray);line-height:1.6}.who{background:var(--cream)}.professions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-top:2.5rem}.prof-card{background:var(--white);border-radius:var(--radius-sm);padding:1.2rem 1rem;text-align:center;border:2px solid transparent;cursor:default;transition:all .25s;box-shadow:0 2px 8px #0000000d}.prof-card:hover{border-color:var(--green-light);transform:translateY(-4px);box-shadow:var(--shadow)}.prof-icon{font-size:2rem;display:block;margin-bottom:.5rem}.prof-name{font-weight:700;font-size:.9rem;color:var(--dark)}.includes{background:var(--white)}.includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.include-card{background:var(--cream);border-radius:var(--radius);padding:2rem;border-left:5px solid var(--green);transition:transform .25s,box-shadow .25s}.include-card.orange{border-left-color:var(--orange)}.include-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.include-card h3{font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}.include-card ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.include-card ul li{font-size:.93rem;color:#374151;display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}.include-card ul li:before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0}.include-card.orange ul li:before{color:var(--orange)}.pricing{background:var(--cream)}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0}.toggle-label{font-weight:700;font-size:.95rem}.toggle-label.active{color:var(--orange)}.toggle-label.inactive{color:var(--gray)}.toggle-switch{width:54px;height:28px;background:var(--green);border-radius:50px;cursor:pointer;position:relative;border:none;transition:background .3s}.toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:var(--white);transition:transform .3s}.toggle-switch.annual:after{transform:translate(26px)}.save-badge{background:var(--orange);color:var(--white);font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:50px}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:2rem auto 0}.price-card{background:var(--white);border-radius:var(--radius);padding:2.5rem 2rem;border:2.5px solid transparent;box-shadow:0 4px 20px #0000000f;transition:all .3s;position:relative;overflow:hidden}.price-card.featured{border-color:var(--orange);box-shadow:0 8px 40px #e85d042e;transform:scale(1.03)}.pricing-tax-note{margin:1rem auto 0;max-width:560px;font-size:.88rem;color:var(--gray)}.featured-badge{position:absolute;top:0;right:0;background:var(--orange);color:var(--white);font-size:.75rem;font-weight:800;padding:.4rem 1.2rem;border-bottom-left-radius:12px}.price-plan{font-family:"Baloo 2",cursive;font-size:1.3rem;font-weight:800;color:var(--dark)}.price-amount{display:flex;align-items:baseline;gap:.3rem;margin:1rem 0}.price-num{font-family:"Baloo 2",cursive;font-size:3rem;font-weight:800;color:var(--orange)}.price-per{font-size:.9rem;color:var(--gray);font-weight:600}.price-iva{font-size:.8rem;color:var(--gray)}.price-setup{font-size:.82rem;color:var(--gray);margin-top:.3rem}.price-setup strong{color:var(--dark)}.price-card.featured .price-setup strong{color:var(--orange)}.price-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin:1.5rem 0}.price-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;color:#374151;line-height:1.5}.price-features li:before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0}.price-divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.extras-title{font-weight:800;font-size:.88rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.7rem}.extras-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.extras-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:#6b7280;line-height:1.5}.extras-list li:before{content:"+";color:var(--orange);font-weight:800;flex-shrink:0}.price-cta{display:block;text-align:center;background:var(--green);color:var(--white);padding:.85rem;border-radius:50px;text-decoration:none;font-weight:700;margin-top:1.5rem;transition:all .25s}.price-card.featured .price-cta{background:var(--orange)}.price-cta:hover{opacity:.88;transform:translateY(-2px)}.agent-wrapper{background:var(--cream);padding:80px 5%}.agent-section{background:var(--green);border-radius:32px;margin:0 2%;padding:70px 5%;color:var(--white)}.agent-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.agent-section .section-label{color:#ffffffb3}.agent-section .section-title{color:var(--white)}.agent-section .section-sub{color:#fffc}.agent-features{list-style:none;display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}.agent-features li{display:flex;align-items:center;gap:.8rem;font-size:.97rem;font-weight:600;color:#ffffffe6}.agent-features li span.feat-icon{background:#ffffff26;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.widget-demo{background:var(--white);border-radius:24px;padding:1.5rem;max-width:340px;margin:0 auto;box-shadow:0 20px 60px #00000040}.widget-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.widget-avatar{width:44px;height:44px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.widget-name{font-weight:800;color:var(--dark);font-size:.95rem}.widget-status{font-size:.78rem;color:var(--green-light);font-weight:600;display:flex;align-items:center;gap:.3rem}.widget-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-light);display:inline-block}.chat-bubble{border-radius:18px;padding:.7rem 1rem;font-size:.88rem;line-height:1.5;margin-bottom:.6rem;max-width:88%}.chat-bubble.bot{background:var(--cream);color:var(--dark);border-bottom-left-radius:4px}.chat-bubble.user{background:var(--orange);color:var(--white);border-bottom-right-radius:4px;margin-left:auto}.widget-input{display:flex;gap:.5rem;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.widget-input-field{flex:1;background:var(--cream);border:none;border-radius:50px;padding:.55rem 1rem;font-size:.85rem;color:var(--gray);font-family:Nunito,sans-serif;outline:none}.widget-mic{width:38px;height:38px;border-radius:50%;background:var(--orange);color:var(--white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.faq{background:var(--white)}.faq-grid{max-width:760px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{border:2px solid #e5e7eb;border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--green)}.faq-q{width:100%;background:transparent;border:0;text-align:left;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:.97rem;color:var(--dark);gap:1rem}.faq-chevron{color:var(--orange);font-size:1.1rem;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 1.5rem;font-size:.93rem;color:var(--gray);line-height:1.7}.faq-item.open .faq-a{max-height:300px;padding:0 1.5rem 1.2rem}.cta-final{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-light) 100%);text-align:center;padding:80px 5%;color:var(--white)}.cta-final h2{font-size:clamp(1.8rem,3vw,2.8rem);margin-bottom:1rem}.cta-final p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.cta-final .btn-white{background:var(--white);color:var(--orange);padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:800;font-size:1.05rem;display:inline-block;transition:all .25s;box-shadow:0 4px 20px #00000026}.cta-final .btn-white:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}footer{background:var(--dark);color:#ffffffb3;padding:40px 5%;text-align:center;font-size:.88rem}footer .footer-logo{font-family:"Baloo 2",cursive;font-size:1.4rem;font-weight:800;margin-bottom:.5rem}footer .footer-logo span:first-child{color:#a3d977}footer .footer-logo span:last-child{color:var(--orange-light)}.dot-com{color:#ffffff80}footer p{margin-top:.3rem}.copy{margin-top:.5rem;font-size:.8rem}@media(max-width:768px){nav .nav-links{display:none}.nav-actions{display:none}.mobile-controls{display:flex;align-items:center;gap:.45rem}.mobile-nav-lang-select{display:block;appearance:none;-webkit-appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232D5A1B'/%3E%3C/svg%3E") no-repeat right .5rem center;background-size:8px 5px;border:1.5px solid rgba(45,90,27,.3);border-radius:999px;padding:.24rem 1.55rem .24rem .72rem;font-size:.78rem;font-weight:800;color:var(--dark);cursor:pointer;min-width:3.5rem}.nav-toggle{display:inline-flex}.mobile-menu{position:fixed;top:70px;left:0;right:0;z-index:99;display:grid;gap:.55rem;padding:.9rem 5% 1rem;background:#f5f2edfa;backdrop-filter:blur(10px);border-bottom:2px solid rgba(45,90,27,.08);box-shadow:0 10px 28px #1a2e0f1f;max-height:0;opacity:0;transform:translateY(-10px);overflow:hidden;pointer-events:none;transition:max-height .28s ease,opacity .22s ease,transform .22s ease}.mobile-menu.open{max-height:80vh;opacity:1;transform:translateY(0);pointer-events:auto}.mobile-menu a{color:var(--dark);text-decoration:none;font-weight:700;font-size:1rem;padding:.4rem 0}.mobile-nav-cta{width:100%;text-align:center;justify-content:center;display:inline-flex;margin-top:.15rem;font-size:.9rem;padding:.56rem 1.1rem}.hero{grid-template-columns:1fr;text-align:center;padding-top:90px}.hero-image{order:-1;flex-direction:column;gap:.9rem}.hero-actions{justify-content:center}.hero-sub{margin-inline:auto}.hero-pills{position:static;inset:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;pointer-events:auto}.hero-pill{position:static;animation:none;font-size:.8rem;padding:.5rem .9rem}.hero-pill.p1,.hero-pill.p2,.hero-pill.p3{inset:auto}.includes-grid,.agent-inner{grid-template-columns:1fr}.stats-bar{gap:2rem}.price-card.featured{transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero>*{animation:fadeInUp .7s ease both}.hero>*:nth-child(2){animation-delay:.15s}.hero>*:nth-child(3){animation-delay:.1s}@keyframes pulse{0%,to{box-shadow:0 0 #e85d0480}50%{box-shadow:0 0 0 10px #e85d0400}}.widget-mic{animation:pulse 2.2s infinite}
