
:root{
  --blue:#004bb0;
  --blue-2:#0d66d0;
  --blue-dark:#031f4a;
  --yellow:#ffd800;
  --yellow-soft:#fff4a9;
  --ink:#07172f;
  --muted:#61708a;
  --paper:#f5f8ff;
  --white:#ffffff;
  --border:rgba(9,34,76,.12);
  --shadow:0 22px 70px rgba(0,35,90,.16);
  --radius:28px;
  --radius-sm:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container), calc(100% - 32px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 14px;border-radius:8px;z-index:2000}
.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:1000;padding:12px 0;background:rgba(245,248,255,.76);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.5)}
.header-shell{width:min(1240px,calc(100% - 24px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.78);box-shadow:0 14px 45px rgba(0,35,90,.1);border-radius:999px;padding:8px 10px 8px 12px}
.brand,.footer-brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.02em}
.brand img{width:48px;height:48px;border-radius:14px;box-shadow:0 8px 20px rgba(0,75,176,.18)}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong,.footer-brand strong{font-size:1.08rem;text-transform:uppercase;color:var(--blue-dark)}
.brand-copy small,.footer-brand small{font-size:.76rem;color:var(--muted);font-weight:700}
.site-nav{display:flex;align-items:center;gap:6px;margin-left:auto}
.site-nav>a,.nav-dropdown>a{padding:11px 13px;border-radius:999px;color:#1e3154;font-weight:800;font-size:.94rem;display:inline-flex;align-items:center;gap:6px}
.site-nav>a:hover,.site-nav>a.active,.nav-dropdown>a:hover,.nav-dropdown>a.active{background:rgba(0,75,176,.09);color:var(--blue)}
.nav-dropdown{position:relative}
.nav-panel{position:absolute;top:calc(100% + 14px);left:0;min-width:260px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:10px;display:none}
.nav-panel:before{content:'';position:absolute;top:-14px;left:0;right:0;height:14px}
.nav-dropdown:hover .nav-panel,.nav-dropdown:focus-within .nav-panel{display:grid;gap:4px}
.nav-panel a{padding:10px 12px;border-radius:14px;color:#223452;font-weight:750;font-size:.92rem}
.nav-panel a:hover{background:#f0f5ff;color:var(--blue)}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;cursor:pointer;border-radius:999px;background:var(--yellow);color:#0b2558;font-weight:900;box-shadow:0 14px 28px rgba(255,216,0,.25);padding:13px 19px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.header-cta:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(255,216,0,.32)}
.btn.blue{background:var(--blue);color:#fff;box-shadow:0 16px 30px rgba(0,75,176,.23)}
.btn.ghost{background:#fff;color:var(--blue-dark);border:1px solid var(--border);box-shadow:none}
.btn.full{width:100%}
.nav-toggle{display:none;background:var(--blue);border:0;border-radius:50%;width:46px;height:46px;padding:11px;gap:4px;flex-direction:column;align-items:center;justify-content:center}
.nav-toggle span{width:20px;height:2px;border-radius:2px;background:#fff;transition:.25s}
.hero{position:relative;isolation:isolate;min-height:calc(100vh - 94px);display:flex;align-items:center;padding:78px 0 56px;overflow:hidden;background:
  radial-gradient(circle at 10% 20%, rgba(255,216,0,.35), transparent 28%),
  radial-gradient(circle at 90% 15%, rgba(0,75,176,.28), transparent 34%),
  linear-gradient(135deg,#f7fbff 0%,#eef5ff 45%,#fff7c8 100%)}
.hero:before,.page-hero:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(0,75,176,.055) 1px, transparent 1px),linear-gradient(90deg, rgba(0,75,176,.055) 1px, transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 86%);z-index:-2;animation:gridMove 26s linear infinite}
.hero:after{content:'';position:absolute;width:620px;height:620px;border-radius:50%;right:-220px;bottom:-240px;background:linear-gradient(135deg,rgba(0,75,176,.16),rgba(255,216,0,.3));filter:blur(2px);z-index:-1}
@keyframes gridMove{to{background-position:84px 84px}}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:48px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(0,75,176,.16);background:rgba(255,255,255,.72);color:var(--blue);padding:8px 13px;border-radius:999px;font-weight:900;font-size:.86rem;text-transform:uppercase;letter-spacing:.08em}
.eyebrow:before{content:'';width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 6px rgba(255,216,0,.28)}
h1,h2,h3{line-height:1.05;letter-spacing:-.045em;margin:0;color:var(--blue-dark)}
h1{font-size:clamp(2.7rem,6.4vw,6.7rem);margin-top:18px;max-width:850px}
h2{font-size:clamp(2rem,4.2vw,4.3rem)}
h3{font-size:1.35rem}
p{margin:0;color:var(--muted)}
.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:720px;margin-top:22px;color:#34445f}
.hero-actions,.section-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px;max-width:720px}.metric{background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.9);border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(0,35,90,.08)}.metric strong{display:block;font-size:1.55rem;color:var(--blue-dark);letter-spacing:-.04em}.metric span{color:var(--muted);font-weight:750;font-size:.92rem}.hero-showcase{position:relative;min-height:560px}.logo-orb{position:absolute;right:34px;top:4px;width:144px;height:144px;border-radius:36px;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;transform:rotate(5deg);animation:float 5s ease-in-out infinite}.logo-orb img{width:116px;border-radius:22px}.showcase-card{position:absolute;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.85);border-radius:30px;padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(16px);width:260px}.showcase-card svg{width:42px;height:42px;color:var(--blue);margin-bottom:16px}.showcase-card strong{font-size:1.08rem;color:var(--blue-dark);display:block;margin-bottom:6px}.showcase-card span{color:var(--muted);font-weight:650}.showcase-card.one{left:8px;top:80px}.showcase-card.two{right:10px;top:210px}.showcase-card.three{left:70px;bottom:74px}.showcase-card.four{right:90px;bottom:0}.hero-ring{position:absolute;inset:88px 34px 74px 44px;border:2px dashed rgba(0,75,176,.18);border-radius:50%;animation:spin 26s linear infinite}@keyframes float{50%{transform:translateY(-14px) rotate(2deg)}}@keyframes spin{to{transform:rotate(360deg)}}
.section{padding:92px 0;position:relative}.section.alt{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head p{max-width:610px;font-size:1.05rem}.kicker{font-weight:900;color:var(--blue);text-transform:uppercase;letter-spacing:.09em;font-size:.86rem;margin-bottom:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 18px 60px rgba(0,35,90,.08);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;min-height:360px;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(0,75,176,.25)}.product-card:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 25% 10%,rgba(255,216,0,.25),transparent 38%),radial-gradient(circle at 100% 0,rgba(0,75,176,.13),transparent 35%);opacity:.9;pointer-events:none}.product-icon{position:relative;width:78px;height:78px;border-radius:24px;background:linear-gradient(135deg,var(--blue),#0b6fde);display:grid;place-items:center;color:var(--yellow);box-shadow:0 18px 34px rgba(0,75,176,.2);margin-bottom:22px}.product-icon svg{width:42px;height:42px}.product-card h3,.product-card p,.product-card ul,.product-card a{position:relative}.product-card p{margin-top:12px}.chip-list{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 20px;padding:0;list-style:none}.chip-list li{font-size:.84rem;font-weight:800;color:#244062;background:#f0f5ff;border:1px solid rgba(0,75,176,.1);padding:7px 10px;border-radius:999px}.product-card .btn{margin-top:auto}.dark-band{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;overflow:hidden}.dark-band h2,.dark-band h3{color:#fff}.dark-band p{color:rgba(255,255,255,.74)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:26px;backdrop-filter:blur(12px)}.feature-card .num{width:44px;height:44px;border-radius:15px;background:var(--yellow);color:#092253;display:grid;place-items:center;font-weight:900;margin-bottom:18px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:0 18px 60px rgba(0,35,90,.07)}.process-card svg{width:44px;height:44px;color:var(--blue);margin-bottom:16px}.cta-panel{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f7fbff 55%,#fff4bd);border:1px solid var(--border);border-radius:36px;padding:42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;box-shadow:var(--shadow)}.cta-panel:after{content:'';position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(0,75,176,.12)}
.page-hero{position:relative;overflow:hidden;padding:82px 0 62px;background:linear-gradient(135deg,#f7fbff,#eef5ff 55%,#fff7c8)}.page-hero .container{position:relative}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#61708a;font-weight:800;font-size:.9rem;margin-bottom:20px}.breadcrumbs a{color:var(--blue)}.page-hero h1{font-size:clamp(2.5rem,5.3vw,5.8rem);max-width:980px}.page-hero p{font-size:1.15rem;max-width:760px;margin-top:20px;color:#34445f}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:start}.content-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:0 18px 60px rgba(0,35,90,.07)}.content-card p + p{margin-top:16px}.list-check{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.list-check li{position:relative;padding-left:30px;color:#31425f;font-weight:700}.list-check li:before{content:'✓';position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;background:rgba(255,216,0,.65);color:#0b2558;display:grid;place-items:center;font-size:.8rem;font-weight:900}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.spec{background:#f4f8ff;border:1px solid rgba(0,75,176,.1);border-radius:18px;padding:15px}.spec span{display:block;color:var(--muted);font-size:.85rem;font-weight:800}.spec strong{color:var(--blue-dark)}.product-visual{position:sticky;top:112px;min-height:430px;background:linear-gradient(135deg,#ffffff,#eef5ff);border:1px solid var(--border);border-radius:36px;box-shadow:var(--shadow);overflow:hidden;display:grid;place-items:center;padding:32px}.product-visual:before{content:'';position:absolute;inset:26px;border:2px dashed rgba(0,75,176,.18);border-radius:32px}.visual-stack{position:relative;width:min(350px,100%);height:300px}.visual-box,.visual-cup,.visual-bowl,.visual-container{position:absolute;filter:drop-shadow(0 20px 30px rgba(0,35,90,.2))}.visual-box{width:220px;height:160px;border-radius:18px;background:linear-gradient(135deg,#dba65d,#b6782d);left:50px;top:58px;transform:rotate(-8deg)}.visual-box:before{content:'';position:absolute;inset:20px;border:2px solid rgba(80,40,6,.24);border-radius:12px}.visual-cup{width:150px;height:200px;left:95px;top:32px;border-radius:36px 36px 50px 50px;background:linear-gradient(120deg,rgba(255,255,255,.85),rgba(154,208,255,.35));border:3px solid rgba(255,255,255,.85)}.visual-cup:before{content:'';position:absolute;left:-12px;right:-12px;top:-22px;height:34px;border-radius:50%;background:rgba(255,255,255,.86);border:2px solid rgba(0,75,176,.12)}.visual-bowl{width:230px;height:140px;left:60px;top:88px;border-radius:50% 50% 46px 46px;background:linear-gradient(135deg,#f2f2f2,#b8bfcb 55%,#f8fbff);border:3px solid #fff}.visual-bowl:before{content:'';position:absolute;left:-20px;right:-20px;top:-24px;height:52px;border-radius:50%;background:linear-gradient(135deg,#fff,#dce3ef);border:2px solid #fff}.visual-container{width:230px;height:150px;left:60px;top:74px;border-radius:28px;background:linear-gradient(135deg,#fff,#e5ebf5);border:3px solid #fff}.visual-container:before{content:'';position:absolute;left:-12px;right:-12px;top:-24px;height:48px;border-radius:20px;background:linear-gradient(135deg,#fff,#edf2f9);border:2px solid rgba(0,75,176,.1)}.visual-label{position:absolute;left:24px;bottom:24px;background:var(--blue);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.comparison-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mini-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:0 16px 45px rgba(0,35,90,.06)}.mini-card strong{display:block;color:var(--blue-dark);font-size:1.1rem;margin-bottom:8px}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.contact-form{display:grid;gap:14px}.field{display:grid;gap:8px}.field label{font-weight:850;color:#203553}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(0,75,176,.15);border-radius:16px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,75,176,.08)}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-list{display:grid;gap:12px;margin-top:22px}.info-item{background:#f4f8ff;border:1px solid rgba(0,75,176,.1);border-radius:18px;padding:16px}.info-item strong{display:block;color:var(--blue-dark)}.policy-content{max-width:900px}.policy-content h2{font-size:2rem;margin-top:34px;margin-bottom:12px}.policy-content h3{margin-top:22px}.policy-content ul{color:#31425f;font-weight:650}.policy-content li{margin:8px 0}.sitemap-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.sitemap-list a{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;font-weight:850;color:var(--blue-dark);box-shadow:0 10px 30px rgba(0,35,90,.05)}.sitemap-list a span{color:var(--muted);font-size:.9rem;font-weight:650}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.site-footer{position:relative;overflow:hidden;background:var(--blue-dark);color:#fff;padding-top:64px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.75fr) 1fr;gap:26px;position:relative}.footer-brand img{width:58px;height:58px;border-radius:16px}.footer-brand strong{color:#fff}.footer-brand small,.footer-note{color:rgba(255,255,255,.68)}.footer-note{margin-top:16px}.site-footer h3{font-size:1rem;color:#fff;margin-bottom:14px}.site-footer a{display:block;color:rgba(255,255,255,.72);font-weight:750;margin:9px 0}.site-footer a:hover{color:var(--yellow)}.footer-wa{display:inline-flex!important;width:max-content;margin-top:18px!important;background:var(--yellow);color:#08214f!important;padding:10px 14px;border-radius:999px;font-weight:900!important}.contact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:20px}.contact-card p{color:rgba(255,255,255,.7);margin-bottom:10px}.footer-bottom{margin-top:46px;border-top:1px solid rgba(255,255,255,.12);padding:18px 16px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.footer-bottom p{color:rgba(255,255,255,.6);font-weight:700}.footer-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(255,216,0,.16);right:-130px;top:-130px;filter:blur(10px)}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:900;background:#25d366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 16px 34px rgba(0,0,0,.18);display:flex;align-items:center;gap:8px}.floating-whatsapp:before{content:'●';font-size:12px;color:#fff}.floating-whatsapp:hover{transform:translateY(-2px)}
@media (max-width:1080px){.hero-grid,.content-grid,.contact-layout{grid-template-columns:1fr}.hero-showcase{min-height:470px}.product-grid,.comparison-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-visual{position:relative;top:auto}.header-cta{display:none}.site-nav{gap:2px}.site-nav>a,.nav-dropdown>a{padding:10px 9px;font-size:.88rem}.brand-copy small{display:none}}
@media (max-width:820px){.site-header{padding:8px 0}.header-shell{border-radius:26px;align-items:center}.nav-toggle{display:flex}.site-nav{position:absolute;left:12px;right:12px;top:82px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--border);border-radius:28px;padding:12px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav>a,.nav-dropdown>a{width:100%;justify-content:space-between;padding:13px 14px}.nav-dropdown .nav-panel{position:static;display:grid;box-shadow:none;border:0;background:#f4f8ff;border-radius:18px;margin:0 0 8px 0;min-width:0}.hero{min-height:auto;padding:54px 0}.hero-grid{gap:30px}.hero-showcase{min-height:430px}.hero-ring{inset:80px 10px 70px 10px}.logo-orb{right:16px;width:112px;height:112px}.logo-orb img{width:88px}.showcase-card{width:218px;padding:18px;border-radius:24px}.showcase-card.one{left:0;top:64px}.showcase-card.two{right:0;top:182px}.showcase-card.three{left:0;bottom:64px}.showcase-card.four{right:0;bottom:0}.hero-metrics{grid-template-columns:1fr}.section{padding:64px 0}.section-head{display:block}.section-head p{margin-top:14px}.feature-grid,.process{grid-template-columns:1fr}.cta-panel{grid-template-columns:1fr;padding:28px}.form-actions{grid-template-columns:1fr}.sitemap-list{grid-template-columns:1fr}}
@media (max-width:620px){.container{width:min(100% - 24px,var(--container))}.brand img{width:44px;height:44px}.brand-copy strong{font-size:.96rem}.hero-actions,.section-actions{display:grid}.btn{width:100%;padding:13px 16px}.product-grid,.comparison-grid,.spec-grid{grid-template-columns:1fr}.hero-showcase{min-height:350px}.hero-ring{display:none}.showcase-card{position:relative;width:100%;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin-bottom:12px}.logo-orb{display:none}.hero-showcase{display:grid;gap:12px}.footer-grid{grid-template-columns:1fr;text-align:left}.footer-bottom{justify-content:flex-start}.floating-whatsapp{right:12px;bottom:12px;padding:13px 15px}.floating-whatsapp span{font-size:.92rem}.page-hero{padding:56px 0 44px}.content-card{padding:22px;border-radius:22px}.product-card{min-height:auto}.visual-stack{height:250px}.visual-box,.visual-bowl,.visual-container{left:35px}.visual-cup{left:75px}.footer-brand{align-items:flex-start}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* ===== Housetale upgrade: corrugated-box hero, overlap fixes, improved responsiveness ===== */
body{background:
  radial-gradient(circle at 12% -8%, rgba(255,216,0,.20), transparent 34%),
  radial-gradient(circle at 88% 0%, rgba(0,75,176,.16), transparent 34%),
  var(--paper)}
h1,h2,h3,p,li,strong,span,a{overflow-wrap:break-word}
.hero-grid,.product-grid,.comparison-grid,.feature-grid,.process,.footer-grid,.content-grid,.contact-layout{min-width:0}
.hero{min-height:auto;padding:88px 0 70px;background:
  linear-gradient(135deg,rgba(247,251,255,.98),rgba(238,245,255,.98) 48%,rgba(255,248,202,.96)),
  radial-gradient(circle at 18% 20%,rgba(255,216,0,.34),transparent 32%)}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);gap:54px}
.hero h1{max-width:760px;font-size:clamp(2.6rem,5.8vw,6.15rem)}
.lead{max-width:690px}
.hero-product-stage{position:relative;min-height:auto;padding:18px;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36));border:1px solid rgba(255,255,255,.78);box-shadow:0 28px 90px rgba(0,35,90,.16);backdrop-filter:blur(18px);display:grid;gap:16px;overflow:hidden}
.hero-product-stage:before{content:'';position:absolute;inset:-2px;background:radial-gradient(circle at 18% 12%,rgba(255,216,0,.35),transparent 34%),radial-gradient(circle at 94% 18%,rgba(0,75,176,.20),transparent 36%);pointer-events:none}
.featured-packaging-card{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(145deg,#003f96,#082b66 58%,#051a43);min-height:520px;padding:26px;color:#fff;display:grid;align-content:space-between;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 24px 70px rgba(0,35,90,.2)}
.featured-packaging-card:before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.12);border-radius:28px;pointer-events:none}.featured-packaging-card:after{content:'';position:absolute;width:260px;height:260px;right:-90px;top:-90px;border-radius:50%;background:rgba(255,216,0,.23);filter:blur(6px)}
.product-tag{position:relative;z-index:2;justify-self:start;background:var(--yellow);color:#092253;border-radius:999px;padding:8px 13px;font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 12px 28px rgba(255,216,0,.24)}
.hero-packaging-visual{position:relative;z-index:1;min-height:230px;display:grid;place-items:center;margin:8px 0 4px;perspective:800px}
.hero-box-3d{position:relative;width:250px;height:185px;transform:rotateX(55deg) rotateZ(-28deg);transform-style:preserve-3d;animation:boxFloat 5s ease-in-out infinite}
.hero-box-3d span{position:absolute;display:block;border-radius:12px}.box-top{left:28px;top:22px;width:188px;height:130px;background:linear-gradient(135deg,#e3ae62,#bf7d31);box-shadow:inset 0 0 0 2px rgba(92,47,9,.12)}.box-front{left:28px;top:150px;width:188px;height:72px;background:linear-gradient(180deg,#ba772d,#93551c);transform:rotateX(-90deg);transform-origin:top}.box-side{left:216px;top:22px;width:78px;height:130px;background:linear-gradient(135deg,#c8893d,#92541d);transform:rotateY(90deg);transform-origin:left}.box-tape{background:rgba(255,216,0,.82);box-shadow:0 0 0 1px rgba(120,91,0,.08)}.tape-one{left:112px;top:22px;width:22px;height:130px}.tape-two{left:28px;top:78px;width:188px;height:18px}
@keyframes boxFloat{50%{transform:translateY(-12px) rotateX(55deg) rotateZ(-28deg)}}
.featured-copy{position:relative;z-index:2;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:20px;backdrop-filter:blur(12px)}.featured-copy span{display:block;color:rgba(255,255,255,.70);font-weight:850;margin-bottom:7px}.featured-copy h2{color:#fff;font-size:clamp(2rem,3.2vw,3.1rem);letter-spacing:-.05em}.featured-copy p{color:rgba(255,255,255,.76);margin-top:10px}.featured-copy ul{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin:16px 0 18px;padding:0}.featured-copy li{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:999px;padding:7px 10px;font-weight:850;font-size:.84rem}.featured-copy .btn{box-shadow:none}
.range-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.range-mini{min-width:0;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(0,75,176,.12);box-shadow:0 16px 40px rgba(0,35,90,.07);padding:16px;min-height:142px;display:flex;flex-direction:column;justify-content:space-between}.range-mini strong{color:var(--blue-dark);font-size:1rem;line-height:1.08}.range-mini span{display:block;color:var(--muted);font-weight:700;font-size:.9rem;line-height:1.35;margin-top:8px}
.product-card{gap:0}.product-card.featured-product{grid-column:span 2;background:linear-gradient(145deg,var(--blue),#072d70);color:#fff;border-color:rgba(255,255,255,.15);box-shadow:0 26px 80px rgba(0,35,90,.18)}.product-card.featured-product:before{background:radial-gradient(circle at 15% 8%,rgba(255,216,0,.34),transparent 38%),radial-gradient(circle at 94% 0,rgba(255,255,255,.14),transparent 32%)}.product-card.featured-product h3{color:#fff;font-size:clamp(1.55rem,2.6vw,2.25rem)}.product-card.featured-product p{color:rgba(255,255,255,.78);max-width:560px}.product-card.featured-product .product-icon{background:var(--yellow);color:var(--blue-dark);box-shadow:0 18px 34px rgba(255,216,0,.2)}.product-card.featured-product .chip-list li{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.15);color:#fff}.product-card.featured-product .btn.blue{background:#fff;color:var(--blue-dark);box-shadow:none}.product-card.featured-product .btn.ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.product-card .btn{white-space:normal;text-align:center;line-height:1.15}.feature-card,.process-card,.mini-card,.content-card,.contact-card{transition:transform .25s ease, box-shadow .25s ease}.feature-card:hover,.process-card:hover,.mini-card:hover,.content-card:hover{transform:translateY(-4px);box-shadow:0 24px 72px rgba(0,35,90,.12)}.page-hero h1{font-size:clamp(2.2rem,4.8vw,5.1rem)}.content-card h2[style]{font-size:clamp(1.8rem,3.2vw,2.35rem)!important}.footer-grid{grid-template-columns:1.25fr .85fr .85fr 1fr}.footer-brand small{line-height:1.25}.site-footer a{line-height:1.25}.footer-bottom{text-align:center}.sitemap-list a{min-width:0}.sitemap-list a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:1160px){.hero-grid{grid-template-columns:1fr;gap:36px}.hero-product-stage{max-width:760px;margin-inline:auto}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.hero{padding:58px 0 48px}.hero h1{font-size:clamp(2.45rem,12vw,4rem)}.hero-product-stage{border-radius:30px;padding:12px}.featured-packaging-card{min-height:auto;border-radius:26px;padding:20px}.hero-packaging-visual{min-height:200px}.hero-box-3d{width:220px;height:170px;transform:rotateX(55deg) rotateZ(-28deg) scale(.88)}.range-row{grid-template-columns:1fr}.range-mini{min-height:auto}.product-card.featured-product{grid-column:span 1}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{justify-content:center}.sitemap-list a{align-items:flex-start;flex-direction:column}}
@media (max-width:620px){.hero h1,.page-hero h1{letter-spacing:-.035em}.hero-metrics{margin-top:24px}.hero-product-stage{margin-inline:-2px}.featured-copy{padding:16px}.featured-copy ul{display:grid;grid-template-columns:1fr}.featured-copy .btn{width:100%}.product-grid{gap:16px}.product-card{padding:22px;border-radius:24px}.footer-grid{grid-template-columns:1fr}.site-footer a{width:max-content;max-width:100%}.contact-card p{line-height:1.35}.hero-box-3d{transform:rotateX(55deg) rotateZ(-28deg) scale(.74)}.hero-packaging-visual{min-height:170px}.box-top{left:28px;top:22px}.box-front{top:150px}}


/* ===== Housetale final polish: no overlaps, real product images, hidden sitemap page, clean WhatsApp icon ===== */
:root{--footer-text:rgba(255,255,255,.76)}
img{height:auto}.site-nav,.footer-grid,.product-grid,.content-grid{min-width:0}.brand-copy strong,.brand-copy small,.footer-brand strong,.footer-brand small{display:block}.footer-brand span{display:flex;flex-direction:column;gap:4px;min-width:0}.footer-brand{align-items:center;max-width:100%}.footer-brand small{max-width:360px}.site-footer{padding-top:70px}.footer-grid{grid-template-columns:minmax(260px,1.22fr) minmax(170px,.8fr) minmax(120px,.55fr) minmax(210px,.9fr) minmax(240px,.85fr);align-items:start;gap:34px}.footer-about{min-width:0}.site-footer h3{line-height:1.2;margin:0 0 15px}.site-footer a{line-height:1.28;word-break:normal;overflow-wrap:anywhere}.footer-note{max-width:410px;line-height:1.55}.contact-card{width:100%;align-self:start}.contact-card p{display:grid;gap:5px;margin:0 0 16px;line-height:1.35}.contact-card p:last-child{margin-bottom:0}.contact-card strong{color:#fff}.contact-card a{margin:0!important;color:var(--footer-text)!important}.footer-bottom{align-items:center}.footer-bottom p{line-height:1.3}.footer-wa{align-items:center;gap:9px;white-space:normal;line-height:1.15}
.wa-icon{width:20px;height:20px;display:inline-block;flex:0 0 20px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.86 3 3.02 8.83 3.02 16c0 2.29.6 4.53 1.73 6.5L3 29l6.67-1.7A12.9 12.9 0 0 0 16.04 29C23.2 29 29 23.17 29 16S23.2 3 16.04 3Zm0 23.77c-2.03 0-4.02-.54-5.76-1.55l-.41-.24-3.95 1 1.06-3.85-.27-.44A10.7 10.7 0 0 1 5.24 16c0-5.95 4.84-10.78 10.8-10.78 5.94 0 10.76 4.83 10.76 10.78 0 5.94-4.82 10.77-10.76 10.77Zm5.92-8.07c-.32-.17-1.92-.95-2.22-1.05-.3-.12-.52-.17-.74.16-.22.32-.85 1.05-1.04 1.27-.2.22-.38.25-.7.08-.33-.16-1.38-.51-2.63-1.62-.97-.87-1.63-1.94-1.82-2.27-.19-.32-.02-.5.14-.66.14-.14.33-.38.49-.57.16-.19.22-.32.33-.54.1-.22.05-.4-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.4-.3.33-1.15 1.13-1.15 2.75s1.18 3.18 1.35 3.4c.16.22 2.33 3.56 5.64 4.99.79.34 1.4.54 1.88.7.79.25 1.51.21 2.08.13.64-.1 1.92-.78 2.2-1.54.27-.76.27-1.4.19-1.54-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.86 3 3.02 8.83 3.02 16c0 2.29.6 4.53 1.73 6.5L3 29l6.67-1.7A12.9 12.9 0 0 0 16.04 29C23.2 29 29 23.17 29 16S23.2 3 16.04 3Zm0 23.77c-2.03 0-4.02-.54-5.76-1.55l-.41-.24-3.95 1 1.06-3.85-.27-.44A10.7 10.7 0 0 1 5.24 16c0-5.95 4.84-10.78 10.8-10.78 5.94 0 10.76 4.83 10.76 10.78 0 5.94-4.82 10.77-10.76 10.77Zm5.92-8.07c-.32-.17-1.92-.95-2.22-1.05-.3-.12-.52-.17-.74.16-.22.32-.85 1.05-1.04 1.27-.2.22-.38.25-.7.08-.33-.16-1.38-.51-2.63-1.62-.97-.87-1.63-1.94-1.82-2.27-.19-.32-.02-.5.14-.66.14-.14.33-.38.49-.57.16-.19.22-.32.33-.54.1-.22.05-.4-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.4-.3.33-1.15 1.13-1.15 2.75s1.18 3.18 1.35 3.4c.16.22 2.33 3.56 5.64 4.99.79.34 1.4.54 1.88.7.79.25 1.51.21 2.08.13.64-.1 1.92-.78 2.2-1.54.27-.76.27-1.4.19-1.54-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") center/contain no-repeat}.floating-whatsapp{gap:9px;padding:14px 18px;line-height:1;align-items:center}.floating-whatsapp:before{content:none!important}.floating-whatsapp .wa-icon{color:#fff;width:22px;height:22px;flex-basis:22px}.floating-whatsapp span:last-child{line-height:1}
.hero-product-image{width:min(440px,92%);height:auto;margin-inline:auto;filter:drop-shadow(0 32px 36px rgba(0,15,45,.35));animation:boxImageFloat 5s ease-in-out infinite}@keyframes boxImageFloat{50%{transform:translateY(-12px) rotate(-1deg)}}.hero-packaging-visual{min-height:250px}.hero-box-3d{display:none}.product-thumb{position:relative;z-index:1;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#fff,#eef5ff);border:1px solid rgba(0,75,176,.1);margin-bottom:18px;aspect-ratio:1.28/1;display:grid;place-items:center}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-thumb img{transform:scale(1.035)}.product-card h3{line-height:1.12;min-height:unset}.product-card{gap:0}.product-card .btn + .btn{margin-top:10px!important}.product-card.featured-product .product-thumb{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.16)}
.product-photo-card{position:sticky;top:112px;display:flex;flex-direction:column;justify-content:center;gap:18px;min-height:0;padding:22px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#fff,#eef5ff);align-self:start}.product-photo-card:before{content:none!important}.product-photo{position:relative;z-index:1;width:100%;border-radius:26px;border:1px solid rgba(0,75,176,.10);box-shadow:0 18px 50px rgba(0,35,90,.10);object-fit:cover}.product-image-caption{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--blue);color:#fff;border-radius:22px;padding:16px 18px}.product-image-caption span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:rgba(255,255,255,.72);white-space:nowrap}.product-image-caption strong{font-size:clamp(1.15rem,1.7vw,1.45rem);line-height:1.1;color:#fff;text-align:right}.content-grid{align-items:start;grid-template-columns:minmax(0,1.02fr) minmax(320px,.82fr)}.content-card{min-width:0}.content-card h2{line-height:1.08}.section-actions{align-items:center}.page-hero p{line-height:1.55}.spec strong{line-height:1.22;display:block;margin-top:2px}
@media (max-width:1240px){.footer-grid{grid-template-columns:1.2fr .8fr .6fr 1fr;gap:30px}.contact-card{grid-column:1 / -1;max-width:520px}.footer-brand small{max-width:430px}}
@media (max-width:1080px){.content-grid{grid-template-columns:1fr}.product-photo-card{position:relative;top:auto;max-width:680px;margin-inline:auto;order:-1}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card{grid-column:auto;max-width:none}}
@media (max-width:820px){.footer-grid{grid-template-columns:1fr 1fr;text-align:left}.footer-brand{align-items:center}.footer-bottom{gap:10px}.hero-product-image{width:min(390px,96%)}.hero-packaging-visual{min-height:210px}.product-image-caption{align-items:flex-start;flex-direction:column}.product-image-caption strong{text-align:left}.site-nav{max-height:calc(100vh - 96px);overflow:auto}.nav-dropdown .nav-panel a{padding-left:18px}.product-card h3{font-size:1.28rem}}
@media (max-width:620px){.footer-grid{grid-template-columns:1fr;gap:26px}.footer-brand{align-items:flex-start}.footer-brand img{width:52px;height:52px}.footer-note{font-size:.98rem}.contact-card{padding:18px}.footer-bottom{justify-content:flex-start;text-align:left;padding-bottom:92px}.floating-whatsapp{right:14px;left:14px;bottom:14px;justify-content:center;border-radius:20px;padding:15px 18px}.product-thumb{border-radius:20px}.product-photo-card{padding:14px;border-radius:26px}.product-photo{border-radius:20px}.content-grid{gap:18px}.content-card h2[style]{font-size:1.78rem!important}.hero-product-stage{padding:10px}.featured-packaging-card{padding:16px}.hero-product-image{width:96%}.hero-packaging-visual{min-height:190px}.range-mini strong{line-height:1.18}.site-footer a{width:auto}.footer-wa{width:100%!important;justify-content:center}.brand-copy small{display:none!important}.header-shell{padding-left:9px}.header-shell .brand{gap:9px}.nav-toggle{width:44px;height:44px}}
