@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #ffffff;--bg-alt: #fff6f7;--surface: #ffffff;--surface-soft: #fff8f9;--surface-strong: #f8fafc;--text: #131313;--muted: #5d5d5d;--line: #ececec;--accent: #d70017;--accent-deep: #a90012;--accent-soft: #fff0f2;--accent-border: #f0a6ae;--accent-ring: rgba(215, 0, 23, .14);--whatsapp: #1fa855;--whatsapp-deep: #148241;--success-soft: #ecfff3;--success-text: #12743a;--header-bg: rgba(255, 255, 255, .9);--header-bg-elevated: rgba(255, 255, 255, .96);--input-bg: #ffffff;--input-text: #111827;--heading: #131313;--radius: 16px;--shadow: 0 10px 30px rgba(0, 0, 0, .06);--shadow-strong: 0 18px 42px rgba(0, 0, 0, .1);--container: min(1120px, calc(100% - 2rem) );--header-height: 4.2rem}:root[data-theme=dark]{--bg: #0f1115;--bg-alt: #171019;--surface: #171a20;--surface-soft: #21151a;--surface-strong: #1d232c;--text: #f6f7fb;--muted: #c7cbd4;--line: #313742;--accent: #ff4a5f;--accent-deep: #ff7988;--accent-soft: #2a151b;--accent-border: #8c3340;--accent-ring: rgba(255, 74, 95, .24);--whatsapp: #35d079;--whatsapp-deep: #1fb963;--success-soft: #123223;--success-text: #8df0b5;--header-bg: rgba(15, 17, 21, .9);--header-bg-elevated: rgba(15, 17, 21, .97);--input-bg: #11151b;--input-text: #f6f7fb;--heading: #ffffff;--shadow: 0 14px 34px rgba(0, 0, 0, .35);--shadow-strong: 0 22px 48px rgba(0, 0, 0, .48)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--accent);color:#fff;padding:.5rem .75rem;border-radius:.5rem}.skip-link:focus{left:1rem;z-index:200}.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}.container{width:var(--container);margin-inline:auto}.section{padding:4rem 0}.section.alt{background:var(--bg-alt)}.section.brand-red-section{background:radial-gradient(circle at top left,rgba(215,0,23,.1),transparent 34rem),linear-gradient(135deg,#fff8f9,#fff0f2 48%,#fff)}.brand-red-section .container{position:relative}.brand-red-section .eyebrow{color:var(--accent-deep)}.narrow{max-width:820px}.eyebrow{margin:0 0 .4rem;color:var(--accent);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0 0 .8rem;line-height:1.2;color:var(--heading)}h1{font-size:clamp(1.95rem,4vw,3.2rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:1.15rem}p{margin:0 0 1rem;color:var(--muted)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top,0px)}.site-header.site-header-enhanced{animation:headerReveal .5s ease both}.site-header.site-header-enhanced:before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,rgba(215,0,23,.45),transparent);background-size:220% 100%;transform:scaleX(.45);transform-origin:center;opacity:0;transition:transform .3s ease,opacity .3s ease}.site-header.site-header-enhanced.is-elevated{background:var(--header-bg-elevated);box-shadow:0 8px 24px #00000014}.site-header.site-header-enhanced.is-elevated:before{opacity:1;transform:scaleX(1);animation:shimmerSweep 2.4s linear infinite}.nav-wrap{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-menu-group{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.brand{transition:transform .22s ease;display:inline-flex;align-items:center;gap:.65rem;font-weight:800}.site-header.site-header-enhanced .brand-mark{animation:none}.site-header.site-header-enhanced .brand:hover{transform:translateY(-1px)}.brand-mark{min-width:2.1rem;height:2.1rem;padding-inline:.34rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--accent),#b50818);color:#fff;border-radius:.55rem;font-size:.8rem;letter-spacing:.02em;box-shadow:0 8px 18px #d7001733}.brand-text{font-size:1rem}.brand-text span{color:var(--accent)}.site-nav{position:fixed;inset:calc(var(--header-height) + env(safe-area-inset-top,0px)) 0 auto 0;background:var(--surface);border-bottom:1px solid var(--line);display:grid;gap:.4rem;padding:1rem;transform:translateY(-.8rem);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .25s ease,visibility .25s ease}.site-nav.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.site-nav a{padding:.65rem;border-radius:.45rem;font-weight:600;transition:background .2s ease,color .2s ease;position:relative}.site-nav a:after{content:"";position:absolute;left:.65rem;right:.65rem;bottom:.35rem;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.site-nav a:hover,.site-nav a:focus-visible{background:var(--accent-soft);color:var(--accent)}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}.admin-nav-btn{border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--accent);font:inherit;font-weight:700;padding:.6rem .7rem;border-radius:.5rem;cursor:pointer}.admin-nav-btn:hover,.admin-nav-btn:focus-visible{background:var(--surface-soft)}.theme-toggle{min-height:2.5rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;font:inherit;font-size:.88rem;font-weight:800;cursor:pointer;transition:border-color .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease,transform .22s ease}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--accent-border);color:var(--accent);box-shadow:0 10px 22px var(--accent-ring);transform:translateY(-1px)}.site-nav .theme-toggle{justify-self:start}.theme-toggle-icon{width:1.15rem;height:1.15rem;display:grid;place-items:center}.theme-toggle-icon svg{width:100%;height:100%;fill:currentColor}.nav-toggle{width:2.5rem;height:2.5rem;flex:0 0 auto;margin-left:auto;border:1px solid var(--line);border-radius:.6rem;background:var(--surface);display:inline-grid;place-items:center;gap:.2rem;cursor:pointer;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.nav-toggle:hover,.nav-toggle:focus-visible{border-color:var(--accent-border);box-shadow:0 10px 22px var(--accent-ring)}.nav-toggle span{width:1.1rem;height:2px;background:var(--text);display:block;transition:transform .2s ease,opacity .2s ease;transform-origin:center}.nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero{position:relative;isolation:isolate;padding:4.4rem 0 4rem;background:radial-gradient(circle at 20% 0%,rgba(215,0,23,.13),transparent 45%),radial-gradient(circle at 90% 20%,rgba(215,0,23,.09),transparent 40%);overflow:hidden}.hero:after{content:"";position:absolute;width:540px;height:540px;background:radial-gradient(circle,rgba(215,0,23,.12),transparent 65%);right:-220px;top:-180px;z-index:-1;animation:pulseGlow 7s ease-in-out infinite}.hero-grid{display:grid;gap:1.2rem}.hero-copy,.hero-card{animation:fadeUp .75s ease both}.hero-card{animation-delay:.14s}.subheadline{font-size:clamp(1rem,2vw,1.2rem);color:#333;max-width:64ch}.cta-group{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border-radius:.65rem;padding:.65rem 1rem;border:1px solid transparent;font-weight:700;font-size:.95rem;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 24px #0000001a}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover,.btn-primary:focus-visible{background:var(--accent-deep)}.btn-ghost{border-color:#c9c9c9}.btn-ghost:hover,.btn-ghost:focus-visible{border-color:var(--accent);color:var(--accent)}.btn-whatsapp{background:var(--whatsapp);color:#fff}.btn-whatsapp:hover,.btn-whatsapp:focus-visible{background:var(--whatsapp-deep)}.hero-contact a{color:var(--accent);font-weight:700}.hero-points{padding:0;margin:.8rem 0 0;list-style:none;display:grid;gap:.45rem;color:#2b2b2b}.hero-points li:before{content:"•";color:var(--accent);margin-right:.4rem;font-weight:800}.hero-card{background:#fff;border:1px solid #f0d8dc;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-35% -60% auto auto;width:220px;height:220px;background:radial-gradient(circle,rgba(215,0,23,.15),transparent 70%);animation:floatAura 6s ease-in-out infinite}.hero-card p{margin-bottom:1rem}.hero-h-shape{position:relative;height:162px;margin:0 0 .95rem;border:1px solid #b50818;border-radius:.95rem;background:linear-gradient(145deg,#d70017,#b50818);box-shadow:inset 0 1px #fff3,0 10px 24px #d700173d;overflow:hidden}.hero-h-canvas{width:100%;height:100%;display:block;touch-action:none}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.hero-stats article{border:1px solid var(--line);border-radius:.7rem;padding:.7rem;text-align:center}.hero-stats h3{color:var(--accent);font-size:1rem;margin-bottom:.2rem}.hero-stats p{font-size:.78rem;margin:0}.service-grid,.pricing-grid,.plan-grid,.why-grid,.process-grid,.footer-grid,.contact-actions,.faq-list{display:grid;gap:1rem}.service-card,.pricing-card,.plan-card,.process-card,.why-grid article,.contact-card,.faq-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pricing-card,.plan-card{display:flex;flex-direction:column}.pricing-card ul{flex:1}.service-card:hover,.pricing-card:hover,.plan-card:hover,.process-card:hover,.why-grid article:hover,.contact-card:hover,.faq-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong)}.why-carousel-shell{position:relative;margin-top:1rem;padding:0 2.8rem;padding-top:20px;padding-bottom:20px;overflow:visible}.why-carousel-viewport{overflow-x:hidden;overflow-y:visible;touch-action:pan-y;padding-top:16px;padding-bottom:16px;margin-top:-16px;margin-bottom:-16px}.why-carousel-track{display:flex;align-items:stretch}.why-carousel-card{position:relative;flex:0 0 auto;box-sizing:border-box;z-index:1;display:flex}.why-carousel-card-inner{background:#fff;border:1px solid #fecaca;border-radius:15px;box-shadow:0 8px 20px #0f172a0f;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%;flex:1;--card-translate-y: 0px;--card-scale: .97;transform:translateY(var(--card-translate-y)) scale(var(--card-scale));transform-origin:center center;transition:transform .5s ease,box-shadow .5s ease,border-color .5s ease}.why-carousel-card.is-active .why-carousel-card-inner{box-shadow:0 0 0 1px #ef444424,0 14px 28px #ef44442e}.why-carousel-card.is-priority .why-carousel-card-inner{border-color:#fca5a5}.why-carousel-card.is-center-focus .why-carousel-card-inner{--card-scale: 1.05;border-color:#ef4444;box-shadow:0 10px 30px #ef444433,0 0 0 1px #ef444429}.why-carousel-icon-wrap{width:2.45rem;height:2.45rem;border-radius:999px;display:grid;place-items:center;color:#ef4444;background:#fee2e2;margin-bottom:.68rem;transition:transform .24s ease,box-shadow .24s ease}.why-carousel-card:hover .why-carousel-icon-wrap{transform:scale(1.1);box-shadow:0 0 16px #ef44442e}.why-carousel-icon-wrap svg{width:2.05rem;height:2.05rem;stroke:currentColor;fill:none}.why-carousel-card h3{margin:0 0 .58rem;color:#111827;font-size:1.08rem;font-weight:600;line-height:1.4;font-family:Poppins,Manrope,sans-serif;text-align:center;max-width:22ch;text-wrap:balance}.why-carousel-card p{margin:0;color:#6b7280;font-size:.93rem;line-height:1.58;max-width:27ch;text-align:center;text-wrap:pretty;overflow:visible;word-break:break-word}.why-carousel-card.is-center-focus{z-index:10}.why-carousel-card:hover{z-index:12}.why-carousel-card:hover .why-carousel-card-inner{--card-translate-y: -5px;border-color:#ef4444;box-shadow:0 16px 30px #0f172a21,0 0 0 1px #ef444424,0 14px 32px #ef444429}.why-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;border:0;border-radius:0;background:transparent;color:#ef4444;font-size:2.45rem;font-weight:800;line-height:1;display:grid;place-items:center;box-shadow:none;cursor:pointer;z-index:24;transition:transform .2s ease,opacity .2s ease,color .2s ease}.why-carousel-arrow:hover{transform:translateY(-50%) scale(1.15);color:#dc2626;opacity:.82}.why-carousel-arrow-left{left:-.6rem}.why-carousel-arrow-right{right:-.6rem}@media (max-width: 900px){.why-carousel-shell{padding:0 2rem}.why-carousel-card{padding-right:18px!important}.why-carousel-card-inner{padding:1.24rem}.why-carousel-arrow{width:2.45rem;height:2.45rem;font-size:2.25rem}}@media (max-width: 640px){.why-carousel-shell{padding:0 2.4rem}.why-carousel-card{padding-right:0!important}.why-carousel-card-inner{padding:1.05rem;border-radius:14px;border-color:#f87171;box-shadow:0 0 0 1px #f871712e,0 8px 18px #0f172a14}.why-carousel-card.is-center-focus .why-carousel-card-inner{--card-scale: 1}.why-carousel-card h3{font-size:1rem;max-width:100%}.why-carousel-card p{font-size:.9rem;max-width:100%}.why-carousel-arrow{width:2.1rem;height:2.1rem;font-size:1.95rem}.why-carousel-arrow-left{left:-.1rem}.why-carousel-arrow-right{right:-.1rem}}.faq-card h3{margin-bottom:.45rem}.faq-card p{margin:0}.pricing-card.popular,.plan-card.popular{border-color:#f0a6ae}.tag{display:inline-block;align-self:flex-start;margin:0 0 .4rem;background:#ffe4e8;color:var(--accent);font-weight:700;font-size:.75rem;padding:.25rem .55rem;border-radius:1rem}.price{color:#1c1c1c;font-size:1.3rem;font-weight:800}.price span{font-size:.9rem;color:var(--muted);font-weight:500}.development-card-icon{width:3.6rem;height:3.6rem;display:grid;place-items:center;margin-bottom:.85rem;border:1px solid #ffd7dc;border-radius:.85rem;color:var(--accent);background:radial-gradient(circle at 22% 16%,rgba(215,0,23,.12),transparent 36%),linear-gradient(135deg,#fff,#fff4f5);transition:transform .22s ease,box-shadow .22s ease}.development-card-icon svg{width:2.65rem;height:2.65rem}.pricing-card:hover .development-card-icon{transform:translateY(-2px);box-shadow:0 10px 18px #d7001724}.add-on-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:1.15rem}.add-on-section-header h2{margin-bottom:0}.add-on-header-graphic{min-width:168px;display:flex;align-items:center;justify-content:flex-end;gap:.55rem;color:var(--accent)}.add-on-dot{width:.85rem;height:.85rem;border-radius:50%;background:currentColor;box-shadow:0 0 0 .45rem #d700171a}.add-on-line{width:6.4rem;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(215,0,23,.18),currentColor)}.add-on-grid{align-items:stretch}.add-on-card{position:relative;isolation:isolate;overflow:hidden;border-color:#f4b8bf;background:linear-gradient(180deg,#fff,#fff8f9)}.add-on-card:before{content:"";position:absolute;inset:0 0 auto;height:.28rem;background:linear-gradient(90deg,var(--accent),#ff6b7a);z-index:-1}.add-on-card:after{content:"";position:absolute;right:-3.4rem;top:-3.8rem;width:9rem;height:9rem;border-radius:50%;background:#d7001714;z-index:-1;transition:transform .25s ease,opacity .25s ease}.add-on-card:hover:after{opacity:.9;transform:scale(1.12)}.add-on-card-visual{margin-bottom:.9rem;min-height:5.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #ffd7dc;border-radius:.9rem;background:radial-gradient(circle at 22% 16%,rgba(215,0,23,.13),transparent 34%),linear-gradient(135deg,#fff,#fff0f2)}.add-on-card-icon{width:4.45rem;height:4.45rem;display:grid;place-items:center;color:var(--accent);filter:drop-shadow(0 10px 18px rgba(215,0,23,.16));transition:transform .24s ease}.add-on-card-icon svg{width:100%;height:100%}.add-on-card:hover .add-on-card-icon{transform:translateY(-3px) scale(1.04)}.app-addon{margin:0 0 1rem;padding:.8rem;border:1px solid #f5c6cc;border-radius:.85rem;background:linear-gradient(180deg,#fff9fa,#fff);display:grid;place-items:center}.app-addon-stamp{position:relative;isolation:isolate;display:grid;place-items:center;width:6.9rem;aspect-ratio:1;margin:0;padding:.9rem;border:2.5px solid rgba(215,0,23,.9);border-radius:50%;color:#bb0013;font-size:.62rem;font-weight:800;letter-spacing:.085em;line-height:1.2;text-align:center;text-transform:uppercase;transform:rotate(0);text-shadow:.2px .2px 0 rgba(215,0,23,.45),-.2px -.2px 0 rgba(215,0,23,.28);background:radial-gradient(circle at 30% 30%,#fffffffa,#fff4f5f2),repeating-radial-gradient(circle at 50% 50%,rgba(215,0,23,.05) 0 1px,transparent 1px 3px);box-shadow:inset 0 0 0 3px #ffffffe6,inset 0 0 0 6px #d7001733,0 1px #70000c1f}.app-addon-stamp:before,.app-addon-stamp:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.app-addon-stamp:before{top:.45rem;right:.45rem;bottom:.45rem;left:.45rem;border:1.4px dashed rgba(182,0,19,.72);opacity:.92;filter:blur(.1px)}.app-addon-stamp:after{top:-.16rem;right:-.16rem;bottom:-.16rem;left:-.16rem;border:1px solid rgba(215,0,23,.34);opacity:.9;box-shadow:0 0 0 .5px #d7001726,inset 0 0 0 1px #d700171a}.pricing-actions{display:grid;gap:.6rem;margin-top:.6rem}.pricing-actions .btn{width:auto;align-self:flex-start}.plan-card .btn{margin-top:auto;align-self:flex-start}.plan-offer{margin:auto 0 .8rem;padding:.72rem .8rem;border:1px solid #b5e7c7;border-radius:.75rem;background:linear-gradient(180deg,#f4fff8,#ecfff3);color:#12743a;font-size:.82rem;line-height:1.25;min-height:2.6rem}.plan-offer strong{font-weight:800}.app-addon-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;background:#13131394;padding:1rem;display:grid;place-items:center}.app-addon-modal{width:min(640px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border:1px solid #efc2c8;border-radius:1rem;box-shadow:0 22px 45px #0000002e;padding:1.2rem;position:relative}.app-addon-modal h3{margin-right:1.8rem}.app-addon-modal p{color:#333}.app-addon-modal-close{position:absolute;top:.6rem;right:.6rem;width:2rem;height:2rem;border:1px solid #e6e6e6;border-radius:999px;background:#fff;color:#3a3a3a;font-size:1.1rem;line-height:1;display:grid;place-items:center;cursor:pointer}.app-addon-modal-actions{display:grid;gap:.6rem;margin-top:1rem}.app-addon-modal-actions .btn{width:100%}.quotation-view-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:230;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:1.25rem;display:grid;place-items:start center;overflow-y:auto}.quotation-view-modal{width:min(1080px,100%)}.quotation-view-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-bottom:1rem}.quotation-paper-modal{margin:0 auto}.quotation-view-meta-grid,.quotation-view-grid,.quotation-view-terms{display:grid;gap:1rem}.quotation-view-field{display:grid;gap:.35rem;padding:.85rem .95rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.quotation-view-field span{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085}.quotation-view-field strong{font-size:.98rem;line-height:1.55;color:#101828;white-space:pre-wrap}.quotation-view-paragraph{margin:0;color:#344054;line-height:1.75;white-space:pre-wrap}.without-app-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.without-app-title{margin:0 0 .55rem;color:#1c1c1c;font-size:1rem;font-weight:800}.without-app-note ul{margin-bottom:1rem}ul{margin:0 0 1rem;padding-left:1.1rem}li{margin-bottom:.4rem}.plan-toggle{display:inline-flex;border:1px solid #efc2c8;border-radius:999px;padding:.2rem;margin:.4rem 0 .45rem;background:#fff;box-shadow:0 8px 20px #d7001714}.toggle-btn{border:0;background:transparent;border-radius:999px;padding:.5rem .9rem;font-weight:700;cursor:pointer;transition:color .2s ease,background .2s ease}.toggle-btn.active{background:var(--accent);color:#fff}.plan-toggle-note{margin:0 0 1.2rem;font-size:.92rem;color:#464646;font-weight:600}.maintenance-section.is-annual .plan-card{border-color:#f0a6ae}.maintenance-card-icon{width:3.6rem;height:3.6rem;display:grid;place-items:center;margin-bottom:.85rem;border:1px solid #ffd7dc;border-radius:.85rem;color:var(--accent);background:radial-gradient(circle at 22% 16%,rgba(215,0,23,.12),transparent 36%),linear-gradient(135deg,#fff,#fff4f5);transition:transform .22s ease,box-shadow .22s ease}.maintenance-card-icon svg{width:2.65rem;height:2.65rem}.maintenance-section .plan-card:hover .maintenance-card-icon{transform:translateY(-2px);box-shadow:0 10px 18px #d7001724}.plan-badges{display:flex;gap:.45rem;flex-wrap:wrap}.value-tag{background:#ffeecf;color:#8a5400}.plan-price{margin-bottom:.55rem;display:flex;flex-direction:column;gap:.2rem}.plan-original{color:#7d7d7d;font-size:.95rem;font-weight:700;text-decoration:line-through;text-decoration-thickness:1.5px}.plan-current{color:#1c1c1c;font-size:1.45rem;font-weight:800;letter-spacing:-.01em}.plan-billing{margin:0 0 .95rem;font-size:.86rem;color:var(--accent);font-weight:700}.maintenance-section .plan-card{position:relative;overflow:hidden}.maintenance-section .plan-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transition:left .45s ease}.maintenance-section .plan-card:hover:after{left:100%}.maintenance-section .plan-card:nth-child(1){animation:fadeUp .58s ease .04s both}.maintenance-section .plan-card:nth-child(2){animation:fadeUp .58s ease .12s both}.maintenance-section .plan-card:nth-child(3){animation:fadeUp .58s ease .2s both}.process-card{border-top:4px solid #ffd6db}.process-card .process-index{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:800;margin-bottom:.35rem}.process-card h3{margin-bottom:.5rem}.process-card:nth-child(1){animation:fadeUp .6s ease .04s both}.process-card:nth-child(2){animation:fadeUp .6s ease .1s both}.process-card:nth-child(3){animation:fadeUp .6s ease .16s both}.process-card:nth-child(4){animation:fadeUp .6s ease .22s both}.contact-section{background:linear-gradient(180deg,#fff,#fff9fa)}.contact-intro{max-width:70ch}.contact-actions{margin-top:1rem}.contact-card{display:block}.contact-card.email{display:flex;align-items:center;gap:.85rem}.contact-card h3{margin-bottom:.35rem}.contact-card p{margin:0;color:#333;font-weight:600;word-break:break-word}.contact-card.whatsapp{background:linear-gradient(150deg,#f1fff6,#ecfff3);border-color:#9ddcb8;color:#0f5132;display:flex;align-items:center;gap:.85rem}.email-icon,.whatsapp-icon{width:2.6rem;height:2.6rem;min-width:2.6rem;min-height:2.6rem;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.whatsapp-icon{background:var(--whatsapp)}.email-icon{background:var(--accent)}.email-icon svg{width:1.15rem;height:1.15rem;fill:#fff}.whatsapp-icon svg{width:1.4rem;height:1.4rem;fill:#fff}.site-footer{background:#131313;color:#f5f5f5;padding:3rem 0 1.4rem}.site-footer h3{margin-bottom:.55rem;color:#fff}.site-footer p,.site-footer a,.site-footer li{color:#cfcfcf}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer ul a{display:inline-flex;align-items:center;text-decoration:none;transition:color .25s ease,transform .25s ease}.site-footer li{margin:0 0 .45rem}.footer-grid{align-items:start;grid-template-columns:1fr;justify-items:center;row-gap:1.25rem;text-align:center}.footer-grid>section{min-width:0;width:100%}.footer-grid>section:first-child p{max-width:38ch;margin-inline:auto}.footer-contact-list li{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.footer-contact-link{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.footer-contact-link:hover,.footer-contact-link:focus-visible{color:#fff;transform:translate(3px)}.site-footer ul a:hover,.site-footer ul a:focus-visible{color:#fff;transform:translate(3px)}.footer-icon{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center}.footer-icon svg{width:1rem;height:1rem;fill:currentColor}.footer-bottom{border-top:1px solid #2d2d2d;margin-top:1.5rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem}.credit{color:#fff;font-weight:700}.blocked-action-toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:200;width:fit-content;max-width:calc(100vw - 2rem);padding:.9rem 1rem;border-radius:.85rem;background:linear-gradient(135deg,#fff,#fff3f4);color:#6f0b15;border:1px solid rgba(215,0,23,.26);box-shadow:0 14px 28px #00000029;text-align:center;font-weight:700;white-space:nowrap;letter-spacing:.01em;pointer-events:none;animation:toastSlideIn .2s ease-out}.chatbot-widget{position:fixed;right:1.1rem;bottom:1.1rem;z-index:210;display:grid;justify-items:end;align-items:end;gap:.6rem;pointer-events:none}.chatbot-widget:not(.open){animation:none}.chatbot-panel,.chatbot-launcher{pointer-events:auto}.chatbot-panel{width:min(390px,calc(100vw - 1.5rem));max-height:min(640px,calc(100vh - 6.5rem));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden;border:1px solid rgba(215,0,23,.14);border-radius:1.45rem;background:linear-gradient(180deg,#fffffff5,#fff8f9f0),var(--surface);color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 28px 70px #0f172a33,0 0 0 1px #ffffff9e;animation:chatbotPop .34s cubic-bezier(.2,1.16,.28,1) both}.chatbot-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.9rem .95rem .78rem;background:radial-gradient(circle at 12% 10%,rgba(103,232,249,.24),transparent 38%),linear-gradient(135deg,#ffffffeb,#fff0f2d6);border-bottom:1px solid rgba(215,0,23,.08)}.chatbot-header-mascot{width:3.6rem;height:3.6rem;display:grid;place-items:center;color:#77dcec;position:relative;overflow:visible}.chatbot-robot,.chatbot-launcher-icon{display:grid;place-items:center;color:#77dcec;position:relative;perspective:700px}.chatbot-robot{width:4rem;height:4rem;border-radius:1.4rem;background:radial-gradient(circle at 50% 50%,rgba(103,232,249,.18),transparent 62%);border:0;box-shadow:none;animation:robotFloat 5s ease-in-out infinite;transform-origin:center;overflow:visible;perspective:800px;position:relative}.chatbot-genie-image{width:100%;height:100%;display:block;object-fit:contain;transform:translateY(0) scale(1);filter:drop-shadow(0 16px 18px rgba(47,186,207,.28)) drop-shadow(0 2px 2px rgba(255,255,255,.45));transition:transform .28s ease,filter .28s ease;position:relative;z-index:2}.chatbot-widget.open .chatbot-genie-image{transform:translateY(0) scale(1.02)}.mascot-bot{position:relative;width:100%;height:100%;display:block;transform-origin:50% 72%;filter:drop-shadow(0 16px 18px rgba(47,186,207,.24)) drop-shadow(0 2px 2px rgba(255,255,255,.45))}.mascot-bot span{position:absolute;display:block}.mascot-antenna{left:50%;top:4%;width:2px;height:10%;background:#5867b7;transform:translate(-50%)}.mascot-antenna:after{content:"";position:absolute;left:50%;top:-4px;width:6px;height:6px;border-radius:50%;background:#5c6ed0;transform:translate(-50%)}.mascot-head{left:18%;top:13%;z-index:4;width:64%;height:42%;transform-origin:50% 78%;border-radius:34% 34% 30% 30%;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.92),transparent 24%),linear-gradient(180deg,#f8fbff,#ccd8fb);box-shadow:inset 0 -7px 13px #455ab02e,0 4px 10px #2f4ca02e}.mascot-head:before{content:"";position:absolute;left:16%;top:31%;width:68%;height:43%;border-radius:999px;background:#182538;box-shadow:inset 0 0 10px #4edfff40}.mascot-eye{z-index:2;top:44%;width:12%;height:16%;border-radius:50%;background:radial-gradient(circle at 34% 30%,#ffffff 0 13%,transparent 14%),radial-gradient(circle at 52% 55%,#182538 0,#182538 31%,#3276ff 32%,#3276ff 45%,#dffbff 46%,#dffbff);box-shadow:0 0 8px #5de7ffe6,inset 0 0 0 1px #ffffffb3;transform-origin:center;animation:mascotBlink 4.8s ease-in-out infinite}.mascot-eye-left{left:32%}.mascot-eye-right{right:32%}.mascot-eye-sleep{height:5%;top:50%;border-radius:999px;background:#dffbff;box-shadow:0 0 8px #5de7ffe6;animation:none}.mascot-smile{z-index:2;left:45%;top:59%;width:10%;height:6%;border-bottom:2px solid #dffbff;border-radius:0 0 999px 999px}.mascot-ear{top:29%;z-index:3;width:10%;height:18%;border-radius:999px;background:linear-gradient(180deg,#6a7ed8,#263668);box-shadow:inset 0 0 0 2px #74e3ff52}.mascot-ear-left{left:10%}.mascot-ear-right{right:10%}.mascot-neck{left:41%;top:53%;z-index:2;width:18%;height:12%;border-radius:999px;background:#111827;box-shadow:inset 0 -2px #37d7ef}.mascot-body{left:25%;top:58%;z-index:3;width:50%;height:30%;transform-origin:50% 50%;border-radius:36% 36% 42% 42%;background:radial-gradient(circle at 50% 10%,#182538 0 20%,#37d7ef 21% 23%,transparent 24%),linear-gradient(180deg,#f8fbff,#d3def7);box-shadow:inset 0 -7px 12px #455ab029,0 7px 14px #2f4ca029}.mascot-arm{z-index:2;width:10%;height:28%;border-radius:999px;background:linear-gradient(180deg,#f8fbff,#aebced 58%,#101827 59%,#101827);transform-origin:50% 8%}.mascot-arm-wave{left:22%;top:59%;z-index:5;animation:mascotArmWave 1.15s ease-in-out infinite}.mascot-arm-rest{right:22%;top:60%;transform:rotate(-20deg)}.mascot-hand{left:50%;bottom:-11%;width:120%;height:34%;border-radius:999px;background:#101827;transform:translate(-50%)}.mascot-leg{top:85%;z-index:1;width:15%;height:13%;transform-origin:50% 10%;border-radius:999px 999px 35% 35%;background:linear-gradient(180deg,#f8fbff,#b6c3ef);box-shadow:inset 0 -3px #38d9f0}.mascot-leg-left{left:32%}.mascot-leg-right{right:32%}.mascot-advanced .chatbot-launcher-icon,.mascot-advanced .mascot-bot,.mascot-advanced .mascot-arm-wave,.mascot-advanced .mascot-leg-left,.mascot-advanced .mascot-leg-right{animation:none}.mascot-prop{position:absolute;display:block;z-index:8;pointer-events:none}.mascot-prop-question{left:70%;top:-7%;color:#d8f4ff;font-size:1.7rem;font-weight:900;line-height:1;text-shadow:0 0 8px rgba(103,232,249,.9),0 0 18px rgba(78,120,255,.54)}.mascot-prop-question:before{content:"?"}.mascot-prop-heart{left:70%;top:12%;width:20%;height:20%;border-radius:35% 35% 12%;background:linear-gradient(135deg,#7db8ff,#765cff);box-shadow:0 0 14px #6798ffc2;transform:rotate(45deg)}.mascot-prop-heart:before,.mascot-prop-heart:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit}.mascot-prop-heart:before{left:-50%;top:0}.mascot-prop-heart:after{left:0;top:-50%}.mascot-prop-laptop{right:-1%;top:53%;width:49%;height:30%;border-radius:8% 8% 12% 12%;background:linear-gradient(145deg,#7e9fbd,#3b526d);box-shadow:inset 0 0 0 1px #ffffff73,0 8px 16px #0f172a38;transform:skew(-8deg) rotate(3deg)}.mascot-prop-laptop:before{content:"";position:absolute;left:42%;top:37%;width:16%;height:16%;border-radius:50%;background:#9be9f6}.mascot-prop-search{right:2%;top:29%;width:34%;height:34%;border:4px solid #73e1f2;border-radius:50%;box-shadow:inset 0 0 0 3px #ffffffa3,0 0 15px #67e8f994}.mascot-prop-search:after{content:"";position:absolute;right:-20%;bottom:-13%;width:32%;height:12%;border-radius:999px;background:#101827;transform:rotate(45deg);transform-origin:left center}.mascot-prop-lines{right:-8%;top:24%;width:28%;height:28%}.mascot-prop-lines:before,.mascot-prop-lines:after{content:"";position:absolute;right:0;width:42%;height:8%;border-radius:999px;background:#63b9ff;box-shadow:0 0 8px #63b9ffcc}.mascot-prop-lines:before{top:16%;transform:rotate(-58deg)}.mascot-prop-lines:after{bottom:16%;transform:rotate(58deg)}.mascot-prop-sleep{left:67%;top:-4%;color:#cfeeff;font-size:.95rem;font-weight:900;letter-spacing:.06em;text-shadow:0 0 10px rgba(103,232,249,.86)}.mascot-prop-sleep:before{content:"Z z"}.chatbot-widget.mood-playful .mascot-arm-wave,.chatbot-launcher:hover .mascot-arm-wave{animation-duration:.78s}.chatbot-widget:not(.open) .mascot-bot{animation:mascotBreath 1.6s ease-in-out infinite;transform:rotateY(0) scaleX(1) translateY(0);transform-style:preserve-3d}.chatbot-widget:not(.open):hover,.chatbot-widget:not(.open):focus-within{animation-play-state:paused}.chatbot-widget:not(.open):hover .mascot-bot,.chatbot-widget:not(.open):focus-within .mascot-bot{animation:mascotLookFront .28s ease both}.chatbot-widget.mascot-turn_left:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotTurnLeft .62s ease-in-out both}.chatbot-widget.mascot-turn_right:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotTurnRight .62s ease-in-out both}.chatbot-widget.mascot-turn_front_from_left:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotTurnFrontFromLeft .58s ease-in-out both}.chatbot-widget.mascot-turn_front_from_right:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotTurnFrontFromRight .58s ease-in-out both}.chatbot-widget.mascot-turn_left:not(.open):not(:hover):not(:focus-within) .mascot-head,.chatbot-widget.mascot-turn_right:not(.open):not(:hover):not(:focus-within) .mascot-head{animation:mascotHeadLeadTurn .62s ease-in-out both}.chatbot-widget.mascot-turn_front_from_left:not(.open):not(:hover):not(:focus-within) .mascot-head,.chatbot-widget.mascot-turn_front_from_right:not(.open):not(:hover):not(:focus-within) .mascot-head{animation:mascotHeadReturnFront .58s ease-in-out both}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotWalkLeft 1.18s ease-in-out infinite}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:mascotWalkRight 1.18s ease-in-out infinite}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:none;transform:rotateY(-18deg) scaleX(.98) translateY(0)}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-bot{animation:none;transform:rotateY(18deg) scaleX(.98) translateY(0)}.chatbot-widget.mascot-walk_left:not(.open) .mascot-leg-left{animation:mascotStepLeftLeading 1.18s ease-in-out infinite;transform-origin:50% 0}.chatbot-widget.mascot-walk_left:not(.open) .mascot-leg-right{animation:mascotStepLeftTrailing 1.18s ease-in-out infinite;transform-origin:50% 0}.chatbot-widget.mascot-walk_right:not(.open) .mascot-leg-left{animation:mascotStepRightTrailing 1.18s ease-in-out infinite;transform-origin:50% 0}.chatbot-widget.mascot-walk_right:not(.open) .mascot-leg-right{animation:mascotStepRightLeading 1.18s ease-in-out infinite;transform-origin:50% 0}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-head,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-head{left:26%;width:50%;border-radius:42% 34% 34% 42%}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-head:before{left:56%;top:28%;width:34%;height:48%;border-radius:34% 999px 999px 34%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-head:before{left:10%;top:28%;width:34%;height:48%;border-radius:999px 34% 34% 999px}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-eye-left,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-smile,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-ear-right,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-arm-wave{opacity:0}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-eye-right,.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-smile,.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-ear-left,.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-arm-wave{opacity:0}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-eye-right{right:16%;top:43%;width:8%;height:14%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-eye-left{left:16%;top:43%;width:8%;height:14%}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-ear-left{left:24%;top:31%;width:13%;height:20%;z-index:5}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-ear-right{right:24%;top:31%;width:13%;height:20%;z-index:5}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-antenna,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-antenna{left:48%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-neck,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-neck{left:47%;width:13%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-body,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-body{left:31%;top:58%;width:39%;border-radius:42% 32% 38% 44%;background:linear-gradient(180deg,#f8fbff,#d3def7)}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-arm-rest,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-arm-rest{right:39%;top:61%;z-index:5;transform-origin:50% 8%;animation:mascotSideArmSwing 1.18s ease-in-out infinite}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-leg-left{left:35%;top:83%;height:17%}.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .mascot-leg-right{right:31%;top:83%;height:17%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-leg-left{left:31%;top:83%;height:17%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-leg-right{right:35%;top:83%;height:17%}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .mascot-arm-rest{left:39%;right:auto;animation-name:mascotSideArmSwingLeft}.chatbot-widget.mascot-walk_left:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon,.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon,.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon,.chatbot-widget.mascot-turn_front_from_left:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon,.chatbot-widget.mascot-walk_right:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon{transform:none}.chatbot-widget:where(.mascot-idle_left,.mascot-idle_right):not(.open):not(:hover):not(:focus-within) .mascot-head{left:26%;width:50%;border-radius:42% 34% 34% 42%}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-head:before{left:56%;top:28%;width:34%;height:48%;border-radius:34% 999px 999px 34%}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-head:before{left:10%;top:28%;width:34%;height:48%;border-radius:999px 34% 34% 999px}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-eye-left,.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-smile,.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-ear-right,.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-arm-wave,.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-eye-right,.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-smile,.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-ear-left,.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-arm-wave{opacity:0}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-eye-right{right:16%;top:43%;width:8%;height:14%}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-eye-left{left:16%;top:43%;width:8%;height:14%}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-ear-left{left:24%;top:31%;width:13%;height:20%;z-index:5}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-ear-right{right:24%;top:31%;width:13%;height:20%;z-index:5}.chatbot-widget:where(.mascot-idle_left,.mascot-idle_right):not(.open):not(:hover):not(:focus-within) .mascot-antenna{left:48%}.chatbot-widget:where(.mascot-idle_left,.mascot-idle_right):not(.open):not(:hover):not(:focus-within) .mascot-neck{left:47%;width:13%}.chatbot-widget:where(.mascot-idle_left,.mascot-idle_right):not(.open):not(:hover):not(:focus-within) .mascot-body{left:31%;top:58%;width:39%;border-radius:42% 32% 38% 44%;background:linear-gradient(180deg,#f8fbff,#d3def7)}.chatbot-widget:where(.mascot-idle_left,.mascot-idle_right):not(.open):not(:hover):not(:focus-within) .mascot-arm-rest{top:61%;z-index:5;transform-origin:50% 8%;animation:none}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-arm-rest{right:39%;transform:rotate(-16deg)}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-arm-rest{left:39%;right:auto;transform:rotate(16deg)}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-leg-left{left:35%;top:83%;height:17%}.chatbot-widget.mascot-idle_right:not(.open):not(:hover):not(:focus-within) .mascot-leg-right{right:31%;top:83%;height:17%}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-leg-left{left:31%;top:83%;height:17%}.chatbot-widget.mascot-idle_left:not(.open):not(:hover):not(:focus-within) .mascot-leg-right{right:35%;top:83%;height:17%}.chatbot-widget:not(.open):hover .mascot-leg-left,.chatbot-widget:not(.open):hover .mascot-leg-right,.chatbot-widget:not(.open):hover .mascot-arm-rest,.chatbot-widget:not(.open):focus-within .mascot-leg-left,.chatbot-widget:not(.open):focus-within .mascot-leg-right,.chatbot-widget:not(.open):focus-within .mascot-arm-rest{animation-play-state:paused}.chatbot-widget:not(.open):not(:hover):not(:focus-within) .chatbot-launcher-icon{transform-origin:center bottom}.chatbot-header h2{margin:0;font-size:1.04rem}.chatbot-status{display:inline-flex;align-items:center;gap:.34rem;margin:0 0 .12rem;color:var(--whatsapp);font-size:.7rem;font-weight:900;letter-spacing:0}.chatbot-status span{width:.48rem;height:.48rem;border-radius:999px;background:var(--whatsapp);box-shadow:0 0 0 4px #1fa8551f;animation:statusPulse 1.8s ease-in-out infinite}.chatbot-header p{margin:0;font-size:.76rem;line-height:1.42}.chatbot-close{width:2rem;height:2rem;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffb3;color:var(--text);cursor:pointer;font-size:1.15rem;line-height:1}.chatbot-messages{padding:.85rem .95rem .8rem;overflow-y:auto;scroll-behavior:smooth;display:grid;align-content:start;gap:.62rem;background:radial-gradient(circle at 0 0,rgba(103,232,249,.08),transparent 28%),linear-gradient(180deg,#ffffff85,#fff6f76b)}.chatbot-message{width:fit-content;max-width:88%;padding:.68rem .78rem;border-radius:.95rem;border:0;white-space:pre-wrap}.chatbot-message p{margin:0 0 .35rem;color:inherit;font-size:.88rem;line-height:1.45}.chatbot-message p:last-child{margin-bottom:0}.chatbot-message.bot{justify-self:start;background:#fff;color:var(--text);animation:botMessageIn .24s ease both;border-bottom-left-radius:.24rem;box-shadow:0 8px 18px #0f172a0f,0 0 0 1px #0f172a0a}.chatbot-message.user{justify-self:end;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;animation:userMessageIn .22s ease both;border-bottom-right-radius:.24rem;box-shadow:0 10px 22px #d7001729}.chatbot-message.typing{min-width:3.4rem;display:inline-flex;gap:.24rem;align-items:center;justify-content:center;padding-block:.78rem}.chatbot-message.typing span{width:.36rem;height:.36rem;border-radius:50%;background:var(--accent);animation:typingPulse 1s ease-in-out infinite}.chatbot-message.typing span:nth-child(2){animation-delay:.12s}.chatbot-message.typing span:nth-child(3){animation-delay:.24s}.chatbot-suggestions{display:flex;flex-wrap:wrap;gap:.48rem;max-height:none;overflow-y:visible;overflow-x:hidden;padding:.25rem .95rem .8rem;border-top:0;background:transparent;animation:fadeUp .24s ease both}.chatbot-suggestions button{width:auto;min-height:2.2rem;border:1px solid rgba(215,0,23,.16);border-radius:999px;background:#ffffffa8;color:#8b0d1a;font:inherit;font-size:.75rem;font-weight:800;line-height:1.3;padding:.45rem .64rem;cursor:pointer;text-align:center;box-shadow:0 8px 18px #d700170d;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.chatbot-suggestions button:before{content:""}.chatbot-suggestions button:hover,.chatbot-suggestions button:focus-visible{transform:translateY(-1px);border-color:#d7001757;color:var(--accent);box-shadow:0 10px 22px #d700171a,0 0 0 3px #d700170d}.chatbot-back-btn{justify-self:start;border:0;border-radius:999px;background:#d7001714;color:var(--accent);font:inherit;font-size:.76rem;font-weight:800;padding:.42rem .7rem;cursor:pointer;animation:botMessageIn .24s ease both;transition:transform .2s ease,background .2s ease}.chatbot-back-btn:hover,.chatbot-back-btn:focus-visible{transform:translate(-2px);background:#d700171f}.chatbot-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.45rem;padding:.78rem .85rem .92rem;border-top:1px solid rgba(215,0,23,.08);background:#ffffffe6}.chatbot-form input{min-width:0;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;color:var(--input-text);font:inherit;padding:.72rem .9rem}.chatbot-form button,.chatbot-launcher{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.chatbot-form button{width:2.7rem;height:2.7rem;padding:0;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;box-shadow:0 10px 20px #d700172e}.chatbot-launcher{width:5.8rem;height:5.8rem;display:grid;place-items:center;padding:0;border-radius:50%;animation:launcherBounce 3.4s ease-in-out infinite;filter:drop-shadow(0 18px 22px rgba(47,186,207,.28));position:relative}.chatbot-launcher-icon{width:5.8rem;height:5.8rem;color:currentColor;transform-origin:center bottom;animation:robotWave 5.4s ease-in-out infinite;position:relative}.chatbot-greeting-bubble{--bubble-x: 0;order:-1;max-width:min(18rem,calc(100vw - 2rem));padding:.62rem .78rem;border:1px solid rgba(87,205,224,.44);border-radius:.9rem .9rem .2rem;background:var(--surface);color:var(--text);box-shadow:0 12px 28px #00000024;font-size:.82rem;font-weight:800;line-height:1.35;pointer-events:none;opacity:0;transform:translate(var(--bubble-x),.35rem) scale(.96);transition:opacity .22s ease,transform .22s ease}.chatbot-widget:where(.mascot-walk_left,.mascot-idle_left):not(.open) .chatbot-greeting-bubble{--bubble-x: calc(100% - 5.8rem) ;border-radius:.9rem .9rem .9rem .2rem}.chatbot-widget:not(.open):hover .chatbot-greeting-bubble,.chatbot-widget:not(.open):focus-within .chatbot-greeting-bubble{opacity:1;transform:translate(var(--bubble-x)) scale(1)}.chatbot-widget.mood-playful .chatbot-robot,.chatbot-widget.mood-playful .chatbot-launcher-icon{animation:robotWave 1.6s ease-in-out infinite}.chatbot-widget.mood-happy .chatbot-robot,.chatbot-widget.mood-happy .chatbot-launcher{filter:drop-shadow(0 0 16px rgba(103,232,249,.34))}.chatbot-widget.mood-angry .chatbot-robot,.chatbot-widget.mood-angry .chatbot-launcher-icon{filter:drop-shadow(0 0 14px rgba(255,40,63,.34));animation:robotAngryShake .9s linear 2}:root[data-theme=dark] .site-header.site-header-enhanced.is-elevated{box-shadow:0 12px 28px #00000061}:root[data-theme=dark] .hero{background:radial-gradient(circle at 20% 0%,rgba(255,74,95,.18),transparent 45%),radial-gradient(circle at 90% 20%,rgba(53,208,121,.1),transparent 40%),var(--bg)}:root[data-theme=dark] .hero:after,:root[data-theme=dark] .hero-card:before{background:radial-gradient(circle,rgba(255,74,95,.18),transparent 68%)}:root[data-theme=dark] .subheadline,:root[data-theme=dark] .hero-points,:root[data-theme=dark] .app-addon-modal p,:root[data-theme=dark] .quotation-view-paragraph,:root[data-theme=dark] .blog-excerpt,:root[data-theme=dark] .contact-card p,:root[data-theme=dark] .plan-toggle-note,:root[data-theme=dark] .payment-card-meta,:root[data-theme=dark] .purchase-plan-note{color:var(--muted)}:root[data-theme=dark] .hero-card,:root[data-theme=dark] .service-card,:root[data-theme=dark] .pricing-card,:root[data-theme=dark] .plan-card,:root[data-theme=dark] .process-card,:root[data-theme=dark] .why-grid article,:root[data-theme=dark] .contact-card,:root[data-theme=dark] .faq-card,:root[data-theme=dark] .why-carousel-card-inner,:root[data-theme=dark] .app-addon-modal,:root[data-theme=dark] .quotation-view-field,:root[data-theme=dark] .payment-card,:root[data-theme=dark] .payment-summary-box,:root[data-theme=dark] .payment-draft-card,:root[data-theme=dark] .payment-event-item,:root[data-theme=dark] .payment-draft-summary,:root[data-theme=dark] .blog-editor-wrap,:root[data-theme=dark] .blog-card,:root[data-theme=dark] .blog-post-card,:root[data-theme=dark] .admin-blog-panel,:root[data-theme=dark] .admin-login-success,:root[data-theme=dark] .quotation-paper,:root[data-theme=dark] .quotation-client-card,:root[data-theme=dark] .quotation-scope-card,:root[data-theme=dark] .quotation-highlights-card,:root[data-theme=dark] .quotation-addon-card,:root[data-theme=dark] .quotation-lineitems-card,:root[data-theme=dark] .quotation-summary-card,:root[data-theme=dark] .quotation-terms-card{background:var(--surface);border-color:var(--line);color:var(--text)}:root[data-theme=dark] .section.alt,:root[data-theme=dark] .quotation-section,:root[data-theme=dark] .purchase-plan-section,:root[data-theme=dark] .payments-section{background:linear-gradient(180deg,var(--bg-alt) 0%,var(--bg) 100%)}:root[data-theme=dark] .section.brand-red-section{background:radial-gradient(circle at top left,rgba(255,74,95,.16),transparent 32rem),linear-gradient(135deg,#171019,#21151a 52%,#0f1115)}:root[data-theme=dark] .brand-red-section .eyebrow{color:var(--accent)}:root[data-theme=dark] .contact-section{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}:root[data-theme=dark] .add-on-card,:root[data-theme=dark] .app-addon,:root[data-theme=dark] .development-card-icon,:root[data-theme=dark] .maintenance-card-icon,:root[data-theme=dark] .add-on-card-visual,:root[data-theme=dark] .plan-toggle,:root[data-theme=dark] .purchase-link-result,:root[data-theme=dark] .blog-editor-toolbar,:root[data-theme=dark] .quotation-table th{background:var(--surface-soft);border-color:var(--accent-border)}:root[data-theme=dark] .contact-card.whatsapp,:root[data-theme=dark] .plan-offer{background:var(--success-soft);border-color:#35d07970;color:var(--success-text)}:root[data-theme=dark] .tag{background:var(--accent-soft);color:var(--accent)}:root[data-theme=dark] .value-tag{background:#3a2b12;color:#ffd58a}:root[data-theme=dark] .price,:root[data-theme=dark] .plan-current,:root[data-theme=dark] .without-app-title,:root[data-theme=dark] .why-carousel-card h3,:root[data-theme=dark] .quotation-view-field strong,:root[data-theme=dark] .quotation-brand-name,:root[data-theme=dark] .quotation-paper h2,:root[data-theme=dark] .quotation-sign-name,:root[data-theme=dark] .quotation-table .amount-cell{color:var(--heading)}:root[data-theme=dark] .why-carousel-card p,:root[data-theme=dark] .quotation-view-field span,:root[data-theme=dark] .payment-draft-field,:root[data-theme=dark] .quotation-paper label,:root[data-theme=dark] .quotation-highlight-list,:root[data-theme=dark] .quotation-table th,:root[data-theme=dark] .quotation-summary-grid p,:root[data-theme=dark] .blog-date{color:var(--muted)}:root[data-theme=dark] .admin-login-form input,:root[data-theme=dark] .admin-blog-form input,:root[data-theme=dark] .admin-blog-form textarea,:root[data-theme=dark] .admin-blog-form select,:root[data-theme=dark] .payment-draft-field textarea,:root[data-theme=dark] .quotation-paper input,:root[data-theme=dark] .quotation-paper textarea,:root[data-theme=dark] .quotation-paper select,:root[data-theme=dark] .blog-rich-editor{background:var(--input-bg);border-color:var(--line);color:var(--input-text)}:root[data-theme=dark] .blog-tool-btn,:root[data-theme=dark] .app-addon-modal-close{background:var(--surface);border-color:var(--line);color:var(--text)}:root[data-theme=dark] .btn-ghost{border-color:var(--line);color:var(--text)}:root[data-theme=dark] .btn-ghost:hover,:root[data-theme=dark] .btn-ghost:focus-visible{border-color:var(--accent);color:var(--accent)}:root[data-theme=dark] .btn-danger{background:#331719;border-color:#8f343b;color:#ffb3b9}:root[data-theme=dark] .payment-badge{background:#113625;border-color:#267c4f;color:#99f2bf}:root[data-theme=dark] .payment-badge-muted,:root[data-theme=dark] .quotation-template-chip,:root[data-theme=dark] .quote-template-btn-active{background:#17264b;border-color:#3f5e9f;color:#b9cdfd}:root[data-theme=dark] .blog-status-chip.published,:root[data-theme=dark] .form-success{color:#9af0be}:root[data-theme=dark] .blog-status-chip.published{background:#102f20;border-color:#26784d}:root[data-theme=dark] .blog-status-chip.draft{background:#38290f;border-color:#806021;color:#ffd487}:root[data-theme=dark] .form-error{color:#ffadb5}:root[data-theme=dark] .blog-rich-editor blockquote,:root[data-theme=dark] .blog-post-content blockquote{background:var(--accent-soft);border-left-color:var(--accent);color:var(--muted)}:root[data-theme=dark] .quotation-table th,:root[data-theme=dark] .quotation-table td{border-color:var(--line)}:root[data-theme=dark] .blocked-action-toast{background:linear-gradient(135deg,#24151a,#321921);color:#ffd1d7;border-color:var(--accent-border)}:root[data-theme=dark] .chatbot-panel{background:linear-gradient(180deg,#11151bf5,#1a1218f0),var(--surface);border-color:#ffffff14;box-shadow:0 26px 58px #0000008c}:root[data-theme=dark] .chatbot-header{background:radial-gradient(circle at 12% 10%,rgba(103,232,249,.18),transparent 36%),var(--surface-soft)}:root[data-theme=dark] .chatbot-suggestions{background:transparent}:root[data-theme=dark] .chatbot-suggestions button{border-color:#ff4a5f38;background:#ffffff0d;color:#f5d5d9;box-shadow:inset 0 1px #ffffff0f,0 10px 22px #00000038,0 0 18px #ff4a5f0d}:root[data-theme=dark] .chatbot-suggestions button:hover,:root[data-theme=dark] .chatbot-suggestions button:focus-visible{border-color:#ff4a5fb8;color:#fff;box-shadow:inset 0 1px #ffffff14,0 12px 26px #00000057,0 0 0 3px #ff4a5f1a,0 0 22px #ff4a5f1f}:root[data-theme=dark] .chatbot-message.bot{background:#ffffff0f}:root[data-theme=dark] .chatbot-messages{background:radial-gradient(circle at 0 0,rgba(103,232,249,.1),transparent 28%),linear-gradient(180deg,#11151b80,#21151a7a)}:root[data-theme=dark] .chatbot-form{background:#11151beb;border-color:#ffffff14}:root[data-theme=dark] .chatbot-form input{background:#ffffff0f;border-color:#ffffff1a}:root[data-theme=dark] .chatbot-robot,:root[data-theme=dark] .chatbot-launcher{filter:drop-shadow(0 18px 24px rgba(47,186,207,.28))}.section .container,.footer-grid section,.service-card,.pricing-card,.plan-card,.process-card,.faq-card,.contact-card,.blog-card{opacity:0;transform:translate3d(var(--reveal-x, 0),var(--reveal-y, 34px),0) scale(var(--reveal-scale, .985));transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.section .container.is-visible,.footer-grid section.is-visible,.service-card.is-visible,.pricing-card.is-visible,.plan-card.is-visible,.process-card.is-visible,.faq-card.is-visible,.contact-card.is-visible,.blog-card.is-visible{opacity:1;transform:translateZ(0) scale(1);will-change:auto}.service-card.is-visible:hover,.pricing-card.is-visible:hover,.plan-card.is-visible:hover,.process-card.is-visible:hover,.contact-card.is-visible:hover,.faq-card.is-visible:hover{transform:translateY(-4px) scale(1)}.service-card:nth-child(odd),.pricing-card:nth-child(3n+1),.plan-card:nth-child(3n+1),.blog-card:nth-child(odd){--reveal-x: -28px;--reveal-y: 18px}.service-card:nth-child(2n),.pricing-card:nth-child(3n+2),.plan-card:nth-child(3n+2),.blog-card:nth-child(2n){--reveal-x: 28px;--reveal-y: 18px}.pricing-card:nth-child(3n),.plan-card:nth-child(3n),.process-card:nth-child(2n),.faq-card:nth-child(2n){--reveal-y: 42px;--reveal-scale: .96}.process-card:nth-child(odd),.faq-card:nth-child(odd),.contact-card:nth-child(odd){--reveal-y: -18px;--reveal-scale: .98}.process-grid .process-card{--reveal-y: 20px;--reveal-scale: .99}.contact-card:nth-child(2n){--reveal-y: 26px;--reveal-scale: .94}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.8}}@keyframes floatAura{0%,to{transform:translate(0)}50%{transform:translate(-14px,8px)}}@keyframes headerReveal{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmerSweep{0%{background-position:0% 50%}to{background-position:220% 50%}}@keyframes brandPulse{0%,to{box-shadow:0 8px 18px #d7001733;transform:translateY(0)}50%{box-shadow:0 12px 24px #d7001747;transform:translateY(-1px)}}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@keyframes chatbotPop{0%{opacity:0;transform:translateY(16px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes statusPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.82);opacity:.7}}@keyframes mascotPatrol{0%{transform:translate(0)}8.7%{transform:translate(0)}41.8%{transform:translate(calc(-100vw + 9.5rem))}53.6%{transform:translate(calc(-100vw + 9.5rem))}90.9%{transform:translate(0)}to{transform:translate(0)}}@keyframes mascotWalkBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes mascotWalkSideBob{0%,to{transform:rotateY(18deg) scaleX(.98) translateY(0)}50%{transform:rotateY(18deg) scaleX(.98) translateY(-3px)}}@keyframes mascotWalkRight{0%,to{transform:rotateY(18deg) scaleX(.98) translateY(0)}25%{transform:rotateY(18deg) scaleX(.98) translateY(-3px)}50%{transform:rotateY(18deg) scaleX(.98) translateY(1px)}75%{transform:rotateY(18deg) scaleX(.98) translateY(-2px)}}@keyframes mascotWalkLeft{0%,to{transform:rotateY(-18deg) scaleX(.98) translateY(0)}25%{transform:rotateY(-18deg) scaleX(.98) translateY(-3px)}50%{transform:rotateY(-18deg) scaleX(.98) translateY(1px)}75%{transform:rotateY(-18deg) scaleX(.98) translateY(-2px)}}@keyframes mascotLookFront{0%{transform:rotateY(18deg) scaleX(.98) translateY(0)}to{transform:rotateY(0) scaleX(1) translateY(0)}}@keyframes mascotBreath{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.01)}}@keyframes mascotTurnLeft{0%{transform:rotateY(0) scaleX(1) translateY(0)}32%{transform:rotateY(-12deg) scaleX(1) translateY(-1px)}68%{transform:rotateY(-24deg) scaleX(.96) translateY(1px)}to{transform:rotateY(-18deg) scaleX(.98) translateY(0)}}@keyframes mascotTurnRight{0%{transform:rotateY(0) scaleX(1) translateY(0)}32%{transform:rotateY(12deg) scaleX(1) translateY(-1px)}68%{transform:rotateY(24deg) scaleX(.96) translateY(1px)}to{transform:rotateY(18deg) scaleX(.98) translateY(0)}}@keyframes mascotTurnFrontFromLeft{0%{transform:rotateY(-18deg) scaleX(.98) translateY(0)}55%{transform:rotateY(-10deg) scaleX(1) translateY(-1px)}to{transform:rotateY(0) scaleX(1) translateY(0)}}@keyframes mascotTurnFrontFromRight{0%{transform:rotateY(18deg) scaleX(.98) translateY(0)}55%{transform:rotateY(10deg) scaleX(1) translateY(-1px)}to{transform:rotateY(0) scaleX(1) translateY(0)}}@keyframes mascotHeadLeadTurn{0%{transform:translate(0) rotateY(0)}38%{transform:translate(2px) rotateY(18deg)}to{transform:translate(0) rotateY(0)}}@keyframes mascotHeadReturnFront{0%{transform:translate(0) rotateY(0)}44%{transform:translate(-2px) rotateY(-14deg)}to{transform:translate(0) rotateY(0)}}@keyframes mascotStepRightTrailing{0%,to{transform:rotate(-8deg) translateY(1px)}50%{transform:rotate(12deg) translateY(0)}}@keyframes mascotStepRightLeading{0%,to{transform:rotate(13deg) translate(2px)}50%{transform:rotate(-11deg) translate(-1px,2px)}}@keyframes mascotStepLeftLeading{0%,to{transform:rotate(-13deg) translate(-2px)}50%{transform:rotate(11deg) translate(1px,2px)}}@keyframes mascotStepLeftTrailing{0%,to{transform:rotate(8deg) translateY(1px)}50%{transform:rotate(-12deg) translateY(0)}}@keyframes mascotSideArmSwing{0%,to{transform:rotate(-22deg) translateY(0)}50%{transform:rotate(18deg) translateY(2px)}}@keyframes mascotSideArmSwingLeft{0%,to{transform:rotate(22deg) translateY(0)}50%{transform:rotate(-18deg) translateY(2px)}}@keyframes mascotArmWave{0%,to{transform:rotate(118deg) translateY(0)}18%{transform:rotate(145deg) translate(-1px,-1px)}36%{transform:rotate(103deg) translate(1px)}54%{transform:rotate(140deg) translate(-1px,-1px)}72%{transform:rotate(110deg) translate(1px)}}@keyframes mascotBlink{0%,88%,to{transform:scaleY(1)}92%,94%{transform:scaleY(.12)}96%{transform:scaleY(1)}}@keyframes launcherBounce{0%,to{transform:translateY(0)}46%{transform:translateY(0)}54%{transform:translateY(-7px)}62%{transform:translateY(0)}}@keyframes robotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes robotWave{0%,to{transform:translateY(0) scale(1)}35%{transform:translateY(-2px) scale(1.02)}65%{transform:translateY(1px) scale(.99)}}@keyframes robotDance{0%,to{transform:translateY(0) rotate(-4deg) scale(1)}50%{transform:translateY(-5px) rotate(5deg) scale(1.05)}}@keyframes robotAngryShake{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-2px) rotate(-3deg)}75%{transform:translate(2px) rotate(3deg)}}@keyframes robotBlink{0%,92%,to{transform:scaleY(1)}95%{transform:scaleY(.18)}}@keyframes typingPulse{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-3px);opacity:1}}@keyframes botMessageIn{0%{opacity:0;transform:translate(-10px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes userMessageIn{0%{opacity:0;transform:translate(10px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.section .container,.footer-grid section,.service-card,.pricing-card,.plan-card,.process-card,.faq-card,.contact-card,.blog-card{opacity:1;transform:none}.chatbot-widget:not(.open),.chatbot-widget:not(.open) .mascot-bot,.chatbot-widget:not(.open) .chatbot-launcher-icon,.chatbot-widget:not(.open) .mascot-leg-left,.chatbot-widget:not(.open) .mascot-leg-right{animation:none}}@media (min-width: 700px){.service-grid,.pricing-grid,.plan-grid,.contact-actions,.faq-list,.why-grid,.process-grid,.quotation-view-meta-grid,.quotation-view-grid,.quotation-view-terms{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.nav-wrap{gap:.75rem}.brand{max-width:calc(100vw - 6rem)}.brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-toggle{margin-left:auto}.chatbot-widget{left:auto;top:auto;right:.75rem;bottom:.75rem}.chatbot-panel{width:calc(100vw - 1.5rem);max-height:calc(100vh - 6.25rem)}.chatbot-header{grid-template-columns:minmax(0,1fr) auto;padding:.75rem}.chatbot-robot{width:3.8rem;height:3.8rem}.chatbot-suggestions{padding-inline:.75rem;max-height:none}.chatbot-suggestions button{min-height:2.1rem;padding:.44rem .58rem}.chatbot-launcher{width:4.6rem;height:4.6rem;justify-content:center;padding:0;border-radius:999px}.chatbot-launcher-icon{width:4.6rem;height:4.6rem}.chatbot-widget:not(.open){animation:none}.add-on-section-header{align-items:flex-start;flex-direction:column}.add-on-header-graphic{min-width:0;width:100%;justify-content:flex-start}.add-on-line{width:min(100%,7.5rem)}.plan-toggle{width:100%;justify-content:space-between}.toggle-btn{flex:1;text-align:center}.plan-current{font-size:1.3rem}.app-addon-modal{padding:1rem;border-radius:.9rem}.app-addon-modal h3{font-size:1.1rem}.quotation-view-modal-overlay{padding:.75rem}.quotation-view-modal-actions{flex-direction:column}.hero-h-shape{height:132px}.email-icon,.whatsapp-icon{width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem}.email-icon svg{width:1rem;height:1rem}.whatsapp-icon svg{width:1.24rem;height:1.24rem}}@media (min-width: 980px){.nav-toggle{display:none}.brand-menu-group{flex:0 0 auto}.site-nav{position:static;inset:auto;transform:none;opacity:1;visibility:visible;pointer-events:auto;border:0;padding:0;display:flex;gap:.35rem;background:transparent}.hero-grid{grid-template-columns:1.08fr 1fr;align-items:start;gap:2rem}.hero-card{padding:1.5rem}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.add-on-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.footer-grid{grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(0,1fr));justify-items:stretch;text-align:left;column-gap:56px;row-gap:1rem}.footer-grid>section:first-child p{margin-inline:0}.footer-grid>section:nth-child(2){padding-left:34px}.footer-grid>section:nth-child(4){padding-left:8px}.footer-contact-list li{justify-content:flex-start}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;gap:1rem}}.quotation-section{background:linear-gradient(180deg,#f4f7fb,#fff)}.purchase-plan-section{background:linear-gradient(180deg,#f8fafc,#fff)}.payments-section{background:linear-gradient(180deg,#f3f7fb,#fff)}.admin-login-form,.admin-blog-form{display:grid;gap:.9rem;margin-top:1rem}.admin-login-form input,.admin-blog-form input,.admin-blog-form textarea,.admin-blog-form select{width:100%;border:1px solid #d0d7e2;border-radius:10px;padding:.65rem .75rem;font:inherit}.admin-blog-form textarea{min-height:120px;resize:vertical}.purchase-plan-form{margin-top:1.2rem}.purchase-plan-checkbox{display:flex;align-items:center;gap:.7rem;font-weight:600}.purchase-plan-checkbox input{width:auto;margin:0}.purchase-plan-note{margin:-.2rem 0 0;color:#475467}.purchase-link-result{border:1px solid #d0d5dd;border-radius:12px;padding:1rem;background:#f8fafc}.purchase-link-result p{margin:0 0 .55rem}.purchase-link-result p:last-child{margin-bottom:0}.payments-list{display:grid;gap:1rem;margin-top:1rem}.payment-card{border:1px solid #d7deea;border-radius:14px;background:#fff;box-shadow:0 14px 30px #0f172a0f;padding:1rem;display:grid;gap:1rem}.payment-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.payment-card-header h3,.payment-summary-box h4,.payment-draft-header h4{margin:0}.payment-card-kicker{margin:0 0 .25rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8}.payment-card-meta{margin:.3rem 0 0;color:#475467}.payment-badges{display:flex;gap:.55rem;flex-wrap:wrap}.payment-card-actions{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap;justify-content:flex-end}.payment-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.32rem .72rem;background:#e8fff3;border:1px solid #b7ebcd;color:#067647;font-weight:800;font-size:.78rem}.payment-badge-muted{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.payment-grid{display:grid;gap:1rem}.payment-summary-box,.payment-draft-card{border:1px solid #e3e8ef;border-radius:12px;background:#fbfcfe;padding:.95rem}.payment-summary-box p,.payment-event-item p,.payment-draft-header p{margin:0}.payment-summary-box{display:grid;gap:.55rem}.btn-danger{border-color:#fda29b;color:#b42318;background:#fff5f4}.btn-danger:hover{border-color:#f97066;color:#912018;background:#ffe9e7}.payment-events{display:grid;gap:.55rem}.payment-event-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.7rem .8rem;display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.payment-draft-card{display:grid;gap:.95rem}.payment-draft-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:flex-start}.payment-draft-field{font-size:.82rem;font-weight:700;color:#334155;display:grid;gap:.3rem}.payment-draft-field textarea{min-height:90px}.payment-draft-actions{display:flex;justify-content:flex-start}.payment-draft-summary{border:1px solid #dfe6ef;border-radius:10px;padding:.9rem;background:#fff}.blog-editor-wrap{border:1px solid #d0d7e2;border-radius:10px;background:#fff}.blog-editor-toolbar{display:flex;gap:.45rem;flex-wrap:wrap;padding:.55rem;border-bottom:1px solid #e4e7ec;background:#f8fafc}.blog-tool-btn{border:1px solid #d0d5dd;background:#fff;color:#101828;font:inherit;font-size:.84rem;font-weight:700;padding:.35rem .55rem;border-radius:8px;cursor:pointer}.blog-tool-btn:hover,.blog-tool-btn:focus-visible{border-color:#fda4af;color:#b42318}.blog-rich-editor{min-height:220px;padding:.75rem;outline:0}.blog-rich-editor h2,.blog-post-content h2{margin:1rem 0 .55rem;font-size:1.55rem}.blog-rich-editor h3,.blog-post-content h3{margin:.9rem 0 .5rem;font-size:1.3rem}.blog-rich-editor h4,.blog-post-content h4{margin:.8rem 0 .45rem;font-size:1.15rem}.blog-rich-editor p,.blog-post-content p{margin:0 0 .85rem}.blog-rich-editor ul,.blog-rich-editor ol,.blog-post-content ul,.blog-post-content ol{padding-left:1.2rem;margin:0 0 .9rem}.blog-rich-editor blockquote,.blog-post-content blockquote{margin:0 0 .95rem;padding:.6rem .8rem;border-left:4px solid #fda4af;background:#fff5f6;color:#344054}.blog-rich-editor img,.blog-post-content img{max-width:100%;height:auto;border-radius:10px;margin:.35rem 0 .8rem}.blog-image-input{display:none}.form-error{color:#b42318;font-weight:700}.form-success{color:#067647;font-weight:700}.blog-list-grid{margin-top:1.1rem;display:grid;gap:1rem}.blog-card,.blog-post-card,.admin-blog-panel,.admin-login-success{border:1px solid #e5e7eb;border-radius:14px;padding:1rem;background:#fff;box-shadow:0 10px 22px #0f172a0f}.blog-card{display:flex;flex-direction:column;gap:.65rem}.blog-card-image-link{display:block;overflow:hidden;border-radius:12px}.blog-card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:12px}.blog-read-more-btn{margin-top:auto;align-self:flex-start}.blog-status-chip{display:inline-flex;align-self:flex-start;font-size:.76rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.blog-status-chip.published{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.blog-status-chip.draft{color:#b54708;background:#fffaeb;border:1px solid #fedf89}.blog-list-footer{margin-top:1rem;display:flex;justify-content:center}.blog-date{color:#667085;font-size:.86rem;font-weight:600}.blog-admin-actions,.blog-form-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.8rem}.admin-blog-panel{margin-top:1.3rem}.blog-feature-upload-row{margin-top:.35rem}.blog-feature-preview{margin-top:.4rem}.blog-post-content p{margin-bottom:.95rem}.blog-excerpt{font-size:1.02rem;color:#344054}.blog-post-feature-image{width:100%;max-height:460px;object-fit:cover;border-radius:14px;margin:.55rem 0 1rem}.admin-editing-mode [data-edit-key]{cursor:pointer;outline:2px dashed rgba(215,0,23,.45);outline-offset:4px}.admin-editing-mode h1,.admin-editing-mode h2,.admin-editing-mode h3,.admin-editing-mode h4,.admin-editing-mode h5,.admin-editing-mode h6,.admin-editing-mode p,.admin-editing-mode li,.admin-editing-mode span,.admin-editing-mode a,.admin-editing-mode strong,.admin-editing-mode em,.admin-editing-mode small{cursor:pointer;outline:1px dashed rgba(215,0,23,.3);outline-offset:2px}@media (min-width: 760px){.blog-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1180px){.blog-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.quotation-page-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap;margin-bottom:1rem}.quotation-paper{background:#fff;border:1px solid #d7deea;border-radius:14px;box-shadow:0 16px 34px #091e421a;padding:1.25rem;display:grid;gap:1rem}.quotation-paper h1{margin:0;font-size:2rem}.quotation-paper h2{margin:0 0 .55rem;font-size:1.15rem;color:#101828}.quotation-brand-name{margin:0 0 .2rem;color:#0f172a;font-weight:800}.quotation-brand-row{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.45rem}.quotation-logo{width:2.1rem;height:2.1rem}.quotation-template-chip{display:inline-block;margin:.15rem 0 .6rem;padding:.2rem .55rem;border-radius:999px;background:#eaf2ff;border:1px solid #c9dcff;color:#1e3a8a;font-weight:700;font-size:.77rem}.quotation-header{display:grid;gap:1rem}.quotation-meta-grid,.quotation-client-grid{display:grid;gap:.7rem}.quotation-paper label{font-size:.82rem;font-weight:700;color:#334155;display:grid;gap:.3rem}.quotation-paper input,.quotation-paper textarea,.quotation-paper select{width:100%;border:1px solid #cad4e0;border-radius:8px;padding:.55rem .65rem;font:inherit;color:#111827;background:#fff}.quotation-paper textarea{min-height:90px;resize:vertical}.quotation-client-card,.quotation-scope-card,.quotation-highlights-card,.quotation-addon-card,.quotation-lineitems-card,.quotation-summary-card,.quotation-terms-card{border:1px solid #dfe6ef;border-radius:10px;padding:.95rem;background:#fff}.quotation-client-grid .full-width{grid-column:1 / -1}.quotation-highlight-list{margin:0;padding-left:1.05rem;color:#334155}.quotation-highlight-list li{margin-bottom:.35rem;font-weight:600}.quotation-addon-grid{display:grid;gap:.7rem}@media (min-width: 680px){.quotation-addon-grid,.payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.quotation-table-wrap{overflow-x:auto;margin-bottom:.85rem}.quotation-table{width:100%;border-collapse:collapse;min-width:760px}.quotation-table th,.quotation-table td{border:1px solid #dde3eb;padding:.5rem;vertical-align:top}.quotation-table th{background:#f8fafc;color:#334155;font-size:.8rem;text-align:left}.quotation-table td input{min-width:90px}.quotation-table .amount-cell{font-weight:700;white-space:nowrap;color:#0f172a}.quote-small-btn{min-height:2.2rem;padding:.35rem .65rem}.quote-template-btn-active{border-color:#1e40af;color:#1e40af;background:#eef4ff}.quotation-summary-grid{display:grid;gap:.45rem}.quotation-summary-grid p{margin:0;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#334155}.quotation-grand-total{border-top:1px solid #d2dbe8;padding-top:.5rem}.quotation-grand-total strong{color:#7f1d1d;font-size:1.2rem}.quotation-signature{margin-top:.5rem;border-top:1px dashed #cad4e0;padding-top:.8rem}.quotation-signature p{margin:0}.quotation-sign-name{margin-top:.4rem;font-weight:800;color:#0f172a}@media (min-width: 880px){.quotation-header{grid-template-columns:1fr 1.1fr;align-items:start}.quotation-meta-grid,.quotation-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media print{@page{size:A4;margin:12mm}body{background:#fff}.site-header,.site-footer,.blocked-action-toast,.no-print{display:none!important}.section{padding:0}body.quotation-modal-open .site-header,body.quotation-modal-open .site-footer,body.quotation-modal-open main{display:none!important}body.quotation-modal-open .quotation-view-modal-overlay{position:static;inset:auto;display:block;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}body.quotation-modal-open .quotation-view-modal{width:100%}body.quotation-modal-open .quotation-view-modal-actions{display:none!important}.quotation-section{background:#fff}.quotation-paper{box-shadow:none;border:0;border-radius:0;padding:0;gap:.65rem}.quotation-logo{width:1.9rem;height:1.9rem}.quotation-paper input,.quotation-paper textarea{border:0;background:transparent;padding:0;border-radius:0;pointer-events:none}.quotation-table{min-width:100%}.quotation-view-field{border:1px solid #e5e7eb;break-inside:avoid}}
