:root{
  --primary:#2349c8;
  --secondary:#11b6a3;
  --accent:#ff9f1c;
  --pink:#ff5ea8;
  --violet:#8e54e9;
  --gold:#ffd166;
  --dark:#10203d;
  --text:#223047;
  --muted:#5f6d85;
  --white:#ffffff;
  --glass-bg:rgba(255,255,255,.12);
  --glass-border:rgba(255,255,255,.34);
  --shadow:0 18px 45px rgba(16,32,61,.12);
  --shadow-lg:0 25px 60px rgba(16,32,61,.16);
  --radius:26px;
  --cursor-x:50%;
  --cursor-y:50%;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    linear-gradient(rgba(247,249,255,.72), rgba(247,249,255,.72)),
    url('../assets/images/bg-wave-1.svg') center top / cover fixed no-repeat;
  overflow-x:hidden;
  position:relative;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:radial-gradient(220px circle at var(--cursor-x) var(--cursor-y), rgba(255,255,255,.18), transparent 65%);
}
img{max-width:100%;display:block}
a{text-decoration:none}
.section,.hero-section,.offer-banner,.footer,.top-strip,.main-nav{position:relative;z-index:1}
.container-xl{max-width:1280px}

.top-strip{
  background:linear-gradient(90deg,#10203d,#2349c8 45%,#11b6a3);
  color:#fff;
  padding:.7rem 0;
}
.small-info{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.92rem;align-items:center}
.small-info span,.small-info a{color:#fff;opacity:.95}
.small-info i{margin-right:.4rem}

.main-nav{
  backdrop-filter:blur(18px);
  background:rgba(255,255,255,.28);
  box-shadow:0 8px 30px rgba(16,32,61,.08);
}
.navbar-brand{color:var(--dark)}
.navbar-brand b{display:block;line-height:1;font-size:1.05rem;letter-spacing:.4px}
.navbar-brand small{display:block;letter-spacing:2px;font-size:.7rem;color:var(--muted)}
.brand-mark{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--pink));
  color:#fff;font-weight:800;box-shadow:var(--shadow)
}
.navbar-nav .nav-link{color:var(--dark);font-weight:600;padding:.9rem 1rem;position:relative}
.navbar-nav .nav-link::after{
  content:"";position:absolute;left:1rem;right:1rem;bottom:.5rem;height:3px;border-radius:10px;
  background:linear-gradient(90deg,var(--secondary),var(--accent));transform:scaleX(0);transform-origin:left;transition:.3s
}
.navbar-nav .nav-link:hover::after,.navbar-nav .nav-link:focus::after{transform:scaleX(1)}
.btn-order,.btn-primary-xl,.btn-outline-xl,.btn-light,.btn-dark{
  border-radius:18px;padding:.95rem 1.35rem;font-weight:700;box-shadow:var(--shadow);border:none
}
.btn-order,.btn-primary-xl{
  background:linear-gradient(135deg,var(--primary),var(--violet));color:#fff
}
.btn-order:hover,.btn-primary-xl:hover{color:#fff;transform:translateY(-2px)}
.btn-outline-xl{
  background:rgba(255,255,255,.22);color:#fff;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(12px)
}
.btn-outline-xl:hover{color:#fff;background:rgba(255,255,255,.3)}

.hero-section{
  min-height:100vh;
  padding:4rem 0 3rem;
  background:
    linear-gradient(135deg,rgba(16,32,61,.76),rgba(35,73,200,.48)),
    radial-gradient(circle at top left,#11b6a3 0, transparent 32%),
    radial-gradient(circle at bottom right,#ff9f1c 0, transparent 28%),
    linear-gradient(135deg,#2349c8,#8e54e9 45%,#ff5ea8 100%);
  overflow:hidden;
}
.paint-orb{position:absolute;border-radius:50%;filter:blur(8px);opacity:.6;animation:float 7s ease-in-out infinite}
.orb-1{width:180px;height:180px;background:#ff9f1c;top:12%;left:5%}
.orb-2{width:260px;height:260px;background:#11b6a3;right:-50px;top:18%}
.orb-3{width:210px;height:210px;background:#ff5ea8;left:48%;bottom:8%}
.min-vh-hero{min-height:calc(100vh - 128px)}
.hero-badge,.quick-card,.feature-tile,.cat-card,.service-card,.review-card,.contact-card,.inquiry-form,.offer-box,.brand-strip div,.color-board,.image-frame,.hero-showcase,.sanitary-showcase,.gallery-item,.accordion-item,.footer-brand{
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  box-shadow:var(--shadow);
}
.hero-badge{
  display:inline-flex;gap:.5rem;align-items:center;color:#fff;background:rgba(255,255,255,.12);padding:.65rem 1rem;border-radius:999px;margin-bottom:1rem
}
.hero-section h1{color:#fff;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.05;font-weight:900;max-width:700px;text-shadow:0 8px 30px rgba(0,0,0,.18)}
.hero-lead{color:rgba(255,255,255,.88);font-size:1.1rem;max-width:650px;margin:1.15rem 0 1.8rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}
.trust-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.trust-row>div{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.28);border-radius:20px;padding:.9rem 1.1rem;min-width:140px}
.trust-row strong{display:block;color:#fff;font-size:1.25rem}
.trust-row span{color:rgba(255,255,255,.9);font-size:.92rem}
.hero-showcase{border-radius:34px;padding:1.25rem;background:rgba(255,255,255,.10)}
.showcase-top{display:flex;justify-content:space-between;color:#fff;margin-bottom:1rem;font-weight:600}
.room-card{
  border-radius:28px;background:linear-gradient(180deg,#f4f7ff,#dde8ff);padding:2rem;min-height:480px;position:relative;overflow:hidden
}
.wall-panel{position:absolute;top:0;bottom:110px;width:50%}
.panel-a{left:0;background:linear-gradient(180deg,#eff4ff,#d6e8ff)}
.panel-b{right:0;background:linear-gradient(180deg,#fff5ef,#ffe0ca)}
.product-stack{position:absolute;left:9%;bottom:16%}
.bucket{border-radius:0 0 30px 30px;position:absolute;bottom:0;box-shadow:0 12px 25px rgba(0,0,0,.12)}
.bucket::before{content:"";position:absolute;left:9px;right:9px;top:-9px;height:18px;border-radius:18px;background:#243b73}
.bucket span{position:absolute;inset:15px;border-radius:18px;background:rgba(255,255,255,.42)}
.bucket.big{width:140px;height:160px;left:0;background:linear-gradient(180deg,#1c88e5,#2349c8)}
.bucket.small{width:92px;height:110px;left:118px;bottom:8px;background:linear-gradient(180deg,#19c6b7,#11b6a3)}
.roller{position:absolute;left:95px;bottom:165px;width:120px;height:24px;background:linear-gradient(90deg,#ff5ea8,#ff9f1c);border-radius:16px}
.roller::before{content:"";position:absolute;width:12px;height:70px;background:#555;border-radius:12px;left:50px;top:14px}
.sanitary-piece{position:absolute;background:#fff;box-shadow:0 12px 25px rgba(0,0,0,.12)}
.basin{right:12%;bottom:22%;width:135px;height:72px;border-radius:0 0 70px 70px}
.tap{right:13%;bottom:36%;width:65px;height:12px;border-radius:20px;background:#d6dde9}
.tap::before{content:"";position:absolute;width:14px;height:35px;background:#d6dde9;border-radius:20px;right:14px;top:-26px}
.palette-strip{display:flex;gap:.75rem;margin-top:1rem}
.palette-strip span{height:18px;flex:1;border-radius:999px}
.palette-strip span:nth-child(1){background:#2349c8}.palette-strip span:nth-child(2){background:#11b6a3}.palette-strip span:nth-child(3){background:#ff9f1c}.palette-strip span:nth-child(4){background:#ff5ea8}.palette-strip span:nth-child(5){background:#8e54e9}.palette-strip span:nth-child(6){background:#ffd166}

.section{padding:6rem 0}

/* fixed colorful background images without changing structure */
.about-section,.products-section,.sanitary-section,.color-studio,.featured-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.about-section{background-image:linear-gradient(rgba(242,251,255,.68),rgba(251,243,255,.72)),url('../assets/images/bg-wave-1.svg')}
.products-section{background-image:linear-gradient(rgba(255,247,242,.66),rgba(240,244,255,.7)),url('../assets/images/bg-wave-4.svg')}
.sanitary-section{background-image:linear-gradient(rgba(246,253,255,.66),rgba(244,241,255,.72)),url('../assets/images/bg-wave-3.svg')}
.color-studio{background-image:linear-gradient(rgba(255,248,242,.66),rgba(241,251,255,.72)),url('../assets/images/bg-wave-2.svg')}
.featured-section{background-image:linear-gradient(rgba(254,249,241,.66),rgba(242,251,255,.7)),url('../assets/images/bg-wave-4.svg')}
.brands-section{background-image:linear-gradient(rgba(255,253,244,.68),rgba(247,251,255,.72)),url('../assets/images/bg-wave-1.svg')}
.services-section{background-image:linear-gradient(rgba(242,255,248,.66),rgba(250,241,255,.72)),url('../assets/images/bg-wave-3.svg')}
.gallery-section{background-image:linear-gradient(rgba(255,243,248,.66),rgba(246,255,247,.72)),url('../assets/images/bg-wave-2.svg')}
.testimonials-section{background-image:linear-gradient(rgba(245,242,255,.66),rgba(244,251,255,.72)),url('../assets/images/bg-wave-1.svg')}
.faq-section{background-image:linear-gradient(rgba(244,251,255,.68),rgba(251,247,255,.72)),url('../assets/images/bg-wave-3.svg')}
.contact-section{background-image:linear-gradient(rgba(241,247,255,.68),rgba(242,255,251,.72)),url('../assets/images/bg-wave-4.svg')}

.section-kicker{
  display:inline-block;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:.85rem
}
.section-kicker.light{color:#eef4ff}
.section h2,.offer-box h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--dark);margin-bottom:1rem}
.section-text,.section-head p{font-size:1.03rem;color:var(--muted)}
.section-head{max-width:760px;margin:0 auto 2.4rem}
.section-head h2{margin-bottom:.65rem}

.quick-cats{padding-top:0;margin-top:-1.8rem}
.quick-card{border-radius:26px;padding:1.35rem;background:linear-gradient(135deg,rgba(255,255,255,.6),rgba(255,255,255,.22));height:100%;transition:.35s}
.quick-card i{font-size:1.75rem;display:inline-grid;place-items:center;width:56px;height:56px;border-radius:18px;color:#fff;margin-bottom:.85rem}
.quick-card:nth-child(1), .quick-card:nth-of-type(1) {}
.quick-cats .col-lg-3:nth-child(1) .quick-card i{background:linear-gradient(135deg,#2349c8,#8e54e9)}
.quick-cats .col-lg-3:nth-child(2) .quick-card i{background:linear-gradient(135deg,#11b6a3,#1ecf84)}
.quick-cats .col-lg-3:nth-child(3) .quick-card i{background:linear-gradient(135deg,#ff9f1c,#ff5e62)}
.quick-cats .col-lg-3:nth-child(4) .quick-card i{background:linear-gradient(135deg,#ff5ea8,#8e54e9)}
.quick-card b{display:block;font-size:1.06rem;margin-bottom:.2rem}
.quick-card span{color:var(--muted)}
.quick-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}

.about-section{}
.image-frame{border-radius:34px;overflow:hidden;padding:1rem;background:linear-gradient(135deg,rgba(35,73,200,.16),rgba(17,182,163,.16))}
.feature-tile{border-radius:22px;padding:1.15rem;height:100%;background:rgba(255,255,255,.22)}
.feature-tile i{font-size:1.35rem;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;margin-bottom:.7rem}
.feature-tile b{display:block;margin-bottom:.35rem}
.feature-tile span{color:var(--muted);font-size:.94rem}

.products-section{}
.product-category-grid .cat-card{height:100%;padding:1.5rem;border-radius:28px;position:relative;overflow:hidden;background:rgba(255,255,255,.42);transition:.35s}
.cat-card::before{content:"";position:absolute;inset:0;opacity:.92;background:linear-gradient(135deg,var(--g1),var(--g2));z-index:-1}
.cat-card i{font-size:1.7rem;color:#fff;width:58px;height:58px;border-radius:18px;background:rgba(255,255,255,.22);display:grid;place-items:center;margin-bottom:1rem}
.cat-card h5{color:#fff;font-weight:800}
.cat-card p{color:rgba(255,255,255,.94)}
.cat-card a{display:inline-block;color:#fff;font-weight:700;padding:.7rem 1rem;border-radius:999px;background:rgba(255,255,255,.18);cursor:pointer}
.cat-card:hover{transform:translateY(-9px)}
.c1{--g1:#2349c8;--g2:#11b6a3}.c2{--g1:#0f8ae6;--g2:#2349c8}.c3{--g1:#ff9f1c;--g2:#ff5e62}.c4{--g1:#11b6a3;--g2:#2dd4bf}.c5{--g1:#8e54e9;--g2:#4776e6}.c6{--g1:#ff5ea8;--g2:#ff9f1c}.c7{--g1:#00a8ff;--g2:#9c88ff}.c8{--g1:#3b4cca;--g2:#ff5ea8}

.sanitary-section{}
.sanitary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;margin-top:1.25rem}
.sanitary-list span{padding:.85rem 1rem;border-radius:18px;background:rgba(255,255,255,.20);box-shadow:0 8px 25px rgba(16,32,61,.06)}
.sanitary-list i{color:var(--secondary);margin-right:.45rem}
.sanitary-showcase{min-height:430px;border-radius:32px;background:linear-gradient(180deg,#fefeff,#eaf4ff);position:relative;padding:1rem;overflow:hidden}
.bath-wall{position:absolute;inset:0;background:repeating-linear-gradient(90deg,#f7fbff 0 34px,#eff7ff 34px 36px)}
.mirror{position:absolute;left:12%;top:14%;width:160px;height:180px;border-radius:28px;background:linear-gradient(180deg,#dfefff,#ffffff);border:10px solid #fff;box-shadow:0 15px 30px rgba(0,0,0,.1)}
.basin-large{position:absolute;left:18%;bottom:16%;width:210px;height:95px;border-radius:0 0 100px 100px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.12)}
.tap-large{position:absolute;left:31%;bottom:38%;width:88px;height:14px;border-radius:18px;background:#dbe3ef}
.tap-large::before{content:"";position:absolute;width:20px;height:46px;background:#dbe3ef;border-radius:18px;right:18px;top:-34px}
.tile-floor{position:absolute;left:0;right:0;bottom:0;height:120px;background:repeating-linear-gradient(45deg,#d9e8ff 0 26px,#c9dcff 26px 28px,#edf4ff 28px 54px,#d9e8ff 54px 56px)}

.color-studio{}
.color-board{padding:1.25rem;border-radius:32px;background:rgba(255,255,255,.18)}
.room-preview{height:310px;border-radius:26px;background:linear-gradient(180deg,#fbfcff,#f1f6ff);position:relative;overflow:hidden;margin-bottom:1.25rem}
.room-preview::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#f3f5ff 0 66%,#d4b9a0 66% 100%)}
.sofa{position:absolute;left:50%;transform:translateX(-50%);bottom:68px;width:260px;height:88px;background:linear-gradient(180deg,#2b5ad8,#1b2b61);border-radius:28px 28px 16px 16px}
.sofa::before,.sofa::after{content:"";position:absolute;width:80px;height:74px;background:#2b5ad8;top:-24px;border-radius:30px}
.sofa::before{left:10px}.sofa::after{right:10px}
.lamp{position:absolute;right:16%;bottom:66px;width:14px;height:118px;background:#555}
.lamp::before{content:"";position:absolute;width:60px;height:56px;border-radius:50% 50% 18px 18px;background:#ffd166;left:-23px;top:-22px}
.frame-art{position:absolute;left:14%;top:18%;width:120px;height:92px;border:10px solid #fff;border-radius:18px;background:linear-gradient(135deg,#11b6a3,#8e54e9,#ff9f1c)}
.color-swatches{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}
.swatch{height:110px;border-radius:22px;background:linear-gradient(180deg,var(--c),color-mix(in srgb,var(--c), white 45%));position:relative;box-shadow:var(--shadow);overflow:hidden}
.swatch::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.34),transparent)}
.swatch span{position:absolute;left:1rem;bottom:.9rem;color:#fff;font-weight:800}

.featured-section{}
.product-card{height:100%;border-radius:28px;overflow:hidden;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow);transition:.35s}
.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.product-visual{height:240px;position:relative;display:flex;align-items:flex-end;justify-content:center;padding:1rem}
.product-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--v1),var(--v2));opacity:.95}
.product-visual .p-bucket{position:relative;z-index:1;width:120px;height:132px;border-radius:0 0 28px 28px;background:#fff;box-shadow:0 14px 25px rgba(0,0,0,.18)}
.product-visual .p-bucket::before{content:"";position:absolute;left:10px;right:10px;top:-8px;height:16px;border-radius:14px;background:#2046c7}
.product-visual .p-bucket::after{content:"";position:absolute;inset:18px;border-radius:18px;background:linear-gradient(135deg,rgba(35,73,200,.22),rgba(255,94,168,.22))}
.product-content{padding:1.3rem}
.product-content h5{font-weight:800;margin-bottom:.45rem}
.product-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.9rem}
.product-meta span{font-size:.82rem;padding:.4rem .72rem;border-radius:999px;background:#eef3ff;color:#3d4d69;font-weight:700}
.product-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.product-actions .btn{border-radius:14px;padding:.75rem 1rem;font-weight:700}
.btn-soft{background:#eef3ff;color:var(--primary)}
.btn-soft:hover{background:#e1e9ff;color:var(--primary)}

.brands-section{}
.brand-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}
.brand-strip div{border-radius:22px;padding:1.15rem;text-align:center;font-size:1.02rem;font-weight:800;background:rgba(255,255,255,.20)}
.brand-strip div:nth-child(odd){background:linear-gradient(135deg,rgba(255,209,102,.36),rgba(255,255,255,.58))}
.brand-strip div:nth-child(even){background:linear-gradient(135deg,rgba(35,73,200,.16),rgba(255,255,255,.58))}

.services-section{}
.service-card{height:100%;padding:1.45rem;border-radius:28px;background:rgba(255,255,255,.22);transition:.35s}
.service-card i{font-size:1.5rem;display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;margin-bottom:.95rem}
.service-card h5{font-weight:800}
.service-card p{color:var(--muted)}
.service-card:hover{transform:translateY(-8px)}

.offer-banner{padding:1.2rem 0 0;background:linear-gradient(135deg,#10203d,#2349c8,#11b6a3)}
.offer-box{border-radius:36px;padding:2.2rem;color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.08));display:flex;justify-content:space-between;align-items:center;gap:2rem}
.offer-box h2,.offer-box p{color:#fff}
.offer-actions{display:flex;gap:1rem;flex-wrap:wrap}

.gallery-section{}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.gallery-item{min-height:220px;border-radius:28px;display:flex;align-items:end;padding:1rem;color:#fff;font-weight:800;overflow:hidden;position:relative}
.gallery-item::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.42));z-index:0}
.gallery-item span{position:relative;z-index:1}
.g1{background:linear-gradient(135deg,#2349c8,#11b6a3)}
.g2{background:linear-gradient(135deg,#ff9f1c,#ff5e62)}
.g3{background:linear-gradient(135deg,#8e54e9,#4776e6)}
.g4{background:linear-gradient(135deg,#11b6a3,#7fdbda)}
.g5{background:linear-gradient(135deg,#ff5ea8,#fcb045)}
.g6{background:linear-gradient(135deg,#4b6cb7,#182848)}
.g1,.g4{grid-row:span 2}

.testimonials-section{}
.review-card{border-radius:28px;padding:1.5rem;background:rgba(255,255,255,.22);height:100%}
.stars{color:#ffb703;font-size:1rem;letter-spacing:3px;margin-bottom:.7rem}
.review-card p{color:var(--muted)}
.review-card b{font-size:1.02rem}

.faq-section{}
.custom-accordion .accordion-item{border:none;border-radius:22px;margin-bottom:1rem;overflow:hidden;background:rgba(255,255,255,.20)}
.custom-accordion .accordion-button{font-weight:700;padding:1.2rem 1.4rem;background:transparent;color:var(--dark);box-shadow:none}
.custom-accordion .accordion-button:not(.collapsed){color:var(--primary);background:rgba(35,73,200,.06)}
.custom-accordion .accordion-body{color:var(--muted);padding:1rem 1.4rem 1.3rem}

.contact-section{}
.contact-card,.inquiry-form{border-radius:30px;padding:1.8rem;background:rgba(255,255,255,.20)}
.contact-line{display:flex;gap:.85rem;align-items:flex-start;background:rgba(255,255,255,.18);padding:.95rem 1rem;border-radius:18px;margin-top:.9rem}
.contact-line i{color:var(--primary);font-size:1.15rem}
.map-placeholder{margin-top:1.25rem;border-radius:24px;padding:1.8rem;background:linear-gradient(135deg,rgba(35,73,200,.12),rgba(17,182,163,.12));display:grid;gap:.35rem;min-height:170px;place-content:center;text-align:center}
.map-placeholder i{font-size:2rem;color:var(--secondary)}
.inquiry-form .form-control,.inquiry-form .form-select{border:none;border-radius:16px;padding:1rem 1rem;background:rgba(255,255,255,.85);box-shadow:inset 0 0 0 1px rgba(35,73,200,.08)}
.inquiry-form .form-control:focus,.inquiry-form .form-select:focus{box-shadow:0 0 0 .2rem rgba(35,73,200,.14)}
.inquiry-form h3{font-weight:800;margin-bottom:1rem}

.footer{background:linear-gradient(135deg,#08162f,#10203d 45%,#16295a);padding:4rem 0 1rem;color:#eef4ff}
.footer h5{font-weight:800;margin-bottom:1rem;color:#fff}
.footer a{display:block;color:#d4def7;margin-bottom:.5rem}
.footer p{color:#d4def7}
.footer-brand{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;border-radius:22px;background:rgba(255,255,255,.09)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;padding-top:1rem;text-align:center;color:#cbd5f0}

.float-actions{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:.85rem;z-index:30}
.float-btn{width:54px;height:54px;border:none;border-radius:18px;display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-lg);font-size:1.3rem}
.float-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}
.float-btn.call{background:linear-gradient(135deg,#ff9f1c,#ff5e62)}
.float-btn.top{background:linear-gradient(135deg,#2349c8,#8e54e9)}

.ripple{
  position:fixed;width:18px;height:18px;border-radius:50%;pointer-events:none;z-index:9999;
  border:2px solid rgba(255,255,255,.7);background:radial-gradient(circle,rgba(255,255,255,.45),rgba(255,255,255,.02));
  transform:translate(-50%,-50%);animation:ripple .95s ease-out forwards;mix-blend-mode:screen
}

@keyframes ripple{to{opacity:0;transform:translate(-50%,-50%) scale(8)}}
@keyframes float{50%{transform:translateY(-18px)}}

@media (max-width:1199px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .color-swatches{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:991px){
  .about-section,.products-section,.sanitary-section,.color-studio,.featured-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section,body{background-attachment:scroll}
  .section{padding:4.7rem 0}
  .hero-section{padding-top:3rem}
  .min-vh-hero{min-height:auto}
  .offer-box{flex-direction:column;align-items:flex-start}
  .sanitary-list{grid-template-columns:1fr}
  .navbar-collapse{background:rgba(255,255,255,.38);margin-top:1rem;border-radius:20px;padding:1rem;box-shadow:var(--shadow)}
}
@media (max-width:767px){
  .hero-section h1{font-size:2.4rem}
  .section h2,.offer-box h2{font-size:2rem}
  .hero-actions,.offer-actions{flex-direction:column;align-items:stretch}
  .color-swatches{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-item,.g1,.g4{grid-row:auto;min-height:200px}
  .quick-cats{margin-top:-1rem}
  .trust-row{display:grid;grid-template-columns:1fr 1fr}
}
@media (max-width:575px){
  .top-strip .small-info{justify-content:center}
  .hero-showcase{padding:.85rem}
  .room-card{min-height:360px}
  .bucket.big{width:110px;height:128px}
  .bucket.small{width:78px;height:92px;left:95px}
  .roller{left:70px;width:92px}
  .basin{width:110px;height:58px}
  .trust-row{grid-template-columns:1fr}
  .section,.footer{padding-left:0;padding-right:0}
}

/* =========================
   Premium Color Palette Studio
   ========================= */
.btn-consult{
  border-radius:18px;
  padding:.95rem 1.35rem;
  font-weight:800;
  color:#10203d;
  background:linear-gradient(135deg,#fff,#ffd166);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:var(--shadow);
}
.btn-consult:hover{color:#10203d;transform:translateY(-2px)}
.palette-studio-section{
  background-image:
    linear-gradient(rgba(246,250,255,.58),rgba(255,246,252,.68)),
    url('../assets/images/bg-wave-2.svg');
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
}
.palette-studio-shell{
  position:relative;
  border-radius:36px;
  padding:1.25rem;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  overflow:hidden;
}
.palette-studio-shell::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,94,168,.18),transparent 22%),
    radial-gradient(circle at 80% 28%,rgba(17,182,163,.18),transparent 23%),
    radial-gradient(circle at 55% 80%,rgba(255,159,28,.18),transparent 25%);
  pointer-events:none;
}
.palette-toolbar,.palette-filter-wrap,.palette-preview-card,.palette-card-grid{position:relative;z-index:1}
.palette-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  padding:1.35rem;
  border-radius:28px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.38);
  backdrop-filter:blur(18px);
}
.palette-toolbar h3{font-weight:900;color:var(--dark);margin:0 0 .25rem}
.palette-toolbar p{color:var(--muted);margin:0}
.palette-filter-wrap{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0}
.palette-filter{
  border:1px solid rgba(35,73,200,.16);
  background:rgba(255,255,255,.44);
  color:#233252;
  border-radius:999px;
  padding:.66rem 1rem;
  font-weight:800;
  transition:.3s;
  backdrop-filter:blur(14px);
}
.palette-filter:hover,.palette-filter.active{
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--violet));
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(35,73,200,.18);
}
.palette-preview-card{
  border-radius:32px;
  padding:1.35rem;
  height:100%;
  background:rgba(255,255,255,.23);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:var(--shadow);
  backdrop-filter:blur(24px);
}
.sticky-preview{position:sticky;top:98px}
.preview-label-row{display:flex;align-items:center;gap:.55rem;font-weight:900;color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem;margin-bottom:.75rem}
.live-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 8px rgba(34,197,94,.14)}
.palette-preview-card h3{font-weight:900;color:var(--dark);margin-bottom:.25rem}
.palette-preview-card>p{color:var(--muted)}
.interior-preview{
  height:360px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:var(--preview-main,#F5E6C8);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),0 18px 38px rgba(16,32,61,.14);
  transition:background .55s ease;
}
.accent-wall{position:absolute;inset:0 0 34%;background:var(--preview-main,#F5E6C8);transition:.55s ease}
.preview-floor{position:absolute;left:0;right:0;bottom:0;height:34%;background:linear-gradient(135deg,var(--preview-floor,#7A5C3A),color-mix(in srgb,var(--preview-floor,#7A5C3A),white 28%));transition:.55s ease}
.preview-door{position:absolute;left:9%;bottom:34%;width:70px;height:150px;border-radius:12px 12px 0 0;background:var(--preview-door,#7A5C3A);box-shadow:0 10px 25px rgba(0,0,0,.12);transition:.55s ease}
.preview-door::after{content:"";position:absolute;right:10px;top:72px;width:8px;height:8px;border-radius:50%;background:#ffd166}
.preview-window{position:absolute;right:10%;top:18%;width:116px;height:86px;border:8px solid rgba(255,255,255,.86);border-radius:18px;background:linear-gradient(135deg,#dff9fb,#fff);box-shadow:0 12px 25px rgba(0,0,0,.08)}
.preview-sofa{position:absolute;left:50%;bottom:26%;transform:translateX(-50%);width:220px;height:74px;border-radius:28px 28px 14px 14px;background:var(--preview-furniture,#2F2F2F);box-shadow:0 15px 30px rgba(0,0,0,.16);transition:.55s ease}
.preview-sofa::before,.preview-sofa::after{content:"";position:absolute;top:-22px;width:70px;height:62px;border-radius:26px;background:inherit}.preview-sofa::before{left:12px}.preview-sofa::after{right:12px}
.preview-rug{position:absolute;left:50%;bottom:7%;transform:translateX(-50%);width:260px;height:54px;border-radius:50%;background:var(--preview-accent,#C9A66B);opacity:.86;filter:blur(.2px);transition:.55s ease}
.preview-table{position:absolute;left:50%;bottom:16%;transform:translateX(-50%);width:94px;height:12px;border-radius:10px;background:rgba(255,255,255,.8);box-shadow:0 18px 0 rgba(255,255,255,.54)}
.preview-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}
.preview-info-grid div{padding:.85rem;border-radius:18px;background:rgba(255,255,255,.32);border:1px solid rgba(255,255,255,.34)}
.preview-info-grid small{display:block;color:var(--muted);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.7px}.preview-info-grid b{display:block;color:var(--dark);font-size:.95rem}
.selected-hex-wrap{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0}
.hex-pill{border:none;border-radius:999px;padding:.55rem .75rem;font-weight:900;color:#fff;box-shadow:0 10px 22px rgba(16,32,61,.14);display:flex;align-items:center;gap:.45rem}
.hex-pill span{width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 0 2px rgba(255,255,255,.45)}
.design-suggestion{padding:1rem;border-radius:20px;background:rgba(255,255,255,.32);border:1px solid rgba(255,255,255,.34);color:#40506f!important;margin:0}
.palette-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-height:940px;overflow:auto;padding-right:.35rem}
.palette-card-grid::-webkit-scrollbar{width:8px}.palette-card-grid::-webkit-scrollbar-thumb{background:linear-gradient(var(--primary),var(--pink));border-radius:99px}
.palette-card{
  border-radius:26px;
  padding:1rem;
  background:rgba(255,255,255,.24);
  border:1px solid rgba(255,255,255,.4);
  box-shadow:var(--shadow);
  backdrop-filter:blur(20px);
  transition:.35s;
}
.palette-card:hover,.palette-card.active{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(35,73,200,.32)}
.palette-card.active{background:rgba(255,255,255,.38)}
.palette-top{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.75rem}.palette-top h5{font-weight:900;color:var(--dark);margin:0}.palette-top span{align-self:start;font-size:.74rem;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--primary),var(--pink));border-radius:999px;padding:.35rem .65rem;white-space:nowrap}
.palette-card p{font-size:.9rem;color:var(--muted);margin:.35rem 0 .75rem}.palette-product{font-weight:800;color:#314466!important}.palette-swatch-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.45rem;margin:.75rem 0}
.palette-swatch{height:44px;border-radius:14px;border:2px solid rgba(255,255,255,.68);box-shadow:0 8px 16px rgba(16,32,61,.12);cursor:pointer;transition:.25s;position:relative}.palette-swatch:hover{transform:translateY(-4px) scale(1.04)}
.palette-swatch::after{content:attr(data-hex);position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);font-size:.68rem;font-weight:900;background:#10203d;color:#fff;padding:.18rem .35rem;border-radius:6px;opacity:0;pointer-events:none;transition:.2s}.palette-swatch:hover::after{opacity:1}
.palette-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.9rem}.palette-actions button,.palette-actions a{border:none;border-radius:14px;padding:.72rem .9rem;font-weight:900}.preview-btn{background:#eef3ff;color:var(--primary)}.consult-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}
.copy-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;z-index:2000;background:#10203d;color:#fff;border-radius:999px;padding:.75rem 1.1rem;font-weight:900;box-shadow:var(--shadow-lg);transition:.3s}.copy-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:991px){.palette-studio-section{background-attachment:scroll}.sticky-preview{position:relative;top:auto}.palette-toolbar{flex-direction:column;align-items:flex-start}.palette-card-grid{max-height:none}}
@media(max-width:767px){.palette-card-grid{grid-template-columns:1fr}.preview-info-grid{grid-template-columns:1fr}.interior-preview{height:310px}.palette-toolbar .btn{width:100%}}

/* =========================================================
   FINAL E-COMMERCE + FIXED BACKGROUND + FULL GLASS POLISH
   Structure unchanged. Visual system upgraded only.
========================================================= */
:root{
  --shop-glass:rgba(255,255,255,.18);
  --shop-glass-strong:rgba(255,255,255,.26);
  --shop-stroke:rgba(255,255,255,.42);
  --shop-blur:24px;
  --shop-deep:#07152f;
}
body{
  background:
    linear-gradient(rgba(255,255,255,.36),rgba(255,255,255,.34)),
    url('../assets/images/bg-ecommerce-showroom.svg') center center/cover fixed no-repeat !important;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.32),transparent 22%),
    radial-gradient(circle at 80% 12%,rgba(255,255,255,.20),transparent 20%),
    linear-gradient(120deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.top-strip{
  z-index:1060;
  background:linear-gradient(90deg,rgba(7,21,47,.82),rgba(35,73,200,.72),rgba(17,182,163,.72));
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.16);
}
.main-nav{
  position:sticky !important;
  top:0 !important;
  z-index:1050 !important;
  background:rgba(255,255,255,.34) !important;
  border-bottom:1px solid rgba(255,255,255,.45);
  backdrop-filter:blur(26px) saturate(180%) !important;
  -webkit-backdrop-filter:blur(26px) saturate(180%) !important;
  box-shadow:0 16px 44px rgba(7,21,47,.13);
}
.main-nav.nav-scrolled{
  background:rgba(255,255,255,.52) !important;
  box-shadow:0 18px 50px rgba(7,21,47,.18);
}
.navbar-toggler{border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.32)}
.navbar-brand,.navbar-nav .nav-link{color:#07152f !important}
.btn-order{background:linear-gradient(135deg,#ff7a18,#ffb703,#11b6a3);color:#07152f !important;font-weight:900}

.hero-section{
  background:
    linear-gradient(135deg,rgba(7,21,47,.62),rgba(35,73,200,.36)),
    url('../assets/images/bg-ecommerce-showroom.svg') center center/cover fixed no-repeat !important;
}
.hero-section .col-lg-6:first-child{
  padding:1.4rem;
  border-radius:34px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.26);
  box-shadow:0 24px 70px rgba(7,21,47,.18);
  backdrop-filter:blur(22px) saturate(170%);
  -webkit-backdrop-filter:blur(22px) saturate(170%);
}
.hero-badge,.hero-showcase,.quick-card,.image-frame,.feature-tile,.cat-card,.service-card,.review-card,.contact-card,.inquiry-form,.offer-box,.brand-strip div,.color-board,.sanitary-showcase,.product-card,.palette-studio-shell,.palette-preview-card,.palette-card,.gallery-item,.custom-accordion .accordion-item{
  background:var(--shop-glass) !important;
  border:1px solid var(--shop-stroke) !important;
  box-shadow:0 20px 60px rgba(7,21,47,.14) !important;
  backdrop-filter:blur(var(--shop-blur)) saturate(180%) !important;
  -webkit-backdrop-filter:blur(var(--shop-blur)) saturate(180%) !important;
}
.quick-card:hover,.feature-tile:hover,.cat-card:hover,.service-card:hover,.review-card:hover,.product-card:hover,.palette-card:hover,.brand-strip div:hover{
  transform:translateY(-10px) scale(1.01);
  box-shadow:0 26px 80px rgba(35,73,200,.22) !important;
}
.section-head,.section .col-lg-7,.sanitary-section .col-lg-6:first-child{
  border-radius:32px;
  padding:1.3rem;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  backdrop-filter:blur(18px);
}
.section h2,.product-content h5,.service-card h5,.cat-card h5{letter-spacing:-.03em}
.products-section,.featured-section,.sanitary-section,.color-studio,.palette-studio-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section,.about-section{
  background-attachment:fixed !important;
  background-size:cover !important;
  background-position:center !important;
}
.products-section{background-image:linear-gradient(rgba(255,255,255,.20),rgba(255,255,255,.24)),url('../assets/images/bg-ecommerce-showroom.svg') !important}
.featured-section{background-image:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.22)),url('../assets/images/bg-ecommerce-showroom.svg') !important}
.sanitary-section{background-image:linear-gradient(rgba(255,255,255,.16),rgba(255,255,255,.22)),url('../assets/images/bg-ecommerce-showroom.svg') !important}
.color-studio,.palette-studio-section{background-image:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.22)),url('../assets/images/bg-ecommerce-showroom.svg') !important}
.about-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section{background-image:linear-gradient(rgba(255,255,255,.20),rgba(255,255,255,.24)),url('../assets/images/bg-ecommerce-showroom.svg') !important}

/* ecommerce product cards */
.product-card{position:relative;overflow:hidden}
.product-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  opacity:0;
  background:linear-gradient(135deg,rgba(255,159,28,.35),rgba(35,73,200,.28),rgba(17,182,163,.28));
  transition:.35s;
  pointer-events:none;
}
.product-card:hover::before{opacity:1}
.product-content{position:relative;z-index:2;background:rgba(255,255,255,.12);backdrop-filter:blur(16px)}
.product-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:3;
  padding:.42rem .72rem;
  border-radius:999px;
  font-size:.74rem;
  font-weight:900;
  color:#07152f;
  background:linear-gradient(135deg,#ffd166,#ff9f1c);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.product-rating{color:#ffb703;letter-spacing:2px;font-size:.88rem;margin-bottom:.55rem}
.price-line{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.9rem 0 1rem}
.price-line b{font-size:1.05rem;color:#07152f}
.price-line small{font-weight:800;color:#11b6a3;background:rgba(17,182,163,.12);padding:.35rem .6rem;border-radius:999px}
.product-actions .btn-primary-xl{background:linear-gradient(135deg,#25d366,#11b6a3);color:#fff}

.cat-card{color:#fff;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
.cat-card::after{
  content:"Shop Now";
  position:absolute;right:16px;top:16px;font-size:.72rem;font-weight:900;
  color:rgba(255,255,255,.9);background:rgba(255,255,255,.18);padding:.35rem .65rem;border-radius:999px
}

/* stronger color studio ecommerce tool */
.palette-studio-section{position:relative;overflow:hidden}
.palette-studio-section::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 20% 15%,rgba(255,94,168,.18),transparent 25%),radial-gradient(circle at 88% 22%,rgba(17,182,163,.22),transparent 25%);
}
.palette-toolbar{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);border-radius:28px;padding:1.2rem;backdrop-filter:blur(22px);box-shadow:0 20px 60px rgba(7,21,47,.12)}
.palette-filter{background:rgba(255,255,255,.18) !important;border:1px solid rgba(255,255,255,.4) !important;backdrop-filter:blur(18px)}
.palette-filter.active{background:linear-gradient(135deg,#2349c8,#8e54e9) !important;color:#fff !important}
.copy-toast{backdrop-filter:blur(18px);background:rgba(7,21,47,.85)}

/* smooth water cursor, lighter */
.ripple{width:14px;height:14px;border:1px solid rgba(255,255,255,.65);background:radial-gradient(circle,rgba(255,255,255,.28),rgba(17,182,163,.07));animation:ripple .75s ease-out forwards}
body::before{background:radial-gradient(180px circle at var(--cursor-x) var(--cursor-y),rgba(255,255,255,.16),transparent 62%)}

@media (max-width:991px){
  body,.hero-section,.products-section,.featured-section,.sanitary-section,.color-studio,.palette-studio-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section,.about-section{background-attachment:scroll !important}
  .navbar-collapse{background:rgba(255,255,255,.72) !important;backdrop-filter:blur(22px)}
  .hero-section .col-lg-6:first-child{padding:1rem}
}

/* =========================================================
   USER ISSUE FIX PASS: E-COMMERCE GLASS + TRANSPARENT STICKY NAV
   Only visual fixes. Structure/content unchanged.
========================================================= */
html{scroll-padding-top:92px}
body{
  background:
    linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.16)),
    url('../assets/images/bg-ecommerce-showroom.svg') center center / cover fixed no-repeat !important;
}
body::after{
  background:
    linear-gradient(135deg,rgba(7,21,47,.08),rgba(35,73,200,.04),rgba(17,182,163,.04)),
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.22),transparent 25%),
    radial-gradient(circle at 78% 28%,rgba(255,255,255,.14),transparent 24%) !important;
}
.main-nav{
  position:sticky !important;
  top:0 !important;
  left:0;
  right:0;
  z-index:9999 !important;
  background:rgba(255,255,255,.10) !important;
  border-bottom:1px solid rgba(255,255,255,.32) !important;
  box-shadow:0 14px 45px rgba(7,21,47,.10) !important;
  backdrop-filter:blur(34px) saturate(210%) !important;
  -webkit-backdrop-filter:blur(34px) saturate(210%) !important;
}
.main-nav.nav-scrolled{
  background:rgba(255,255,255,.16) !important;
  border-bottom:1px solid rgba(255,255,255,.38) !important;
  box-shadow:0 18px 58px rgba(7,21,47,.14) !important;
}
.main-nav::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.06),rgba(255,255,255,.14));
  opacity:.8;
  z-index:-1;
}
.navbar-brand,.navbar-nav .nav-link{
  color:#06152f !important;
  text-shadow:0 1px 18px rgba(255,255,255,.9);
}
.navbar-nav .nav-link{
  border-radius:14px;
  transition:.25s ease;
}
.navbar-nav .nav-link:hover{
  background:rgba(255,255,255,.20);
  transform:translateY(-1px);
}
.navbar-toggler{
  background:rgba(255,255,255,.16) !important;
  border:1px solid rgba(255,255,255,.42) !important;
  box-shadow:0 10px 28px rgba(7,21,47,.12);
}
.navbar-collapse{
  border-radius:22px;
}
.top-strip{
  background:rgba(7,21,47,.48) !important;
  backdrop-filter:blur(26px) saturate(180%) !important;
  -webkit-backdrop-filter:blur(26px) saturate(180%) !important;
  border-bottom:1px solid rgba(255,255,255,.20) !important;
}
.hero-section,
.about-section,.products-section,.sanitary-section,.color-studio,.palette-studio-section,.featured-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section{
  background-image:linear-gradient(rgba(255,255,255,.10),rgba(255,255,255,.14)),url('../assets/images/bg-ecommerce-showroom.svg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}
.hero-section{
  background-image:linear-gradient(135deg,rgba(7,21,47,.50),rgba(35,73,200,.22)),url('../assets/images/bg-ecommerce-showroom.svg') !important;
}
.hero-badge,.hero-showcase,.quick-card,.image-frame,.feature-tile,.cat-card,.service-card,.review-card,.contact-card,.inquiry-form,.offer-box,.brand-strip div,.color-board,.sanitary-showcase,.product-card,.palette-studio-shell,.palette-preview-card,.palette-card,.gallery-item,.custom-accordion .accordion-item,.section-head,.section .col-lg-7,.sanitary-section .col-lg-6:first-child,.palette-toolbar,.preview-info-grid div,.design-suggestion{
  background:rgba(255,255,255,.13) !important;
  border:1px solid rgba(255,255,255,.35) !important;
  backdrop-filter:blur(28px) saturate(190%) !important;
  -webkit-backdrop-filter:blur(28px) saturate(190%) !important;
}
.product-content,.contact-line,.sanitary-list span,.inquiry-form .form-control,.inquiry-form .form-select{
  background:rgba(255,255,255,.18) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  border:1px solid rgba(255,255,255,.26) !important;
}
.section-head h2,.section h2,.palette-preview-card h3,.product-content h5,.service-card h5,.feature-tile b,.quick-card b{
  color:#07152f !important;
  text-shadow:0 1px 20px rgba(255,255,255,.72);
}
.section-head p,.section-text,.service-card p,.review-card p,.palette-card p,.product-meta span,.contact-line span{
  color:#273957 !important;
}
.product-meta span,.btn-soft{
  background:rgba(255,255,255,.26) !important;
  border:1px solid rgba(255,255,255,.28) !important;
}
.float-actions{z-index:10000 !important}
.copy-toast{z-index:10001 !important}

@media (max-width:991px){
  body,.hero-section,.about-section,.products-section,.sanitary-section,.color-studio,.palette-studio-section,.featured-section,.brands-section,.services-section,.gallery-section,.testimonials-section,.faq-section,.contact-section{
    background-attachment:fixed !important;
  }
  .navbar-collapse{
    background:rgba(255,255,255,.20) !important;
    border:1px solid rgba(255,255,255,.34);
    backdrop-filter:blur(30px) saturate(190%) !important;
    -webkit-backdrop-filter:blur(30px) saturate(190%) !important;
    box-shadow:0 18px 52px rgba(7,21,47,.16);
  }
  .navbar-nav .nav-link{padding:.82rem 1rem}
}
@media (max-width:575px){
  .main-nav{background:rgba(255,255,255,.14) !important}
  .main-nav.nav-scrolled{background:rgba(255,255,255,.18) !important}
}

/* =========================================================
   Extra Color Studio Controls + Realistic House Preview
   Added without changing existing website structure
   ========================================================= */
.palette-tools-panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:1rem;
  margin:0 0 1.25rem;
}
.picker-box,.random-box{
  min-height:96px;
  border-radius:26px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.38);
  box-shadow:0 18px 45px rgba(7,21,47,.10);
  backdrop-filter:blur(24px) saturate(150%);
  -webkit-backdrop-filter:blur(24px) saturate(150%);
}
.picker-box{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:1rem;
  padding:1rem;
}
.picker-icon{
  width:58px;height:58px;border-radius:20px;
  display:grid;place-items:center;
  color:#fff;font-size:1.45rem;
  background:linear-gradient(135deg,#2349c8,#ff5ea8,#ff9f1c);
  box-shadow:0 14px 34px rgba(35,73,200,.22);
}
.picker-box h4{font-size:1.05rem;font-weight:950;margin:0 0 .15rem;color:var(--dark)}
.picker-box p{margin:0;color:#526179;font-weight:600;font-size:.9rem}
#customColorPicker{
  width:66px;height:58px;border:none;border-radius:18px;overflow:hidden;background:transparent;cursor:pointer;
  box-shadow:0 12px 28px rgba(16,32,61,.16), inset 0 0 0 2px rgba(255,255,255,.8);
}
#customColorPicker::-webkit-color-swatch-wrapper{padding:0}
#customColorPicker::-webkit-color-swatch{border:none;border-radius:18px}
.random-box{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;padding:1rem}
.random-color-btn{
  border:none;border-radius:18px;padding:.9rem 1rem;font-weight:950;color:#fff;
  background:linear-gradient(135deg,#10203d,#2349c8,#8e54e9);
  box-shadow:0 16px 34px rgba(35,73,200,.22);
  transition:.25s ease;
}
.random-color-btn.soft{background:linear-gradient(135deg,#11b6a3,#25d366)}
.random-color-btn:hover{transform:translateY(-3px);filter:saturate(1.12)}

.wall-control-panel{margin:.95rem 0 1rem}
.wall-control-title{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#5d6d86;margin-bottom:.65rem}
.wall-control-buttons{display:flex;flex-wrap:wrap;gap:.55rem}
.wall-target-btn{border:none;background:rgba(255,255,255,.45);color:var(--dark);padding:.68rem .92rem;border-radius:999px;font-weight:800;font-size:.88rem;box-shadow:0 10px 22px rgba(16,32,61,.08);transition:.25s ease}
.wall-target-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.6)}
.wall-target-btn.active{background:linear-gradient(135deg,var(--primary),var(--violet));color:#fff;box-shadow:0 14px 30px rgba(35,73,200,.22)}

.realistic-house-preview{
  --preview-main:#F5E6C8;
  --preview-front:#F5E6C8;
  --preview-left:#EADBC8;
  --preview-right:#FBF1DE;
  --preview-accent:#C9A66B;
  --preview-floor:#7A5C3A;
  --preview-door:#7A5C3A;
  --preview-furniture:#2F2F2F;
  height:440px;
  isolation:isolate;
  perspective:1000px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.45), transparent 22%),
    linear-gradient(180deg,#fdfefe 0%, #f5f8ff 100%);
}
.realistic-house-preview::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.10) 0 1px,transparent 1px 80px),
    linear-gradient(180deg,rgba(255,255,255,.08) 0 1px,transparent 1px 80px),
    radial-gradient(circle at 76% 18%,rgba(255,255,255,.28),transparent 18%);
  opacity:.75;
  pointer-events:none;
  z-index:1;
}
.realistic-house-preview .preview-wall{position:absolute;top:56px;bottom:35%;transition:.55s ease}
.realistic-house-preview .preview-front-wall{
  left:21%;right:21%;
  background:
    linear-gradient(110deg,rgba(255,255,255,.20),transparent 45%),
    linear-gradient(180deg,var(--preview-front),color-mix(in srgb,var(--preview-front),black 5%));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
  z-index:0;
}
.realistic-house-preview .preview-left-wall{
  left:0;width:22%;
  background:
    linear-gradient(120deg,rgba(255,255,255,.15),transparent 35%),
    linear-gradient(180deg,var(--preview-left),color-mix(in srgb,var(--preview-left),black 10%));
  clip-path:polygon(100% 0, 0 12%, 0 100%, 100% 86%);
  z-index:0;
}
.realistic-house-preview .preview-right-wall{
  right:0;width:22%;
  background:
    linear-gradient(240deg,rgba(255,255,255,.18),transparent 35%),
    linear-gradient(180deg,var(--preview-right),color-mix(in srgb,var(--preview-right),black 10%));
  clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 86%);
  z-index:0;
}
.preview-ceiling{
  position:absolute;left:0;right:0;top:0;height:64px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.08));
  clip-path:polygon(15% 0,85% 0,100% 100%,0 100%);
  z-index:2;
}
.realistic-house-preview .preview-floor{
  height:35%;
  background:
    repeating-linear-gradient(92deg,rgba(255,255,255,.10) 0 3px,transparent 3px 78px),
    linear-gradient(135deg,var(--preview-floor),color-mix(in srgb,var(--preview-floor),white 28%));
  transform-origin:top center;
  z-index:2;
}
.preview-baseboard{
  position:absolute;left:0;right:0;bottom:34.5%;height:14px;
  background:linear-gradient(90deg,rgba(255,255,255,.84),rgba(255,255,255,.52));
  box-shadow:0 6px 20px rgba(16,32,61,.14);z-index:5;
}
.realistic-house-preview .preview-door{
  left:6%;bottom:35%;width:72px;height:162px;transform:skewY(6deg);
  border:5px solid rgba(255,255,255,.55);
  background:
    linear-gradient(90deg,rgba(255,255,255,.12),transparent 35%),
    linear-gradient(180deg,var(--preview-door),color-mix(in srgb,var(--preview-door),black 18%));
  box-shadow:12px 18px 35px rgba(16,32,61,.22);
  z-index:5;
}
.realistic-house-preview .preview-door::before{
  content:"";position:absolute;inset:18px 12px;border:2px solid rgba(255,255,255,.2);border-radius:8px;
}
.realistic-house-preview .preview-door::after{background:var(--preview-accent);box-shadow:0 0 0 3px rgba(255,255,255,.4)}
.realistic-house-preview .preview-window{
  right:6%;top:18%;width:126px;height:96px;transform:skewY(-6deg);
  border:9px solid rgba(255,255,255,.84);
  border-radius:20px;
  background:linear-gradient(135deg,#bfe8ff,#ffffff 60%,#ffe6bf);
  box-shadow:0 18px 38px rgba(16,32,61,.16);
  z-index:6;
}
.realistic-house-preview .preview-window::before,.realistic-house-preview .preview-window::after{
  content:"";position:absolute;background:rgba(255,255,255,.92);border-radius:999px;
}
.realistic-house-preview .preview-window::before{left:50%;top:0;bottom:0;width:5px;transform:translateX(-50%)}
.realistic-house-preview .preview-window::after{left:0;right:0;top:50%;height:5px;transform:translateY(-50%)}
.preview-curtain{
  position:absolute;right:5.8%;top:15%;width:154px;height:116px;border-radius:24px;
  background:linear-gradient(90deg,rgba(255,255,255,.05),var(--preview-accent),rgba(255,255,255,.05));
  opacity:.22;z-index:5;filter:blur(.1px)
}
.preview-frame-small,.preview-frame-large{
  position:absolute;border:7px solid rgba(255,255,255,.84);border-radius:16px;z-index:5;
  background:linear-gradient(135deg,var(--preview-accent),color-mix(in srgb,var(--preview-accent),white 44%));
  box-shadow:0 14px 24px rgba(16,32,61,.12);
}
.preview-frame-small{left:34%;top:20%;width:68px;height:72px}
.preview-frame-large{left:49%;top:15%;width:106px;height:82px}
.preview-shelf{position:absolute;left:36%;top:41%;width:146px;height:12px;background:rgba(255,255,255,.76);border-radius:99px;z-index:5;box-shadow:0 10px 22px rgba(16,32,61,.12)}
.preview-shelf b{position:absolute;bottom:12px;width:24px;border-radius:8px 8px 3px 3px;background:var(--preview-accent);opacity:.88}
.preview-shelf b:nth-child(1){height:40px;left:14px}.preview-shelf b:nth-child(2){height:28px;left:52px;background:var(--preview-furniture)}.preview-shelf b:nth-child(3){height:34px;left:92px;background:#fff}
.realistic-house-preview .preview-sofa{
  width:238px;height:82px;bottom:25%;
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--preview-furniture),white 12%),var(--preview-furniture));
  z-index:7;
}
.preview-pillow{position:absolute;bottom:36%;width:42px;height:32px;border-radius:12px;background:var(--preview-accent);z-index:8;box-shadow:0 8px 18px rgba(16,32,61,.12)}
.preview-pillow.one{left:41%}.preview-pillow.two{left:54%;background:rgba(255,255,255,.82)}
.realistic-house-preview .preview-rug{width:300px;height:68px;bottom:7%;z-index:4;box-shadow:0 18px 35px rgba(16,32,61,.10)}
.realistic-house-preview .preview-table{width:110px;height:14px;bottom:17%;z-index:9;background:rgba(255,255,255,.9)}
.realistic-house-preview .preview-table::before,.realistic-house-preview .preview-table::after{content:"";position:absolute;top:10px;width:8px;height:44px;background:rgba(255,255,255,.78);border-radius:6px}.realistic-house-preview .preview-table::before{left:18px}.realistic-house-preview .preview-table::after{right:18px}
.preview-plant{position:absolute;right:24%;bottom:34%;width:52px;height:72px;z-index:7}
.preview-plant::after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:26px;border-radius:0 0 10px 10px;background:var(--preview-door)}
.preview-plant i{position:absolute;bottom:20px;width:34px;height:44px;border-radius:50% 50% 50% 0;background:#22c55e;transform-origin:bottom center}.preview-plant i:nth-child(1){left:4px;transform:rotate(-28deg)}.preview-plant i:nth-child(2){left:13px;transform:rotate(2deg);background:#16a34a}.preview-plant i:nth-child(3){right:2px;transform:rotate(28deg);background:#4ade80}
.preview-lamp{position:absolute;left:18%;bottom:35%;width:10px;height:112px;background:rgba(255,255,255,.72);border-radius:99px;z-index:7}.preview-lamp::before{content:"";position:absolute;left:-25px;top:-30px;width:60px;height:46px;border-radius:48% 48% 16px 16px;background:var(--preview-accent);box-shadow:0 0 35px color-mix(in srgb,var(--preview-accent),transparent 36%)}

@media(max-width:991px){
  .palette-tools-panel{grid-template-columns:1fr}
}
@media(max-width:767px){
  .picker-box{grid-template-columns:auto 1fr;align-items:start}
  #customColorPicker{grid-column:1/-1;width:100%;height:52px}
  .random-box{justify-content:stretch}
  .random-color-btn{width:100%}
  .realistic-house-preview{height:360px}
  .preview-frame-large,.preview-frame-small,.preview-shelf{display:none}
  .realistic-house-preview .preview-sofa{width:205px}
  .realistic-house-preview .preview-window{width:104px;height:80px}
  .preview-pillow.one{left:35%}.preview-pillow.two{left:53%}
}


@media(max-width:767px){
  .wall-control-buttons{display:grid;grid-template-columns:1fr 1fr}
  .wall-target-btn{font-size:.82rem;padding:.7rem .7rem}
}

/* Detail pages and clickable category/product system */
.quick-card-link{display:block;color:var(--dark);text-decoration:none;cursor:pointer}
.quick-card-link:hover{color:var(--dark)}
.quick-card-link em{display:inline-flex;align-items:center;gap:.35rem;margin-top:.7rem;font-style:normal;font-weight:900;color:var(--primary);font-size:.86rem}
.product-card{cursor:pointer}
.product-card .btn{cursor:pointer}
.details-body{min-height:100vh;background:linear-gradient(rgba(247,249,255,.62),rgba(247,249,255,.68)),url('../assets/images/bg-ecommerce-showroom.svg') center/cover fixed no-repeat}
.detail-page-section{padding-top:4rem;background:transparent!important}
.breadcrumb-line{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1.2rem;font-weight:800;color:#5b6880}
.breadcrumb-line a{color:var(--primary)}
.detail-hero-card,.detail-glass-card{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.36);
  box-shadow:0 22px 60px rgba(16,32,61,.14);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  border-radius:34px;
}
.detail-hero-card{display:grid;grid-template-columns:1fr 1.12fr;gap:2rem;padding:1.4rem;align-items:stretch;overflow:hidden}
.detail-product-visual{min-height:470px;border-radius:28px;background:linear-gradient(135deg,var(--v1),var(--v2));position:relative;display:grid;place-items:center;overflow:hidden}
.detail-product-visual::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.5),transparent 22%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.28),transparent 22%);animation:float 8s ease-in-out infinite}
.detail-badge{position:absolute;top:1rem;left:1rem;z-index:3}
.detail-bucket{position:relative;width:190px;height:220px;border-radius:0 0 40px 40px;background:rgba(255,255,255,.92);box-shadow:0 28px 55px rgba(0,0,0,.24);z-index:2}
.detail-bucket::before{content:"";position:absolute;left:15px;right:15px;top:-14px;height:28px;border-radius:999px;background:#10203d}
.detail-bucket::after{content:"MS LITON\A TRADERS";white-space:pre;position:absolute;inset:42px 24px;border-radius:26px;background:linear-gradient(135deg,rgba(35,73,200,.22),rgba(255,94,168,.22));display:grid;place-items:center;text-align:center;font-weight:950;color:var(--dark);letter-spacing:.08em}
.detail-color-row{position:absolute;left:1.1rem;right:1.1rem;bottom:1.1rem;display:flex;gap:.65rem;z-index:4}
.detail-color-row span{height:22px;flex:1;border-radius:999px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.75),0 8px 18px rgba(0,0,0,.12)}
.detail-product-info{padding:1.2rem;align-self:center}
.detail-product-info h1{font-size:clamp(2.1rem,4vw,4rem);font-weight:950;color:var(--dark);line-height:1.04;margin-bottom:.9rem}
.detail-product-info p{font-size:1.06rem;color:#526179;line-height:1.7}
.detail-rating{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;margin:1rem 0}
.detail-rating span{color:#ffb703;letter-spacing:3px;font-weight:900}
.detail-rating b{background:rgba(255,255,255,.5);padding:.52rem .8rem;border-radius:999px}
.detail-price-box{background:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.46);border-radius:24px;padding:1rem 1.1rem;margin:1rem 0;box-shadow:0 12px 30px rgba(16,32,61,.08)}
.detail-price-box small{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.09em;color:#697894}
.detail-price-box strong{display:block;font-size:1.8rem;font-weight:950;color:var(--primary)}
.detail-price-box span{display:block;color:#5c6980;font-weight:650}
.detail-action-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.1rem}
.detail-call{background:rgba(255,255,255,.5)!important;color:var(--dark)!important;border:1px solid rgba(255,255,255,.55)!important}
.detail-glass-card{padding:1.45rem}
.detail-glass-card h3{font-size:1.35rem;font-weight:950;color:var(--dark);margin-bottom:.9rem}
.detail-glass-card p{color:#526179;line-height:1.7}
.feature-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}
.feature-check-grid span{background:rgba(255,255,255,.38);border:1px solid rgba(255,255,255,.38);border-radius:18px;padding:.85rem .95rem;font-weight:760;color:var(--dark);display:flex;gap:.55rem;align-items:flex-start}
.feature-check-grid i{color:var(--secondary);margin-top:.1rem}
.spec-table{display:grid;gap:.65rem}
.spec-table div{display:flex;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border-radius:16px;background:rgba(255,255,255,.38)}
.spec-table b{color:var(--dark)}
.spec-table span{text-align:right;color:#526179;font-weight:700}
.sample-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.sample-visual{min-height:170px;border-radius:24px;background:linear-gradient(135deg,var(--sample-a),var(--sample-b));display:flex;align-items:flex-end;padding:1rem;position:relative;overflow:hidden;color:#fff;font-weight:950;box-shadow:0 16px 36px rgba(16,32,61,.12)}
.sample-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.32))}
.sample-visual span{position:relative;z-index:1;text-shadow:0 8px 18px rgba(0,0,0,.25)}
.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.detail-product-mini{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:1rem;border-radius:22px;padding:.85rem;background:rgba(255,255,255,.42);border:1px solid rgba(255,255,255,.4);color:var(--dark);transition:.25s ease}
.detail-product-mini:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(16,32,61,.12);color:var(--dark)}
.mini-visual{width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,var(--v1),var(--v2));display:grid;place-items:center;color:#fff;font-size:1.6rem}
.detail-product-mini b{display:block;font-weight:950}.detail-product-mini span,.detail-product-mini small{display:block;color:#5d6b80;font-weight:700}.detail-product-mini>i{color:var(--primary)}
.category-detail-hero{grid-template-columns:320px 1fr;align-items:center}
.category-hero-icon{min-height:320px;border-radius:28px;background:linear-gradient(135deg,var(--primary),var(--secondary),var(--accent));display:grid;place-items:center;color:#fff;font-size:6rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32)}
.sample-list{display:flex;flex-wrap:wrap;gap:.7rem}.sample-list span{background:rgba(255,255,255,.42);padding:.78rem .95rem;border-radius:999px;font-weight:850;color:var(--dark)}
@media(max-width:991px){.detail-hero-card,.category-detail-hero{grid-template-columns:1fr}.detail-product-visual{min-height:350px}.category-hero-icon{min-height:240px}.sample-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.feature-check-grid,.sample-grid,.related-grid{grid-template-columns:1fr}.detail-product-mini{grid-template-columns:58px 1fr}.mini-visual{width:58px;height:58px}.detail-hero-card,.detail-glass-card{border-radius:24px;padding:1rem}.detail-product-info{padding:.5rem}.detail-action-row .btn{width:100%}.category-hero-icon{font-size:4rem}}

/* =========================================================
   Brand slider + speed/user-friendly polish
   Added without changing website structure
========================================================= */
.brand-slider{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:1rem 0;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.38);
  backdrop-filter:blur(24px) saturate(170%);
  -webkit-backdrop-filter:blur(24px) saturate(170%);
  box-shadow:0 20px 60px rgba(7,21,47,.13);
}
.brand-slider::before,.brand-slider::after{
  content:"";
  position:absolute;
  top:0;bottom:0;width:110px;
  z-index:2;
  pointer-events:none;
}
.brand-slider::before{left:0;background:linear-gradient(90deg,rgba(255,255,255,.62),transparent)}
.brand-slider::after{right:0;background:linear-gradient(270deg,rgba(255,255,255,.62),transparent)}
.brand-slider-track{
  display:flex;
  gap:1rem;
  width:max-content;
  animation:brandSlide 34s linear infinite;
  will-change:transform;
}
.brand-slider:hover .brand-slider-track{animation-play-state:paused}
.brand-slide-card{
  min-width:190px;
  height:94px;
  border-radius:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 16px 42px rgba(7,21,47,.10);
  backdrop-filter:blur(22px) saturate(180%);
  -webkit-backdrop-filter:blur(22px) saturate(180%);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.brand-slide-card span{font-size:1.07rem;font-weight:950;color:#07152f;letter-spacing:-.02em}
.brand-slide-card small{font-size:.78rem;font-weight:800;color:#526179;margin-top:.25rem}
.brand-slide-card:nth-child(3n+1){background:linear-gradient(135deg,rgba(255,209,102,.32),rgba(255,255,255,.18))}
.brand-slide-card:nth-child(3n+2){background:linear-gradient(135deg,rgba(35,73,200,.18),rgba(255,255,255,.18))}
.brand-slide-card:nth-child(3n+3){background:linear-gradient(135deg,rgba(17,182,163,.20),rgba(255,255,255,.18))}
.brand-slide-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 22px 65px rgba(35,73,200,.18);background:rgba(255,255,255,.34)}
@keyframes brandSlide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Make long-page scrolling smoother and faster */
.section{content-visibility:auto;contain-intrinsic-size:900px;scroll-margin-top:105px}
.product-card,.cat-card,.service-card,.review-card,.palette-card,.quick-card,.feature-tile,.brand-slide-card{will-change:auto}
.ripple{animation-duration:.55s !important}
.float-actions{will-change:transform}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.001ms !important}
}
@media (max-width:991px){
  .brand-slider{border-radius:24px;padding:.85rem 0}
  .brand-slide-card{min-width:160px;height:82px}
  .brand-slider-track{animation-duration:24s}
  .brand-slider::before,.brand-slider::after{width:46px}
  .section{content-visibility:visible;contain-intrinsic-size:auto}
}
@media (max-width:575px){
  .brand-slide-card{min-width:142px;height:78px}
  .brand-slide-card span{font-size:.94rem}
  .brand-slide-card small{font-size:.7rem}
}


/* CRM navbar button */
.btn-crm{
  border-radius:18px;
  padding:.95rem 1.2rem;
  font-weight:800;
  border:1px solid rgba(255,255,255,.42);
  color:#fff;
  background:linear-gradient(135deg,#0f172a,#2563eb,#14b8a6);
  box-shadow:0 14px 30px rgba(37,99,235,.18);
  transition:.25s ease;
}
.btn-crm:hover{
  color:#fff;
  transform:translateY(-2px);
  filter:saturate(1.12);
}
@media(max-width:991px){
  .btn-crm,.btn-order{width:100%;margin-top:.45rem;text-align:center}
}
/* Admin database image support */
.product-card-link{display:block;color:inherit;text-decoration:none;height:100%}
.product-visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(16,32,61,.22));position:relative;z-index:2;padding:14px}
.detail-product-img{width:min(340px,90%);height:330px;object-fit:contain;position:relative;z-index:3;filter:drop-shadow(0 22px 35px rgba(16,32,61,.28))}
