:root{--bg:#faf7f8;--card:#fff;--text:#2b2428;--muted:#766b70;--line:#eadfe3;--accent:#b84f72;--accent2:#8d3453;--shadow:0 10px 30px rgba(61,33,45,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}a{color:inherit}.center{min-height:100vh;display:grid;place-items:center;padding:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.narrow{width:min(440px,100%)}h1,h2{margin:0 0 10px}h1{font-size:30px}h2{font-size:20px}.muted,.small{color:var(--muted)}label{display:block;font-size:13px;font-weight:650;margin:12px 0}input,textarea,select{display:block;width:100%;margin-top:6px;padding:12px 13px;border:1px solid #ddd1d7;border-radius:10px;background:#fff;font:inherit;color:inherit}textarea{min-height:80px;resize:vertical}.btn{border:0;border-radius:10px;background:var(--accent);color:#fff;padding:12px 16px;font-weight:750;cursor:pointer}.btn:hover{background:var(--accent2)}.full{width:100%;margin-top:10px}.error,.success{padding:12px;border-radius:10px;margin:12px 0;background:#fff0f3}.success{background:#eef9f0;color:#276236}.top{height:64px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1180px)/2));position:sticky;top:0;z-index:5}.top nav{display:flex;gap:20px;font-size:14px}.wrap{width:min(1180px,calc(100% - 32px));margin:28px auto 60px}.hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.hero p{margin:0;color:var(--muted)}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:1fr 1fr}.inline{display:flex;gap:10px}.inline input{margin:0}.mt{margin-top:24px}.section-head{display:flex;align-items:center;justify-content:space-between}.product-list{display:grid;gap:10px}.admin-product{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:10px}.thumb{width:54px;height:54px;border-radius:9px;overflow:hidden;background:#f5eef1;display:grid;place-items:center}.thumb img{width:100%;height:100%;object-fit:cover}.admin-product>div:nth-child(2){flex:1}.danger-link{font-size:13px;color:#a3354f}.empty{text-align:center;padding:30px;color:var(--muted);border:1px dashed var(--line);border-radius:12px}.public{background:#fbf8f8}.store-header{padding:22px max(18px,calc((100% - 1100px)/2));background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.store-brand{display:flex;gap:13px;align-items:center}.logo{width:50px;height:50px;border-radius:15px;background:#f8e4eb;display:grid;place-items:center;font-size:25px}.store-brand h1{font-size:23px;margin:0}.store-brand p{margin:3px 0 0;color:var(--muted);font-size:13px}.store-actions{display:flex;gap:8px;align-items:center}.store-actions a{padding:9px 12px;border:1px solid var(--line);border-radius:9px;text-decoration:none;font-size:13px}.store-actions .wa,.enquire{background:#268a54;color:#fff;border-color:#268a54}.catalog-wrap{width:min(1100px,calc(100% - 28px));margin:22px auto 60px}.category-scroll{display:flex;gap:8px;overflow:auto;padding-bottom:15px}.filter{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;cursor:pointer}.filter.active{background:var(--text);color:#fff;border-color:var(--text)}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 5px 18px rgba(50,25,35,.05)}.product-image{aspect-ratio:4/5;background:#f4edf0;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder{height:100%;display:grid;place-items:center;font-size:50px}.product-info{padding:14px}.category{font-size:11px;color:var(--accent);font-weight:750;text-transform:uppercase;letter-spacing:.06em}.product-info h2{font-size:16px;margin:4px 0}.product-info p{font-size:12px;color:var(--muted);line-height:1.4;min-height:32px}.price{font-size:18px;font-weight:800;margin:9px 0}.price del{font-size:12px;color:#9c9196;font-weight:500;margin-left:6px}.meta{font-size:11px;color:var(--muted);margin-top:3px}.enquire{display:block;text-align:center;text-decoration:none;border-radius:9px;padding:10px;margin-top:12px;font-size:12px;font-weight:750}.theme-dark{--bg:#171315;--card:#211b1e;--text:#f8eef1;--muted:#c4b5bb;--line:#3a2d32}.theme-dark .store-header,.theme-dark .filter{background:#211b1e}.theme-dark .product-card{background:#211b1e}footer{text-align:center;padding:25px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}@media(max-width:900px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.grid.two{grid-template-columns:1fr}.hero,.store-header{align-items:flex-start;flex-direction:column}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:12px}.store-actions{width:100%}.store-actions a{flex:1;text-align:center}.wrap{width:min(100% - 20px,1180px)}.card{padding:18px}}@media(max-width:420px){.catalog-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1/1}.top nav{gap:10px}.top{padding:0 12px}}

/* Catalogo professional landing page */
.landing{--landing-ink:#171521;--landing-muted:#625c67;--landing-pink:#bf3f67;--landing-pink-soft:#faedf2;--landing-line:#eadfe4;background:#fff;color:var(--landing-ink)}
.landing a{text-decoration:none}.landing-container{width:min(1240px,calc(100% - 56px));margin:0 auto}.landing-header{height:76px;border-bottom:1px solid #eee7ea;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:11px;color:var(--landing-ink)}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--landing-pink-soft);display:grid;place-items:center;font-size:22px}.brand strong{display:block;font-size:20px;letter-spacing:-.02em}.brand small{display:block;margin-top:1px;color:#8a8087;font-size:9px;letter-spacing:.22em}.landing-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#4c4650}.landing-nav a{position:relative;padding:28px 0}.landing-nav a:hover,.landing-nav a.active{color:var(--landing-ink)}.landing-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:var(--landing-pink)}
.landing-hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0%,#fffafa 48%,#fbf0f3 100%);border-bottom:1px solid #f1e8eb}.hero-grid{min-height:610px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:20px}.hero-copy{padding:66px 0 72px;position:relative;z-index:3}.eyebrow,.section-kicker{font-size:12px;letter-spacing:.28em;font-weight:800;color:#8b8089}.hero-copy h1{font-size:clamp(48px,5.3vw,76px);line-height:.98;letter-spacing:-.055em;margin:22px 0 24px}.hero-copy h1 span{color:var(--landing-pink)}.hero-lead{max-width:650px;font-size:19px;line-height:1.55;color:var(--landing-muted);margin:0}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:46px;max-width:760px}.benefit{display:flex;flex-direction:column;align-items:flex-start}.benefit-icon{width:54px;height:54px;border-radius:50%;background:#fff1f5;border:1px solid #f4dfe6;color:var(--landing-pink);display:grid;place-items:center;font-size:28px;margin-bottom:13px}.benefit strong{font-size:14px;line-height:1.2}.benefit span{font-size:12px;line-height:1.45;color:var(--landing-muted);margin-top:7px}
.hero-visual{height:610px;position:relative;display:flex;align-items:center;justify-content:center}.hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#f9dfe7 0%,#fceef2 48%,rgba(252,238,242,0) 72%);right:-20px;top:8px}.phone{position:relative;z-index:5;width:300px;height:548px;border:8px solid #242128;border-radius:43px;background:#fff;box-shadow:0 24px 55px rgba(56,29,40,.24),0 4px 12px rgba(56,29,40,.12);transform:translateX(-15px) rotate(-1deg)}.phone-notch{position:absolute;z-index:8;width:112px;height:25px;border-radius:0 0 16px 16px;background:#242128;left:50%;top:-7px;transform:translateX(-50%)}.phone-screen{height:100%;border-radius:34px;overflow:hidden;background:#fff;padding:34px 12px 12px}.phone-head{display:flex;align-items:center;gap:10px;padding:0 6px 14px}.phone-head div{flex:1}.phone-head b{display:block;font-size:16px}.phone-head small{display:block;color:#77707a;font-size:8px;margin-top:3px}.phone-head>span{font-size:17px}.phone-tabs{display:flex;gap:9px;overflow:hidden;font-size:8px;color:#665e68;padding:0 2px 12px}.phone-tabs b{background:#bf3f67;color:#fff;border-radius:999px;padding:6px 10px}.phone-tabs span{padding:6px 0;white-space:nowrap}.phone-products{display:grid;grid-template-columns:1fr 1fr;gap:9px}.phone-products article{font-size:8px;color:#2c2730}.phone-products article>b{display:block;margin:6px 3px 1px}.phone-products article>small{display:block;color:#6d6670;margin:0 3px}.mock-photo{height:166px;border-radius:10px;display:grid;place-items:end center;overflow:hidden;position:relative;background:linear-gradient(145deg,#f1dedf,#e8c5cb)}.mock-photo i{font-style:normal;color:rgba(255,255,255,.9);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;text-shadow:0 1px 5px rgba(0,0,0,.25)}.mock-one{background:linear-gradient(135deg,#b9d0d5,#f0d4d1 55%,#d8b3b8)}.mock-two{background:linear-gradient(135deg,#a8b8ae,#e9d7c7 55%,#c9aaa3)}.mock-three{background:linear-gradient(135deg,#e8b86c,#d9a0a8 58%,#b990a3)}.mock-four{background:linear-gradient(135deg,#c8b9d7,#e6cbd4 55%,#a99fbf)}.phone-footer{margin:12px auto 0;background:#f4dde5;border-radius:10px;text-align:center;padding:9px;font-size:9px;font-weight:800;width:82%}.fashion-note{position:absolute;z-index:2;right:2px;top:92px;font-family:cursive;color:#bf7187;font-size:25px;line-height:1.05;transform:rotate(-8deg);text-align:center}.fashion-note span{font-size:22px}.rack{position:absolute;z-index:1;right:-25px;bottom:78px;width:220px;height:245px;border:6px solid #c99569;border-bottom:0;border-radius:110px 110px 0 0;opacity:.75}.rack:before{content:"";position:absolute;left:16px;right:16px;top:50px;height:3px;background:#c99569}.rack span{position:absolute;top:50px;width:34px;height:130px;border-left:2px solid #c99569;border-right:2px solid #c99569;border-radius:0 0 18px 18px}.rack span:nth-child(1){left:25px}.rack span:nth-child(2){left:70px}.rack span:nth-child(3){left:115px}.rack span:nth-child(4){left:160px}.shopping-bag{position:absolute;right:34px;bottom:30px;z-index:3;width:105px;height:125px;background:#f7e4d9;border:1px solid #ead3c6;box-shadow:0 12px 25px rgba(65,38,30,.1);display:grid;place-items:center;text-align:center;font-size:10px;letter-spacing:.17em;line-height:1.7;color:#8e6b60}.shopping-bag:before{content:"";position:absolute;width:42px;height:24px;border:2px solid #b38a78;border-bottom:0;border-radius:30px 30px 0 0;top:-19px;left:30px}
.steps-section{padding:76px 0 80px;background:#fdf7f9;border-bottom:1px solid #f1e6ea;text-align:center}.steps-section h2,.features-section h2{font-size:42px;letter-spacing:-.04em;margin:12px 0 10px}.section-intro{max-width:650px;margin:0 auto;color:var(--landing-muted);line-height:1.6}.steps-grid{display:grid;grid-template-columns:1fr 60px 1fr 60px 1fr 60px 1fr;align-items:center;margin-top:50px}.step{padding:0 12px}.step-icon{width:60px;height:60px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#fae5ec;border:1px solid #f2d5df;color:var(--landing-pink);font-size:25px}.step>span{font-size:10px;letter-spacing:.18em;color:#b07c8d;font-weight:800}.step h3{font-size:17px;margin:7px 0}.step p{font-size:13px;color:var(--landing-muted);line-height:1.5;margin:0}.step-arrow{font-size:30px;color:#d28aa0}
.features-section{padding:90px 0 100px;text-align:center;background:#fff}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;text-align:left}.feature-cards article{padding:28px;border:1px solid var(--landing-line);border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.feature-cards article:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(65,31,44,.08)}.feature-icon{width:46px;height:46px;border-radius:12px;background:var(--landing-pink-soft);display:grid;place-items:center;color:var(--landing-pink);font-size:22px}.feature-cards h3{font-size:18px;margin:18px 0 7px}.feature-cards p{font-size:13px;color:var(--landing-muted);line-height:1.6;margin:0}
.why-section{padding:86px 0;background:#171521;color:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.why-section .section-kicker{color:#c99aab}.why-section h2{font-size:48px;line-height:1.05;letter-spacing:-.04em;margin:14px 0}.why-points{display:grid;gap:0}.why-points>div{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.12)}.why-points>div:last-child{border-bottom:0}.why-points strong{font-size:18px}.why-points p{margin:7px 0 0;color:#bfb7c0;font-size:14px;line-height:1.6}
.landing-footer{background:#fff}.footer-inner{padding:34px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-inner>div:first-child strong{display:block;font-size:18px}.footer-inner>div:first-child span{display:block;font-size:12px;color:var(--landing-muted);margin-top:5px}.footer-inner>div:last-child{display:flex;gap:22px;font-size:13px}.footer-inner a:hover{color:var(--landing-pink)}.footer-bottom{border-top:1px solid var(--landing-line);padding:18px 0 25px;color:#8a8087;font-size:11px;text-align:center}
@media(max-width:1050px){.landing-nav{gap:18px}.landing-nav a{font-size:13px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:20px}.hero-visual{height:540px}.benefit-row{max-width:none}.fashion-note{right:10%}.shopping-bag{right:10%}.rack{right:2%}.phone{transform:scale(.9) rotate(-1deg)}}
@media(max-width:760px){.landing-container{width:min(100% - 30px,1240px)}.landing-header{height:auto}.nav-inner{padding:12px 0}.landing-nav{display:none}.hero-grid{min-height:auto}.hero-copy{padding:52px 0 18px}.hero-copy h1{font-size:48px}.hero-lead{font-size:17px}.benefit-row{grid-template-columns:1fr 1fr;gap:25px 15px;margin-top:36px}.hero-visual{height:500px}.hero-glow{width:500px;height:500px;right:-120px}.phone{width:275px;height:500px}.mock-photo{height:150px}.fashion-note{right:0;top:55px;font-size:20px}.rack{right:-70px;bottom:50px;transform:scale(.75)}.shopping-bag{right:-20px;bottom:12px;transform:scale(.8)}.steps-section,.features-section,.why-section{padding:62px 0}.steps-section h2,.features-section h2{font-size:35px}.steps-grid{grid-template-columns:1fr;gap:24px;margin-top:38px}.step-arrow{display:none}.feature-cards{grid-template-columns:1fr;gap:13px;margin-top:35px}.why-grid{grid-template-columns:1fr;gap:35px}.why-section h2{font-size:39px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-inner>div:last-child{gap:18px}}
@media(max-width:420px){.hero-copy h1{font-size:42px}.benefit strong{font-size:13px}.benefit span{font-size:11px}.hero-visual{height:455px}.phone{transform:scale(.8) rotate(-1deg);transform-origin:center}.fashion-note{font-size:17px;right:-8px}.rack{right:-100px}.shopping-bag{right:-40px}}
