/* === BEST LIFE SHOWROOM V2 - clean frontend theme === */
:root{
  --primary:#0f172a;
  --accent:#14b8a6;
  --gold:#c59d5f;
  --text:#1f2937;
  --muted:#667085;
  --soft:#f6f8fb;
  --line:#e8edf3;
  --white:#fff;
  --shadow:0 18px 55px rgba(15,23,42,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--text);line-height:1.65}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.eyebrow:before{content:"";width:28px;height:1px;background:var(--accent)}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo-wrap{display:flex;align-items:center;gap:12px}.site-logo{max-height:64px;width:auto}.logo-text{font-family:"Playfair Display",serif;font-weight:700;font-size:28px;letter-spacing:.08em;color:var(--primary);line-height:1.05}.logo-text span{display:block;font-family:Inter,sans-serif;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-top:7px}.nav{display:flex;align-items:center;gap:8px}.nav a{font-weight:700;font-size:15px;color:#475467;padding:12px 16px;border-radius:999px;transition:.25s}.nav a:hover,.nav a.active{background:#eefaf8;color:var(--accent)}.header-meta{display:flex;align-items:center;gap:14px}.header-contact{font-weight:800;color:var(--primary);white-space:nowrap}.header-cta{background:var(--primary);color:#fff;font-weight:800;padding:13px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(15,23,42,.14)}.header-cta:hover{background:var(--accent)}.mobile-toggle{display:none;border:0;background:var(--primary);color:#fff;border-radius:12px;width:44px;height:44px;font-size:22px}

/* Hero */
.showroom-hero{position:relative;background:linear-gradient(180deg,#fff 0%,#f9fbfd 100%);overflow:hidden}.showroom-slide{display:none;min-height:650px;align-items:center;position:relative}.showroom-slide.active{display:flex;animation:fadeIn .6s ease}.showroom-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(20,184,166,.14),transparent 28%),radial-gradient(circle at 90% 10%,rgba(197,157,95,.13),transparent 24%);pointer-events:none}.showroom-hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center;padding:86px 0}.showroom-hero-copy h1{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,78px);line-height:1.02;color:var(--primary);margin:16px 0 20px}.showroom-hero-copy p{font-size:19px;color:var(--muted);max-width:590px;margin:0}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:30px}.hero-actions.center{justify-content:center}.btn-primary,.btn-ghost,.tiny-gold-btn,.gold-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 22px;font-weight:800;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 14px 30px rgba(20,184,166,.22)}.btn-primary:hover{transform:translateY(-2px);background:#0fa392}.btn-ghost{background:#fff;color:var(--primary);border-color:var(--line);box-shadow:0 8px 24px rgba(15,23,42,.06)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.showroom-hero-visual{position:relative}.showroom-hero-visual:before{content:"";position:absolute;inset:34px -24px -24px 34px;border-radius:32px;background:#eaf5f3;z-index:0}.showroom-hero-visual img{position:relative;z-index:1;width:100%;height:430px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--primary);font-size:32px;line-height:1;box-shadow:0 10px 30px rgba(15,23,42,.12);cursor:pointer}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.slider-dots{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.slider-dot{width:10px;height:10px;border:0;border-radius:20px;background:#cbd5e1;cursor:pointer}.slider-dot.active{width:30px;background:var(--accent)}@keyframes fadeIn{from{opacity:.25}to{opacity:1}}

/* Trust strip */
.trust-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-grid div{padding:24px 28px;border-right:1px solid var(--line)}.trust-grid div:last-child{border-right:0}.trust-grid strong{display:block;color:var(--primary);font-size:18px}.trust-grid span{color:var(--muted);font-size:14px}

/* Sections */
.section{padding:96px 0;background:#fff}.section.soft,.soft{background:var(--soft)}.section-head{max-width:720px;margin-bottom:42px}.section-head.split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}.section-head h2,.section-title-wrap h2,.section-title,.about-copy h2,.cta-box h2{font-family:"Playfair Display",serif;color:var(--primary);font-size:clamp(32px,3.2vw,52px);line-height:1.1;margin:12px 0 0}.section-head p{margin:14px 0 0;color:var(--muted);font-size:17px}.service-grid,.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 14px 40px rgba(15,23,42,.05);transition:.25s}.service-card:hover,.card:hover,.project-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:#eefaf8;color:var(--accent);font-weight:900}.service-card h3,.card h3{font-size:22px;color:var(--primary);margin:24px 0 10px}.service-card p,.card p{color:var(--muted);margin:0}

/* Projects / Products */
.project-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid.four{grid-template-columns:repeat(4,1fr)}.project-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 12px 34px rgba(15,23,42,.06);transition:.25s}.project-card img,.product-card img{width:100%;height:260px;object-fit:cover;background:#eef2f6}.product-grid.four .product-card img{height:220px}.project-info,.product-info{padding:22px}.project-info span,.product-info small,.product-info p{color:var(--muted);font-size:14px}.project-info h3,.product-info h3{margin:8px 0;color:var(--primary);font-size:21px}.project-info a,.tiny-gold-btn{color:var(--accent);font-weight:900;padding:0}.img-placeholder,.placeholder-box{background:linear-gradient(135deg,#eef2f6,#f8fafc);min-height:220px;border-radius:18px}.empty-message{color:var(--muted);grid-column:1/-1}

/* About */
.about-grid,.about-home-grid,.about-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.about-image-wrap img,.showcase-image,.wide-banner-image{width:100%;border-radius:30px;box-shadow:var(--shadow);object-fit:cover}.about-image-wrap img,.showcase-image{height:430px}.richtext,.gold-text{color:var(--muted);font-size:17px}.about-copy .richtext{margin:18px 0 28px}.section-title-left{color:var(--accent);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.wide-banner-image{max-height:480px}

/* CTA */
.cta-section{padding:96px 0;background:#fff}.cta-box{text-align:center;border-radius:34px;background:linear-gradient(135deg,#f2fbfa,#fff 58%,#fbf7ef);padding:70px 34px;border:1px solid var(--line);box-shadow:var(--shadow)}.cta-box p{color:var(--muted);margin:14px 0 0}

/* Inner pages */
.inner-hero{background:linear-gradient(135deg,#f8fafc,#fff);padding:86px 0;border-bottom:1px solid var(--line)}.inner-hero h1{font-family:"Playfair Display",serif;font-size:56px;line-height:1.1;color:var(--primary);margin:0}.inner-hero p{color:var(--muted);font-size:18px;margin:12px 0 0}.gold-section{background:#fff;padding:82px 0}.gold-section.alt{background:var(--soft)}.section-title-wrap{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:42px;text-align:center}.section-title-wrap .line{width:70px;height:1px;background:var(--line)}.product-page-grid{display:grid;grid-template-columns:260px 1fr;gap:30px;align-items:start}.product-sidebar{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;position:sticky;top:115px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.product-sidebar h3{margin:0 0 14px;color:var(--primary)}.category-item{display:block;padding:12px 14px;border-radius:14px;color:var(--muted);font-weight:700}.category-item.active,.category-item:hover{background:#eefaf8;color:var(--accent)}.branch-list{display:grid;gap:24px}.branch-card{display:grid;grid-template-columns:360px 1fr;gap:28px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.branch-card img{width:100%;height:260px;object-fit:cover;border-radius:20px}.branch-body h3{font-size:26px;margin:0 0 12px;color:var(--primary)}.branch-body p{color:var(--muted)}.map-wrap{margin-top:16px;border-radius:20px;overflow:hidden}.map-wrap iframe{width:100%;min-height:280px;border:0}.testimonial-box{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:44px;text-align:center;max-width:820px;margin:0 auto}.quote-mark{font-family:"Playfair Display",serif;font-size:80px;line-height:.8;color:var(--accent)}.testimonial-box p{font-size:20px;color:var(--muted)}

/* Footer */
.site-footer{background:#0f172a;color:#cbd5e1;padding:58px 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:36px}.site-footer h3,.site-footer h4{color:#fff;margin:0 0 14px}.site-footer p{color:#cbd5e1;margin:7px 0}.footer-links{display:grid;gap:8px}.footer-links a:hover{color:var(--accent)}.wa-button{position:fixed;right:22px;bottom:22px;z-index:60;background:#25d366;color:#fff;font-weight:900;padding:15px 20px;border-radius:999px;box-shadow:0 16px 34px rgba(37,211,102,.25)}

/* Responsive */
@media(max-width:1000px){.header-meta{display:none}.showroom-hero-grid,.about-grid,.about-home-grid,.about-detail-grid{grid-template-columns:1fr}.showroom-slide{min-height:auto}.showroom-hero-grid{padding:70px 0}.showroom-hero-visual img{height:360px}.project-grid,.service-grid,.grid-3,.product-grid,.product-grid.four{grid-template-columns:repeat(2,1fr)}.product-page-grid{grid-template-columns:1fr}.product-sidebar{position:relative;top:auto}.branch-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:78px}.mobile-toggle{display:block}.nav{display:none;position:absolute;left:14px;right:14px;top:82px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-open .nav{display:flex}.nav a{display:block}.logo-text{font-size:22px}.showroom-hero-copy h1{font-size:42px}.showroom-hero-visual img{height:280px}.project-grid,.service-grid,.grid-3,.product-grid,.product-grid.four,.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0;border-bottom:1px solid var(--line)}.trust-grid div:last-child{border-bottom:0}.section{padding:68px 0}.section-head.split{display:block}.inner-hero h1{font-size:42px}.slider-arrow{display:none}.footer-grid{text-align:left}}
