*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
:root{--purple:#3f2b63;--purple2:#5c3d87;--orange:#f2a02b;--cream:#fff8ef;--green:#25d366;--text:#292532;--muted:#74717b;--white:#fff}
body{font-family:"Nunito",sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 3px 20px rgba(45,31,65,.08)}
.nav{min-height:78px;display:flex;align-items:center;gap:25px}
.brand{display:flex;align-items:center;gap:9px;font-size:24px;font-weight:900;color:var(--purple);white-space:nowrap}
.brand b{color:var(--orange)}
.brand-paw{font-size:28px}
nav{display:flex;gap:22px;margin-left:auto}
nav a{font-size:14px;font-weight:800;color:#4a4650}
nav a:hover{color:var(--orange)}
.nav-whatsapp{background:var(--green);color:#fff;border-radius:30px;padding:11px 18px;font-weight:900}
.menu-btn{display:none;border:0;background:none;font-size:25px;color:var(--purple)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#3f2b63 0%,#604487 100%);color:#fff;padding:74px 0}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:55px;align-items:center;position:relative;z-index:1}
.hero-bg{position:absolute;inset:0;opacity:.12;background:radial-gradient(circle at 90% 20%,#fff 0 3px,transparent 4px),radial-gradient(circle at 20% 70%,#fff 0 2px,transparent 3px);background-size:100px 100px}
.eyebrow,.section-head>span,.section-kicker,.promo-label{display:inline-block;color:var(--orange);font-weight:900;letter-spacing:.7px;font-size:13px}
.eyebrow{background:#fff;color:var(--purple);border-radius:30px;padding:8px 14px;margin-bottom:18px}
.hero h1{font-size:58px;line-height:1.05;max-width:650px;margin-bottom:20px}
.hero h1 span{color:#ffc04f}
.hero-copy>p{font-size:19px;max-width:610px;color:#f0eaf7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:30px;font-weight:900;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff}
.btn-light{background:#fff;color:var(--purple)}
.hero-info{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;color:#eee}
.hero-info i{color:#ffc04f;margin-right:6px}
.hero-gallery{display:grid;grid-template-columns:1.35fr .65fr;gap:14px}
.gallery-main,.gallery-small img{border-radius:24px;overflow:hidden}
.gallery-main{position:relative;min-height:450px}
.gallery-main img{height:100%;object-fit:cover}
.gallery-badge{position:absolute;left:18px;bottom:18px;background:#fff;color:var(--purple);padding:9px 14px;border-radius:20px;font-weight:900}
.gallery-small{display:grid;gap:14px}
.gallery-small img{height:218px;object-fit:cover}
.quick-services{background:var(--cream);padding:20px 0}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.quick-grid a{background:#fff;border-radius:16px;padding:17px;display:grid;grid-template-columns:42px 1fr;align-items:center;box-shadow:0 6px 20px rgba(70,48,95,.06)}
.quick-grid i{grid-row:span 2;font-size:23px;color:var(--orange)}
.quick-grid span{font-weight:900}
.quick-grid small{color:var(--muted)}
.section{padding:90px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 45px}
.section-head h2{font-size:40px;line-height:1.15;margin:8px 0 12px}
.section-head h2 strong{color:var(--purple)}
.section-head p{color:var(--muted)}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{background:#fff;border:1px solid #eee7f2;border-radius:22px;padding:28px;box-shadow:0 12px 30px rgba(65,41,91,.07);transition:.25s}
.service-card:hover{transform:translateY(-7px)}
.service-icon{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:25px;margin-bottom:20px}
.orange{background:var(--orange)}.purple{background:var(--purple2)}.green{background:#3b9b70}.blue{background:#4c83aa}
.service-card h3{font-size:20px;margin-bottom:8px}
.service-card p{color:var(--muted);font-size:14px;margin-bottom:20px}
.service-card a{font-weight:900;color:var(--purple)}
.promo{background:var(--purple);color:#fff;padding:70px 0}
.promo-grid{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}
.promo h2{font-size:50px;line-height:1.1;margin:7px 0}
.promo p{color:#eee}
.price{margin:17px 0}.price small{display:block}.price strong{display:block;color:#ffc04f;font-size:64px;line-height:1}
.promo-photo{border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.promo-photo img{height:330px;object-fit:cover}
.products-section{background:var(--cream)}
.product-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.filter{border:1px solid #ddd1e7;background:#fff;color:var(--purple);border-radius:25px;padding:9px 17px;font:inherit;font-weight:800;cursor:pointer}
.filter.active,.filter:hover{background:var(--purple);color:#fff}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(65,41,91,.08)}
.product-image{height:285px;background:#f5f0f7;overflow:hidden}
.product-image img{height:100%;object-fit:cover}
.product-shelf img{object-position:center 42%}
.product-body{padding:22px}
.product-tag{font-size:12px;font-weight:900;color:var(--orange);text-transform:uppercase}
.product-body h3{font-size:21px;margin:5px 0}
.product-body p{color:var(--muted);font-size:14px;min-height:45px}
.product-body a{display:flex;align-items:center;justify-content:space-between;margin-top:16px;color:var(--purple);font-weight:900}
.about{padding:90px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-photo{position:relative;border-radius:28px;overflow:hidden}
.about-photo img{height:500px;object-fit:cover}
.about-stamp{position:absolute;right:18px;bottom:18px;background:#fff;color:var(--purple);width:100px;height:100px;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:25px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.15)}
.about-stamp small{font-size:10px}
.about h2{font-size:42px;line-height:1.12;margin:10px 0 20px}
.about h2 strong{color:var(--orange)}
.about p{color:var(--muted);margin-bottom:12px}
.about ul{list-style:none;margin:22px 0}
.about li{font-weight:800;margin:9px 0}.about li i{color:#35a56e;margin-right:8px}
.contact{padding:90px 0;background:#fff}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-card{text-align:center;background:var(--cream);padding:30px;border-radius:22px}
.contact-card>i{font-size:35px;color:var(--orange);margin-bottom:10px}
.contact-card h3{font-size:20px}.contact-card p{color:var(--muted);margin:7px 0 15px}.contact-card a{font-weight:900;color:var(--purple)}
.contact-note{margin-top:25px;background:#f4eff8;border:1px dashed #cbb9db;border-radius:16px;padding:17px;color:#51475c;text-align:center}
footer{background:#241936;color:#fff;padding-top:55px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;padding-bottom:45px}
.footer-brand{color:#fff;margin-bottom:10px}.footer-grid h3{margin-bottom:14px}.footer-grid p,.footer-grid a{color:#c8c1d1;margin:7px 0;display:block}.socials{display:flex;gap:10px}.socials a{width:40px;height:40px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:18px;color:#a9a1b5;font-size:13px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:31px;z-index:999;box-shadow:0 8px 25px rgba(0,0,0,.25)}
@media(max-width:1050px){nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:22px;flex-direction:column;box-shadow:0 10px 20px rgba(0,0,0,.08)}nav.active{display:flex}.menu-btn{display:block;margin-left:auto}.nav-whatsapp{display:none}.hero-grid{grid-template-columns:1fr}.hero-gallery{max-width:750px}.services{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hero{padding:55px 0}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-gallery{grid-template-columns:1fr}.gallery-small{grid-template-columns:1fr 1fr}.gallery-small img{height:170px}.gallery-main{min-height:320px}.quick-grid,.services,.products,.contact-grid,.about-grid,.promo-grid,.footer-grid{grid-template-columns:1fr}.section{padding:65px 0}.section-head h2,.about h2{font-size:32px}.promo-grid{gap:30px}.promo h2{font-size:40px}.promo-photo img{height:300px}.product-image{height:310px}.about-photo img{height:360px}}
