:root{--azure:#193E60;--azure-dk:#17344d;--azure-lt:#205582;--lime:#bbd544;--lime-dim:#a7c241;--sage:#74908C;--granite:#606060;--platinum:#EBEAE4;--champagne:#F8DCA0;--bg:#ffffff;--card:#FFFFFF;--border:rgba(25,62,96,0.10);--text:#193E60;--text-body:#3B4E5C;--text-muted:#606060;--nav-link:#1e425f;--koan-teal-base:#43737C;--koan-teal:var(--koan-teal-base);--koan-dusk:#8686AC;--koan-ink:#0F0E47;--perkpass-terracotta:#CB663A;--perkpass-slate:#455C74;--perkpass-olive:#8B9B5D;--r:14px;--rlg:22px;--t:0.32s cubic-bezier(.4,0,.2,1);--sh:0 2px 16px rgba(25,62,96,0.07);--shlg:0 16px 56px rgba(25,62,96,0.13);--fh:"Nunito",sans-serif;--fb:"Nunito Sans",sans-serif;--bp-celular-max:430px;--bp-tablet-max:1023px;--bp-desktop-min:1024px;--section-px:clamp(1.25rem,5vw,5rem);--section-py:clamp(3.5rem,7vw,5.5rem)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%}body,html{overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--fb);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.logo-img{display:block;height:100%;width:auto;object-fit:contain;background:transparent}nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:0 var(--section-px);min-height:88px;background:#fff;border-bottom:1px solid rgba(112,112,112,.35)}a.nav-logo{text-decoration:none;color:inherit}.nav-logo{cursor:pointer;height:36px;display:flex;align-items:center}.nav-logo img{height:36px;width:auto;max-width:min(200px,45vw);object-fit:contain;object-position:left center}.nav-logo .logo-img--dark,html.theme-dark .nav-logo .logo-img--light{display:none}html.theme-dark .nav-logo .logo-img--dark{display:block}.nav-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-left:auto;margin-right:.5rem;border:none;background:transparent;cursor:pointer;border-radius:10px;flex-direction:column;gap:5px;padding:0}.nav-burger span{display:block;width:22px;height:2px;background:var(--azure);border-radius:1px}.nav-links{display:flex;align-items:center;gap:clamp(1rem,2vw,2.25rem);list-style:none;flex-wrap:wrap}.nav-links a,.nav-links button{font-family:var(--fh);font-size:1.15rem;font-weight:700;color:var(--nav-link);text-decoration:none;background:none;border:none;cursor:pointer;transition:color var(--t)}.nav-links a:hover,.nav-links button:hover{color:var(--azure)}.nav-links a:focus-visible,.nav-links button:focus-visible{outline:2px solid var(--lime-dim);outline-offset:3px;border-radius:6px}.nav-dropdown-top{display:inline-flex;align-items:center;gap:.45rem}.nav-links .nav-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center;padding:.25rem}.nav-dropdown-caret{width:10px;height:6px;flex-shrink:0;transition:transform var(--t)}.nav-dropdown-trigger[aria-expanded=true] .nav-dropdown-caret{transform:rotate(180deg)}.nav-dropdown-list{list-style:none;margin:0;padding:0}.nav-product-icon{display:block;width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0}.nav-mobile-only{display:none}@media (min-width:1024px){.nav-dropdown{position:relative}.nav-dropdown-panel{position:absolute;top:100%;left:-.9rem;padding-top:.75rem;min-width:14rem;z-index:300}.nav-dropdown-list{display:flex;flex-direction:column;gap:2px;padding:.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shlg)}.nav-links .nav-dropdown-list a{display:flex;align-items:center;gap:.55rem;padding:.6rem .9rem;border-radius:10px;font-size:1.05rem;transition:background var(--t),color var(--t)}.nav-links .nav-dropdown-list a:focus-visible,.nav-links .nav-dropdown-list a:hover{background:rgba(25,62,96,.06)}.nav-links .nav-dropdown-list a:focus-visible{outline-offset:-2px;border-radius:10px}html.theme-dark .nav-dropdown-list{background:#0b1f32;border-color:rgba(235,234,227,.2)}html.theme-dark .nav-links .nav-dropdown-list a:focus-visible,html.theme-dark .nav-links .nav-dropdown-list a:hover{background:rgba(235,234,227,.08)}}.nav-end{margin-left:auto;gap:clamp(.75rem,1.5vw,1.5rem)}.nav-actions,.nav-end{display:flex;align-items:center}.nav-actions{gap:.75rem;flex-shrink:0}.nav-lang,.nav-lang *,.nav-lang:active,.nav-lang:focus,.nav-lang:hover,html.nav-lang-cursor,html.nav-lang-cursor *{cursor:pointer!important}.nav-lang{--nav-lang-pad:0.15rem;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border:1.5px solid var(--azure);border-radius:999px;padding:var(--nav-lang-pad);background:#fff;font:inherit;text-decoration:none;isolation:isolate;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.nav-lang:hover{border-color:var(--azure);transform:translateY(-1px);box-shadow:0 6px 16px rgba(25,62,96,.14)}.nav-lang:active{transform:translateY(0);box-shadow:none}.nav-lang:focus-visible{outline:2px solid var(--azure);outline-offset:2px}.nav-lang:disabled{opacity:.85}.nav-lang__thumb{position:absolute;top:var(--nav-lang-pad);bottom:var(--nav-lang-pad);left:var(--nav-lang-pad);z-index:0;width:calc(50% - var(--nav-lang-pad));border-radius:999px;background:var(--azure);transform:translateX(0);transition:transform .16s cubic-bezier(.22,1,.36,1);pointer-events:none}.nav-lang[data-locale=es] .nav-lang__thumb{transform:translateX(100%)}.nav-lang__opt{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:2.35rem;padding:.22rem .55rem;border-radius:999px;font-family:var(--fh);font-size:.92rem;font-weight:800;letter-spacing:.04em;line-height:1;color:var(--granite,#606060);background:transparent;pointer-events:none;transition:color .28s ease}.nav-lang__opt--active{color:#fff}html.theme-dark .nav-lang{background:transparent;border-color:#7BA3C4}html.theme-dark .nav-lang:hover{border-color:var(--platinum);box-shadow:0 6px 16px rgba(0,0,0,.28)}html.theme-dark .nav-lang:focus-visible{outline-color:var(--platinum)}html.theme-dark .nav-lang__thumb{background:var(--platinum)}html.theme-dark .nav-lang__opt{color:rgba(235,234,228,.75)}html.theme-dark .nav-lang__opt--active{color:var(--azure)}@media (prefers-reduced-motion:reduce){.nav-lang,.nav-lang__opt,.nav-lang__thumb{transition:none}.nav-lang:active,.nav-lang:hover{transform:none}}html.locale-fade-pending #page-home .hero-copy,html.locale-fade-pending .nav-links{opacity:0}html.locale-fade-out #page-home .hero-copy,html.locale-fade-out .nav-links{opacity:0;transition:opacity .15s ease}html.locale-fade-in #page-home .hero-copy,html.locale-fade-in .nav-links{opacity:1;transition:opacity .16s ease}html.locale-fade-in #page-home .hero-copy>*,html.locale-fade-out #page-home .hero-copy>*,html.locale-fade-pending #page-home .hero-copy>*,html.locale-switched #page-home .hero-copy>*{animation:none}html.locale-fade-in #page-home .hero-visual,html.locale-fade-in #page-home .hero-visual img,html.locale-fade-out #page-home .hero-visual,html.locale-fade-out #page-home .hero-visual img,html.locale-fade-pending #page-home .hero-visual,html.locale-fade-pending #page-home .hero-visual img{opacity:1;animation:none;transition:none;transform:none}.locale-hero-pin{position:fixed;z-index:40;margin:0;pointer-events:none;object-fit:contain;filter:drop-shadow(0 18px 40px rgba(0,0,0,.32))}@media (prefers-reduced-motion:reduce){html.locale-fade-in #page-home .hero-copy,html.locale-fade-in .nav-links,html.locale-fade-out #page-home .hero-copy,html.locale-fade-out .nav-links,html.locale-fade-pending #page-home .hero-copy,html.locale-fade-pending .nav-links{opacity:1;transition:none}}.nav-theme{display:none!important;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background var(--t)}.nav-theme:hover{background:rgba(25,62,96,.06)}.nav-theme img{width:28px;height:28px}#site-nav .nav-cta,#site-nav .nav-cta-mob,#site-nav .nav-cta-mobile-li{display:none!important}.nav-cta{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box;background:#fff!important;color:var(--azure)!important;padding:.85rem 1.75rem!important;border-radius:38px!important;font-family:var(--fh);font-weight:700!important;font-size:1.15rem!important;line-height:1.1;letter-spacing:0;border:2px solid var(--lime-dim)!important;box-shadow:none!important;cursor:pointer;transition:background var(--t),color var(--t),border-color var(--t),transform var(--t),box-shadow var(--t)!important}.nav-cta:hover{background:var(--platinum)!important;transform:translateY(-2px)}.nav-cta:active{transform:translateY(0)}.nav-cta:focus-visible{outline:2px solid var(--azure);outline-offset:3px}.nav-links .nav-dropdown-list a[aria-current=page]{background:rgba(25,62,96,.08);color:var(--nav-link)}html.theme-dark .nav-links .nav-dropdown-list a[aria-current=page]{background:rgba(187,213,68,.16);color:var(--lime)}.page-koan .nav-cta,.page-koan .nav-cta-mob,html.theme-dark .page-koan .nav-cta,html.theme-dark .page-koan .nav-cta-mob{border-color:var(--koan-teal)!important}.page-koan--dusk{--azure:var(--koan-ink);--koan-teal:var(--koan-dusk)}.page-koan--dusk #page-koan .k-btn-teal{box-shadow:0 4px 14px rgba(15,14,71,.42)}.page-koan--dusk #page-koan .k-btn-teal:hover{box-shadow:0 10px 28px rgba(15,14,71,.36)}.page-koan--dusk .k-btn-gold-fill{box-shadow:0 4px 14px rgba(134,134,172,.32)}.page-koan--dusk .k-btn-gold-fill:hover{box-shadow:0 10px 28px rgba(134,134,172,.35)}.page-koan--dusk .k-btn-outline-gold:hover{background:rgba(134,134,172,.14)}.page-koan--dusk .k-btn-white-outline:hover{background:rgba(134,134,172,.22)}.page-koan--dusk .k-acc-item.is-open .k-feat-pill,.page-koan--dusk .k-feat-pill{background:rgba(134,134,172,.2);color:#fff;border-color:var(--koan-dusk)}.nav-cta-mobile-li{display:none}@media (min-width:1024px){.nav-burger{display:none!important}.nav-links{display:flex!important;flex-wrap:wrap}}@media (max-width:1023px){.nav-end{display:contents}nav{--nav-pad-y:0.65rem;display:grid;grid-template-columns:1fr auto auto;grid-template-rows:calc(88px - 2 * var(--nav-pad-y)) auto;align-items:center;align-content:start;grid-column-gap:.5rem;column-gap:.5rem;grid-row-gap:0;row-gap:0;padding:var(--nav-pad-y) max(var(--section-px),env(safe-area-inset-right,0px)) var(--nav-pad-y) max(var(--section-px),env(safe-area-inset-left,0px));min-height:88px;box-sizing:border-box}.nav-logo{grid-column:1;grid-row:1;justify-self:start}.nav-actions{grid-column:2;grid-row:1;margin-left:0}.nav-burger{grid-column:3;grid-row:1;display:flex;margin-left:0;margin-right:0}.nav-links{display:none;grid-column:1/-1;grid-row:2;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 0 .5rem;border-top:1px solid rgba(112,112,112,.2);margin-top:0}nav.nav-open .nav-links{display:flex;max-height:min(32rem,calc(100dvh - 5.5rem));overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-links li{width:100%}.nav-links a,.nav-links button{display:block;width:100%;text-align:left;padding:.65rem 0;font-size:1.05rem}.nav-actions .nav-cta:not(.nav-cta-mob){display:none!important}.nav-dropdown{display:none}.nav-mobile-only{display:list-item}.nav-links .nav-mobile-only a{display:flex;align-items:center;gap:.55rem}.nav-cta-mobile-li{display:list-item}.nav-cta-mob{display:inline-flex!important;margin-top:.35rem;width:100%;justify-content:center;box-sizing:border-box}}.btn-azure,.btn-ghost-navy,.btn-lime,.btn-outline-azure{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box;font-family:var(--fh);font-weight:700;font-size:1.15rem;line-height:1.1;letter-spacing:0;padding:.85rem 1.75rem;border-radius:38px;cursor:pointer;text-decoration:none;transition:background var(--t),color var(--t),border-color var(--t),transform var(--t),box-shadow var(--t)}.btn-azure:hover,.btn-ghost-navy:hover,.btn-lime:hover,.btn-outline-azure:hover{transform:translateY(-2px)}.btn-azure:active,.btn-ghost-navy:active,.btn-lime:active,.btn-outline-azure:active{transform:translateY(0)}.btn-azure:focus-visible,.btn-ghost-navy:focus-visible,.btn-lime:focus-visible,.btn-outline-azure:focus-visible{outline:2px solid var(--azure);outline-offset:3px}.btn-ghost-navy:focus-visible,.btn-lime:focus-visible{outline-color:var(--lime)}.btn-azure{background:var(--azure);color:#fff;border:none;box-shadow:0 4px 14px rgba(25,62,96,.24)}.btn-azure:hover{background:var(--azure-dk);box-shadow:0 10px 28px rgba(25,62,96,.3)}.btn-lime{background:var(--lime);color:var(--azure);border:none;box-shadow:0 4px 14px rgba(187,213,68,.35)}.btn-lime:hover{background:#c5dc58;box-shadow:0 10px 28px rgba(187,213,68,.4)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--azure);font-family:var(--fh);font-weight:700;font-size:.95rem;padding:.9rem 2rem;border-radius:10px;border:2px solid rgba(25,62,96,.2);cursor:pointer;text-decoration:none;transition:all var(--t)}.btn-outline:hover{border-color:var(--azure);transform:translateY(-2px)}.btn-outline-lime{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--azure);font-family:var(--fh);font-weight:700;font-size:1.15rem;padding:.85rem 1.75rem;border-radius:38px;border:2px solid var(--lime-dim);cursor:pointer;text-decoration:none;transition:all var(--t)}.btn-outline-lime:hover{border-color:var(--lime);transform:translateY(-2px)}.btn-ghost-navy{background:transparent;color:var(--platinum);border:2px solid var(--lime)}.btn-ghost-navy:hover{background:rgba(255,255,255,.06)}.btn-outline-azure{background:transparent;color:var(--azure);border:2px solid var(--azure)}.btn-outline-azure:hover{background:rgba(25,62,96,.06)}@media (prefers-reduced-motion:reduce){.btn-azure,.btn-ghost-navy,.btn-lime,.btn-outline-azure,.nav-cta{transition:none}.btn-azure:hover,.btn-ghost-navy:hover,.btn-lime:hover,.btn-outline-azure:hover,.nav-cta:hover{transform:none}}.btn-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--azure);font-family:var(--fh);font-weight:800;font-size:.95rem;padding:.9rem 2rem;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:all var(--t);box-shadow:0 4px 14px rgba(0,0,0,.14)}.btn-white:hover{background:var(--platinum);transform:translateY(-2px)}.btn-ghost-white{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-family:var(--fh);font-weight:700;font-size:.95rem;padding:.9rem 2rem;border-radius:10px;border:2px solid rgba(255,255,255,.3);cursor:pointer;text-decoration:none;transition:all var(--t)}.btn-ghost-white:hover{border-color:rgba(255,255,255,.7);transform:translateY(-2px)}.eyebrow{font-family:var(--fh);font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--lime-dim);display:flex;align-items:center;gap:10px;margin-bottom:.9rem}.eyebrow:after{content:"";flex:1 1;height:2px;max-width:44px;background:var(--lime)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.hero{min-height:100vh;min-height:100dvh;padding:88px var(--section-px) var(--section-py);background:var(--azure);position:relative;overflow:hidden;box-sizing:border-box}.hero-grid{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,1fr);grid-template-areas:"copy visual";grid-gap:clamp(1.5rem,4vw,4rem);gap:clamp(1.5rem,4vw,4rem);align-items:center}@media (min-width:1024px){.hero{display:flex;align-items:center}.hero-grid{width:100%;flex:0 0 auto}.hero-screen-wrap--phone img{max-width:min(520px,100%);max-height:min(86svh,960px)}}@media (max-width:1023px){.hero{min-height:auto;display:block;padding-top:max(112px,env(safe-area-inset-top,0px));padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px));padding-bottom:var(--section-py)}.hero-slogan{margin-top:0}.hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "visual";align-items:start}.hero-visual{justify-self:center;width:100%;max-width:100%;align-items:center}}.hero-copy{position:relative;z-index:1;grid-area:copy;justify-self:start;max-width:min(40rem,100%);padding-top:0}.hero h1,.hero-h1-figma{font-family:var(--fh);font-size:clamp(2.75rem,5.5vw,5.35rem);font-weight:900;line-height:1.02;letter-spacing:-.02em;color:#fff;animation:fadeUp .65s ease .08s both}.hero h1 .lime,.hero-h1-figma .lime{color:var(--lime)}.hero-slogan{margin-top:1.1rem;font-family:var(--fh);font-weight:700;font-size:clamp(1.5rem,2.2vw,2.65rem);color:var(--platinum);animation:fadeUp .65s ease .15s both}.hero-sub{margin-top:1rem;font-family:var(--fh);font-weight:500;font-size:clamp(1.05rem,1.35vw,1.85rem);color:rgba(235,234,228,.92);line-height:1.35;max-width:36rem;animation:fadeUp .65s ease .22s both}.hero-cta{margin-top:clamp(1.5rem,2.4vw,2.25rem);display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;animation:fadeUp .65s ease .3s both}.hero-cta .btn-ghost-navy{border-color:rgba(235,234,228,.35)}.hero-cta .btn-ghost-navy:hover{border-color:var(--platinum)}.hero-cta a:focus-visible{outline:2px solid var(--lime);outline-offset:3px}@media (max-width:480px){.hero-cta a{flex:1 1 100%;justify-content:center;box-sizing:border-box}}@media (prefers-reduced-motion:reduce){.hero h1,.hero-cta,.hero-h1-figma,.hero-slogan,.hero-sub{animation:none}.hero-cta a{transition:none}.hero-cta a:hover{transform:none}}.hero-visual{grid-area:visual;justify-self:stretch;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;isolation:isolate}.hero-screen-wrap,.hero-visual{position:relative;width:100%}.hero-screen-wrap img{width:100%;max-width:920px;margin-left:auto;display:block;height:auto;object-fit:contain}.hero-screen-wrap--phone{display:flex;justify-content:center;align-items:center;width:100%}.hero-screen-wrap--phone img{width:auto;max-width:min(420px,100%);max-height:min(75vh,800px);height:auto;margin-left:auto;margin-right:auto;object-fit:contain;display:block;filter:drop-shadow(0 18px 40px rgba(0,0,0,.32))}@media (max-width:1023px){.hero-screen-wrap img{margin-left:auto;margin-right:auto}.hero-screen-wrap--phone{margin-top:clamp(1.5rem,5vw,2.75rem)}.hero-screen-wrap--phone img{max-width:min(380px,86vw);max-height:min(68vh,700px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-band{padding:var(--section-py) var(--section-px);background:#fff;border:1px solid rgba(112,112,112,.25)}@media (max-width:1023px){.section-band .nav-cta{width:100%;max-width:100%;box-sizing:border-box;justify-content:center}}.section-eyebrow{font-weight:700;font-size:1.05rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.section-band h2,.section-eyebrow{font-family:var(--fh);color:var(--azure)}.section-band h2{font-weight:900;font-size:clamp(2.25rem,4vw,4.5rem);line-height:1.05;letter-spacing:-.02em;margin:0 0 .75rem}.section-band h2 .lime{color:var(--lime)}.section-lead{font-family:var(--fh);font-weight:500;font-size:clamp(1.05rem,1.35vw,1.85rem);color:var(--text-body);line-height:1.4;max-width:36rem;margin-bottom:2rem}.products-head{max-width:120rem;margin:0 auto clamp(1.75rem,3vw,3rem)}.products-grid{list-style:none;max-width:120rem;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1.25rem,2.5vw,2.5rem);gap:clamp(1.25rem,2.5vw,2.5rem);align-items:stretch}@media (max-width:639px){.products-grid{grid-template-columns:1fr}}.product-card{border:1px solid #b9b9b7;border-radius:30px;background:#fff;padding:clamp(1.5rem,2.5vw,2.25rem);display:flex;flex-direction:column;align-items:flex-start}.product-card__logo{display:flex;align-items:center;width:100%;max-width:16rem;height:3.5rem;margin-bottom:1.25rem}.product-card__logo img{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:100%}.product-card--perkpass .product-card__logo img{height:80%}.product-card__lead{font-family:var(--fh);font-weight:500;font-size:clamp(1rem,1.2vw,1.35rem);color:var(--text-body);line-height:1.45;margin:0 0 1.75rem}.product-card .nav-cta{margin-top:auto}.product-card__name{font-family:var(--fh);font-weight:900;font-size:clamp(1.5rem,2vw,2rem);color:var(--azure);margin:0 0 .4rem}.product-card__tag{font-family:var(--fh);font-weight:500;font-size:clamp(1rem,1.2vw,1.35rem);color:var(--text-body);line-height:1.4;margin:0 0 1.5rem}#clientes.section-band,#software-a-la-medida.section-band,.why{padding-block:var(--section-py);min-height:clamp(26rem,48vw,36rem);display:flex;flex-direction:column;justify-content:center}#clientes.section-band{min-height:clamp(28rem,52vw,40rem)}.clients-layout{max-width:120rem;margin:0 auto;width:100%;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);grid-template-areas:"logos copy";grid-gap:clamp(2.5rem,6vw,7rem);gap:clamp(2.5rem,6vw,7rem);align-items:center}.clients-copy{grid-area:copy;min-width:0;max-width:34rem;justify-self:end}.clients-copy .section-lead{margin-bottom:0}.clients-grid{grid-area:logos;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(1.5rem,3vw,2.75rem);gap:clamp(1.5rem,3vw,2.75rem);align-items:end}.client-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.client-item__logo{width:100%;height:clamp(5.25rem,8vw,7.25rem);display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}.client-item__logo img{width:auto;height:auto;object-fit:contain}.client-item--sm .client-item__logo img{max-height:2.6rem;max-width:100%}.client-item--md .client-item__logo img{max-height:3.15rem;max-width:100%}.client-item--lg .client-item__logo img{max-height:3.85rem;max-width:100%}.client-item--xl .client-item__logo{overflow:visible}.client-item--xl .client-item__logo img{width:12rem!important;height:12rem!important;max-width:none!important;max-height:none!important}.client-item--wide,.client-item--wide .client-item__logo{overflow:visible}.client-item--wide .client-item__logo img{max-height:6.25rem;max-width:min(185%,16rem)}.client-item--tall .client-item__logo{overflow:visible}.client-item--tall .client-item__logo img{max-height:6.15rem;max-width:100%}.client-item--microhotel-rio-de-piedras .client-item__logo img{max-height:5.35rem;transform:translateY(.5rem)}.client-item--pr-nail-studio .client-item__logo img{transform:translateY(1rem)}.client-item--etruch .client-item__logo img{width:15rem!important;max-width:none!important;height:auto!important;max-height:none!important;transform:translateY(.55rem)}.client-item--dicosmetic .client-item__logo img{max-height:5.5rem;max-width:min(170%,14.5rem);transform:translateY(.9rem)}.client-item__industry{font-family:var(--fh);font-weight:600;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--granite);margin:0;line-height:1.35}@media (max-width:1679px){.client-item__logo{height:clamp(4.25rem,6.5vw,6rem)}.client-item--xl .client-item__logo img{width:8.25rem!important;height:8.25rem!important}.client-item--wide .client-item__logo img{max-height:4.15rem;max-width:min(155%,11rem)}.client-item--tall .client-item__logo img{max-height:4.5rem}.client-item--microhotel-rio-de-piedras .client-item__logo img{max-height:3.85rem;transform:translateY(.35rem)}.client-item--pr-nail-studio .client-item__logo img{transform:translateY(.55rem)}.client-item--etruch .client-item__logo img{width:10.25rem!important;transform:translateY(.35rem)}.client-item--dicosmetic .client-item__logo img{max-height:3.85rem;max-width:min(155%,10.25rem);transform:translateY(.5rem)}}@media (max-width:1199px){.clients-grid{gap:2.25rem 1.75rem}.client-item--xl .client-item__logo img{width:7.25rem!important;height:7.25rem!important}.client-item--etruch .client-item__logo img{width:10.75rem!important}}@media (max-width:639px){.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.25rem}.client-item__logo{height:4.25rem;margin-bottom:.5rem}.client-item--xl .client-item__logo img{width:5.5rem!important;height:5.5rem!important}.client-item--wide .client-item__logo img{max-height:2.85rem;max-width:min(145%,8.75rem)}.client-item--tall .client-item__logo img{max-height:3.35rem}.client-item--microhotel-rio-de-piedras .client-item__logo img{max-height:2.95rem;transform:translateY(.2rem)}.client-item--pr-nail-studio .client-item__logo img{transform:translateY(.35rem)}.client-item--etruch .client-item__logo img{width:8.25rem!important;transform:translateY(.2rem)}.client-item--dicosmetic .client-item__logo img{max-height:2.75rem;max-width:min(145%,8.25rem);transform:translateY(.3rem)}}@media (max-width:1023px){.clients-layout{grid-template-columns:1fr;grid-template-areas:"copy" "logos";gap:2.5rem;align-items:start}.clients-copy{max-width:100%;justify-self:stretch}}.band-teal{background:#43737C;border-color:rgba(255,255,255,.15)}.band-teal .section-eyebrow,.band-teal h2{color:#fff}.band-teal h2 .lime{color:#F8DCA0}.band-teal .section-lead{color:rgba(255,255,255,.92)}.custom-grid{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,11fr) minmax(0,9fr);grid-gap:clamp(2.5rem,6vw,7rem);gap:clamp(2.5rem,6vw,7rem);align-items:center}.custom-copy{min-width:0}.custom-list{list-style:none;margin:0;padding:0;min-width:0}.custom-item{border-top:1px solid rgba(255,255,255,.22)}.custom-item:last-child{border-bottom:1px solid rgba(255,255,255,.22)}.custom-item-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:clamp(1.1rem,1.8vw,1.6rem) 0;background:none;border:none;cursor:pointer;text-align:left}.custom-item-toggle:focus-visible{outline:2px solid #F8DCA0;outline-offset:4px}.custom-item-label{font-family:var(--fh);font-weight:700;font-size:clamp(1.25rem,1.8vw,1.85rem);letter-spacing:-.01em;color:#fff}.custom-item-mark{flex-shrink:0;width:2.15rem;height:2.15rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:var(--fh);font-weight:400;font-size:1.65rem;line-height:1;color:#F8DCA0;background:rgba(248,220,160,.16)}.custom-item-toggle[aria-expanded=true] .custom-item-mark{background:#F8DCA0;color:#43737C}.custom-item-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.custom-item-panel.is-open{grid-template-rows:1fr}.custom-item-panel-inner{min-height:0;overflow:hidden}.custom-item-client{font-family:var(--fh);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#F8DCA0;margin:0 0 .45rem}.custom-item-body{font-family:var(--fh);font-weight:500;font-size:clamp(1rem,1.15vw,1.2rem);line-height:1.5;color:rgba(255,255,255,.92);margin:0;padding-bottom:clamp(1.1rem,1.8vw,1.6rem);max-width:34rem}@media (prefers-reduced-motion:reduce){.custom-item-panel{transition:none}}@media (max-width:1023px){.custom-grid{grid-template-columns:1fr;gap:2.5rem;align-items:start}}html.theme-dark .product-card{background:#fff;border-color:rgba(235,234,227,.28)}html.theme-dark .product-card__name{color:var(--azure)}html.theme-dark .product-card__tag{color:var(--text-body)}#page-home .section-band h2 .lime{color:var(--lime)}#page-home .section-band.band-teal h2 .lime,html.theme-dark #page-home .section-band h2 .lime{color:#F8DCA0}.why{padding-left:var(--section-px);padding-right:var(--section-px);background:var(--platinum)}.why-grid{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) clamp(20rem,32vw,29.5rem);grid-gap:clamp(2.5rem,6vw,7rem);gap:clamp(2.5rem,6vw,7rem);align-items:start}.why-head,.why-main{min-width:0}.why-head{margin-bottom:clamp(2.25rem,4vw,4rem)}@media (max-width:1023px){.why-grid{grid-template-columns:1fr;gap:2.5rem}.why-head{margin-bottom:2rem}.why-proof{justify-self:center;width:min(100%,30rem)}}.why .section-eyebrow,.why .why-pt-title,.why .why-title{color:var(--azure)}.why .why-pt-body{color:var(--text-body)}.why-title{font-family:var(--fh);font-weight:900;font-size:clamp(2.25rem,4vw,4.5rem);line-height:1.05;letter-spacing:-.02em;color:var(--azure);margin:0 0 .75rem}.why-title .lime{color:#788A25}html.theme-dark .why-title .lime{color:var(--lime)}.why-list{list-style:none;margin:0;padding:0;min-width:0}.why-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:clamp(1.25rem,2.5vw,2.5rem);gap:clamp(1.25rem,2.5vw,2.5rem);align-items:baseline;padding:clamp(1.5rem,2.5vw,2.25rem) 0;border-top:1px solid rgba(25,62,96,.18)}.why-item:last-child{border-bottom:1px solid rgba(25,62,96,.18)}.why-num{font-family:var(--fh);font-weight:700;font-size:.95rem;letter-spacing:.12em;color:#788A25;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.why-item-copy{min-width:0}.why-pt-title{font-weight:700;font-size:clamp(1.2rem,1.4vw,1.45rem);margin:0}.why-pt-body,.why-pt-title{font-family:var(--fh);color:var(--azure)}.why-pt-body{font-weight:500;font-size:1.15rem;line-height:1.5;margin:.5rem 0 0;max-width:44rem}.why-proof{margin:0}.why-proof-link{display:block;cursor:pointer;text-decoration:none;color:inherit}.why-proof img,.why-proof-link img{display:block;width:100%;height:auto;border:1px solid rgba(25,62,96,.16);border-radius:4px;cursor:pointer}.why-proof-caption{margin-top:.55rem;font-family:var(--fh);font-weight:500;font-size:.8rem;letter-spacing:.02em;color:rgba(25,62,96,.62)}.cta-s{padding:clamp(3.5rem,7vw,5.75rem) var(--section-px);background:#F8DCA0;text-align:center;position:relative;border-top:none}.cta-s .btn-azure,.cta-s .btn-outline-azure{box-shadow:none}.cta-s .cta-btn__icon{width:1.1rem;height:1.1rem;flex-shrink:0}.cta-s .cta-btn__icon--whatsapp{color:#25d366}.cta-s .cta-title{font-family:var(--fh);font-weight:900;font-size:clamp(2.15rem,4.4vw,3.65rem);line-height:1.08;letter-spacing:-.03em;color:#193E60;max-width:36rem;margin:0 auto 1.25rem;position:relative}.cta-s .cta-title span{color:#43737C}.cta-s .cta-sub{color:#193E60;font-family:var(--fh);font-weight:500;font-size:clamp(1.05rem,1.35vw,1.45rem);max-width:32rem;margin:0 auto 2rem;line-height:1.45;position:relative;text-align:center;opacity:.88}.cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;position:relative}#page-home+footer{border-top:none}footer{max-width:100%;padding-top:clamp(1.35rem,3vw,2rem);padding-bottom:clamp(1.35rem,3vw,2rem);padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px));border-top:1px solid rgba(255,255,255,.15);background:var(--azure);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;box-sizing:border-box}a.f-logo{text-decoration:none;color:inherit}.f-logo{height:36px;display:flex;align-items:center;cursor:pointer}.f-logo img{height:100%;width:auto;object-fit:contain}.f-logo .logo-img{display:block}.f-copy{font-size:1.05rem;font-weight:700;color:var(--platinum);font-family:var(--fh)}.f-links{display:flex;gap:1.5rem}.f-links a{font-size:1.05rem;font-weight:700;color:var(--platinum);text-decoration:none;cursor:pointer;font-family:var(--fh);transition:color var(--t)}.f-links a:hover{color:var(--lime-dim)}html.theme-dark body{background:#0b1f32;color:var(--platinum)}html.theme-dark .hero,html.theme-dark .why,html.theme-dark footer{background:#0b1f32}html.theme-dark nav{background:#0b1f32;border-bottom-color:rgba(235,234,227,.2)}html.theme-dark .nav-links a,html.theme-dark .nav-links button{color:var(--platinum)}html.theme-dark .nav-cta{background:transparent!important;color:var(--platinum)!important;border-color:var(--lime)!important}html.theme-dark .nav-cta:focus-visible{outline-color:var(--lime)}html.theme-dark .cta-s .nav-cta{background:#fff!important;color:var(--azure)!important;border-color:var(--lime-dim)!important}html.theme-dark .cta-s .nav-cta:hover{background:var(--platinum)!important;color:var(--azure)!important}html.theme-dark .section-band{background:#0b1f32;border-color:rgba(235,234,227,.15)}html.theme-dark .section-band h2,html.theme-dark .section-eyebrow{color:var(--platinum)}html.theme-dark .section-lead{color:rgba(235,234,227,.92)}html.theme-dark .why-pt-body,html.theme-dark .why-pt-title,html.theme-dark .why-title{color:var(--platinum)}html.theme-dark .why-pt-body{opacity:.92}html.theme-dark .why .section-eyebrow{color:rgba(235,234,227,.88)}html.theme-dark .why .why-pt-title,html.theme-dark .why .why-title{color:var(--platinum)}html.theme-dark .why .why-pt-body{color:rgba(235,234,227,.9);opacity:1}html.theme-dark .why-num{color:var(--lime)}html.theme-dark .why-item{border-color:rgba(235,234,227,.2)}html.theme-dark .why-proof img{border-color:rgba(235,234,227,.25)}html.theme-dark .why-proof-caption{color:rgba(235,234,227,.62)}html.theme-dark .cta-s{background:#F8DCA0;border-top:none}html.theme-dark .cta-s .cta-title{color:#193E60}html.theme-dark .cta-s .cta-title span{color:#43737C}html.theme-dark .cta-s .cta-sub{color:#193E60}html.theme-dark .cta-s .btn-azure{background:#193e60;color:#fff}html.theme-dark .cta-s .btn-azure:hover{background:var(--azure-dk);color:#fff}html.theme-dark .f-copy,html.theme-dark .f-links a{color:var(--platinum)}#page-koan{width:100%;max-width:100%;overflow-x:hidden;--koan-gold:var(--koan-teal);--koan-band:var(--azure);--koan-line:#707070;--koan-azure-accordion-open:#195a9e}@supports (color:color-mix(in oklch,#000,#fff)){#page-koan{--koan-azure-accordion-open:color-mix(in srgb,color-mix(in srgb,var(--koan-band) 16%,var(--azure-lt) 84%) 90%,#2478c8 10%)}}.page-koan--dusk #page-koan{--koan-azure-accordion-open:color-mix(in srgb,color-mix(in srgb,var(--koan-ink) 55%,var(--koan-dusk) 45%) 92%,#4c4a78 8%)}.page-koan--dusk #page-koan .k-acc .k-feat-pill{background:rgba(134,134,172,.2);border-color:var(--koan-dusk);color:var(--koan-dusk)}.page-koan--dusk #page-koan .k-acc-item.is-open .k-feat-pill{background:rgba(134,134,172,.3);border-color:var(--koan-dusk);color:#f2f1fa}.page-koan--dusk #page-koan .k-acc-header:focus-visible{outline:2px solid rgba(134,134,172,.65);outline-offset:2px}#page-koan .k-btn-teal{background:var(--koan-ink);box-shadow:0 4px 14px rgba(15,14,71,.4)}#page-koan .k-btn-teal:hover{box-shadow:0 10px 28px rgba(15,14,71,.35)}#page-koan .k-hero-sub{text-align:left}#page-koan .k-teal-inner--center{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);align-items:center;text-align:left}#page-koan .k-teal-inner--center .k-feat-head{margin:0;max-width:min(42rem,100%)}#page-koan .k-teal-inner--center .k-feat-title{text-align:left}#page-koan .k-teal-inner--center .k-feat-lead{text-align:left;margin-left:0;margin-right:0;margin-top:1.25rem;max-width:none}#page-koan .k-teal-inner--center .k-feat-aside{margin:0;width:100%;max-width:min(44rem,100%);justify-self:end}#page-koan .k-teal-inner--center .k-feat-aside .k-eyebrow-gold{text-align:left}#page-koan .k-teal-inner--center .k-feat-aside .k-acc{margin:.35rem 0 0;width:100%;max-width:none}@media (max-width:1023px){#page-koan .k-teal-inner--center{grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2rem)}#page-koan .k-teal-inner--center .k-feat-aside{justify-self:stretch;max-width:none}}#page-koan .k-why-hdr{justify-content:center}.k-hero{width:100%;padding:120px var(--section-px) var(--section-py);background:#fff;text-align:center}.k-hero-inner{max-width:56rem;margin:0 auto}.k-hero-h1{font-family:var(--fh);font-weight:900;font-size:clamp(2.35rem,7vw,5.8rem);line-height:.98;letter-spacing:-.04em;color:var(--azure)}.k-hero-h1 .kh-teal{color:var(--koan-teal)}.k-hero-sub{margin-top:1.5rem;font-family:var(--fh);font-size:clamp(1.05rem,2.2vw,1.85rem);font-weight:500;line-height:1.35;color:var(--azure);max-width:52rem;margin-left:auto;margin-right:auto}.k-hero-sub--desk{display:block}.k-hero-sub--mob{display:none}@media (max-width:1023px){.k-hero{padding-top:max(7.5rem,calc(1.5rem + env(safe-area-inset-top, 0px)));padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px));padding-bottom:var(--section-py)}.k-hero-sub--desk{display:none}.k-hero-sub--mob{display:block}}.k-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.k-btn-teal,.k-hero-cta{justify-content:center;align-items:center}.k-btn-teal{display:inline-flex;gap:.5rem;min-height:auto;padding:.85rem 1.75rem;border-radius:38px;background:var(--koan-band,var(--azure));color:#fff!important;font-family:var(--fh);font-weight:700;font-size:1.15rem;line-height:1.2;text-decoration:none;border:none;cursor:pointer;transition:all var(--t);box-shadow:0 4px 14px rgba(25,62,96,.4)}.k-btn-teal:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(25,62,96,.38)}.k-btn-outline-gold:focus-visible,.k-btn-teal:focus-visible{outline:2px solid var(--koan-teal);outline-offset:3px}.k-btn-outline-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:auto;padding:.85rem 1.75rem;border-radius:38px;border:2px solid var(--koan-gold);background:transparent;color:var(--azure)!important;font-family:var(--fh);font-weight:700;font-size:1.15rem;line-height:1.2;cursor:pointer;text-decoration:none;transition:background var(--t),color var(--t),transform var(--t);box-shadow:none}.k-btn-outline-gold:hover{background:rgba(67,115,124,.12);transform:translateY(-2px)}.k-btn-outline-gold .k-chevron{width:11px;height:18px}.k-hero-shot{width:min(100%,64rem);max-width:64rem;margin-inline:auto;margin-block:clamp(2rem,4.5vw,3.5rem);padding:0 clamp(.5rem,3vw,2rem);overflow:hidden}.k-hero-shot img{display:block;width:100%;height:auto;object-fit:contain;margin-block:-12%}.k-stats-wrap{width:100%;max-width:110rem;margin:0 auto;padding:0 var(--section-px);box-sizing:border-box}.k-stats-line{border:none;border-top:1px solid rgba(112,112,112,.35);margin:0}.k-stats-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;grid-gap:0;gap:0;max-width:90rem;margin:0 auto;padding:1rem 0 1.25rem;box-sizing:border-box}.k-stat-div{width:1px;align-self:stretch;min-height:4rem;background:rgba(112,112,112,.45)}.k-stat{text-align:center;padding:0 .5rem;flex-direction:column;height:100%}.k-stat,.k-stat-val{display:flex;align-items:center;min-height:0}.k-stat-val{font-family:var(--fh);font-weight:900;font-size:clamp(2rem,5vw,6.75rem);line-height:1;letter-spacing:-.03em;color:var(--azure);justify-content:center;flex:1 1 auto;width:100%}.k-stat-core{display:inline-block;line-height:1}.k-stat-lbl{font-family:var(--fh);font-size:clamp(.55rem,1.2vw,1.05rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--azure);margin-top:.35rem;opacity:.92;flex-shrink:0;width:100%}.k-stat-plus{display:inline;color:var(--koan-teal)}.k-stat-val--fiscal{display:flex;justify-content:center;align-items:center;font-family:var(--fh)}.k-stat-fiscal-word{display:inline-block;line-height:1}.k-stat-fiscal-check{display:inline-block;vertical-align:-.2em;width:1.7cap;height:1.7cap;min-width:.95em;min-height:.95em;margin-left:.1em;color:var(--koan-teal);flex:none}.k-teal{background:var(--koan-band,var(--koan-teal));border:1px solid var(--koan-line);padding:var(--section-py) var(--section-px)}#clientes,#contacto,#koan-cta,#koan-features,#por-que-wasabi,#productos,#software-a-la-medida{scroll-margin-top:calc(88px + 1.25rem)}.k-teal-inner{max-width:110rem;margin:0 auto}.k-teal-inner--center{text-align:center}.k-feat-head{margin:0 auto 1.25rem;max-width:52rem}.k-eyebrow-gold{font-family:var(--fh);font-size:clamp(.85rem,1.5vw,1.1rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--koan-gold);margin-bottom:.5rem}.k-feat-title{font-family:var(--fh);font-weight:900;font-size:clamp(1.75rem,4vw,4.85rem);line-height:1.05;letter-spacing:-.03em;color:#fff;max-width:none;text-align:center}.k-feat-title .kt-gold{color:var(--koan-gold)}.k-feat-title-dim{color:#ebeae3;font-weight:900}.k-feat-lead{font-family:var(--fh);font-size:clamp(1rem,1.8vw,1.9rem);font-weight:500;line-height:1.35;color:#fff;max-width:42rem;margin:1.25rem auto 0;text-align:center;opacity:.95}.k-acc{width:100%;max-width:44rem;margin:.75rem auto 0;--k-acc-bg-open:var(--koan-azure-accordion-open);text-align:left;overflow:visible}.k-acc,.k-acc-item{border:none;border-radius:0}.k-acc-item{margin:0;border-bottom:1px solid rgba(255,255,255,.2);overflow:hidden;background:transparent;transition:background .2s ease,color .2s ease,border-radius .2s ease,box-shadow .2s ease}.k-acc-item.is-open,.k-acc-item:hover:not(.is-open){background:var(--k-acc-bg-open);border-radius:0;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.14)}.k-acc-h3{margin:0;font-size:inherit;line-height:inherit;font-weight:inherit}.k-acc-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0;padding:1.05rem 1.1rem 1.05rem 1.2rem;text-align:left;font:inherit;border:none;cursor:pointer;color:#fff;background:transparent;font-family:var(--fh);font-weight:700;font-size:clamp(.9rem,1.4vw,1.1rem);line-height:1.3;transition:color .2s ease,background .2s ease}.k-acc-item.is-open .k-acc-header,.k-acc-item.is-open .k-acc-title{color:var(--koan-teal)}.k-acc-item.is-open .k-acc-header{background:transparent}.k-acc-item:hover:not(.is-open) .k-acc-header{color:var(--koan-teal)}.k-acc-header:focus{outline:none}.k-acc-header:focus-visible{outline:2px solid rgba(160,220,230,.7);outline-offset:2px}.k-acc-title{flex:1 1;min-width:0;text-align:left;text-transform:none;letter-spacing:.01em;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.k-acc-toggle{flex-shrink:0;width:2.15rem;height:2.15rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--k-acc-bg-open);border:none;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.k-acc-item:hover:not(.is-open) .k-acc-toggle{background:#3d6774;background:color-mix(in srgb,var(--koan-teal) 38%,var(--k-acc-bg-open) 62%);color:var(--koan-teal);box-shadow:none}.k-acc-item.is-open .k-acc-toggle{background:var(--koan-teal);color:#fff;box-shadow:none}.k-acc-icon{font-size:1.65rem;font-weight:400;line-height:1;display:block;margin-top:-3px;letter-spacing:0}.k-acc-panel{text-align:left;border-top:none;background:transparent;display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.k-acc-panel.is-open{grid-template-rows:1fr}.k-acc-panel-inner{min-height:0;overflow:hidden;padding:0 1.2rem}.k-acc-panel-inner>p{padding-top:.2rem}.k-acc-panel-inner>.k-feat-pills{padding-bottom:1.2rem}@media (prefers-reduced-motion:reduce){.k-acc-panel{transition:none}}.k-acc-panel p{font-family:var(--fh);font-size:clamp(.9rem,1.3vw,1.1rem);font-weight:500;line-height:1.5;color:#fff;max-width:none;margin:0;text-align:left;opacity:.98;transition:color .2s ease}.k-acc .k-feat-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;justify-content:flex-start}.k-acc .k-feat-pill{display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:38px;border:1.5px solid var(--koan-teal);background:rgba(25,62,96,.22);font-family:var(--fh);font-size:clamp(.65rem,1.1vw,.78rem);font-weight:700;color:var(--koan-teal);letter-spacing:.02em;transition:border-color .2s ease,color .2s ease,background .2s ease}.k-acc-item.is-open .k-feat-pill{border-color:var(--koan-teal);color:var(--koan-teal);background:rgba(25,62,96,.28)}.k-fiscal{padding:var(--section-py) var(--section-px);background:#fff;border-bottom:1px solid rgba(25,62,96,.12)}.k-fiscal-inner{max-width:110rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(2.25rem,5vw,4.5rem);gap:clamp(2.25rem,5vw,4.5rem);align-items:center}.k-fiscal-eyebrow{font-family:var(--fh);font-weight:700;font-size:clamp(.78rem,1.15vw,.9rem);letter-spacing:.14em;text-transform:uppercase;color:var(--koan-teal);margin:0 0 .75rem}.k-fiscal-title{font-family:var(--fh);font-weight:900;font-size:clamp(1.9rem,3.6vw,3.6rem);line-height:1.05;letter-spacing:-.03em;color:var(--azure);margin:0 0 1.1rem;max-width:20ch}.k-fiscal-title .kw-teal{color:var(--koan-teal)}.k-fiscal-body{font-family:var(--fh);font-size:clamp(1.05rem,1.65vw,1.32rem);font-weight:500;line-height:1.45;color:var(--azure);margin:0 0 1.5rem;max-width:34rem}.k-fiscal-list{list-style:none;margin:0;padding:0;max-width:34rem}.k-fiscal-list li{font-family:var(--fh);font-size:clamp(1rem,1.45vw,1.2rem);font-weight:600;line-height:1.35;color:var(--azure);padding:.85rem 0;border-top:1px solid rgba(25,62,96,.14)}.k-fiscal-list li:last-child{border-bottom:1px solid rgba(25,62,96,.14)}.k-fiscal-proof{margin:0;justify-self:center;width:min(100%,27rem)}.k-fiscal-proof-link{display:block;text-decoration:none;color:inherit}.k-fiscal-proof-link:focus-visible{outline:2px solid var(--koan-teal);outline-offset:3px}.k-fiscal-proof img{display:block;width:100%;height:auto;border:1px solid rgba(25,62,96,.16);border-radius:4px}.k-fiscal-caption{margin-top:.55rem;font-family:var(--fh);font-weight:500;font-size:.8rem;letter-spacing:.02em;color:rgba(25,62,96,.62);text-align:center}@media (max-width:1023px){.k-fiscal-inner{grid-template-columns:1fr;gap:2rem}.k-fiscal-proof{width:min(100%,26rem)}}.k-why{padding:var(--section-py) var(--section-px);background:var(--koan-band,var(--koan-teal));border:1px solid var(--koan-line)}.k-why-inner{max-width:110rem;margin:0 auto}.k-why-inner--split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:clamp(2.25rem,5vw,4.5rem);gap:clamp(2.25rem,5vw,4.5rem);align-items:center}@media (max-width:1023px){.k-why-inner--split{grid-template-columns:1fr;align-items:start;gap:clamp(1rem,3vw,1.5rem)}}@media (max-width:640px){.k-why-inner--split{gap:.85rem}}.k-why-hdr{display:flex;flex-direction:column;justify-content:center;margin-bottom:0}.k-why-hdr .eyebrow{color:var(--koan-teal);margin-bottom:.75rem;font-size:clamp(.78rem,1.15vw,.9rem)}.k-why-hdr .eyebrow:after{display:none}.k-why-title{font-family:var(--fh);font-weight:900;font-size:clamp(2.2rem,4.85vw,5.45rem);line-height:1.05;letter-spacing:-.03em;color:#fff;margin-top:.35rem;max-width:18ch}.k-why-title .kw-teal{color:var(--koan-teal)}.k-why-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(1.35rem,2.5vw,1.85rem)}.k-why-item{--k-why-title-fs:clamp(1.15rem,2.05vw,1.65rem);--k-why-check-size:1.75cap;display:grid;grid-template-columns:1fr;grid-row-gap:.4rem;row-gap:.4rem;align-items:start}.k-why-bad{grid-column:1/-1;grid-row:1;font-family:var(--fh);font-size:clamp(.95rem,1.55vw,1.18rem);font-weight:500;text-decoration:line-through;color:rgba(235,234,227,.5);margin:0 0 .2rem}.k-why-item-head{display:flex;align-items:flex-start;gap:.5rem;min-width:0;grid-column:1/-1;grid-row:2}.k-why-check{font-family:var(--fh);font-size:var(--k-why-title-fs);line-height:0;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--k-why-check-size,1.75cap);height:var(--k-why-check-size,1.75cap);min-width:1.1em;min-height:1.1em;box-sizing:border-box;margin:max(0px,calc(.5 * (1.2 * 1em - var(--k-why-check-size, 1.75cap)))) 0 0 0;padding:0;overflow:hidden}.k-why-check-svg{display:block;width:100%;height:100%;flex-shrink:0}.k-why-check-path{stroke:var(--koan-gold);stroke-width:2.75}.k-why-item-title{flex:1 1;min-width:0;font-family:var(--fh);font-weight:700;font-size:var(--k-why-title-fs);line-height:1.2;color:#fff;margin:0}.k-why-item:nth-child(2) .k-why-item-title{color:var(--koan-teal)}.k-why-body{grid-column:1/-1;grid-row:3;font-family:var(--fh);font-size:clamp(1.05rem,1.65vw,1.32rem);font-weight:500;line-height:1.4;color:rgba(235,234,227,.88);margin:0}.k-cta-bottom{position:relative;padding:var(--section-py) var(--section-px);background:#fff;text-align:center}.k-cta-bottom h2{font-family:var(--fh);font-weight:900;font-size:clamp(2rem,5vw,4.85rem);line-height:1.05;letter-spacing:-.03em;color:var(--azure);margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.12em}.k-cta-h2-line1,.k-cta-h2-line2{display:block}.k-cta-bottom h2 .k-gold{color:var(--koan-gold)}.k-cta-bottom>p{font-family:var(--fh);font-size:clamp(1rem,2vw,1.45rem);font-weight:500;line-height:1.4;color:var(--azure);max-width:48rem;margin:0 auto 2rem}.k-cta-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.k-cta-row .k-cta-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.k-cta-row .k-cta-icon--whatsapp{color:currentColor}.k-cta-back{display:inline-flex;align-items:center;justify-content:center;margin-top:1.25rem;font-family:var(--fh);font-weight:600;font-size:1rem;line-height:1.2;color:rgba(15,14,71,.62);text-decoration:none;transition:color var(--t)}.k-cta-back:hover{color:var(--azure)}.k-cta-back:focus-visible,.k-cta-bottom .k-btn-gold-fill:focus-visible,.k-cta-bottom .k-btn-white-outline:focus-visible{outline:2px solid var(--koan-gold);outline-offset:3px}@media (min-width:481px){#page-koan .k-cta-row,#page-koan .k-hero-cta{align-items:stretch;max-width:36rem;margin-left:auto;margin-right:auto}#page-koan .k-cta-row .k-btn-gold-fill,#page-koan .k-cta-row .k-btn-teal,#page-koan .k-cta-row .k-btn-white-outline,#page-koan .k-hero-cta .k-btn-outline-gold,#page-koan .k-hero-cta .k-btn-teal{flex:1 1;min-width:0;max-width:none;justify-content:center;box-sizing:border-box}}.k-btn-gold-fill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:auto;min-height:auto;padding:.85rem 1.75rem;border-radius:38px;background:var(--koan-gold);color:#fff!important;font-family:var(--fh);font-weight:700;font-size:1.15rem;line-height:1.2;text-decoration:none;border:none;cursor:pointer;transition:all var(--t);box-shadow:0 4px 14px rgba(25,62,96,.12)}.k-btn-gold-fill:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 10px 28px rgba(25,62,96,.16)}.k-btn-white-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:auto;min-height:auto;padding:.85rem 1.75rem;border-radius:38px;border:2px solid var(--koan-teal);background:transparent;color:#fff!important;font-family:var(--fh);font-weight:700;font-size:1.15rem;line-height:1.2;cursor:pointer;text-decoration:none;transition:background var(--t),transform var(--t)}.k-btn-white-outline:hover{background:rgba(67,115,124,.25);transform:translateY(-2px)}.k-btn-white-outline .k-chevron{width:11px;height:18px}#page-koan .k-btn-outline-gold,#page-koan .k-btn-white-outline{border:2px solid var(--koan-teal)}#page-koan .k-cta-bottom .k-btn-white-outline{color:var(--azure)!important}#page-koan .k-cta-bottom .k-btn-white-outline:hover{background:rgba(134,134,172,.12)}html.theme-dark #page-koan .k-hero{background:#0b1f32}html.theme-dark #page-koan .k-hero-h1,html.theme-dark #page-koan .k-hero-sub,html.theme-dark #page-koan .k-stat-lbl,html.theme-dark #page-koan .k-stat-val{color:var(--platinum)}html.theme-dark #page-koan .k-stat-fiscal-check,html.theme-dark #page-koan .k-stat-plus{color:var(--koan-teal)}html.theme-dark #page-koan .k-fiscal{background:#0b1f32;border-color:rgba(235,234,227,.14)}html.theme-dark #page-koan .k-fiscal-body,html.theme-dark #page-koan .k-fiscal-list li,html.theme-dark #page-koan .k-fiscal-title{color:var(--platinum)}html.theme-dark #page-koan .k-fiscal-list li{border-color:rgba(235,234,227,.18)}html.theme-dark #page-koan .k-fiscal-proof img{border-color:rgba(235,234,227,.25)}html.theme-dark #page-koan .k-fiscal-caption{color:rgba(235,234,227,.62)}html.theme-dark #page-koan .k-why{background:#0b1f32;border-color:rgba(235,234,227,.14)}html.theme-dark #page-koan .k-cta-bottom{background:#0b1f32}html.theme-dark #page-koan .k-cta-bottom h2,html.theme-dark #page-koan .k-cta-bottom>p{color:var(--platinum)}html.theme-dark #page-koan .k-cta-back{color:rgba(235,234,227,.72)}html.theme-dark #page-koan .k-cta-back:hover{color:#fff}html.theme-dark #page-koan .k-cta-bottom .k-btn-white-outline{color:#fff!important}html.theme-dark #page-koan .k-why-hdr .eyebrow{color:var(--koan-teal)}html.theme-dark #page-koan .k-why-item-title,html.theme-dark #page-koan .k-why-title{color:var(--platinum)}html.theme-dark #page-koan .k-why-item:nth-child(2) .k-why-item-title,html.theme-dark #page-koan .k-why-title .kw-teal{color:var(--koan-teal)}html.theme-dark #page-koan .k-why-bad{color:rgba(163,189,212,.52)}html.theme-dark #page-koan .k-why-body{color:rgba(235,234,227,.88)}html.theme-dark .page-koan footer{background:#0b1f32;border-top-color:rgba(235,234,227,.2)}html.theme-dark .page-koan .f-copy,html.theme-dark .page-koan .f-links a{color:var(--platinum)}@media (max-width:1200px) and (min-width:1024px){.nav-links{gap:clamp(.5rem,1.2vw,1.25rem)}.nav-links a,.nav-links button{font-size:1.05rem}}@media (max-width:640px){.k-stats-wrap{padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px));box-sizing:border-box}.k-stats-grid{display:flex;flex-direction:column;align-items:stretch;padding:.35rem 0 .75rem}.k-stat-div{display:none}.k-stat{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%;height:auto;padding:.75rem .5rem;border-bottom:1px solid rgba(112,112,112,.28);box-sizing:border-box}.k-stat:last-of-type{border-bottom:none}.k-stat-val{flex:0 0 auto;justify-content:center;font-size:clamp(1.75rem,9vw,2.5rem)}.k-stat-lbl,.k-stat-val{width:100%;max-width:100%}.k-stat-lbl{text-align:center;font-size:.65rem}.k-stat-core{position:relative}.k-stat-plus{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:.06em}.k-stat-fiscal-word{position:relative}.k-stat-fiscal-check{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:.12em;vertical-align:0}}@media (max-width:480px){.k-hero-cta{flex-direction:column;align-items:stretch;max-width:100%}.k-hero-cta .k-btn-outline-gold,.k-hero-cta .k-btn-teal{width:100%;max-width:100%;justify-content:center;box-sizing:border-box}.cta-actions{flex-direction:column;align-items:stretch;max-width:100%}.cta-actions .btn-azure,.cta-actions .nav-cta{width:100%;max-width:100%;justify-content:center;box-sizing:border-box}.k-cta-row{flex-direction:column;align-items:stretch;max-width:100%}.k-cta-row .k-btn-gold-fill,.k-cta-row .k-btn-white-outline{width:100%;max-width:100%;justify-content:center;box-sizing:border-box}.k-cta-back{width:100%}.k-cta-bottom,.k-fiscal,.k-teal,.k-why{padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px))}.k-feat-title{word-wrap:break-word;overflow-wrap:anywhere}}@media (max-width:1023px){#page-home>.hero{padding-top:max(112px,env(safe-area-inset-top,0px));padding-bottom:var(--section-py);padding-left:max(var(--section-px),env(safe-area-inset-left,0px));padding-right:max(var(--section-px),env(safe-area-inset-right,0px))}#page-home>.cta-s,#page-home>.section-band,#page-home>.why{padding:var(--section-py) max(var(--section-px),env(safe-area-inset-right,0px)) var(--section-py) max(var(--section-px),env(safe-area-inset-left,0px))}}.legal-page{max-width:44rem;margin:0 auto;padding:calc(88px + 3rem) 1.5rem 6rem;color:var(--text-body)}.legal-page .legal-back{margin:0 0 2rem}.legal-page .legal-back a{color:var(--azure);font-weight:700;text-decoration:none}.legal-page .legal-back a:hover{color:var(--lime-dim)}.legal-page h1{font-family:var(--fh);color:var(--azure);font-size:2.25rem;margin:0}.legal-page .legal-meta{margin:.5rem 0 2rem;color:var(--text-muted);font-size:.95rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-family:var(--fh);color:var(--azure);font-size:1.2rem;margin:0 0 .75rem}.legal-page p{margin:0;line-height:1.65}.legal-page p+p{margin-top:.75rem}.legal-page section a{color:var(--azure);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:anywhere}.legal-page section a:hover{color:var(--lime-dim)}.legal-page .legal-back a:focus-visible,.legal-page section a:focus-visible{outline:2px solid var(--azure);outline-offset:2px;border-radius:4px}.legal-page ul{margin:.75rem 0 0;padding-left:1.4rem;list-style:disc}.legal-page li{line-height:1.65}.legal-page li+li{margin-top:.4rem}.legal-page li::marker{color:var(--azure)}@media (max-width:430px){.legal-page{padding-top:calc(88px + 2rem)}.legal-page h1{font-size:1.85rem}}html.theme-dark .legal-page,html.theme-dark .legal-page h1,html.theme-dark .legal-page h2{color:var(--platinum)}html.theme-dark .legal-page .legal-back a,html.theme-dark .legal-page section a{color:var(--lime)}html.theme-dark .legal-page .legal-back a:focus-visible,html.theme-dark .legal-page section a:focus-visible{outline-color:var(--lime)}html.theme-dark .legal-page li::marker{color:var(--lime)}