/* HIBA CREATIVE v55 - locked header + hero slider implementation */
:root{
  --h55-navy:#071b31;
  --h55-navy-2:#0d243d;
  --h55-ink:#07172b;
  --h55-muted:#5d6d7f;
  --h55-soft:#f3f7fb;
  --h55-line:#e4ebf3;
  --h55-orange:#ff6817;
  --h55-orange-2:#ff8b3d;
  --h55-white:#ffffff;
}
body{background:#edf3f8!important;color:var(--h55-ink)!important;}
body[id="modernpanel"],body[id="muspanel"],body#uyeolgirisbody{background:inherit!important;}
body:not(#modernpanel):not(#muspanel):not(#uyeolgirisbody) a{transition:.22s ease;}

/* Header reset against older layers */
.h42-header.h47-header.h54-header,
.h54-header{position:relative!important;z-index:500!important;background:#fff!important;box-shadow:none!important;border:0!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:visible!important;}
.h54-header .h42-container,
.h54-header .h47-topbar-inner,
.h54-header .h47-nav-shell .h42-container{width:min(1500px,calc(100% - 80px))!important;max-width:1500px!important;margin:0 auto!important;padding:0!important;}
.h54-header .h47-topbar{height:56px!important;background:linear-gradient(135deg,var(--h55-navy),var(--h55-navy-2))!important;border:0!important;color:#dbe7f3!important;box-shadow:none!important;}
.h54-header .h47-topbar-inner{height:56px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:26px!important;}
.h54-header .h47-contact,.h54-header .h47-top-actions{display:flex!important;align-items:center!important;gap:18px!important;min-width:0!important;}
.h54-header .h47-contact a,.h54-header .h47-top-link,.h54-header .h47-support{height:34px!important;display:inline-flex!important;align-items:center!important;gap:10px!important;color:#e9f2fb!important;font-size:15px!important;font-weight:700!important;text-decoration:none!important;line-height:1!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;white-space:nowrap!important;}
.h54-header .h47-contact a + a,.h54-header .h47-top-link,.h54-header .h47-support{border-left:1px solid rgba(255,255,255,.18)!important;padding-left:18px!important;}
.h54-header .h47-contact i,.h54-header .h47-top-link i,.h54-header .h47-support i{color:var(--h55-orange)!important;font-size:18px!important;width:auto!important;height:auto!important;background:transparent!important;}
.h54-header .h47-support{color:#ff9a56!important;}
.h54-header .h47-social{display:flex!important;align-items:center!important;gap:12px!important;border-left:1px solid rgba(255,255,255,.18)!important;padding-left:18px!important;}
.h54-header .h47-social a,.h54-header .h47-social span{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:50%!important;background:rgba(255,255,255,.05)!important;text-decoration:none!important;}
.h54-header .h47-social a:hover{border-color:rgba(255,104,23,.7)!important;color:#ff9a56!important;transform:translateY(-1px)!important;}
.h54-header .h47-nav-shell{height:118px!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid rgba(7,27,49,.08)!important;box-shadow:0 13px 30px rgba(7,27,49,.08)!important;border-radius:0!important;position:relative!important;}
.h54-header .h47-navbar{height:118px!important;display:grid!important;grid-template-columns:330px minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important;}
.h54-header .h47-brand{display:flex!important;align-items:center!important;height:100%!important;min-width:0!important;text-decoration:none!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.h54-header .h47-brand img{max-width:300px!important;max-height:88px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block!important;}
.h54-header .h47-menu{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;height:100%!important;overflow:visible!important;}
.h54-header .h47-menu>ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important;height:100%!important;}
.h54-header .h47-menu>ul>li{height:100%!important;display:flex!important;align-items:center!important;position:relative!important;margin:0!important;padding:0!important;}
.h54-header .h47-menu>ul>li>a{height:100%!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 13px!important;color:var(--h55-ink)!important;font-size:15.5px!important;font-weight:900!important;letter-spacing:-.01em!important;text-decoration:none!important;white-space:nowrap!important;border:0!important;background:transparent!important;position:relative!important;}
.h54-header .h47-menu>ul>li>a:after{content:""!important;position:absolute!important;left:13px!important;right:13px!important;bottom:31px!important;height:2px!important;background:var(--h55-orange)!important;border-radius:2px!important;transform:scaleX(0)!important;transform-origin:left!important;transition:.22s ease!important;}
.h54-header .h47-menu>ul>li:hover>a,.h54-header .h47-menu>ul>li:first-child>a{color:var(--h55-orange)!important;}
.h54-header .h47-menu>ul>li:hover>a:after,.h54-header .h47-menu>ul>li:first-child>a:after{transform:scaleX(1)!important;}
.h54-header .h42-dropdown{position:absolute!important;left:0!important;top:calc(100% - 20px)!important;min-width:240px!important;background:#fff!important;border:1px solid var(--h55-line)!important;border-radius:16px!important;box-shadow:0 22px 54px rgba(7,27,49,.14)!important;padding:12px!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;transition:.2s ease!important;z-index:999!important;}
.h54-header .has-menu:hover>.h42-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;}
.h54-header .h42-drop-list{display:grid!important;gap:5px!important;}
.h54-header .h42-drop-list a{display:flex!important;align-items:center!important;gap:10px!important;padding:12px!important;border-radius:12px!important;color:var(--h55-ink)!important;text-decoration:none!important;font-weight:800!important;}
.h54-header .h42-drop-list a:hover{background:#fff4ed!important;color:var(--h55-orange)!important;}
.h54-header .h47-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;}
.h54-header .h54-cart{position:relative!important;width:62px!important;height:62px!important;border-radius:12px!important;background:#fff!important;border:1px solid #e3eaf2!important;box-shadow:0 13px 26px rgba(7,27,49,.08)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--h55-ink)!important;text-decoration:none!important;}
.h54-header .h54-cart i{font-size:26px!important;color:var(--h55-ink)!important;}.h54-header .h54-cart span{display:none!important;}.h54-header .h54-cart b{position:absolute!important;right:8px!important;top:-8px!important;width:24px!important;height:24px!important;border-radius:50%!important;background:var(--h55-orange)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;}
.h54-header .h54-panel{height:62px!important;border-radius:12px!important;padding:0 26px!important;display:inline-flex!important;align-items:center!important;gap:12px!important;background:linear-gradient(135deg,var(--h55-orange),#ff5a0a)!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;font-size:16px!important;box-shadow:0 18px 34px rgba(255,104,23,.22)!important;border:0!important;white-space:nowrap!important;}
.h54-header .h54-panel i{color:#fff!important;font-size:18px!important;}.h54-header .h54-panel:hover{transform:translateY(-1px)!important;box-shadow:0 24px 42px rgba(255,104,23,.28)!important;}
.h54-header .h54-burger{display:none!important;width:58px!important;height:58px!important;border-radius:12px!important;border:1px solid #e4ebf3!important;background:#fff!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;box-shadow:0 13px 26px rgba(7,27,49,.08)!important;}
.h54-header .h54-burger i{display:block!important;width:22px!important;height:2px!important;background:var(--h55-ink)!important;border-radius:2px!important;}

/* Hero slider locked */
.h54-hero{position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#f7fbff 0%,#eef4fa 46%,#f8fbfe 100%)!important;padding:86px 0 0!important;border:0!important;min-height:690px!important;}
.h54-hero:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 18% 12%,rgba(255,104,23,.08),transparent 28%),radial-gradient(circle at 88% 24%,rgba(20,167,180,.09),transparent 25%),linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.55) 48% 68%,transparent 68%)!important;pointer-events:none!important;}
.h54-hero-bg{position:absolute!important;inset:0!important;pointer-events:none!important;}.h54-hero-bg span:nth-child(1){position:absolute!important;right:8%!important;top:80px!important;width:150px!important;height:150px!important;border-radius:36px!important;background:rgba(255,255,255,.55)!important;transform:rotate(45deg)!important;}.h54-hero-bg span:nth-child(2){position:absolute!important;right:10%!important;top:235px!important;width:130px!important;height:160px!important;background-image:radial-gradient(#b5c4d3 1.2px,transparent 1.2px)!important;background-size:13px 13px!important;opacity:.55!important;}.h54-hero-bg span:nth-child(3){position:absolute!important;right:5%!important;top:105px!important;width:18px!important;height:18px!important;border-radius:5px!important;background:var(--h55-orange)!important;transform:rotate(45deg)!important;opacity:.78!important;}
.h54-hero .h33-container,.h54-hero-inner{width:min(1500px,calc(100% - 80px))!important;max-width:1500px!important;margin:0 auto!important;}
.h54-hero-inner{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(520px,0.95fr) minmax(560px,1.05fr)!important;align-items:center!important;gap:64px!important;min-height:610px!important;}
.h54-copy{position:relative!important;z-index:5!important;}.h54-eyebrow{display:flex!important;align-items:center!important;gap:18px!important;color:var(--h55-ink)!important;font-weight:800!important;margin-bottom:26px!important;font-size:17px!important;}.h54-eyebrow i{width:42px!important;height:4px!important;border-radius:5px!important;background:linear-gradient(90deg,var(--h55-orange) 0 65%,var(--h55-ink) 65% 100%)!important;display:block!important;}.h54-eyebrow b{color:var(--h55-orange)!important;}
.h54-copy-stage{position:relative!important;min-height:285px!important;}.h54-copy-item{display:none!important;animation:h55Fade .35s ease both!important;}.h54-copy-item.is-active{display:block!important;}.h54-copy-item h1{margin:0 0 24px!important;font-size:clamp(48px,4.5vw,76px)!important;line-height:1.08!important;letter-spacing:-.055em!important;color:var(--h55-ink)!important;font-weight:950!important;max-width:760px!important;}.h54-copy-item h1:after{content:"."!important;color:var(--h55-orange)!important;}.h54-copy-item p{max-width:690px!important;color:#43546a!important;font-size:20px!important;line-height:1.75!important;margin:0 0 0!important;}
.h54-actions-row{display:flex!important;align-items:center!important;gap:20px!important;margin-top:34px!important;}.h54-btn{height:62px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;border-radius:10px!important;padding:0 28px!important;text-decoration:none!important;font-weight:900!important;font-size:17px!important;}.h54-btn.primary{background:linear-gradient(135deg,var(--h55-orange),#ff5a0a)!important;color:#fff!important;box-shadow:0 18px 34px rgba(255,104,23,.22)!important;border:1px solid transparent!important;}.h54-btn.outline{background:#fff!important;color:var(--h55-ink)!important;border:2px solid #12243a!important;box-shadow:0 10px 24px rgba(7,27,49,.06)!important;}.h54-btn:hover{transform:translateY(-2px)!important;}
.h54-dots{display:flex!important;align-items:center!important;gap:12px!important;margin-top:42px!important;}.h54-dots button{width:54px!important;height:6px!important;border:0!important;border-radius:8px!important;background:#d6dde5!important;padding:0!important;cursor:pointer!important;}.h54-dots button.is-active{background:var(--h55-orange)!important;width:64px!important;}
.h54-arrow{position:absolute!important;top:51%!important;transform:translateY(-50%)!important;z-index:9!important;width:58px!important;height:58px!important;border-radius:50%!important;background:#fff!important;border:1px solid #edf2f7!important;color:var(--h55-orange)!important;box-shadow:0 14px 30px rgba(7,27,49,.08)!important;font-size:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}.h54-prev{left:24px!important;}.h54-next{right:24px!important;}.h54-arrow:hover{background:var(--h55-orange)!important;color:#fff!important;}
.h54-visual{position:relative!important;min-height:560px!important;display:flex!important;align-items:center!important;justify-content:center!important;}.h54-laptop{position:relative!important;width:100%!important;max-width:760px!important;margin:0 auto!important;z-index:3!important;}.h54-laptop-screen{height:420px!important;border-radius:26px!important;background:#151b25!important;border:14px solid #151b25!important;box-shadow:0 36px 70px rgba(7,27,49,.22)!important;overflow:hidden!important;}.h54-laptop-base{height:28px!important;background:linear-gradient(#aab2bd,#747d88)!important;margin:0 55px!important;border-radius:0 0 28px 28px!important;box-shadow:0 18px 30px rgba(7,27,49,.14)!important;}.h54-visual-slide{display:none!important;height:100%!important;}.h54-visual-slide.is-active{display:block!important;}.h54-ui-preview{height:100%!important;background:linear-gradient(135deg,#f8fbff,#fff)!important;padding:26px!important;display:grid!important;grid-template-rows:auto 1fr auto!important;gap:18px!important;}.h54-ui-head{display:flex!important;align-items:center!important;gap:10px!important;}.h54-ui-head em{width:28px!important;height:28px!important;border-radius:8px!important;background:linear-gradient(135deg,var(--h55-orange),#ffb27d)!important;display:block!important;}.h54-ui-head strong{color:var(--h55-ink)!important;font-size:13px!important;}.h54-ui-head small{margin-left:auto!important;background:var(--h55-orange)!important;color:#fff!important;border-radius:8px!important;padding:8px 11px!important;font-weight:900!important;}.h54-ui-body{align-self:center!important;max-width:380px!important;}.h54-ui-body span{display:block!important;font-size:32px!important;color:var(--h55-ink)!important;line-height:1!important;}.h54-ui-body b{display:block!important;color:var(--h55-orange)!important;font-size:37px!important;line-height:1.05!important;}.h54-ui-body p{color:#6b7d90!important;font-size:14px!important;}.h54-ui-body i{display:block!important;width:130px!important;height:36px!important;border-radius:8px!important;background:var(--h55-orange)!important;}.h54-ui-cards{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;}.h54-ui-cards mark{height:64px!important;border-radius:13px!important;background:#fff!important;border:1px solid #e5edf5!important;color:#4f6278!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:850!important;font-size:12px!important;}
.h54-phone{position:absolute!important;right:42px!important;bottom:100px!important;width:140px!important;height:294px!important;border-radius:28px!important;background:#111923!important;border:9px solid #1a202b!important;z-index:5!important;box-shadow:0 24px 42px rgba(7,27,49,.19)!important;padding:12px!important;}.h54-phone div{height:100%!important;background:#fff!important;border-radius:19px!important;padding:14px!important;display:flex!important;flex-direction:column!important;gap:7px!important;overflow:hidden!important;}.h54-phone b{font-size:8px!important;color:var(--h55-ink)!important}.h54-phone span{margin-top:20px!important;color:var(--h55-ink)!important;font-size:16px!important}.h54-phone strong{color:var(--h55-orange)!important;font-size:18px!important;line-height:1.05!important}.h54-phone em{margin-top:auto!important;border:1px solid #edf2f7!important;border-radius:10px!important;padding:12px 8px!important;font-size:11px!important;font-style:normal!important;color:var(--h55-ink)!important;font-weight:800!important;}
.h54-mug{position:absolute!important;right:3px!important;bottom:88px!important;width:134px!important;height:134px!important;border-radius:50% 50% 46% 46%!important;background:#fff!important;border:1px solid #e0e8f0!important;box-shadow:0 18px 28px rgba(7,27,49,.08)!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;}.h54-mug:after{content:""!important;position:absolute!important;right:-28px!important;top:36px!important;width:46px!important;height:48px!important;border:10px solid #fff!important;border-left:0!important;border-radius:0 34px 34px 0!important;filter:drop-shadow(6px 6px 8px rgba(7,27,49,.06))!important;}.h54-mug img{width:78px!important;height:auto!important;object-fit:contain!important;position:relative!important;z-index:2!important;}.h54-plant{position:absolute!important;right:10px!important;bottom:30px!important;width:82px!important;height:86px!important;z-index:6!important;}.h54-plant i{position:absolute!important;bottom:34px!important;left:35px!important;width:16px!important;height:55px!important;background:#4caf67!important;border-radius:16px 16px 0 0!important;transform-origin:bottom center!important;}.h54-plant i:nth-child(1){transform:rotate(-32deg)!important;background:#67bd77!important}.h54-plant i:nth-child(2){transform:rotate(0deg)!important;height:66px!important}.h54-plant i:nth-child(3){transform:rotate(32deg)!important;background:#70c783!important}.h54-plant span{position:absolute!important;bottom:0!important;left:12px!important;width:58px!important;height:40px!important;background:#d7dce2!important;border-radius:9px 9px 18px 18px!important;box-shadow:inset 0 8px 12px rgba(255,255,255,.42)!important;}
.h54-feature-strip{position:relative!important;z-index:8!important;margin-top:-42px!important;background:rgba(255,255,255,.96)!important;border:1px solid #e4ebf3!important;border-radius:18px 18px 0 0!important;box-shadow:0 -6px 34px rgba(7,27,49,.08)!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:center!important;min-height:92px!important;overflow:hidden!important;}.h54-feature-strip div{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;color:var(--h55-ink)!important;font-weight:900!important;border-right:1px solid #e2e9f2!important;}.h54-feature-strip div:last-child{border-right:0!important}.h54-feature-strip i{font-size:28px!important;color:var(--h55-orange)!important;}.h54-feature-strip b{font-size:16px!important;}
.h33-strip{display:none!important;}
@keyframes h55Fade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1360px){.h54-header .h47-navbar{grid-template-columns:285px minmax(0,1fr) auto!important;gap:16px!important}.h54-header .h47-brand img{max-width:250px!important}.h54-header .h47-menu>ul>li>a{font-size:14px!important;padding:0 9px!important}.h54-header .h54-panel{padding:0 18px!important}.h54-header .h54-panel span{display:none!important}.h54-hero-inner{grid-template-columns:minmax(0,1fr) minmax(440px,.9fr)!important;gap:40px!important}.h54-copy-item h1{font-size:58px!important}}
@media(max-width:1100px){.h54-header .h47-topbar-inner,.h54-header .h47-nav-shell .h42-container,.h54-hero .h33-container,.h54-hero-inner{width:calc(100% - 36px)!important}.h54-header .h47-social{display:none!important}.h54-header .h47-menu{display:none!important}.h54-header .h47-navbar{grid-template-columns:minmax(0,1fr) auto!important;height:94px!important}.h54-header .h47-nav-shell{height:94px!important}.h54-header .h47-brand img{max-height:70px!important;max-width:235px!important}.h54-header .h54-burger{display:flex!important}.h54-hero{padding-top:54px!important}.h54-hero-inner{grid-template-columns:1fr!important;text-align:center!important;min-height:auto!important}.h54-eyebrow,.h54-actions-row,.h54-dots{justify-content:center!important}.h54-copy-item h1,.h54-copy-item p{margin-left:auto!important;margin-right:auto!important}.h54-visual{min-height:470px!important}.h54-arrow{display:none!important}.h54-feature-strip{grid-template-columns:repeat(2,1fr)!important;margin-top:18px!important;border-radius:18px!important}.h54-feature-strip div:nth-child(2){border-right:0!important}}
@media(max-width:720px){.h54-header .h47-topbar{height:auto!important;padding:9px 0!important}.h54-header .h47-topbar-inner{height:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.h54-header .h47-contact,.h54-header .h47-top-actions{justify-content:center!important;flex-wrap:wrap!important;gap:10px!important}.h54-header .h47-contact a,.h54-header .h47-top-link,.h54-header .h47-support{font-size:12px!important;height:28px!important}.h54-header .h47-contact a + a,.h54-header .h47-top-link,.h54-header .h47-support{border-left:0!important;padding-left:0!important}.h54-header .h47-navbar,.h54-header .h47-nav-shell{height:82px!important}.h54-header .h47-brand img{max-width:190px!important;max-height:62px!important}.h54-header .h54-cart{width:48px!important;height:48px!important}.h54-header .h54-panel{display:none!important}.h54-header .h54-burger{width:48px!important;height:48px!important}.h54-hero{padding:36px 0 0!important;min-height:auto!important}.h54-copy-stage{min-height:unset!important}.h54-copy-item h1{font-size:36px!important;line-height:1.12!important}.h54-copy-item p{font-size:15.5px!important;line-height:1.7!important}.h54-actions-row{display:grid!important;grid-template-columns:1fr!important}.h54-btn{width:100%!important;height:54px!important}.h54-dots button{width:38px!important}.h54-dots button.is-active{width:48px!important}.h54-visual{min-height:340px!important;padding-bottom:36px!important}.h54-laptop-screen{height:245px!important;border-width:9px!important;border-radius:16px!important}.h54-laptop-base{height:18px!important;margin:0 24px!important}.h54-phone{width:88px!important;height:185px!important;border-width:6px!important;right:10px!important;bottom:60px!important}.h54-mug,.h54-plant{display:none!important}.h54-ui-preview{padding:15px!important}.h54-ui-cards{grid-template-columns:repeat(2,1fr)!important}.h54-ui-body span{font-size:20px!important}.h54-ui-body b{font-size:24px!important}.h54-ui-head small{display:none!important}.h54-feature-strip{grid-template-columns:1fr!important;margin-top:0!important}.h54-feature-strip div{border-right:0!important;border-bottom:1px solid #e2e9f2!important}.h54-feature-strip div:last-child{border-bottom:0!important}}
