:root{
  --bt-bg:#FFFFFF;
  --bt-surface:#FFF8E6;
  --bt-ink:#14161C;
  --bt-accent:#FEC832;
  --bt-accent-dark:#E0AC12;
  --bt-muted:#5A6070;
  --bt-line:#E8EAEF;
  --bt-panel:#14161C;
  --bt-r-sm:10px;
  --bt-r-md:14px;
  --bt-maxw:1400px;
  --bt-pad:32px;
  --bt-font:"Poppins","Manrope","Segoe UI",system-ui,-apple-system,sans-serif;
}

.bt :where(h1,h2,h3,h4,p,ul,li,figure,blockquote){margin:0;padding:0;border:0}
.bt :where(ul){list-style:none}
.bt{font-family:var(--bt-font);color:var(--bt-ink);background:var(--bt-bg);-webkit-font-smoothing:antialiased}
.bt *,.bt *::before,.bt *::after{box-sizing:border-box}
.bt img{max-width:100%;height:auto;display:block}
.bt a{text-decoration:none;color:inherit}
.bt-wrap{max-width:var(--bt-maxw);margin:0 auto;padding:0 var(--bt-pad)}

/* ---------- RESET CHROME (activ pe tot site-ul, nu doar pe landing) ---------- */
.bt-topbar,.bt-header,.bt-drawer,.bt-footer{font-family:var(--bt-font);color:var(--bt-ink);-webkit-font-smoothing:antialiased}
.bt-topbar *,.bt-topbar *::before,.bt-topbar *::after,.bt-header *,.bt-header *::before,.bt-header *::after,.bt-drawer *,.bt-drawer *::before,.bt-drawer *::after,.bt-footer *,.bt-footer *::before,.bt-footer *::after{box-sizing:border-box}
.bt-topbar :where(p,ul,li,h1,h2,h3,h4,h5),.bt-header :where(p,ul,li,h1,h2,h3,h4,h5),.bt-drawer :where(p,ul,li,h1,h2,h3,h4,h5),.bt-footer :where(p,ul,li,h1,h2,h3,h4,h5){margin:0;padding:0;border:0}
.bt-topbar :where(ul),.bt-header :where(ul),.bt-drawer :where(ul),.bt-footer :where(ul){list-style:none}
.bt-topbar a,.bt-header a,.bt-drawer a,.bt-footer a{text-decoration:none;color:inherit}
.bt-topbar img,.bt-header img,.bt-drawer img,.bt-footer img{max-width:100%;height:auto;display:block}

/* ---------- TOPBAR ---------- */
.bt-topbar{background:var(--bt-accent);font-size:13.5px;font-weight:500}
.bt-topbar .bt-wrap{display:flex;align-items:center;justify-content:space-between;min-height:44px;gap:24px;flex-wrap:wrap}
.bt-topbar ul{display:flex;gap:28px;align-items:center;flex-wrap:wrap;padding:6px 0}
.bt-topbar li{display:flex;align-items:center;gap:8px}
.bt-topbar svg{width:15px;height:15px;flex:none}
.bt-topbar .bt-right{display:flex;align-items:center;gap:22px;flex-wrap:wrap;padding:6px 0}
.bt-socials{display:flex;gap:14px;align-items:center}

/* ---------- HEADER ---------- */
.bt-header{border-bottom:1px solid var(--bt-line);background:#fff;position:relative;z-index:20}
.bt-header .bt-wrap{display:flex;align-items:center;justify-content:space-between;min-height:92px;gap:24px}
.bt-logo img{height:52px;width:auto}
.bt-nav{display:flex;align-items:center;gap:32px}
.bt-nav>a{font-size:14.5px;font-weight:600;letter-spacing:.3px;position:relative;padding:6px 0;white-space:nowrap}
.bt-nav>a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;background:var(--bt-accent);border-radius:2px}
.bt-nav>a.bt-shopbtn,.bt-shopbtn{background:var(--bt-accent);color:var(--bt-ink);padding:15px 34px;margin:0 6px;border-radius:var(--bt-r-sm);font-weight:700;font-size:14.5px;letter-spacing:.6px;display:inline-flex;align-items:center;gap:11px;box-shadow:0 6px 18px rgba(254,200,50,.42);transition:transform .18s ease,box-shadow .18s ease}
.bt-shopbtn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(254,200,50,.55)}
.bt-icons{display:flex;align-items:center;gap:22px}
.bt-icons a{position:relative;display:flex}
.bt-badge{position:absolute;top:-7px;right:-8px;background:var(--bt-accent);color:var(--bt-ink);font-size:10px;font-weight:700;width:17px;height:17px;border-radius:999px;display:flex;align-items:center;justify-content:center}
.bt-burger{display:none;background:none;border:0;padding:6px;cursor:pointer;color:var(--bt-ink)}

/* ---------- BUTOANE ---------- */
.bt-btn{padding:17px 32px;border-radius:var(--bt-r-sm);font-weight:700;font-size:14.5px;letter-spacing:.6px;display:inline-flex;align-items:center;gap:12px;transition:transform .18s ease,box-shadow .18s ease}
.bt-btn:hover{transform:translateY(-2px)}
.bt-btn--y{background:var(--bt-accent);color:var(--bt-ink);box-shadow:0 8px 22px rgba(254,200,50,.4)}
.bt-btn--o{border:1.6px solid var(--bt-ink);color:var(--bt-ink)}
.bt-btn--o:hover{background:var(--bt-ink);color:#fff}
.bt a.bt-btn--dark,.bt .bt-btn--dark{background:var(--bt-ink);color:#fff;flex:none;white-space:nowrap;padding:16px 26px}
.bt a.bt-btn--dark:hover{background:#000;color:#fff}

/* ---------- HERO ---------- */
.bt-hero .bt-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-top:56px;padding-bottom:56px}
.bt-hero h1{font-size:clamp(34px,4.2vw,60px);line-height:1.08;font-weight:800;letter-spacing:-1.6px}
.bt-hero h1 .bt-y{color:var(--bt-accent)}
.bt-hero p{margin-top:24px;font-size:17px;line-height:1.75;color:var(--bt-muted);max-width:62ch}
.bt-hero-cta{display:flex;gap:16px;margin-top:38px;flex-wrap:wrap}
.bt-hero-media{position:relative}
.bt-hero-img{height:400px;overflow:hidden;clip-path:polygon(9% 0,100% 0,100% 100%,0 100%,0 14%);background:var(--bt-surface)}
.bt-hero-img img{width:100%;height:100%;object-fit:cover}
.bt-bee-fly{position:absolute;left:-58px;top:20%;width:118px;z-index:3;pointer-events:none;filter:drop-shadow(0 6px 14px rgba(20,22,28,.14))}

/* ---------- CARDURI ---------- */
.bt-cards .bt-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.bt-card{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);padding:32px 30px;background:#fff;box-shadow:0 2px 14px rgba(20,22,28,.04);transition:transform .2s ease,box-shadow .2s ease}
.bt-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,22,28,.09)}
.bt-card-ic{width:62px;height:62px;border-radius:12px;background:var(--bt-surface);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.bt-card h3{font-size:21px;font-weight:700;line-height:1.3;margin-bottom:12px}
.bt-card p{font-size:14.5px;line-height:1.75;color:var(--bt-muted);margin-bottom:20px}
.bt-card .bt-more{color:var(--bt-accent-dark);font-weight:700;font-size:13px;letter-spacing:1px;display:inline-flex;gap:8px;align-items:center}

/* ---------- BANDA SHOP ---------- */
.bt-shopbar{margin:44px 0}
.bt-shopbar-in{background:var(--bt-accent);border-radius:var(--bt-r-md);padding:14px 30px;display:flex;align-items:center;gap:24px;flex-wrap:nowrap;min-height:118px}
.bt-shopbar-bee{width:106px;flex:none;align-self:flex-end;margin-bottom:-14px;filter:drop-shadow(0 6px 12px rgba(20,22,28,.16))}
.bt-shopbar h2{font-size:clamp(17px,1.55vw,24px);font-weight:800;line-height:1.28;flex:none}
.bt-feats{display:flex;gap:22px;margin-left:auto;flex-wrap:wrap;padding:12px 0}
.bt-feat{display:flex;gap:12px;align-items:center}
.bt-feat b{display:block;font-size:14.5px;font-weight:700}
.bt-feat span{font-size:13px;opacity:.78}

/* ---------- PARTENERI ---------- */
.bt-partners .bt-wrap{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.bt-partners h4{font-size:21px;font-weight:700;flex:none;position:relative;padding-bottom:12px}
.bt-partners h4:after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;background:var(--bt-accent);border-radius:2px}
.bt-plogos{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;flex:1;min-width:520px}
.bt-plogo{border:1px solid var(--bt-line);border-radius:11px;min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;font-weight:700;text-align:center;padding:12px 14px;line-height:1.4;background:#fff}
.bt-plogo span{font-weight:500;color:var(--bt-muted);font-size:10.5px;letter-spacing:.4px}
.bt-plogo img{max-height:46px;width:auto;max-width:100%;object-fit:contain}

/* ---------- STATISTICI ---------- */
.bt-stats{margin:44px 0 70px}
.bt-stats-in{background:var(--bt-panel);color:#fff;border-radius:var(--bt-r-md);display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:center;gap:0}
.bt-stat{display:flex;align-items:center;gap:14px;padding:26px 22px;border-right:1px solid rgba(255,255,255,.12)}
.bt-stat .bt-stat-ic{color:var(--bt-accent);flex:none;display:flex}
.bt-stat b{font-size:29px;font-weight:800;display:block;line-height:1;margin-bottom:4px}
.bt-stat span{font-size:10px;letter-spacing:.9px;color:rgba(255,255,255,.7);font-weight:600;white-space:nowrap;display:block}
.bt-stats-cta{display:flex;align-items:center;gap:24px;padding:28px 32px;flex-wrap:wrap}
.bt-stats-cta b{display:block;font-size:17px;font-weight:700}
.bt-stats-cta small{font-size:13.5px;color:rgba(255,255,255,.7)}

/* ---------- PAGINA INTERIOARA ---------- */
.bt-page-hero .bt-wrap{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding-top:44px;padding-bottom:44px}
.bt-crumbs{font-size:13.5px;color:var(--bt-muted);display:flex;gap:10px;align-items:center;margin-bottom:18px}
.bt-crumbs a:hover{color:var(--bt-accent-dark)}
.bt-page-hero h1{font-size:clamp(34px,4vw,56px);font-weight:800;letter-spacing:-1.4px;line-height:1.06}
.bt-rule{width:64px;height:4px;background:var(--bt-accent);border-radius:2px;margin:18px 0 22px}
.bt-rule--c{margin:16px auto 18px}
.bt-page-hero p{font-size:16.5px;line-height:1.8;color:var(--bt-muted);max-width:62ch}
.bt-inline-cta{margin-top:30px;border:1px solid var(--bt-line);border-radius:var(--bt-r-md);padding:20px 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:#fff;box-shadow:0 2px 14px rgba(20,22,28,.04)}
.bt-inline-ic{width:52px;height:52px;border-radius:12px;background:var(--bt-surface);display:flex;align-items:center;justify-content:center;flex:none}
.bt-inline-cta b{display:block;font-size:16px;font-weight:700}
.bt-inline-cta small{font-size:13.5px;color:var(--bt-muted)}
.bt-inline-cta .bt-btn{margin-left:auto;padding:14px 24px}

.bt-sec-head{text-align:center;margin:30px auto 34px;max-width:70ch}
.bt-sec-head h2{font-size:clamp(22px,2.4vw,31px);font-weight:800;letter-spacing:.4px}
.bt-sec-head p{font-size:15.5px;color:var(--bt-muted);line-height:1.75}
.bt-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bt-svc-card{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);padding:26px 24px;background:#fff;box-shadow:0 2px 14px rgba(20,22,28,.04);transition:transform .2s ease,box-shadow .2s ease}
.bt-svc-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,22,28,.09)}
.bt-svc-card .bt-card-ic{width:54px;height:54px;margin-bottom:16px}
.bt-svc-card h3{font-size:18px;font-weight:700;margin-bottom:10px}
.bt-svc-card p{font-size:14px;line-height:1.7;color:var(--bt-muted);margin-bottom:16px}
.bt-svc-card .bt-more{color:var(--bt-accent-dark);font-weight:700;font-size:12px;letter-spacing:1px}

/* ---------- LISTA BIFATA ---------- */
.bt-checks{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 24px;margin-top:8px}
.bt-check{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.6}
.bt-check svg{flex:none;margin-top:2px;color:var(--bt-accent-dark)}

/* ---------- PANOU INCHIS CU 4 ATUURI ---------- */
.bt-perks{margin:44px 0}
.bt-perks-in{background:var(--bt-panel);color:#fff;border-radius:var(--bt-r-md);display:grid;grid-template-columns:repeat(4,1fr)}
.bt-perk{padding:30px 26px;border-right:1px solid rgba(255,255,255,.12);display:flex;gap:15px;align-items:flex-start}
.bt-perk:last-child{border-right:0}
.bt-perk svg{flex:none;color:var(--bt-accent);margin-top:2px}
.bt-perk b{display:block;font-size:15.5px;font-weight:700;margin-bottom:6px}
.bt-perk span{font-size:13.5px;line-height:1.7;color:rgba(255,255,255,.66)}

/* ---------- BRANDURI / CLIENTI ---------- */
.bt-brands{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:26px}
.bt-brand{border:1px solid var(--bt-line);border-radius:11px;min-height:84px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--bt-ink);background:#fff;letter-spacing:.3px}
.bt-clients{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:26px}
.bt-client{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);min-height:130px;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}
.bt-client img{max-height:62px;width:auto;max-width:100%;object-fit:contain}

/* ---------- SPLIT TEXT + IMAGINE ---------- */
.bt-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin:16px 0 8px}
.bt-split h2{font-size:clamp(22px,2.3vw,30px);font-weight:800;margin-bottom:6px}
.bt-split p{font-size:15.5px;line-height:1.85;color:var(--bt-muted);margin-bottom:16px}
.bt-split-img{border-radius:var(--bt-r-md);overflow:hidden;clip-path:polygon(0 0,100% 0,100% 86%,92% 100%,0 100%)}
.bt-split-img img{width:100%;height:100%;object-fit:cover}

/* ---------- ECHIPA ---------- */
.bt-team{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:26px}
.bt-member{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);overflow:hidden;background:#fff}
.bt-member img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.bt-member div{padding:18px 20px}
.bt-member b{display:block;font-size:16px;font-weight:700}
.bt-member span{font-size:13.5px;color:var(--bt-muted)}

/* ---------- CONTACT ---------- */
.bt-contact-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:40px;align-items:start;margin:10px 0 20px}
.bt-contact-box{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);padding:32px 30px;background:#fff;box-shadow:0 2px 14px rgba(20,22,28,.04)}
.bt-contact-box h3{font-size:20px;font-weight:700;margin-bottom:22px}
.bt-contact-list{display:flex;flex-direction:column;gap:20px}
.bt-contact-list li{display:flex;gap:15px;align-items:flex-start;font-size:15px;line-height:1.7}
.bt-contact-list svg{flex:none;margin-top:3px;color:var(--bt-accent-dark)}
.bt-contact-list b{display:block;font-size:12px;letter-spacing:1.1px;color:var(--bt-muted);font-weight:700;margin-bottom:3px}
.bt-form-box{border:1px solid var(--bt-line);border-radius:var(--bt-r-md);padding:32px 30px;background:#fff;box-shadow:0 2px 14px rgba(20,22,28,.04)}
.bt-form-box h3{font-size:20px;font-weight:700;margin-bottom:20px}
.bt-form-box input[type=text],.bt-form-box input[type=email],.bt-form-box input[type=tel],.bt-form-box textarea,.bt-form-box select{width:100%;border:1px solid var(--bt-line);border-radius:var(--bt-r-sm);padding:13px 15px;font-family:inherit;font-size:14.5px;color:var(--bt-ink);background:#fff}
.bt-form-box textarea{min-height:130px;resize:vertical}
.bt-form-box input:focus,.bt-form-box textarea:focus,.bt-form-box select:focus{outline:2px solid var(--bt-accent);outline-offset:1px;border-color:var(--bt-accent)}
.bt-form-box p{margin-bottom:16px}
.bt-form-box input[type=submit]{background:var(--bt-accent);color:var(--bt-ink);border:0;border-radius:var(--bt-r-sm);padding:16px 34px;font-weight:700;font-size:14.5px;letter-spacing:.6px;cursor:pointer;font-family:inherit}
.bt-form-box input[type=submit]:hover{background:var(--bt-accent-dark)}

/* ---------- FOOTER ---------- */
.bt-footer{background:var(--bt-panel);color:#fff;margin-top:20px;padding:64px 0 26px}
.bt-foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:44px}
.bt-foot-logo{height:46px;width:auto;filter:brightness(0) invert(1)}
.bt-foot-brand p{margin-top:18px;font-size:14px;line-height:1.8;color:rgba(255,255,255,.62);max-width:36ch}
.bt-foot-social{display:flex;gap:12px;margin-top:22px}
.bt-foot-social a{width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .18s ease,color .18s ease}
.bt-foot-social a:hover{background:var(--bt-accent);color:var(--bt-ink)}
.bt-foot-col h5{font-size:15px;font-weight:700;margin-bottom:20px;position:relative;padding-bottom:12px}
.bt-foot-col h5:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:3px;background:var(--bt-accent);border-radius:2px}
.bt-foot-col ul{display:flex;flex-direction:column;gap:12px}
.bt-foot-col a,.bt-foot-col li{font-size:14px;color:rgba(255,255,255,.62);line-height:1.7}
.bt-foot-col a:hover{color:var(--bt-accent)}
.bt-foot-contact li{display:flex;gap:11px;align-items:flex-start}
.bt-foot-contact svg{flex:none;margin-top:3px;color:var(--bt-accent)}
.bt-foot-bottom{margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.5)}
.bt-foot-legal{display:flex;gap:26px}
.bt-foot-legal a:hover{color:var(--bt-accent)}

/* ---------- MENIU MOBIL ---------- */
.bt-drawer{position:fixed;inset:0;z-index:1000;display:flex;justify-content:flex-end}
.bt-drawer[hidden]{display:none}
.bt-drawer-overlay{position:absolute;inset:0;background:rgba(20,22,28,.55)}
.bt-drawer-panel{position:relative;width:min(340px,86vw);height:100%;background:#fff;overflow-y:auto;padding:20px 24px 34px;display:flex;flex-direction:column;box-shadow:-10px 0 40px rgba(20,22,28,.18)}
.bt-drawer-panel:focus{outline:none}
.bt-drawer-close{align-self:flex-end;background:none;border:0;padding:6px;cursor:pointer;color:var(--bt-ink)}
.bt-drawer-nav{display:flex;flex-direction:column;margin-top:4px}
.bt-drawer-nav a{font-size:15px;font-weight:600;letter-spacing:.3px;padding:15px 0;border-bottom:1px solid var(--bt-line)}
.bt-drawer-nav a.is-active{color:var(--bt-accent-dark)}
.bt-drawer .bt-shopbtn{margin:24px 0 0;justify-content:center;box-shadow:none}
.bt-drawer-contact{margin-top:24px;display:flex;flex-direction:column;gap:14px;font-size:14px}
.bt-drawer-contact a{display:flex;align-items:center;gap:10px;color:var(--bt-muted)}
.bt-drawer-contact svg{color:var(--bt-accent-dark);flex:none}
body.bt-drawer-open{overflow:hidden}
body.admin-bar .bt-drawer{top:32px}
@media(max-width:782px){body.admin-bar .bt-drawer{top:46px}}
@media(prefers-reduced-motion:no-preference){
  .bt-drawer-panel{animation:bt-slide .22s ease-out}
  @keyframes bt-slide{from{transform:translateX(100%)}to{transform:translateX(0)}}
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1200px){
  .bt-nav{display:none}
  .bt-burger{display:inline-flex}
  .bt-stats-in{grid-template-columns:repeat(2,1fr)}
  .bt-stat:nth-child(2n){border-right:0}
  .bt-stats-cta{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);justify-content:space-between}
}
@media(max-width:1100px){
  .bt-foot-grid{grid-template-columns:1fr 1fr;gap:36px}
}
@media(max-width:1000px){
  .bt-hero .bt-wrap{grid-template-columns:1fr}
  .bt-hero-img{height:300px;clip-path:polygon(6% 0,100% 0,100% 100%,0 100%,0 10%)}
  .bt-bee-fly{width:92px;left:-18px}
  .bt-cards .bt-wrap{grid-template-columns:1fr}
  .bt-page-hero .bt-wrap{grid-template-columns:1fr}
  .bt-svc-grid{grid-template-columns:1fr}
  .bt-inline-cta .bt-btn{margin-left:0}
  .bt-checks{grid-template-columns:repeat(2,1fr)}
  .bt-perks-in{grid-template-columns:repeat(2,1fr)}
  .bt-perk:nth-child(2n){border-right:0}
  .bt-brands{grid-template-columns:repeat(3,1fr)}
  .bt-clients{grid-template-columns:repeat(2,1fr)}
  .bt-split{grid-template-columns:1fr;gap:28px}
  .bt-team{grid-template-columns:repeat(2,1fr)}
  .bt-contact-grid{grid-template-columns:1fr;gap:26px}
  .bt-plogos{grid-template-columns:repeat(3,1fr);min-width:0}
  .bt-shopbar-in{padding:24px}
  .bt-shopbar-bee{display:none}
  .bt-feats{margin-left:0}
}
@media(max-width:640px){
  :root{--bt-pad:20px}
  .bt-topbar li.bt-topbar-addr{display:none}
  .bt-stats-in{grid-template-columns:1fr}
  .bt-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .bt-plogos{grid-template-columns:repeat(2,1fr)}
}
@media(prefers-reduced-motion:reduce){
  .bt-btn,.bt-card{transition:none}
  .bt-btn:hover,.bt-card:hover{transform:none}
}
