*{box-sizing:border-box}
:root{
  --bg:#f7f7f3;
  --surface:#ffffff;
  --ink:#141414;
  --muted:#6f6f68;
  --line:#e7e7df;
  --accent:#ff5d3b;
  --accent2:#f0d94a;
  --dark:#161a20;
  --radius:22px;
  --shadow:0 20px 60px rgba(20,20,20,.08)
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.topbar{position:sticky;top:0;z-index:1000;background:rgba(247,247,243,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--ink);color:white;font-weight:900;letter-spacing:-1px}
.brand strong,.brand small{display:block}
.brand small{font-size:11px;color:var(--muted);margin-top:2px}
.nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}
.nav-links a{opacity:.82}
.nav-links a:hover{opacity:1}
.nav-toggle{display:none;background:none;border:0;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:white;box-shadow:0 10px 28px rgba(255,93,59,.25)}
.btn-secondary{background:white;border-color:var(--line)}
.btn-outline{border-color:#d7d7d0}
.btn-sm{min-height:40px;padding:0 16px;font-size:13px}
.hero{padding:84px 0 72px;background:
radial-gradient(circle at 85% 20%,rgba(240,217,74,.35),transparent 28%),
radial-gradient(circle at 20% 10%,rgba(255,93,59,.10),transparent 24%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
h1,h2,h3{line-height:1.08;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(46px,7vw,80px);max-width:780px}
h2{font-size:clamp(34px,4.8vw,58px)}
h3{font-size:24px}
.lead{font-size:20px;max-width:700px;color:#51514b;margin:24px 0 28px}
.lead-sm{font-size:19px;color:#5d5d56}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.trust-strip{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px;color:#66665f;font-size:13px;font-weight:650}
.hero-card{background:#fff;border-radius:32px;padding:28px;box-shadow:var(--shadow);border:1px solid #efefe9}
.bead-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding:28px;background:#20242a;border-radius:24px;aspect-ratio:1.1}
.bead-grid span{display:block;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 8px #fff, inset 0 0 0 15px rgba(0,0,0,.06)}
.bead-grid span:nth-child(6n+1){background:#ff6b55}
.bead-grid span:nth-child(6n+2){background:#ffd84d}
.bead-grid span:nth-child(6n+3){background:#75d3a6}
.bead-grid span:nth-child(6n+4){background:#66b3ff}
.bead-grid span:nth-child(6n+5){background:#aa87ff}
.bead-grid span:nth-child(6n){background:#ff8bb7}
.hero-card-footer{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-top:18px}
.hero-card-footer span{font-size:13px;color:var(--muted);text-align:right;max-width:250px}
.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats-grid div{padding:26px 20px;border-right:1px solid var(--line)}
.stats-grid div:last-child{border-right:0}
.stats-grid strong{font-size:24px;display:block}
.stats-grid span{font-size:13px;color:var(--muted)}
.section{padding:96px 0}
.section-alt{background:#efefe9}
.section-dark{background:var(--dark);color:white}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:44px}
.section-head p{max-width:470px;color:var(--muted)}
.section-head.light p{color:#aeb4bd}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.product-visual{height:220px;padding:24px;display:grid;place-items:center;background:#f0eee7}
.visual-1{background:linear-gradient(135deg,#f8d859,#ff7d6b)}
.visual-2{background:linear-gradient(135deg,#6cc4ff,#b789ff)}
.visual-3{background:linear-gradient(135deg,#65d4a3,#f8de58)}
.visual-4{background:linear-gradient(135deg,#252b33,#505862)}
.mini-box{width:140px;height:110px;border-radius:18px;background:rgba(255,255,255,.88);display:grid;place-items:center;box-shadow:0 16px 30px rgba(0,0,0,.1);transform:rotate(-3deg)}
.mini-box span{font-size:40px;font-weight:900;line-height:1}
.mini-box small{text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.bulk-bag{padding:26px 30px;background:white;border-radius:18px;font-weight:950;font-size:28px;letter-spacing:.08em;box-shadow:0 16px 30px rgba(0,0,0,.18)}
.product-body{padding:26px;display:flex;flex-direction:column;flex:1}
.product-body p{color:var(--muted)}
.product-body ul{padding-left:18px;color:#55554f;font-size:14px}
.text-link{margin-top:auto;font-weight:850;color:var(--accent)}
.split{display:grid;grid-template-columns:1fr .85fr;gap:72px;align-items:start}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.check-grid div{background:#fff;border:1px solid var(--line);padding:15px 16px;border-radius:14px;font-weight:700;font-size:14px}
.quote-box{background:#fff;padding:30px;border-radius:28px;box-shadow:var(--shadow)}
.quote-label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--accent);font-weight:900}
.quote-box h3{font-size:31px;margin:10px 0 24px}
form{display:grid;gap:15px}
label{display:grid;gap:7px;font-size:13px;font-weight:800}
input,select{width:100%;height:48px;border:1px solid #dadad2;border-radius:12px;padding:0 14px;background:#fafaf7;font:inherit}
form small{color:var(--muted);text-align:center}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{background:#fff;border:1px solid var(--line);padding:26px;border-radius:20px}
.step-card span{font-size:12px;color:var(--accent);font-weight:900}
.step-card h3{margin:24px 0 10px}
.step-card p{color:var(--muted)}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.timeline div{padding:24px 18px;background:#20252d;border:1px solid #2c323b;border-radius:18px}
.timeline span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);font-weight:900;margin-bottom:32px}
.timeline strong{display:block;font-size:18px}
.timeline p{color:#aeb4bd;font-size:14px}
.social-grid{display:grid;grid-template-columns:1fr .75fr;gap:48px;align-items:center}
.social-grid p{color:var(--muted)}
.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}
.content-card span{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--accent)}
.content-card strong{display:block;font-size:30px;margin:12px 0}
.faq-list{display:grid;gap:12px}
details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}
summary{cursor:pointer;font-weight:850}
details p{color:var(--muted)}
.cta{padding:36px 0 86px}
.cta-box{background:#171b21;color:#fff;border-radius:30px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
.cta-box p{color:#b8bec6}
.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#20c46b;color:white;font-weight:950;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.22);z-index:999}
footer{background:#0e1115;color:white;padding:60px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:40px}
.footer-grid p{color:#aeb4bd;font-size:14px}
.footer-bottom{border-top:1px solid #252a31;margin-top:34px;padding-top:22px;color:#757d88;font-size:12px}
.footer-brand .brand-mark{background:white;color:#111}

@media (max-width: 980px){
  .hero-grid,.split,.social-grid{grid-template-columns:1fr}
  .product-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;top:78px;left:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .section-head{align-items:start;flex-direction:column}
}
@media (max-width: 620px){
  .hero{padding-top:56px}
  .product-grid,.steps-grid,.timeline,.stats-grid,.check-grid,.footer-grid{grid-template-columns:1fr}
  .stats-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .hero-card{padding:16px}
  .bead-grid{gap:8px;padding:18px}
  .cta-box{flex-direction:column;align-items:flex-start}
  .section{padding:72px 0}
  .hero-card-footer{flex-direction:column;align-items:start}
  .hero-card-footer span{text-align:left}
}

.hero-media{position:relative;background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.hero-media img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}
.hero-badge{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:14px 16px;border-radius:16px;display:flex;justify-content:space-between;gap:12px;align-items:center}
.hero-badge span{font-size:12px;color:var(--muted)}
.section-image{background:#fff}
.capability-image{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.capability-image img{display:block;width:100%;height:auto}
@media(max-width:620px){.hero-badge{position:static;border-radius:0}.hero-media img{aspect-ratio:auto}}

.lang-switcher{display:flex;gap:6px;align-items:center}
.lang-btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:7px 10px;font-weight:800;font-size:12px;cursor:pointer}
.lang-btn.active{background:var(--ink);color:#fff;border-color:var(--ink)}
@media(max-width:980px){
  .lang-switcher{margin-left:auto}
  .nav{gap:10px}
}
