/* HIBA Creative v72 - Professional header rebuild */
:root{
  --h72-dark:#151922;
  --h72-text:#252b36;
  --h72-muted:#6c7584;
  --h72-line:#e9edf3;
  --h72-soft:#f7f9fc;
  --h72-orange:#ff7a18;
  --h72-orange-dark:#e76500;
}
.h72-header,
.h72-header *{box-sizing:border-box}
.h72-header{position:relative;z-index:1000;background:#fff;color:var(--h72-text);font-family:inherit;box-shadow:0 10px 30px rgba(18,24,38,.06)}
.h72-header .h42-container{width:min(1220px,calc(100% - 32px));max-width:1220px;margin:0 auto}
.h72-header .h47-topbar{background:#101723!important;border:0!important;color:#fff;min-height:38px}
.h72-header .h47-topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden}
.h72-header .h47-contact{display:flex;align-items:center;gap:18px;min-width:0}
.h72-header .h47-contact a{display:inline-flex!important;align-items:center;gap:7px;color:rgba(255,255,255,.86)!important;font-size:13px;line-height:1;text-decoration:none;white-space:nowrap;max-width:270px;overflow:hidden;text-overflow:ellipsis}
.h72-header .h47-contact i{color:var(--h72-orange)!important;font-size:14px;min-width:14px;text-align:center}
.h72-header .h47-top-actions{display:flex;align-items:center;gap:10px;margin-left:auto;min-width:0}
.h72-header .h47-social{display:flex;align-items:center;gap:6px;margin-right:8px}
.h72-header .h47-social a,.h72-header .h47-social span{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:#fff!important;font-size:12px;text-decoration:none;transition:.2s ease}
.h72-header .h47-social a:hover{background:var(--h72-orange);transform:translateY(-1px)}
.h72-header .h47-top-link,
.h72-header .h47-support{display:inline-flex!important;align-items:center;gap:6px;color:rgba(255,255,255,.86)!important;background:transparent!important;border:0!important;padding:0!important;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:none!important}
.h72-header .h47-top-link:hover,
.h72-header .h47-support:hover{color:#fff!important}
.h72-header .h47-top-link i,
.h72-header .h47-support i{color:var(--h72-orange)!important}
.h72-header .h47-nav-shell{background:rgba(255,255,255,.98)!important;border-bottom:1px solid var(--h72-line)!important;backdrop-filter:saturate(160%) blur(14px)}
.h72-header .h72-navbar{min-height:78px;display:flex!important;align-items:center!important;gap:24px;padding:0!important}
.h72-header .h72-brand{display:flex!important;align-items:center;flex:0 0 auto;text-decoration:none;min-width:170px;max-width:230px;height:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.h72-header .h72-brand img{display:block;max-width:210px;max-height:58px;width:auto;height:auto;object-fit:contain}
.h72-header .h72-right{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0;flex:1 1 auto}
.h72-header .h72-actions{order:1;display:flex!important;align-items:center;gap:10px;flex:0 0 auto;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.h72-header .h72-menu{order:2;display:flex!important;align-items:center;justify-content:flex-end;flex:0 1 auto;min-width:0;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.h72-header .h72-menu>ul{display:flex!important;align-items:center;justify-content:flex-end;gap:3px;margin:0!important;padding:0!important;list-style:none!important;white-space:nowrap}
.h72-header .h72-menu>ul>li{position:relative;margin:0!important;padding:0!important;list-style:none!important}
.h72-header .h72-menu>ul>li>a{height:46px;display:flex!important;align-items:center;gap:8px;padding:0 12px!important;border-radius:12px;color:var(--h72-text)!important;background:transparent!important;border:1px solid transparent!important;font-size:14px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;transition:.18s ease!important}
.h72-header .h72-menu>ul>li>a i:first-child{display:inline-flex!important;align-items:center;justify-content:center;width:19px;height:19px;color:var(--h72-orange)!important;font-size:14px!important;line-height:1!important;opacity:1!important;visibility:visible!important;margin:0!important}
.h72-header .h72-menu>ul>li>a span{display:inline-block!important;color:inherit!important;line-height:1.2!important}
.h72-header .h72-menu>ul>li>a em{font-size:12px!important;color:#9aa3af!important;margin-left:1px!important}
.h72-header .h72-menu>ul>li:hover>a,
.h72-header .h72-menu>ul>li.active>a,
.h72-header .h72-menu>ul>li>a:hover{color:var(--h72-orange-dark)!important;background:#fff6ef!important;border-color:#ffd8bb!important}
.h72-header .h42-dropdown{position:absolute;top:calc(100% + 10px);right:0;left:auto;min-width:235px;background:#fff;border:1px solid var(--h72-line);border-radius:18px;padding:10px;box-shadow:0 22px 55px rgba(17,24,39,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:50}
.h72-header .h72-menu li:hover>.h42-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.h72-header .h42-drop-list{display:grid;gap:4px}
.h72-header .h42-drop-list a{display:flex!important;align-items:center;gap:10px;padding:11px 12px!important;border-radius:12px;color:var(--h72-text)!important;text-decoration:none!important;font-weight:650;font-size:14px;background:#fff!important}
.h72-header .h42-drop-list a i{color:var(--h72-orange)!important;width:18px;text-align:center;display:inline-block!important;opacity:1!important;visibility:visible!important}
.h72-header .h42-drop-list a:hover{background:#fff6ef!important;color:var(--h72-orange-dark)!important}
.h72-header .h72-cart{height:44px!important;min-width:44px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;padding:0 13px!important;border-radius:14px!important;background:var(--h72-soft)!important;border:1px solid var(--h72-line)!important;color:var(--h72-text)!important;text-decoration:none!important;font-weight:800!important;font-size:13px!important;box-shadow:none!important;position:relative;transition:.18s ease!important;white-space:nowrap}
.h72-header .h72-cart i{color:var(--h72-orange)!important;font-size:15px!important;display:inline-block!important;opacity:1!important;visibility:visible!important}
.h72-header .h72-cart b{position:absolute;right:-7px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--h72-orange)!important;color:#fff!important;border:2px solid #fff;font-size:11px;line-height:16px;text-align:center;font-weight:800}
.h72-header .h72-cart:hover{background:#fff6ef!important;border-color:#ffd8bb!important;color:var(--h72-orange-dark)!important;transform:translateY(-1px)}
.h72-header .h72-burger{order:3;width:46px!important;height:44px!important;border-radius:14px!important;border:1px solid var(--h72-line)!important;background:#fff!important;display:none!important;align-items:center!important;justify-content:center!important;flex-direction:column;gap:5px;padding:0!important;box-shadow:none!important;cursor:pointer}
.h72-header .h72-burger i{display:block!important;width:20px!important;height:2px!important;border-radius:4px;background:var(--h72-dark)!important;margin:0!important}
body.h42-menu-open{overflow:hidden}
.h72-header .h47-mobile-backdrop{position:fixed!important;inset:0!important;background:rgba(15,23,42,.52)!important;z-index:9998!important;opacity:0;transition:.2s ease;backdrop-filter:blur(4px)}
.h72-header .h47-mobile-backdrop.is-open{opacity:1}
.h72-header .h47-mobile{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(390px,88vw)!important;max-width:88vw;height:100vh!important;background:#fff!important;z-index:9999!important;overflow:auto!important;transform:translateX(105%);transition:.25s ease!important;box-shadow:-20px 0 60px rgba(15,23,42,.22)!important;padding:18px!important;border-radius:24px 0 0 24px!important}
.h72-header .h47-mobile.is-open{transform:translateX(0)}
.h72-header .h47-mobile-head{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:12px;border-bottom:1px solid var(--h72-line)}
.h72-header .h47-mobile-head img{max-width:185px;max-height:54px;object-fit:contain}
.h72-header .h47-mobile-head button{width:42px;height:42px;border-radius:13px;border:1px solid var(--h72-line);background:var(--h72-soft);color:var(--h72-text);display:flex;align-items:center;justify-content:center}
.h72-header .h47-mobile-contact{display:grid;gap:8px;margin-bottom:14px}
.h72-header .h47-mobile-contact a{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:13px;background:var(--h72-soft);color:var(--h72-text);text-decoration:none;font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.h72-header .h47-mobile-contact i{color:var(--h72-orange);width:16px;text-align:center}
.h72-header .h47-mobile-nav{display:grid;gap:7px}
.h72-header .h47-mobile-nav a,
.h72-header .h42-mobile-toggle{width:100%;min-height:46px;display:flex!important;align-items:center;gap:10px;padding:11px 12px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--h72-line)!important;color:var(--h72-text)!important;text-decoration:none!important;font-size:15px!important;font-weight:750!important;text-align:left!important;box-shadow:none!important}
.h72-header .h47-mobile-nav i{color:var(--h72-orange)!important;width:20px;text-align:center;display:inline-block!important;opacity:1!important;visibility:visible!important}
.h72-header .h42-mobile-toggle em{margin-left:auto;color:#9aa3af;transition:.18s ease}
.h72-header .h42-mobile-toggle.active em{transform:rotate(180deg)}
.h72-header .h42-mobile-sub{display:none;margin:6px 0 7px 12px;padding-left:10px;border-left:2px solid #ffe0c6}
.h72-header .h42-mobile-sub.is-open{display:grid;gap:6px}
.h72-header .h47-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--h72-line)}
.h72-header .h47-mobile-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border-radius:13px;background:var(--h72-soft);border:1px solid var(--h72-line);color:var(--h72-text);text-decoration:none;font-weight:750;font-size:13px}
.h72-header .h47-mobile-actions a.primary{background:linear-gradient(135deg,var(--h72-orange),#ff9c43);border-color:transparent;color:#fff}
.h72-header .h47-mobile-actions i{display:inline-block!important;opacity:1!important;visibility:visible!important}
@media (max-width:1180px){
  .h72-header .h72-menu>ul>li>a{padding:0 9px!important;font-size:13px!important}
  .h72-header .h72-brand img{max-width:185px}
  .h72-header .h72-right{gap:10px}
}
@media (max-width:1024px){
  .h72-header .h47-topbar{display:none!important}
  .h72-header .h47-nav-shell{position:relative!important}
  .h72-header .h72-navbar{min-height:70px}
  .h72-header .h72-brand{min-width:0;max-width:190px}
  .h72-header .h72-brand img{max-width:176px;max-height:52px}
  .h72-header .h72-right{gap:10px;flex:0 0 auto}
  .h72-header .h72-menu{display:none!important}
  .h72-header .h72-burger{display:flex!important}
  .h72-header .h72-cart span{display:none!important}
  .h72-header .h72-cart{width:44px!important;padding:0!important}
}
@media (max-width:520px){
  .h72-header .h42-container{width:calc(100% - 22px)}
  .h72-header .h72-navbar{min-height:64px;gap:10px}
  .h72-header .h72-brand img{max-width:150px;max-height:48px}
  .h72-header .h72-right{gap:8px}
  .h72-header .h72-cart,.h72-header .h72-burger{width:42px!important;height:42px!important;border-radius:13px!important}
  .h72-header .h47-mobile{width:92vw!important;max-width:92vw;border-radius:20px 0 0 20px!important;padding:15px!important}
  .h72-header .h47-mobile-actions{grid-template-columns:1fr}
}
@media (min-width:1025px){
  .h72-header.is-sticky,
  body:not(.dummy) .h72-header{position:relative}
}
