:root{--color-green:#38b000;--color-orange:#d35400;--color-celeste:#00b4d8;--color-dark-green:#14352a;--color-purple:#5c3a7a;--color-light-green:#689f38;--color-primary:var(--color-green);--color-secondary:var(--color-orange);--color-accent:var(--color-celeste);--color-bg:#F8F9FA;--color-surface:#FFFFFF;--color-text-main:#212529;--color-text-muted:#6C757D;--color-border:#E9ECEF;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 4px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 12px 24px rgba(0,0,0,0.12);--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-main);font-family:var(--font-geist-sans),sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:var(--transition)}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background-color:var(--color-orange);color:white;padding:12px 24px;border-radius:var(--radius-md);font-weight:600;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{background-color:#e67800;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{border:2px solid var(--color-green);color:var(--color-green);padding:10px 24px;border-radius:var(--radius-md);font-weight:600;transition:var(--transition)}.btn-outline:hover{background-color:var(--color-green);color:white}.section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-green)}.category-banner{width:100%;height:auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:40px;position:relative}.category-nav{display:flex;overflow-x:auto;gap:12px;padding:20px 0;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-tag{background-color:white;border:1px solid var(--color-border);padding:8px 16px;border-radius:50px;font-weight:500;white-space:nowrap}.category-tag.active{background-color:var(--color-green);color:white;border-color:var(--color-green)}.home-card{transition:var(--transition)}.home-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.site-header{background-color:var(--color-surface);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header-container{justify-content:space-between;height:70px}.header-container,.logo-link{display:flex;align-items:center}.logo-link{font-size:1.8rem;font-weight:900;gap:2px}.main-nav{display:flex;gap:24px;font-weight:600}.nav-link{color:var(--color-text-main);transition:.2s;text-align:center}.nav-link.active,.nav-link:hover{color:var(--color-orange)}.nav-link.active{font-weight:800}@media (max-width:768px){.site-header{padding-top:12px;padding-bottom:12px}.header-container{flex-direction:column;height:auto;gap:12px}.logo-link{font-size:1.6rem;justify-content:center}.main-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;font-size:.85rem}.nav-link{background-color:#f4f4f4;padding:8px 4px;border-radius:8px}.nav-link.active{background-color:var(--color-green);color:white}}.commerce-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.responsive-banner{background-color:#111;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:40px;box-shadow:var(--shadow-lg)}.banner-header{padding:20px 24px;background-color:#222;text-align:center}.banner-title{font-size:2rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.banner-subtitle{color:white;font-size:1.1rem;font-weight:600;letter-spacing:2px}.banner-categories{display:flex;height:200px}.banner-item{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:white;transition:var(--transition);position:relative;overflow:hidden;background-size:cover;background-position:50%}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.2));z-index:1;transition:var(--transition)}.banner-item:hover{flex:1.5 1}.banner-item:hover .banner-overlay{background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.1))}.banner-text{font-weight:900;font-size:1.2rem;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.8);z-index:2;letter-spacing:1px;margin-top:auto;margin-bottom:20px}@media (max-width:768px){.banner-title{font-size:1.5rem}.banner-subtitle{font-size:.9rem}.banner-categories{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(3,130px)!important;height:auto!important}.banner-item{padding:12px}.banner-text{font-size:1rem;margin-bottom:12px}}.ad-banner-container{width:100%;max-width:600px;height:200px;margin:32px auto 16px;position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);background-color:var(--color-bg)}.ad-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:20px}.ad-slide-1{background-size:cover;background-position:50%;animation:adFade1 12s cubic-bezier(.4,0,.2,1) infinite}.ad-slide-2{background-color:white;border:4px solid var(--color-green);animation:adFade2 12s cubic-bezier(.4,0,.2,1) infinite}.ad-slide-3{background-color:var(--color-orange);animation:adFade3 12s cubic-bezier(.4,0,.2,1) infinite}@keyframes adFade1{0%,25%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}33%,92%{opacity:0;transform:scale(1.1) translateY(-20px);filter:blur(4px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@keyframes adFade2{0%,25%{opacity:0;transform:scale(.9) translateY(20px);filter:blur(4px)}33%,58%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}66%,to{opacity:0;transform:scale(1.1) translateY(-20px);filter:blur(4px)}}@keyframes adFade3{0%,58%{opacity:0;transform:scale(.9) translateY(20px);filter:blur(4px)}66%,92%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}to{opacity:0;transform:scale(1.1) translateY(-20px);filter:blur(4px)}}@keyframes dogWave{0%,to{transform:rotate(0deg)}50%{transform:rotate(-20deg)}}@keyframes morphPaw{0%,40%{opacity:1;transform:scale(1)}45%,95%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes morphScissors{0%,40%{opacity:0;transform:scale(.8)}45%,90%{opacity:1;transform:scale(1)}95%,to{opacity:0;transform:scale(.8)}}@keyframes pelu-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.02)}}@keyframes phone-pulse{0%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.1);filter:brightness(1.3)}to{transform:scale(1);filter:brightness(1)}}.pelu-banner-img{animation:pelu-float 4s ease-in-out infinite}.phone-highlight{display:inline-block;animation:phone-pulse 2s ease-in-out infinite}.waving-paw{transform-origin:bottom center;animation:dogWave 1s ease-in-out infinite}.morph-paw{animation:morphPaw 6s infinite}.morph-scissors{animation:morphScissors 6s infinite}@keyframes colorSwapGreenOrange{0%{color:var(--color-green)}50%{color:var(--color-orange)}to{color:var(--color-green)}}@keyframes colorSwapOrangeGreen{0%{color:var(--color-orange)}50%{color:var(--color-green)}to{color:var(--color-orange)}}.swap-green{animation:colorSwapGreenOrange 2s ease-in-out infinite alternate}.swap-orange{animation:colorSwapOrangeGreen 2s ease-in-out infinite alternate}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_c29908{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_c29908{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald Fallback;src:local("Arial");ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.00%;size-adjust:81.43%}.__className_b68c9b{font-family:Oswald,Oswald Fallback;font-style:normal}.__variable_b68c9b{--font-oswald:"Oswald","Oswald Fallback"}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Caveat Fallback;src:local("Arial");ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.00%;size-adjust:76.94%}.__className_34a9ff{font-family:Caveat,Caveat Fallback;font-style:normal}.__variable_34a9ff{--font-caveat:"Caveat","Caveat Fallback"}