:root{--brand-teal: #128c7e;--brand-teal-deep: #0c5855;--brand-teal-soft: #d8f0ec;--brand-teal-mist: #eef8f6;--brand-navy: #2e3d49;--brand-navy-soft: #4a5b68;--ink: #1a242c;--muted: #5c6b76;--surface: #f4faf8;--white: #ffffff;--line: rgba(46, 61, 73, .12);--font-display: "Secular One", "Rubik", sans-serif;--font-body: "Rubik", sans-serif;--radius: 14px;--max: 1120px;--header-h: 72px;font-family:var(--font-body);color:var(--ink);background:var(--white);line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--white);color:var(--ink)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none}h1,h2,h3,p{margin:0}ul{margin:0;padding:0;list-style:none}#root{min-height:100vh}.shell{width:min(100% - 2.5rem,var(--max));margin-inline:auto}.page{overflow-x:clip}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.7rem 1.25rem;border-radius:10px;font-weight:600;transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand-teal);color:var(--white)}.btn-primary:hover{background:var(--brand-teal-deep)}.btn-outline{border:1.5px solid rgba(46,61,73,.22);color:var(--brand-navy);background:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-outline:hover{border-color:var(--brand-teal);color:var(--brand-teal-deep)}.btn-ghost{color:var(--brand-navy);padding-inline:.85rem}.btn-ghost:hover{color:var(--brand-teal)}.btn-lg{min-height:52px;padding-inline:1.5rem}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);background:#f4faf8b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.site-header.is-scrolled{background:#ffffffe6;border-bottom-color:var(--line)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.65rem}.brand img{width:40px;height:40px;object-fit:contain}.brand-name{font-family:var(--font-display);font-size:1.45rem;letter-spacing:.02em;color:var(--brand-navy);line-height:1}.nav-desktop{display:none;align-items:center;gap:1.75rem}.nav-desktop a{color:var(--muted);font-weight:500;transition:color .2s ease}.nav-desktop a:hover{color:var(--brand-teal)}.header-actions{display:flex;align-items:center;gap:.35rem}.header-actions .btn-primary{display:none}.menu-toggle{width:42px;height:42px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.menu-toggle span{display:block;width:20px;height:2px;background:var(--brand-navy);transition:transform .25s ease,opacity .25s ease}.menu-toggle.is-open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:fixed;inset:var(--header-h) 0 0;z-index:40;background:#f4faf8fa;display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.5rem;animation:fade-in .28s ease}.mobile-nav a{font-size:1.25rem;font-weight:600;color:var(--brand-navy)}.mobile-nav .btn{margin-top:.5rem;width:fit-content}.hero{position:relative;min-height:calc(100svh - var(--header-h));display:flex;align-items:center;padding:2.5rem 0 3.5rem;overflow:hidden;background:radial-gradient(120% 90% at 100% 0%,rgba(18,140,126,.18),transparent 55%),radial-gradient(80% 70% at 0% 100%,rgba(46,61,73,.08),transparent 50%),linear-gradient(165deg,#eef8f6,#f7fcfb 42%,#fff)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.55;animation:drift 12s ease-in-out infinite alternate}.hero-orb-a{width:340px;height:340px;background:#128c7e47;top:-80px;left:-60px}.hero-orb-b{width:280px;height:280px;background:#2e3d491f;bottom:10%;right:-40px;animation-delay:-4s}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(18,140,126,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(18,140,126,.05) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 85%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 85%)}.hero-inner{position:relative;z-index:1;display:grid;gap:2.75rem;align-items:center}.hero-copy{max-width:34rem;animation:rise .8s ease both}.hero-logo{width:96px;height:96px;object-fit:contain;margin-bottom:.85rem;animation:float-soft 5.5s ease-in-out infinite}.hero-brand{font-family:var(--font-display);font-size:clamp(2.8rem,8vw,4.6rem);line-height:1;color:var(--brand-navy);margin-bottom:.75rem;letter-spacing:.01em}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.55rem,3.8vw,2.15rem);line-height:1.25;color:var(--brand-navy);font-weight:400;max-width:18ch;margin-bottom:.9rem}.hero-lead{color:var(--muted);font-size:1.08rem;max-width:30ch;margin-bottom:1.6rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}.hero-visual{animation:rise .9s ease .12s both}.product-stage{position:relative}.product-stage:before{content:"";position:absolute;top:12%;right:-8%;bottom:-8%;left:8%;background:linear-gradient(135deg,#128c7e38,#2e3d491a);border-radius:28px;transform:rotate(-2deg)}.product-window{position:relative;display:grid;grid-template-columns:.95fr 1.25fr;min-height:360px;border:1px solid rgba(46,61,73,.12);border-radius:22px;overflow:hidden;background:var(--white)}.product-sidebar{background:#fafafa;border-inline-end:1px solid #e7e7e8;padding:1rem .85rem;display:flex;flex-direction:column;gap:.55rem}.product-brand-row{display:flex;align-items:center;gap:.5rem;padding:.35rem .45rem .85rem;color:var(--brand-navy);font-weight:700;border-bottom:1px solid var(--line);margin-bottom:.35rem}.product-brand-row img{width:28px;height:28px}.contact-row{display:flex;gap:.65rem;align-items:center;padding:.65rem .55rem;border-radius:12px}.contact-row.is-active{background:var(--brand-teal-soft)}.contact-row strong{display:block;font-size:.92rem;color:var(--brand-navy)}.contact-row small{color:var(--muted);font-size:.78rem}.avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-teal);color:#fff;display:grid;place-items:center;font-weight:700;flex-shrink:0}.avatar.alt{background:var(--brand-navy)}.product-chat{display:flex;flex-direction:column;min-height:360px}.product-chat header{padding:1rem 1.1rem;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:.15rem}.product-chat header strong{color:var(--brand-navy)}.product-chat header span{color:var(--brand-teal);font-size:.82rem;font-weight:500}.bubbles{flex:1;padding:1.1rem;display:flex;flex-direction:column;gap:.65rem;background:radial-gradient(circle at 20% 20%,rgba(18,140,126,.06),transparent 40%),#f7fbfa}.bubble{max-width:78%;padding:.7rem .9rem;border-radius:14px;font-size:.9rem;line-height:1.45}.bubble.in{align-self:flex-start;background:var(--white);border:1px solid var(--line);color:var(--brand-navy);border-end-start-radius:4px}.bubble.out{align-self:flex-end;background:var(--brand-teal);color:var(--white);border-end-end-radius:4px}.product-chat footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-top:1px solid var(--line);background:var(--white)}.product-chat footer span{color:var(--muted);font-size:.9rem}.product-chat footer em{font-style:normal;background:var(--brand-teal);color:#fff;padding:.45rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600}.section{padding:5.5rem 0}.section-head{max-width:36rem;margin-bottom:2.75rem}.section-head h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.2;color:var(--brand-navy);margin-bottom:.75rem;font-weight:400}.section-head p{color:var(--muted);font-size:1.05rem}.features{background:linear-gradient(180deg,#ffffff 0%,var(--brand-teal-mist) 100%)}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}.feature-tile{display:flex;flex-direction:column;gap:.75rem;min-height:100%;padding:1.35rem 1.25rem 1.4rem;border:1px solid var(--line);border-radius:18px;background:var(--white);transition:border-color .25s ease,transform .25s ease,background-color .25s ease}.feature-tile:hover{border-color:#128c7e59;background:#fbfefd;transform:translateY(-3px)}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--brand-teal-soft);color:var(--brand-teal-deep);flex-shrink:0}.feature-icon svg{width:24px;height:24px}.feature-tile h3{font-size:1.08rem;line-height:1.35;color:var(--brand-navy)}.feature-tile p{color:var(--muted);font-size:.95rem;line-height:1.55;margin-top:auto}.pricing{background:linear-gradient(180deg,#ffffff,var(--brand-teal-mist) 100%)}.pricing-setup{margin-top:.85rem;color:var(--brand-teal-deep);font-weight:600}.pricing-setup-inline{color:var(--brand-navy-soft)!important;font-size:.92rem!important;font-weight:500}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem}.pricing-card{display:flex;flex-direction:column;gap:.85rem;padding:1.75rem 1.4rem;border:1px solid var(--line);border-radius:18px;background:var(--white);transition:border-color .25s ease,transform .25s ease}.pricing-card:hover{border-color:#128c7e59;transform:translateY(-3px)}.pricing-card.is-featured{border-color:var(--brand-teal);background:linear-gradient(180deg,#f4fbf9,#fff 55%)}.pricing-card h3{font-size:1.15rem;color:var(--brand-navy)}.pricing-price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.pricing-price strong{font-family:var(--font-display);font-size:2.4rem;line-height:1;color:var(--brand-teal-deep);font-weight:400}.pricing-price span{color:var(--muted);font-size:1rem}.pricing-card p{color:var(--muted);flex:1}.pricing-card .btn{width:fit-content;margin-top:.35rem}.cta-band{padding-top:2rem}.cta-inner{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 1.75rem;border-radius:22px;background:linear-gradient(135deg,var(--brand-navy) 0%,#24343f 55%,var(--brand-teal-deep) 100%);color:var(--white)}.cta-inner h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;line-height:1.25;margin-bottom:.55rem}.cta-inner p{color:#ffffffc7;max-width:34ch}.cta-inner .btn-primary{background:var(--white);color:var(--brand-teal-deep);width:fit-content}.cta-inner .btn-primary:hover{background:var(--brand-teal-soft)}.site-footer{padding:2rem 0 2.5rem}.footer-inner{display:flex;flex-direction:column;gap:.85rem;align-items:flex-start;border-top:1px solid var(--line);padding-top:1.5rem}.footer-inner .brand img{width:32px;height:32px}.footer-inner p{color:var(--muted);font-size:.92rem}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes drift{0%{transform:translateZ(0)}to{transform:translate3d(18px,24px,0)}}@media (min-width: 720px){.nav-desktop{display:flex}.menu-toggle{display:none}.header-actions .btn-primary{display:inline-flex}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.15rem}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.15rem;align-items:stretch}.cta-inner{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem}.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width: 980px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.hero-inner{grid-template-columns:1fr 1.05fr;gap:3.5rem}.hero-logo{width:112px;height:112px}.product-window,.product-chat{min-height:420px}}@media (max-width: 640px){.product-window{grid-template-columns:1fr}.product-sidebar{border-inline-end:0;border-bottom:1px solid #e7e7e8}.contact-row:nth-child(n+4){display:none}}.whatsapp-float{position:fixed;z-index:60;inset-inline-end:1.25rem;bottom:1.25rem;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;transition:transform .25s ease,background-color .25s ease;animation:float-soft 5.5s ease-in-out infinite}.whatsapp-float:hover{transform:translateY(-3px) scale(1.04);background:#1ebe57}.whatsapp-float svg{width:30px;height:30px}@media (prefers-reduced-motion: reduce){.hero-logo,.hero-orb,.hero-copy,.hero-visual,.btn,.whatsapp-float,.feature-tile,.pricing-card{animation:none!important;transition:none!important}}
