:root{
  --ink:#2f2f31;
  --muted:#676770;
  --paper:#ffffff;
  --soft:#f7f7f8;
  --line:#e7e7ea;
  --pink:#d92c79;
  --orange:#f27a2e;
  --yellow:#f3c431;
  --green:#6dbd45;
  --blue:#169bd5;
  --purple:#7852b8;
  --shadow:0 22px 60px rgba(25,25,30,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:1000;background:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{left:8px}
.rainbow-line{height:5px;background:linear-gradient(90deg,#eb3c36 0 15%,#f27a2e 15% 29%,#f5d33b 29% 43%,#6ec64c 43% 57%,#13a9c8 57% 72%,#2265bc 72% 86%,#9650b9 86%)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:188px;height:66px;object-fit:contain;object-position:left center}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.nav-links a:not(.nav-cta):hover{color:var(--pink)}
.nav-cta{background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.15)}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:#222;margin:5px}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fbfbfc 100%);padding:74px 0 100px}.hero:before{content:"";position:absolute;right:-190px;top:-260px;width:700px;height:700px;border-radius:50%;background:conic-gradient(from 20deg,rgba(235,60,54,.18),rgba(242,122,46,.18),rgba(245,211,59,.18),rgba(110,198,76,.18),rgba(19,169,200,.18),rgba(34,101,188,.18),rgba(150,80,185,.18),rgba(235,60,54,.18));filter:blur(5px)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--pink)}
h1{font-size:clamp(44px,6vw,74px);line-height:.98;letter-spacing:-.055em;margin:16px 0 24px;max-width:760px}h1 span{background:linear-gradient(90deg,#e74b35,#ef9a25,#5cbf54,#149fc6,#7454b7);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:20px;color:var(--muted);max-width:610px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;transition:.2s ease}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-secondary:hover{border-color:#bdbdc4}.btn.compact{padding:11px 18px;font-size:14px}.btn-white{background:#fff;color:var(--ink)}
.hero-points{display:flex;gap:30px;margin-top:38px}.hero-points div{display:flex;flex-direction:column}.hero-points strong{font-size:20px}.hero-points span{font-size:12px;color:var(--muted)}
.hero-collage{position:relative;height:540px}.photo{position:absolute;margin:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:7px solid #fff}.photo img{width:100%;height:100%;object-fit:cover}.photo-main{inset:34px 75px 42px 18px;transform:rotate(-2deg)}.photo-top{width:205px;height:245px;right:0;top:0;transform:rotate(5deg)}.photo-bottom{width:220px;height:270px;right:3px;bottom:0;transform:rotate(3deg)}.badge{position:absolute;left:-18px;bottom:0;background:#fff;border:1px solid var(--line);box-shadow:0 15px 35px rgba(0,0,0,.12);padding:14px 18px;border-radius:16px;font-size:12px;transform:rotate(-3deg)}
.hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:40px;background:var(--paper);clip-path:polygon(0 45%,13% 70%,29% 38%,44% 70%,59% 46%,74% 68%,87% 40%,100% 60%,100% 100%,0 100%)}
.section{padding:104px 0}.section-heading{max-width:720px;margin-bottom:44px}.section-heading h2,.showcase-copy h2,.contact-copy h2,.cta-box h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 16px}.section-heading p,.showcase-copy>p,.contact-copy>p{color:var(--muted);font-size:18px}.centered{text-align:center;margin-left:auto;margin-right:auto}.heading-row{max-width:none;display:flex;justify-content:space-between;gap:30px;align-items:end}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{height:315px;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{position:relative;padding:26px}.product-number{position:absolute;right:24px;top:25px;font-size:12px;font-weight:800;color:#aaa}.product-body h3{font-size:25px;margin:0 0 8px}.product-body p{color:var(--muted);min-height:72px}.product-body a{font-weight:800;font-size:14px}.featured-card{transform:translateY(-14px)}.featured-card:hover{transform:translateY(-20px)}
.showcase{background:var(--soft)}.showcase-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px}.showcase-image{position:relative}.showcase-image>img{width:100%;height:610px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.mini-card{position:absolute;right:-28px;bottom:42px;background:#fff;padding:18px 22px;border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.16)}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{padding:11px 0 11px 34px;position:relative;border-bottom:1px solid #ddd}.check-list li:before{content:"✓";position:absolute;left:0;font-weight:900;color:#42a846}.text-link{font-weight:800;border-bottom:2px solid var(--ink);padding-bottom:4px}
.gallery{overflow:hidden}.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:260px 260px;gap:16px}.gallery-grid figure{margin:0;border-radius:24px;overflow:hidden;background:#eee}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery-grid figure:hover img{transform:scale(1.035)}.g1{grid-row:1 / span 2}.g4{grid-column:2}.g5{grid-column:3}.g6{display:none}
.process{background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps article{padding:30px 24px;border:1px solid var(--line);border-radius:24px}.steps article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#f05a3a,#8b55b7);color:#fff;font-weight:900;margin-bottom:44px}.steps h3{font-size:21px;margin-bottom:7px}.steps p{color:var(--muted);font-size:14px}
.cta-section{padding:0 0 96px}.cta-box{background:var(--ink);color:#fff;border-radius:36px;padding:48px 56px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-60px;top:-100px;background:conic-gradient(#e74b35,#ef9a25,#5cbf54,#149fc6,#7454b7,#e74b35);filter:blur(2px);opacity:.28}.cta-box>*{position:relative;z-index:1}.cta-box h2{max-width:700px;margin-bottom:10px}.cta-box p{color:#d1d1d3}.light{color:#fff}
.contact{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-items{display:grid;gap:0;margin-top:30px}.contact-items>a,.contact-items>div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid #dcdce0}.contact-items strong{font-size:14px}.contact-items span{color:var(--muted);text-align:right}.contact-visual{position:relative}.contact-visual>img{width:100%;height:440px;object-fit:cover;border-radius:30px}.contact-stamp{position:absolute;right:22px;bottom:22px;background:#fff;padding:14px 20px;border-radius:18px;box-shadow:0 12px 28px rgba(0,0,0,.13);font-size:12px}
footer{background:#fff}.footer-grid{min-height:150px;display:grid;grid-template-columns:200px 1fr auto;gap:30px;align-items:center}.footer-grid img{width:170px}.footer-grid p{color:var(--muted);text-align:center;font-size:13px}.footer-grid a{font-weight:800;font-size:13px}
.whatsapp-float{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:90}.whatsapp-float svg{width:31px;height:31px;fill:#fff}.whatsapp-float:hover{transform:scale(1.05)}
@media(max-width:980px){.nav-links{gap:17px}.hero-grid,.showcase-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-collage{max-width:650px;width:100%;margin:auto}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-card:last-child .product-image{height:auto}.featured-card{transform:none}.steps{grid-template-columns:1fr 1fr}.showcase-grid{gap:45px}.showcase-image{max-width:650px}.contact-visual{max-width:650px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 260px 260px}.g1{grid-row:1 / span 2}.g5{grid-column:1/-1}.g6{display:none}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:76px}.brand img{width:150px;height:56px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:81px;left:14px;right:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px;flex-direction:column;align-items:stretch;gap:4px}.nav-links.open{display:flex}.nav-links a{padding:11px 12px}.nav-cta{text-align:center;margin-top:6px}.hero{padding:48px 0 82px}.hero-grid{gap:40px}.hero-lead{font-size:17px}.hero-points{gap:18px;justify-content:space-between}.hero-collage{height:430px}.photo-main{inset:30px 44px 32px 5px}.photo-top{width:150px;height:185px}.photo-bottom{width:160px;height:200px}.badge{left:4px}.section{padding:76px 0}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto;display:block}.product-card:last-child .product-image{height:315px}.showcase-image>img{height:480px}.mini-card{right:12px}.heading-row{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 220px 220px}.g1{grid-column:1/-1;grid-row:auto}.g2,.g3,.g4,.g5{grid-column:auto}.steps{grid-template-columns:1fr}.steps article>span{margin-bottom:20px}.cta-box{padding:38px 26px;flex-direction:column;align-items:flex-start}.contact-items>a,.contact-items>div{flex-direction:column;gap:4px}.contact-items span{text-align:left}.footer-grid{grid-template-columns:1fr;text-align:center;padding:36px 0}.footer-grid img{margin:auto}.footer-grid p{text-align:center}.whatsapp-float{right:16px;bottom:16px}}
@media(max-width:480px){h1{font-size:44px}.hero-actions .btn{width:100%}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-points strong{font-size:17px}.hero-points span{font-size:10px}.hero-collage{height:355px}.photo-main{inset:26px 25px 28px 0}.photo-top{width:118px;height:145px}.photo-bottom{width:125px;height:160px}.badge{font-size:10px;padding:10px 12px}.gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,250px)}.g1,.g2,.g3,.g4,.g5{grid-column:auto;grid-row:auto}.product-image{height:270px}.showcase-image>img{height:410px}.contact-visual>img{height:330px}}
