.PaymentResult-module__Jd7LdG__pageContainer{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.PaymentResult-module__Jd7LdG__content{width:100%;max-width:800px;margin:0 auto}.PaymentResult-module__Jd7LdG__resultContainer{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a}.PaymentResult-module__Jd7LdG__iconContainer{margin-bottom:2rem}.PaymentResult-module__Jd7LdG__statusIcon{border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto;animation:.6s ease-out PaymentResult-module__Jd7LdG__scaleIn;display:inline-flex;position:relative}.PaymentResult-module__Jd7LdG__success{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 10px 30px #10b9814d}.PaymentResult-module__Jd7LdG__error{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 10px 30px #ef44444d}.PaymentResult-module__Jd7LdG__statusIcon:before{content:"";background:inherit;opacity:.2;z-index:-1;border-radius:50%;width:140px;height:140px;animation:2s infinite PaymentResult-module__Jd7LdG__pulse;position:absolute}.PaymentResult-module__Jd7LdG__header{margin-bottom:3rem}.PaymentResult-module__Jd7LdG__title{background:linear-gradient(135deg,#1f2937 0%,#374151 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.PaymentResult-module__Jd7LdG__subtitle{color:#6b7280;margin:0;font-size:1.2rem;font-weight:400}.PaymentResult-module__Jd7LdG__paymentDetails{text-align:left;margin-bottom:3rem}.PaymentResult-module__Jd7LdG__detailsCard,.PaymentResult-module__Jd7LdG__errorCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.PaymentResult-module__Jd7LdG__detailsCard h3,.PaymentResult-module__Jd7LdG__errorCard h3{color:#1f2937;border-bottom:2px solid #e5e7eb;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600;display:flex}.PaymentResult-module__Jd7LdG__detailsList{gap:1rem;display:grid}.PaymentResult-module__Jd7LdG__detailItem{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.PaymentResult-module__Jd7LdG__detailItem:last-child{border-bottom:none}.PaymentResult-module__Jd7LdG__label{color:#6b7280;font-weight:500}.PaymentResult-module__Jd7LdG__value{color:#1f2937;font-weight:600}.PaymentResult-module__Jd7LdG__monospace{letter-spacing:.025em;font-family:Courier New,Courier,monospace;font-size:.9rem}.PaymentResult-module__Jd7LdG__amount{color:#059669;font-size:1.1rem}.PaymentResult-module__Jd7LdG__securityNote{color:#065f46;background:#ecfdf5;border:1px solid #10b981;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;font-weight:500;display:flex}.PaymentResult-module__Jd7LdG__orderStatus{text-align:left;margin-bottom:3rem}.PaymentResult-module__Jd7LdG__orderStatus h3{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.PaymentResult-module__Jd7LdG__statusTimeline{justify-content:space-between;padding:1rem 0;display:flex;position:relative}.PaymentResult-module__Jd7LdG__statusTimeline:before{content:"";z-index:1;background:#e5e7eb;height:2px;position:absolute;top:50%;left:0;right:0}.PaymentResult-module__Jd7LdG__statusStep{z-index:2;background:#fff;flex-direction:column;align-items:center;gap:.5rem;padding:0 .5rem;display:flex;position:relative}.PaymentResult-module__Jd7LdG__statusDot{background:#fff;border:3px solid #e5e7eb;border-radius:50%;width:16px;height:16px;transition:all .3s}.PaymentResult-module__Jd7LdG__active .PaymentResult-module__Jd7LdG__statusDot{background:#10b981;border-color:#10b981}.PaymentResult-module__Jd7LdG__statusStep span{color:#6b7280;text-align:center;white-space:nowrap;font-size:.875rem;font-weight:500}.PaymentResult-module__Jd7LdG__active span{color:#10b981;font-weight:600}.PaymentResult-module__Jd7LdG__errorDetails{text-align:left;margin-bottom:3rem}.PaymentResult-module__Jd7LdG__errorMessage{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:1rem}.PaymentResult-module__Jd7LdG__errorMessage p{color:#991b1b;margin:0;font-weight:500}.PaymentResult-module__Jd7LdG__errorCode,.PaymentResult-module__Jd7LdG__errorReference{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:.5rem 0;display:flex}.PaymentResult-module__Jd7LdG__errorCode:last-child,.PaymentResult-module__Jd7LdG__errorReference:last-child{border-bottom:none}.PaymentResult-module__Jd7LdG__suggestions,.PaymentResult-module__Jd7LdG__nextSteps{text-align:left;margin-bottom:3rem}.PaymentResult-module__Jd7LdG__suggestions h3,.PaymentResult-module__Jd7LdG__nextSteps h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.PaymentResult-module__Jd7LdG__suggestions ul,.PaymentResult-module__Jd7LdG__nextSteps ul{margin:0;padding:0;list-style:none}.PaymentResult-module__Jd7LdG__suggestions li,.PaymentResult-module__Jd7LdG__nextSteps li{color:#4b5563;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.PaymentResult-module__Jd7LdG__suggestions li:last-child,.PaymentResult-module__Jd7LdG__nextSteps li:last-child{border-bottom:none}.PaymentResult-module__Jd7LdG__suggestions li svg,.PaymentResult-module__Jd7LdG__nextSteps li svg{color:#6b7280;flex-shrink:0}.PaymentResult-module__Jd7LdG__pendingAutoStatus{color:#1d4ed8;align-items:center;gap:.5rem;margin-top:1rem;font-weight:500;display:flex}.PaymentResult-module__Jd7LdG__pendingStatusMessage{color:#6b7280;margin-top:.75rem;font-size:.95rem}.PaymentResult-module__Jd7LdG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.PaymentResult-module__Jd7LdG__btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:180px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.PaymentResult-module__Jd7LdG__primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 4px 15px #3b82f64d}.PaymentResult-module__Jd7LdG__primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.PaymentResult-module__Jd7LdG__primary:disabled{opacity:.7;cursor:not-allowed}.PaymentResult-module__Jd7LdG__secondary{color:#374151;background:#f9fafb;border:2px solid #e5e7eb}.PaymentResult-module__Jd7LdG__secondary:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.PaymentResult-module__Jd7LdG__support{text-align:center;border-top:1px solid #e5e7eb;padding-top:2rem}.PaymentResult-module__Jd7LdG__support p{color:#6b7280;margin:0}.PaymentResult-module__Jd7LdG__support a{color:#3b82f6;font-weight:500;text-decoration:none}.PaymentResult-module__Jd7LdG__support a:hover{text-decoration:underline}@keyframes PaymentResult-module__Jd7LdG__scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes PaymentResult-module__Jd7LdG__pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.1;transform:scale(1.05)}}.PaymentResult-module__Jd7LdG__spinning{animation:1s linear infinite PaymentResult-module__Jd7LdG__spin}@keyframes PaymentResult-module__Jd7LdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.PaymentResult-module__Jd7LdG__pageContainer{padding:1rem}.PaymentResult-module__Jd7LdG__resultContainer{padding:2rem 1rem}.PaymentResult-module__Jd7LdG__title{font-size:2rem}.PaymentResult-module__Jd7LdG__subtitle{font-size:1rem}.PaymentResult-module__Jd7LdG__statusTimeline{flex-direction:column;gap:1rem}.PaymentResult-module__Jd7LdG__statusTimeline:before{display:none}.PaymentResult-module__Jd7LdG__statusStep{text-align:left;flex-direction:row;justify-content:flex-start}.PaymentResult-module__Jd7LdG__statusStep span{white-space:normal}.PaymentResult-module__Jd7LdG__actions{flex-direction:column}.PaymentResult-module__Jd7LdG__btn{min-width:100%}.PaymentResult-module__Jd7LdG__detailItem{flex-direction:column;align-items:flex-start;gap:.25rem}}
.footer{background:linear-gradient(#0c1a24 0%,#0a141c 100%);margin-top:auto;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#14b8a64d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer__main{padding:4rem 0 3rem;position:relative}.footer__main:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 10% 20%,#0f766e14 0%,#0000 40%),radial-gradient(circle at 90% 80%,#0f766e0d 0%,#0000 40%);position:absolute;inset:0}.footer__container{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.footer__grid{z-index:1;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;display:grid;position:relative}.footer__brand{flex-direction:column;gap:1.25rem;display:flex}.footer__logo{align-items:center;gap:.625rem;text-decoration:none;transition:transform .2s;display:inline-flex}.footer__logo:hover{opacity:.9;transform:none}.footer__brand-lockup{color:#fff7e8}.footer__brand-lockup .mercadopack-logo__wordmark{font-size:1.45rem}.footer__logo-icon{filter:drop-shadow(0 2px 8px #14b8a64d);justify-content:center;align-items:center;display:flex}.footer__logo-text{background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.footer__tagline{color:#64748b;max-width:280px;margin:0;font-size:.9rem;line-height:1.7}.footer__contact-highlight{margin-top:.5rem}.footer__whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #25d36640}.footer__whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36659}.footer__column{flex-direction:column;gap:1rem;display:flex}.footer .footer__heading{color:#fff;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff0f;margin:0 0 .5rem;padding-bottom:.75rem;font-size:.75rem;font-weight:700}.footer__links{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;margin-left:-.625rem;padding:.5rem .625rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.footer__link svg{opacity:.6;flex-shrink:0;transition:all .2s}.footer__link:hover{color:#fff;background:#ffffff0d;transform:translate(4px)}.footer__link:hover svg{opacity:1;color:#14b8a6}.footer__link--cta{color:#14b8a6;font-weight:500}.footer__link--cta svg{opacity:.8;color:#14b8a6}.footer__link--cta:hover{color:#2dd4bf;background:#14b8a61a}.footer__link--admin{color:#fbbf24;font-weight:500}.footer__link--admin svg{opacity:.8;color:#fbbf24}.footer__link--admin:hover{color:#fcd34d;background:#fbbf241a}.footer__link--signout:hover{color:#f87171;background:#f871711a}.footer__link--signout:hover svg{color:#f87171}.footer__contact-info{border-top:1px solid #ffffff0f;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.footer__contact-link{color:#64748b;align-items:center;gap:.5rem;width:fit-content;font-size:.8rem;text-decoration:none;transition:all .2s;display:inline-flex}.footer__contact-link svg{opacity:.6;flex-shrink:0}.footer__contact-link:hover{color:#14b8a6}.footer__contact-link:hover svg{opacity:1}.footer__address-block{flex-direction:column;gap:.25rem;margin-top:.125rem;display:flex}.footer__contact-label{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.footer__address{color:#cbd5e1;max-width:18rem;margin:0;font-size:.8rem;font-style:normal;line-height:1.5}.footer__features{background:#0f766e14;border-top:1px solid #14b8a61a;border-bottom:1px solid #14b8a61a;padding:1.25rem 0}.footer__features-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.footer__features-grid::-webkit-scrollbar{display:none}.footer__features-grid{scrollbar-width:none}.footer__feature{color:#94a3b8;align-items:center;gap:.625rem;font-size:.85rem;font-weight:500;display:flex}.footer__feature svg{color:#14b8a6;opacity:.8}.footer__bottom{background:#0003;padding:1.25rem 0}.footer__bottom-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__copyright{color:#475569;margin:0;font-size:.8rem}@media (max-width:1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer__brand{flex-flow:wrap;grid-column:span 2;align-items:flex-start;gap:1.5rem}.footer__brand>*{flex:200px}.footer__contact-highlight{margin-top:0}.footer__features-grid{gap:2rem}}@media (max-width:1024px) and (min-width:641px){.footer__main{padding:1.5rem 0 1.25rem}.footer__brand{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.footer__brand>*{flex:none}.footer__tagline{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.footer__contact-highlight{align-self:flex-start;margin-top:.25rem}.footer__grid{align-items:start}.footer__grid>*{align-self:start}.footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.footer__brand{flex-direction:column;grid-column:auto;gap:.5rem}.footer__logo-text{font-size:1.2rem}.footer__tagline{max-width:220px;font-size:.78rem;line-height:1.4}.footer__whatsapp{white-space:normal;text-align:center;padding:.5rem .85rem;font-size:.78rem}.footer__column{gap:.5rem}.footer__heading{margin-bottom:.25rem;padding-bottom:.4rem;font-size:.68rem}.footer__links{gap:0}.footer__link{margin-left:-.4rem;padding:.25rem .4rem;font-size:.78rem}.footer__contact-info{margin-top:.5rem;padding-top:.5rem}.footer__contact-link{font-size:.72rem}.footer__contact-label{font-size:.62rem}.footer__address{max-width:100%;font-size:.72rem}.footer__features{display:none}.footer__bottom-content{flex-direction:row;justify-content:space-between}.footer__copyright{margin:0}.footer__bottom{padding:.75rem 0}.footer__copyright{font-size:.72rem}}@media (max-width:640px){.footer__main{padding:2rem 0 1.5rem}.footer__brand{text-align:center;border-bottom:1px solid #ffffff0f;grid-column:span 2;align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:1rem}.footer__logo{justify-content:center}.footer__tagline{text-align:center;max-width:100%;margin:0;font-size:.8rem;line-height:1.5}.footer__column{text-align:left;align-items:flex-start;gap:.5rem}.footer__heading{text-align:left;margin-bottom:.25rem;padding-bottom:.5rem;font-size:.7rem}.footer__links{align-items:flex-start;gap:0}.footer__link{justify-content:flex-start;margin-left:-.5rem;padding:.35rem .5rem;font-size:.8rem}.footer__link svg{width:14px;height:14px}.footer__link:hover{transform:translate(2px)}.footer__contact-info{align-items:flex-start;margin-top:.5rem;padding-top:.5rem}.footer__address{max-width:100%}.footer__features{padding:.875rem 0}.footer__features-grid{justify-content:center;gap:.75rem 1.5rem}.footer__feature{gap:.375rem;font-size:.75rem}.footer__feature svg{width:16px;height:16px}.footer__bottom{padding:1rem 0}.footer__bottom-content{text-align:center;flex-direction:column;gap:.5rem}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.footer__brand{text-align:left;border-bottom:none;grid-column:auto;align-items:flex-start;gap:.5rem;min-width:0;margin-bottom:0;padding-bottom:0}.footer__logo{justify-content:flex-start;width:100%;min-width:0}.footer__brand-lockup{gap:.375rem;max-width:100%}.footer__brand-lockup .mercadopack-logo__wordmark{font-size:1.1rem}.footer__tagline{max-width:220px;font-size:.75rem;line-height:1.4}.footer__contact-highlight{margin-top:0}.footer__whatsapp{padding:.5rem .875rem;font-size:.75rem}}@media (max-width:480px){.footer__main{padding:1.5rem 0 1rem}.footer__grid{gap:1rem .75rem}.footer__brand{gap:.5rem;padding-bottom:0}.footer__brand-lockup{--mercadopack-mark-size:32px!important}.footer__brand-lockup .mercadopack-logo__wordmark{font-size:clamp(.875rem,3.4vw,1rem)}.footer__logo-text{font-size:1.25rem}.footer__tagline{font-size:.75rem}.footer__whatsapp{padding:.5rem .875rem;font-size:.75rem}.footer__column{gap:.375rem}.footer__heading{margin-bottom:.125rem;padding-bottom:.375rem;font-size:.65rem}.footer__link{gap:.375rem;padding:.25rem .375rem;font-size:.75rem}.footer__link svg{width:12px;height:12px}.footer__contact-info{margin-top:.375rem;padding-top:.375rem}.footer__contact-link{font-size:.7rem}.footer__contact-label{font-size:.6rem}.footer__address{font-size:.68rem}.footer__features{padding:.625rem 0}.footer__features-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;padding:0 .25rem .25rem;display:flex;overflow:hidden}.footer__feature{white-space:nowrap;flex:0 auto;justify-content:flex-start;gap:.25rem;font-size:.7rem}.footer__feature svg{width:14px;height:14px}.footer__bottom{padding:.75rem 0}.footer__copyright{font-size:.7rem}}
.PublicHeroHeading-module__yJtIaG__root{width:100%;color:var(--public-hero-copy,#f1faf9e0);justify-items:start;gap:1.05rem;font-family:inherit;display:grid}.PublicHeroHeading-module__yJtIaG__light{--public-hero-accent:#0f766e;--public-hero-title:#0f2a3d;--public-hero-copy:#435767;--public-hero-secondary-border:#cbd8e2;--public-hero-secondary-bg:#fff;--public-hero-secondary-text:#173a4f}.PublicHeroHeading-module__yJtIaG__center{text-align:center;justify-items:center}.PublicHeroHeading-module__yJtIaG__eyebrow{min-height:20px;color:var(--public-hero-accent,#5eead4);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.48rem;margin:0;font-size:.78rem;font-weight:800;line-height:1.2;display:inline-flex}.PublicHeroHeading-module__yJtIaG__eyebrow svg{stroke-width:2px;flex:0 0 16px;width:16px;height:16px}.PublicHeroHeading-module__yJtIaG__title{letter-spacing:-.05em;text-wrap:balance;max-width:100%;margin:0;font-family:inherit;font-weight:800;line-height:1;color:var(--public-hero-title,#fff)!important}.PublicHeroHeading-module__yJtIaG__display .PublicHeroHeading-module__yJtIaG__title{font-size:clamp(2.65rem,5vw,4.65rem)}.PublicHeroHeading-module__yJtIaG__standard .PublicHeroHeading-module__yJtIaG__title{font-size:clamp(2.35rem,4.5vw,4.1rem)}.PublicHeroHeading-module__yJtIaG__compact .PublicHeroHeading-module__yJtIaG__title{font-size:clamp(2rem,3.7vw,3.35rem)}.PublicHeroHeading-module__yJtIaG__subtitle,.PublicHeroHeading-module__yJtIaG__description{max-width:62ch;color:var(--public-hero-copy,#f1faf9e0);text-wrap:pretty;margin:0;font-family:inherit}.PublicHeroHeading-module__yJtIaG__subtitle{font-size:clamp(1rem,1.35vw,1.14rem);font-weight:700;line-height:1.5}.PublicHeroHeading-module__yJtIaG__description{font-size:clamp(1rem,1.45vw,1.16rem);font-weight:500;line-height:1.68}.PublicHeroHeading-module__yJtIaG__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.PublicHeroHeading-module__yJtIaG__primaryAction,.PublicHeroHeading-module__yJtIaG__secondaryAction{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.15rem;font-family:inherit;font-size:.91rem;font-weight:750;line-height:1.1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex}.PublicHeroHeading-module__yJtIaG__primaryAction{border-color:var(--public-hero-primary,#2dd4bf);background:var(--public-hero-primary,#2dd4bf);color:var(--public-hero-primary-text,#06233a);box-shadow:0 16px 34px -18px color-mix(in srgb, var(--public-hero-primary,#2dd4bf) 80%, transparent)}.PublicHeroHeading-module__yJtIaG__secondaryAction{border-color:var(--public-hero-secondary-border,#ffffff75);background:var(--public-hero-secondary-bg,#05192c57);color:var(--public-hero-secondary-text,#fff);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 34px -22px #020c17e0}.PublicHeroHeading-module__yJtIaG__primaryAction:hover{border-color:var(--public-hero-primary-hover,#5eead4);background:var(--public-hero-primary-hover,#5eead4);color:var(--public-hero-primary-text,#06233a);transform:translateY(-2px)}.PublicHeroHeading-module__yJtIaG__secondaryAction:hover{border-color:color-mix(in srgb, var(--public-hero-accent,#5eead4) 72%, white);background:color-mix(in srgb, var(--public-hero-accent,#5eead4) 24%, transparent);color:var(--public-hero-secondary-text,#fff);transform:translateY(-2px)}.PublicHeroHeading-module__yJtIaG__primaryAction svg,.PublicHeroHeading-module__yJtIaG__secondaryAction svg{stroke-width:2px;flex:0 0 17px;width:17px;height:17px}.PublicHeroHeading-module__yJtIaG__primaryAction:focus-visible,.PublicHeroHeading-module__yJtIaG__secondaryAction:focus-visible{outline:3px solid color-mix(in srgb, var(--public-hero-accent,#5eead4) 48%, transparent);outline-offset:3px}@media (max-width:640px){.PublicHeroHeading-module__yJtIaG__root{gap:.9rem}.PublicHeroHeading-module__yJtIaG__display .PublicHeroHeading-module__yJtIaG__title,.PublicHeroHeading-module__yJtIaG__standard .PublicHeroHeading-module__yJtIaG__title{font-size:clamp(2.35rem,12vw,3.4rem)}.PublicHeroHeading-module__yJtIaG__compact .PublicHeroHeading-module__yJtIaG__title{font-size:clamp(2rem,10vw,2.8rem)}.PublicHeroHeading-module__yJtIaG__description{font-size:1rem;line-height:1.62}.PublicHeroHeading-module__yJtIaG__actions{width:100%}.PublicHeroHeading-module__yJtIaG__primaryAction,.PublicHeroHeading-module__yJtIaG__secondaryAction{min-width:min(100%,180px)}}@media (prefers-reduced-motion:reduce){.PublicHeroHeading-module__yJtIaG__primaryAction,.PublicHeroHeading-module__yJtIaG__secondaryAction{transition:none}.PublicHeroHeading-module__yJtIaG__primaryAction:hover,.PublicHeroHeading-module__yJtIaG__secondaryAction:hover{transform:none}}
.StandaloneDiscoverySection-module__eOey3G__section{background:linear-gradient(#ffffffa8,#f8fafce0);padding:2rem 0}.StandaloneDiscoverySection-module__eOey3G__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.StandaloneDiscoverySection-module__eOey3G__header{gap:.5rem;margin-bottom:1.25rem;display:grid}.StandaloneDiscoverySection-module__eOey3G__title{color:#0f172a;margin:0;font-size:1.55rem;font-weight:700}.StandaloneDiscoverySection-module__eOey3G__description{color:#475569;max-width:78ch;margin:0;line-height:1.7}.StandaloneDiscoverySection-module__eOey3G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.StandaloneDiscoverySection-module__eOey3G__card{background:#fff;border:1px solid #dbeafe;border-radius:8px;gap:.75rem;padding:1rem 1.05rem;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:grid;box-shadow:0 10px 24px #0f172a0d}.StandaloneDiscoverySection-module__eOey3G__card:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.StandaloneDiscoverySection-module__eOey3G__cardHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.StandaloneDiscoverySection-module__eOey3G__cardTitle{color:#1e3a8a;font-size:1rem;font-weight:700;line-height:1.4}.StandaloneDiscoverySection-module__eOey3G__badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.StandaloneDiscoverySection-module__eOey3G__cardDescription{color:#334155;margin:0;font-size:.92rem;line-height:1.65}.StandaloneDiscoverySection-module__eOey3G__optionList{flex-wrap:wrap;gap:.45rem;display:flex}.StandaloneDiscoverySection-module__eOey3G__optionChip{color:#334155;background:#f8fafc;border-radius:999px;padding:.25rem .55rem;font-size:.8rem;font-weight:600}
.PageTemplate-module__j9NcGq__categoryPage{--hero-ink:var(--landing-ink);--hero-coffee:var(--landing-coffee);--hero-gold:var(--landing-gold);--hero-gold-soft:var(--landing-gold-soft);--hero-cream:var(--landing-cream);--hero-line:#5eead447;background:var(--sand-light);min-height:100vh}.PageTemplate-module__j9NcGq__themeTnt{--hero-ink:#0f3d2e;--hero-coffee:#1b513c;--hero-gold:#5dbd88;--hero-gold-soft:#c6f0d3;--hero-cream:#fff;--hero-line:#c6f0d352;background:#fff}.PageTemplate-module__j9NcGq__themeTnt .PageTemplate-module__j9NcGq__breadcrumb{background:linear-gradient(135deg,#0f3d2e 0%,#1b513c 100%);border-bottom-color:#c6f0d32e}.PageTemplate-module__j9NcGq__themeTnt .PageTemplate-module__j9NcGq__heroSection{background:#0f3d2e}.PageTemplate-module__j9NcGq__themeTnt .PageTemplate-module__j9NcGq__heroSection:after{background:linear-gradient(112deg,#083023e0 0%,#083023a3 35%,#0830236b 62%,#08302399 100%),radial-gradient(circle at 82% 16%,#5dbd884d,#0000 42%),radial-gradient(circle at 16% 82%,#c6f0d329,#0000 44%)}.PageTemplate-module__j9NcGq__themeTnt .PageTemplate-module__j9NcGq__heroContent{background:#0c3d2c75;border-color:#c6f0d33d}.PageTemplate-module__j9NcGq__themeTnt .PageTemplate-module__j9NcGq__heroBadge{background:#5dbd8833;border-color:#c6f0d37a}.PageTemplate-module__j9NcGq__breadcrumb{background:linear-gradient(135deg,#071b33 0%,#143449 100%);border-bottom:1px solid #5eead424;padding:.75rem 0}.PageTemplate-module__j9NcGq__breadcrumbContainer{align-items:center;gap:.5rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;font-size:.875rem;display:flex}.PageTemplate-module__j9NcGq__breadcrumbLink{color:#f8f0e5b8;text-decoration:none;transition:color .2s}.PageTemplate-module__j9NcGq__breadcrumbLink:hover{color:var(--hero-gold-soft)}.PageTemplate-module__j9NcGq__breadcrumbSeparator{color:#99f6e452;flex-shrink:0}.PageTemplate-module__j9NcGq__breadcrumbCurrent{color:var(--hero-gold-soft);font-weight:600}.PageTemplate-module__j9NcGq__heroSection{isolation:isolate;background:#071b33;min-height:min(48vh,460px);padding:1.8rem 0 1.35rem;position:relative;overflow:hidden}.PageTemplate-module__j9NcGq__heroSection:before{content:"";opacity:.84;filter:saturate(1.06)contrast(1.02);pointer-events:none;background-image:url(https://cdn.mercadopack.cl/mercadopack_og.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.03)}.PageTemplate-module__j9NcGq__heroSection:after{content:"";pointer-events:none;background:linear-gradient(112deg,#041425e0 0%,#05192cad 35%,#071f3170 62%,#071f3194 100%),radial-gradient(circle at 82% 16%,#2dd4bf3d,#0000 42%),radial-gradient(circle at 16% 82%,#5eead41f,#0000 44%);position:absolute;inset:0}.PageTemplate-module__j9NcGq__heroContainer{z-index:1;grid-template-columns:1fr;gap:.9rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.PageTemplate-module__j9NcGq__heroContent{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b3370;border:1px solid #5eead433;border-radius:18px;gap:.72rem;width:min(1160px,100%);max-width:1160px;padding:.82rem 1rem;animation:.56s ease-out both PageTemplate-module__j9NcGq__heroRise;display:grid;box-shadow:0 18px 36px #140e0a3d}@keyframes PageTemplate-module__j9NcGq__heroRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.PageTemplate-module__j9NcGq__heroBadge{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:#0f766e38;border:1px solid #5eead46b;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.42rem .9rem;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1.1;display:inline-flex}.PageTemplate-module__j9NcGq__heroIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #5eead44d;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.PageTemplate-module__j9NcGq__heroIcon svg{color:var(--hero-gold-soft);width:26px;height:26px}.PageTemplate-module__j9NcGq__heroSection .PageTemplate-module__j9NcGq__heroTitle{color:#fff;text-wrap:balance;letter-spacing:-.02em;text-shadow:0 12px 34px #0000006b;margin:0;font:700 clamp(1.88rem,3.9vw,3.2rem)/1.03 Playfair Display,Cormorant Garamond,Georgia,serif}.PageTemplate-module__j9NcGq__heroSubtitle{color:#fff5e8f0;margin:0;font-family:inherit;font-size:clamp(.95rem,1.15vw,1.06rem);font-weight:600;line-height:1.6}.PageTemplate-module__j9NcGq__heroDescription{color:#fff5e8e6;max-width:92ch;margin:0;font-family:inherit;font-size:clamp(.95rem,1.12vw,1.05rem);font-weight:500;line-height:1.7}.PageTemplate-module__j9NcGq__heroMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.PageTemplate-module__j9NcGq__heroStats{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.62rem;width:min(1060px,100%);font-family:inherit;display:flex}.PageTemplate-module__j9NcGq__heroStat{border:1px solid var(--hero-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffe0;background:#071b337a;border-radius:12px;flex:178px;align-items:center;gap:.58rem;min-width:178px;padding:.66rem .8rem;display:flex}.PageTemplate-module__j9NcGq__heroStat svg{color:var(--hero-gold-soft);width:18px;height:18px}.PageTemplate-module__j9NcGq__heroStatDivider{display:none}.PageTemplate-module__j9NcGq__statValue{color:#fff;font-size:1rem;font-weight:700;line-height:1.1}.PageTemplate-module__j9NcGq__statLabel{color:#f6eee3cc;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.PageTemplate-module__j9NcGq__heroCta{margin-top:.25rem}.PageTemplate-module__j9NcGq__heroCtaButton{background:linear-gradient(135deg, var(--dark-900) 0%, #12344e 100%);color:#14b8a6;border:1px solid #14b8a64d;border-radius:12px;justify-content:center;align-items:center;gap:.46rem;padding:.84rem 1.35rem;font-family:inherit;font-size:.92rem;font-weight:700;line-height:1.1;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s;display:inline-flex;box-shadow:0 12px 24px #080f186b}.PageTemplate-module__j9NcGq__heroCtaButton:hover{background:linear-gradient(135deg, var(--dark-800) 0%, #184763 100%);border-color:#14b8a675;transform:translateY(-2px);box-shadow:0 14px 28px #080f1880}.PageTemplate-module__j9NcGq__heroCtaButton svg{color:#14b8a6}.PageTemplate-module__j9NcGq__heroImageWrapper{width:100%;max-width:min(1180px,90vw);height:calc(var(--slide-size,190px) * var(--slide-height-ratio,1) + (var(--track-padding,.6rem) * 2));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b3366;border:1px solid #e7d4b324;border-radius:0;justify-self:center;position:relative;overflow:hidden;box-shadow:0 16px 34px #0b070552,0 6px 16px #0b07053d}@media (min-width:1024px){.PageTemplate-module__j9NcGq__heroContainer{text-align:center;justify-items:center;gap:1.15rem}.PageTemplate-module__j9NcGq__heroContent{justify-items:center}.PageTemplate-module__j9NcGq__heroMeta{justify-content:center}}@media (min-width:1200px){.PageTemplate-module__j9NcGq__heroStats{flex-wrap:nowrap;width:min(1080px,100%)}.PageTemplate-module__j9NcGq__heroStat{flex:none;min-width:220px}}.PageTemplate-module__j9NcGq__valueStrip{background:linear-gradient(135deg,#071b33 0%,#143449 100%);border-top:1px solid #5eead42e;border-bottom:1px solid #5eead42e;padding:1rem 0}.PageTemplate-module__j9NcGq__valueStripContainer{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.PageTemplate-module__j9NcGq__valueItem{color:#f8f0e5eb;align-items:center;gap:.625rem;font-size:.9rem;font-weight:600;display:flex}.PageTemplate-module__j9NcGq__valueIcon{color:var(--hero-gold-soft);opacity:.94}.PageTemplate-module__j9NcGq__editorialSection{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);padding:3rem 0 2.25rem}.PageTemplate-module__j9NcGq__editorialContainer{gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid}.PageTemplate-module__j9NcGq__editorialCopy{max-width:980px;margin:0 auto}.PageTemplate-module__j9NcGq__editorialParagraphs{gap:.9rem;display:grid}.PageTemplate-module__j9NcGq__editorialParagraphs p{color:#4b5563;margin:0;font-size:1rem;line-height:1.8}.PageTemplate-module__j9NcGq__editorialHighlights{margin-top:1.35rem}.PageTemplate-module__j9NcGq__editorialHighlightsTitle{color:#475569;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .85rem;font-size:.82rem;font-weight:700}.PageTemplate-module__j9NcGq__editorialHighlightsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;display:grid}.PageTemplate-module__j9NcGq__editorialHighlightCard{background:#ffffffd1;border:1px solid #0f766e14;border-radius:12px;align-items:flex-start;gap:.65rem;padding:.95rem 1rem;display:flex}.PageTemplate-module__j9NcGq__editorialHighlightCard svg{color:#0f766e;flex-shrink:0;margin-top:.08rem}.PageTemplate-module__j9NcGq__editorialHighlightCard span{color:#334155;font-size:.92rem;line-height:1.55}.PageTemplate-module__j9NcGq__editorialLinks{width:100%;max-width:1100px;margin:0 auto}.PageTemplate-module__j9NcGq__editorialLinksTitle{color:#475569;letter-spacing:.04em;text-transform:uppercase;text-align:center;margin:0 0 .9rem;font-size:.82rem;font-weight:700}.PageTemplate-module__j9NcGq__editorialLinksGrid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.PageTemplate-module__j9NcGq__editorialLink{background:var(--surface);border:1px solid #0f766e1a;border-radius:8px;flex-direction:column;gap:.75rem;min-width:180px;padding:.85rem 1rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.PageTemplate-module__j9NcGq__editorialLinkImage{aspect-ratio:16/10;background:linear-gradient(#0f766e14,#0f766e05);border-radius:8px;width:100%;position:relative;overflow:hidden}.PageTemplate-module__j9NcGq__editorialLinkImage img{-o-object-fit:cover;object-fit:cover}.PageTemplate-module__j9NcGq__editorialLinkContent{flex-direction:column;gap:.12rem;display:flex}.PageTemplate-module__j9NcGq__editorialLink:hover{border-color:#0f766e38;transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.PageTemplate-module__j9NcGq__editorialLinkEyebrow{color:#0f766e;letter-spacing:.03em;text-transform:uppercase;font-size:.72rem;font-weight:700}.PageTemplate-module__j9NcGq__editorialLinkLabel{color:var(--dark-900);font-size:.94rem;font-weight:600;line-height:1.35}.PageTemplate-module__j9NcGq__whySection{background:var(--surface);padding:4rem 0}.PageTemplate-module__j9NcGq__whyContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__whyContent{max-width:1100px;margin:0 auto}.PageTemplate-module__j9NcGq__sectionTitle{color:var(--dark-900);text-align:center;margin:0 0 1rem;font-size:2rem;font-weight:700}.PageTemplate-module__j9NcGq__whyIntro{color:#64748b;text-align:center;max-width:800px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.PageTemplate-module__j9NcGq__whyGrid{grid-template-columns:repeat(auto-fit,minmax(260px,420px));justify-content:center;gap:1.5rem;display:grid}.PageTemplate-module__j9NcGq__whyCard{background:var(--surface-muted);border-radius:16px;padding:2rem;transition:all .3s}.PageTemplate-module__j9NcGq__whyCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.PageTemplate-module__j9NcGq__whyCardIcon{background:linear-gradient(135deg,#0f766e1a 0%,#14b8a61a 100%);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:inline-flex}.PageTemplate-module__j9NcGq__whyCardIcon svg{color:#0f766e}.PageTemplate-module__j9NcGq__whyCard h3{color:var(--dark-900);margin:0 0 .75rem;font-size:1.15rem;font-weight:600}.PageTemplate-module__j9NcGq__whyCard p{color:#64748b;margin:0;font-size:.95rem;line-height:1.7}.PageTemplate-module__j9NcGq__typesSection{background:var(--surface-muted);padding:4rem 0}.PageTemplate-module__j9NcGq__typesContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__typesSubtitle{color:#64748b;text-align:center;margin:-.25rem 0 2.25rem;font-size:1.05rem}.PageTemplate-module__j9NcGq__typesGrid{--types-columns:3;--types-gap:1.5rem;justify-content:center;gap:var(--types-gap);flex-wrap:wrap;display:flex}.PageTemplate-module__j9NcGq__typeCard{background:var(--surface);flex:0 1 calc((100% - (var(--types-columns) - 1) * var(--types-gap)) / var(--types-columns));border:1px solid #0000000a;border-radius:16px;width:100%;max-width:360px;padding:1.5rem;transition:all .3s}.PageTemplate-module__j9NcGq__typeCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.PageTemplate-module__j9NcGq__typeImageWrapper{aspect-ratio:1;background:var(--surface-muted);border-radius:12px;width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.PageTemplate-module__j9NcGq__typeCard h3{color:var(--dark-900);margin:0 0 .625rem;font-size:1.05rem;font-weight:600}.PageTemplate-module__j9NcGq__typeCard p{color:#64748b;margin:0 0 1rem;font-size:.875rem;line-height:1.6}.PageTemplate-module__j9NcGq__typeFeatures{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.PageTemplate-module__j9NcGq__typeFeatures li{color:#0f766e;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.PageTemplate-module__j9NcGq__typeFeatures li svg{flex-shrink:0}.PageTemplate-module__j9NcGq__colorsSection{background:var(--surface-muted);padding:4rem 0}.PageTemplate-module__j9NcGq__colorsContainer{max-width:1000px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__colorsSubtitle{color:#64748b;text-align:center;margin:-.25rem 0 2.25rem;font-size:1.05rem}.PageTemplate-module__j9NcGq__colorsGrid{grid-template-columns:repeat(auto-fit,minmax(72px,96px));justify-content:center;gap:1.5rem;margin:2.25rem 0;display:grid}.PageTemplate-module__j9NcGq__colorItem{text-align:center}.PageTemplate-module__j9NcGq__colorSwatch{border-radius:50%;width:56px;height:56px;margin:0 auto .75rem;box-shadow:0 8px 16px #0000001a}.PageTemplate-module__j9NcGq__colorName{color:#64748b;font-size:.85rem;font-weight:500}.PageTemplate-module__j9NcGq__colorsNote{color:#166534;background:linear-gradient(135deg,#16653414 0%,#22c55e14 100%);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:.9rem;display:flex}.PageTemplate-module__j9NcGq__colorsNote svg{flex-shrink:0}.PageTemplate-module__j9NcGq__specsSection{background:var(--surface);padding:4rem 0}.PageTemplate-module__j9NcGq__specsContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__specsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,300px));justify-content:center;gap:1.5rem;margin-top:2.25rem;display:grid}.PageTemplate-module__j9NcGq__specCard{background:var(--surface-muted);border-left:4px solid #22c55e;border-radius:16px;width:100%;padding:1.75rem}.PageTemplate-module__j9NcGq__specCard h3{color:var(--dark-900);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.PageTemplate-module__j9NcGq__specCard ul{margin:0;padding:0;list-style:none}.PageTemplate-module__j9NcGq__specCard li{color:#64748b;border-bottom:1px solid #0000000d;padding:.5rem 0;font-size:.9rem}.PageTemplate-module__j9NcGq__specCard li:last-child{border-bottom:none}.PageTemplate-module__j9NcGq__useCasesSection{background:linear-gradient(180deg, var(--surface-muted) 0%, var(--surface) 100%);padding:4rem 0}.PageTemplate-module__j9NcGq__useCasesContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__useCasesSubtitle{color:#64748b;text-align:center;margin:-.25rem 0 2.25rem;font-size:1.05rem}.PageTemplate-module__j9NcGq__useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,320px));justify-content:center;gap:1.5rem;display:grid}.PageTemplate-module__j9NcGq__useCaseCard{background:var(--surface);text-align:center;border:1px solid #0000000a;border-radius:16px;width:100%;padding:2rem;transition:all .3s}.PageTemplate-module__j9NcGq__useCaseCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.PageTemplate-module__j9NcGq__useCaseIcon{background:linear-gradient(135deg,#1665341a 0%,#22c55e26 100%);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:inline-flex}.PageTemplate-module__j9NcGq__useCaseIcon svg{color:#166534}.PageTemplate-module__j9NcGq__useCaseCard h3{color:var(--dark-900);margin:0 0 .625rem;font-size:1.15rem;font-weight:600}.PageTemplate-module__j9NcGq__useCaseDescription{color:#64748b;margin:0 0 1rem;font-size:.9rem;line-height:1.6}.PageTemplate-module__j9NcGq__useCaseHighlight{color:#166534;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:inline-flex}.PageTemplate-module__j9NcGq__impactSection{background:linear-gradient(135deg,#166534 0%,#15803d 50%,#22c55e 100%);padding:4rem 0;position:relative;overflow:hidden}.PageTemplate-module__j9NcGq__impactSection:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 30% 70%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.PageTemplate-module__j9NcGq__impactContainer{z-index:1;max-width:900px;margin:0 auto;padding:0 1.5rem;position:relative}.PageTemplate-module__j9NcGq__impactContent{text-align:center}.PageTemplate-module__j9NcGq__impactIcon{color:#ffffffe6;margin-bottom:1.5rem}.PageTemplate-module__j9NcGq__impactContent h2{color:#fff;margin:0 0 1rem;font-size:2rem;font-weight:700}.PageTemplate-module__j9NcGq__impactContent p{color:#ffffffd9;max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.PageTemplate-module__j9NcGq__impactStats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.PageTemplate-module__j9NcGq__impactStat{text-align:center}.PageTemplate-module__j9NcGq__impactStat strong{color:#86efac;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.PageTemplate-module__j9NcGq__impactStat span{color:#ffffffbf;max-width:150px;font-size:.9rem;display:block}.PageTemplate-module__j9NcGq__productsSection{width:100%;max-width:none;margin:0;padding:1.5rem 0 2.5rem}.PageTemplate-module__j9NcGq__catalogHeader{text-align:center;margin-bottom:1rem}.PageTemplate-module__j9NcGq__catalogTitle{color:var(--dark-900);margin:0 0 .35rem;font-size:1.6rem;font-weight:700}.PageTemplate-module__j9NcGq__catalogSubtitle{color:#64748b;margin:0;font-size:.95rem}.PageTemplate-module__j9NcGq__industriesSection{background:linear-gradient(180deg, var(--surface-muted) 0%, var(--surface) 100%);padding:4rem 0}.PageTemplate-module__j9NcGq__industriesContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__industriesSubtitle{color:#64748b;text-align:center;margin:-.25rem 0 2.25rem;font-size:1.05rem}.PageTemplate-module__j9NcGq__industriesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,320px));justify-content:center;gap:1.5rem;display:grid}.PageTemplate-module__j9NcGq__industryCard{background:var(--surface);text-align:center;border:1px solid #0000000a;border-radius:16px;width:100%;padding:2rem;transition:all .3s}.PageTemplate-module__j9NcGq__industryCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.PageTemplate-module__j9NcGq__industryIcon{background:linear-gradient(135deg,#0f766e1a 0%,#14b8a626 100%);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:inline-flex}.PageTemplate-module__j9NcGq__industryIcon svg{color:#0f766e}.PageTemplate-module__j9NcGq__industryCard h3{color:var(--dark-900);margin:0 0 .625rem;font-size:1.15rem;font-weight:600}.PageTemplate-module__j9NcGq__industryDescription{color:#64748b;margin:0 0 1rem;font-size:.9rem;line-height:1.6}.PageTemplate-module__j9NcGq__industryProducts{color:#0f766e;border-top:1px solid #0000000f;margin:0;padding-top:1rem;font-size:.85rem}.PageTemplate-module__j9NcGq__industryProducts strong{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.PageTemplate-module__j9NcGq__faqSection{background:var(--surface);padding:4rem 0}.PageTemplate-module__j9NcGq__faqContainer{max-width:900px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__faqHeader{text-align:center;margin-bottom:2.25rem}.PageTemplate-module__j9NcGq__faqTitle{color:var(--dark-900);margin:0 0 .75rem;font-size:2rem;font-weight:700}.PageTemplate-module__j9NcGq__faqSubtitle{color:#64748b;margin:0;font-size:1.05rem}.PageTemplate-module__j9NcGq__faqList{flex-direction:column;gap:.75rem;display:flex}.PageTemplate-module__j9NcGq__faqItem{background:var(--surface-muted);border-radius:12px;transition:all .2s;overflow:hidden}.PageTemplate-module__j9NcGq__faqItem:hover{box-shadow:0 4px 16px #0000000f}.PageTemplate-module__j9NcGq__faqQuestion{color:var(--dark-900);align-items:center;gap:1rem;margin:0;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.PageTemplate-module__j9NcGq__faqQuestion:hover{background:#0f766e08}.PageTemplate-module__j9NcGq__faqIcon{color:#0f766e;flex-shrink:0}.PageTemplate-module__j9NcGq__faqQuestion span{text-align:left;flex:1}.PageTemplate-module__j9NcGq__faqAnswer{padding:0 1.5rem 1.5rem 3.75rem}.PageTemplate-module__j9NcGq__faqAnswer p{color:#64748b;margin:0;font-size:.95rem;line-height:1.8}.PageTemplate-module__j9NcGq__ctaSection{background:linear-gradient(135deg, var(--dark-900) 0%, var(--dark-800) 100%);padding:4rem 0;position:relative;overflow:hidden}.PageTemplate-module__j9NcGq__ctaSection:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 30% 70%,#0f766e33 0%,#0000 50%);position:absolute;inset:0}.PageTemplate-module__j9NcGq__ctaContainer{z-index:1;justify-content:center;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.PageTemplate-module__j9NcGq__ctaContent{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.PageTemplate-module__j9NcGq__ctaContent h2{color:#fff;margin:0 0 1rem;font-size:2rem;font-weight:700}.PageTemplate-module__j9NcGq__ctaContent p{color:#ffffffd9;max-width:500px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}.PageTemplate-module__j9NcGq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.PageTemplate-module__j9NcGq__ctaPrimary{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%);border-radius:12px;align-items:center;gap:.625rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #14b8a64d}.PageTemplate-module__j9NcGq__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #14b8a666}.PageTemplate-module__j9NcGq__ctaSecondary{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.625rem;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.PageTemplate-module__j9NcGq__ctaSecondary:hover{background:#ffffff26;border-color:#ffffff4d}.PageTemplate-module__j9NcGq__ctaStats{justify-content:center;gap:2.5rem;display:flex}.PageTemplate-module__j9NcGq__ctaStatItem{text-align:center}.PageTemplate-module__j9NcGq__ctaStatItem strong{color:#14b8a6;margin-bottom:.25rem;font-size:2.25rem;font-weight:800;display:block}.PageTemplate-module__j9NcGq__ctaStatItem span{color:#ffffffbf;font-size:.875rem}body.main-layout-active .PageTemplate-module__j9NcGq__heroSection .PageTemplate-module__j9NcGq__heroTitle{-webkit-text-stroke:0;text-shadow:0 12px 34px #0000006b;color:#fff!important}body.main-layout-active .PageTemplate-module__j9NcGq__heroSubtitle{color:#ffffffd9}body.main-layout-active .PageTemplate-module__j9NcGq__heroDescription{color:#ffffffd9}body.main-layout-active .PageTemplate-module__j9NcGq__ctaContent h2{color:#fff}body.main-layout-active .PageTemplate-module__j9NcGq__ctaContent p{color:#ffffffd9}.PageTemplate-module__j9NcGq__relatedSection{background:var(--surface-muted);padding:3.5rem 0}.PageTemplate-module__j9NcGq__relatedContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.PageTemplate-module__j9NcGq__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;display:grid}.PageTemplate-module__j9NcGq__relatedCard{background:var(--surface);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.PageTemplate-module__j9NcGq__relatedCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.PageTemplate-module__j9NcGq__relatedIcon{background:linear-gradient(135deg, var(--surface-muted) 0%, var(--sand-muted) 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.PageTemplate-module__j9NcGq__relatedIcon svg{color:#0f766e}.PageTemplate-module__j9NcGq__relatedInfo{flex:1;min-width:0}.PageTemplate-module__j9NcGq__relatedEyebrow{color:#0f766e;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.28rem;font-size:.72rem;font-weight:700;display:inline-block}.PageTemplate-module__j9NcGq__relatedName{color:var(--dark-900);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1rem;font-weight:600;overflow:hidden}.PageTemplate-module__j9NcGq__relatedCount{color:#6c757d;font-size:.85rem}.PageTemplate-module__j9NcGq__relatedArrow{color:#adb5bd;flex-shrink:0;transition:transform .2s,color .2s}.PageTemplate-module__j9NcGq__relatedCard:hover .PageTemplate-module__j9NcGq__relatedArrow{color:#0f766e;transform:translate(4px)}.PageTemplate-module__j9NcGq__recommendationsSection{background:var(--surface-muted);padding:2rem 1.5rem 3.5rem}.PageTemplate-module__j9NcGq__recommendationsSkeleton{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.PageTemplate-module__j9NcGq__productsSkeleton{padding:1rem 0}.PageTemplate-module__j9NcGq__productsSkeletonGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.PageTemplate-module__j9NcGq__skeletonCard{background:linear-gradient(90deg, var(--sand-muted) 0%, var(--surface-muted) 50%, var(--sand-muted) 100%);background-size:200% 100%;border-radius:16px;height:280px;animation:1.2s ease-in-out infinite PageTemplate-module__j9NcGq__shimmer}@keyframes PageTemplate-module__j9NcGq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1200px){.PageTemplate-module__j9NcGq__typesGrid{--types-columns:2}}@media (max-width:1023px){.PageTemplate-module__j9NcGq__heroContainer{text-align:center;flex-direction:column;gap:2.5rem;max-width:1400px;display:flex}.PageTemplate-module__j9NcGq__heroContent{max-width:100%}.PageTemplate-module__j9NcGq__heroTitle{font-size:2.25rem}.PageTemplate-module__j9NcGq__heroStats{justify-content:center}.PageTemplate-module__j9NcGq__heroImageWrapper{width:100%;max-width:100%;height:calc(var(--slide-size,170px) * var(--slide-height-ratio,1) + (var(--track-padding,.5rem) * 2));padding:0;display:block;overflow:hidden}.PageTemplate-module__j9NcGq__whyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.PageTemplate-module__j9NcGq__typesGrid{--types-columns:2}.PageTemplate-module__j9NcGq__industriesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,300px))}.PageTemplate-module__j9NcGq__ctaContainer{text-align:center;flex-direction:column;gap:2.5rem}.PageTemplate-module__j9NcGq__ctaContent p{margin-left:auto;margin-right:auto}.PageTemplate-module__j9NcGq__ctaButtons{justify-content:center}}@media (max-width:768px){.PageTemplate-module__j9NcGq__breadcrumbContainer,.PageTemplate-module__j9NcGq__heroContainer,.PageTemplate-module__j9NcGq__valueStripContainer,.PageTemplate-module__j9NcGq__typesContainer,.PageTemplate-module__j9NcGq__colorsContainer,.PageTemplate-module__j9NcGq__specsContainer,.PageTemplate-module__j9NcGq__useCasesContainer,.PageTemplate-module__j9NcGq__industriesContainer,.PageTemplate-module__j9NcGq__faqContainer,.PageTemplate-module__j9NcGq__ctaContainer,.PageTemplate-module__j9NcGq__editorialContainer,.PageTemplate-module__j9NcGq__relatedContainer{padding-left:1rem;padding-right:1rem}.PageTemplate-module__j9NcGq__heroSection{padding:1.1rem 0 1.5rem}.PageTemplate-module__j9NcGq__heroContainer{gap:1rem}.PageTemplate-module__j9NcGq__heroBadge{padding:.4rem .75rem;font-size:.7rem}.PageTemplate-module__j9NcGq__heroIcon{width:52px;height:52px}.PageTemplate-module__j9NcGq__heroIcon svg{width:26px;height:26px}.PageTemplate-module__j9NcGq__heroTitle{font-size:1.75rem}.PageTemplate-module__j9NcGq__heroSubtitle{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.PageTemplate-module__j9NcGq__heroDescription{font-size:.9rem;line-height:1.5}.PageTemplate-module__j9NcGq__heroStats{flex-direction:column;gap:.5rem;display:none}.PageTemplate-module__j9NcGq__heroMeta{flex-direction:column;align-items:center}.PageTemplate-module__j9NcGq__heroStatDivider{display:none}.PageTemplate-module__j9NcGq__heroStat{justify-content:center;width:100%;padding:.75rem 1rem}.PageTemplate-module__j9NcGq__heroImageWrapper{width:100%;max-width:100%;height:calc(var(--slide-size,170px) * var(--slide-height-ratio,1) + (var(--track-padding,.45rem) * 2));background:#071b3370;border:1px solid #5eead424;border-radius:0;margin:.5rem auto 0;padding:0;display:block;overflow:hidden;box-shadow:0 12px 24px #0b070547,0 4px 10px #0b070533}.PageTemplate-module__j9NcGq__heroContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#071b33c7,#143449a8);border:1px solid #5eead438;border-radius:16px;padding:.75rem .85rem;box-shadow:0 12px 24px #020c1757}.PageTemplate-module__j9NcGq__heroTitle{color:#fffdf8;text-shadow:0 8px 20px #0006;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.PageTemplate-module__j9NcGq__heroDescription{color:#fff5e8db;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;display:-webkit-box;overflow:hidden}.PageTemplate-module__j9NcGq__valueStrip{display:none}.PageTemplate-module__j9NcGq__valueStripContainer{gap:1rem}.PageTemplate-module__j9NcGq__valueItem{font-size:.8rem}.PageTemplate-module__j9NcGq__whySection,.PageTemplate-module__j9NcGq__typesSection,.PageTemplate-module__j9NcGq__industriesSection,.PageTemplate-module__j9NcGq__faqSection,.PageTemplate-module__j9NcGq__editorialSection{padding:2.25rem 0}.PageTemplate-module__j9NcGq__sectionTitle{margin-bottom:1rem;font-size:1.4rem}.PageTemplate-module__j9NcGq__whyIntro,.PageTemplate-module__j9NcGq__typesSubtitle,.PageTemplate-module__j9NcGq__industriesSubtitle,.PageTemplate-module__j9NcGq__faqSubtitle{font-size:.95rem}.PageTemplate-module__j9NcGq__typesGrid{--types-columns:2;gap:.75rem}.PageTemplate-module__j9NcGq__typeCard{padding:1.1rem}.PageTemplate-module__j9NcGq__typeCard h3{font-size:.95rem}.PageTemplate-module__j9NcGq__typeCard p{font-size:.8rem}.PageTemplate-module__j9NcGq__typeFeatures li{font-size:.75rem}.PageTemplate-module__j9NcGq__industriesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.PageTemplate-module__j9NcGq__industryCard{padding:1.25rem}.PageTemplate-module__j9NcGq__industryIcon{width:52px;height:52px;margin-bottom:.75rem}.PageTemplate-module__j9NcGq__industryCard h3{font-size:1rem}.PageTemplate-module__j9NcGq__industryDescription{font-size:.8rem}.PageTemplate-module__j9NcGq__industryProducts{padding-top:.75rem;font-size:.78rem}.PageTemplate-module__j9NcGq__faqQuestion{gap:.75rem;padding:1rem 1.25rem;font-size:.95rem}.PageTemplate-module__j9NcGq__faqAnswer{padding:0 1.25rem 1.25rem 3.25rem}.PageTemplate-module__j9NcGq__ctaSection{padding:2.5rem 0}.PageTemplate-module__j9NcGq__editorialParagraphs p{font-size:.94rem;line-height:1.7}.PageTemplate-module__j9NcGq__editorialHighlightsGrid{grid-template-columns:1fr}.PageTemplate-module__j9NcGq__editorialLink{width:calc(50% - .375rem);min-width:0}.PageTemplate-module__j9NcGq__editorialLinkImage{aspect-ratio:4/3}.PageTemplate-module__j9NcGq__ctaContent h2{font-size:1.5rem}.PageTemplate-module__j9NcGq__ctaContent p{font-size:.95rem}.PageTemplate-module__j9NcGq__ctaButtons{flex-direction:column;width:100%}.PageTemplate-module__j9NcGq__ctaPrimary,.PageTemplate-module__j9NcGq__ctaSecondary{justify-content:center;width:100%}.PageTemplate-module__j9NcGq__ctaStats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.PageTemplate-module__j9NcGq__ctaStatItem strong{font-size:1.75rem}.PageTemplate-module__j9NcGq__relatedSection{padding:2.5rem 0}.PageTemplate-module__j9NcGq__relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.PageTemplate-module__j9NcGq__relatedCard{gap:.6rem;padding:.75rem .9rem}.PageTemplate-module__j9NcGq__relatedIcon{width:36px;height:36px}.PageTemplate-module__j9NcGq__relatedName{white-space:normal;font-size:.9rem;line-height:1.2}.PageTemplate-module__j9NcGq__relatedCount{font-size:.75rem}.PageTemplate-module__j9NcGq__relatedArrow{display:none}.PageTemplate-module__j9NcGq__breadcrumbContainer{font-size:.8rem}}@media (max-width:480px){.PageTemplate-module__j9NcGq__heroTitle{font-size:1.375rem}.PageTemplate-module__j9NcGq__productsSection{padding:1.5rem 0 2.5rem}.PageTemplate-module__j9NcGq__catalogTitle{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.PageTemplate-module__j9NcGq__heroContent{animation:none}}@media (max-width:1023px){.PageTemplate-module__j9NcGq__colorsGrid{grid-template-columns:repeat(auto-fit,minmax(64px,88px))}.PageTemplate-module__j9NcGq__specsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.PageTemplate-module__j9NcGq__useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:768px){.PageTemplate-module__j9NcGq__whySection,.PageTemplate-module__j9NcGq__typesSection,.PageTemplate-module__j9NcGq__industriesSection,.PageTemplate-module__j9NcGq__faqSection,.PageTemplate-module__j9NcGq__colorsSection,.PageTemplate-module__j9NcGq__specsSection,.PageTemplate-module__j9NcGq__useCasesSection,.PageTemplate-module__j9NcGq__impactSection{padding:2.25rem 0}.PageTemplate-module__j9NcGq__colorsGrid{grid-template-columns:repeat(auto-fit,minmax(64px,88px));gap:1rem}.PageTemplate-module__j9NcGq__colorSwatch{width:48px;height:48px}.PageTemplate-module__j9NcGq__whyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.PageTemplate-module__j9NcGq__whyCard{padding:1.25rem}.PageTemplate-module__j9NcGq__whyCard h3{font-size:1rem}.PageTemplate-module__j9NcGq__whyCard p{font-size:.85rem}.PageTemplate-module__j9NcGq__specsGrid,.PageTemplate-module__j9NcGq__useCasesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.PageTemplate-module__j9NcGq__useCaseCard{padding:1.25rem}.PageTemplate-module__j9NcGq__useCaseIcon{width:48px;height:48px;margin-bottom:.75rem}.PageTemplate-module__j9NcGq__useCaseCard h3{font-size:1rem}.PageTemplate-module__j9NcGq__useCaseDescription{margin-bottom:.75rem;font-size:.82rem}.PageTemplate-module__j9NcGq__useCaseHighlight{font-size:.75rem}.PageTemplate-module__j9NcGq__specCard{padding:1rem}.PageTemplate-module__j9NcGq__specCard h3{margin-bottom:.75rem;font-size:.95rem}.PageTemplate-module__j9NcGq__specCard li{padding:.35rem 0;font-size:.8rem}.PageTemplate-module__j9NcGq__impactContent h2{font-size:1.5rem}.PageTemplate-module__j9NcGq__impactContent p{font-size:.95rem}.PageTemplate-module__j9NcGq__impactStats{gap:1.5rem}.PageTemplate-module__j9NcGq__impactStat strong{font-size:2rem}}@media (max-width:480px){.PageTemplate-module__j9NcGq__colorsGrid{grid-template-columns:repeat(auto-fit,minmax(56px,1fr))}}
.page-module__obo5Va__categoryPage{--hero-ink:var(--landing-ink);--hero-coffee:var(--landing-coffee);--hero-gold:var(--landing-gold);--hero-gold-soft:var(--landing-gold-soft);--hero-cream:var(--landing-cream);--hero-line:#5eead447;background:var(--sand-light);min-height:100vh}.page-module__obo5Va__breadcrumb{background:linear-gradient(135deg,#071b33 0%,#143449 100%);border-bottom:1px solid #5eead424;padding:.75rem 0}.page-module__obo5Va__breadcrumbContainer{align-items:center;gap:.5rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;font-size:.875rem;display:flex}.page-module__obo5Va__breadcrumbLink{color:#f8f0e5b8;text-decoration:none;transition:color .2s}.page-module__obo5Va__breadcrumbLink:hover{color:var(--hero-gold-soft)}.page-module__obo5Va__breadcrumbSeparator{color:#e7d4b352;flex-shrink:0}.page-module__obo5Va__breadcrumbCurrent{color:var(--hero-gold-soft);font-weight:600}.page-module__obo5Va__heroSection{isolation:isolate;background:#071b33;min-height:min(46vh,450px);padding:1.75rem 0 1.25rem;position:relative;overflow:hidden}.page-module__obo5Va__heroSection:after{content:"";pointer-events:none;background:linear-gradient(112deg,#041425e0 0%,#05192cad 35%,#071f3170 62%,#071f3194 100%),radial-gradient(circle at 82% 16%,#2dd4bf3d,#0000 42%),radial-gradient(circle at 16% 82%,#5eead41f,#0000 44%);position:absolute;inset:0}.page-module__obo5Va__heroContainer{z-index:1;grid-template-columns:1fr;gap:.88rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.page-module__obo5Va__heroContent{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b3370;border:1px solid #5eead433;border-radius:18px;gap:.72rem;width:min(1140px,100%);max-width:1140px;padding:.82rem 1rem;display:grid;box-shadow:0 18px 36px #140e0a3d}.page-module__obo5Va__heroIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5ece014;border:1px solid #e7d4b352;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.page-module__obo5Va__heroIcon svg{color:var(--hero-gold-soft);width:26px;height:26px}.page-module__obo5Va__heroSection .page-module__obo5Va__heroTitle{color:#fff;text-wrap:balance;letter-spacing:-.02em;text-shadow:0 12px 34px #0000006b;margin:0;font:700 clamp(1.84rem,3.7vw,3rem)/1.03 Playfair Display,Cormorant Garamond,Georgia,serif}.page-module__obo5Va__heroDescription{color:#fff5e8e6;max-width:92ch;margin:0;font-family:inherit;font-size:clamp(.95rem,1.12vw,1.05rem);font-weight:500;line-height:1.7}body.main-layout-active .page-module__obo5Va__heroSection .page-module__obo5Va__heroTitle{-webkit-text-stroke:0;text-shadow:0 12px 34px #0000006b;color:#fff!important}.page-module__obo5Va__heroMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-module__obo5Va__heroStats{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.62rem;width:min(1040px,100%);font-family:inherit;display:flex}.page-module__obo5Va__heroStat{border:1px solid var(--hero-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffe0;background:#071b337a;border-radius:12px;flex:178px;align-items:center;gap:.58rem;min-width:178px;padding:.66rem .8rem;display:flex}.page-module__obo5Va__heroStat svg{color:var(--hero-gold-soft);width:18px;height:18px}.page-module__obo5Va__statValue{color:#fff;font-size:1rem;font-weight:700;line-height:1.1}.page-module__obo5Va__statLabel{color:#f6eee3cc;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.page-module__obo5Va__heroDivider{display:none}.page-module__obo5Va__heroImageWrapper{width:100%;max-width:min(1180px,90vw);height:calc(var(--slide-size,190px) * var(--slide-height-ratio,1) + (var(--track-padding,.6rem) * 2));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b3366;border:1px solid #e7d4b324;border-radius:0;justify-self:center;position:relative;overflow:hidden;box-shadow:0 16px 34px #0b070552,0 6px 16px #0b07053d}@media (min-width:1024px){.page-module__obo5Va__heroContainer{text-align:center;justify-items:center;gap:1.08rem}.page-module__obo5Va__heroContent{justify-items:center}.page-module__obo5Va__heroIcon{margin-left:auto;margin-right:auto}.page-module__obo5Va__heroMeta{justify-content:center}}@media (min-width:1200px){.page-module__obo5Va__heroStats{flex-wrap:nowrap;width:min(1060px,100%)}.page-module__obo5Va__heroStat{flex:none;min-width:216px}}.page-module__obo5Va__benefitsSection{background:var(--surface-muted);border-bottom:1px solid #e9ecef;padding:1rem 0}.page-module__obo5Va__benefitsContainer{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.page-module__obo5Va__benefitItem{color:#495057;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.page-module__obo5Va__benefitIcon{color:#28a745}.page-module__obo5Va__productsSection{width:100%;max-width:none;margin:0;padding:1.25rem 0 2rem}.page-module__obo5Va__useCasesSection{background:var(--surface-muted);border-top:1px solid #e9ecef;padding:3rem 0}.page-module__obo5Va__useCasesContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.page-module__obo5Va__sectionTitle{color:var(--dark-900);text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.page-module__obo5Va__useCasesGrid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module__obo5Va__useCaseItem{background:var(--surface);color:#495057;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.95rem;transition:all .2s;display:flex}.page-module__obo5Va__useCaseItem:hover{background:var(--surface-muted);transform:translateY(-2px)}.page-module__obo5Va__useCaseIcon{color:#0f766e}.page-module__obo5Va__relatedSection{background:var(--surface-muted);padding:3rem 0}.page-module__obo5Va__relatedContainer{max-width:1400px;margin:0 auto;padding:0 1.5rem}.page-module__obo5Va__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.page-module__obo5Va__relatedCard{background:var(--surface);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.page-module__obo5Va__relatedCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.page-module__obo5Va__relatedIcon{background:linear-gradient(135deg, var(--surface-muted) 0%, var(--sand-muted) 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__obo5Va__relatedIcon svg{color:#0f766e}.page-module__obo5Va__relatedInfo{flex:1;min-width:0}.page-module__obo5Va__relatedName{color:var(--dark-900);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1rem;font-weight:600;overflow:hidden}.page-module__obo5Va__relatedCount{color:#6c757d;font-size:.85rem}.page-module__obo5Va__relatedArrow{color:#adb5bd;flex-shrink:0;transition:transform .2s,color .2s}.page-module__obo5Va__relatedCard:hover .page-module__obo5Va__relatedArrow{color:#0f766e;transform:translate(4px)}.page-module__obo5Va__productsSkeleton{padding:1rem 0}.page-module__obo5Va__productsSkeletonGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.page-module__obo5Va__recommendationsSection{background:var(--surface-muted);padding:2rem 1.5rem 3rem}.page-module__obo5Va__recommendationsSkeleton{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.page-module__obo5Va__skeletonCard{background:linear-gradient(90deg, var(--sand-muted) 0%, var(--surface-muted) 50%, var(--sand-muted) 100%);background-size:200% 100%;border-radius:1rem;height:260px;animation:1.2s ease-in-out infinite page-module__obo5Va__shimmer}@keyframes page-module__obo5Va__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1023px){.page-module__obo5Va__heroContainer{text-align:center;flex-direction:column;gap:2rem;max-width:1400px;display:flex}.page-module__obo5Va__heroDescription{margin-left:auto;margin-right:auto}.page-module__obo5Va__heroStats{flex-wrap:wrap;justify-content:center}.page-module__obo5Va__heroMeta{justify-content:center}.page-module__obo5Va__heroImageWrapper{width:100%;max-width:100%;height:calc(var(--slide-size,170px) * var(--slide-height-ratio,1) + (var(--track-padding,.5rem) * 2));box-sizing:border-box;padding:0;display:flex}.page-module__obo5Va__heroTitle{font-size:2rem}.page-module__obo5Va__heroIcon{margin-left:auto;margin-right:auto}}@media (max-width:768px){.page-module__obo5Va__breadcrumbContainer,.page-module__obo5Va__heroContainer,.page-module__obo5Va__benefitsContainer,.page-module__obo5Va__useCasesContainer,.page-module__obo5Va__relatedContainer{padding-left:1rem;padding-right:1rem}.page-module__obo5Va__heroSection{padding:1.1rem 0 1.5rem}.page-module__obo5Va__heroContainer{gap:1rem}.page-module__obo5Va__heroTitle{font-size:1.625rem}.page-module__obo5Va__heroDescription{font-size:.95rem}.page-module__obo5Va__heroStats{flex-flow:wrap;justify-content:center;gap:.75rem;display:none}.page-module__obo5Va__heroStat{padding:.625rem 1rem}.page-module__obo5Va__heroStat:first-child,.page-module__obo5Va__heroStat:last-child{border-radius:12px}.page-module__obo5Va__statValue{font-size:1.25rem}.page-module__obo5Va__statLabel{font-size:.75rem}.page-module__obo5Va__heroImageWrapper{width:100%;max-width:100%;height:calc(var(--slide-size,170px) * var(--slide-height-ratio,1) + (var(--track-padding,.45rem) * 2));box-sizing:border-box;background:#071b3370;border:1px solid #5eead424;border-radius:0;margin:.5rem auto 0;padding:0;display:flex;box-shadow:0 12px 24px #0b070547,0 4px 10px #0b070533}.page-module__obo5Va__heroContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#071b33c7,#143449a8);border:1px solid #5eead438;border-radius:16px;padding:.85rem .9rem;box-shadow:0 12px 24px #020c1757}.page-module__obo5Va__heroTitle{color:#fffdf8;text-shadow:0 8px 20px #0006;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.page-module__obo5Va__heroDescription{color:#fff5e8db;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;display:-webkit-box;overflow:hidden}.page-module__obo5Va__benefitsSection{display:none}.page-module__obo5Va__benefitsContainer{gap:1rem}.page-module__obo5Va__benefitItem{font-size:.85rem}.page-module__obo5Va__useCasesSection,.page-module__obo5Va__relatedSection{padding:2.5rem 0}.page-module__obo5Va__useCasesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.page-module__obo5Va__useCaseItem{align-items:flex-start;gap:.5rem;padding:.75rem .9rem;font-size:.85rem}.page-module__obo5Va__relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.page-module__obo5Va__relatedCard{gap:.6rem;padding:.75rem .9rem}.page-module__obo5Va__relatedIcon{width:36px;height:36px}.page-module__obo5Va__relatedName{white-space:normal;font-size:.9rem;line-height:1.2}.page-module__obo5Va__relatedCount{font-size:.75rem}.page-module__obo5Va__relatedArrow{display:none}.page-module__obo5Va__breadcrumbContainer{font-size:.8rem}}@media (max-width:480px){.page-module__obo5Va__heroIcon{width:48px;height:48px}.page-module__obo5Va__heroIcon svg{width:22px;height:22px}.page-module__obo5Va__heroTitle{font-size:1.375rem}.page-module__obo5Va__heroImageWrapper{height:calc(var(--slide-size,170px) * var(--slide-height-ratio,1) + (var(--track-padding,.45rem) * 2))}.page-module__obo5Va__statValue{font-size:1.5rem}.page-module__obo5Va__productsSection{padding:.75rem .5rem 1.5rem}.page-module__obo5Va__useCasesSection,.page-module__obo5Va__relatedSection{padding:2rem 0}}
.page-module__CvwJlq__tiendaPage{--hero-ink:var(--landing-ink);--hero-coffee:var(--landing-coffee);--hero-gold:var(--landing-gold);--hero-gold-soft:var(--landing-gold-soft);--hero-cream:var(--landing-cream);--hero-line:#5eead447;background:var(--sand-light);scroll-behavior:smooth;min-height:100vh}.page-module__CvwJlq__heroSection{isolation:isolate;background:#2e211a;min-height:min(62vh,590px);position:relative;overflow:hidden}.page-module__CvwJlq__heroBackground{position:absolute;inset:0}.page-module__CvwJlq__heroBackgroundImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.02)}.page-module__CvwJlq__heroBackground:after{content:"";background:linear-gradient(112deg,#231913e0 0%,#2319139e 36%,#23191366 60%,#23191394 100%),radial-gradient(circle at 78% 14%,#c8a87457,#0000 38%);position:absolute;inset:0}.page-module__CvwJlq__heroPattern{pointer-events:none;background:radial-gradient(circle at 12% 78%,#c8a87429,#0000 42%),radial-gradient(circle at 62% 8%,#aa845d1f,#0000 36%);position:absolute;inset:0}.page-module__CvwJlq__heroGlow{filter:blur(16px);background:radial-gradient(circle,#e7d4b370,#0000 68%);width:clamp(220px,35vw,520px);height:clamp(220px,35vw,520px);animation:8s ease-in-out infinite page-module__CvwJlq__pulse;position:absolute;top:-10%;right:-8%}@keyframes page-module__CvwJlq__pulse{0%,to{opacity:.44;transform:scale(1)}50%{opacity:.72;transform:scale(1.08)}}.page-module__CvwJlq__heroContainer{z-index:1;max-width:1280px;margin:0 auto;padding:2.6rem 1.5rem 1.8rem;position:relative}.page-module__CvwJlq__heroMain{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}.page-module__CvwJlq__heroContent{gap:1rem;max-width:720px;animation:.62s ease-out both page-module__CvwJlq__heroRise;display:grid}@keyframes page-module__CvwJlq__heroRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__CvwJlq__heroBadge{color:#fff;letter-spacing:.03em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f766e38;border:1px solid #5eead46b;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .85rem;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1.1;display:inline-flex}.page-module__CvwJlq__heroBadge svg{width:14px;height:14px}.page-module__CvwJlq__heroSection .page-module__CvwJlq__heroTitle{color:#fff;text-wrap:balance;letter-spacing:-.02em;margin:0;font-family:inherit;font-size:clamp(2.05rem,4.95vw,4.1rem);font-weight:800;line-height:1}.page-module__CvwJlq__heroSubtitle{color:#f1faf9e6;max-width:62ch;margin:0;font-family:inherit;font-size:clamp(.98rem,1.24vw,1.12rem);font-weight:500;line-height:1.68}.page-module__CvwJlq__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;max-width:640px;margin-top:.2rem;font-family:inherit;display:grid}.page-module__CvwJlq__heroStat{border:1px solid var(--hero-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffdb;background:#071b337a;border-radius:12px;align-items:center;gap:.58rem;padding:.72rem .82rem;display:flex}.page-module__CvwJlq__heroStat svg{width:18px;height:18px;color:var(--hero-gold-soft);opacity:.9;flex:0 0 18px}.page-module__CvwJlq__heroStatText{flex-direction:column;gap:.03rem;display:flex}.page-module__CvwJlq__heroStatValue{color:#fff;font-size:1.06rem;font-weight:700;line-height:1.1}.page-module__CvwJlq__heroStatLabel{color:#e2f2f3c7;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.page-module__CvwJlq__heroStatDivider{display:none}.page-module__CvwJlq__heroActions{flex-wrap:wrap;gap:.72rem;margin-top:.25rem;display:flex}.page-module__CvwJlq__heroCta,.page-module__CvwJlq__heroCtaSecondary{letter-spacing:.01em;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;padding:.82rem 1.3rem;font-family:inherit;font-size:.92rem;font-weight:700;line-height:1.1;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s;display:inline-flex}.page-module__CvwJlq__heroCta{color:#14b8a6;background:var(--cta-gradient);border:1px solid #14b8a640;box-shadow:0 10px 26px #080f1870}.page-module__CvwJlq__heroCta:hover{background:linear-gradient(135deg, var(--dark-800) 0%, var(--dark-700) 100%);transform:translateY(-2px);box-shadow:0 14px 30px #080f188a}.page-module__CvwJlq__heroCtaSecondary{color:#f5ece0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #f5ece06b}.page-module__CvwJlq__heroCtaSecondary:hover{background:#ffffff24;border-color:#f5ece0b8;transform:translateY(-2px)}.page-module__CvwJlq__featuresBar{background:linear-gradient(135deg,#071b33 0%,#143449 100%);border-bottom:1px solid #5eead433}.page-module__CvwJlq__featuresContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.page-module__CvwJlq__featureItem{color:#f1faf9f0;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.page-module__CvwJlq__featureItem svg{color:var(--hero-gold-soft)}.page-module__CvwJlq__featureDivider{background:#5eead447;width:1px;height:20px}.page-module__CvwJlq__mainContent{background:var(--sand-light)}.page-module__CvwJlq__recommendationsBottom{background:#f7f9fb;border-block:1px solid #e5edf2;padding:clamp(3rem,5vw,4.25rem) 1.5rem}.page-module__CvwJlq__recommendationsContainer{max-width:1400px;margin:0 auto}.page-module__CvwJlq__recommendationsIntro{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem;margin-bottom:1.5rem;display:grid}.page-module__CvwJlq__recommendationsCopy{max-width:860px}.page-module__CvwJlq__sectionEyebrow{color:#0f766e;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__recommendationsCopy h2{color:#0f2a3d;letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(2rem,3.1vw,2.75rem);font-weight:760;line-height:1.1}.page-module__CvwJlq__recommendationsCopy>p:last-child{color:#52677a;max-width:680px;margin:.75rem 0 0;font-size:.98rem;line-height:1.6}.page-module__CvwJlq__recommendationsCta{color:#17384c;background:#fff;border:1px solid #ccdae3;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:.7rem 1rem .7rem 1.15rem;font-size:.92rem;font-weight:750;text-decoration:none;transition:border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.page-module__CvwJlq__recommendationsCta:hover{color:#0f766e;border-color:#0f766e73;transform:translateY(-1px);box-shadow:0 12px 24px -20px #0f2a3da3}.page-module__CvwJlq__recommendationsSkeleton{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.page-module__CvwJlq__skeletonCard{background:linear-gradient(90deg, var(--sand-muted) 0%, var(--sand-light) 50%, var(--sand-muted) 100%);background-size:200% 100%;border-radius:16px;height:280px;animation:1.5s ease-in-out infinite page-module__CvwJlq__shimmer}.page-module__CvwJlq__storeGuide{background:#fff;padding:clamp(3.75rem,6vw,5.5rem) 1.5rem}.page-module__CvwJlq__storeGuideContainer{max-width:1400px;margin:0 auto}.page-module__CvwJlq__storeGuideHeader{border-bottom:1px solid #dce6ec;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:end;gap:clamp(2.5rem,7vw,7rem);padding-bottom:2rem;display:grid}.page-module__CvwJlq__storeGuideEyebrow{color:#0f766e;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__storeGuideHeader h2{color:#0f2a3d;letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2.15rem,3.7vw,3.45rem);font-weight:760;line-height:1.05}.page-module__CvwJlq__storeGuideHeader>p{color:#52677a;max-width:600px;margin:0;font-size:1rem;line-height:1.68}.page-module__CvwJlq__storeGuideProcess{background:#f7fafb;border:1px solid #dce6ec;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin:1.5rem 0 0;padding:0;list-style:none;display:grid;overflow:hidden}.page-module__CvwJlq__storeGuideProcess li{border-right:1px solid #dce6ec;min-width:0;padding:1.35rem 1.5rem 1.45rem}.page-module__CvwJlq__storeGuideProcess li:last-child{border-right:0}.page-module__CvwJlq__storeGuideStepHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.95rem;display:flex}.page-module__CvwJlq__storeGuideStepIcon{color:#0f766e;background:#fff;border:1px solid #c9e6e3;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.page-module__CvwJlq__storeGuideStepNumber{color:#8295a5;letter-spacing:.12em;font-size:.74rem;font-weight:800}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__storeGuideProcess h3{color:#17384c;margin:0;font-size:1.02rem;font-weight:750;line-height:1.35}.page-module__CvwJlq__storeGuideProcess p{color:#607487;margin:.45rem 0 0;font-size:.88rem;line-height:1.55}.page-module__CvwJlq__storeGuideBody{grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);align-items:start;gap:clamp(2rem,5vw,5rem);margin-top:clamp(3rem,5vw,4.5rem);display:grid}.page-module__CvwJlq__storeGuideAside{background:#f7fafb;border-left:3px solid #0f766e;border-radius:0 14px 14px 0;padding:1.75rem}.page-module__CvwJlq__storeGuideAside .page-module__CvwJlq__sectionEyebrow{margin-bottom:.75rem}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__storeGuideAside h3{color:#0f2a3d;letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:750;line-height:1.2}.page-module__CvwJlq__storeGuideAside>p:not(.page-module__CvwJlq__sectionEyebrow){color:#607487;margin:.9rem 0 0;font-size:.92rem;line-height:1.65}.page-module__CvwJlq__storeGuideAside a,.page-module__CvwJlq__storeGuideAccordionAnswer a{color:#0f766e;align-items:center;gap:.45rem;width:fit-content;margin-top:1.1rem;font-size:.9rem;font-weight:750;text-decoration:none;display:inline-flex}.page-module__CvwJlq__storeGuideAside a:hover,.page-module__CvwJlq__storeGuideAccordionAnswer a:hover{color:#115e59}.page-module__CvwJlq__storeGuideAccordion{border-top:1px solid #dce6ec}.page-module__CvwJlq__storeGuideAccordion details{background:#fff;border-bottom:1px solid #dce6ec;transition:background-color .16s}.page-module__CvwJlq__storeGuideAccordion details[open]{background:#f8fbfb}.page-module__CvwJlq__storeGuideAccordion summary{cursor:pointer;grid-template-columns:46px minmax(0,1fr) auto 22px;align-items:center;gap:1rem;min-height:88px;padding:1rem 1.1rem;list-style:none;display:grid}.page-module__CvwJlq__storeGuideAccordion summary::-webkit-details-marker{display:none}.page-module__CvwJlq__storeGuideAccordion summary:focus-visible{outline-offset:-3px;outline:3px solid #0d948847}.page-module__CvwJlq__storeGuideAccordionIcon{color:#0f766e;background:#eff9f8;border:1px solid #c9e6e3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.page-module__CvwJlq__storeGuideAccordionQuestion{color:#17384c;font-size:1rem;font-weight:750;line-height:1.4}.page-module__CvwJlq__storeGuideAccordionNumber{color:#8295a5;letter-spacing:.1em;font-size:.72rem;font-weight:800}.page-module__CvwJlq__storeGuideAccordionChevron{color:#0f766e;transition:transform .16s}.page-module__CvwJlq__storeGuideAccordion details[open] .page-module__CvwJlq__storeGuideAccordionChevron{transform:rotate(180deg)}.page-module__CvwJlq__storeGuideAccordionAnswer{padding:0 4rem 1.5rem 5.7rem}.page-module__CvwJlq__storeGuideAccordionAnswer p{color:#52677a;max-width:760px;margin:0;font-size:.93rem;line-height:1.68}.page-module__CvwJlq__storeGuideLinks{border-top:1px solid #dce6ec;margin-top:clamp(3.5rem,6vw,5.5rem);padding-top:2.25rem}.page-module__CvwJlq__storeGuideLinksHeader{max-width:760px;margin-bottom:1.4rem}.page-module__CvwJlq__storeGuideLinksHeader .page-module__CvwJlq__sectionEyebrow{margin-bottom:.55rem}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__storeGuideLinksHeader h3{color:#0f2a3d;letter-spacing:-.025em;margin:0;font-size:clamp(1.5rem,2.3vw,2rem);font-weight:750;line-height:1.18}.page-module__CvwJlq__storeGuideLinksHeader>p:last-child{color:#607487;margin:.65rem 0 0;font-size:.92rem;line-height:1.55}.page-module__CvwJlq__storeGuideLinksGrid{background:#f8fafb;border:1px solid #dce6ec;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.page-module__CvwJlq__storeGuideLinksGrid a{color:#17384c;border-right:1px solid #dce6ec;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;min-height:108px;padding:1rem;text-decoration:none;transition:color .16s,background-color .16s;display:flex}.page-module__CvwJlq__storeGuideLinksGrid a:last-child{border-right:0}.page-module__CvwJlq__storeGuideLinksGrid a:hover,.page-module__CvwJlq__storeGuideLinksGrid a:focus-visible{color:#0f766e;background:#edf8f7}.page-module__CvwJlq__storeGuideLinksGrid a:focus-visible{outline-offset:-3px;outline:3px solid #0d948847}.page-module__CvwJlq__storeGuideLinksGrid a>span{gap:.3rem;display:grid}.page-module__CvwJlq__storeGuideLinksGrid strong{font-size:.9rem;line-height:1.3}.page-module__CvwJlq__storeGuideLinksGrid small{color:#627587;font-size:.75rem;line-height:1.45}.page-module__CvwJlq__storeGuideLinksGrid svg{color:#0f766e;flex:none}@keyframes page-module__CvwJlq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.page-module__CvwJlq__heroContainer{padding:2.85rem 1.25rem 2.2rem}.page-module__CvwJlq__heroMain{grid-template-columns:1fr;gap:1.2rem}.page-module__CvwJlq__heroContent,.page-module__CvwJlq__heroStats{max-width:none}.page-module__CvwJlq__featuresContainer{gap:1rem}.page-module__CvwJlq__storeGuideHeader{gap:3rem}.page-module__CvwJlq__storeGuideBody{grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr);gap:2rem}}@media (max-width:768px){.page-module__CvwJlq__heroSection{min-height:min(54vh,520px)}.page-module__CvwJlq__heroBackground:before{background-position:65%}.page-module__CvwJlq__heroContainer{padding:1.9rem 1rem 1.35rem}.page-module__CvwJlq__heroSection .page-module__CvwJlq__heroTitle{font-size:clamp(1.72rem,9vw,2.4rem)}.page-module__CvwJlq__heroSubtitle{font-size:.93rem}.page-module__CvwJlq__heroStats{grid-template-columns:repeat(3,minmax(0,1fr))}.page-module__CvwJlq__heroActions{flex-direction:column;width:100%}.page-module__CvwJlq__heroCta,.page-module__CvwJlq__heroCtaSecondary{width:100%}.page-module__CvwJlq__featuresContainer{gap:.72rem;padding:.75rem 1rem}.page-module__CvwJlq__featureDivider{display:none}.page-module__CvwJlq__featureItem{background:#ffffff0a;border:1px solid #e7d4b338;border-radius:999px;gap:.35rem;padding:.46rem .72rem;font-size:.75rem}.page-module__CvwJlq__featureItem svg{width:16px;height:16px}.page-module__CvwJlq__recommendationsBottom{padding:2.75rem 1rem}.page-module__CvwJlq__recommendationsIntro{grid-template-columns:1fr;align-items:start;gap:1rem}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__recommendationsCopy h2{font-size:1.85rem}.page-module__CvwJlq__recommendationsCta{width:fit-content}.page-module__CvwJlq__storeGuide{padding:3rem 1rem}.page-module__CvwJlq__storeGuideHeader{grid-template-columns:1fr;gap:1rem;padding-bottom:1.5rem}.page-module__CvwJlq__tiendaPage .page-module__CvwJlq__storeGuideHeader h2{font-size:clamp(1.8rem,8vw,2.35rem)}.page-module__CvwJlq__storeGuideProcess{grid-template-columns:1fr}.page-module__CvwJlq__storeGuideProcess li{border-bottom:1px solid #dce6ec;border-right:0}.page-module__CvwJlq__storeGuideProcess li:last-child{border-bottom:0}.page-module__CvwJlq__storeGuideBody{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.page-module__CvwJlq__storeGuideLinksGrid{grid-template-columns:1fr}.page-module__CvwJlq__storeGuideLinksGrid a{border-bottom:1px solid #dce6ec;border-right:0;min-height:88px}.page-module__CvwJlq__storeGuideLinksGrid a:last-child{border-bottom:0}}@media (max-width:480px){.page-module__CvwJlq__storeGuideProcess li{padding:1.2rem}.page-module__CvwJlq__storeGuideAside{padding:1.35rem}.page-module__CvwJlq__storeGuideAccordion summary{grid-template-columns:40px minmax(0,1fr) 20px;gap:.75rem;min-height:78px;padding:.85rem .65rem}.page-module__CvwJlq__storeGuideAccordionIcon{width:40px;height:40px}.page-module__CvwJlq__storeGuideAccordionNumber{display:none}.page-module__CvwJlq__storeGuideAccordionAnswer{padding:0 .75rem 1.25rem 4.05rem}}@media (prefers-reduced-motion:reduce){.page-module__CvwJlq__heroGlow,.page-module__CvwJlq__heroContent{animation:none}}@media (max-width:480px){.page-module__CvwJlq__heroContainer{padding:1.5rem .875rem 1.1rem}.page-module__CvwJlq__heroBackground:before{background-position:67%}.page-module__CvwJlq__heroBadge{padding:.36rem .7rem;font-size:.72rem}.page-module__CvwJlq__heroSubtitle{font-size:.86rem}.page-module__CvwJlq__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.page-module__CvwJlq__heroStat{padding:.64rem .72rem}.page-module__CvwJlq__heroStatValue{font-size:1rem}.page-module__CvwJlq__heroStatLabel{font-size:.64rem}.page-module__CvwJlq__featuresContainer{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.625rem .75rem;display:grid}.page-module__CvwJlq__featureItem{justify-content:center;padding:.48rem .45rem;font-size:.7rem}}
.page-module__icmQFa__ofertasPage{--offer-red-950:#5a0a12;--offer-red-900:#8d111b;--offer-red-850:#b21724;--offer-red-800:#d91f2e;--offer-gold-500:#f2bb41;--offer-gold-400:#f8d27c;--offer-cream:#fff3da;--offer-line:#f2bb4147;background:var(--sand-light);min-height:100vh}.page-module__icmQFa__heroSection{isolation:isolate;background:linear-gradient(128deg, var(--offer-red-950) 0%, var(--offer-red-900) 34%, var(--offer-red-850) 64%, var(--offer-red-800) 100%);min-height:min(62vh,590px);position:relative;overflow:hidden}.page-module__icmQFa__heroBackground{position:absolute;inset:0;overflow:hidden}.page-module__icmQFa__heroBackgroundImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(1.14)brightness(1.08)contrast(1.03);transform:scale(1.04)}.page-module__icmQFa__heroBackground:after{content:"";background:linear-gradient(112deg,#30070d85 0%,#5c0c156b 34%,#91182252 64%,#c92a3547 100%),radial-gradient(circle at 82% 20%,#f2bb4138,#0000 40%);position:absolute;inset:0}.page-module__icmQFa__heroPattern{pointer-events:none;background:radial-gradient(circle at 16% 84%,#ff64741f,#0000 42%),radial-gradient(circle at 76% 10%,#f2bb411a,#0000 36%);position:absolute;inset:0}.page-module__icmQFa__heroGlow{filter:blur(18px);background:radial-gradient(circle,#f8d27c5c,#0000 70%);width:clamp(260px,34vw,520px);height:clamp(260px,34vw,520px);animation:8.8s ease-in-out infinite page-module__icmQFa__heroPulse;position:absolute;top:-10%;right:-8%}.page-module__icmQFa__heroGlowSecondary{filter:blur(24px);background:radial-gradient(circle,#c4213375,#0000 72%);width:clamp(220px,28vw,420px);height:clamp(220px,28vw,420px);animation:10s ease-in-out infinite reverse page-module__icmQFa__heroPulse;position:absolute;bottom:-15%;left:-6%}@keyframes page-module__icmQFa__heroPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.74;transform:scale(1.08)}}.page-module__icmQFa__floatingBadge{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--offer-gold-400);letter-spacing:.02em;pointer-events:none;background:#420a119e;border:1px solid #f8d27c5c;border-radius:12px;padding:.48rem .74rem;font-size:.86rem;font-weight:800;animation:4.4s ease-in-out infinite page-module__icmQFa__float;position:absolute}.page-module__icmQFa__floatingBadge span{text-shadow:0 4px 14px #00000059}@keyframes page-module__icmQFa__float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-12px)rotate(2deg)}}.page-module__icmQFa__heroContainer{z-index:1;max-width:1280px;margin:0 auto;padding:2.6rem 1.5rem 1.8rem;position:relative}.page-module__icmQFa__breadcrumb{margin-bottom:1.25rem;font-size:.84rem}.page-module__icmQFa__breadcrumbList{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.page-module__icmQFa__breadcrumbCurrentItem{align-items:center;gap:.5rem;display:flex}.page-module__icmQFa__breadcrumbLink{color:#fff1d994;text-decoration:none;transition:color .2s}.page-module__icmQFa__breadcrumbLink:hover{color:var(--offer-gold-400)}.page-module__icmQFa__breadcrumbSeparator{color:#fff1d952;flex-shrink:0}.page-module__icmQFa__breadcrumbCurrent{color:var(--offer-gold-500);font-weight:600}.page-module__icmQFa__heroMain{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}.page-module__icmQFa__heroContent{--public-hero-accent:var(--offer-gold-500);--public-hero-primary:var(--offer-gold-500);--public-hero-primary-hover:var(--offer-gold-400);--public-hero-primary-text:#4f150f;--public-hero-secondary-border:#fff1d97a;--public-hero-secondary-bg:#420a1161;gap:1rem;max-width:720px;animation:.6s ease-out both page-module__icmQFa__riseIn;display:grid}@keyframes page-module__icmQFa__riseIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.page-module__icmQFa__heroBadge{width:fit-content;color:var(--offer-gold-500);letter-spacing:.03em;background:linear-gradient(135deg,#f2bb4138,#f2bb4114);border:1px solid #f2bb4161;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .84rem;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1.1;display:inline-flex}.page-module__icmQFa__heroBadge svg{width:14px;height:14px;animation:1.5s ease-in-out infinite page-module__icmQFa__flicker}@keyframes page-module__icmQFa__flicker{0%,to{opacity:1}50%{opacity:.62}}.page-module__icmQFa__heroTitle{color:#fffdf9;text-wrap:balance;letter-spacing:-.02em;margin:0;font-family:inherit;font-size:clamp(2.1rem,4.9vw,4rem);font-weight:800;line-height:1}.page-module__icmQFa__heroSection .page-module__icmQFa__heroTitle{text-shadow:0 10px 30px #1904088f;color:#fff8ef!important}body.main-layout-active .page-module__icmQFa__heroSection .page-module__icmQFa__heroTitle{color:#fff8ef!important}.page-module__icmQFa__heroSubtitle{color:#fff1d9fa;max-width:61ch;margin:0;font-family:inherit;font-size:clamp(.98rem,1.22vw,1.1rem);font-weight:500;line-height:1.68}.page-module__icmQFa__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.68rem;max-width:620px;margin-top:.24rem;font-family:inherit;display:grid}.page-module__icmQFa__heroStat{border:1px solid var(--offer-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff2dfe6;background:#2b0a0f66;border-radius:12px;align-items:center;gap:.58rem;padding:.7rem .82rem;display:flex}.page-module__icmQFa__heroStat svg{width:18px;height:18px;color:var(--offer-gold-400);opacity:.9;flex:0 0 18px}.page-module__icmQFa__heroStatText{flex-direction:column;gap:.02rem;display:flex}.page-module__icmQFa__heroStatValue{color:#fffdf9;font-size:1.05rem;font-weight:700;line-height:1.15}.page-module__icmQFa__heroStatLabel{color:#fff1d9bf;text-transform:uppercase;letter-spacing:.04em;font-size:.67rem;font-weight:600}.page-module__icmQFa__heroStatDivider{display:none}.page-module__icmQFa__heroActions{flex-wrap:wrap;gap:.72rem;margin-top:.3rem;display:flex}.page-module__icmQFa__btnPrimary,.page-module__icmQFa__btnWhatsapp{border-radius:12px;justify-content:center;align-items:center;gap:.48rem;padding:.82rem 1.3rem;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1.1;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s;display:inline-flex}.page-module__icmQFa__btnPrimary{color:#4f150f;background:linear-gradient(135deg,#f8d27c 0%,#f2bb41 100%);border:1px solid #f2bb4185;box-shadow:0 12px 26px #f2bb4157}.page-module__icmQFa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #f2bb416b}.page-module__icmQFa__btnWhatsapp{color:var(--offer-cream);background:linear-gradient(135deg,#61161ee6 0%,#471016e0 100%);border:1px solid #f8d27c57;box-shadow:0 10px 22px #27080c52}.page-module__icmQFa__btnWhatsapp:hover{border-color:#f8d27c8a;transform:translateY(-2px);box-shadow:0 14px 30px #27080c6b}.page-module__icmQFa__featuresBar{background:linear-gradient(135deg,#560812 0%,#7b101a 100%);border-bottom:1px solid #f2bb412e}.page-module__icmQFa__featuresContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.page-module__icmQFa__featureItem{color:#fff6e4f5;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.page-module__icmQFa__featureItem svg{color:var(--offer-gold-500);opacity:.85}.page-module__icmQFa__featureDivider{background:#f2bb413d;width:1px;height:20px}.page-module__icmQFa__benefitsSection{background:var(--sand);padding:3rem 1.5rem}.page-module__icmQFa__benefitsContainer{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.page-module__icmQFa__benefitCard{background:var(--surface);text-align:center;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;transition:all .25s}.page-module__icmQFa__benefitCard:hover{border-color:#dc262640;transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.page-module__icmQFa__benefitIcon{color:#dc2626;background:linear-gradient(135deg,#dc26261f,#dc26260f);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;transition:all .25s;display:flex}.page-module__icmQFa__benefitCard:hover .page-module__icmQFa__benefitIcon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:scale(1.05)}.page-module__icmQFa__benefitTitle{color:var(--dark-900);margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.page-module__icmQFa__benefitDescription{color:#525252;margin:0;font-size:.875rem;line-height:1.6}.page-module__icmQFa__productsSection{background:var(--sand-light);padding:2rem 0 3rem}.page-module__icmQFa__productsSectionHeader{text-align:center;max-width:1400px;margin:0 auto 1.5rem}.page-module__icmQFa__productsSectionTitle{color:var(--dark-900);align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:1.5rem;font-weight:800;display:inline-flex}.page-module__icmQFa__productsSectionTitle svg{color:#dc2626}.page-module__icmQFa__productsSectionSubtitle{color:#525252;margin:0;font-size:1rem}.page-module__icmQFa__productsSkeleton{max-width:1400px;margin:0 auto;padding:1rem 0}.page-module__icmQFa__productsSkeletonGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.page-module__icmQFa__skeletonCard{background:linear-gradient(90deg, var(--sand-muted) 0%, var(--surface-muted) 50%, var(--sand-muted) 100%);background-size:200% 100%;border-radius:16px;height:300px;animation:1.2s ease-in-out infinite page-module__icmQFa__shimmer}@keyframes page-module__icmQFa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-module__icmQFa__ctaSection{background:linear-gradient(135deg,#0c1a24 0%,#0f2633 100%);padding:4rem 1.5rem;position:relative;overflow:hidden}.page-module__icmQFa__ctaSection:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#dc262626 0%,#0000 50%),radial-gradient(circle at 80% 30%,#fb923c1a 0%,#0000 50%);position:absolute;inset:0}.page-module__icmQFa__ctaContainer{z-index:2;max-width:700px;margin:0 auto;position:relative}.page-module__icmQFa__ctaContent{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module__icmQFa__ctaBadge{color:#fca5a5;text-transform:uppercase;letter-spacing:.05em;background:#dc262633;border:1px solid #dc26264d;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__icmQFa__ctaBadge svg{animation:1.5s ease-in-out infinite page-module__icmQFa__flicker}.page-module__icmQFa__ctaTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:800;line-height:1.2}.page-module__icmQFa__ctaSubtitle{color:#ffffffb3;max-width:500px;margin:0;font-size:1rem;line-height:1.6}body.main-layout-active .page-module__icmQFa__ctaTitle{color:#fff}body.main-layout-active .page-module__icmQFa__ctaSubtitle{color:#ffffffd9}.page-module__icmQFa__ctaActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.page-module__icmQFa__ctaWhatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #25d3664d}.page-module__icmQFa__ctaWhatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.page-module__icmQFa__ctaSecondary{color:#fffc;background:0 0;border:1px solid #ffffff40;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__icmQFa__ctaSecondary:hover{color:#fff;background:#ffffff14;border-color:#fff6}@media (max-width:1024px){.page-module__icmQFa__heroMain{grid-template-columns:1fr;gap:1.25rem}.page-module__icmQFa__heroContent{text-align:center;justify-items:center;max-width:none}.page-module__icmQFa__heroContainer{padding:2.25rem 1.25rem 1.9rem}.page-module__icmQFa__heroTitle{font-size:clamp(1.95rem,5vw,2.5rem)}.page-module__icmQFa__heroSubtitle{max-width:64ch;font-size:.95rem}.page-module__icmQFa__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;max-width:680px}.page-module__icmQFa__heroActions{justify-content:center}.page-module__icmQFa__floatingBadge{display:none}.page-module__icmQFa__benefitsContainer{grid-template-columns:repeat(3,1fr);gap:1.25rem}.page-module__icmQFa__featuresContainer{gap:1rem}.page-module__icmQFa__heroStatDivider{display:none}.page-module__icmQFa__heroStat{background:#2b0a0f6b;border-radius:10px;padding:.58rem .72rem}}@media (max-width:768px){.page-module__icmQFa__heroSection{min-height:min(54vh,520px)}.page-module__icmQFa__heroContainer{padding:1.9rem 1rem 1.35rem}.page-module__icmQFa__heroTitle{font-size:clamp(1.72rem,8.4vw,2.2rem)}.page-module__icmQFa__heroSubtitle{font-size:.9rem}.page-module__icmQFa__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem;max-width:none}.page-module__icmQFa__featuresBar,.page-module__icmQFa__benefitsSection,.page-module__icmQFa__heroStatDivider{display:none}.page-module__icmQFa__heroStat{background:#2b0a0f6b;border-radius:10px;padding:.56rem .68rem}.page-module__icmQFa__heroActions{flex-direction:column;width:100%}.page-module__icmQFa__btnPrimary,.page-module__icmQFa__btnWhatsapp{justify-content:center;width:100%}.page-module__icmQFa__benefitsContainer{grid-template-columns:1fr;gap:1rem}.page-module__icmQFa__benefitCard{padding:1.5rem}.page-module__icmQFa__featuresContainer{gap:.75rem;padding:.75rem 1rem}.page-module__icmQFa__featureDivider{display:none}.page-module__icmQFa__featureItem{background:#ffffff14;border:1px solid #f2bb4138;border-radius:999px;gap:.375rem;padding:.5rem .75rem;font-size:.75rem}.page-module__icmQFa__featureItem svg{width:16px;height:16px}.page-module__icmQFa__productsSection{padding:1.5rem 0 2rem}.page-module__icmQFa__productsSectionTitle{font-size:1.25rem}.page-module__icmQFa__productsSectionSubtitle{font-size:.9rem}.page-module__icmQFa__ctaSection{padding:3rem 1rem}.page-module__icmQFa__ctaTitle{font-size:1.5rem}.page-module__icmQFa__ctaSubtitle{font-size:.9rem}.page-module__icmQFa__ctaActions{flex-direction:column;width:100%}.page-module__icmQFa__ctaWhatsapp,.page-module__icmQFa__ctaSecondary{justify-content:center;width:100%}}@media (max-width:480px){.page-module__icmQFa__heroContainer{padding:1.5rem .875rem 1.1rem}.page-module__icmQFa__breadcrumb{margin-bottom:1rem;font-size:.8rem}.page-module__icmQFa__heroBadge{padding:.35rem .75rem;font-size:.75rem}.page-module__icmQFa__heroTitle{font-size:1.52rem}.page-module__icmQFa__heroSubtitle{font-size:.85rem}.page-module__icmQFa__heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.page-module__icmQFa__heroStat{text-align:left;align-items:center;gap:.46rem;padding:.62rem .68rem}.page-module__icmQFa__heroStatValue{font-size:.98rem}.page-module__icmQFa__heroStatLabel{font-size:.62rem}.page-module__icmQFa__featuresContainer{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.625rem .75rem;display:grid}.page-module__icmQFa__featureItem{justify-content:center;padding:.5rem;font-size:.7rem}.page-module__icmQFa__benefitsSection{padding:2rem 1rem}.page-module__icmQFa__benefitCard{padding:1.25rem}.page-module__icmQFa__benefitIcon{width:48px;height:48px}.page-module__icmQFa__benefitTitle{font-size:1rem}.page-module__icmQFa__benefitDescription{font-size:.8rem}.page-module__icmQFa__productsSectionHeader{margin-bottom:1rem}.page-module__icmQFa__productsSectionTitle{gap:.5rem;font-size:1.125rem}.page-module__icmQFa__productsSectionTitle svg{width:20px;height:20px}.page-module__icmQFa__productsSectionSubtitle{font-size:.85rem}.page-module__icmQFa__ctaSection{padding:2.5rem .875rem}.page-module__icmQFa__ctaBadge{font-size:.7rem}.page-module__icmQFa__ctaTitle{font-size:1.375rem}.page-module__icmQFa__ctaSubtitle{font-size:.85rem}.page-module__icmQFa__ctaWhatsapp,.page-module__icmQFa__ctaSecondary{padding:.75rem 1.25rem;font-size:.875rem}}@media (prefers-reduced-motion:reduce){.page-module__icmQFa__heroGlow,.page-module__icmQFa__heroGlowSecondary,.page-module__icmQFa__heroContent{animation:none}}
.product-recommendations-module__bROgza__product-recommendations-section{background:var(--sand-light);margin-top:0;padding:0;position:relative}
.page-module__ZjRsjW__page{--blog-navy:#071b33;--blog-ink:#0f2a3d;--blog-copy:#526579;--blog-teal:#0d9488;--blog-teal-dark:#0f766e;--blog-teal-light:#5eead4;--blog-line:#dde6ed;--public-hero-accent:var(--blog-teal-light);--public-hero-primary:#2dd4bf;--public-hero-primary-hover:#5eead4;--public-hero-primary-text:#06233a;--public-hero-title:#fff;--public-hero-copy:#f1faf9e6;--public-hero-secondary-border:#ffffff75;--public-hero-secondary-bg:#05192c5c;min-height:100vh;color:var(--blog-ink);font-family:var(--font-sans);background:#fff;overflow:clip}.page-module__ZjRsjW__hero{isolation:isolate;background:var(--blog-navy);min-height:clamp(560px,70vh,680px);position:relative;overflow:hidden}.page-module__ZjRsjW__heroMedia{z-index:-1;position:absolute;inset:0}.page-module__ZjRsjW__heroBackdrop{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.005)}.page-module__ZjRsjW__heroOverlay{background:linear-gradient(90deg,#041425f7 0%,#05192ce8 31%,#071f31a8 49%,#071f3133 73%,#071f3114 100%),linear-gradient(#03101d29,#0000 52%,#03101d57);position:absolute;inset:0}.page-module__ZjRsjW__heroInner{min-height:inherit;grid-template-rows:auto 1fr;width:min(100% - 3rem,1280px);margin-inline:auto;padding-block:1.5rem 5.4rem;display:grid;position:relative}.page-module__ZjRsjW__breadcrumb{align-self:start}.page-module__ZjRsjW__breadcrumbList{align-items:center;gap:.5rem;margin:0;padding:0;font-size:.8rem;list-style:none;display:flex}.page-module__ZjRsjW__breadcrumbLink{color:#f1faf9a8;transition:color .18s}.page-module__ZjRsjW__breadcrumbLink:hover,.page-module__ZjRsjW__breadcrumbCurrent{color:var(--blog-teal-light)}.page-module__ZjRsjW__breadcrumbSeparator{color:#f1faf957}.page-module__ZjRsjW__heroCopy{text-shadow:0 3px 24px #020c174d;align-self:center;max-width:760px}.page-module__ZjRsjW__heroCopy h1 em{color:var(--blog-teal-light);font-style:normal}.page-module__ZjRsjW__heroNote{color:#ecfdfab3;letter-spacing:.015em;margin:0;font-size:.76rem;font-weight:650}.page-module__ZjRsjW__principles{z-index:3;background:linear-gradient(#0000 0 28px,#fff 28px);margin-top:-28px;position:relative}.page-module__ZjRsjW__principlesInner{background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100% - 3rem,1280px);margin-inline:auto;display:grid;overflow:hidden;box-shadow:0 18px 40px -34px #0f2a3da6}.page-module__ZjRsjW__principle{grid-template-columns:auto 1fr;align-items:center;gap:.75rem;min-width:0;padding:1.15rem 1.2rem;display:grid}.page-module__ZjRsjW__principle+.page-module__ZjRsjW__principle{border-left:1px solid #e2e8f0}.page-module__ZjRsjW__principle>svg{width:38px;height:38px;color:var(--blog-teal-dark);background:#ecfdf9;border-radius:11px;padding:9px}.page-module__ZjRsjW__principleTitle{align-items:baseline;gap:.5rem;min-width:0;display:flex}.page-module__ZjRsjW__principleTitle span{color:#94a3b8;font-variant-numeric:tabular-nums;letter-spacing:.08em;font-size:.65rem;font-weight:750}.page-module__ZjRsjW__principle h2{color:var(--blog-ink);letter-spacing:-.015em;margin:0;font-size:.92rem;font-weight:780}.page-module__ZjRsjW__principle p{color:#64748b;margin:.22rem 0 0;font-size:.72rem;line-height:1.42}.page-module__ZjRsjW__articles{scroll-margin-top:calc(var(--header-height,80px) + 1rem);background:radial-gradient(circle at 92% 12%,#2dd4bf14,#0000 24rem),#f8fafc;border-bottom:1px solid #edf2f6;padding:clamp(3.75rem,6vw,5.25rem) 1.5rem clamp(3.5rem,6vw,5rem)}.page-module__ZjRsjW__articlesInner{width:min(1120px,100%);margin-inline:auto}.page-module__ZjRsjW__sectionHeader{background:var(--blog-navy);border-radius:24px;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:0;padding:clamp(1.9rem,4vw,3rem) clamp(1.6rem,4vw,3rem) 5.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 58px -42px #071b33b8}.page-module__ZjRsjW__sectionHeader:after{content:"";border:1px solid #5eead433;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-220px;right:-120px}.page-module__ZjRsjW__sectionHeader p{color:var(--blog-teal-light);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .5rem;font-size:.74rem;font-weight:800}.page-module__ZjRsjW__page .page-module__ZjRsjW__sectionHeader h2{color:#fff;letter-spacing:-.045em;text-wrap:balance;max-width:690px;margin:0;font-size:clamp(2rem,3.6vw,2.9rem);font-weight:800;line-height:1.04}.page-module__ZjRsjW__sectionHeader>span{z-index:1;border-left:2px solid var(--blog-teal-light);color:#e2e8f0c7;text-align:left;flex:none;max-width:290px;padding-left:1.2rem;font-size:.8rem;line-height:1.5;position:relative}.page-module__ZjRsjW__articleGrid{z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(1.25rem,3vw,2rem);margin:-3rem clamp(.75rem,2vw,1.5rem) 0;display:grid;position:relative}.page-module__ZjRsjW__articleCard{--card-accent:var(--blog-teal-dark);border:1px solid var(--blog-line);background:#fff;border-radius:20px;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 22px 48px -32px #0f2a3d94}.page-module__ZjRsjW__articleCard:hover,.page-module__ZjRsjW__articleCard:focus-within{border-color:#0d94886b;transform:translateY(-4px);box-shadow:0 28px 52px -34px #0f2a3d8c}.page-module__ZjRsjW__cardImageWrap{aspect-ratio:16/9;background:#eef2f5;position:relative;overflow:hidden}.page-module__ZjRsjW__articleCard:nth-child(2){margin-top:1.75rem}.page-module__ZjRsjW__articleCard:nth-child(2) .page-module__ZjRsjW__cardImageWrap{aspect-ratio:16/10}.page-module__ZjRsjW__cardImage{-o-object-fit:cover;object-fit:cover;transition:transform .32s}.page-module__ZjRsjW__articleCard:hover .page-module__ZjRsjW__cardImage,.page-module__ZjRsjW__articleCard:focus-within .page-module__ZjRsjW__cardImage{transform:scale(1.035)}.page-module__ZjRsjW__cardNumber{color:#fff;font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b33e0;border:1px solid #ffffff4d;border-radius:9px;padding:.4rem .52rem;font-size:.69rem;font-weight:780;position:absolute;bottom:.85rem;right:.85rem}.page-module__ZjRsjW__cardCopy{padding:1.25rem 1.3rem 1.4rem}.page-module__ZjRsjW__cardMeta{color:#708090;justify-content:space-between;align-items:center;gap:1rem;font-size:.7rem;display:flex}.page-module__ZjRsjW__cardMeta>span:first-child{color:var(--card-accent);letter-spacing:.055em;text-transform:uppercase;font-weight:800}.page-module__ZjRsjW__cardMeta>span:last-child{white-space:nowrap;align-items:center;gap:.32rem;display:inline-flex}.page-module__ZjRsjW__cardCopy h3{letter-spacing:-.035em;text-wrap:balance;margin:.65rem 0 0;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:780;line-height:1.13}.page-module__ZjRsjW__cardCopy h3 a{color:var(--blog-ink)}.page-module__ZjRsjW__cardCopy h3 a:after{content:"";border-radius:20px;position:absolute;inset:0}.page-module__ZjRsjW__cardCopy h3 a:hover{color:var(--card-accent)}.page-module__ZjRsjW__cardCopy>p{color:var(--blog-copy);margin:.65rem 0 0;font-size:.88rem;line-height:1.58}.page-module__ZjRsjW__cardAction{color:var(--card-accent);align-items:center;gap:.4rem;margin-top:.9rem;font-size:.84rem;font-weight:780;display:inline-flex}.page-module__ZjRsjW__cardAction svg{transition:transform .18s}.page-module__ZjRsjW__articleCard:hover .page-module__ZjRsjW__cardAction svg,.page-module__ZjRsjW__articleCard:focus-within .page-module__ZjRsjW__cardAction svg{transform:translate(3px)}.page-module__ZjRsjW__closing{background:#fff;padding:0 1.5rem clamp(4rem,6vw,5.5rem)}.page-module__ZjRsjW__closingInner{background:var(--blog-navy);border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem 3rem;width:min(1120px,100%);margin-inline:auto;padding:clamp(1.8rem,4vw,2.8rem);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 58px -40px #071b33bd}.page-module__ZjRsjW__closingInner:after{content:"";border:1px solid #5eead42e;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-210px;right:-140px}.page-module__ZjRsjW__closingKicker{color:var(--blog-teal-light);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .45rem;font-size:.7rem;font-weight:800}.page-module__ZjRsjW__closingQuote{color:#fff;letter-spacing:-.03em;text-wrap:balance;max-width:680px;margin:0;font-size:clamp(1.35rem,2.5vw,1.9rem);font-weight:760;line-height:1.15}.page-module__ZjRsjW__closingInner a{z-index:1;color:#06233a;background:#2dd4bf;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:46px;padding:.75rem 1rem;font-size:.84rem;font-weight:800;transition:background-color .18s,transform .18s;display:inline-flex;position:relative}.page-module__ZjRsjW__closingInner a:hover{background:#5eead4;transform:translateY(-2px)}.page-module__ZjRsjW__page a:focus-visible,.page-module__ZjRsjW__articleCard:focus-within{outline-offset:4px;border-radius:10px;outline:3px solid #0d94886b}@media (max-width:900px){.page-module__ZjRsjW__principlesInner{grid-template-columns:1fr}.page-module__ZjRsjW__principle+.page-module__ZjRsjW__principle{border-top:1px solid #e2e8f0;border-left:0}.page-module__ZjRsjW__principle p{max-width:62ch}}@media (max-width:760px){.page-module__ZjRsjW__hero{min-height:620px}.page-module__ZjRsjW__heroBackdrop{-o-object-position:64% center;object-position:64% center}.page-module__ZjRsjW__heroOverlay{background:linear-gradient(90deg,#041425ed,#05192cad),linear-gradient(#0000 42%,#03101d85)}.page-module__ZjRsjW__heroInner{width:min(100% - 2rem,680px);padding-block:1.15rem 4.8rem}.page-module__ZjRsjW__heroCopy{max-width:620px}.page-module__ZjRsjW__principlesInner{width:min(100% - 2rem,680px)}.page-module__ZjRsjW__articles{padding-inline:1rem}.page-module__ZjRsjW__sectionHeader{border-radius:20px;flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.6rem 1.35rem 4.5rem}.page-module__ZjRsjW__sectionHeader>span{text-align:left}.page-module__ZjRsjW__articleGrid{grid-template-columns:1fr;margin:-2.6rem 0 0}.page-module__ZjRsjW__articleCard:nth-child(2){margin-top:0}.page-module__ZjRsjW__closing{padding-inline:1rem}.page-module__ZjRsjW__closingInner{grid-template-columns:1fr;align-items:start}.page-module__ZjRsjW__closingInner a{width:fit-content}}@media (max-width:480px){.page-module__ZjRsjW__hero{min-height:600px}.page-module__ZjRsjW__heroInner{width:min(100% - 1.5rem,680px)}.page-module__ZjRsjW__heroNote{line-height:1.5}.page-module__ZjRsjW__principlesInner{border-radius:16px;width:min(100% - 1.5rem,680px)}.page-module__ZjRsjW__principle{padding:1rem}.page-module__ZjRsjW__cardCopy{padding:1.1rem}.page-module__ZjRsjW__closingInner{border-radius:18px;padding:1.4rem}}@media (prefers-reduced-motion:reduce){.page-module__ZjRsjW__articleCard,.page-module__ZjRsjW__cardImage,.page-module__ZjRsjW__cardAction svg,.page-module__ZjRsjW__closingInner a,.page-module__ZjRsjW__breadcrumbLink{transition:none}.page-module__ZjRsjW__articleCard:hover,.page-module__ZjRsjW__articleCard:focus-within,.page-module__ZjRsjW__articleCard:hover .page-module__ZjRsjW__cardImage,.page-module__ZjRsjW__articleCard:focus-within .page-module__ZjRsjW__cardImage,.page-module__ZjRsjW__closingInner a:hover{transform:none}}
