@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500&display=swap");:root,html[data-theme=light]{--malu-lavender:#d0d8ef;--malu-porcelain:#fffdf6;--malu-vanilla:#e6ebaa;--malu-white:#ffffff;--bg:var(--malu-lavender);--surface:var(--malu-white);--surface-warm:var(--malu-porcelain);--surface-alt:color-mix(in srgb,var(--malu-lavender) 72%,var(--malu-vanilla) 28%);--text:oklch(from var(--malu-lavender) calc(l * 0.36) c h);--text-muted:oklch(from var(--malu-lavender) calc(l * 0.48) c h);--primary:oklch(from var(--malu-lavender) calc(l * 0.42) c h);--primary-strong:oklch(from var(--malu-lavender) calc(l * 0.34) c h);--accent:var(--malu-vanilla);--accent-soft:color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-white) 45%);--border:color-mix(in srgb,var(--malu-lavender) 48%,var(--malu-white) 52%);--shadow:0 16px 50px color-mix(in srgb,var(--malu-lavender) 24%,transparent);--shadow-sm:0 6px 18px color-mix(in srgb,var(--malu-lavender) 16%,transparent);--cta-gradient:linear-gradient(135deg,var(--malu-vanilla),color-mix(in srgb,var(--malu-lavender) 45%,var(--malu-white) 55%));--avatar-gradient:linear-gradient(135deg,var(--malu-vanilla),color-mix(in srgb,var(--malu-lavender) 68%,var(--malu-vanilla) 32%));--header-bg:var(--malu-white);--header-border:color-mix(in srgb,var(--malu-lavender) 72%,var(--malu-vanilla) 28%);--header-shadow:0 8px 28px color-mix(in srgb,var(--malu-lavender) 16%,transparent);--header-nav-hover:color-mix(in srgb,var(--malu-lavender) 14%,var(--malu-white) 86%);--header-nav-active:color-mix(in srgb,var(--malu-vanilla) 42%,var(--malu-white) 58%);--hover-surface:color-mix(in srgb,var(--malu-lavender) 16%,var(--malu-white) 84%);--hover-border:color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-vanilla) 45%);--focus-ring:color-mix(in srgb,var(--malu-lavender) 30%,transparent);--cta-text:var(--primary-strong);--tint-soft:color-mix(in srgb,var(--malu-lavender) 18%,transparent);--tint-mid:color-mix(in srgb,var(--malu-lavender) 30%,transparent);--tint-strong:color-mix(in srgb,var(--malu-lavender) 48%,transparent);--tint-vanilla:color-mix(in srgb,var(--malu-vanilla) 42%,transparent);--hub-spoke-stroke:color-mix(in srgb,var(--malu-lavender) 45%,var(--primary-strong) 55%);color:var(--text);background:var(--bg)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;width:100%;max-width:100%;font-family:Manrope,Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}article[id],section[id]{scroll-margin-top:88px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}h1,h2,h3,h4{color:var(--text)}.page-shell{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%}.page-content{flex:1 1;width:100%;max-width:100%;min-width:0;overflow-x:clip}.container{width:100%;max-width:1200px;padding-inline:20px;margin-inline:auto;box-sizing:border-box}.pill{padding:10px 16px;border-radius:999px;border:1px solid var(--border);background:var(--hover-surface);font-weight:600;display:inline-flex;gap:8px;align-items:center;width:-moz-fit-content;width:fit-content}.hero-pill,.pill{color:var(--primary-strong)}.hero-pill{font-size:clamp(10px,1.05vw,12px);padding:8px 12px;line-height:1.35;letter-spacing:.02em;max-width:100%;text-wrap:balance;border-color:color-mix(in srgb,var(--malu-vanilla) 42%,var(--malu-lavender) 58%);background:linear-gradient(135deg,var(--malu-white) 0,color-mix(in srgb,var(--malu-porcelain) 58%,var(--malu-vanilla) 42%) 100%);box-shadow:0 8px 20px color-mix(in srgb,var(--malu-lavender) 18%,transparent)}.hero-pill--short{display:none}@media (min-width:721px){.hero-pill--full{white-space:nowrap}}.cta{display:inline-flex;align-items:center;gap:10px;background:var(--cta-gradient);border:none;color:var(--cta-text);padding:12px 18px;border-radius:14px;font-weight:700;cursor:pointer;box-shadow:0 12px 30px var(--focus-ring);transition:transform .18s ease,box-shadow .18s ease;text-decoration:none}.cta:hover{transform:translateY(-2px);box-shadow:0 16px 40px var(--focus-ring)}.ghost-btn{padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface);font-weight:600;color:var(--text);cursor:pointer;transition:border .16s ease,box-shadow .16s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.ghost-btn:hover{border-color:var(--primary);box-shadow:0 10px 22px color-mix(in srgb,var(--border) 35%,transparent)}.card{background:var(--surface);border-radius:18px;padding:22px;border:1px solid var(--border);box-shadow:var(--shadow)}.grid{display:grid;grid-gap:18px;gap:18px}.tag{padding:6px 10px;border-radius:12px;background:var(--hover-surface);color:var(--primary-strong);font-weight:600;font-size:12px}html.nav-drawer-open{overflow:hidden}html.nav-drawer-open body{touch-action:none;overscroll-behavior:none}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--header-bg);border-bottom:2px solid var(--header-border);box-shadow:var(--header-shadow);width:100%;max-width:100%}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.app-header{background:var(--header-bg)}}.app-header-inner{height:74px;gap:24px;width:100%}.app-header-inner,.brand{display:flex;align-items:center;min-width:0}.brand{gap:0;font-weight:800;font-size:20px;color:var(--primary-strong);text-decoration:none}.brand-logo{width:auto;max-width:100%;object-fit:contain}.nav-main{display:flex;gap:18px;align-items:center;flex:1 1}.nav-link{padding:10px 12px;border-radius:12px;font-weight:600;color:var(--text-muted);transition:background-color .14s ease,color .14s ease;touch-action:manipulation}.nav-link:hover{color:var(--primary-strong);background:var(--header-nav-hover)}.nav-link.active{color:var(--primary-strong);background:var(--header-nav-active);border:1px solid color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-vanilla) 45%);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-porcelain) 70%,var(--malu-vanilla) 30%)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.app-header .cta{box-shadow:0 10px 24px color-mix(in srgb,var(--malu-lavender) 22%,transparent),inset 0 1px 0 color-mix(in srgb,var(--malu-porcelain) 60%,var(--malu-vanilla) 40%)}.header-cta-short{display:none}.nav-mobile-toggle{display:none;touch-action:manipulation}.nav-drawer-overlay{position:fixed;inset:0;border:none;padding:0;margin:0;background:color-mix(in srgb,var(--malu-lavender) 58%,transparent);z-index:40;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease;will-change:opacity}.nav-drawer-overlay.is-visible{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;right:0;width:min(320px,86vw);height:100dvh;background:var(--malu-porcelain);box-shadow:-12px 0 32px color-mix(in srgb,var(--malu-lavender) 28%,transparent);z-index:50;transform:translate3d(100%,0,0);transition:transform .22s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;visibility:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nav-drawer.is-open{transform:translateZ(0);visibility:visible}.nav-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:2px solid var(--header-border);background:color-mix(in srgb,var(--malu-vanilla) 28%,var(--malu-porcelain) 72%)}.nav-drawer-title{font-weight:700;color:var(--text);font-size:15px}.nav-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface);border-radius:10px;color:var(--primary-strong);cursor:pointer}.nav-drawer-close:focus-visible,.nav-mobile-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-drawer-body{display:flex;flex-direction:column;gap:6px;padding:14px 12px;flex:1 1;overflow-y:auto}.nav-drawer-link{display:block;padding:12px 14px;border-radius:12px;font-weight:600;color:var(--text-muted);transition:background-color .14s ease,color .14s ease;touch-action:manipulation}.nav-drawer-link:hover{color:var(--primary-strong);background:var(--header-nav-hover)}.nav-drawer-link.active{color:var(--primary-strong);background:var(--header-nav-active);border:1px solid color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-vanilla) 45%)}.nav-drawer-foot{padding:16px 18px 24px;border-top:1px solid var(--border)}.nav-drawer-cta{width:100%;justify-content:center;text-align:center}.brand-name{color:var(--primary-strong);font-size:20px;font-weight:800}@media (max-width:880px){.app-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--header-bg)}.app-header .container{padding-inline:16px}article[id],section[id]{scroll-margin-top:72px}.nav-main{display:none}.app-header-inner{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;grid-gap:8px;gap:8px;height:auto;min-height:56px;padding-block:8px}.brand{grid-column:2;justify-self:center;gap:10px;font-size:18px;width:100%;max-width:100%;min-width:0;justify-content:center;overflow:hidden}.brand-logo{height:42px!important;max-width:min(160px,52vw)!important;width:auto!important}.brand-name{display:inline;font-size:18px}.header-actions{display:none}.nav-mobile-toggle{grid-column:1;grid-row:1;justify-self:start;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:1.5px solid var(--header-border);background:var(--header-nav-hover);border-radius:12px;color:var(--primary-strong);cursor:pointer}}@media (max-width:480px){.app-footer .container,.app-header .container,.container,.hero-section .container.hero-grid{padding-inline:16px}.brand-name{font-size:17px}.brand-logo{height:38px!important;max-width:min(144px,48vw)!important}.hero-title{font-size:1.45rem}.hero-pill--short{font-size:9px;padding:8px 10px}.hero-subtitle{font-size:14px}.hero-actions .cta,.hero-actions .ghost-btn{padding-inline:14px;font-size:14px}.hero-logo{max-width:min(160px,52vw)!important}}@media (prefers-reduced-motion:reduce){.nav-drawer,.nav-drawer-overlay{transition:none;will-change:auto}}.hero-section{background:radial-gradient(circle at 78% 18%,color-mix(in srgb,var(--malu-white) 72%,transparent),transparent 38%),radial-gradient(circle at 18% 82%,color-mix(in srgb,var(--malu-vanilla) 32%,transparent),transparent 34%),var(--bg);padding:clamp(48px,8vw,64px) 0 clamp(40px,6vw,56px)}.hero-grid,.hero-section{width:100%;max-width:100%}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));align-items:center;grid-gap:40px;gap:40px;min-width:0}.hero-copy,.hero-grid>*{min-width:0;max-width:100%}.hero-copy{display:grid;grid-gap:16px;gap:16px;width:100%}.hero-title{font-size:clamp(32px,4vw,48px);margin:0;color:var(--text);line-height:1.12;overflow-wrap:anywhere;word-break:normal;max-width:100%}.hero-title-line{display:inline}.hero-title-line--lead{color:var(--primary-strong)}.hero-title-line--accent{display:inline}.hero-title-chroma{font-style:normal;font-weight:800}.hero-title-chroma--mental{background:linear-gradient(128deg,var(--primary-strong) 0,color-mix(in srgb,var(--primary) 72%,var(--malu-lavender) 28%) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title-chroma--join{color:color-mix(in srgb,var(--text-muted) 55%,var(--primary-strong) 45%);font-weight:700}.hero-title-chroma--wellness{background:linear-gradient(128deg,color-mix(in srgb,var(--primary-strong) 68%,var(--malu-vanilla) 32%) 0,var(--primary-strong) 55%,color-mix(in srgb,var(--primary) 58%,var(--malu-lavender) 42%) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title em,.hero-title-line--accent em{color:var(--primary-strong);font-style:normal}.hero-subtitle-brand{font-weight:800;background:linear-gradient(120deg,var(--primary-strong) 0,color-mix(in srgb,var(--primary) 62%,var(--malu-vanilla) 38%) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{margin:0;color:var(--text-muted);font-size:17px;line-height:1.6;max-width:100%;overflow-wrap:anywhere}.hero-bullets{margin:4px 0 0;padding-left:22px;display:grid;grid-gap:8px;gap:8px;color:var(--text);font-size:16px;line-height:1.55;max-width:100%}.hero-bullets li::marker{color:var(--primary-strong);font-weight:700}.hero-legal{margin:4px 0 0;font-size:14px;line-height:1.55;border-left:3px solid color-mix(in srgb,var(--malu-vanilla) 55%,var(--primary) 45%);padding:4px 0 4px 14px}.hero-disclaimer,.hero-legal{color:var(--text-muted);max-width:100%;overflow-wrap:anywhere}.hero-disclaimer{margin:6px 0 0;font-size:13.5px;line-height:1.5}.hero-disclaimer,.hero-disclaimer em{font-style:italic}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:8px}.hero-actions,.hero-art{display:flex;max-width:100%}.hero-art{justify-self:center;animation:float 3s ease-in-out infinite;width:100%;min-width:0;overflow:hidden}.hero-art,.hero-art>span{align-items:center;justify-content:center}.hero-art>span{display:flex!important;max-width:100%!important;min-width:0!important;line-height:0}.hero-art>span,.hero-logo{width:100%!important;height:auto!important}.hero-logo{max-width:280px!important;object-fit:contain;filter:drop-shadow(0 20px 40px color-mix(in srgb,var(--malu-lavender) 22%,transparent))}@media (min-width:721px){.hero-section{padding:clamp(52px,7vw,72px) 0 clamp(44px,6vw,60px)}.hero-section .container.hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);align-items:center;grid-gap:clamp(48px,7vw,96px);gap:clamp(48px,7vw,96px);max-width:1200px;margin-inline:auto;width:100%;padding-inline:20px}.hero-copy{justify-self:stretch;width:100%;max-width:none}.hero-disclaimer,.hero-legal,.hero-subtitle{max-width:660px}.hero-title{display:block;max-width:680px;font-size:clamp(36px,3.6vw,54px);line-height:1.08}.hero-title-line--lead{display:block;margin-bottom:6px}.hero-title-line--accent{display:block}.hero-title-line{display:inline}.hero-art{display:flex;justify-self:stretch;justify-content:center;align-items:center;width:100%;max-width:none}.hero-art>span{max-width:520px!important;width:100%!important}.hero-logo{max-width:min(500px,100%)!important}.hero-pill--full{display:inline-flex}.hero-pill--short{display:none}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.section{padding:clamp(52px,8vw,72px) 0;position:relative}.section-surface{background:var(--surface-warm)}.section-tinted{background:radial-gradient(circle at 88% 8%,color-mix(in srgb,var(--malu-lavender) 14%,transparent),transparent 32%),radial-gradient(circle at 6% 92%,color-mix(in srgb,var(--malu-vanilla) 22%,transparent),transparent 28%),var(--malu-white);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-lavender) 28%,transparent)}.section-pillars{box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-lavender) 22%,transparent)}.section-pillars .section-header:after{content:"";display:block;width:64px;height:4px;margin:14px auto 0;border-radius:999px;background:var(--cta-gradient)}.section-compliance-hub{overflow-x:clip;overflow-y:visible;position:relative;background:radial-gradient(circle at 12% 88%,color-mix(in srgb,var(--malu-lavender) 22%,transparent),transparent 40%),radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--malu-vanilla) 24%,transparent),transparent 36%),var(--surface-warm);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-lavender) 20%,transparent)}.section-modulos{background-color:var(--malu-white);background-image:linear-gradient(color-mix(in srgb,var(--malu-lavender) 10%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--malu-lavender) 10%,transparent) 1px,transparent 1px);background-size:28px 28px;box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-lavender) 18%,transparent)}.section-modulos .container{position:relative}.section-modulos .section-header{margin-bottom:40px}.section-modulos .section-header:after{content:"";display:block;width:64px;height:4px;margin:14px auto 0;border-radius:999px;background:var(--cta-gradient)}.section-planes{background:radial-gradient(ellipse 70% 55% at 12% 0,color-mix(in srgb,var(--malu-white) 55%,transparent),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,color-mix(in srgb,var(--malu-vanilla) 32%,transparent),transparent 52%),linear-gradient(180deg,var(--malu-lavender) 0,color-mix(in srgb,var(--malu-lavender) 88%,var(--malu-white) 12%) 100%);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-white) 35%,var(--malu-lavender) 65%)}.section-planes .section-header:after{content:"";display:block;width:72px;height:4px;margin:14px auto 0;border-radius:999px;background:var(--accent)}.section-community{overflow:hidden;background:radial-gradient(circle at 0 100%,color-mix(in srgb,var(--malu-vanilla) 28%,transparent),transparent 42%),radial-gradient(circle at 100% 0,color-mix(in srgb,var(--malu-lavender) 18%,transparent),transparent 36%),var(--surface-warm);border-top:1px solid color-mix(in srgb,var(--malu-lavender) 32%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-white) 40%,var(--malu-lavender) 60%)}.section-community .section-header:after{content:"";display:block;width:64px;height:4px;margin:14px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--primary-strong),var(--accent))}.section-cta{background:radial-gradient(ellipse 80% 70% at 50% 100%,color-mix(in srgb,var(--malu-vanilla) 38%,transparent),transparent 62%),linear-gradient(160deg,color-mix(in srgb,var(--malu-lavender) 72%,var(--malu-vanilla) 28%) 0,var(--malu-lavender) 52%,color-mix(in srgb,var(--malu-lavender) 82%,var(--malu-white) 18%) 100%)}.section-cta-card{text-align:center;display:grid;grid-gap:14px;gap:14px;justify-items:center;max-width:760px;margin:0 auto;padding:clamp(28px,4vw,40px);border:1.5px solid color-mix(in srgb,var(--malu-lavender) 42%,var(--malu-white) 58%);border-radius:20px;background:var(--malu-white);box-shadow:0 16px 40px color-mix(in srgb,var(--malu-lavender) 14%,transparent),inset 0 1px 0 color-mix(in srgb,var(--malu-white) 90%,var(--malu-vanilla) 10%)}.section-cta-card h2{margin:0}.section-cta-card p{margin:0;color:var(--text-muted);max-width:640px;line-height:1.6}.section-cta-card--plans{max-width:820px;gap:16px;padding:clamp(32px,4vw,48px);border-radius:24px;border:1.5px solid color-mix(in srgb,var(--malu-lavender) 45%,var(--malu-white) 55%);background:var(--malu-white);box-shadow:0 20px 48px color-mix(in srgb,var(--malu-lavender) 16%,transparent),inset 0 1px 0 color-mix(in srgb,var(--malu-white) 92%,var(--malu-vanilla) 8%)}.section-cta-card--plans h2{font-size:clamp(22px,2.8vw,30px);line-height:1.15}.planes-custom-cta-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px;color:var(--text);font-size:14px;line-height:1.5}.planes-custom-cta-list li:before{content:"•";margin-right:8px;color:var(--primary-strong);font-weight:800}.section-cta-card--plans .cta{margin-top:8px;min-width:min(100%,260px);justify-content:center}.section-contact{background:radial-gradient(circle at 0 100%,color-mix(in srgb,var(--malu-vanilla) 28%,transparent),transparent 42%),radial-gradient(circle at 100% 0,color-mix(in srgb,var(--malu-lavender) 18%,transparent),transparent 36%),var(--surface-warm);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-white) 40%,var(--malu-lavender) 60%)}.section-footer{margin-top:clamp(20px,3vw,28px);text-align:center}.section-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.community-content-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:4px;padding:6px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--tint-mid) transparent}.community-content-track::-webkit-scrollbar{height:6px}.community-content-track::-webkit-scrollbar-thumb{background:var(--tint-mid);border-radius:999px}.community-content-track>[role=listitem]{flex:0 0 auto}.community-content-card{display:flex;flex-direction:column;width:min(300px,78vw);min-height:100%;border-radius:20px;overflow:hidden;background:var(--surface);border:1px solid var(--tint-soft);box-shadow:var(--shadow-sm);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.community-content-card:hover{transform:translateY(-3px);border-color:var(--tint-mid);box-shadow:var(--shadow)}.community-content-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,var(--malu-porcelain) 0,color-mix(in srgb,var(--malu-lavender) 18%,var(--malu-porcelain) 82%) 100%)}.community-content-card-image{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.community-content-card:hover .community-content-card-image{transform:scale(1.04)}.community-content-card-body{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:18px 18px 20px}.community-content-card-theme{align-self:flex-start;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-strong);background:var(--hover-surface);border:1px solid var(--tint-soft)}.community-content-card-title{margin:0;font-size:1.12rem;font-weight:800;line-height:1.3;color:var(--primary-strong);letter-spacing:-.01em}.community-content-card-excerpt{margin:0;flex:1 1;color:var(--text-muted);font-size:14px;line-height:1.55}.community-content-card-inline-link{font-weight:700;color:var(--primary-strong);text-decoration:underline;text-underline-offset:3px}.community-content-card-inline-link:hover{color:var(--primary-strong)}.community-content-card-author{margin-top:4px;padding:12px 14px;border-radius:12px;background:var(--hover-surface);border:1px solid var(--hover-surface);text-align:center}.community-content-card-author-label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);margin-bottom:4px}.community-content-card-author strong{display:block;font-size:.95rem;color:var(--primary-strong);line-height:1.25;overflow-wrap:anywhere}.community-content-shell{margin-bottom:8px}.community-content-cta-wrap{margin:24px 0 0;text-align:center}.community-content-card--skeleton{min-height:420px;background:linear-gradient(110deg,color-mix(in srgb,var(--malu-lavender) 12%,var(--malu-porcelain) 88%) 8%,color-mix(in srgb,var(--malu-vanilla) 22%,var(--malu-porcelain) 78%) 18%,color-mix(in srgb,var(--malu-lavender) 12%,var(--malu-porcelain) 88%) 33%);background-size:200% 100%;animation:communitySkeleton 1.2s ease-in-out infinite;border-color:var(--hover-surface);box-shadow:none}.community-content-status{margin:0;text-align:center;color:var(--text-muted);line-height:1.6}.community-content-status a{color:var(--primary-strong);font-weight:700}@keyframes communitySkeleton{to{background-position-x:-200%}}@media (prefers-reduced-motion:reduce){.community-content-card,.community-content-card-image{transition:none}.community-content-card--skeleton{animation:none}}.section-eyebrow{justify-self:center}.section-eyebrow--accent{background:color-mix(in srgb,var(--malu-vanilla) 38%,var(--malu-white) 62%);color:var(--primary-strong);border:1px solid color-mix(in srgb,var(--malu-lavender) 42%,var(--malu-white) 58%)}.section-divider{line-height:0;margin:0}.section-divider-svg{display:block;width:100%;height:clamp(28px,4vw,48px)}.section-divider-line{height:1px;margin:0;background:linear-gradient(90deg,transparent,var(--tint-mid) 20%,var(--tint-mid) 80%,transparent)}.section-header{text-align:center;display:grid;grid-gap:10px;gap:10px;margin-bottom:36px}.section-header h2{margin:0;font-size:clamp(24px,3vw,34px)}.section-header p{margin:0 auto;max-width:760px;color:var(--text-muted);line-height:1.6}.section-mental-health-stats{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 72% 48% at 8% 0,color-mix(in srgb,var(--malu-white) 50%,transparent),transparent 58%),radial-gradient(ellipse 68% 46% at 96% 100%,color-mix(in srgb,var(--malu-vanilla) 36%,transparent),transparent 54%),linear-gradient(165deg,var(--malu-lavender) 0,color-mix(in srgb,var(--malu-lavender) 92%,var(--malu-white) 8%) 48%,color-mix(in srgb,var(--malu-lavender) 86%,var(--malu-vanilla) 14%) 100%);color:var(--text);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--malu-white) 28%,var(--malu-lavender) 72%)}.mental-health-stats-inner{position:relative;z-index:1}.section-mental-health-stats .section-header{margin-bottom:clamp(32px,4.5vw,48px)}.mental-health-stats-eyebrow{justify-self:center;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.01em;color:var(--primary-strong);background:var(--malu-white);border:1.5px solid color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-vanilla) 45%);box-shadow:0 6px 18px color-mix(in srgb,var(--malu-lavender) 14%,transparent);opacity:0;transform:translateY(12px);transition:opacity .58s cubic-bezier(.22,1,.36,1),transform .58s cubic-bezier(.22,1,.36,1)}.section-mental-health-stats.is-visible .mental-health-stats-eyebrow{opacity:1;transform:translateY(0)}.mental-health-stats-header h2{color:var(--primary-strong);text-shadow:none;opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1) 90ms,transform .7s cubic-bezier(.22,1,.36,1) 90ms}.section-mental-health-stats.is-visible .mental-health-stats-header h2{opacity:1;transform:translateY(0)}.mental-health-stats-header:after{content:"";display:block;width:72px;height:2px;margin:16px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,var(--malu-lavender),transparent);opacity:0;transform:scaleX(.4);transition:opacity .7s ease .12s,transform .7s cubic-bezier(.22,1,.36,1) .12s}.section-mental-health-stats.is-visible .mental-health-stats-header:after{opacity:1;transform:scaleX(1)}.section-header--inverted h2{color:var(--surface);text-shadow:0 8px 28px rgba(8,32,40,.28)}.mental-health-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;list-style:none;margin:0;padding:0}@media (min-width:600px){.mental-health-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mental-health-stat-card--skeleton:nth-child(5),.mental-health-stat-card:nth-child(5){grid-column:1/-1;width:calc((100% - 18px) / 2);max-width:100%;justify-self:center}}@media (min-width:1024px){.mental-health-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mental-health-stat-card--skeleton:nth-child(5),.mental-health-stat-card:nth-child(5){grid-column:1/-1;width:calc((100% - 60px) / 4);max-width:100%;justify-self:center}}.mental-health-stat-card{--stat-accent:var(--malu-lavender);--stat-accent-soft:color-mix(in srgb,var(--malu-lavender) 24%,transparent);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:210px;padding:clamp(24px,3vw,30px) clamp(18px,2.5vw,24px);border-radius:20px;background:var(--malu-white);border:1.5px solid color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-white) 45%);box-shadow:0 12px 28px color-mix(in srgb,var(--malu-lavender) 12%,transparent),inset 0 1px 0 color-mix(in srgb,var(--malu-white) 88%,var(--malu-vanilla) 12%);overflow:hidden;opacity:0;transform:translateY(22px) scale(.97);transition:opacity .62s cubic-bezier(.22,1,.36,1) var(--stat-delay,0s),transform .62s cubic-bezier(.22,1,.36,1) var(--stat-delay,0s),border-color .28s ease,box-shadow .28s ease}.mental-health-stat-card:before{content:"";position:absolute;top:0;left:22%;right:22%;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--stat-accent),transparent);opacity:.32}.mental-health-stat-card--accent-1,.mental-health-stat-card--accent-2,.mental-health-stat-card--accent-3,.mental-health-stat-card--accent-4,.mental-health-stat-card--accent-5{--stat-accent:var(--malu-lavender);--stat-accent-soft:color-mix(in srgb,var(--malu-lavender) 24%,transparent);background:var(--malu-white);border-color:color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-white) 45%)}.mental-health-stat-card-glow{display:none}.mental-health-stat-card.is-visible{opacity:1;transform:translateY(0) scale(1)}@media (hover:hover) and (pointer:fine){.mental-health-stat-card.is-visible:hover{border-color:color-mix(in srgb,var(--malu-vanilla) 55%,var(--malu-lavender) 45%);box-shadow:0 18px 36px color-mix(in srgb,var(--malu-lavender) 22%,transparent),0 0 0 1px color-mix(in srgb,var(--malu-vanilla) 40%,var(--malu-lavender) 60%),inset 0 1px 0 color-mix(in srgb,var(--malu-porcelain) 75%,var(--malu-vanilla) 25%);transform:translateY(-5px) scale(1.01)}}.mental-health-stat-value{position:relative;z-index:1;margin:0;font-size:clamp(30px,3.6vw,42px);font-weight:800;line-height:1.05;letter-spacing:-.03em}.mental-health-stat-value,.mental-health-stat-value-text{color:var(--primary-strong)}.mental-health-stat-desc{position:relative;z-index:1;margin:0;flex:1 1;font-size:clamp(14px,1.55vw,16px);line-height:1.55;color:var(--text-muted);max-width:24ch}.mental-health-stat-source{position:relative;z-index:1;margin:4px 0 0;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary-strong);background:color-mix(in srgb,var(--malu-vanilla) 45%,var(--malu-porcelain) 55%);border:1px solid color-mix(in srgb,var(--malu-lavender) 65%,var(--malu-vanilla) 35%)}.mental-health-stat-card--skeleton{pointer-events:none;opacity:1;transform:none;background:linear-gradient(110deg,color-mix(in srgb,var(--malu-lavender) 14%,var(--malu-porcelain) 86%) 0,color-mix(in srgb,var(--malu-lavender) 28%,var(--malu-porcelain) 72%) 45%,color-mix(in srgb,var(--malu-lavender) 14%,var(--malu-porcelain) 86%) 90%);background-size:220% 100%;animation:mental-health-stat-shimmer 1.6s ease-in-out infinite;animation-delay:var(--stat-delay,0s)}.mental-health-stat-card--skeleton:before{opacity:.35}@keyframes mental-health-stat-shimmer{0%{background-position:120% 0}to{background-position:-40% 0}}@media (prefers-reduced-motion:reduce){.mental-health-stat-card,.mental-health-stats-eyebrow,.mental-health-stats-header h2,.mental-health-stats-header:after{opacity:1;transform:none;transition:none}.mental-health-stat-card--skeleton{animation:none;opacity:.55}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:18px;gap:18px;align-items:stretch}.pillars-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:start}.pillar-highlight-card{position:relative;display:flex;flex-direction:column;align-items:center;align-self:start;width:100%;text-align:center;padding:18px;gap:14px;background:var(--malu-white);border-radius:20px;border:1.5px solid color-mix(in srgb,var(--malu-lavender) 40%,var(--malu-white) 60%);box-shadow:0 8px 28px color-mix(in srgb,var(--malu-lavender) 12%,transparent);transition:box-shadow .22s ease,border-color .22s ease}.pillar-highlight-card.is-expanded{border-color:var(--tint-mid);box-shadow:0 14px 36px var(--tint-soft)}.pillar-highlight-image{position:relative;width:100%;aspect-ratio:1586/992;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px;background:radial-gradient(circle at 50% 20%,var(--tint-vanilla),transparent 54%),linear-gradient(165deg,var(--malu-white) 0,color-mix(in srgb,var(--malu-lavender) 10%,var(--malu-white) 90%) 48%,var(--surface-warm) 100%);border:1px solid color-mix(in srgb,var(--malu-lavender) 28%,var(--malu-white) 72%);flex-shrink:0}.pillar-highlight-image>span{display:block!important;width:100%!important;height:100%!important;line-height:0}.pillar-highlight-img{width:100%!important;height:100%!important;object-fit:contain;object-position:center center;display:block;transform:scale(1.04);transform-origin:center center}@media (prefers-reduced-motion:reduce){.pillar-highlight-img{transform:none}}.pillar-highlight-body{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.pillar-highlight-title{margin:0;font-size:clamp(17px,2vw,19px);font-weight:800;color:var(--text);line-height:1.3}.pillar-highlight-summary{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55;max-width:28ch;min-height:calc(1.55em * 3)}.pillar-highlight-details{width:100%;display:flex;justify-content:center;text-align:center;animation:pillar-details-in .24s ease}.pillar-highlight-description{margin:4px 0 0;padding-top:12px;border-top:1px solid var(--border);color:var(--text-muted);font-size:14px;line-height:1.6;text-align:center;width:100%;max-width:32ch;margin-inline:auto;text-wrap:pretty}.pillar-highlight-toggle{align-self:center;width:auto;min-width:132px;justify-content:center;padding:11px 20px;border-radius:999px;font-size:14px;flex-shrink:0}@keyframes pillar-details-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.pillars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.pillars-grid{grid-template-columns:1fr;gap:16px}.pillar-highlight-card{padding:16px}.pillar-highlight-summary{max-width:none}.pillar-highlight-description{max-width:none;padding-inline:4px}}@media (prefers-reduced-motion:reduce){.pillar-highlight-details{animation:none}}.feature-card{display:flex;flex-direction:column;gap:10px;height:100%}.feature-icon{width:46px;height:46px;border-radius:14px;background:var(--tint-soft);color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center;font-size:22px}.feature-title{margin:0;font-size:18px;font-weight:800}.feature-desc{margin:0;color:var(--text-muted);line-height:1.5;flex:1 1}.modulos-carousel-shell{position:relative;margin-top:4px;padding-inline:clamp(52px,5vw,68px)}.modulos-carousel-arrow{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;border:2px solid color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-white) 45%);background:var(--malu-white);color:var(--primary-strong);cursor:pointer;z-index:4;transition:background .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease,box-shadow .18s ease;box-shadow:0 10px 28px color-mix(in srgb,var(--malu-lavender) 18%,transparent)}.modulos-carousel-arrow--side{position:absolute;top:50%;transform:translateY(-50%)}.modulos-carousel-arrow--prev{left:0}.modulos-carousel-arrow--next{right:0}.modulos-carousel-arrow:hover:not(:disabled){background:color-mix(in srgb,var(--malu-porcelain) 55%,var(--malu-white) 45%);border-color:color-mix(in srgb,var(--malu-vanilla) 45%,var(--malu-lavender) 55%)}.modulos-carousel-arrow--side:hover:not(:disabled){transform:translateY(calc(-50% - 2px))}.modulos-carousel-arrow:focus-visible{outline:2px solid color-mix(in srgb,var(--malu-vanilla) 55%,var(--primary) 45%);outline-offset:3px}.modulos-carousel-arrow:disabled{opacity:.28;cursor:default;box-shadow:none}.modulos-carousel-arrow--primary:not(:disabled){background:linear-gradient(145deg,var(--malu-vanilla) 0,color-mix(in srgb,var(--malu-vanilla) 48%,var(--malu-white) 52%) 100%);border-color:color-mix(in srgb,var(--malu-vanilla) 62%,var(--malu-lavender) 38%);color:var(--primary-strong);box-shadow:0 12px 32px color-mix(in srgb,var(--malu-lavender) 22%,transparent)}.modulos-carousel-arrow--primary:hover:not(:disabled){background:linear-gradient(145deg,var(--malu-white) 0,var(--malu-vanilla) 100%);border-color:color-mix(in srgb,var(--malu-vanilla) 72%,var(--malu-lavender) 28%)}.modulos-carousel-track{display:flex;align-items:flex-start;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:8px;padding:8px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--tint-mid) transparent}.modulos-carousel-track::-webkit-scrollbar{height:6px}.modulos-carousel-track::-webkit-scrollbar-thumb{background:var(--tint-mid);border-radius:999px}.modulo-flourish-card{position:relative;flex:0 0 min(760px,calc(100% - 8px));scroll-snap-align:start;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(220px,.92fr);align-items:start;min-height:0;border-radius:24px;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 80% 70% at 88% 58%,color-mix(in srgb,var(--malu-vanilla) 42%,transparent),transparent 62%),radial-gradient(circle at 0 0,color-mix(in srgb,var(--malu-lavender) 24%,transparent),transparent 42%),linear-gradient(145deg,var(--malu-porcelain) 0,color-mix(in srgb,var(--malu-lavender) 18%,var(--malu-porcelain) 82%) 100%);border:1px solid var(--malu-lavender);box-shadow:0 18px 42px color-mix(in srgb,var(--malu-lavender) 14%,transparent),inset 0 1px 0 color-mix(in srgb,var(--malu-porcelain) 80%,var(--malu-vanilla) 20%)}.modulo-flourish-copy{position:relative;z-index:2;display:grid;align-content:start;grid-gap:14px;gap:14px;min-width:0;padding:clamp(22px,3vw,32px)}.modulo-flourish-title{margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:800;line-height:1.25;color:var(--primary-strong);letter-spacing:-.02em;overflow-wrap:anywhere}.modulo-flourish-intro{margin:0;color:var(--text-muted);line-height:1.6;font-size:15px}.modulo-flourish-list{margin:6px 0 0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.modulo-flourish-list li{display:grid;grid-gap:4px;gap:4px;line-height:1.5}.modulo-flourish-module-trigger{display:flex;align-items:center;gap:10px;width:100%;padding:4px 0;border:none;background:none;font:inherit;text-align:left;cursor:pointer;color:inherit;transition:color .16s ease}.modulo-flourish-module-trigger:hover{color:var(--primary-strong)}.modulo-flourish-module-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:8px}.modulo-flourish-module-check{flex-shrink:0;width:20px;height:20px;border-radius:999px;background:var(--tint-mid);color:var(--primary-strong);font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.modulo-flourish-module-trigger strong{flex:1 1;min-width:0;color:var(--text);font-weight:700;font-size:15px;line-height:1.4;overflow-wrap:anywhere}.modulo-flourish-module-chevron{flex-shrink:0;display:inline-flex;color:var(--primary-strong);transition:transform .22s ease}.modulo-flourish-list li.is-open .modulo-flourish-module-chevron{transform:rotate(180deg)}.modulo-flourish-module-desc{margin:0;padding:0 0 4px 30px;color:var(--text-muted);font-size:13.5px;line-height:1.55}.modulo-flourish-media{position:relative;align-self:center;display:flex;align-items:center;justify-content:center;width:100%;height:300px;min-height:300px;max-height:300px;margin:0;padding:8px 12px;border:none;background:transparent;overflow:hidden}.modulo-flourish-media-glow{position:absolute;inset:6% 4%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--malu-lavender) 32%,transparent) 0,color-mix(in srgb,var(--malu-lavender) 12%,transparent) 42%,transparent 72%);pointer-events:none;z-index:0}.modulo-flourish-image{position:relative;width:auto;max-width:100%;height:auto;max-height:276px;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 32px rgba(36,73,93,.16));z-index:1}@media (max-width:720px){.container{padding-inline:20px}.hero-section{padding:28px 0 24px}.hero-section .container.hero-grid{display:flex;flex-direction:column;gap:20px;min-width:0;width:100%;padding-inline:20px}.hero-copy{width:100%;min-width:0;gap:14px;order:1}.hero-pill--full{display:none}.hero-pill--short{display:flex;width:100%;max-width:100%;justify-content:center;text-align:center;white-space:normal;font-size:10px;padding:8px 12px;box-sizing:border-box}.hero-title{display:flex;flex-direction:column;gap:4px;font-size:1.625rem;line-height:1.18;letter-spacing:-.015em;text-wrap:pretty}.hero-title-line{display:block;max-width:100%}.hero-subtitle{font-size:15px;line-height:1.55;max-width:100%}.hero-disclaimer,.hero-legal{max-width:100%;font-size:13px;line-height:1.5}.hero-legal{padding-left:12px}.hero-actions{flex-direction:column;align-items:stretch;width:100%;gap:10px;margin-top:4px}.hero-actions .cta,.hero-actions .ghost-btn{width:100%;max-width:100%;justify-content:center;text-align:center;border-radius:999px;padding:12px 16px;box-sizing:border-box}.hero-art{display:none}.app-footer{padding:36px 0 28px;margin-top:24px;width:100%;max-width:100%;overflow-x:clip}.app-footer .container{padding-inline:20px;min-width:0}.footer-grid{grid-template-columns:minmax(0,1fr);gap:28px;margin-bottom:24px;min-width:0}.footer-grid>*{min-width:0;max-width:100%}.footer-brand{flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.footer-brand-mark{height:88px!important;max-width:108px!important}.footer-title{font-size:17px}.footer-tagline{font-size:14px;line-height:1.55;max-width:100%}.footer-block h4{margin-bottom:12px;font-size:14px}.footer-links{gap:10px}.footer-links a{display:inline-block;line-height:1.45;overflow-wrap:anywhere;max-width:100%}.footer-legal{grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:20px;min-width:0}.footer-disclaimer{font-size:12px;line-height:1.55;padding:12px}.footer-bottom,.footer-disclaimer{max-width:100%;overflow-wrap:anywhere}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}.footer-social{margin-top:12px;padding-top:12px}.footer-social-list{flex-wrap:wrap;gap:10px}.section-header{margin-bottom:28px}.section-header h2{font-size:clamp(22px,6vw,28px)}.section-cta-card{padding:24px 18px}.section-modulos .container{padding-inline:14px}.modulos-carousel-shell{width:100%;min-width:0;padding-inline:36px}.modulos-carousel-track{width:100%;min-width:0;gap:14px;scroll-padding-inline:0;padding:4px 0 16px}.modulo-flourish-card{flex:0 0 100%;width:100%;min-width:0;max-width:100%;box-sizing:border-box;grid-template-columns:1fr;grid-template-rows:auto auto;align-items:stretch;min-height:unset;scroll-snap-align:center}.modulo-flourish-media{order:-1;align-self:auto;display:flex;align-items:center;justify-content:center;min-height:210px;height:210px;margin:0;padding:16px 12px 0;overflow:hidden}.modulo-flourish-media-glow{right:50%;top:58%;width:72%;height:72%;transform:translate(50%,-50%)}.modulo-flourish-image{position:relative;right:auto;top:auto;width:auto;max-width:min(280px,92%);max-height:178px;height:auto;transform:none;object-fit:contain;object-position:center}.modulo-flourish-copy{align-content:start;padding:18px 16px 22px}.modulo-flourish-title{font-size:1.28rem;line-height:1.3}.modulo-flourish-intro{font-size:14px;line-height:1.55}.modulo-flourish-module-trigger{gap:8px;padding:6px 0}.modulo-flourish-module-trigger strong{font-size:14px}.modulo-flourish-module-desc{padding-left:28px;font-size:13px}.modulos-carousel-arrow{width:40px;height:40px;box-shadow:0 8px 20px color-mix(in srgb,var(--malu-lavender) 16%,transparent)}.modulos-carousel-arrow svg{width:18px;height:18px}}@media (max-width:400px){.modulos-carousel-shell{padding-inline:30px}.modulo-flourish-title{font-size:1.15rem}.modulos-carousel-arrow{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.modulo-flourish-module-chevron{transition:none}}.modulos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:22px;gap:22px}.modulo-card{display:grid;grid-gap:14px;gap:14px;align-content:start;border-radius:22px;padding:26px}.modulo-card:hover{border-color:var(--tint-mid);transform:translateY(-2px);transition:transform .18s ease,border-color .18s ease}.modulo-header{display:flex;gap:12px;align-items:center}.modulo-audience{margin:0;font-size:19px;font-weight:800;color:var(--primary-strong);line-height:1.25}.modulo-intro{margin:0;color:var(--text-muted);line-height:1.55}.module-list{list-style:none;padding:0;margin:6px 0 0;display:grid;grid-gap:14px;gap:14px}.module-list li{display:grid;grid-gap:4px;gap:4px;padding-left:26px;position:relative;line-height:1.5}.module-list li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:999px;background:var(--tint-mid);color:var(--primary-strong);font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.module-list strong{color:var(--text);font-weight:700;font-size:15px}.module-list span{color:var(--text-muted);font-size:13.5px}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:22px;gap:22px}.plan-card{background:var(--surface);border-radius:22px;padding:28px;border:1px solid var(--border);box-shadow:var(--shadow);display:grid;grid-gap:14px;gap:14px;position:relative}.plan-card.featured{border-color:color-mix(in srgb,var(--malu-lavender) 55%,var(--malu-vanilla) 45%);background:linear-gradient(180deg,color-mix(in srgb,var(--malu-lavender) 10%,var(--malu-white) 90%),var(--malu-white) 38%)}.plan-card.featured:before{content:"Más elegido";position:absolute;top:-12px;right:20px;background:var(--cta-gradient);color:var(--cta-text);font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;box-shadow:0 8px 18px var(--tint-mid)}.plan-name{font-size:22px}.plan-name,.plan-price{margin:0;font-weight:800}.plan-price{font-size:24px;color:var(--primary-strong)}.plan-desc{margin:0;color:var(--text-muted);line-height:1.55}.plan-features{list-style:none;padding:0;margin:4px 0 0;display:grid;grid-gap:8px;gap:8px}.plan-features li{display:flex;gap:10px;align-items:flex-start;color:var(--text);font-size:14px;line-height:1.5}.plan-features li:before{content:"✓";color:var(--primary-strong);font-weight:800;flex-shrink:0;margin-top:1px}.section-lead{margin:0 auto;max-width:640px;color:var(--text-muted);line-height:1.6;font-size:16px}.plans-detailed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:start}.plan-detail-card{scroll-margin-top:96px;background:var(--surface);border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow);padding:24px 22px 20px;display:grid;grid-gap:18px;gap:18px;position:relative;cursor:pointer;outline:none;touch-action:manipulation;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease,opacity .28s ease,filter .28s ease}@media (hover:hover) and (pointer:fine){.plan-detail-card.is-active,.plan-detail-card:focus-visible,.plan-detail-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--tint-strong);box-shadow:0 26px 56px rgba(36,73,93,.18),0 0 0 1px var(--hover-surface);z-index:2}.plan-detail-card:focus-visible{box-shadow:0 26px 56px rgba(36,73,93,.18),0 0 0 3px var(--tint-strong)}.plans-detailed-grid.has-active-plan .plan-detail-card:not(.is-active):not(:hover):not(:focus-visible),.plans-detailed-grid:has(.plan-detail-card:hover) .plan-detail-card:not(:hover):not(:focus-visible):not(.is-active){opacity:.58;filter:saturate(.86);transform:scale(.985)}.plan-detail-card.is-featured.is-active,.plan-detail-card.is-featured:focus-visible,.plan-detail-card.is-featured:hover{transform:translateY(-14px) scale(1.025)}.plans-detailed-grid.has-active-plan .plan-detail-card.is-featured:not(.is-active):not(:hover):not(:focus-visible){transform:scale(.985)}}.plan-detail-card.is-featured{border-color:var(--tint-strong);background:linear-gradient(180deg,var(--hover-surface),var(--surface) 28%);transform:translateY(-8px);box-shadow:0 22px 48px rgba(36,73,93,.14);z-index:1}@media (prefers-reduced-motion:reduce){.plan-detail-card{transition:none}.plan-detail-card.is-active,.plan-detail-card.is-featured.is-active,.plan-detail-card.is-featured:focus-visible,.plan-detail-card.is-featured:hover,.plan-detail-card:focus-visible,.plan-detail-card:hover{transform:none}.plans-detailed-grid.has-active-plan .plan-detail-card:not(.is-active):not(:hover):not(:focus-visible),.plans-detailed-grid:has(.plan-detail-card:hover) .plan-detail-card:not(:hover):not(:focus-visible):not(.is-active){opacity:.75;filter:none;transform:none}}.plan-detail-badge{position:absolute;top:-12px;right:18px;background:var(--cta-gradient);color:white;font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;box-shadow:0 8px 18px var(--tint-mid)}.plan-detail-header{display:grid;grid-gap:8px;gap:8px;text-align:center;padding-bottom:4px;border-bottom:1px solid var(--border)}.plan-detail-name{margin:0;font-size:24px;font-weight:800}.plan-detail-price{margin:0;font-size:22px;font-weight:800;color:var(--primary-strong)}.plan-detail-users{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.plan-detail-desc{margin:0;color:var(--text-muted);line-height:1.55;font-size:14px}.plan-detail-summary{margin:4px 0 0;font-size:13px;font-weight:700;color:var(--primary-strong)}.plan-detail-audiences{display:grid;grid-gap:10px;gap:10px}.plan-detail-footer{margin-top:4px;padding-top:16px;border-top:1px solid var(--border)}.plan-detail-footer .cta,.plan-detail-footer .ghost-btn{width:100%;justify-content:center}.plan-audience{border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.72);overflow:hidden}.plan-detail-card.is-featured .plan-audience{background:rgba(255,255,255,.9)}.plan-audience-trigger{width:100%;border:0;background:transparent;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;font:inherit;color:inherit}.plan-audience-trigger:hover{background:var(--hover-surface)}.plan-audience-trigger-text{display:grid;grid-gap:3px;gap:3px}.plan-audience-title{font-size:14px;font-weight:800;color:var(--text);line-height:1.35}.plan-audience-meta{font-size:12px;color:var(--text-muted)}.plan-audience-chevron{width:10px;height:10px;border-right:2px solid var(--primary-strong);border-bottom:2px solid var(--primary-strong);transform:rotate(45deg);transition:transform .18s ease;flex-shrink:0;margin-top:-4px}.plan-audience.is-open .plan-audience-chevron{transform:rotate(-135deg);margin-top:4px}.plan-audience-panel{padding:0 14px 14px}.plan-audience-subtitle{margin:0 0 10px;font-size:13px;line-height:1.5;color:var(--text-muted)}.plan-module-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.plan-module-row{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:10px;background:rgba(246,251,252,.9);border:1px solid rgba(226,232,237,.9)}.plan-module-row.is-excluded{opacity:.72;background:rgba(248,249,251,.85)}.plan-module-row.is-partial{background:rgba(255,248,230,.85);border-color:rgba(210,170,80,.35)}.plan-module-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.plan-module-row.is-included .plan-module-icon{background:var(--tint-vanilla);color:#1f7a72}.plan-module-row.is-partial .plan-module-icon{background:rgba(210,160,60,.2);color:#9a6b12}.plan-module-row.is-excluded .plan-module-icon{background:rgba(120,130,145,.12);color:#7a8494}.plan-module-copy{display:grid;grid-gap:4px;gap:4px}.plan-module-copy strong{font-size:13px;line-height:1.35;color:var(--text)}.plan-module-copy p{margin:0;font-size:12.5px;line-height:1.5;color:var(--text-muted)}.plan-tier-label{font-weight:700;color:#7a5a12}.plan-module-row.is-included .plan-tier-label{color:#1f6b62}.planes-page-intro{text-align:center;display:grid;grid-gap:16px;gap:16px;justify-items:center;margin-bottom:clamp(32px,5vw,48px)}.planes-page-intro .section-lead{margin:0}.planes-page-intro:after{content:"";display:block;width:72px;height:4px;margin:6px auto 0;border-radius:999px;background:var(--accent)}.planes-page-title{margin:0;font-size:clamp(28px,3.6vw,42px);color:var(--text);line-height:1.12;letter-spacing:.02em}.hero-section--centered{text-align:center}.hero-copy--centered{display:grid;grid-gap:14px;gap:14px;justify-items:center;max-width:760px;margin:0 auto}.hero-section--centered .hero-subtitle{text-align:center;max-width:640px}.hero-section--centered .hero-pill{justify-self:center}.plans-legend{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:center;margin:8px 0 0;padding:0;list-style:none}.plans-legend-item{gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.85);font-size:13px;font-weight:600;color:var(--text)}.plans-legend-icon,.plans-legend-item{display:inline-flex;align-items:center}.plans-legend-icon{justify-content:center;width:22px;height:22px;border-radius:999px;font-size:12px;font-weight:800}.plans-legend-item--yes .plans-legend-icon{background:var(--tint-mid);color:#1f6b62}.plans-legend-item--partial .plans-legend-icon{background:rgba(255,193,7,.18);color:#9a6b12}.plans-legend-item--no .plans-legend-icon{background:rgba(120,130,145,.12);color:#7a8494}@media (max-width:1024px){.plans-detailed-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.plan-detail-card{transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,opacity .22s ease}.plan-detail-card.is-featured{transform:none;order:-1}.plan-detail-card.is-active{transform:none;border-color:var(--tint-strong);box-shadow:0 14px 36px rgba(36,73,93,.12),0 0 0 2px var(--tint-mid);background:linear-gradient(180deg,var(--hover-surface),var(--surface) 42%);z-index:2}.plan-detail-card.is-active:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 6px 6px 0;background:var(--cta-gradient)}.plan-detail-card.is-featured.is-active{border-color:var(--tint-strong);background:linear-gradient(180deg,var(--tint-mid),var(--surface) 38%)}.plans-detailed-grid.has-active-plan .plan-detail-card:not(.is-active){opacity:.78;filter:none;transform:none}.plans-detailed-grid:has(.plan-detail-card:hover) .plan-detail-card:not(:hover):not(.is-active){opacity:1;filter:none;transform:none}}@media (max-width:640px){.plan-detail-card{padding:20px 16px 16px}.plan-audience-title{font-size:13px}}.form-shell{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;align-items:start}.form-info{display:grid;grid-gap:14px;gap:14px}.info-card{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start}.info-card h3{margin:0 0 4px;font-size:17px}.info-card p{margin:0;color:var(--text-muted);line-height:1.5}.form-card{display:flex;flex-direction:column;gap:16px}.form-card h2{margin:0;text-align:center;font-size:22px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px 12px;gap:14px 12px}.form-group{display:grid;grid-gap:6px;gap:6px}.form-group label{font-weight:700;color:var(--text);font-size:14px}.input-field{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font:inherit;background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease;color:var(--text)}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--tint-mid)}.full-width{grid-column:1/-1}.submit-btn{width:100%;padding:14px 16px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:white;font-weight:800;font-size:15px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 14px 30px var(--tint-mid)}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px var(--tint-mid)}.form-alert{margin:4px 0 0;padding:14px;border-radius:12px;font-weight:600;font-size:14px}.form-alert.success{background:#e8f6f0;color:#1b8a5a}.contact-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;align-items:center}.contact-details{display:grid;grid-gap:10px;gap:10px}.contact-item{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start;padding:10px 0;border-bottom:1px dashed var(--border)}.contact-item:last-child{border-bottom:none}.contact-icon{width:40px;height:40px;border-radius:12px;background:var(--tint-soft);display:inline-flex;align-items:center;justify-content:center;font-size:18px}.contact-title{font-weight:800;color:var(--text)}.contact-text{color:var(--text-muted)}.contact-text a{color:var(--primary-strong);font-weight:600}.contact-quick-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.contact-quick-copy{display:grid;grid-gap:12px;gap:12px}.contact-quick-copy h2{margin:8px 0 0}.contact-quick-copy>p{margin:0;color:var(--text-muted);line-height:1.6}.contact-quick-list{display:grid;grid-gap:8px;gap:8px;padding-left:18px;margin:0}.contact-quick-mascot-wrap{margin-top:4px}.contact-quick-mascot{width:clamp(200px,28vw,300px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 12px 24px color-mix(in srgb,var(--malu-lavender) 18%,transparent))}.contact-quick-form{padding:24px}@media (max-width:880px){.contact-quick-grid{grid-template-columns:1fr}.contact-quick-mascot-wrap{justify-self:center}.contact-quick-mascot{width:clamp(180px,52vw,240px)}}@media (max-width:480px){.contact-quick-mascot{width:clamp(160px,58vw,200px)}}@media (max-width:960px){.section-compliance-hub{overflow-x:visible}}.section-compliance-hub.is-detail-open{z-index:1200;isolation:isolate}.section-compliance-hub.is-blocking-clicks .compliance-hub-layout{pointer-events:none}.compliance-hub-header{margin-bottom:clamp(36px,5vw,52px)}.section-compliance-hub .section-header:after{content:"";display:block;width:64px;height:4px;margin:14px auto 0;border-radius:999px;background:var(--cta-gradient)}.compliance-hub-layout{position:relative;max-width:920px;margin:0 auto}.compliance-hub-layout--radial{width:min(760px,100%);aspect-ratio:1;min-height:clamp(520px,52vw,680px);max-height:720px;padding:0}.compliance-hub-layout--radial .compliance-hub-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:clamp(148px,17vw,190px);height:clamp(148px,17vw,190px);display:grid;place-items:center}.compliance-hub-radial-slot{position:absolute;left:var(--hub-x);top:var(--hub-y);transform:translate(-50%,-50%);z-index:2;width:max-content;max-width:min(240px,28vw)}.compliance-hub-layout--radial .compliance-hub-item{width:100%}.compliance-hub-layout--mobile{width:100%;max-width:520px;margin-inline:auto;padding:0;min-height:0}.compliance-hub-mobile{display:flex;flex-direction:column;gap:20px}.compliance-hub-mobile-hero{display:flex;justify-content:center;padding-top:4px}.compliance-hub-logo-wrap--mobile{width:96px;height:96px}.compliance-hub-logo-wrap--mobile .compliance-hub-logo{width:68px;height:68px}.compliance-hub-mobile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.compliance-hub-mobile-row{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:14px 14px 14px 12px;border:1px solid var(--tint-soft);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 8px 22px var(--hover-surface);cursor:pointer;text-align:left;font:inherit;color:inherit;opacity:0;transform:translateY(10px);transition:opacity .48s cubic-bezier(.22,1,.36,1) var(--hub-delay,0s),transform .48s cubic-bezier(.22,1,.36,1) var(--hub-delay,0s),border-color .18s ease,box-shadow .18s ease}.compliance-hub-mobile.is-visible .compliance-hub-mobile-row{opacity:1;transform:translateY(0)}.compliance-hub-mobile-row:active{transform:scale(.99)}.compliance-hub-mobile-row-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--primary-strong);background:linear-gradient(155deg,color-mix(in srgb,var(--malu-vanilla) 48%,var(--malu-porcelain) 52%) 0,var(--malu-porcelain) 100%);border:1.5px solid var(--malu-lavender)}.compliance-hub-mobile-row-icon svg{width:24px;height:24px}.compliance-hub-mobile-row-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.compliance-hub-mobile-row-title{display:block;font-size:15px;font-weight:800;color:var(--text);line-height:1.35}.compliance-hub-mobile-row-law{display:block;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-strong);line-height:1.4}.compliance-hub-mobile-row-chevron{flex-shrink:0;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;font-size:20px;line-height:1;color:var(--primary-strong);background:color-mix(in srgb,var(--malu-lavender) 28%,var(--malu-porcelain) 72%)}@media (hover:hover) and (pointer:fine){.compliance-hub-mobile-row:hover{border-color:color-mix(in srgb,var(--malu-lavender) 72%,var(--malu-vanilla) 28%);box-shadow:0 12px 28px color-mix(in srgb,var(--malu-lavender) 18%,transparent)}}.compliance-hub-center{position:relative;z-index:2}.compliance-hub-spokes-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible;color:#6e7894}.compliance-hub-spoke-line{stroke:currentColor;stroke-width:2;stroke-dasharray:7 8;stroke-linecap:round}.compliance-hub-logo-wrap{position:relative;width:clamp(120px,15vw,148px);height:clamp(120px,15vw,148px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--malu-porcelain) 0,var(--malu-lavender) 100%);border:2px solid color-mix(in srgb,var(--malu-lavender) 72%,var(--malu-vanilla) 28%);box-shadow:0 16px 40px var(--tint-mid),inset 0 1px 0 color-mix(in srgb,var(--malu-porcelain) 90%,transparent);transition:transform .6s cubic-bezier(.22,1,.36,1),box-shadow .6s ease}.section-compliance-hub.is-visible .compliance-hub-logo-wrap{transform:scale(1)}.compliance-hub-logo{width:clamp(84px,10vw,100px);height:clamp(84px,10vw,100px);object-fit:contain}.compliance-hub-item{display:flex;align-items:center;gap:clamp(16px,2vw,22px);opacity:0;transform:translateY(14px);transition:opacity .56s cubic-bezier(.22,1,.36,1) var(--hub-delay,0s),transform .56s cubic-bezier(.22,1,.36,1) var(--hub-delay,0s)}.compliance-hub-item.is-visible{opacity:1;transform:translateY(0)}.compliance-hub-item--left{justify-content:flex-end}.compliance-hub-item--right{justify-content:flex-start}.compliance-hub-item--bottom,.compliance-hub-item--top{flex-direction:column;align-items:center;text-align:center;gap:clamp(14px,2vw,18px)}.compliance-hub-item--bottom .compliance-hub-item-copy,.compliance-hub-item--top .compliance-hub-item-copy{text-align:center;max-width:260px}.compliance-hub-item-copy{max-width:220px}.compliance-hub-item--left .compliance-hub-item-copy{text-align:right}.compliance-hub-item--right .compliance-hub-item-copy{text-align:left}.compliance-hub-item-title{margin:0 0 8px;font-size:clamp(15px,1.7vw,18px);font-weight:800;color:var(--text);line-height:1.3}.compliance-hub-item-law{margin:0 0 4px;color:var(--primary-strong);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.35}.compliance-hub-item-desc{margin:8px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55;animation:compliance-hub-desc-in .22s ease}.compliance-hub-item-toggle{margin-top:6px;padding:0;border:0;background:none;cursor:pointer;font:inherit;font-size:12px;font-weight:700;color:var(--primary-strong);text-decoration:underline;text-underline-offset:3px;transition:color .16s ease}.compliance-hub-item-toggle:hover{color:var(--primary)}.compliance-hub-item-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}.compliance-hub-item--left .compliance-hub-item-toggle{display:block;margin-left:auto}.compliance-hub-item--right .compliance-hub-item-toggle{display:block}.compliance-hub-item--bottom .compliance-hub-item-toggle,.compliance-hub-item--top .compliance-hub-item-toggle{display:inline-block}@keyframes compliance-hub-desc-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.compliance-hub-item-icon{flex-shrink:0;width:64px;height:64px;border-radius:16px;display:grid;place-items:center;color:var(--primary-strong);background:linear-gradient(155deg,color-mix(in srgb,var(--malu-vanilla) 48%,var(--malu-porcelain) 52%) 0,var(--malu-porcelain) 100%);border:1.5px solid var(--malu-lavender);box-shadow:0 8px 22px color-mix(in srgb,var(--malu-lavender) 22%,transparent);transition:border-color .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease,transform .18s ease}.compliance-hub-item-icon svg{width:32px;height:32px}.compliance-hub-item-icon--btn{padding:0;cursor:pointer;font:inherit}.compliance-hub-item-icon--btn:active{transform:scale(.96)}.spotlight-card{position:relative;overflow:hidden;border-radius:20px;border:1px solid var(--tint-soft);background:var(--surface)}.spotlight-card-glow{pointer-events:none;position:absolute;inset:0;transition:opacity .42s ease}.spotlight-card-content{position:relative;z-index:1}.compliance-detail-root{isolation:isolate}.compliance-detail-backdrop{background:rgba(240,247,249,.82);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.compliance-detail-panel{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.compliance-detail-spotlight{width:100%;padding:24px 22px 22px;box-shadow:0 20px 48px rgba(36,73,93,.22);animation:compliance-detail-pop .26s cubic-bezier(.22,1,.36,1);box-sizing:border-box;border-radius:20px}@keyframes compliance-detail-fade-in{0%{opacity:0}to{opacity:1}}@keyframes compliance-detail-pop{0%{opacity:0}to{opacity:1}}.compliance-detail-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:22px;line-height:1;cursor:pointer}.compliance-detail-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;margin:0 auto 14px;color:var(--primary-strong);background:linear-gradient(160deg,color-mix(in srgb,var(--malu-lavender) 28%,var(--malu-porcelain) 72%) 0,var(--malu-porcelain) 100%);border:1px solid var(--tint-mid)}.compliance-detail-title{margin:0 0 8px;text-align:center;font-size:18px;font-weight:800;color:var(--text);line-height:1.35;word-wrap:break-word}.compliance-detail-law{margin:0 0 12px;text-align:center;color:var(--primary-strong);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.compliance-detail-desc{margin:0;text-align:center;color:var(--text-muted);font-size:14px;line-height:1.6;overflow-wrap:anywhere}@media (hover:hover) and (pointer:fine){.compliance-hub-item.is-visible:hover .compliance-hub-item-icon{color:color-mix(in srgb,var(--malu-lavender) 40%,var(--primary-strong) 60%);border-color:color-mix(in srgb,var(--malu-lavender) 75%,var(--malu-vanilla) 25%);background:linear-gradient(155deg,color-mix(in srgb,var(--malu-vanilla) 62%,var(--malu-lavender) 38%) 0,var(--malu-porcelain) 100%);box-shadow:0 10px 24px color-mix(in srgb,var(--malu-lavender) 28%,transparent)}.compliance-hub-item-icon--btn:hover{border-color:color-mix(in srgb,var(--malu-lavender) 75%,var(--malu-vanilla) 25%);box-shadow:0 10px 26px color-mix(in srgb,var(--malu-lavender) 28%,transparent)}}@media (max-width:960px){.compliance-hub-header{margin-bottom:28px}.compliance-hub-mobile-row-title{font-size:14px}.compliance-hub-mobile-row-law{font-size:9px;line-height:1.45}}@media (max-width:520px){.compliance-hub-mobile{gap:16px}.compliance-hub-mobile-list{gap:8px}.compliance-hub-mobile-row{gap:12px;padding:12px}.compliance-hub-mobile-row-icon{width:44px;height:44px}.compliance-hub-mobile-row-icon svg{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.compliance-detail-spotlight,.compliance-hub-item,.compliance-hub-item-desc,.compliance-hub-logo-wrap,.compliance-hub-mobile-row,.compliance-hub-radial-slot,.spotlight-card-glow{opacity:1;transition:none;animation:none}.compliance-hub-item,.compliance-hub-logo-wrap,.compliance-hub-mobile-row{transform:none}.compliance-hub-layout--radial .compliance-hub-center,.compliance-hub-radial-slot{transform:translate(-50%,-50%)}}.cumplimiento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:18px;gap:18px}.cumplimiento-card{display:grid;grid-gap:8px;gap:8px;align-content:start}.cumplimiento-law{margin:0;color:var(--primary-strong);font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;line-height:1.35}.section-conocenos{position:relative;overflow:hidden;isolation:isolate;padding:clamp(48px,8vw,96px) 0 clamp(64px,10vw,112px);background:radial-gradient(ellipse 70% 50% at 8% 0,color-mix(in srgb,var(--malu-lavender) 16%,transparent),transparent 58%),radial-gradient(ellipse 55% 45% at 92% 100%,color-mix(in srgb,var(--malu-vanilla) 28%,transparent),transparent 52%),linear-gradient(180deg,var(--malu-white) 0,color-mix(in srgb,var(--malu-lavender) 8%,var(--malu-white) 92%) 42%,var(--surface-warm) 100%)}.conocenos-ambient{position:absolute;inset:0;pointer-events:none;z-index:0}.conocenos-orb{position:absolute;border-radius:50%;filter:blur(48px);opacity:.55}.conocenos-orb--1{width:min(420px,55vw);height:min(420px,55vw);top:-12%;left:-8%;background:color-mix(in srgb,var(--malu-lavender) 32%,var(--malu-vanilla) 68%)}.conocenos-orb--2{width:min(320px,42vw);height:min(320px,42vw);bottom:8%;right:-6%;background:var(--tint-mid)}.conocenos-orb--3{width:min(180px,28vw);height:min(180px,28vw);top:42%;left:38%;background:var(--tint-soft)}.conocenos-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);grid-gap:clamp(32px,5vw,56px);gap:clamp(32px,5vw,56px);align-items:start}.conocenos-intro{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:14px;gap:14px;padding:clamp(20px,3vw,28px);border-radius:24px;background:rgba(255,255,255,.72);border:1px solid var(--tint-soft);box-shadow:0 20px 48px rgba(36,73,93,.08),inset 0 1px 0 rgba(255,255,255,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.conocenos-logo-wrap{display:flex;align-items:center;justify-content:center;justify-self:center;width:88px;height:88px;border-radius:22px;background:linear-gradient(145deg,var(--tint-vanilla),var(--hover-surface));border:1px solid var(--tint-mid);box-shadow:0 10px 24px var(--hover-surface)}.conocenos-logo{width:56px;height:auto}.conocenos-title{margin:0;font-size:clamp(28px,3.2vw,38px);line-height:1.15;letter-spacing:-.02em;color:var(--primary-strong)}.conocenos-title:after{content:"";display:block;width:56px;height:4px;margin-top:14px;border-radius:999px;background:var(--cta-gradient)}.conocenos-lead{margin:0;color:var(--text-muted);line-height:1.65;font-size:clamp(15px,1.6vw,17px)}.conocenos-lead strong{color:var(--primary-strong);font-weight:700}.malu-faq--conocenos{max-width:none}.section-conocenos .malu-faq-item{position:relative;overflow:hidden;padding:0;border-radius:18px;opacity:0;transform:translateY(16px);transition:opacity .52s ease var(--faq-stagger,0s),transform .52s ease var(--faq-stagger,0s),border-color .18s ease,box-shadow .18s ease}.section-conocenos.is-visible .malu-faq-item{opacity:1;transform:translateY(0)}.section-conocenos .malu-faq-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--cta-gradient);opacity:0;transition:opacity .2s ease}.section-conocenos .malu-faq-item[open]:before{opacity:1}.section-conocenos .malu-faq-item summary{padding:18px 20px 18px 16px;font-size:clamp(16px,1.8vw,18px)}.section-conocenos .malu-faq-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border-radius:14px;color:var(--primary-strong);background:linear-gradient(145deg,var(--tint-vanilla),var(--hover-surface));border:1px solid var(--tint-soft);transition:background .2s ease,color .2s ease,transform .2s ease}.section-conocenos .malu-faq-item[open] .malu-faq-icon{color:var(--surface);background:linear-gradient(145deg,var(--accent),var(--primary-strong));border-color:transparent;transform:scale(1.04)}.section-conocenos .malu-faq-chevron{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;font-size:0;color:var(--primary-strong);background:var(--hover-surface);transition:transform .22s ease,background .2s ease}.section-conocenos .malu-faq-item[open] .malu-faq-chevron{transform:rotate(180deg);background:var(--hover-surface)}.section-conocenos .malu-faq-body{padding:0 20px 20px 74px;margin-top:0;border-top:none}.section-conocenos .malu-faq-item:not([open]):hover{border-color:var(--tint-mid);box-shadow:0 12px 28px rgba(36,73,93,.09)}@media (max-width:960px){.conocenos-layout{grid-template-columns:1fr;gap:28px}.conocenos-intro{position:static;text-align:center}.conocenos-title:after{margin-left:auto;margin-right:auto}.section-conocenos .malu-faq-body{padding-left:20px}}.malu-faq{display:grid;grid-gap:12px;gap:12px;max-width:920px;margin:0 auto}.malu-faq-item{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 22px rgba(36,73,93,.06);padding:14px 18px;transition:border-color .18s ease,box-shadow .18s ease}.malu-faq-item[open]{border-color:var(--tint-strong);box-shadow:0 14px 32px rgba(36,73,93,.1)}.malu-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700;font-size:17px;color:var(--text);padding:6px 0}.malu-faq-item summary::-webkit-details-marker{display:none}.malu-faq-item summary:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:8px}.malu-faq-q{flex:1 1;line-height:1.4}.malu-faq-chevron{color:var(--primary-strong);font-size:18px;transition:transform .22s ease}.malu-faq-item[open] .malu-faq-chevron{transform:rotate(180deg)}.malu-faq-body{display:grid;grid-gap:10px;gap:10px;padding-top:12px;margin-top:6px;border-top:1px dashed var(--border);color:var(--text-muted);line-height:1.6;font-size:15px;animation:faqFade .24s ease}.malu-faq-body p{margin:0}.malu-faq-bullets{margin:0;padding-left:22px;display:grid;grid-gap:6px;gap:6px;color:var(--text)}.malu-faq-bullets li::marker{color:var(--primary-strong)}@keyframes faqFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.malu-faq-chevron{transition:none}.malu-faq-body{animation:none}.section-conocenos .malu-faq-item{opacity:1;transform:none;transition:border-color .18s ease,box-shadow .18s ease}.section-conocenos .malu-faq-icon{transition:none}}.app-footer{background:linear-gradient(145deg,oklch(from var(--malu-lavender) calc(l * .4) c h) 0,oklch(from var(--malu-lavender) calc(l * .32) c h) 100%);color:var(--malu-porcelain);padding:48px 0 32px;margin-top:32px;width:100%;max-width:100%;min-width:0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));grid-gap:22px;gap:22px;margin-bottom:26px;min-width:0}.footer-grid>*{min-width:0;max-width:100%}.footer-block h4{margin:0 0 10px;color:var(--malu-vanilla);font-size:15px;letter-spacing:.2px}.footer-links{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.footer-links a{color:color-mix(in srgb,var(--malu-porcelain) 88%,var(--malu-lavender) 12%);transition:color .16s ease}.footer-links a:hover{color:var(--malu-vanilla)}.footer-links--contact{margin-bottom:0}.footer-block--contact{display:flex;flex-direction:column}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand-mark{object-fit:contain;filter:brightness(1.05)}.footer-title{font-weight:800;font-size:18px}.footer-tagline{margin:4px 0 0;color:color-mix(in srgb,var(--malu-porcelain) 82%,var(--malu-lavender) 18%);line-height:1.5}.footer-social{margin-top:16px;padding-top:14px;border-top:1px solid color-mix(in srgb,var(--malu-porcelain) 12%,transparent)}.footer-social-label{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb,var(--malu-vanilla) 85%,var(--malu-porcelain) 15%)}.footer-social-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.footer-social-list li{flex:0 0 auto;margin:0}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:999px;border:1px solid color-mix(in srgb,var(--malu-porcelain) 28%,transparent);background:color-mix(in srgb,var(--malu-porcelain) 8%,transparent);color:var(--malu-porcelain);transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.footer-social-link:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--malu-vanilla) 22%,transparent);border-color:color-mix(in srgb,var(--malu-vanilla) 45%,transparent);color:var(--malu-vanilla);box-shadow:var(--shadow-sm)}.footer-social-link:focus-visible{outline:none;box-shadow:0 0 0 2px oklch(from var(--malu-lavender) calc(l * .32) c h),0 0 0 4px color-mix(in srgb,var(--malu-vanilla) 55%,transparent)}.footer-social-link svg{width:18px;height:18px;display:block}.legal-doc{display:grid;grid-gap:16px;gap:16px;line-height:1.65}.legal-doc p{margin:0}.legal-doc a{color:var(--malu-vanilla);text-decoration:underline}.footer-legal{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-gap:16px;gap:16px;margin-bottom:26px;min-width:0}.footer-disclaimer{margin:0;color:color-mix(in srgb,var(--malu-porcelain) 82%,var(--malu-lavender) 18%);line-height:1.6;background:color-mix(in srgb,var(--malu-porcelain) 6%,transparent);border-radius:12px;padding:12px;border:1px solid color-mix(in srgb,var(--malu-porcelain) 14%,transparent);font-size:13px}.footer-legal-strong,.footer-powered-link{color:var(--malu-vanilla);font-weight:700}.footer-powered-link{text-decoration:underline;text-underline-offset:2px}.footer-powered-link:hover{color:var(--malu-porcelain)}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--malu-porcelain) 12%,transparent);padding-top:16px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;color:color-mix(in srgb,var(--malu-porcelain) 78%,var(--malu-lavender) 22%);font-size:13px}.footer-bottom .powered{display:flex;align-items:center;gap:8px;opacity:.9}.footer-note{color:color-mix(in srgb,var(--malu-porcelain) 72%,var(--malu-lavender) 28%)}@media (max-width:640px){.app-footer{padding:36px 0 24px}.footer-bottom{flex-direction:column;gap:8px;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.hero-art{animation:none}.footer-social-link{transition:none}.footer-social-link:hover{transform:none}}