:root{--sd-bg:var(--sd-bg,#050506);--sd-text:#f7f8ff;--sd-muted:#a7a7b8;--sd-accent:var(--sd-accent,#229DD9);--sd-wrap:1180px}*{box-sizing:border-box}body{margin:0;background:var(--sd-bg);color:var(--sd-text);font-family:var(--sd-body-font,Inter),system-ui,sans-serif}img{max-width:100%;height:auto}.wrap{width:min(var(--sd-wrap),calc(100% - 40px));margin-inline:auto}a{color:inherit;text-decoration:none}.site-header{position:relative;z-index:20;background:rgba(5,5,6,.9);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{min-height:76px;display:flex;align-items:center;gap:22px}.header-logo{display:inline-flex;align-items:center;font-weight:900}.header-logo img{max-width:178px;max-height:54px}.main-nav{margin-left:auto}.main-nav ul,.footer-menu ul{list-style:none;display:flex;gap:18px;margin:0;padding:0}.main-nav a{font-size:.9rem;color:#d9d9e8}.header-actions{display:flex;align-items:center;gap:10px}.header-action,.btn{border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:800;font-size:.88rem}.header-cta,.btn-primary{background:var(--sd-accent);color:#06110f}.nav-toggle-input,.mobile-nav-toggle{display:none}.content-wrap{padding:72px 0}.entry-content{color:var(--sd-muted);line-height:1.8}.site-footer{background:var(--sd-bg,#050506);padding:58px 0 28px;border-top:1px solid rgba(255,255,255,.09)}.site-footer .footer-grid{display:grid;gap:36px;align-items:start}.footer-grid-complete,.footer-grid-centered{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-grid-premium{grid-template-columns:1.25fr .8fr auto auto 1fr}.footer-logo{display:inline-flex;align-items:center}.footer-logo img{width:min(180px,100%)}.footer-desc{max-width:420px;color:var(--sd-muted);margin:18px 0 0}.footer-title{font-weight:900;color:#fff;margin:0 0 14px;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.footer-menu,.legal-menu{display:grid;gap:9px;color:var(--sd-muted)}.legal-menu{margin-top:18px}.footer-legal-row{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:var(--sd-muted);font-size:.9rem;text-align:center;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07)}.footer-socials{display:flex;flex-wrap:wrap;gap:10px}.footer-social{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:10px;font-weight:900;text-transform:uppercase}.footer-brand-centered,.footer-minimal{text-align:center}.footer-brand-centered .footer-desc,.footer-minimal .footer-desc{margin-inline:auto}.footer-minimal-extras{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;margin-top:22px}@media(max-width:980px){.header-inner{display:grid;grid-template-columns:auto 1fr auto}.main-nav{display:none;grid-column:1/-1;margin-left:0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:14px}.main-nav ul{display:grid;gap:12px}.nav-toggle-input:checked~.main-nav{display:block}.mobile-nav-toggle{display:inline-grid;gap:4px;justify-self:end;cursor:pointer}.mobile-nav-toggle span{display:block;width:26px;height:2px;background:#fff}.mobile-nav-toggle b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.header-actions{grid-column:1/-1;justify-content:center;flex-wrap:wrap}.header-action{width:42px;height:42px;padding:0;font-size:0;position:relative}.header-action:after{font-size:12px}.header-phone:after{content:'☎'}.header-whatsapp:after{content:'WA'}.header-email:after{content:'@'}.header-cta:after{content:'↗'}}@media(max-width:720px){.wrap{width:min(100% - 28px,var(--sd-wrap))}.site-footer .footer-grid,.footer-grid-premium{grid-template-columns:1fr;text-align:center}.footer-menu,.legal-menu{justify-items:center}.footer-socials{justify-content:center}.footer-bottom{font-size:.82rem}}


/* v0.1.2 — Header/Footer options port desde laboratorio limpio */
:root{--sd-accent:var(--sd-accent,#229DD9);--sd-glow:var(--sd-glow,#E93F79)}.site-header{position:sticky;top:0;left:0;right:0;z-index:1000;background:rgba(5,5,7,.78);border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background .24s ease,border-color .24s ease,box-shadow .24s ease}.site-header.is-transparent{background:transparent!important;border-bottom-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;isolation:isolate}.site-header.is-transparent::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:rgba(5,7,14,.88);border-bottom:1px solid rgba(255,255,255,.11);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 48px rgba(0,0,0,.3);opacity:0;transition:opacity .22s ease}.site-header.is-transparent.scrolled::before{opacity:1}.site-header.is-transparent .header-inner{position:relative;z-index:1}.site-header>.wrap,.site-header .header-inner{width:min(100%,calc(100% - 32px));max-width:none}.site-header .header-inner{min-height:76px;display:flex;align-items:center;gap:22px}.site-header.header-1 .header-inner{display:grid;grid-template-columns:minmax(170px,255px) minmax(0,1fr) auto}.site-header.header-1 .main-nav{margin:0;justify-content:center}.site-header.header-1 .header-actions{justify-content:flex-end}.site-header.header-2:not(.is-transparent){background:rgba(10,10,15,.82)}.site-header.header-2 .header-inner{justify-content:flex-start}.site-header.header-2 .main-nav{margin-left:auto;justify-content:flex-end;flex:0 1 auto}.site-header.header-3 .header-inner{min-height:104px;display:grid;grid-template-columns:1fr;justify-items:center;align-content:center;gap:.65rem;padding-block:.9rem}.site-header.header-3 .main-nav,.site-header.header-3 .header-actions{justify-content:center;margin:0}.site-header.header-5 .main-nav{display:none!important}.site-header.header-5 .header-actions{margin-left:auto}.header-logo{min-width:0;display:inline-flex;align-items:center}.header-logo img{width:min(210px,100%);max-height:54px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:18px}.main-nav ul{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0}.main-nav a{font-size:1em;font-weight:500;color:#d9d9e8;transition:color .2s ease}.main-nav a:hover,.main-nav a:focus-visible{color:var(--sd-glow)}.header-actions{display:flex;align-items:center;gap:10px}.header-action{border-radius:0!important;min-width:44px;min-height:44px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(34,157,217,.38);background:rgba(34,157,217,.08);color:#fff;font-weight:700;font-size:.86rem;line-height:1;box-shadow:0 0 20px rgba(34,157,217,.09);transition:transform .18s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.header-action svg{width:18px;height:18px;fill:currentColor;stroke:none;flex:0 0 auto}.header-phone,.header-email{border-color:rgba(233,63,121,.46);background:rgba(233,63,121,.12);box-shadow:0 0 20px rgba(233,63,121,.12)}.header-whatsapp{border-color:rgba(34,157,217,.46);background:rgba(34,157,217,.10)}.header-cta,.header-nav-cta,.btn-primary{background:var(--sd-accent)!important;color:#02040a!important;border-color:var(--sd-accent)!important;border-radius:0!important;font-weight:700}.header-action:hover,.header-action:focus-visible{transform:translateY(-1px);border-color:rgba(233,63,121,.62);background:linear-gradient(135deg,rgba(233,63,121,.95),rgba(27,3,44,.96));color:#fff!important;box-shadow:0 12px 34px rgba(233,63,121,.24)}.nav-toggle-input{position:absolute;opacity:0;pointer-events:none}.mobile-nav-toggle{display:none;color:var(--sd-accent);width:44px;height:44px;border:1px solid rgba(34,157,217,.35);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;background:rgba(34,157,217,.08);border-radius:0}.mobile-nav-toggle span{width:20px;height:2px;background:currentColor;display:block}.mobile-nav-toggle b{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;white-space:nowrap;width:1px}.mobile-nav-toggle:hover,.mobile-nav-toggle:focus-visible{color:var(--sd-glow);border-color:rgba(233,63,121,.62);background:rgba(233,63,121,.12)}.header-nav-cta{display:none}
.site-footer{background:var(--sd-bg,#050506);padding:58px 0 28px;border-top:1px solid rgba(255,255,255,.09)}.site-footer>.wrap{width:80%!important;max-width:none!important;margin-inline:auto!important}@media(max-width:1360px){.site-footer>.wrap{width:min(100%,calc(100% - 32px))!important;max-width:none!important}}.site-footer .footer-grid{display:grid;gap:34px;align-items:start}.site-footer .footer-title{font-weight:500!important;color:var(--sd-accent,#229DD9)!important;margin:0 0 14px!important;text-transform:none!important;letter-spacing:0!important;font-size:1rem!important}.footer-menu,.legal-menu{display:grid;gap:9px;color:#a7a7b8}.footer-menu a,.legal-menu a{color:inherit}.footer-logo{display:inline-flex;align-items:center}.footer-logo img.footer-logo-horizontal{width:min(300px,100%);max-height:clamp(38px,3.4vw,56px);object-fit:contain}.footer-logo img.footer-logo-vertical{width:auto;max-width:180px;max-height:clamp(98px,8.5vw,126px);object-fit:contain}.footer-desc{max-width:420px;color:#a7a7b8;margin:18px 0 0;line-height:1.65}.footer-socials{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.footer-social{width:38px;height:38px;min-width:38px;border-radius:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(34,157,217,.38);background:rgba(34,157,217,.08);color:#fff;box-shadow:0 0 20px rgba(34,157,217,.10);transition:transform .18s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.footer-social:nth-child(even){border-color:rgba(233,63,121,.42);background:rgba(233,63,121,.12);box-shadow:0 0 20px rgba(233,63,121,.10)}.footer-social svg{width:18px;height:18px;fill:currentColor}.footer-social:hover,.footer-social:focus-visible,.footer-user-link:hover,.footer-user-link:focus-visible{transform:translateY(-2px);border-color:rgba(34,157,217,.7);background:linear-gradient(135deg,rgba(34,157,217,.14),rgba(233,63,121,.18));box-shadow:0 12px 34px rgba(34,157,217,.16)}.footer-user-link{min-height:38px;display:inline-flex;align-items:center;gap:9px;border-radius:0;border:1px solid rgba(34,157,217,.36);background:linear-gradient(135deg,rgba(34,157,217,.08),rgba(233,63,121,.12));color:#fff!important;padding:.55rem .9rem;text-decoration:none;box-shadow:0 0 20px rgba(34,157,217,.10);transition:transform .18s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.footer-user-link svg{width:17px;height:17px;fill:currentColor}.site-footer.footer-1 .footer-grid-complete{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.site-footer.footer-1 .footer-legal-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px;min-height:72px;margin-top:34px;padding:22px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:0!important}.site-footer.footer-2 .footer-brand-centered{max-width:none;width:100%;text-align:center;margin:0 auto clamp(44px,5vw,72px)}.site-footer.footer-2 .footer-brand-centered .footer-desc{max-width:none;width:100%;margin-inline:0}.site-footer.footer-2 .footer-logo img.footer-logo-horizontal{width:min(320px,100%)}.site-footer.footer-2 .footer-grid-centered{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));text-align:left;justify-items:start;align-items:start}.site-footer.footer-2 .footer-grid-centered>div{text-align:left;justify-self:start}.site-footer.footer-3 .footer-minimal{max-width:none;width:100%;text-align:initial;display:block}.site-footer.footer-3 .footer-3-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,1.15fr) minmax(180px,1fr);gap:clamp(28px,5vw,76px);align-items:start}.site-footer.footer-3 .footer-3-brand{text-align:center;display:grid;justify-items:center;gap:14px}.site-footer.footer-3 .footer-3-brand .footer-desc{width:100%;max-width:none;margin:0;padding-bottom:18px}.site-footer.footer-3 .footer-3-col--menu{display:grid;justify-items:start;text-align:left}.site-footer.footer-3 .footer-3-col--menu>div,.site-footer.footer-3 .footer-3-col--menu .footer-menu{width:100%;justify-self:stretch;justify-items:start;text-align:left}.site-footer.footer-3 .footer-3-col--menu .footer-menu a{display:block;width:100%;text-align:left}.site-footer.footer-3 .footer-3-col--legal{display:grid;justify-items:end;text-align:right}.site-footer.footer-3 .footer-3-col--legal .legal-menu{width:100%;justify-self:stretch;justify-items:end;text-align:right}.site-footer.footer-3 .footer-3-col--legal .legal-menu a{display:block;width:100%;text-align:right}.site-footer.footer-3 .footer-3-actions{width:100%;display:flex;align-items:start;justify-content:space-between;gap:18px}.site-footer.footer-3 .footer-3-actions>div:only-child{margin-inline:auto;text-align:center}.site-footer.footer-4 .footer-4-desktop{display:none!important}.site-footer.footer-4 .footer-4-adaptive{display:grid!important}.site-footer.footer-4 .footer-cta{border:1px solid rgba(34,157,217,.22);background:linear-gradient(135deg,rgba(34,157,217,.07),rgba(233,63,121,.10));padding:clamp(18px,2.4vw,28px);border-radius:0;display:grid;gap:14px;align-content:center}.site-footer.footer-4 .footer-cta h3{font-weight:400!important;margin:0;color:#fff;line-height:1.15}.site-footer.footer-4 .footer-cta .btn{width:100%}.site-footer.footer-4 .footer-4-row{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1.58fr);gap:clamp(20px,4vw,48px);align-items:start}.site-footer.footer-4 .footer-4-rows{gap:clamp(26px,4vw,42px)}.site-footer.footer-4 .footer-4-desc{text-align:right;max-width:none;margin:0}.site-footer.footer-4 .footer-4-nav .footer-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 18px}.site-footer.footer-4 .footer-4-socials .footer-socials{flex-wrap:nowrap;white-space:nowrap}.site-footer.footer-4 .footer-4-row--user-cta .footer-cta{width:100%;max-width:none;justify-self:stretch}.site-footer.footer-4 .footer-4-row--cta-full .footer-cta{grid-column:1/-1;width:100%;max-width:none}.site-footer.footer-4 .footer-bottom{padding-top:22px;padding-bottom:22px;text-align:center;justify-items:center}.site-footer.footer-4 .footer-bottom-left{width:100%;display:grid;gap:14px;justify-items:center}.site-footer.footer-4 .footer-bottom-legal{width:100%;display:flex;justify-content:flex-end;justify-self:end}.site-footer.footer-4 .footer-bottom-legal .legal-menu{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px 20px;margin:0}.footer-bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:10px;color:#8f91a5;font-size:.86rem}.footer-bottom a{color:#fff}@media(min-width:1101px){.site-footer.footer-4 .footer-4-adaptive{display:none!important}.site-footer.footer-4 .footer-4-desktop{display:grid!important;grid-template-columns:1.1fr .85fr .65fr .75fr 1fr!important;gap:clamp(24px,3vw,42px)!important;align-items:start!important}.site-footer.footer-4 .footer-4-desktop .footer-desc{text-align:left!important;margin:18px 0 0!important}}@media(min-width:641px) and (max-width:1100px){.site-footer.footer-3{padding-top:clamp(34px,4vw,46px)!important}.site-footer.footer-3 .footer-3-grid{grid-template-columns:1fr 1fr!important;grid-template-areas:"brand brand" "menu legal"!important;gap:clamp(30px,5vw,54px) clamp(28px,5vw,60px)!important}.site-footer.footer-3 .footer-3-brand{grid-area:brand;max-width:760px;margin:0 auto}.site-footer.footer-3 .footer-3-col--menu{grid-area:menu}.site-footer.footer-3 .footer-3-col--legal{grid-area:legal}.site-footer.footer-3 .footer-3-col--menu .footer-menu,.site-footer.footer-3 .footer-3-col--legal .legal-menu{display:flex;flex-wrap:wrap;gap:10px 18px}.site-footer.footer-3 .footer-3-col--legal .footer-title{display:block;width:100%;text-align:right}}@media(max-width:1100px){.site-footer.footer-4 .footer-4-desktop{display:none!important}.site-footer.footer-4 .footer-4-adaptive{display:grid!important}}@media(max-width:980px){.site-header .header-inner,.site-header.header-1 .header-inner,.site-header.header-2 .header-inner,.site-header.header-3 .header-inner,.site-header.header-5 .header-inner{height:auto;min-height:72px;display:grid!important;grid-template-columns:auto minmax(112px,1fr) auto!important;grid-template-rows:72px auto;grid-template-areas:"logo actions toggle" "nav nav nav";column-gap:.7rem;row-gap:0;align-items:center;align-content:start}.site-header .header-logo{grid-area:logo;justify-self:start}.site-header .header-actions{grid-area:actions;justify-self:center;margin-left:0;justify-content:center;gap:.45rem}.site-header .mobile-nav-toggle{grid-area:toggle;display:flex;justify-self:end}.site-header .main-nav{grid-area:nav;display:none;margin:0;padding:1rem 0;border-top:1px solid rgba(255,255,255,.08);flex-direction:column;align-items:flex-start}.site-header .main-nav ul{flex-direction:column;align-items:flex-start}.nav-toggle-input:checked ~ .main-nav{display:flex}.header-action:not(.header-cta){width:40px;height:40px;min-width:40px;padding:0}.header-action:not(.header-cta) span{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;white-space:nowrap;width:1px}.header-action svg{width:18px;height:18px}.site-header .header-logo img{width:170px;max-height:44px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer.footer-4 .footer-4-row{grid-template-columns:minmax(190px,.48fr) minmax(0,1.52fr)}}@media(max-width:760px){.site-header .header-inner,.site-header.header-1 .header-inner,.site-header.header-2 .header-inner,.site-header.header-3 .header-inner,.site-header.header-5 .header-inner{min-height:64px;grid-template-columns:auto minmax(104px,1fr) auto!important;grid-template-rows:64px auto;column-gap:.42rem;padding-inline:.75rem}.site-header .header-actions .header-cta{display:none!important}.site-header .main-nav .header-nav-cta{width:100%;min-height:44px;margin-top:.8rem;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1rem;background:var(--sd-accent);color:#02040a!important;border:1px solid var(--sd-accent);font-weight:700;text-align:center}.site-header .header-logo img{width:132px}.header-action:not(.header-cta){width:36px;height:36px;min-width:36px}.mobile-nav-toggle{width:40px;height:40px}.site-footer .footer-grid,.site-footer.footer-3 .footer-3-grid,.site-footer.footer-4 .footer-4-row{grid-template-columns:1fr!important}.site-footer.footer-4 .footer-4-desc{text-align:left}.site-footer.footer-4 .footer-4-nav .footer-menu,.site-footer.footer-4 .footer-bottom-legal,.site-footer.footer-4 .footer-bottom-legal .legal-menu{justify-content:flex-start}.site-footer.footer-3 .footer-3-col--legal,.site-footer.footer-3 .footer-3-col--legal .legal-menu{justify-items:start;text-align:left}.site-footer.footer-3 .footer-3-col--legal .legal-menu a{text-align:left}.site-footer.footer-3 .footer-3-actions{justify-content:center;flex-wrap:wrap}}@media(max-width:360px){.site-header .header-logo img{width:118px}.site-header .header-actions{gap:.28rem}.header-action:not(.header-cta){width:34px;height:34px;min-width:34px}.mobile-nav-toggle{width:38px;height:38px}}


/* v0.1.3 — sistema comercial reutilizable WebPWO/Sumur */
.sumur-form{display:grid;gap:14px;margin-top:22px;text-align:left}.sumur-form .sumur-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.sumur-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sumur-form label{display:grid;gap:7px;position:relative}.sumur-form .field-label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.sumur-form input,.sumur-form textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#fff;padding:12px 13px;font:400 .9rem/1.45 Inter,system-ui,sans-serif;border-radius:0;box-shadow:none}.sumur-form input:focus,.sumur-form textarea:focus{outline:none;border-color:rgba(34,157,217,.62);box-shadow:0 0 0 1px rgba(34,157,217,.16),0 0 24px rgba(34,157,217,.10)}.sumur-form input::placeholder,.sumur-form textarea::placeholder{font-size:.9rem;font-weight:400;color:#727589}.sumur-form .btn,.sumur-form .product-btn{width:100%;min-height:52px;justify-content:center;margin-top:clamp(14px,2vw,24px);border-radius:0;color:#fff;font-weight:500}.sumur-form-ok{border:1px solid rgba(34,157,217,.35);background:rgba(34,157,217,.08);color:#b8fff6;padding:12px 14px;margin:0}.sumur-form-error{border:1px solid rgba(255,92,122,.35);background:rgba(255,92,122,.08);color:#ffd5dd;padding:12px 14px;margin:0}.sumur-form-acceptance,.sumur-form .sumur-form-acceptance{display:flex!important;align-items:flex-start!important;gap:12px!important;margin:2px 0 0!important;font-size:.82rem!important;line-height:1.45!important;color:#d8dbe8!important}.sumur-form-acceptance span{display:inline-block!important;font-size:.82rem!important;line-height:1.45!important;color:#d8dbe8!important;opacity:1!important;visibility:visible!important}.sumur-form-acceptance input{width:16px!important;height:16px!important;min-width:16px!important;margin:2px 0 0!important;accent-color:var(--sd-accent,var(--sd-accent,#229DD9))!important}.sumur-form-acceptance a{font-size:inherit!important;color:var(--sd-accent,var(--sd-accent,#229DD9))!important;text-decoration:none!important;border-bottom:1px solid rgba(34,157,217,.35)!important}.sumur-form-acceptance a:hover{color:#fff!important;border-color:#fff!important}.back-to-top{position:fixed;right:18px;bottom:18px;width:46px;height:46px;z-index:999;display:grid;place-items:center;border:1px solid rgba(34,157,217,.38);background:rgba(5,7,14,.72);color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 18px 44px rgba(0,0,0,.38),0 0 28px rgba(34,157,217,.12);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translateY(10px);transition:.22s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:var(--sd-glow,var(--sd-glow,#E93F79));background:linear-gradient(135deg,var(--sd-glow,var(--sd-glow,#E93F79)),#19002c);transform:translateY(-2px)}@media(max-width:720px){.sumur-form-grid{grid-template-columns:1fr}.back-to-top{right:14px;bottom:14px;width:42px;height:42px}}

/* v0.1.8 — Header/Footer base con iconos redondos y colores WebPWO/Sumur */
.sr-only,.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header.is-sticky{position:fixed!important;top:0!important;left:0!important;right:auto!important;width:100vw!important;max-width:100vw!important;z-index:10000!important}.site-header.is-sticky.scrolled,.site-header.is-sticky:not(.is-transparent){background:rgba(5,7,14,.86)!important;border-bottom:1px solid rgba(255,255,255,.105)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;box-shadow:0 16px 48px rgba(0,0,0,.28)!important}.site-header.is-transparent:not(.scrolled){background:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important}.site-header.is-transparent.scrolled::before{opacity:0!important}.site-header .header-logo img{max-width:clamp(158px,14vw,230px);max-height:54px;object-fit:contain}.site-header.header-1 .header-inner{min-height:76px;display:grid!important;grid-template-columns:minmax(170px,260px) minmax(0,1fr) auto;align-items:center;gap:clamp(14px,2vw,28px)}.site-header .main-nav,.site-header .header-nav{display:flex;justify-content:center;align-items:center;margin:0!important;min-width:0}.site-header .main-nav ul,.site-header .header-nav ul,.site-header .clean-fallback-menu{display:flex!important;align-items:center;justify-content:center;gap:clamp(14px,1.7vw,25px);list-style:none;margin:0;padding:0}.site-header .main-nav a,.site-header .header-nav a:not(.header-nav-cta){font-size:.88rem;font-weight:500;letter-spacing:-.01em;color:rgba(247,248,255,.82);transition:color .2s ease}.site-header .main-nav a:hover,.site-header .header-nav a:hover{color:var(--sd-accent,#229DD9)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex:0 0 auto}.header-action{width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative;overflow:hidden;color:#fff!important;border:1px solid color-mix(in srgb,var(--sd-glow,#e93f79) 54%,transparent)!important;background:color-mix(in srgb,var(--sd-glow,#e93f79) 16%,transparent)!important;box-shadow:0 0 0 1px rgba(255,255,255,.035) inset,0 14px 32px color-mix(in srgb,var(--sd-glow,#e93f79) 18%,transparent),0 0 28px color-mix(in srgb,var(--sd-glow,#e93f79) 12%,transparent)!important;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.header-action svg{width:20px!important;height:20px!important;display:block;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important;position:relative;z-index:1}.header-whatsapp{border-color:color-mix(in srgb,var(--sd-accent,#229DD9) 46%,transparent)!important;background:color-mix(in srgb,var(--sd-accent,#229DD9) 12%,transparent)!important;box-shadow:0 0 0 1px rgba(255,255,255,.035) inset,0 14px 32px color-mix(in srgb,var(--sd-accent,#229DD9) 12%,transparent),0 0 28px color-mix(in srgb,var(--sd-accent,#229DD9) 10%,transparent)!important}.header-whatsapp svg{width:22px!important;height:22px!important;fill:currentColor!important;stroke:none!important}.header-action:hover,.header-action:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--sd-glow,#e93f79) 76%,white 10%)!important;background:color-mix(in srgb,var(--sd-glow,#e93f79) 24%,transparent)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--sd-glow,#e93f79) 16%,transparent) inset,0 16px 38px color-mix(in srgb,var(--sd-glow,#e93f79) 25%,transparent),0 0 34px color-mix(in srgb,var(--sd-glow,#e93f79) 18%,transparent)!important}.header-whatsapp:hover,.header-whatsapp:focus-visible{border-color:color-mix(in srgb,var(--sd-accent,#229DD9) 72%,white 8%)!important;background:color-mix(in srgb,var(--sd-accent,#229DD9) 18%,transparent)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--sd-accent,#229DD9) 16%,transparent) inset,0 16px 38px color-mix(in srgb,var(--sd-accent,#229DD9) 18%,transparent),0 0 34px color-mix(in srgb,var(--sd-accent,#229DD9) 14%,transparent)!important}.mobile-nav-toggle{width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid color-mix(in srgb,var(--sd-accent,#229DD9) 42%,transparent)!important;background:color-mix(in srgb,var(--sd-accent,#229DD9) 10%,transparent)!important;color:var(--sd-accent,#229DD9)!important}.mobile-nav-toggle:hover,.mobile-nav-toggle:focus-visible{border-color:color-mix(in srgb,var(--sd-glow,#e93f79) 62%,transparent)!important;background:color-mix(in srgb,var(--sd-glow,#e93f79) 13%,transparent)!important;color:#fff!important}.site-footer{background:var(--sd-bg,#050506)!important}.site-footer .footer-title{color:var(--sd-accent,#229DD9)!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important}.footer-social{width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;color:#fff!important;border:1px solid color-mix(in srgb,var(--sd-accent,#229DD9) 42%,transparent)!important;background:color-mix(in srgb,var(--sd-accent,#229DD9) 10%,transparent)!important;box-shadow:0 0 20px color-mix(in srgb,var(--sd-accent,#229DD9) 12%,transparent)!important}.footer-social:nth-child(even){border-color:color-mix(in srgb,var(--sd-glow,#e93f79) 46%,transparent)!important;background:color-mix(in srgb,var(--sd-glow,#e93f79) 12%,transparent)!important;box-shadow:0 0 20px color-mix(in srgb,var(--sd-glow,#e93f79) 11%,transparent)!important}.footer-social svg{width:18px!important;height:18px!important;fill:currentColor!important}.footer-social:hover,.footer-social:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sd-accent,#229DD9) 76%,white 8%)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--sd-accent,#229DD9) 16%,transparent),color-mix(in srgb,var(--sd-glow,#e93f79) 18%,transparent))!important;box-shadow:0 12px 34px color-mix(in srgb,var(--sd-accent,#229DD9) 18%,transparent)!important}.footer-user-link svg{width:18px!important;height:18px!important;fill:currentColor!important}.footer-user-link{border-radius:999px!important;border-color:color-mix(in srgb,var(--sd-glow,#e93f79) 42%,transparent)!important;background:color-mix(in srgb,var(--sd-glow,#e93f79) 10%,transparent)!important}.site-footer.footer-3 .footer-3-grid{grid-template-columns:minmax(180px,.9fr) minmax(280px,1.2fr) minmax(180px,.9fr)!important;align-items:start}.site-footer.footer-3 .footer-3-brand{text-align:center}.site-footer.footer-3 .footer-3-brand .footer-logo{justify-content:center}.site-footer.footer-3 .footer-3-brand .footer-logo img.footer-logo-vertical{max-height:clamp(88px,8vw,124px)}.site-footer.footer-3 .footer-desc{margin-inline:auto}.site-footer.footer-3 .footer-3-actions{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;margin-top:22px}@media(max-width:980px){.site-header.is-sticky,.site-header.is-sticky.is-transparent{height:64px!important;min-height:64px!important;max-height:64px!important;overflow:visible!important}.site-header.header-1 .header-inner{height:64px!important;min-height:64px!important;grid-template-columns:auto 1fr auto!important}.site-header .main-nav,.site-header .header-nav{display:none!important;grid-column:1/-1;position:absolute;top:calc(100% + 10px);left:16px;right:16px;background:rgba(5,7,14,.96);border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.42)}.site-header .main-nav ul,.site-header .header-nav ul,.site-header .clean-fallback-menu{display:grid!important;gap:12px;justify-items:start}.nav-toggle-input:checked~.main-nav,.nav-toggle-input:checked~.header-nav{display:block!important}.mobile-nav-toggle{display:inline-flex!important;justify-self:end}.header-actions{grid-column:auto!important;justify-self:end}.header-action{width:40px!important;height:40px!important;min-width:40px!important}.header-action svg{width:18px!important;height:18px!important}}@media(max-width:760px){.site-footer.footer-3 .footer-3-grid{grid-template-columns:1fr!important;text-align:center}.footer-menu,.legal-menu{justify-items:center}.footer-socials{justify-content:center}}
/* v0.1.8b — keep mobile header icons perfectly circular despite button min-height rules */
@media(max-width:980px){.header-actions .header-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:999px!important}.mobile-nav-toggle{min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important}}

/* v0.1.9 — Sumur definitive header/footer system */
:root{--sd-accent:#229DD9;--sd-glow:#E93F79;--sd-magenta:#E93F79;--sd-header-height:76px;--sd-mobile-header-height:72px;--sd-panel-bg:rgba(5,7,14,.96)}
body{overflow-x:hidden}.site-header{font-family:var(--sd-body-font,Inter),system-ui,sans-serif}.site-header.is-sticky{position:fixed!important;top:0!important;left:0!important;right:auto!important;width:100vw!important;max-width:100vw!important}.site-header.is-sticky.scrolled,.site-header.is-sticky:not(.is-transparent){background:rgba(5,7,14,.88)!important;border-bottom:1px solid rgba(255,255,255,.105)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;box-shadow:0 16px 48px rgba(0,0,0,.28)!important}.site-header .header-logo img{max-width:clamp(158px,14vw,230px);max-height:54px;object-fit:contain}.site-header .main-nav a,.site-header .header-nav a:not(.header-nav-cta){font-weight:500!important;color:rgba(247,248,255,.84)!important}.site-header .main-nav a:hover,.site-header .header-nav a:hover,.site-header .main-nav .current-menu-item>a,.site-header .header-nav .current-menu-item>a{color:var(--sd-accent)!important}.header-action{background:rgba(34,157,217,.10)!important;border-color:rgba(34,157,217,.34)!important;color:#fff!important;box-shadow:0 0 22px rgba(34,157,217,.10)!important}.header-action:hover,.header-action:focus-visible{background:rgba(34,157,217,.18)!important;border-color:rgba(34,157,217,.64)!important;box-shadow:0 12px 34px rgba(34,157,217,.18)!important}.header-cta,.header-nav-cta,.btn-primary{background:linear-gradient(135deg,var(--sd-accent),color-mix(in srgb,var(--sd-accent) 82%,#fff))!important;color:#02040a!important;border-color:rgba(34,157,217,.72)!important;box-shadow:0 14px 34px rgba(34,157,217,.18)!important}.header-cta:hover,.header-nav-cta:hover,.btn-primary:hover{filter:brightness(1.04);box-shadow:0 18px 42px rgba(34,157,217,.24)!important}.site-footer .footer-title{color:var(--sd-accent)!important;font-weight:500!important}.footer-social,.footer-user-link{border-color:rgba(34,157,217,.36)!important;background:rgba(34,157,217,.08)!important;box-shadow:0 0 20px rgba(34,157,217,.10)!important}.footer-social:nth-child(even){border-color:rgba(233,63,121,.34)!important;background:rgba(233,63,121,.08)!important;box-shadow:0 0 20px rgba(233,63,121,.08)!important}.footer-social:hover,.footer-social:focus-visible,.footer-user-link:hover,.footer-user-link:focus-visible{border-color:rgba(34,157,217,.68)!important;background:linear-gradient(135deg,rgba(34,157,217,.14),rgba(233,63,121,.10))!important;box-shadow:0 12px 34px rgba(34,157,217,.16)!important}.legal-page-clean,.contact-page-clean,.thanks-page-clean{background:var(--sd-bg,#050506);color:var(--sd-text,#f7f8ff)}.legal-hero,.contact-hero,.thanks-hero{padding:clamp(132px,12vw,178px) 0 clamp(42px,5.5vw,72px);background:radial-gradient(circle at 18% 0,rgba(34,157,217,.18),transparent 36rem),radial-gradient(circle at 86% 18%,rgba(233,63,121,.12),transparent 34rem),linear-gradient(180deg,#050506 0%,#08080c 100%);border-bottom:1px solid rgba(255,255,255,.08)}.legal-content,.contact-grid{padding:clamp(48px,7vw,82px) 0}.legal-content{max-width:900px;line-height:1.8;color:#d6d8e4}.legal-content h2,.legal-content h3{color:#fff;letter-spacing:-.035em}.contact-grid{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:clamp(22px,3.5vw,42px);align-items:start}.contact-panel,.sumur-form{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.026));border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 70px rgba(0,0,0,.24);padding:clamp(22px,3vw,34px)}.contact-panel h2{margin:0 0 10px;color:#fff}.contact-list{display:grid;gap:10px;margin:22px 0}.contact-item{display:grid;gap:3px;padding:12px 13px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035)}.contact-label{font-size:.78rem;color:var(--sd-accent);font-weight:600}.contact-value{color:#fff}.contact-actions{display:flex;flex-wrap:wrap;gap:10px}.sumur-form input,.sumur-form textarea{border-radius:0!important;border-color:rgba(255,255,255,.14)!important}.sumur-form input:focus,.sumur-form textarea:focus{border-color:rgba(34,157,217,.64)!important;box-shadow:0 0 0 1px rgba(34,157,217,.18),0 0 24px rgba(34,157,217,.10)!important}.sumur-form-ok{border-color:rgba(34,157,217,.35)!important;background:rgba(34,157,217,.08)!important;color:#c9efff!important}.sumur-form-error{border-color:rgba(233,63,121,.38)!important;background:rgba(233,63,121,.08)!important;color:#ffd3df!important}
@media(max-width:980px){:root{--sd-header-height:72px}.site-header,.site-header.is-transparent{background:rgba(5,7,14,.74)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.site-header .header-inner,.site-header.header-1 .header-inner,.site-header.header-2 .header-inner,.site-header.header-3 .header-inner,.site-header.header-5 .header-inner{width:100%!important;max-width:100%!important;height:72px!important;min-height:72px!important;margin:0!important;padding:0 .7rem!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto 44px!important;grid-template-rows:72px!important;grid-template-areas:"logo actions toggle"!important;align-items:center!important;gap:.55rem!important;overflow:visible!important}.site-header .header-logo{grid-area:logo!important;grid-column:1!important;grid-row:1!important;min-width:0!important;justify-self:start!important}.site-header .header-logo img{width:clamp(132px,39vw,176px)!important;max-height:42px!important}.site-header .header-actions{grid-area:actions!important;grid-column:2!important;grid-row:1!important;display:flex!important;align-self:center!important;justify-self:end!important;gap:.38rem!important;min-width:0!important}.site-header .header-actions .header-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;border-radius:999px!important}.site-header .header-actions .header-email,.site-header .header-actions .header-cta{display:none!important}.site-header .mobile-nav-toggle,.site-header .header-inner>.mobile-nav-toggle,.site-header .nav-toggle-input:checked~.mobile-nav-toggle{grid-area:toggle!important;grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:0!important;border:1px solid rgba(34,157,217,.42)!important;background:rgba(34,157,217,.08)!important;color:#fff!important}.site-header .mobile-nav-toggle b{display:none!important}.site-header .mobile-nav-toggle span{display:block!important;width:18px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;margin:2px 0!important}.nav-toggle-input:checked~.mobile-nav-toggle,.site-header.menu-open .mobile-nav-toggle{color:var(--sd-accent)!important;border-color:rgba(34,157,217,.78)!important;background:rgba(34,157,217,.11)!important}.nav-toggle-input:checked~.mobile-nav-toggle span,.site-header.menu-open .mobile-nav-toggle span{opacity:0!important;position:absolute!important}.nav-toggle-input:checked~.mobile-nav-toggle::before,.nav-toggle-input:checked~.mobile-nav-toggle::after,.site-header.menu-open .mobile-nav-toggle::before,.site-header.menu-open .mobile-nav-toggle::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:18px!important;height:2px!important;background:var(--sd-accent)!important;border-radius:999px!important;transform-origin:center!important;display:block!important;opacity:1!important;margin:0!important}.nav-toggle-input:checked~.mobile-nav-toggle::before,.site-header.menu-open .mobile-nav-toggle::before{transform:translate(-50%,-50%) rotate(45deg)!important}.nav-toggle-input:checked~.mobile-nav-toggle::after,.site-header.menu-open .mobile-nav-toggle::after{transform:translate(-50%,-50%) rotate(-45deg)!important}.site-header .header-nav,.site-header .main-nav{position:fixed!important;top:88px!important;left:20px!important;right:20px!important;width:auto!important;max-width:none!important;margin:0!important;padding:1.35rem 1.2rem 1.15rem!important;border-radius:0!important;box-sizing:border-box!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:.15rem!important;background:var(--sd-panel-bg)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.42)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;z-index:10001!important}.nav-toggle-input:checked~.header-nav,.nav-toggle-input:checked~.main-nav,.site-header.menu-open .header-nav,.site-header.menu-open .main-nav{display:flex!important}.site-header .header-nav ul,.site-header .main-nav ul,.site-header .clean-fallback-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important}.site-header .header-nav li,.site-header .main-nav li{width:100%!important}.site-header .header-nav a,.site-header .main-nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:.86rem 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;font-size:1rem!important}.site-header .header-nav-cta{display:inline-flex!important;justify-content:center!important;margin-top:1rem!important;padding:.9rem 1rem!important}.contact-grid{grid-template-columns:1fr}.legal-hero,.contact-hero,.thanks-hero{padding-top:clamp(116px,18vw,138px)}}
@media(max-width:370px){.site-header .header-inner,.site-header.header-1 .header-inner,.site-header.header-2 .header-inner,.site-header.header-3 .header-inner,.site-header.header-5 .header-inner{height:68px!important;min-height:68px!important;grid-template-rows:68px!important;padding:0 .55rem!important}.site-header .header-logo img{width:126px!important}.site-header .header-actions .header-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.site-header .mobile-nav-toggle,.site-header .header-inner>.mobile-nav-toggle{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.site-header .header-nav,.site-header .main-nav{top:78px!important;left:10px!important;right:10px!important;padding:1rem!important}}

/* v0.1.10 — Legal pages dynamic content/table polish */
.legal-content ul{margin:1rem 0 1.45rem;padding-left:1.25rem;color:#d6d8e4}.legal-content li{margin:.38rem 0}.legal-content a{color:var(--sd-accent,#229DD9);border-bottom:1px solid rgba(34,157,217,.28)}.legal-content a:hover{color:#fff;border-color:#fff}.sumur-cookie-table-wrap{width:100%;overflow-x:auto;margin:1.2rem 0 1.8rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035)}.sumur-cookie-table{width:100%;min-width:720px;border-collapse:collapse;color:#d6d8e4;font-size:.92rem}.sumur-cookie-table th,.sumur-cookie-table td{padding:13px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.sumur-cookie-table th{color:#fff;background:rgba(34,157,217,.12);font-weight:600}.sumur-cookie-table tr:last-child td{border-bottom:0}.sumur-cookie-settings{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:12px 18px!important;background:linear-gradient(135deg,var(--sd-accent,#229DD9),color-mix(in srgb,var(--sd-accent,#229DD9) 82%,#fff))!important;color:#02040a!important;border:1px solid rgba(34,157,217,.72)!important;font-weight:650!important;text-decoration:none!important;cursor:pointer}.sumur-cookie-settings:hover{filter:brightness(1.05)}
