@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);:root{--zentura-primary:#000000;--zentura-secondary:#ffffff;--zentura-accent:#116062;--zentura-accent-2:#1abc9c;--zentura-gray:#666666;--zentura-light-gray:#f5f5f5;--zentura-border:#e0e0e0;--zentura-shadow:0 4px 20px rgba(0, 0, 0, 0.08);--zentura-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--zentura-max-width:1400px;--zentura-font-family:'Inter', sans-serif;--zentura-font-size-body:16px;--zentura-font-weight-heading:800;--zentura-line-height:1.6;--zentura-border-radius-5:5px;--zentura-border-radius-8:8px;--zentura-border-radius-12:12px;--zentura-border-radius-50:50%;--zentura-header-offset:5.4rem;--zentura-mobile-bottom-nav-height:74px;--zentura-mobile-bottom-nav-space:calc(var(--zentura-mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 1rem)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--zentura-font-family);background:var(--zentura-secondary);color:var(--zentura-primary);overflow-x:hidden;line-height:var(--zentura-line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.zentura-header{position:fixed;top:0;left:0;right:0;background:rgb(255 255 255 / .95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--zentura-border);z-index:1000;padding:1rem 0;transition:var(--zentura-transition)}.zentura-header-container{max-width:var(--zentura-max-width);margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:2rem}.zentura-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--zentura-primary);font-size:1.25rem;font-weight:700;transition:transform 0.3s ease}.zentura-logo-img{height:52px;width:auto;transition:transform 0.3s ease}.zentura-nav{flex:1;display:flex;justify-content:end}.zentura-nav-menu{display:flex;list-style:none}.zentura-nav-item{position:relative}.zentura-has-dropdown{position:static}.zentura-has-dropdown{position:relative}.zentura-nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .7rem;color:var(--zentura-primary);text-decoration:none;font-size:13px;font-weight:500;border-radius:var(--zentura-border-radius-8);transition:var(--zentura-transition);position:relative;white-space:nowrap}.zentura-nav-link:hover{background:var(--zentura-light-gray)}.zentura-dropdown-icon{transition:transform 0.3s ease}.zentura-nav-item:hover .zentura-dropdown-icon{transform:rotate(180deg)}.zentura-megamenu-trigger-wrapper{position:relative;display:flex;align-items:center}.zentura-megamenu-dropdown{position:fixed;top:80px;left:0;right:0;width:100%;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border);border-bottom:1px solid var(--zentura-border);box-shadow:0 10px 40px rgb(0 0 0 / .1);z-index:9999;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;overflow:hidden}.zentura-megamenu-trigger-wrapper.active .zentura-megamenu-dropdown{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:768px){.zentura-megamenu-trigger-wrapper{display:none}}.zentura-megamenu-dropdown .zentura-megamenu-panel-grid{max-width:var(--zentura-max-width);margin:0 auto;padding:2.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.zentura-megamenu-panel-section{display:flex;flex-direction:column;gap:1rem}.zentura-megamenu-panel-section-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #000;margin-bottom:1rem}.zentura-megamenu-panel-section-header i{font-size:14px;color:#000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:var(--zentura-border-radius-8)}.zentura-megamenu-panel-section-title{font-size:1rem;font-weight:700;color:#000;margin:0;display:block}.zentura-megamenu-panel-links{display:flex;flex-direction:column;gap:.75rem}.zentura-megamenu-panel-link{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:var(--zentura-border-radius-8);text-decoration:none;transition:all 0.3s ease;border:1px solid #fff0}.zentura-megamenu-panel-link:hover{background:#e5e5e5;border-color:var(--zentura-primary)}.zentura-megamenu-panel-link i{font-size:14px;color:var(--zentura-primary);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--zentura-secondary);border-radius:var(--zentura-border-radius-8);flex-shrink:0;transition:all 0.3s ease}.zentura-megamenu-panel-link:hover i{background:var(--zentura-primary);color:var(--zentura-secondary)}.zentura-megamenu-panel-link .link-title{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:.25rem}.zentura-megamenu-panel-link .link-desc{display:block;font-size:12px;color:#666;line-height:1.4}.zentura-megamenu-panel-featured{grid-column:span 1;background:var(--zentura-primary);border-radius:var(--zentura-border-radius-8);padding:1.5rem;color:#fff;position:relative;overflow:hidden}.zentura-megamenu-panel-featured-content{position:relative;z-index:1;text-align:center}.zentura-megamenu-panel-featured-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .1);border-radius:var(--zentura-border-radius-50)}.zentura-megamenu-panel-featured-icon i{font-size:1.75rem;color:var(--zentura-secondary)}.zentura-megamenu-panel-featured-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--zentura-secondary)}.zentura-megamenu-panel-featured-content p{font-size:.9rem;margin-bottom:1.5rem;opacity:.9;line-height:1.5;color:var(--zentura-secondary)}.zentura-megamenu-panel-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--zentura-secondary);color:var(--zentura-primary);border-radius:var(--zentura-border-radius-8);text-decoration:none;font-weight:600;font-size:.9rem;transition:all 0.3s ease;border:1px solid var(--zentura-secondary)}.zentura-megamenu-panel-cta-btn:hover{transform:translateY(-2px);background:#fff0;color:var(--zentura-secondary);border-color:var(--zentura-secondary)}.zentura-megamenu-panel-stats{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .2)}.zentura-megamenu-panel-stat{text-align:center}.zentura-megamenu-panel-stat .stat-value{font-size:1.5rem;font-weight:700;color:var(--zentura-secondary);margin-bottom:.25rem}.zentura-megamenu-panel-stat .stat-label{font-size:.75rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px;color:var(--zentura-secondary)}.zentura-megamenu-featured-slider{position:relative;z-index:1}.zentura-megamenu-featured-slide{display:none;gap:1rem;align-items:center;text-align:left;animation:megamenuSlideIn 0.4s ease}.zentura-megamenu-featured-slide.is-active{display:flex}@keyframes megamenuSlideIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.zentura-megamenu-featured-slide-img{flex-shrink:0;width:120px;height:100px;border-radius:var(--zentura-border-radius-8);overflow:hidden;background:rgb(255 255 255 / .1)}.zentura-megamenu-featured-slide-img img{width:100%;height:100%;object-fit:contain}.zentura-megamenu-featured-slide-info{flex:1;min-width:0}.zentura-megamenu-featured-slide-cat{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--zentura-secondary);opacity:.8;margin-bottom:.25rem}.zentura-megamenu-featured-slide-title{font-size:1rem;font-weight:700;color:var(--zentura-secondary);margin:0 0 .35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zentura-megamenu-featured-slide-price{font-size:.9rem;color:var(--zentura-secondary);margin-bottom:.75rem}.zentura-megamenu-featured-slide-price del{opacity:.5;font-size:.8rem}.zentura-megamenu-featured-slide-price ins{text-decoration:none;font-weight:700}.zentura-megamenu-featured-dots{display:flex;justify-content:center;gap:.4rem;margin-top:1rem}.zentura-megamenu-featured-dot{width:8px;height:8px;border:none;border-radius:50%;background:rgb(255 255 255 / .3);cursor:pointer;padding:0;transition:all 0.3s ease}.zentura-megamenu-featured-dot.is-active{background:var(--zentura-secondary);transform:scale(1.2)}@media (max-width:1024px){.zentura-megamenu-dropdown .zentura-megamenu-panel-grid{grid-template-columns:repeat(2,1fr)}}.zentura-submenu{position:absolute;top:100%;left:0;min-width:200px;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);box-shadow:var(--zentura-shadow);list-style:none;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;margin-top:.5rem;z-index:1000}.zentura-has-dropdown:hover>.zentura-submenu{opacity:1;visibility:visible;transform:translateY(0)}.zentura-submenu li{position:relative}.zentura-submenu a{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;color:var(--zentura-primary);text-decoration:none;font-size:14px;border-radius:var(--zentura-border-radius-8);transition:var(--zentura-transition)}.zentura-submenu a:hover{background:var(--zentura-light-gray)}.zentura-submenu .zentura-dropdown-icon{width:10px;height:10px;margin-left:.5rem;transition:transform 0.3s ease}.zentura-submenu-level-2{position:absolute;top:0;left:100%;margin-left:.5rem;min-width:200px;opacity:0;visibility:hidden;transform:translateX(-10px);z-index:1001}.zentura-has-submenu .zentura-dropdown-icon{display:inline-block}.zentura-has-submenu:hover .zentura-submenu-level-2{opacity:1;visibility:visible;transform:translateX(0)}.zentura-header-actions{display:flex;align-items:center;gap:.75rem}.zentura-text-btn{display:flex;align-items:center;gap:.5rem;height:34px;padding:0 1rem;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;font-size:13px;font-weight:500;border:1px solid var(--zentura-primary);border-radius:var(--zentura-border-radius-5);transition:all 0.3s ease;white-space:nowrap;cursor:pointer;font-family:inherit;line-height:1;box-sizing:border-box}.zentura-text-btn:hover{background:var(--zentura-secondary);color:var(--zentura-primary);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.zentura-text-btn svg{flex-shrink:0;width:16px;height:16px}.zentura-text-btn i{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:14px}button.zentura-text-btn{margin:0;height:34px;padding:0 1rem;outline:none;-webkit-appearance:none;appearance:none;border:1px solid var(--zentura-primary);background:var(--zentura-primary);color:var(--zentura-secondary);font-size:13px;font-weight:500;line-height:1;min-height:auto;vertical-align:baseline}.zentura-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff0;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);cursor:pointer;transition:var(--zentura-transition);color:var(--zentura-primary);position:relative}.zentura-icon-btn:hover{background:var(--zentura-light-gray)}.zentura-notification-btn{position:relative}.zentura-notification-badge{position:absolute;top:-4px;right:-4px;background:var(--zentura-accent);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9px;padding:0 4px;box-shadow:0 2px 8px rgb(255 107 0 / .4);animation:notificationPulse 2s ease-in-out infinite}.zentura-notification-badge:empty{display:none}.zentura-cart-btn{position:relative}.zentura-cart-badge{position:absolute;top:-4px;right:-4px;background:var(--zentura-accent);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9px;padding:0 4px;box-shadow:0 2px 8px rgb(17 96 98 / .4)}.zentura-cart-wrapper{position:relative}.zentura-mini-cart-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:320px;background:var(--zentura-secondary);border-radius:var(--zentura-border-radius-12);box-shadow:0 15px 50px rgb(0 0 0 / .15),0 0 0 1px rgb(0 0 0 / .06);z-index:2000;opacity:0;visibility:hidden;transform:translateY(8px);transition:all 0.25s ease;overflow:hidden}.zentura-cart-wrapper:hover .zentura-mini-cart-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.zentura-mini-cart-header{padding:.875rem 1rem;border-bottom:1px solid var(--zentura-border);font-weight:700;font-size:.95rem;color:var(--zentura-primary)}.zentura-mini-cart-body{max-height:260px;overflow-y:auto;padding:.75rem 1rem}.zentura-mini-cart-empty{text-align:center;color:var(--zentura-gray);font-size:.875rem;padding:1.5rem 0;margin:0}.zentura-mini-cart-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.zentura-mini-cart-item{display:flex;align-items:center;gap:.75rem}.zentura-mini-cart-thumb{width:48px;height:48px;flex-shrink:0;border-radius:var(--zentura-border-radius-5);overflow:hidden;background:var(--zentura-light-gray)}.zentura-mini-cart-thumb img{width:100%;height:100%;object-fit:cover}.zentura-mini-cart-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.zentura-mini-cart-name{font-size:.85rem;font-weight:600;color:var(--zentura-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zentura-mini-cart-qty{font-size:.8rem;color:var(--zentura-gray)}.zentura-mini-cart-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--zentura-border);font-size:.9rem;color:var(--zentura-primary)}.zentura-mini-cart-total strong{font-size:1rem}.zentura-mini-cart-footer{display:flex;gap:.5rem;padding:.875rem 1rem;border-top:1px solid var(--zentura-border)}.zentura-mini-cart-view,.zentura-mini-cart-checkout{flex:1;display:flex;align-items:center;justify-content:center;padding:.6rem .75rem;border-radius:var(--zentura-border-radius-5);font-size:.82rem;font-weight:600;text-decoration:none;transition:all 0.2s ease}.zentura-mini-cart-view{background:var(--zentura-light-gray);color:var(--zentura-primary)}.zentura-mini-cart-view:hover{background:var(--zentura-border)}.zentura-mini-cart-checkout{background:var(--zentura-primary);color:var(--zentura-secondary)}.zentura-mini-cart-checkout:hover{box-shadow:0 4px 12px rgb(0 0 0 / .2)}.zentura-search-overlay{position:fixed;inset:0;z-index:10000;background:rgb(0 0 0 / .6);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;opacity:0;visibility:hidden;transition:all 0.3s ease}.zentura-search-overlay.active{opacity:1;visibility:visible}.zentura-search-overlay-inner{width:100%;max-width:600px;background:var(--zentura-secondary);border-radius:var(--zentura-border-radius-12);padding:2rem;position:relative;transform:translateY(-20px);transition:transform 0.3s ease;box-shadow:0 25px 80px rgb(0 0 0 / .3)}.zentura-search-overlay.active .zentura-search-overlay-inner{transform:translateY(0)}.zentura-search-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--zentura-gray);padding:.25rem;transition:color 0.2s ease}.zentura-search-close:hover{color:var(--zentura-primary)}.zentura-search-form{margin:0}.zentura-search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border:2px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:border-color 0.3s ease}.zentura-search-input-wrapper:focus-within{border-color:var(--zentura-primary)}.zentura-search-input-wrapper svg{flex-shrink:0;color:var(--zentura-gray)}.zentura-search-input{flex:1;border:none;outline:none;font-size:1.1rem;font-family:'Inter',sans-serif;color:var(--zentura-primary);background:#fff0}.zentura-search-input::placeholder{color:var(--zentura-gray)}.zentura-search-hints{display:flex;align-items:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.zentura-search-hints span{font-size:.8rem;color:var(--zentura-gray);font-weight:500}.zentura-search-hints a{font-size:.8rem;padding:.3rem .75rem;background:var(--zentura-light-gray);color:var(--zentura-primary);border-radius:20px;text-decoration:none;font-weight:500;transition:all 0.2s ease}.zentura-search-hints a:hover{background:var(--zentura-primary);color:var(--zentura-secondary)}@media (max-width:768px){.zentura-mini-cart-dropdown{display:none}.zentura-search-overlay-inner{margin:0 1rem;padding:1.5rem}}.zentura-notification-panel{position:fixed;top:70px;right:20px;width:380px;max-width:min(380px, calc(100vw - 40px));max-height:calc(100vh - 100px);background:var(--zentura-secondary);border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .3),0 0 0 1px rgb(0 0 0 / .1);z-index:2000;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease;overflow:hidden}@media (max-width:1024px){.zentura-notification-panel{right:10px;width:360px;max-width:calc(100vw - 20px)}}@media (max-width:900px){.zentura-notification-panel{right:10px;left:auto;width:min(360px, calc(100vw - 20px));max-width:calc(100vw - 20px)}}.zentura-notification-panel.active{opacity:1;visibility:visible}.zentura-notification-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--zentura-border);background:var(--zentura-secondary)}.zentura-notification-title{font-size:1.125rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-notification-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff0;border:none;border-radius:6px;cursor:pointer;color:var(--zentura-gray);transition:all 0.2s ease}.zentura-notification-close:hover{background:var(--zentura-light-gray);color:var(--zentura-primary)}.zentura-notification-content{flex:1;overflow-y:auto;max-height:calc(100vh - 200px);padding:.5rem}.zentura-notification-content:empty::before{content:'Henüz bildirim yok';display:block;text-align:center;padding:3rem 1rem;color:var(--zentura-gray);font-size:.9rem}.zentura-notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--zentura-gray)}.zentura-notification-empty i{font-size:3rem;color:var(--zentura-accent);opacity:.5;margin-bottom:1rem}.zentura-notification-empty p{font-size:.875rem;color:var(--zentura-gray);opacity:.7;margin:0}.zentura-notification-item{display:flex;gap:.75rem;padding:.875rem;border-radius:8px;margin-bottom:.5rem;background:var(--zentura-light-gray);border:1px solid var(--zentura-border);cursor:pointer;transition:background-color 0.2s ease,border-color 0.2s ease;position:relative}.zentura-notification-item:hover{background:rgb(255 107 0 / .05);border-color:rgb(255 107 0 / .2)}.zentura-notification-item:active{transform:none}.zentura-notification-item.unread{background:rgb(255 107 0 / .08);border-color:rgb(255 107 0 / .3)}.zentura-notification-item.unread::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--zentura-accent);border-radius:0 2px 2px 0}.zentura-notification-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background:rgb(255 107 0 / .1);border-radius:8px;color:var(--zentura-accent)}.zentura-notification-icon svg{width:20px;height:20px}.zentura-notification-body{flex:1;min-width:0}.zentura-notification-title-text{font-size:.875rem;font-weight:600;color:var(--zentura-primary);margin-bottom:.25rem;line-height:1.4}.zentura-notification-text{font-size:.8rem;color:var(--zentura-gray);line-height:1.4;margin-bottom:.25rem}.zentura-notification-time{font-size:.7rem;color:var(--zentura-gray);opacity:.7}.zentura-notification-footer{padding:.75rem 1.25rem;border-top:1px solid var(--zentura-border);background:var(--zentura-secondary)}.zentura-notification-clear{width:100%;padding:.625rem;background:#fff0;border:1px solid var(--zentura-border);border-radius:6px;color:var(--zentura-gray);font-size:.875rem;font-weight:500;cursor:pointer;transition:all 0.2s ease}.zentura-notification-clear:hover{background:var(--zentura-light-gray);color:var(--zentura-primary);border-color:var(--zentura-accent)}@keyframes notificationPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes notificationSlideIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.zentura-notification-panel{top:60px;right:0;left:0;width:100%;max-width:100%;max-height:calc(100vh - 60px);border-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;transform:translateY(100%)}.zentura-notification-panel.active{transform:translateY(0)}.zentura-notification-content{max-height:calc(100vh - 180px)}}@media (max-width:480px){.zentura-notification-panel{top:0;max-height:100vh;border-radius:0}.zentura-notification-content{max-height:calc(100vh - 140px)}}.zentura-lang-switcher{position:relative;display:flex;align-items:center}.zentura-lang-current{display:flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--zentura-primary);padding:.3rem .5rem;border-radius:var(--zentura-border-radius-5);transition:var(--zentura-transition);font-family:var(--zentura-font-family)}.zentura-lang-current:hover{background:var(--zentura-light-gray)}.zentura-lang-current .fa-chevron-down{font-size:10px;transition:var(--zentura-transition)}.zentura-lang-switcher.is-open .fa-chevron-down{transform:rotate(180deg)}.zentura-lang-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);box-shadow:var(--zentura-shadow);min-width:80px;list-style:none;margin:0;padding:.3rem 0;z-index:9999}.zentura-lang-switcher.is-open .zentura-lang-dropdown{display:block}.zentura-lang-dropdown li a{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:13px;font-weight:600;color:var(--zentura-primary);text-decoration:none;transition:var(--zentura-transition)}.zentura-lang-dropdown li a:hover{background:var(--zentura-light-gray)}.zentura-lang-flag{width:18px;height:auto;border-radius:2px}.zentura-lang-switcher ul.lang-item{list-style:none;padding:0;margin:0}.zentura-lang-switcher ul.lang-item li a{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:13px;font-weight:600;color:var(--zentura-primary);text-decoration:none;transition:var(--zentura-transition)}.zentura-lang-switcher ul.lang-item li a:hover{background:var(--zentura-light-gray)}.zentura-divider{width:1px;height:24px;background:var(--zentura-border);margin:0 .5rem}.zentura-social-icons{display:flex;gap:.5rem}.zentura-social-icon{width:32px;height:32px;text-decoration:none;display:flex;align-items:center;justify-content:center;color:var(--zentura-primary);border-radius:var(--zentura-border-radius-8);transition:var(--zentura-transition)}.zentura-social-icon:hover{background:var(--zentura-light-gray)}.zentura-social-icon i{font-size:16px;line-height:1}.zentura-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:100px 1rem 2rem;position:relative;overflow:hidden}.zentura-grid-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgb(0 0 0 / .055) 1px,transparent 1px);background-size:24px 24px;overflow:hidden}.zentura-grid-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 10% 20%,rgb(17 96 98 / .07) 0%,transparent 100%),radial-gradient(ellipse 500px 500px at 85% 55%,rgb(26 188 156 / .06) 0%,transparent 100%),radial-gradient(ellipse 400px 300px at 50% 90%,rgb(17 96 98 / .04) 0%,transparent 100%);pointer-events:none}.zentura-grid-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#fff0 0%,rgb(255 255 255 / .5) 50%,rgb(255 255 255 / .9) 100%);pointer-events:none}.zentura-hero-container{max-width:var(--zentura-max-width);display:flex;align-items:center;gap:4rem;position:relative;z-index:1}.zentura-hero-content{flex:1;text-align:left}.zentura-hero-visual{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;position:relative;min-height:440px}.zentura-hero-visual-container{position:relative;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.2rem;align-items:center}.zentura-hero-terminal{display:none}.zentura-hero-showcase{width:100%;background:var(--zentura-secondary);border-radius:var(--zentura-border-radius-12);box-shadow:0 20px 60px rgb(0 0 0 / .12),0 0 0 1px rgb(0 0 0 / .04);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;z-index:10}.zentura-showcase-link{display:block;color:inherit;text-decoration:none}.zentura-hero-showcase:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgb(0 0 0 / .18),0 0 0 1px rgb(0 0 0 / .06)}.zentura-showcase-sale-badge,.zentura-showcase-featured-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .68rem;border-radius:20px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;position:absolute;top:.9rem;left:.9rem;z-index:2}.zentura-showcase-sale-badge{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);color:#fff}.zentura-showcase-featured-badge{background:var(--zentura-primary);color:var(--zentura-secondary)}.zentura-showcase-image{position:relative;min-height:23.5rem}.zentura-showcase-image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .04) 0%,rgb(0 0 0 / .18) 42%,rgb(0 0 0 / .85) 100%);pointer-events:none}.zentura-showcase-image img{width:100%;height:23.5rem;object-fit:cover}.zentura-showcase-content{position:absolute;inset:auto 0 0 0;z-index:2;padding:1rem 1rem 1.05rem}.zentura-showcase-category{position:absolute;top:.9rem;right:.9rem;z-index:2;display:inline-flex;align-items:center;padding:.36rem .64rem;border-radius:999px;background:rgb(255 255 255 / .94);color:var(--zentura-primary);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.zentura-showcase-title{font-size:1.08rem;font-weight:700;margin-bottom:.7rem;line-height:1.3;color:#fff}.zentura-showcase-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.zentura-showcase-price{font-size:1.05rem;font-weight:800;color:#fff}.zentura-showcase-price del{font-size:.85rem;font-weight:400;color:rgb(255 255 255 / .72);margin-right:.25rem}.zentura-showcase-price ins{text-decoration:none;color:#fff}.zentura-showcase-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.56rem .8rem;background:rgb(255 255 255 / .14);color:var(--zentura-secondary);border-radius:999px;font-size:.74rem;font-weight:600;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;backdrop-filter:blur(10px)}.zentura-showcase-btn:hover{background:rgb(255 255 255 / .22)}.zentura-showcase-btn svg{transition:transform 0.3s ease}.zentura-showcase-btn:hover svg{transform:translateX(3px)}.zentura-showcase-cat-tabs{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.zentura-showcase-cat-tab{padding:.35rem .85rem;border:1px solid rgb(255 255 255 / .15);border-radius:20px;background:rgb(255 255 255 / .05);color:rgb(255 255 255 / .7);font-size:.78rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;white-space:nowrap}.zentura-showcase-cat-tab:hover{background:rgb(255 255 255 / .1);color:#fff;border-color:rgb(255 255 255 / .3)}.zentura-showcase-cat-tab.is-active{background:var(--zentura-accent);color:#fff;border-color:var(--zentura-accent)}.zentura-hero-showcase-slider{position:relative}.zentura-showcase-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:50%;background:rgb(0 0 0 / .55);color:#fff;font-size:.85rem;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;backdrop-filter:blur(4px)}.zentura-showcase-arrow:hover{background:rgb(0 0 0 / .8);transform:translateY(-50%) scale(1.1)}.zentura-showcase-arrow-prev{left:10px}.zentura-showcase-arrow-next{right:10px}.zentura-showcase-slide{display:none;animation:heroShowcaseSlideIn 0.5s ease}.zentura-showcase-slide.is-active{display:block}@keyframes heroShowcaseSlideIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.zentura-showcase-slider-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:20}.zentura-showcase-slider-dot{width:8px;height:8px;border:none;border-radius:50%;background:rgb(255 255 255 / .4);cursor:pointer;padding:0;transition:all 0.3s ease}.zentura-showcase-slider-dot.is-active{background:#fff;transform:scale(1.3)}.zentura-hero-showcase-promo{background:linear-gradient(135deg,#0d1117 0%,#161b22 100%)}.zentura-showcase-promo-inner{text-decoration:none;color:inherit;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.zentura-showcase-promo-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--zentura-accent),var(--zentura-accent-2));border-radius:50%;margin-bottom:.5rem}.zentura-showcase-promo-icon i{font-size:2rem;color:#fff}.zentura-showcase-promo-inner h3{font-size:1.3rem;font-weight:700;color:#fff}.zentura-showcase-promo-inner p{font-size:.9rem;color:rgb(255 255 255 / .7);max-width:280px}.zentura-hero-showcase-promo .zentura-showcase-btn{background:linear-gradient(135deg,var(--zentura-accent),var(--zentura-accent-2));color:#fff;padding:.65rem 1.5rem;font-size:.85rem;margin-top:.5rem}.zentura-hero-tech-badges{display:flex;gap:.55rem;width:100%;z-index:5;flex-wrap:wrap}.zentura-hero-tech-badges-shell{width:100%;max-width:100%}.zentura-hero-tech-badges .zentura-tech-badge{display:flex;align-items:center;gap:.5rem;min-width:0;justify-content:center;padding:.52rem .45rem;background:rgb(255 255 255 / .95);border-radius:14px;box-shadow:0 2px 8px rgb(0 0 0 / .08),0 0 0 1px rgb(0 0 0 / .04);cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2)}.zentura-hero-tech-badges .zentura-tech-badge:hover{background:rgb(255 255 255)}.zentura-hero-tech-badges .zentura-tech-badge-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--zentura-accent);transition:transform 0.3s ease}.zentura-hero-tech-badges .zentura-tech-badge-icon svg{width:100%;height:100%}.zentura-hero-tech-badges .zentura-tech-badge-text{font-size:.64rem;font-weight:600;color:#1a1a1a;transition:color 0.3s ease;line-height:1.25;text-align:center;white-space:normal}.zentura-hero-tech-badges .zentura-tech-badge:hover .zentura-tech-badge-text{color:var(--zentura-accent)}.zentura-hero-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:12px}.zentura-bg-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgb(255 107 0 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 107 0 / .03) 1px,transparent 1px);background-size:30px 30px;opacity:.5;animation:bgGridMove 20s linear infinite}.zentura-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgb(255 107 0 / .15) 0%,transparent 70%);border-radius:50%;animation:bgGlowPulse 4s ease-in-out infinite;filter:blur(40px)}.zentura-hero-stats-cards{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;justify-content:flex-end;width:100%}.zentura-hero-stat-card{background:rgb(255 255 255 / .95);padding:1rem 1.5rem;border-radius:var(--zentura-border-radius-8);text-align:center;box-shadow:0 4px 20px rgb(0 0 0 / .1);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);flex:1;min-width:120px;max-width:150px;transition:all 0.3s ease}.zentura-hero-stat-card:hover{box-shadow:0 8px 30px rgb(0 0 0 / .15)}.zentura-hero-stat-number{font-size:20px;font-weight:800;color:var(--zentura-primary)}.zentura-hero-stat-label{font-size:.75rem;color:var(--zentura-gray);font-weight:500}@keyframes terminalCursorBlink{0%,49%{opacity:1}50%,100%{opacity:0}}@keyframes bgGridMove{0%{transform:translate(0,0)}100%{transform:translate(30px,30px)}}@keyframes bgGlowPulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.15);opacity:.5}}.zentura-badge-wrapper{position:relative;display:inline-block;margin-bottom:2rem}.zentura-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);font-size:.9rem;font-weight:500;color:var(--zentura-primary);transition:all 0.3s ease;box-shadow:var(--zentura-shadow)}.zentura-badge:hover{border-color:var(--zentura-accent);box-shadow:0 4px 20px rgb(0 0 0 / .12)}.zentura-badge-text{color:var(--zentura-primary);font-weight:500}.zentura-hero-title{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.zentura-dynamic-wrapper{position:relative;display:inline-block;min-width:150px}.zentura-dynamic-text{position:relative;display:inline-block}.zentura-word-active{position:relative;background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;padding-bottom:4px}.zentura-hero-description{font-size:1.125rem;color:var(--zentura-gray);margin-bottom:2rem;line-height:1.7}.zentura-users-section{display:flex;align-items:center;margin:2rem auto;max-width:800px;gap:2rem}.zentura-customer-section{display:flex;align-items:center;gap:2rem}.zentura-avatars{display:flex;align-items:center}.zentura-avatar{width:44px;height:44px;border-radius:var(--zentura-border-radius-50);border:2px solid var(--zentura-secondary);overflow:hidden;margin-left:-12px;cursor:pointer;transition:all 0.3s ease;position:relative;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.zentura-avatar:first-child{margin-left:0}.zentura-avatar:hover{transform:translateY(-6px) scale(1.15);z-index:10;box-shadow:0 8px 16px rgb(0 0 0 / .15)}.zentura-avatar img{width:100%;height:100%;object-fit:cover}.zentura-rating-section{display:flex;flex-direction:column}.zentura-rating{display:flex;align-items:center;gap:.25rem}.zentura-rating svg{width:18px;height:18px}.zentura-rating-text{font-weight:600;font-size:.95rem;margin-left:.25rem;color:var(--zentura-primary)}.zentura-users-text{color:var(--zentura-gray);font-size:.9rem;margin:0}.zentura-tech-section{display:flex;align-items:center}.zentura-tech-stack{display:flex;align-items:center;gap:.75rem}.zentura-tech-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--zentura-secondary);border:1.5px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease;cursor:pointer;position:relative}.zentura-tech-icon:hover{box-shadow:0 6px 12px rgb(0 0 0 / .1);border-color:var(--zentura-primary);background:var(--zentura-light-gray)}.zentura-tech-icon svg{width:20px;height:20px;color:var(--zentura-primary)}.zentura-hero-actions{display:flex;align-items:center;gap:1rem;margin-top:2rem}.zentura-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--zentura-border-radius-5);font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease;text-decoration:none;white-space:nowrap}.zentura-btn-primary{background:var(--zentura-primary);color:var(--zentura-secondary);padding:.75rem 1.75rem}.zentura-btn-primary svg{width:18px;height:18px;transition:transform 0.3s ease}.zentura-btn-primary:hover{box-shadow:0 6px 20px rgb(0 0 0 / .25)}.zentura-btn-primary:hover svg{transform:translateX(3px)}.zentura-btn-secondary{background:#f5f5f5;color:var(--zentura-primary);padding:.75rem 1.75rem;border:none;font-weight:500;border-radius:var(--zentura-border-radius-5);transition:all 0.3s ease}.zentura-btn-secondary:hover{background:#e8e8e8;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.zentura-btn-secondary:hover svg{transform:translateX(3px)}.zentura-btn-secondary svg{width:16px;height:16px;transition:transform 0.3s ease}.zentura-tooltip{position:fixed;background:var(--zentura-primary);color:var(--zentura-secondary);padding:.75rem;border-radius:var(--zentura-border-radius-8);box-shadow:0 4px 20px rgb(0 0 0 / .15);opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:2000;pointer-events:none}.zentura-tooltip.active{opacity:1;visibility:visible}.zentura-tooltip-content{display:flex;align-items:center;gap:.75rem}.zentura-tooltip-avatar{width:40px;height:40px;border-radius:var(--zentura-border-radius-50);object-fit:cover}.zentura-tooltip-info{display:flex;flex-direction:column}.zentura-tooltip-name{font-weight:600;font-size:.9rem}.zentura-tooltip-role{font-size:.75rem;opacity:.8}@media (max-width:768px){:root{--zentura-header-offset:4.35rem}.zentura-header-container{padding:0 1rem}.zentura-text-btn{display:none}.zentura-nav{display:none;position:fixed;top:60px;left:0;right:0;background:var(--zentura-secondary);border-bottom:1px solid var(--zentura-border);box-shadow:0 4px 20px rgb(0 0 0 / .1);max-height:calc(100vh - 60px);overflow-y:auto;z-index:999}.zentura-nav.zentura-mobile-active{display:block}.zentura-nav-menu{flex-direction:column;padding:1rem;gap:0}.zentura-nav-item{width:100%}.zentura-nav-link{width:100%;padding:.75rem 1rem}.zentura-hero-container{flex-direction:column;gap:1.35rem;text-align:center}.zentura-hero-content{text-align:center}.zentura-hero-title{font-size:2rem}.zentura-hero-visual{min-height:280px}.zentura-hero-visual-container{max-width:100%;gap:1rem}.zentura-hero-terminal{display:none}.zentura-hero-showcase{max-width:100%}.zentura-showcase-image img{height:15rem}.zentura-showcase-image{min-height:15rem}.zentura-hero-tech-badges-shell{max-width:100%}.zentura-hero-tech-badges{flex-wrap:wrap;gap:.55rem}.zentura-hero-tech-badges .zentura-tech-badge{padding:.48rem .65rem}.zentura-hero-tech-badges .zentura-tech-badge-icon{width:18px;height:18px}.zentura-hero-tech-badges .zentura-tech-badge-text{font-size:.68rem}.zentura-hero-stats-cards{align-items:center;gap:.75rem}.zentura-hero-stat-card{min-width:120px;padding:.75rem 1rem}.zentura-submenu{position:static;width:100%;transform:none;margin:.5rem 0;opacity:1;visibility:visible}.zentura-submenu-level-2{position:static;margin-left:0;margin-top:.5rem;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding-left:1rem}.zentura-has-submenu .zentura-dropdown-icon{transform:rotate(0deg)}.zentura-users-section{flex-direction:column;gap:2rem;align-items:center}.zentura-customer-section{gap:1rem;align-items:center;text-align:center}.zentura-rating-section{align-items:center}.zentura-tech-stack{flex-wrap:wrap;justify-content:center}.zentura-hero-actions{width:100%;padding:0}.zentura-btn{width:100%;justify-content:center}.zentura-badge{font-size:.8rem;padding:.6rem 1.2rem;gap:.5rem}.zentura-hero-description{font-size:1rem;padding:0 1rem}}.zentura-mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;background:#fff0;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);cursor:pointer;padding:8px;transition:all 0.3s ease}.zentura-mobile-menu-btn span{width:100%;height:2px;background:var(--zentura-primary);transition:all 0.3s ease;border-radius:var(--zentura-border-radius-8)}.zentura-mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.zentura-mobile-menu-btn.active span:nth-child(2){opacity:0}.zentura-mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.zentura-mobile-sidebar{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--zentura-secondary);z-index:9999;transform:translateX(-100%);transition:transform 0.3s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column}.zentura-mobile-sidebar.active{transform:translateX(0)}.zentura-mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid var(--zentura-border);background:var(--zentura-secondary);position:sticky;top:0}.zentura-mobile-logo{display:flex;align-items:center;gap:.75rem;color:var(--zentura-primary);font-size:1.25rem;font-weight:700}.zentura-mobile-logo-img{height:40px;width:auto}.mobile-nav-musteri-panel{padding:0 0 1rem 0;border-bottom:1px solid var(--zentura-border);margin-bottom:.5rem}.mobile-nav-musteri-panel-btn{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease;font-weight:600;font-size:14px;gap:.75rem}.mobile-nav-musteri-panel-btn:hover{background:var(--zentura-secondary);color:var(--zentura-primary);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.mobile-nav-musteri-panel-btn i:first-child{font-size:18px}.mobile-nav-musteri-panel-btn i:last-child{font-size:12px;margin-left:auto}.zentura-mobile-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff0;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);cursor:pointer;color:var(--zentura-primary);transition:all 0.3s ease;position:relative;z-index:1}.zentura-mobile-close-btn:hover{background:var(--zentura-light-gray);transform:scale(1.05)}.mobile-nav{flex:1;overflow-y:auto;padding:1.5rem 1rem;background:linear-gradient(180deg,var(--zentura-secondary) 0%,#fafafa 100%)}.mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-list>li{list-style:none;margin:0;padding:0}.mobile-nav-link{position:relative;display:flex;align-items:center;gap:1rem;padding:10px;color:var(--zentura-primary);text-decoration:none;font-size:14px;font-weight:600;transition:all 0.3s cubic-bezier(.4,0,.2,1);border-radius:var(--zentura-border-radius-8);background:var(--zentura-secondary);border:1px solid #fff0;box-shadow:0 2px 8px rgb(0 0 0 / .04);overflow:hidden}.mobile-nav-link:hover{background:linear-gradient(135deg,#ffffff 0%,#f8f8f8 100%);border-color:var(--zentura-border);box-shadow:0 4px 16px rgb(0 0 0 / .08)}.mobile-nav-link:hover{transform:scaleY(1)}.mobile-nav-link:active{transform:translateX(2px) scale(.98)}.mobile-nav-link>i:first-of-type{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--zentura-primary);background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);border-radius:var(--zentura-border-radius-8);transition:all 0.3s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative}.mobile-nav-link:hover>i:first-of-type{background:linear-gradient(135deg,var(--zentura-accent) 0%,#ff8533 100%);color:var(--zentura-secondary);transform:scale(1.05) rotate(5deg);box-shadow:0 4px 12px rgb(255 107 0 / .25)}.mobile-nav-text{flex:1;font-weight:600;letter-spacing:-.01em;transition:color 0.3s ease}.mobile-nav-link:hover .mobile-nav-text{color:var(--zentura-primary)}.mobile-submenu-arrow{font-size:.75rem;color:var(--zentura-gray);transition:all 0.3s cubic-bezier(.4,0,.2,1);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:50%}.mobile-nav-link:hover .mobile-submenu-arrow{color:var(--zentura-primary);background:rgb(255 107 0 / .1);transform:scale(1.1)}.mobile-nav-item-has-submenu.active .mobile-submenu-arrow{transform:rotate(180deg);background:var(--zentura-accent);color:var(--zentura-secondary)}.mobile-nav-item-has-submenu.active .mobile-nav-link{background:linear-gradient(135deg,#fff5f0 0%,#ffffff 100%);border-color:rgb(255 107 0 / .2)}.mobile-nav-item-has-submenu.active .mobile-nav-link::before{transform:scaleY(1)}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1),padding 0.3s ease;list-style:none;padding:0;background:#fff0;border-radius:var(--zentura-border-radius-8)}.mobile-nav-item-has-submenu.active .mobile-submenu{max-height:500px}.mobile-submenu li{list-style:none;margin:0;padding:0}.mobile-submenu>li>a{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem .875rem 1.5rem;color:var(--zentura-gray);text-decoration:none;font-size:.9rem;font-weight:500;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;border-radius:var(--zentura-border-radius-8);margin:.25rem .5rem}.mobile-submenu>li>a::before{content:'';position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:0;height:2px;background:var(--zentura-accent);transition:width 0.3s ease}.mobile-submenu>li>a:hover{background:linear-gradient(90deg,rgb(255 107 0 / .05) 0%,transparent 100%);color:var(--zentura-primary);padding-left:2rem;transform:translateX(4px)}.mobile-submenu>li>a:hover::before{width:8px}.mobile-submenu-dot{width:6px;height:6px;border-radius:50%;background:var(--zentura-accent);opacity:.4;transition:all 0.3s ease;flex-shrink:0}.mobile-submenu>li>a:hover .mobile-submenu-dot{opacity:1;transform:scale(1.3);box-shadow:0 0 8px rgb(255 107 0 / .4)}.mobile-nav-social{padding:1.5rem 0 0 0}.mobile-nav-social-title{font-size:.75rem;font-weight:600;color:var(--zentura-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding:0 1rem}.mobile-nav-social-icons{display:flex;gap:.75rem;padding:0 1rem;justify-content:center}.mobile-nav-social-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);border:1px solid #fff0}.mobile-nav-social-icon:hover{background:linear-gradient(135deg,var(--zentura-accent) 0%,#ff8533 100%);color:var(--zentura-secondary);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgb(255 107 0 / .25);border-color:#fff0}.mobile-nav-social-icon svg{width:18px;height:18px}.mobile-nav-social-icon i{font-size:18px;line-height:1}.mobile-nav-cards{padding:1rem 0 0 0;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid var(--zentura-border);margin-top:1rem}.mobile-nav-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#ffffff 0%,#f8f8f8 100%);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.mobile-nav-card:hover{background:linear-gradient(135deg,#fff5f0 0%,#ffffff 100%);border-color:rgb(255 107 0 / .3);transform:translateX(4px)}.mobile-nav-card:hover{transform:scaleY(1)}.mobile-nav-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--zentura-accent);border-radius:var(--zentura-border-radius-8);color:#fff;font-size:16px;flex-shrink:0;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.mobile-nav-card:hover .mobile-nav-card-icon{transform:scale(1.1) rotate(5deg)}.mobile-nav-card-content{flex:1;min-width:0}.mobile-nav-card-title{font-size:14px;font-weight:700;color:var(--zentura-primary);margin:0 0 .25rem 0;line-height:1.3;transition:color 0.3s ease}.mobile-nav-card-desc{font-size:12px;color:var(--zentura-gray);margin:0;line-height:1.4;transition:color 0.3s ease}.mobile-nav-card:hover .mobile-nav-card-desc{color:var(--zentura-primary)}.mobile-nav-card-arrow{font-size:.75rem;color:var(--zentura-gray);transition:all 0.3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.mobile-nav-card:hover .mobile-nav-card-arrow{color:var(--zentura-accent);transform:translateX(4px)}.zentura-mobile-actions{padding:1rem;display:flex;gap:10px;border-top:1px solid var(--zentura-border);margin-top:auto}.zentura-mobile-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:8px 10px;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;font-size:13px;font-weight:500;border-radius:var(--zentura-border-radius-5);transition:all 0.3s ease;border:1px solid var(--zentura-primary)}.zentura-mobile-action-btn:hover{background:var(--zentura-secondary);color:var(--zentura-primary);transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.zentura-mobile-action-btn svg{flex-shrink:0}.zentura-mobile-action-btn i{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:14px}.zentura-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:all 0.3s ease}.zentura-mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:768px){.zentura-mobile-menu-btn{display:flex}.zentura-header-actions{gap:.5rem}.zentura-social-icons{display:none}.zentura-divider{display:none}.zentura-nav{display:none}}@media (min-width:769px) and (max-width:1024px){.zentura-header-container{padding:0 1.5rem}.zentura-hero-title{font-size:3rem}.zentura-users-section{flex-wrap:wrap;justify-content:center}}.zentura-features-section{padding:5rem 2rem;background:var(--zentura-secondary);position:relative;border-top:1px solid var(--zentura-border)}.zentura-features-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-features-header{text-align:center}.zentura-features-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--zentura-primary)}.zentura-gradient-text{background:linear-gradient(135deg,#000000 0%,#333333 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.zentura-features-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);margin-bottom:2.5rem}.zentura-features-description strong{color:var(--zentura-primary);font-weight:600}.zentura-features-description a{text-decoration:none;color:var(--zentura-primary);font-weight:600}.zentura-features-actions{display:flex;align-items:center;justify-content:center;gap:1rem}.zentura-features-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--zentura-border-radius-5);font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.zentura-features-btn-primary{background:var(--zentura-primary);color:var(--zentura-secondary)}.zentura-features-btn-primary:hover{box-shadow:0 8px 20px rgb(0 0 0 / .2)}.zentura-features-btn-secondary{background:#fff0;color:var(--zentura-primary);border:1px solid var(--zentura-border)}.zentura-features-btn-secondary:hover{background:var(--zentura-light-gray)}.zentura-features-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:4rem;align-items:center;position:relative;min-height:350px}.zentura-features-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.zentura-features-column{display:flex;flex-direction:column;gap:20px;position:relative;z-index:2}.zentura-features-left{align-items:flex-end}.zentura-features-right{align-items:flex-start}.zentura-feature-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease;max-width:380px;width:100%;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.zentura-feature-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .1);border-color:var(--zentura-primary)}.zentura-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);flex-shrink:0;transition:all 0.3s ease}.zentura-feature-card:hover .zentura-feature-icon{background:var(--zentura-primary);color:var(--zentura-secondary)}.zentura-feature-icon i{font-size:1.25rem}.zentura-feature-card h3{font-size:.95rem;font-weight:600;color:var(--zentura-primary);margin:0;line-height:1.4}.zentura-features-center{display:flex;justify-content:center;align-items:center;position:relative;z-index:3}.zentura-figma-box{display:flex;align-items:center;gap:1.5rem;padding:2rem 2.5rem;background:var(--zentura-light-gray);border:2px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);box-shadow:0 4px 12px rgb(0 0 0 / .05)}.zentura-figma-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:var(--zentura-border-radius-8);font-size:1.75rem;transition:all 0.3s ease}.shadcn-icon{background:var(--zentura-primary);color:var(--zentura-secondary)}.figma-icon{background:var(--zentura-secondary);color:var(--zentura-primary);border:2px solid var(--zentura-border)}.zentura-figma-box:hover .zentura-figma-icon{transform:scale(1.1)}.zentura-plus{font-size:1.5rem;font-weight:700;color:var(--zentura-gray)}@media (max-width:1024px){.zentura-features-grid{grid-template-columns:1fr;gap:3rem;min-height:auto}.zentura-features-canvas{display:none}.zentura-features-left,.zentura-features-right{align-items:center}.zentura-feature-card{max-width:100%}}@media (max-width:768px){.zentura-features-section{padding:4rem 1.5rem}.zentura-features-header{margin-bottom:20px}.zentura-features-title{font-size:1.75rem}.zentura-features-description{font-size:.9rem}.zentura-features-actions{flex-direction:column;width:100%}.zentura-features-btn{width:100%;justify-content:center}.zentura-figma-box{padding:1.5rem;gap:1rem}.zentura-figma-icon{width:50px;height:50px;font-size:1.5rem}}.zentura-projects-section{padding:2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-projects-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-projects-header{text-align:center;margin-bottom:4rem}.zentura-projects-title{font-size:clamp(2rem, 4vw, 2.5rem);font-weight:800;margin-bottom:1.5rem;color:var(--zentura-primary)}.zentura-underline{position:relative;display:inline-block}.zentura-underline::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:var(--zentura-primary)}.zentura-projects-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray)}.zentura-projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.zentura-project-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:29px;transition:all 0.3s ease;display:flex;flex-direction:column;gap:1.5rem}.zentura-project-card:hover{box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary)}.zentura-project-header{display:flex;align-items:center;justify-content:space-between}.zentura-project-title{font-size:1.25rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-project-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--zentura-primary);color:var(--zentura-secondary);border-radius:var(--zentura-border-radius-50);text-decoration:none;transition:all 0.3s ease}.zentura-project-link:hover{transform:scale(1.1) rotate(45deg)}.zentura-project-desc{font-size:.95rem;line-height:1.7;color:var(--zentura-gray);margin:0}.zentura-project-meta{display:flex;flex-direction:column;gap:1rem}.zentura-project-industry,.zentura-project-tech{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.zentura-project-industry strong,.zentura-project-tech strong{color:var(--zentura-primary);font-weight:600;white-space:nowrap}.zentura-project-industry span{color:var(--zentura-gray);line-height:1.5}.zentura-tech-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);font-weight:500}.zentura-tech-badge i{font-size:.85rem}.zentura-project-image{width:100%;height:240px;border-radius:var(--zentura-border-radius-8);overflow:hidden;background:var(--zentura-light-gray);margin-top:auto}.zentura-project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.zentura-project-card:hover .zentura-project-image img{transform:scale(1.05)}@media (max-width:768px){.zentura-projects-section{padding:4rem 1.5rem}.zentura-projects-grid{grid-template-columns:1fr;gap:1.5rem}.zentura-project-card{padding:1.5rem}.zentura-projects-title{font-size:1.75rem}.zentura-projects-description{font-size:.9rem}.zentura-project-meta{font-size:.8rem}}@media (max-width:480px){.zentura-project-industry,.zentura-project-tech{gap:.25rem}}.zentura-featured-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-featured-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-featured-header{text-align:center;margin-bottom:4rem}.zentura-featured-title{font-size:clamp(2rem, 4vw, 2.5rem);font-weight:800;margin-bottom:1rem;color:var(--zentura-primary)}.zentura-featured-description{font-size:1rem;color:var(--zentura-gray);margin:0}.zentura-logos-container{border-radius:var(--zentura-border-radius-8);overflow:hidden;position:relative}.zentura-logos-track{display:flex;width:max-content}.zentura-logo-item{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;transition:all 0.3s ease;min-height:140px;flex-shrink:0;min-width:200px}.zentura-logo-item img{width:195px;height:65px;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:all 0.3s ease}.zentura-logo-item:hover img{filter:grayscale(0%) opacity(1);transform:scale(1.05)}@media (max-width:1024px){.zentura-logo-item{min-width:180px;padding:2.5rem 1.5rem}}@media (max-width:768px){.zentura-featured-section{padding:4rem 1.5rem}.zentura-logo-item{padding:2rem 1.5rem;min-height:120px;min-width:160px}}@media (max-width:480px){.zentura-logo-item{padding:1.5rem 1rem;min-width:140px}}.zentura-about-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-about-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;margin-bottom:20px}.zentura-about-content{display:flex;flex-direction:column;gap:20px}.zentura-about-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;line-height:1.2;color:var(--zentura-primary)}.zentura-about-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray)}.zentura-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.zentura-stat-card{padding:1.5rem;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease}.zentura-stat-card:hover{box-shadow:0 8px 20px rgb(0 0 0 / .08);border-color:var(--zentura-primary)}.zentura-stat-number{font-size:20px;font-weight:700;color:var(--zentura-primary);margin-bottom:.5rem}.zentura-stat-text{font-size:.875rem;color:var(--zentura-gray);line-height:1.6;margin:0}.zentura-about-btn{display:inline-flex;align-items:center;text-decoration:none;gap:.75rem;padding:.875rem 1.75rem;background:var(--zentura-accent);color:#fff;border:none;border-radius:var(--zentura-border-radius-5);font-size:.95rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;align-self:flex-start}.zentura-about-btn i{transition:transform 0.3s ease}.zentura-about-btn:hover i{transform:translateX(4px)}.zentura-about-visual{position:relative;height:600px;border-radius:var(--zentura-border-radius-8);overflow:hidden}.zentura-visual-main{position:relative;width:100%;height:100%;border-radius:var(--zentura-border-radius-8);overflow:hidden}.zentura-image-overlay{position:relative;width:100%;height:100%;border-radius:var(--zentura-border-radius-8);overflow:hidden}.zentura-image-overlay img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s cubic-bezier(.4,0,.2,1)}.zentura-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(0 0 0 / .1) 0%,rgb(255 107 0 / .15) 50%,rgb(0 0 0 / .2) 100%);transition:opacity 0.5s ease}.zentura-visual-main:hover .zentura-image-overlay img{transform:scale(1.08)}.zentura-visual-main:hover .zentura-gradient-overlay{opacity:.8}.zentura-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.zentura-floating-card{position:absolute;background:rgb(255 255 255 / .95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 107 0 / .2);border-radius:var(--zentura-border-radius-8);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 32px rgb(0 0 0 / .1);transition:all 0.4s cubic-bezier(.4,0,.2,1);animation:float 6s ease-in-out infinite;pointer-events:auto;cursor:pointer;opacity:0;transform:translateY(30px)}.zentura-floating-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 16px 48px rgb(255 107 0 / .2);background:rgb(255 255 255)}.zentura-card-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--zentura-accent),var(--zentura-accent-2));border-radius:var(--zentura-border-radius-8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}.zentura-floating-card span{font-weight:600;color:var(--zentura-primary);font-size:.9rem}.zentura-card-1{top:15%;right:10%;animation-delay:0s}.zentura-card-2{top:45%;left:5%;animation-delay:2s}.zentura-card-3{bottom:20%;right:15%;animation-delay:4s}.zentura-geometric-shapes{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.zentura-shape{position:absolute;border:2px solid rgb(255 107 0 / .3);animation:rotate 20s linear infinite}.zentura-shape-1{width:80px;height:80px;border-radius:var(--zentura-border-radius-50);top:10%;left:15%;animation-delay:0s}.zentura-shape-2{width:60px;height:60px;transform:rotate(45deg);bottom:25%;left:20%;animation-delay:7s}.zentura-shape-3{width:100px;height:100px;border-radius:var(--zentura-border-radius-8);top:60%;right:10%;animation-delay:14s}.zentura-interactive-dots{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.zentura-dot{position:absolute;width:12px;height:12px;background:var(--zentura-accent);border-radius:var(--zentura-border-radius-50);animation:pulse 3s ease-in-out infinite;box-shadow:0 0 20px rgb(255 107 0 / .5);opacity:0;transform:scale(0)}.zentura-dot-1{top:25%;left:25%;animation-delay:0s}.zentura-dot-2{top:60%;right:30%;animation-delay:0.75s}.zentura-dot-3{bottom:30%;left:40%;animation-delay:1.5s}.zentura-dot-4{top:40%;right:20%;animation-delay:2.25s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}.zentura-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.zentura-info-card{padding:2rem;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease;display:flex;align-items:center;gap:1.5rem}.zentura-info-card:hover{box-shadow:0 12px 28px rgb(0 0 0 / .1);border-color:var(--zentura-primary)}.zentura-info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);font-size:1.5rem;flex-shrink:0}.zentura-info-content{flex:1}.zentura-info-title{font-size:1.25rem;font-weight:700;color:var(--zentura-primary)}.zentura-info-text{font-size:14px;color:var(--zentura-gray);line-height:1.8;margin:0}@media (max-width:1024px){.zentura-about-grid{grid-template-columns:1fr;gap:3rem}.zentura-about-visual{height:500px;order:-1}.zentura-floating-card{padding:.75rem 1rem}.zentura-card-icon{width:35px;height:35px;font-size:1rem}.zentura-floating-card span{font-size:.8rem}.zentura-info-cards{grid-template-columns:1fr}}@media (max-width:768px){.zentura-about-section{padding:4rem 1.5rem}.zentura-stats-grid{grid-template-columns:1fr}.zentura-about-visual{height:400px}.zentura-floating-card{padding:.5rem .75rem;font-size:.75rem}.zentura-card-icon{width:30px;height:30px;font-size:.9rem}.zentura-floating-card span{font-size:.75rem}.zentura-shape{display:none}.zentura-dot{width:8px;height:8px}.zentura-about-btn{width:100%;justify-content:center}}.zentura-faq-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-faq-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-faq-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:stretch}.zentura-faq-content{display:flex;flex-direction:column;gap:1.5rem}.zentura-faq-title{font-size:clamp(2rem, 4vw, 2.5rem);font-weight:800;color:var(--zentura-primary);line-height:1.2}.zentura-faq-subtitle{font-size:1rem;color:var(--zentura-gray);margin-bottom:1rem}.zentura-faq-accordion{display:flex;flex-direction:column;gap:1rem}.zentura-faq-item{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);overflow:hidden;transition:all 0.3s ease}.zentura-faq-item:hover{box-shadow:0 4px 12px rgb(0 0 0 / .06)}.zentura-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff0;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--zentura-primary);transition:all 0.3s ease}.zentura-faq-question:hover{color:var(--zentura-primary)}.zentura-faq-question i{font-size:.875rem;color:var(--zentura-gray);transition:transform 0.3s ease;flex-shrink:0;margin-left:1rem}.zentura-faq-item.active .zentura-faq-question i{transform:rotate(180deg);color:var(--zentura-primary)}.zentura-faq-answer{max-height:0;overflow:hidden}.zentura-faq-item.active .zentura-faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.zentura-faq-answer p{font-size:.95rem;line-height:1.7;color:var(--zentura-gray);margin:0}.zentura-faq-sidebar{position:sticky;top:100px}.zentura-contact-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:100%;min-height:400px}.zentura-contact-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--zentura-primary);color:var(--zentura-secondary);border-radius:var(--zentura-border-radius-8);font-size:2rem}.zentura-faq-contact-title{font-size:1.5rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-contact-text{font-size:.95rem;line-height:1.7;color:var(--zentura-gray);margin:0}.zentura-contact-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.75rem;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;border-radius:var(--zentura-border-radius-5);font-size:.95rem;font-weight:600;transition:all 0.3s ease}.zentura-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .2)}@media (max-width:1024px){.zentura-faq-grid{grid-template-columns:1fr;gap:3rem}.zentura-faq-sidebar{position:relative;top:0}}@media (max-width:768px){.zentura-faq-section{padding:4rem 1.5rem}.zentura-faq-question{padding:1.25rem;font-size:.95rem}.zentura-faq-item.active .zentura-faq-answer{padding:0 1.25rem 1.25rem}.zentura-contact-card{padding:2rem}}.zentura-footer{background:var(--zentura-primary);border-top:1px solid rgb(255 255 255 / .1);padding:4rem 0 0;position:relative;box-shadow:0 50vh 0 0 var(--zentura-primary)}.zentura-footer-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-footer-top{padding-bottom:3rem}.zentura-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2.5rem}.zentura-footer-company{display:flex;flex-direction:column;gap:1.75rem}.zentura-footer-logo{display:flex;align-items:center}.zentura-footer-logo-img{height:64px;width:auto;background:rgb(255 255 255 / .95);padding:8px 16px;border-radius:14px;box-sizing:border-box}.zentura-footer-desc{font-size:.9rem;line-height:1.75;color:rgb(255 255 255 / .7);margin:0;max-width:320px}.zentura-footer-social{display:flex;gap:.75rem}.zentura-footer-social-link{width:42px;height:42px;display:flex;align-items:center;text-decoration:none;justify-content:center;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);border-radius:var(--zentura-border-radius-8);color:var(--zentura-secondary);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.zentura-footer-social-link:hover{background:var(--zentura-secondary);color:var(--zentura-primary);box-shadow:0 4px 16px rgb(255 255 255 / .2)}.zentura-footer-column{display:flex;flex-direction:column;gap:1.5rem}.zentura-footer-title{font-size:1.05rem;font-weight:700;color:var(--zentura-secondary);margin:0 0 .5rem 0;letter-spacing:-.01em}.zentura-footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.zentura-footer-links a{color:rgb(255 255 255 / .7);text-decoration:none;font-size:.9rem;transition:all 0.3s ease;display:flex;flex-direction:column;gap:.15rem;position:relative;padding-left:0}.zentura-footer-link-desc{display:block;font-size:.75rem;color:rgb(255 255 255 / .35);font-weight:400;line-height:1.3}.zentura-footer-links a::before{content:'';position:absolute;left:-8px;top:10px;width:4px;height:4px;background:rgb(255 255 255 / .7);border-radius:50%;opacity:0;transition:all 0.3s ease}.zentura-footer-links a:hover{color:var(--zentura-secondary);padding-left:12px}.zentura-footer-links a:hover::before{opacity:1;left:0}.zentura-footer-links a:hover .zentura-footer-link-desc{color:rgb(255 255 255 / .5)}.zentura-footer-contact{gap:1.25rem}.zentura-footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.zentura-footer-contact-item{display:flex;align-items:flex-start;gap:.875rem}.zentura-footer-contact-item svg{flex-shrink:0;margin-top:.125rem;color:var(--zentura-secondary);opacity:.7}.zentura-contact-value{font-size:.9rem;color:var(--zentura-secondary);text-decoration:none;transition:all 0.3s ease;font-weight:500}.zentura-contact-value:hover{color:var(--zentura-accent)}.zentura-contact-hours{display:flex;flex-direction:column;gap:.25rem}.zentura-contact-hours .zentura-contact-value{display:block}.zentura-footer-badges{display:flex;gap:.75rem}.zentura-footer-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:linear-gradient(135deg,rgb(255 184 0 / .2) 0%,rgb(255 184 0 / .1) 100%);border:1px solid rgb(255 184 0 / .3);border-radius:var(--zentura-border-radius-8);font-size:.8rem;font-weight:600;color:var(--zentura-secondary);transition:all 0.3s ease}.zentura-footer-badge:hover{border-color:rgb(255 184 0 / .5);background:linear-gradient(135deg,rgb(255 184 0 / .3) 0%,rgb(255 184 0 / .15) 100%);transform:translateY(-1px)}.zentura-footer-badge svg{width:16px;height:16px;color:#FFB800;flex-shrink:0}.zentura-footer-badge-safe{background:linear-gradient(135deg,rgb(34 197 94 / .2) 0%,rgb(34 197 94 / .1) 100%)!important;border-color:rgb(34 197 94 / .3)!important}.zentura-footer-badge-safe:hover{border-color:rgb(34 197 94 / .5)!important;background:linear-gradient(135deg,rgb(34 197 94 / .3) 0%,rgb(34 197 94 / .15) 100%)!important}.zentura-footer-badge-safe svg,.zentura-footer-badge-safe i{color:#22C55E!important}.zentura-footer-tags{border-top:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .1);padding:1.5rem 0;background:rgb(255 255 255 / .02);max-width:var(--zentura-max-width);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.zentura-footer-tag{display:inline-block;font-size:.8rem;color:rgb(255 255 255 / .7);font-weight:500;padding:.375rem .75rem;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .15);border-radius:var(--zentura-border-radius-5);transition:all 0.3s ease;white-space:nowrap}.zentura-footer-tag:hover{color:var(--zentura-secondary);background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .3);transform:translateY(-1px)}.zentura-footer-bottom{border-top:none;padding:1rem 0 .5rem}.zentura-footer-bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.zentura-footer-bottom-left{display:flex;align-items:center}.zentura-footer-legal{display:flex;align-items:center;gap:0;flex-wrap:wrap;list-style:none;padding:0;margin:0}.zentura-footer-legal .sub-menu,.zentura-footer-legal .zentura-submenu{display:none!important}.zentura-footer-legal li{display:flex;align-items:center}.zentura-footer-legal li:not(:last-child)::after{content:'·';color:rgb(255 255 255 / .4);margin:0 .625rem;font-size:.75rem}.zentura-footer-legal a,.zentura-footer-legal .zentura-nav-link{font-size:.8rem;color:rgb(255 255 255 / .6);text-decoration:none;transition:color 0.3s ease;font-weight:400;padding:0;background:none;border-radius:0}.zentura-footer-legal a:hover,.zentura-footer-legal .zentura-nav-link:hover{color:var(--zentura-secondary);background:none}.zentura-footer-separator{display:none}.zentura-footer-tags{padding:1.25rem 0;border-top:1px solid rgb(255 255 255 / .08)}.zentura-footer-tags-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.zentura-footer-tag{display:inline-block;padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;color:rgb(255 255 255 / .6);background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .08);transition:all 0.3s ease}.zentura-footer-tag:hover{color:var(--zentura-accent-2);background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .15)}.zentura-footer-payment{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid rgb(255 255 255 / .08);border-bottom:1px solid rgb(255 255 255 / .08)}.zentura-footer-payment-secure{display:inline-flex;align-items:center;gap:.5rem;background:rgb(0 212 170 / .12);color:#00d4aa;font-size:.9rem;font-weight:600;padding:.45rem 1rem;border-radius:20px;white-space:nowrap;flex-shrink:0}.zentura-footer-payment-secure i{font-size:1rem}.zentura-footer-payment-label{font-size:.85rem;color:rgb(255 255 255 / .5);white-space:nowrap;flex-shrink:0}.zentura-footer-payment-icons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.zentura-payment-icon{display:inline-flex;align-items:center;opacity:.75;transition:all 0.3s ease;border-radius:6px;overflow:hidden}.zentura-payment-icon:hover{opacity:1;transform:translateY(-1px)}.zentura-footer-copyright{font-size:.875rem;color:rgb(255 255 255 / .7);margin:0}.zentura-footer-copyright strong{color:var(--zentura-secondary);font-weight:600}@media (max-width:1200px){.zentura-footer-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.zentura-footer-company{grid-column:1 / -1}.zentura-footer-contact{grid-column:1 / -1}}@media (max-width:768px){.zentura-footer{padding:4rem 0 0;margin-top:0}.zentura-footer-container{padding:0}.zentura-footer-grid{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}.zentura-footer-company,.zentura-footer-contact{grid-column:auto}.zentura-footer-bottom-content{flex-direction:column;text-align:center;padding:0 1.5rem}.zentura-footer-bottom-left{align-items:center}.zentura-footer-legal{justify-content:center}.zentura-footer-payment{flex-wrap:wrap;gap:.75rem}.zentura-footer-payment-icons{justify-content:center;flex-wrap:wrap}.zentura-footer-desc{max-width:100%}.zentura-footer-tags{padding:1.25rem 1.5rem;gap:.5rem;justify-content:flex-start}.zentura-footer-tag{font-size:.75rem;padding:.3rem .625rem}}@media (max-width:480px){.zentura-footer-badges{width:100%}.zentura-footer-badge{justify-content:center;width:100%}}.zentura-process-section{padding:5rem 2rem;background:var(--zentura-light-gray);position:relative;overflow:hidden}.zentura-process-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-process-header{text-align:center;margin-bottom:4rem}.zentura-process-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1rem;line-height:1.2}.zentura-process-description{font-size:1rem;color:var(--zentura-gray);margin:0}.zentura-process-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;position:relative}.zentura-process-step{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:2rem 1.5rem;text-align:center;transition:all 0.3s ease;position:relative;opacity:0;transform:translateY(20px);animation:zentura-fadeInUp 0.5s ease forwards}.zentura-process-step:nth-child(1){animation-delay:0.1s}.zentura-process-step:nth-child(2){animation-delay:0.2s}.zentura-process-step:nth-child(3){animation-delay:0.3s}.zentura-process-step:nth-child(4){animation-delay:0.4s}.zentura-process-step:nth-child(5){animation-delay:0.5s}@keyframes zentura-fadeInUp{to{opacity:1;transform:translateY(0)}}.zentura-process-step:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary)}.zentura-step-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.zentura-step-number{font-size:1rem;font-weight:700;color:var(--zentura-gray);background:var(--zentura-light-gray);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8)}.zentura-step-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);transition:all 0.3s ease}.zentura-step-icon i{font-size:1.75rem;line-height:1}.zentura-process-step:hover .zentura-step-icon{background:var(--zentura-primary);color:var(--zentura-secondary);transform:scale(1.1)}.zentura-process-step h3{font-size:1.1rem;font-weight:700;color:var(--zentura-primary);margin:0 0 .75rem 0;line-height:1.3}.zentura-process-step p{font-size:.875rem;line-height:1.6;color:var(--zentura-gray);margin:0}.zentura-step-arrow{position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%);color:var(--zentura-border);z-index:1}.zentura-process-step:last-child .zentura-step-arrow{display:none}@media (max-width:1200px){.zentura-process-timeline{grid-template-columns:repeat(3,1fr)}.zentura-process-step:nth-child(3) .zentura-step-arrow,.zentura-process-step:nth-child(5) .zentura-step-arrow{display:none}}@media (max-width:768px){.zentura-process-section{padding:4rem 1.5rem}.zentura-process-timeline{grid-template-columns:1fr;gap:1.5rem}.zentura-step-arrow{display:none!important}.zentura-process-step{padding:1.75rem 1.25rem}.zentura-step-icon{width:56px;height:56px}}.zentura-testimonials-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border);position:relative;overflow:hidden}.zentura-testimonials-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-testimonials-header{text-align:center;margin-bottom:4rem}.zentura-testimonials-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1.5rem;line-height:1.2}.zentura-testimonials-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);margin:0}.zentura-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.zentura-testimonial-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all 0.3s ease;position:relative;opacity:0;transform:translateY(20px);animation:zentura-fadeInUp 0.6s ease forwards}.zentura-testimonial-card:nth-child(1){animation-delay:0.1s}.zentura-testimonial-card:nth-child(2){animation-delay:0.2s}.zentura-testimonial-card:nth-child(3){animation-delay:0.3s}.zentura-testimonial-card:nth-child(4){animation-delay:0.4s}.zentura-testimonial-card:nth-child(5){animation-delay:0.5s}.zentura-testimonial-card:nth-child(6){animation-delay:0.6s}.zentura-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary)}.zentura-testimonial-card.zentura-featured{background:linear-gradient(135deg,var(--zentura-light-gray) 0%,var(--zentura-secondary) 100%);border:2px solid var(--zentura-primary)}.zentura-featured-badge{position:absolute;top:-12px;right:2rem;display:flex;align-items:center;gap:.5rem;background:var(--zentura-primary);color:var(--zentura-secondary);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);font-size:.75rem;font-weight:600}.zentura-featured-badge svg{width:14px;height:14px}.zentura-testimonial-header{display:flex;align-items:center;justify-content:space-between}.zentura-testimonial-rating{display:flex;gap:.25rem}.zentura-testimonial-icon{color:var(--zentura-border)}.zentura-testimonial-text{font-size:.95rem;line-height:1.8;color:var(--zentura-gray);margin:0;font-style:italic}.zentura-testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.zentura-testimonial-author img{width:44px;height:44px;border-radius:var(--zentura-border-radius-50);object-fit:cover;border:2px solid var(--zentura-border)}.zentura-author-info h4{font-size:1rem;font-weight:700;color:var(--zentura-primary);margin:0 0 .25rem 0}.zentura-author-info p{font-size:.875rem;color:var(--zentura-gray);margin:0}@media (max-width:1024px){.zentura-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.zentura-testimonials-section{padding:4rem 1.5rem}.zentura-testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.zentura-testimonial-card{padding:1.75rem 1.5rem}.zentura-featured-badge{top:-10px;right:1.5rem;font-size:.7rem;padding:.4rem .8rem}}.zentura-tech-stack-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-tech-stack-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-tech-stack-header{text-align:center;margin-bottom:4rem}.zentura-tech-stack-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1.5rem;line-height:1.2}.zentura-tech-stack-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);margin:0}.zentura-tech-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.zentura-tech-category{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:2.5rem;transition:all 0.3s ease}.zentura-tech-category:hover{box-shadow:0 8px 24px rgb(0 0 0 / .08);border-color:var(--zentura-primary)}.zentura-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--zentura-border)}.zentura-category-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary)}.zentura-category-icon i{font-size:1.5rem;line-height:1}.zentura-category-header h3{font-size:1.5rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-tech-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.zentura-tech-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem .75rem;background:var(--zentura-light-gray);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);transition:all 0.3s ease;cursor:pointer;position:relative}.zentura-tech-item:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgb(0 0 0 / .1);border-color:var(--zentura-primary);background:var(--zentura-secondary)}.zentura-tech-item::before{content:attr(data-tech);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background:var(--zentura-primary);color:var(--zentura-secondary);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);font-size:.875rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none;z-index:10}.zentura-tech-item::after{content:'';position:absolute;bottom:calc(100% + 2px);left:50%;transform:translateX(-50%);border:8px solid #fff0;border-top-color:var(--zentura-primary);opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none}.zentura-tech-item:hover::before,.zentura-tech-item:hover::after{opacity:1;visibility:visible}.zentura-tech-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--zentura-primary);transition:all 0.3s ease}.zentura-tech-logo i{font-size:1.75rem;line-height:1}.zentura-tech-item:hover .zentura-tech-logo{transform:scale(1.1)}.zentura-tech-name{font-size:.875rem;font-weight:600;color:var(--zentura-primary);text-align:center}@media (max-width:1200px){.zentura-tech-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.zentura-tech-categories{grid-template-columns:1fr;gap:2rem}.zentura-tech-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.zentura-tech-stack-section{padding:4rem 1.5rem}.zentura-tech-category{padding:2rem 1.5rem}.zentura-tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.zentura-tech-item{padding:1rem .5rem}.zentura-tech-logo{width:40px;height:40px}.zentura-tech-name{font-size:.75rem}.zentura-category-header h3{font-size:1.25rem}}@media (max-width:480px){.zentura-tech-grid{grid-template-columns:repeat(2,1fr)}}.zentura-cta-section{padding:5rem 2rem;background:var(--zentura-light-gray);position:relative;overflow:hidden}.zentura-cta-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-cta-content{background:linear-gradient(135deg,var(--zentura-primary) 0%,#333333 100%);border-radius:var(--zentura-border-radius-8);padding:4rem;position:relative;overflow:hidden}.zentura-cta-decoration{position:absolute;border-radius:var(--zentura-border-radius-50);background:rgb(255 255 255 / .1);pointer-events:none}.zentura-cta-decoration-1{width:300px;height:300px;top:-150px;right:-100px;animation:zentura-float 6s ease-in-out infinite}.zentura-cta-decoration-2{width:200px;height:200px;bottom:-100px;left:-50px;animation:zentura-float 8s ease-in-out infinite;animation-delay:1s}.zentura-cta-decoration-3{width:150px;height:150px;top:50%;right:20%;animation:zentura-float 7s ease-in-out infinite;animation-delay:2s}@keyframes zentura-float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.zentura-cta-inner{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center;position:relative;z-index:1}.zentura-cta-text{display:flex;flex-direction:column;gap:1.5rem}.zentura-cta-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 255 255 / .2);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);color:#fff;font-size:.875rem;font-weight:600;width:fit-content;border:1px solid rgb(255 255 255 / .3)}.zentura-cta-badge svg{width:16px;height:16px}.zentura-cta-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:800;color:#fff;line-height:1.2;margin:0}.zentura-cta-description{font-size:1.125rem;line-height:1.7;color:rgb(255 255 255 / .9);margin:0;max-width:500px}.zentura-cta-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.zentura-cta-features li{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:.95rem;font-weight:500}.zentura-cta-features li svg{flex-shrink:0;color:#22c55e}.zentura-cta-action{display:flex;flex-direction:column;gap:20px}.zentura-cta-buttons{display:flex;flex-direction:column;gap:20px}.zentura-cta-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--zentura-border-radius-5);font-size:1rem;font-weight:700;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;min-width:240px}.zentura-cta-btn-primary{background:#fff;color:var(--zentura-primary);box-shadow:0 4px 16px rgb(0 0 0 / .2)}.zentura-cta-btn-primary:hover{box-shadow:0 8px 24px rgb(0 0 0 / .3)}.zentura-cta-btn-primary svg{transition:transform 0.3s ease}.zentura-cta-btn-primary:hover svg{transform:translateX(4px)}.zentura-cta-btn-secondary{background:#fff0;color:#fff;border:1px solid rgb(255 255 255 / .3);backdrop-filter:blur(10px)}.zentura-cta-btn-secondary:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .5)}.zentura-cta-trust{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border-radius:var(--zentura-border-radius-8);border:1px solid rgb(255 255 255 / .2)}.zentura-trust-avatars{display:flex;align-items:center}.zentura-trust-avatars img{width:44px;height:44px;border-radius:var(--zentura-border-radius-50);border:2px solid #fff;margin-left:-12px;object-fit:cover}.zentura-trust-avatars img:first-child{margin-left:0}.zentura-trust-count{width:44px;height:44px;border-radius:var(--zentura-border-radius-50);background:rgb(255 255 255 / .3);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;margin-left:-12px;border:2px solid #fff}.zentura-trust-text{display:flex;flex-direction:column;gap:.25rem}.zentura-trust-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#fff}.zentura-trust-text p{font-size:.8rem;color:rgb(255 255 255 / .8);margin:0}@media (max-width:1024px){.zentura-cta-inner{grid-template-columns:1fr;gap:3rem}.zentura-cta-description{max-width:100%}.zentura-cta-action{width:100%}.zentura-cta-buttons{width:100%}.zentura-cta-btn{width:100%}}@media (max-width:768px){.zentura-cta-section{padding:4rem 1.5rem}.zentura-cta-content{padding:3rem 2rem;border-radius:var(--zentura-border-radius-8)}.zentura-cta-title{font-size:1.75rem}.zentura-cta-description{font-size:1rem}.zentura-cta-buttons{gap:.75rem}.zentura-cta-btn{padding:.875rem 1.5rem;font-size:.95rem;min-width:auto}.zentura-cta-trust{text-align:center}}.zentura-comparison-section{padding:5rem 2rem;background:var(--zentura-light-gray);border-top:1px solid var(--zentura-border)}.zentura-comparison-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-comparison-header{text-align:center;margin-bottom:4rem}.zentura-comparison-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1.5rem;line-height:1.2}.zentura-comparison-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);margin:0}.zentura-comparison-table{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);overflow:hidden;box-shadow:0 4px 16px rgb(0 0 0 / .04)}.zentura-comparison-grid{display:flex;flex-direction:column}.zentura-comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--zentura-border)}.zentura-comparison-row:last-child{border-bottom:none}.zentura-comparison-header-row{background:var(--zentura-light-gray)}.zentura-comparison-header-row .zentura-comparison-cell{padding:1.5rem 1.5rem;font-weight:700;font-size:.95rem}.zentura-comparison-cell{padding:1.75rem 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--zentura-border)}.zentura-comparison-cell:last-child{border-right:none}.zentura-cell-feature{justify-content:flex-start;text-align:left;background:var(--zentura-light-gray)}.zentura-feature-info{display:flex;align-items:center;gap:.75rem;color:var(--zentura-primary);font-weight:600;font-size:.95rem}.zentura-feature-info svg{flex-shrink:0;color:var(--zentura-gray)}.zentura-highlight{background:linear-gradient(180deg,rgb(255 107 0 / .05) 0%,rgb(255 107 0 / .02) 100%);border-left:2px solid var(--zentura-accent);border-right:2px solid var(--zentura-accent)}.zentura-comparison-header-row .zentura-highlight{border-top:2px solid var(--zentura-accent)}.zentura-comparison-row:last-child .zentura-highlight{border-bottom:2px solid var(--zentura-accent)}.zentura-company-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--zentura-primary);color:var(--zentura-secondary);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);font-weight:700}.zentura-company-badge svg{width:18px;height:18px}.zentura-cell-value{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;color:var(--zentura-primary)}.zentura-value-positive{color:#22c55e}.zentura-value-partial{color:#f59e0b}.zentura-value-negative{color:#ef4444}.zentura-comparison-cta{display:flex;justify-content:center;margin-top:3rem}.zentura-comparison-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;border-radius:var(--zentura-border-radius-8);font-size:1rem;font-weight:700;transition:all 0.3s ease}.zentura-comparison-btn svg{transition:transform 0.3s ease}.zentura-comparison-btn:hover svg{transform:translateX(4px)}@media (max-width:1024px){.zentura-comparison-row{grid-template-columns:1.5fr 1fr 1fr 1fr}.zentura-comparison-cell{padding:1.5rem 1rem;font-size:.875rem}.zentura-feature-info{font-size:.875rem}.zentura-feature-info svg{width:18px;height:18px}}@media (max-width:768px){.zentura-comparison-section{padding:4rem 1.5rem}.zentura-comparison-table{overflow-x:auto}.zentura-comparison-grid{min-width:700px}.zentura-comparison-btn{width:100%;justify-content:center}}@media (max-width:480px){.zentura-comparison-cell{padding:1.25rem .75rem}.zentura-company-badge{font-size:.75rem;padding:.4rem .8rem}.zentura-cell-value svg{width:20px;height:20px}}.zentura-pricing-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-pricing-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-pricing-header{text-align:center;margin-bottom:3rem}.zentura-pricing-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1.5rem;line-height:1.2}.zentura-pricing-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);margin:0}.zentura-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.zentura-pricing-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:2.5rem;display:flex;flex-direction:column;gap:2rem;transition:all 0.3s ease;position:relative}.zentura-pricing-card:hover{box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary)}.zentura-pricing-featured{border:1px solid var(--zentura-primary);background:linear-gradient(180deg,rgb(255 107 0 / .03) 0%,var(--zentura-secondary) 100%);transform:scale(1.05)}.zentura-pricing-badge{position:absolute;top:-12px;right:2rem;display:flex;align-items:center;gap:.5rem;background:var(--zentura-primary);color:#fff;padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);font-size:.75rem;font-weight:700}.zentura-pricing-badge svg{width:14px;height:14px}.zentura-pricing-card-header{display:flex;flex-direction:column;gap:1rem}.zentura-pricing-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary)}.zentura-pricing-icon i{font-size:1.75rem;line-height:1}.zentura-pricing-card-header h3{font-size:1.75rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-pricing-card-header p{font-size:.95rem;color:var(--zentura-gray);margin:0}.zentura-pricing-price{display:flex;align-items:baseline;gap:.5rem}.zentura-price-amount{font-size:3rem;font-weight:800;color:var(--zentura-primary);line-height:1}.zentura-price-currency{font-size:1.5rem;font-weight:700;color:var(--zentura-primary)}.zentura-pricing-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;flex:1}.zentura-pricing-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--zentura-primary)}.zentura-pricing-features svg{flex-shrink:0;color:#22c55e}.zentura-pricing-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--zentura-border-radius-8);font-size:1rem;font-weight:700;text-decoration:none;transition:all 0.3s ease}.zentura-pricing-btn-primary{background:var(--zentura-primary);color:#fff}.zentura-pricing-btn-secondary{background:#fff0;color:var(--zentura-primary);border:1px solid var(--zentura-border)}.zentura-pricing-btn-secondary:hover{background:var(--zentura-light-gray);border-color:var(--zentura-primary)}.zentura-pricing-btn svg{transition:transform 0.3s ease}.zentura-pricing-btn:hover svg{transform:translateX(4px)}.zentura-pricing-note{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-8);text-align:center}.zentura-pricing-note svg{flex-shrink:0;color:var(--zentura-gray)}.zentura-pricing-note p{font-size:.9rem;color:var(--zentura-gray);margin:0}@media (max-width:1024px){.zentura-pricing-grid{grid-template-columns:1fr;gap:2rem}.zentura-pricing-featured{transform:scale(1)}.zentura-pricing-featured:hover{transform:translateY(-8px)}}@media (max-width:768px){.zentura-pricing-section{padding:4rem 1.5rem}.zentura-pricing-card{padding:2rem 1.5rem}.zentura-price-amount{font-size:2.5rem}}.zentura-floating-buttons{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:1003}.zentura-scroll-top{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .1);opacity:0;visibility:hidden;transform:translateY(20px)}.zentura-scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}.zentura-scroll-top:hover{background:var(--zentura-primary);color:var(--zentura-secondary);transform:translateY(-4px);box-shadow:0 8px 20px rgb(0 0 0 / .15)}.zentura-scroll-top svg{color:var(--zentura-primary);transition:color 0.3s ease}.zentura-scroll-top:hover svg{color:var(--zentura-secondary)}.zentura-whatsapp-btn{position:relative;display:flex;align-items:center;gap:.6rem;background:#25D366;border-radius:var(--zentura-border-radius-5);text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(37 211 102 / .4);overflow:visible;padding:.75rem 1.1rem;color:#fff}.zentura-whatsapp-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgb(37 211 102 / .5)}.zentura-whatsapp-btn svg{color:#fff;z-index:1;flex-shrink:0}.zentura-whatsapp-text{font-size:.85rem;font-weight:700;white-space:nowrap;color:#fff}.zentura-mobile-bottom-nav{display:none;position:fixed;left:50%;bottom:max(0.75rem, env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 1rem), 430px);z-index:1004;pointer-events:none}.zentura-mobile-bottom-nav-inner{pointer-events:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;padding:.45rem;border:1px solid rgb(0 0 0 / .08);border-radius:24px;background:rgb(255 255 255 / .94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 20px 50px rgb(0 0 0 / .14)}.zentura-mobile-bottom-nav-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:64px;padding:.55rem .4rem;border-radius:18px;color:#6b7280;transition:var(--zentura-transition)}.zentura-mobile-bottom-nav-link.is-active{background:linear-gradient(180deg,rgb(17 96 98 / .16),rgb(26 188 156 / .1));color:var(--zentura-primary);box-shadow:inset 0 0 0 1px rgb(17 96 98 / .18)}.zentura-mobile-bottom-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;font-size:1rem}.zentura-mobile-bottom-nav-label{font-size:.72rem;font-weight:700;line-height:1.1;letter-spacing:.01em}.zentura-mobile-bottom-nav-link .zentura-cart-badge{top:.45rem;right:calc(50% - 1.2rem);min-width:16px;height:16px;font-size:.58rem;border-radius:999px;box-shadow:0 6px 14px rgb(17 96 98 / .25)}@media (max-width:768px){html{scroll-padding-bottom:calc(var(--zentura-mobile-bottom-nav-space) + 0.75rem)}body{padding-bottom:calc(var(--zentura-mobile-bottom-nav-space) + 0.25rem)}.zentura-mobile-bottom-nav{display:block}.zentura-floating-buttons{bottom:calc(var(--zentura-mobile-bottom-nav-space) + 0.2rem);right:1rem;gap:.75rem}.zentura-scroll-top{width:46px;height:46px}.zentura-whatsapp-btn{padding:.6rem .9rem}.zentura-whatsapp-text{font-size:.75rem}}.zentura-blog-section{padding:5rem 2rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border)}.zentura-blog-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-blog-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem}.zentura-blog-header-content{flex:1}.zentura-blog-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);margin-bottom:1rem;line-height:1.2}.zentura-blog-description{font-size:1rem;color:var(--zentura-gray);margin:0}.zentura-blog-link{display:flex;align-items:center;gap:.5rem;color:var(--zentura-primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:all 0.3s ease}.zentura-blog-link:hover{gap:.75rem}.zentura-blog-link svg{transition:transform 0.3s ease}.zentura-blog-link:hover svg{transform:translateX(4px)}.zentura-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.zentura-blog-post{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);overflow:hidden;transition:all 0.3s ease;display:flex;flex-direction:column}.zentura-blog-post:hover{box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary)}.zentura-blog-image{position:relative;height:240px;overflow:hidden}.zentura-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.zentura-blog-post:hover .zentura-blog-image img{transform:scale(1.05)}.zentura-blog-category{position:absolute;top:1rem;left:1rem;background:var(--zentura-primary);color:var(--zentura-secondary);padding:.5rem 1rem;border-radius:var(--zentura-border-radius-8);font-size:.75rem;font-weight:700;z-index:1}.zentura-blog-content{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.zentura-blog-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.zentura-blog-author{display:flex;align-items:center;gap:.5rem}.zentura-blog-author img{width:32px;height:32px;border-radius:var(--zentura-border-radius-50);object-fit:cover}.zentura-blog-author span{font-size:.875rem;font-weight:600;color:var(--zentura-primary)}.zentura-blog-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--zentura-gray)}.zentura-blog-date svg{color:var(--zentura-gray)}.zentura-blog-post-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin:0}.zentura-blog-post-title a{color:var(--zentura-primary);text-decoration:none;transition:color 0.3s ease}.zentura-blog-post:hover .zentura-blog-post-title a{color:var(--zentura-accent)}.zentura-blog-excerpt{font-size:.95rem;line-height:1.7;color:var(--zentura-gray);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.zentura-blog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid var(--zentura-border)}.zentura-blog-stats{display:flex;align-items:center;gap:1rem}.zentura-blog-stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--zentura-gray)}.zentura-blog-stat svg{color:var(--zentura-gray)}.zentura-blog-read-more{display:flex;align-items:center;gap:.5rem;color:var(--zentura-primary);text-decoration:none;font-weight:600;font-size:.875rem;transition:all 0.3s ease}.zentura-blog-read-more:hover{gap:.75rem}.zentura-blog-read-more svg{transition:transform 0.3s ease}.zentura-blog-read-more:hover svg{transform:translateX(4px)}@media (max-width:1024px){.zentura-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.zentura-blog-grid{grid-template-columns:1fr}}@media (max-width:768px){.zentura-blog-section{padding:4rem 1.5rem}.zentura-blog-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.zentura-blog-content{padding:1.5rem}}.zentura-case-view-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;color:var(--zentura-primary);border:none;border-radius:var(--zentura-border-radius-8);font-size:1rem;font-weight:700;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.zentura-case-view-btn:hover{transform:scale(1.05)}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin:0}.woocommerce .woocommerce-breadcrumb{display:none}.single-product .product>.product_title.entry-title,.single-product .product>.price,.single-product .product>.woocommerce-product-details__short-description,.single-product .product>.cart:not(.urun-actions .cart),.single-product .product>.product_meta,.single-product .product>.woocommerce-tabs,.single-product .product>.woocommerce-product-gallery,.single-product .summary.entry-summary,.single-product .woocommerce-product-gallery--with-images{display:none!important}h1.product_title.entry-title{display:none!important}.single-product .product>form.cart{display:none!important}.single-product .woocommerce-tabs.wc-tabs-wrapper{display:none!important}.single-product .related.products{display:none!important}.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error{max-width:var(--zentura-max-width);margin:1rem auto;padding:1rem 1.5rem;border-radius:var(--zentura-border-radius-8);font-family:'Inter',sans-serif;font-size:.95rem;border:1px solid var(--zentura-border);background:var(--zentura-secondary);color:var(--zentura-primary)}.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message::before,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info::before{color:var(--zentura-accent)}.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button{background:var(--zentura-primary);color:var(--zentura-secondary);border-radius:var(--zentura-border-radius-5);font-family:'Inter',sans-serif;font-weight:600;font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:var(--zentura-transition)}.woocommerce-page .zentura-header{padding:1rem 0}.woocommerce-page .zentura-logo-img{height:52px;max-height:52px;width:auto;display:block;object-fit:contain}.woocommerce-page .zentura-footer{padding:2.75rem 0 0}.woocommerce-page .zentura-footer-top{padding-bottom:2rem}.woocommerce-page .zentura-footer-grid{gap:1.75rem}.woocommerce-page .zentura-footer-logo-img{height:48px;max-height:48px;width:auto;padding:6px 12px;display:block;object-fit:contain}.zentura-products-section{padding:3.5rem 2rem;background:#fff}.zentura-products-section--category-showcase{padding-top:1.75rem;padding-bottom:1.75rem}.zentura-products-container{max-width:var(--zentura-max-width);margin:0 auto;padding:0;border:0;border-radius:0;background:#fff0;box-shadow:none}.zentura-products-topbar{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.zentura-products-header{text-align:left;margin-bottom:0}.zentura-products-title{font-size:clamp(1.8rem, 4vw, 2.25rem);font-weight:800;color:var(--zentura-primary);line-height:1.2;margin:0}.zentura-products-eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.8rem;padding:.35rem .7rem;border:1px solid rgb(0 0 0 / .08);border-radius:999px;background:var(--zentura-light-gray);color:var(--zentura-gray);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.zentura-products-description{max-width:44rem;margin-top:.9rem;color:var(--zentura-gray);font-size:.98rem;line-height:1.7}.zentura-products-description p{margin:0}.zentura-products-description p+p{margin-top:.6rem}.zentura-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.zentura-products-controls{display:flex;align-items:center;gap:.7rem}.zentura-products-nav{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--zentura-border);background:#fff;color:var(--zentura-primary);cursor:pointer;transition:all 0.3s ease}.zentura-products-nav:hover{border-color:rgb(0 0 0 / .35);transform:translateY(-1px);box-shadow:0 10px 25px rgb(0 0 0 / .08)}.zentura-products-all-btn{white-space:nowrap}.zentura-product-slide{min-width:0;display:flex;height:100%}.zentura-product-card{background:var(--zentura-secondary);border:1px solid rgb(0 0 0 / .07);border-radius:16px;overflow:hidden;transition:all 0.3s ease;display:flex;flex-direction:column;width:100%;height:100%}.zentura-product-card:hover{box-shadow:0 18px 42px rgb(0 0 0 / .1);border-color:rgb(0 0 0 / .16);transform:translateY(-4px)}.zentura-product-card-visual{position:relative;min-height:0;text-decoration:none;height:100%}a.zentura-product-image{display:block;text-decoration:none;color:inherit}.zentura-product-title a{color:inherit;text-decoration:none}.zentura-product-image{position:relative;overflow:hidden;aspect-ratio:16 / 10;background:#f1f5f9}.zentura-product-image img{width:100%;height:100%;object-fit:contain;transition:transform 0.4s ease}.zentura-product-card:hover .zentura-product-image img{transform:scale(1.05)}.zentura-product-badge{position:absolute;top:1rem;left:1rem;padding:.42rem .72rem;background:rgb(17 17 17 / .88);color:var(--zentura-secondary);font-size:.7rem;font-weight:700;letter-spacing:.08em;border-radius:10px;z-index:2}.zentura-product-badge-sale{background:var(--zentura-accent);color:#fff}.zentura-product-content{padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;flex:1}.zentura-product-category{display:inline-flex;align-items:center;width:fit-content;padding:0;border-radius:0;background:#fff0;font-size:.72rem;font-weight:700;color:var(--zentura-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.7rem}.zentura-product-title{font-size:1rem;font-weight:700;color:var(--zentura-primary);margin:0 0 .95rem 0;line-height:1.45;min-height:calc(1em * 1.45 * 2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.zentura-product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.85rem;border-top:1px solid rgb(0 0 0 / .06);flex-wrap:nowrap}.zentura-product-price{font-size:1rem;font-weight:700;color:var(--zentura-primary);display:flex;flex-wrap:wrap;gap:.2rem .4rem;align-items:baseline;min-width:0;overflow:hidden}.zentura-product-price del{font-size:.85rem;color:var(--zentura-gray);font-weight:400}.zentura-product-price ins{text-decoration:none;color:var(--zentura-accent)}.zentura-product-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:10px;background:#111;font-size:.8rem;font-weight:600;color:#fff;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;flex-shrink:0}.zentura-product-card:hover .zentura-product-btn{background:var(--zentura-accent)}.zentura-product-card:hover .zentura-product-btn svg{transform:translateX(3px)}.zentura-product-btn svg{transition:transform 0.3s ease}.zentura-product-actions{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.zentura-product-btn-cart{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--zentura-border,#e5e5e5);border-radius:10px;background:var(--zentura-secondary,#fff);color:var(--zentura-primary,#111);font-size:.9rem;cursor:pointer;transition:all 0.3s ease;padding:0;flex-shrink:0}.zentura-product-btn-cart:hover{background:var(--zentura-accent,#6366f1);color:#fff;border-color:var(--zentura-accent,#6366f1)}.zentura-product-btn-cart.is-loading{opacity:.7;pointer-events:none}.zentura-product-btn-cart.is-added{background:#22c55e;color:#fff;border-color:#22c55e}.zentura-product-slide,.zentura-showcase-product-card{position:relative}.zentura-product-btn-cart-overlay{position:absolute;bottom:14px;right:14px;z-index:10;box-shadow:0 2px 8px rgb(0 0 0 / .15);background:var(--zentura-secondary,#fff);width:36px;height:36px;font-size:.85rem}.zentura-products-footer{text-align:center;margin-top:2.5rem}@media (max-width:992px){.zentura-products-topbar{flex-direction:column;align-items:stretch}.zentura-products-controls{justify-content:space-between;flex-wrap:wrap}.zentura-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:576px){.zentura-products-container{padding:1rem;border-radius:0}.zentura-products-nav{width:40px;height:40px}.zentura-product-card-visual{min-height:0}.zentura-products-grid{grid-template-columns:1fr}}.zentura-categories-section{padding:3.5rem 2rem;background:var(--zentura-light-gray)}.zentura-categories-container{max-width:var(--zentura-max-width);margin:0 auto}.zentura-categories-header{text-align:center;margin-bottom:2.5rem}.zentura-categories-title{font-size:clamp(2rem, 4vw, 2.5rem);font-weight:800;color:var(--zentura-primary);line-height:1.2;margin:0 0 1rem 0}.zentura-categories-description{font-size:1.05rem;color:var(--zentura-gray);line-height:1.7;max-width:620px;margin:0 auto}.zentura-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.zentura-category-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-12);padding:2rem 1.5rem;text-align:center;text-decoration:none;color:inherit;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem;position:relative}.zentura-category-card:hover{box-shadow:0 12px 32px rgb(0 0 0 / .12);border-color:var(--zentura-primary);transform:translateY(-4px)}.zentura-category-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--zentura-light-gray);border-radius:var(--zentura-border-radius-12);font-size:1.5rem;color:var(--zentura-primary);transition:all 0.3s ease}.zentura-category-icon img{width:48px;height:48px;object-fit:contain;border-radius:var(--zentura-border-radius-8)}.zentura-category-card:hover .zentura-category-icon{background:var(--zentura-primary);color:var(--zentura-secondary);transform:scale(1.1)}.zentura-category-name{font-size:1rem;font-weight:700;color:var(--zentura-primary);margin:0}.zentura-category-count{font-size:.8rem;color:var(--zentura-gray);font-weight:500}.zentura-category-arrow{position:absolute;top:1rem;right:1rem;color:var(--zentura-gray);opacity:0;transform:translateX(-5px);transition:all 0.3s ease}.zentura-category-card:hover .zentura-category-arrow{opacity:1;transform:translateX(0)}.zentura-bestsellers-section{padding:3.5rem 2rem;background:#fff}.zentura-bestsellers-container{max-width:var(--zentura-max-width);margin:0 auto;padding:0;border:0;border-radius:0;background:#fff0;box-shadow:none}.zentura-bestsellers-header{text-align:left;margin-bottom:1.5rem}.zentura-bestsellers-title{font-size:clamp(1.8rem, 4vw, 2.25rem);font-weight:800;color:var(--zentura-primary);line-height:1.2;margin:0 0 1rem 0}.zentura-bestsellers-description{font-size:.98rem;color:var(--zentura-gray);line-height:1.65;max-width:560px;margin:0}.zentura-bestsellers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.zentura-bestsellers-grid.is-single{grid-template-columns:minmax(320px,420px);justify-content:center}.zentura-bestseller-card{background:var(--zentura-secondary);border:1px solid rgb(0 0 0 / .07);border-radius:16px;overflow:hidden;transition:all 0.3s ease;display:flex;flex-direction:column;position:relative;min-height:100%}.zentura-bestseller-card:hover{box-shadow:0 18px 42px rgb(0 0 0 / .1);border-color:rgb(0 0 0 / .16);transform:translateY(-4px)}.zentura-bestseller-rank{position:absolute;top:1rem;left:1rem;padding:.45rem .7rem;background:rgb(17 17 17 / .88);color:var(--zentura-secondary);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;letter-spacing:.08em;border-radius:10px;z-index:2}.zentura-bestseller-image{position:relative;overflow:hidden;aspect-ratio:16 / 10;background:#f1f5f9}.zentura-bestseller-image img{width:100%;height:100%;object-fit:contain;transition:transform 0.4s ease}.zentura-bestseller-card:hover .zentura-bestseller-image img{transform:scale(1.05)}.zentura-bestseller-content{padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;flex:1}.zentura-bestseller-meta-top{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.55rem .9rem;margin-bottom:.8rem}.zentura-bestseller-category{display:inline-flex;align-items:center;width:fit-content;padding:0;border-radius:0;background:#fff0;font-size:.72rem;font-weight:700;color:var(--zentura-accent);text-transform:uppercase;letter-spacing:.12em}.zentura-bestseller-title{font-size:1rem;font-weight:700;color:var(--zentura-primary);margin:0 0 .7rem 0;line-height:1.45}.zentura-bestseller-title a{color:inherit;text-decoration:none}.zentura-bestseller-excerpt{font-size:.84rem;color:var(--zentura-gray);line-height:1.6;margin:0 0 .95rem 0;max-width:32ch}.zentura-bestseller-sales{display:flex;align-items:center;gap:.35rem;padding:0;border-radius:0;background:#fff0;font-size:.72rem;font-weight:600;color:var(--zentura-gray);white-space:nowrap}.zentura-bestseller-sales i{font-size:.7rem;color:var(--zentura-accent)}.zentura-bestseller-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem;padding-top:.85rem;border-top:1px solid rgb(0 0 0 / .06);flex-wrap:nowrap}.zentura-bestseller-price{font-size:1rem;font-weight:700;color:var(--zentura-primary);min-width:0;overflow:hidden}.zentura-bestseller-price del{font-size:.85rem;color:var(--zentura-gray);font-weight:400}.zentura-bestseller-price ins{text-decoration:none;color:var(--zentura-accent)}.zentura-btn-sm{padding:.55rem .82rem;font-size:.8rem;border-radius:999px}.zentura-bestseller-footer .zentura-product-actions{flex-shrink:0}@media (max-width:768px){.zentura-products-section,.zentura-categories-section,.zentura-bestsellers-section{padding:3rem 1rem}.zentura-products-grid{grid-template-columns:1fr}.zentura-categories-grid{grid-template-columns:repeat(2,1fr)}.zentura-bestsellers-grid{grid-template-columns:1fr}.zentura-bestsellers-grid.is-single{grid-template-columns:1fr}.zentura-bestsellers-container{padding:0;border-radius:0}}@media (max-width:480px){.zentura-products-grid{grid-template-columns:1fr}.zentura-categories-grid{grid-template-columns:1fr}}.zentura-product-type-badge{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.65rem;font-weight:700;letter-spacing:.05em;border-radius:8px;z-index:2}.zentura-ptype-theme{background:rgb(139 92 246 / .9);color:#fff}.zentura-ptype-plugin{background:rgb(16 185 129 / .9);color:#fff}.zentura-product-badge-update{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.zentura-product-version{display:inline-block;font-size:.7rem;font-weight:600;color:var(--zentura-gray);background:var(--zentura-light-gray);border:1px solid var(--zentura-border);padding:.15rem .45rem;border-radius:5px;margin-left:.4rem;vertical-align:middle;letter-spacing:.02em}.magaza-hero-section{position:relative;padding:calc(var(--zentura-header-offset) + 0.3rem) 1.5rem 1.45rem;background:var(--zentura-secondary);border-top:1px solid var(--zentura-border);overflow:hidden}.magaza-hero-section .zentura-grid-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgb(0 0 0 / .055) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;z-index:0;overflow:hidden}.magaza-hero-section .zentura-grid-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#fff0 0%,rgb(255 255 255 / .5) 50%,rgb(255 255 255 / .9) 100%);pointer-events:none}.magaza-hero-content{position:relative;z-index:1;max-width:var(--zentura-max-width);text-align:left;display:grid;gap:.9rem}.magaza-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:0;padding:.45rem .8rem;background:rgb(17 96 98 / .08);border:1px solid rgb(17 96 98 / .18);border-radius:999px;color:var(--zentura-accent);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.magaza-hero-title{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--zentura-primary);line-height:1.08;margin:0;max-width:12ch}.magaza-hero-description{font-size:1rem;line-height:1.65;color:var(--zentura-gray);margin:0;max-width:60ch}.magaza-content{max-width:var(--zentura-max-width);margin:0 auto;padding:1.4rem 1.5rem 2rem}.magaza-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.85rem;margin-bottom:1.4rem;padding:.9rem 1rem;border:1px solid var(--zentura-border);border-radius:14px;background:rgb(255 255 255 / .94);backdrop-filter:blur(16px);box-shadow:0 16px 40px rgb(17 17 17 / .05)}.magaza-result-count{font-size:.92rem;color:var(--zentura-primary);font-weight:600}.magaza-toolbar-right{display:flex;align-items:center;gap:.75rem}.magaza-toolbar .woocommerce-ordering{margin:0}.magaza-toolbar .orderby{min-width:210px;padding:.7rem 2.25rem .7rem .95rem;border:1px solid var(--zentura-border);border-radius:12px;background-color:var(--zentura-secondary);color:var(--zentura-primary);font-size:.9rem;font-weight:600}.proje-breadcrumb-nav{margin-bottom:.85rem}.proje-breadcrumb-list{display:flex;align-items:center;gap:.5rem;padding:0;margin:0;list-style:none;color:var(--zentura-gray);font-size:.88rem}.proje-breadcrumb-list li{display:inline-flex;align-items:center;gap:.5rem}.proje-breadcrumb-list li:not(:last-child)::after{content:'/';color:rgb(0 0 0 / .28)}.proje-breadcrumb-list a{color:inherit;text-decoration:none}.proje-breadcrumb-list .active{color:var(--zentura-primary);font-weight:600}.magaza-filter-toggle{display:none;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--zentura-light-gray);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);font-size:.875rem;font-weight:500;color:var(--zentura-primary);cursor:pointer;transition:var(--zentura-transition)}.magaza-filter-toggle:hover{background:var(--zentura-primary);color:var(--zentura-secondary);border-color:var(--zentura-primary)}.magaza-sort-select{padding:.6rem 2rem .6rem 1rem;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);font-size:.875rem;font-family:'Inter',sans-serif;color:var(--zentura-primary);background:var(--zentura-secondary);cursor:pointer;transition:var(--zentura-transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.magaza-sort-select:focus{outline:none;border-color:var(--zentura-primary)}.magaza-layout{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;align-items:start}.magaza-layout.no-sidebar{grid-template-columns:1fr}.magaza-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:88px}.magaza-filter-group{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:16px;padding:1.25rem;box-shadow:0 4px 20px rgb(17 17 17 / .04)}.magaza-filter-title{font-size:.8rem;font-weight:700;color:var(--zentura-primary);margin:0 0 1rem 0;padding-bottom:.75rem;border-bottom:1px solid var(--zentura-border);text-transform:uppercase;letter-spacing:.06em}.magaza-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.magaza-filter-item{display:flex;align-items:center;gap:.65rem}.magaza-filter-item input[type="checkbox"]{width:16px;height:16px;accent-color:var(--zentura-accent);cursor:pointer;border-radius:4px}.magaza-filter-item label{font-size:.875rem;color:var(--zentura-gray);cursor:pointer;display:flex;align-items:center;justify-content:space-between;flex:1;transition:color 0.2s ease;padding:.4rem 0}.magaza-filter-item label:hover{color:var(--zentura-primary)}.magaza-filter-count{font-size:.7rem;font-weight:600;background:var(--zentura-light-gray);padding:.2rem .55rem;border-radius:20px;color:var(--zentura-gray);min-width:22px;text-align:center}.magaza-filter-parent{display:flex;flex-direction:column}.magaza-filter-parent-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .65rem;border-radius:10px;transition:background 0.2s ease}.magaza-filter-parent-row:hover{background:var(--zentura-light-gray)}.magaza-filter-link{display:flex;align-items:center;justify-content:space-between;flex:1;font-size:.875rem;color:var(--zentura-gray);text-decoration:none;transition:color 0.2s ease;padding:.1rem 0;font-weight:500}.magaza-filter-link:hover{color:var(--zentura-primary)}.magaza-filter-link.is-active{color:var(--zentura-accent);font-weight:700}.magaza-filter-toggle-sub{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#fff0;border:1px solid var(--zentura-border);border-radius:8px;color:var(--zentura-gray);cursor:pointer;flex-shrink:0;transition:all 0.25s ease}.magaza-filter-toggle-sub:hover{background:var(--zentura-accent);color:var(--zentura-secondary);border-color:var(--zentura-accent)}.magaza-filter-parent.is-open>.magaza-filter-parent-row .magaza-filter-toggle-sub svg{transform:rotate(180deg)}.magaza-filter-parent.is-open>.magaza-filter-parent-row .magaza-filter-toggle-sub{background:var(--zentura-accent);color:var(--zentura-secondary);border-color:var(--zentura-accent)}.magaza-filter-sublist{list-style:none;padding:.25rem 0 .25rem .5rem;margin:.25rem 0 .25rem .85rem;display:flex;flex-direction:column;gap:.15rem;border-left:2px solid var(--zentura-accent)}.magaza-filter-sublist .magaza-filter-parent-row{padding:.3rem .65rem}.magaza-filter-child .magaza-filter-link{font-size:.82rem;font-weight:400}.magaza-filter-child .magaza-filter-link.is-active{color:var(--zentura-accent);font-weight:600}.magaza-price-range{display:flex;align-items:center;gap:.5rem}.magaza-price-range input{flex:1;padding:.5rem .75rem;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);font-size:.85rem;font-family:'Inter',sans-serif;color:var(--zentura-primary);background:var(--zentura-secondary)}.magaza-price-range input:focus{outline:none;border-color:var(--zentura-primary)}.magaza-price-range span{color:var(--zentura-gray);font-size:.85rem}.magaza-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem}.magaza-products-area{min-width:0}.magaza-pagination{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--zentura-border)}.magaza-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:0;margin:0;list-style:none}.magaza-pagination a,.magaza-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .9rem;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-5);font-size:.9rem;font-weight:500;color:var(--zentura-gray);text-decoration:none;transition:all 0.3s ease}.magaza-pagination a:hover{background:var(--zentura-light-gray);color:var(--zentura-primary);border-color:var(--zentura-primary)}.magaza-pagination .current{background:var(--zentura-primary);color:var(--zentura-secondary);border-color:var(--zentura-primary)}.magaza-pagination .prev,.magaza-pagination .next{width:auto;padding:0 1rem}.magaza-no-products{text-align:center;padding:4rem 2rem}.magaza-no-products-icon{font-size:3rem;color:var(--zentura-gray);margin-bottom:1rem}.magaza-no-products h3{font-size:1.25rem;font-weight:700;color:var(--zentura-primary);margin:0 0 .5rem 0}.magaza-no-products p{color:var(--zentura-gray);font-size:.95rem}@media (max-width:992px){.magaza-layout{grid-template-columns:1fr}.magaza-sidebar{position:static;display:none}.magaza-sidebar.active{display:flex}.magaza-filter-toggle{display:flex}.magaza-content{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:768px){.magaza-hero-section{padding:calc(var(--zentura-header-offset) + 0.2rem) 1rem 1.1rem}.magaza-content{padding:1rem 1rem 1.5rem}.magaza-toolbar{flex-direction:column;align-items:flex-start;padding:.85rem}.magaza-toolbar .orderby{min-width:100%}.magaza-toolbar-right{width:100%;flex-wrap:wrap}.magaza-result-count{font-size:.88rem}.magaza-products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.magaza-hero-title{font-size:clamp(1.7rem, 8vw, 2.15rem);max-width:100%}.magaza-hero-description{font-size:.95rem;max-width:100%}}@media (max-width:640px){.magaza-toolbar-right{flex-direction:column;align-items:stretch}.magaza-products-grid{grid-template-columns:1fr}}@media (max-width:480px){.magaza-toolbar{border-radius:12px}.magaza-products-grid{grid-template-columns:1fr}.magaza-pagination a,.magaza-pagination span{min-width:36px;height:36px;padding:0 .75rem}}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}