@charset "UTF-8";:root{--zentura-primary: #000000;--zentura-secondary: #ffffff;--zentura-accent: #065189;--zentura-accent-2: #88CE3C;--zentura-gray: #666666;--zentura-light-gray: #f5f5f5;--zentura-border: #e0e0e0;--zentura-shadow: 0 4px 20px rgba(0, 0, 0, .08);--zentura-transition: all .3s cubic-bezier(.4, 0, .2, 1);--zentura-max-width: 1400px;--zentura-border-radius-5: 5px;--zentura-border-radius-8: 8px;--zentura-border-radius-12: 12px;--zentura-border-radius-50: 50%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--zentura-secondary);color:var(--zentura-primary);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zentura-header{position:fixed;top:0;left:0;right:0;background:#fffffff2;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 1rem;display:flex;align-items:center;justify-content:flex-start;gap:.45rem}.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 .3s ease;flex-shrink:0}.zentura-logo-img{height:52px;width:auto;transition:transform .3s ease}.krk-header-certifications{display:flex;align-items:center;gap:.55rem;flex-shrink:0;margin-left:.25rem}.krk-header-certifications--mobile-logo{display:none}.krk-header-cert-logo{width:70px;height:76px;display:flex;align-items:center;justify-content:center;padding:5px;background:#fff;border:1px solid rgba(6,81,137,.16);border-radius:var(--zentura-border-radius-8);box-shadow:0 10px 26px #06518917;overflow:hidden;cursor:pointer;appearance:none;font:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.krk-header-cert-logo:hover,.krk-header-cert-logo:focus-visible{transform:translateY(-1px);border-color:#06518947;box-shadow:0 14px 30px #06518929;outline:none}.krk-header-cert-logo img{width:100%;height:100%;object-fit:contain;display:block}.krk-mobile-certifications{display:flex;align-items:center;gap:.5rem}.krk-mobile-certifications span,.krk-mobile-certifications button{width:58px;height:66px;display:flex;align-items:center;justify-content:center;padding:3px;background:#fff;border:1px solid rgba(6,81,137,.16);border-radius:var(--zentura-border-radius-8);appearance:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.krk-mobile-certifications button:hover,.krk-mobile-certifications button:focus-visible{transform:translateY(-1px);border-color:#06518947;box-shadow:0 12px 26px #06518929;outline:none}.krk-mobile-certifications img{width:100%;height:100%;object-fit:contain;display:block}.zentura-nav{flex:0 1 auto;display:flex;justify-content:center;min-width:0;overflow:visible}.zentura-nav-menu{display:flex;list-style:none;gap:.35rem;align-items:center;margin:0;padding:0}.zentura-nav-item,.zentura-has-dropdown{position:relative}.zentura-nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem .95rem;color:var(--zentura-primary);text-decoration:none;font-family:Inter Tight,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em;border-radius:var(--zentura-border-radius-8);transition:var(--zentura-transition);position:relative;white-space:nowrap}.zentura-nav-link:hover{background:#0000000b}.zentura-nav-link-icon{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 17px;color:#202833;background:transparent;border:0;border-radius:0;transition:var(--zentura-transition)}.zentura-nav-link-icon i{font-size:.92rem;line-height:1}.zentura-nav-link-text{line-height:1}.zentura-nav-link:hover .zentura-nav-link-icon,.current-menu-item>.zentura-nav-link .zentura-nav-link-icon,.current-menu-parent>.zentura-nav-link .zentura-nav-link-icon,.current-menu-ancestor>.zentura-nav-link .zentura-nav-link-icon{color:#000;background:transparent;border-color:transparent}.zentura-dropdown-icon{transition:transform .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 #0000001a;z-index:9999;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .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 .3s ease;border:1px solid transparent}.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 .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:#ffffff1a;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 .3s ease;border:1px solid var(--zentura-secondary)}.zentura-megamenu-panel-cta-btn:hover{transform:translateY(-2px);background:transparent;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 rgba(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)}@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 .3s ease;margin-top:.5rem;z-index:1000}.zentura-has-dropdown:hover>.zentura-submenu,.zentura-has-dropdown:focus-within>.zentura-submenu,.zentura-has-dropdown.is-open>.zentura-submenu,.zentura-has-submenu:hover>.zentura-submenu,.zentura-has-submenu:focus-within>.zentura-submenu,.zentura-has-submenu.is-open>.zentura-submenu{opacity:1;visibility:visible;transform:translateY(0)}.zentura-has-dropdown.is-open>.zentura-nav-link .zentura-dropdown-icon,.zentura-has-submenu.is-open>a .zentura-dropdown-icon{transform:rotate(180deg)}.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 .3s ease}.zentura-submenu-level-2{position:absolute;top:0;left:100%;margin-left:.5rem;min-width:200px;opacity:0;visibility:hidden;transform:translate(-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:translate(0)}.zentura-header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0;margin-left:auto}@media(max-width:1320px){.zentura-header-container{gap:.75rem;padding:0 1rem}.zentura-nav-menu{gap:.15rem}.zentura-nav-link{padding:.45rem .55rem;font-size:13px}.zentura-header-actions{gap:.45rem}.krk-header-certifications{gap:.35rem}.krk-header-cert-logo{width:54px;height:60px;padding:4px}.zentura-text-btn{padding:0 .75rem;font-size:12px}}.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 .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 #00000026}.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:transparent;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-btn i{font-size:.96rem;line-height:1}.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 #06518966;animation:notificationPulse 2s ease-in-out infinite}.zentura-notification-badge:empty{display:none}.zentura-notification-item{text-decoration:none}.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 #0000004d,0 0 0 1px #0000001a;z-index:10080;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .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:transparent;border:none;border-radius:6px;cursor:pointer;color:var(--zentura-gray);transition:all .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\fcz 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 .2s ease,border-color .2s ease;position:relative}.zentura-notification-item:hover{background:#0651890d;border-color:#06518933}.zentura-notification-item:active{transform:none}.zentura-notification-item.unread{background:#06518914;border-color:#0651894d}.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:#0651891a;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:transparent;border:1px solid var(--zentura-border);border-radius:6px;color:var(--zentura-gray);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.zentura-notification-clear:hover{background:var(--zentura-light-gray);color:var(--zentura-primary);border-color:var(--zentura-accent)}@keyframes notificationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes notificationSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.zentura-notification-panel{inset:72px 0 0;width:100%;max-width:100%;max-height:calc(100vh - 72px);background:#fff;border-radius:16px 16px 0 0;transform:translateY(100%);box-shadow:0 -10px 34px #00000038}.zentura-notification-panel.active{transform:translateY(0)}.zentura-notification-content{max-height:calc(100vh - 180px)}}@media(max-width:480px){.zentura-notification-panel{top:72px;bottom:0;max-height:calc(100vh - 72px);background:#fff;border-radius:16px 16px 0 0}.zentura-notification-content{max-height:calc(100vh - 140px)}}.zentura-divider{width:1px;height:24px;background:var(--zentura-border);margin:0 .2rem}.zentura-social-icons{display:flex;gap:.28rem}.zentura-social-icon{width:34px;height:34px;text-decoration:none;display:flex;align-items:center;justify-content:center;color:var(--zentura-primary);border:1px solid rgba(6,81,137,.12);background:#ffffffbd;border-radius:var(--zentura-border-radius-8);transition:var(--zentura-transition)}.zentura-social-icon:hover{background:#06518912;color:var(--zentura-accent);border-color:#06518938}.zentura-social-icon i{font-size:16px;line-height:1}.zentura-social-icon.is-placeholder{opacity:.82;cursor:default}.zentura-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 1rem 4rem;position:relative;overflow:hidden}.zentura-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.08) 1px,transparent 1px);background-size:50px 50px}.zentura-grid-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0,#ffffff80,#ffffffe6);pointer-events:none}.zentura-grid-bg,.hizmetler-hero-section .zentura-grid-bg,.projeler-hero-section .zentura-grid-bg,.zentura-page-hero-section .zentura-grid-bg,.zentura-blog-section .zentura-grid-bg,.krk-content-section .zentura-grid-bg,.krk-document-hero .zentura-grid-bg,.hakkimizda-hero-section .zentura-grid-bg,.hizmet-header-section .zentura-grid-bg,.sss-hero-section .zentura-grid-bg,.zentura-projects-section .zentura-grid-bg{background-image:linear-gradient(180deg,#fff3,#ffffffd1),radial-gradient(circle at 16% 22%,rgba(6,81,137,.12) 0,rgba(6,81,137,.06) 18%,transparent 36%),radial-gradient(circle at 82% 14%,rgba(136,206,60,.12) 0,rgba(136,206,60,.045) 20%,transparent 38%),linear-gradient(115deg,transparent 0%,transparent 44%,rgba(6,81,137,.055) 44.2%,transparent 44.9%,transparent 100%),linear-gradient(155deg,transparent 0%,transparent 59%,rgba(17,24,39,.045) 59.2%,transparent 60%,transparent 100%),url(../../img/generated/krk-corporate-hero-bg.webp)!important;background-position:center center,center center,center center,center center,center center,center center!important;background-repeat:no-repeat,no-repeat,no-repeat,repeat,repeat,no-repeat!important;background-size:100% 100%,100% 100%,100% 100%,340px 340px,420px 420px,cover!important;opacity:1}.zentura-grid-bg:before,.hizmetler-hero-section .zentura-grid-bg:before,.projeler-hero-section .zentura-grid-bg:before,.zentura-page-hero-section .zentura-grid-bg:before,.zentura-blog-section .zentura-grid-bg:before,.krk-content-section .zentura-grid-bg:before,.krk-document-hero .zentura-grid-bg:before,.hakkimizda-hero-section .zentura-grid-bg:before,.hizmet-header-section .zentura-grid-bg:before,.sss-hero-section .zentura-grid-bg:before,.zentura-projects-section .zentura-grid-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,81,137,.07),transparent 28%,transparent 72%,rgba(136,206,60,.06)),repeating-linear-gradient(90deg,transparent 0 96px,rgba(6,81,137,.035) 96px 97px,transparent 97px 194px);mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 72%,transparent 100%);pointer-events:none}.zentura-grid-bg:after,.hizmetler-hero-section .zentura-grid-bg:after,.projeler-hero-section .zentura-grid-bg:after,.zentura-page-hero-section .zentura-grid-bg:after,.zentura-blog-section .zentura-grid-bg:after,.krk-content-section .zentura-grid-bg:after,.krk-document-hero .zentura-grid-bg:after,.hakkimizda-hero-section .zentura-grid-bg:after,.hizmet-header-section .zentura-grid-bg:after,.sss-hero-section .zentura-grid-bg:after,.zentura-projects-section .zentura-grid-bg:after{background:linear-gradient(180deg,#ffffff14,#ffffff8f 58%,#fffffff0)!important}.zentura-hero-container{max-width:var(--zentura-max-width);width:100%;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:500px}.zentura-hero-visual-container{position:relative;width:100%;max-width:480px;display:flex;flex-direction:column;gap:2rem;align-items:center}.zentura-hero-terminal{width:100%;background:linear-gradient(135deg,#0d1117,#161b22);border-radius:var(--zentura-border-radius-8);box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;z-index:10}.zentura-hero-terminal:hover{transform:translateY(-5px);box-shadow:0 30px 80px #00000080,0 0 0 1px #06518933,inset 0 1px #ffffff1a}.zentura-terminal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.05)}.zentura-terminal-controls{display:flex;gap:8px}.zentura-terminal-dot{width:12px;height:12px;border-radius:50%;transition:transform .2s ease}.zentura-terminal-dot:hover{transform:scale(1.2)}.zentura-terminal-dot.dot-close{background:#ff5f56;box-shadow:0 0 8px #ff5f5666}.zentura-terminal-dot.dot-minimize{background:#ffbd2e;box-shadow:0 0 8px #ffbd2e66}.zentura-terminal-dot.dot-maximize{background:#27c93f;box-shadow:0 0 8px #27c93f66}.zentura-terminal-title{font-size:.75rem;color:#fff9;font-family:Monaco,Menlo,Courier New,monospace;font-weight:500}.zentura-terminal-body{padding:20px;min-height:200px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;line-height:1.8}.zentura-terminal-line{margin-bottom:8px;display:flex;align-items:center;gap:8px}.zentura-terminal-prompt{color:#58a6ff;font-weight:600}.zentura-terminal-command{color:#c9d1d9}.zentura-terminal-output{color:#8b949e;margin-left:20px}.zentura-terminal-output.success{color:#3fb950}.zentura-terminal-cursor{color:#58a6ff;animation:terminalCursorBlink 1s infinite;font-weight:300}.zentura-hero-tech-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%;z-index:5}.zentura-tech-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffffff2;border-radius:20px;box-shadow:0 2px 8px #00000014,0 0 0 1px #0000000a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.zentura-tech-badge:hover{background:#fff}.zentura-tech-badge-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--zentura-accent);transition:transform .3s ease}.zentura-tech-badge-icon svg{width:100%;height:100%}.zentura-tech-badge-text{font-size:.75rem;font-weight:600;color:#1a1a1a;transition:color .3s ease}.zentura-tech-badge:hover .zentura-tech-badge-text{color:var(--zentura-accent)}.zentura-hero-bg-elements{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:12px}.zentura-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(6,81,137,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(6,81,137,.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,rgba(6,81,137,.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:#fffffff2;padding:1rem 1.5rem;border-radius:var(--zentura-border-radius-8);text-align:center;box-shadow:0 4px 20px #0000001a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);flex:1;min-width:120px;max-width:170px;transition:all .3s ease}.zentura-hero-stat-card:hover{box-shadow:0 8px 30px #00000026}.zentura-hero-stat-number{font-size:20px;font-weight:800;color:var(--zentura-primary);white-space:nowrap}.zentura-hero-stat-label{font-size:.75rem;color:var(--zentura-gray);font-weight:500}.krk-accreditation-slider{position:relative;width:100%;max-width:560px;z-index:5}.krk-slider-track{position:relative;height:345px}.krk-accreditation-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(180px,.9fr) minmax(210px,1fr);gap:1.25rem;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#fffffffa,#f7fafcfa);border:1px solid rgba(0,0,0,.08);border-radius:var(--zentura-border-radius-8);box-shadow:0 24px 70px #0000001f;opacity:0;transform:translateY(16px) scale(.98);animation:krkSlideCycle 20s infinite;animation-delay:calc(var(--krk-slide-index, 0) * 5s)}.krk-slide-visual{min-height:245px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#06518914,#88ce3c1f);border:1px solid rgba(0,0,0,.06);border-radius:var(--zentura-border-radius-8);overflow:hidden}.krk-doc-card{width:min(180px,88%);min-height:210px;padding:.9rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--zentura-border-radius-8);box-shadow:0 18px 36px #0000001f}.krk-logo-card{width:min(190px,88%);min-height:235px;display:flex;align-items:center;justify-content:center;padding:.75rem;background:#fff;border:1px solid rgba(6,81,137,.14);border-radius:var(--zentura-border-radius-8);box-shadow:0 18px 42px #06518921}.krk-logo-card img{display:block;width:100%;max-height:220px;object-fit:contain}.krk-doc-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.08)}.krk-doc-topline img{width:52px;height:auto;object-fit:contain}.krk-doc-topline span{color:var(--zentura-gray);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:right}.krk-doc-seal{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:1.15rem auto .9rem;background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);color:var(--zentura-secondary);border-radius:var(--zentura-border-radius-8);font-size:1.3rem}.krk-doc-code{color:var(--zentura-primary);font-size:1.25rem;font-weight:900;line-height:1.1;text-align:center}.krk-doc-lines{display:grid;gap:.45rem;margin-top:1rem}.krk-doc-lines span{height:6px;background:var(--zentura-light-gray);border-radius:4px}.krk-doc-lines span:nth-child(2){width:78%}.krk-doc-lines span:nth-child(3){width:56%}.krk-slide-copy span{display:inline-flex;align-items:center;padding:.35rem .65rem;background:#06518914;color:var(--zentura-accent);border-radius:var(--zentura-border-radius-5);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.krk-slide-copy h2{margin:1rem 0 .65rem;color:var(--zentura-primary);font-size:clamp(1.9rem,3.2vw,2.45rem);font-weight:900;line-height:.95;letter-spacing:0;word-break:keep-all}.krk-slide-copy p{margin:0;color:var(--zentura-gray);font-size:.95rem;line-height:1.65}.krk-slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.krk-slider-dots span{width:28px;height:4px;background:#0000001f;border-radius:999px;animation:krkDotCycle 20s infinite;animation-delay:calc(var(--krk-slide-index, 0) * 5s)}.krk-slider-count-2 .krk-accreditation-slide{animation-name:krkSlideCycleTwo;animation-duration:10s;animation-delay:calc(var(--krk-slide-index, 0) * 5s)}.krk-slider-count-2 .krk-slider-dots span{animation-name:krkDotCycleTwo;animation-duration:10s;animation-delay:calc(var(--krk-slide-index, 0) * 5s)}.krk-slider-count-1 .krk-accreditation-slide{opacity:1;transform:none;animation:none}.krk-slider-count-1 .krk-slider-dots span{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);animation:none}.krk-slider-metrics{display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,.8fr));gap:.45rem;margin-top:.85rem}.krk-slider-metrics div{min-height:42px;display:inline-flex;align-items:center;gap:.45rem;padding:.62rem .7rem;background:#fffffff0;border:1px solid rgba(6,81,137,.12);border-radius:var(--zentura-border-radius-8);box-shadow:0 8px 20px #0651890e}.krk-slider-metrics .krk-standard-chip--lead{align-items:flex-start;flex-direction:column;gap:.12rem;background:#065189;border-color:#065189}.krk-slider-metrics .krk-standard-chip--lead strong,.krk-slider-metrics .krk-standard-chip--lead span{color:#fff}.krk-slider-metrics i{color:#065189;font-size:.9rem}.krk-slider-metrics strong,.krk-slider-metrics span{display:inline;white-space:nowrap}.krk-slider-metrics strong{color:var(--zentura-primary);font-size:.82rem;font-weight:900;line-height:1.25}.krk-slider-metrics span{margin-top:.35rem;color:var(--zentura-gray);font-size:.68rem;font-weight:600;line-height:1.4;white-space:normal}@keyframes krkSlideCycle{0%,26%{opacity:1;transform:translateY(0) scale(1)}31%,to{opacity:0;transform:translateY(-14px) scale(.98)}}@keyframes krkDotCycle{0%,26%{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%)}31%,to{background:#0000001f}}@keyframes krkSlideCycleTwo{0%,45%{opacity:1;transform:translateY(0) scale(1)}50%,to{opacity:0;transform:translateY(-14px) scale(.98)}}@keyframes krkDotCycleTwo{0%,45%{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%)}50%,to{background:#0000001f}}.krk-quick-actions-section{position:relative;z-index:5;scroll-margin-top:110px;margin:0 auto 68px;padding:0 1rem}.krk-quick-actions-container{max-width:var(--zentura-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(230px,.58fr) 2.2fr;gap:1rem;align-items:stretch}.krk-quick-actions-header,.krk-quick-action-card{background:#fffffffa;border:1px solid rgba(6,81,137,.12);border-radius:var(--zentura-border-radius-8);box-shadow:0 14px 36px #06518912;backdrop-filter:blur(14px)}.krk-quick-actions-header{padding:1.35rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;background:linear-gradient(135deg,#065189fa,#065189e6 62%,#88ce3cd1);color:#fff}.krk-quick-actions-header:after{content:"";position:absolute;right:-34px;bottom:-40px;width:132px;height:132px;border:22px solid rgba(255,255,255,.12);border-radius:50%}.krk-quick-actions-header span{color:#ffffffc7;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;position:relative;z-index:1}.krk-quick-actions-header h2{margin:.6rem 0 0;color:#fff;font-size:1.45rem;font-weight:900;line-height:1.15;position:relative;z-index:1}.krk-quick-actions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.krk-quick-action-card{min-height:150px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.85rem;padding:1.05rem;color:var(--zentura-primary);text-decoration:none;border-left:3px solid rgba(6,81,137,.75);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}.krk-quick-action-card:hover{transform:translateY(-3px);border-color:#06518947;border-left-color:var(--zentura-accent-2);background:#fff;box-shadow:0 18px 44px #0651891c}.krk-quick-action-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#06518914;color:var(--zentura-accent);border:1px solid rgba(6,81,137,.1);border-radius:var(--zentura-border-radius-8);font-size:1rem}.krk-quick-action-card:hover .krk-quick-action-icon{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);color:#fff}.krk-quick-action-content span{display:block;color:var(--zentura-accent);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.krk-quick-action-content h3{margin:.35rem 0;color:var(--zentura-primary);font-size:1rem;font-weight:850;line-height:1.2}.krk-quick-action-content p{margin:0;color:var(--zentura-gray);font-size:.82rem;line-height:1.45}.krk-quick-action-arrow{align-self:end;justify-self:end;color:var(--zentura-gray);transition:transform .25s ease,color .25s ease}.krk-quick-action-card:hover .krk-quick-action-arrow{color:var(--zentura-accent);transform:translate(4px)}@media(max-width:1180px){.krk-quick-actions-container{grid-template-columns:1fr}.krk-quick-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.krk-accreditation-slider{max-width:100%}.krk-slider-track{height:390px}.krk-accreditation-slide{grid-template-columns:1fr;align-content:center;gap:.85rem;padding:.85rem}.krk-slide-visual{min-height:160px}.krk-slide-copy{text-align:center}.krk-slide-copy h2{margin:.55rem 0 .4rem;font-size:clamp(1.38rem,7vw,1.8rem);line-height:1.05;overflow-wrap:anywhere}.krk-slide-copy p{font-size:.86rem;line-height:1.5}.krk-logo-card{width:min(138px,70%);min-height:150px;padding:.55rem}.krk-logo-card img{max-height:138px}.krk-slider-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.krk-slider-metrics .krk-standard-chip--lead{grid-column:1 / -1}.krk-slider-metrics div{padding:.62rem .45rem;box-shadow:none}.krk-slider-metrics strong{font-size:.82rem}.krk-slider-metrics span{white-space:normal;font-size:.64rem;line-height:1.2}.krk-quick-actions-section{margin:1.5rem auto 3rem}.krk-quick-actions-grid{grid-template-columns:1fr}.krk-quick-action-card{min-height:auto}}@media(prefers-reduced-motion:reduce){.krk-accreditation-slide,.krk-slider-dots span{animation:none}.krk-accreditation-slide:first-child{opacity:1;transform:none}.krk-slider-dots span:first-child{background:var(--zentura-accent)}}@keyframes terminalCursorBlink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes bgGridMove{0%{transform:translate(0)}to{transform:translate(30px,30px)}}@keyframes bgGlowPulse{0%,to{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 .3s ease;box-shadow:var(--zentura-shadow)}.zentura-badge:hover{border-color:var(--zentura-accent);box-shadow:0 4px 20px #0000001f}.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:transparent;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 .3s ease;position:relative;box-shadow:0 2px 8px #0000001a}.zentura-avatar:first-child{margin-left:0}.zentura-avatar:hover{transform:translateY(-6px) scale(1.15);z-index:10;box-shadow:0 8px 16px #00000026}.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 .3s ease;cursor:pointer;position:relative}.zentura-tech-icon:hover{box-shadow:0 6px 12px #0000001a;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 .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 .3s ease}.zentura-btn-primary:hover{box-shadow:0 6px 20px #00000040}.zentura-btn-primary:hover svg{transform:translate(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 .3s ease}.zentura-btn-secondary:hover{background:#e8e8e8;box-shadow:0 4px 12px #0000001a}.zentura-btn-secondary:hover svg{transform:translate(3px)}.zentura-btn-secondary svg{width:16px;height:16px;transition:transform .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 #00000026;opacity:0;visibility:hidden;transition:all .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){.zentura-header-container{padding:0 .75rem;gap:.5rem}.zentura-logo{gap:.6rem;min-width:0;max-width:calc(100% - 54px);flex-shrink:1}.zentura-logo-img{height:40px;max-width:128px;object-fit:contain}.zentura-header-actions>.zentura-icon-btn,.zentura-header-actions>.zentura-megamenu-trigger-wrapper{display:none}.zentura-header-actions>.krk-header-certifications{display:none}.krk-header-certifications--mobile-logo{display:flex;gap:.4rem;margin-left:0}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:44px;height:50px;padding:3px;border-radius:6px;box-shadow:0 7px 16px #0651891a}.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 #0000001a;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:2rem;text-align:center;align-items:stretch}.zentura-hero-content{text-align:center}.zentura-hero-title{font-size:2rem}.zentura-hero-visual{min-height:auto;width:100%}.zentura-hero-visual-container{max-width:100%;gap:1.5rem}.zentura-hero-terminal{max-width:95%}.zentura-terminal-body{min-height:160px;padding:16px;font-size:.75rem}.zentura-hero-tech-badges{max-width:95%;gap:.5rem}.zentura-tech-badge{padding:.4rem .75rem}.zentura-tech-badge-icon{width:18px;height:18px}.zentura-tech-badge-text{font-size:.7rem}.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(0)}.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 1rem}.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:transparent;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);cursor:pointer;padding:8px;transition:all .3s ease}.zentura-mobile-menu-btn span{width:100%;height:2px;background:var(--zentura-primary);transition:all .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:min(100%,430px);max-width:100vw;height:100vh;background:var(--zentura-secondary);z-index:9999;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column}.zentura-mobile-sidebar.active{transform:translate(0)}.zentura-mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;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;flex:1;min-width:0;color:var(--zentura-primary);font-size:1.25rem;font-weight:700}.zentura-mobile-logo-img{height:40px;width:auto;max-width:118px;object-fit:contain}@media(max-width:480px){.zentura-logo{gap:.45rem;max-width:calc(100% - 48px)}.zentura-logo-img{height:36px;max-width:104px}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:38px;height:44px;padding:2px}.zentura-header-actions{gap:.35rem}.zentura-mobile-sidebar-header{padding:12px}.zentura-mobile-logo{gap:.45rem;min-width:0}.zentura-mobile-logo-img{height:34px;max-width:100px}.krk-mobile-certifications{gap:.35rem;flex:1;min-width:0}.krk-mobile-certifications span,.krk-mobile-certifications button{width:50px;height:58px;padding:2px}.krk-slider-track{height:360px}.krk-slider-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.zentura-mobile-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);cursor:pointer;color:var(--zentura-primary);transition:all .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:1rem;background:linear-gradient(180deg,var(--zentura-secondary) 0%,#fafafa 100%);overscroll-behavior:contain}.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:.75rem;min-height:52px;padding:.62rem .72rem;color:var(--zentura-primary);text-decoration:none;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:var(--zentura-border-radius-8);background:var(--zentura-secondary);border:1px solid transparent;box-shadow:0 2px 8px #0000000a;overflow:hidden}.mobile-nav-link:hover{background:linear-gradient(135deg,#fff,#f8f8f8);border-color:var(--zentura-border);box-shadow:0 4px 16px #00000014}.mobile-nav-link:hover{transform:scaleY(1)}.mobile-nav-link:active{transform:translate(2px) scale(.98)}.mobile-nav-link>i:first-of-type{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--zentura-primary);background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:var(--zentura-border-radius-8);transition:all .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%,var(--zentura-accent-2) 100%);color:var(--zentura-secondary);transform:scale(1.05) rotate(5deg);box-shadow:0 4px 12px #06518940}.mobile-nav-text{flex:1;min-width:0;font-weight:600;letter-spacing:-.01em;transition:color .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 .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:#0651891a;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,#0651890f,#fff);border-color:#06518933}.mobile-nav-item-has-submenu.active .mobile-nav-link:before{transform:scaleY(1)}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s ease;list-style:none;padding:0;background:transparent;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 .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 .3s ease}.mobile-submenu>li>a:hover{background:linear-gradient(90deg,rgba(6,81,137,.05) 0%,transparent 100%);color:var(--zentura-primary);padding-left:2rem;transform:translate(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 .3s ease;flex-shrink:0}.mobile-submenu>li>a:hover .mobile-submenu-dot{opacity:1;transform:scale(1.3);box-shadow:0 0 8px #06518966}.mobile-nav-social{padding:1.5rem 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,#e8e8e8);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.mobile-nav-social-icon:hover{background:linear-gradient(135deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%);color:var(--zentura-secondary);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #06518940;border-color:transparent}.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;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:.75rem;padding:.85rem;background:linear-gradient(135deg,#fff,#f8f8f8);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.mobile-nav-card:hover{background:linear-gradient(135deg,#0651890d,#fff);border-color:#0651894d;transform:translate(4px)}.mobile-nav-card:hover{transform:scaleY(1)}.mobile-nav-card-icon{width:40px;height:40px;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 .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;line-height:1.3;transition:color .3s ease}.mobile-nav-card-desc{font-size:12px;color:var(--zentura-gray);margin:0;line-height:1.4;transition:color .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 .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.mobile-nav-card:hover .mobile-nav-card-arrow{color:var(--zentura-accent);transform:translate(4px)}.zentura-mobile-actions{padding:.85rem max(.85rem,env(safe-area-inset-right)) max(.85rem,env(safe-area-inset-bottom)) max(.85rem,env(safe-area-inset-left));display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 46px;gap:.65rem;border-top:1px solid var(--zentura-border);margin-top:auto;background:#fffffff5;backdrop-filter:blur(14px)}.zentura-mobile-action-btn{min-width:0;min-height:46px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem .78rem;background:var(--zentura-primary);color:var(--zentura-secondary);text-decoration:none;font-size:.82rem;font-weight:700;line-height:1.15;border-radius:var(--zentura-border-radius-8);transition:all .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 #00000026}.zentura-mobile-action-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-theme-toggle{width:46px;min-width:46px;padding:.75rem;background:var(--zentura-secondary)!important;color:var(--zentura-primary)!important;border-color:var(--zentura-border)!important}.zentura-mobile-theme-toggle:hover{background:var(--zentura-light-gray)!important;color:var(--zentura-primary)!important;border-color:var(--zentura-primary)!important}.zentura-mobile-theme-toggle svg{margin:0}@media(max-width:380px){.zentura-mobile-actions{grid-template-columns:1fr}.zentura-mobile-theme-toggle{width:100%;min-width:0}.zentura-mobile-action-btn span{white-space:normal}}.zentura-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:all .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,.zentura-divider,.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,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;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 .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 #0003}.zentura-features-btn-secondary{background:transparent;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 .3s ease;max-width:380px;width:100%;box-shadow:0 2px 8px #0000000a}.zentura-feature-card:hover{box-shadow:0 8px 24px #0000001a;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 .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 #0000000d}.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 .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:5rem 2rem;position:relative;overflow:hidden;isolation:isolate;background:#fbfdff;border-top:1px solid var(--zentura-border)}.zentura-projects-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffffe0,#fffffff0 48%,#fff),url(../../img/generated/kapsamlar-bg.webp) center top / cover no-repeat;opacity:.92;z-index:-2}.zentura-projects-section:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,#fff0,#fff 92%);z-index:-1;pointer-events:none}.zentura-projects-container{max-width:var(--zentura-max-width);margin:0 auto;position:relative;z-index:1}.zentura-projects-header{text-align:center;max-width:780px;margin:0 auto 2.7rem}.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:linear-gradient(90deg,var(--zentura-accent) 0%,var(--zentura-accent-2) 100%)}.zentura-projects-description{font-size:1rem;line-height:1.8;color:var(--zentura-gray);max-width:680px;margin:0 auto}.zentura-projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.zentura-project-card{background:var(--zentura-secondary);border:1px solid var(--zentura-border);border-radius:var(--zentura-border-radius-8);padding:29px;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.zentura-project-card:hover{box-shadow:0 12px 32px #0000001f;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 .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 .5s ease}.zentura-project-card:hover .zentura-project-image img{transform:scale(1.05)}.krk-sector-card{gap:0;padding:0;overflow:hidden;background:#fff;border-color:#0651891f;box-shadow:0 14px 36px #06518912;backdrop-filter:blur(10px)}.krk-sector-card:hover{transform:translateY(-4px);border-color:#06518947;box-shadow:0 22px 56px #0651891f}.krk-sector-image{position:relative;height:176px;display:flex;flex-direction:column;justify-content:space-between;padding:1.15rem;background:linear-gradient(90deg,#ffffffeb,#ffffffc7 48%,#ffffff80),var(--krk-sector-bg, linear-gradient(135deg, #ffffff 0%, #f5f7f9 100%));background-size:cover;background-position:center;border-bottom:1px solid rgba(6,81,137,.1);isolation:isolate;margin-top:0}.krk-sector-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0,#f7fafc8c),linear-gradient(135deg,#06518914,#88ce3c0f);opacity:1;z-index:-1}.krk-sector-image:after{content:none}.krk-sector-card .zentura-project-overlay{display:none}.krk-sector-image-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.krk-sector-mark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fffffff5;color:var(--zentura-accent);border:1px solid rgba(6,81,137,.12);border-radius:var(--zentura-border-radius-8);box-shadow:0 10px 24px #00000014;font-size:1.12rem}.krk-sector-badge{width:fit-content;max-width:100%;padding:.46rem .72rem;background:#ffffffe0;color:var(--zentura-accent);border:1px solid rgba(6,81,137,.12);border-radius:var(--zentura-border-radius-5);font-size:.74rem;font-weight:850;line-height:1.15;text-transform:uppercase;letter-spacing:.06em}.krk-sector-stat{display:flex;align-items:flex-end;gap:.65rem;color:var(--zentura-primary)}.krk-sector-stat strong{font-size:2.72rem;font-weight:900;line-height:.85;letter-spacing:0;color:var(--zentura-accent)}.krk-sector-stat span{max-width:110px;padding-bottom:.16rem;font-size:.8rem;font-weight:750;line-height:1.2;color:var(--zentura-gray)}.krk-sector-card .zentura-project-content{display:flex;flex-direction:column;min-height:292px;padding:1.35rem}.krk-sector-card .zentura-project-title a{color:var(--zentura-primary);text-decoration:none;transition:color .25s ease}.krk-sector-card .zentura-project-title a:hover{color:var(--zentura-accent)}.krk-sector-count{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin:.45rem 0 .9rem;padding:.38rem .62rem;background:#0651890b;border:1px solid rgba(6,81,137,.08);border-radius:var(--zentura-border-radius-5);color:var(--zentura-primary);font-size:.82rem;font-weight:850}.krk-sector-count i{color:var(--zentura-accent)}.krk-sector-qualifications{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:1rem 0 1.2rem;padding:0}.krk-sector-qualifications a{display:flex;align-items:center;gap:.55rem;min-height:40px;padding:.64rem .72rem;background:#f8fafce6;border:1px solid rgba(6,81,137,.08);border-radius:var(--zentura-border-radius-8);color:var(--zentura-primary);text-decoration:none;font-size:.86rem;font-weight:650;line-height:1.35;transition:border-color .25s ease,background .25s ease,transform .25s ease}.krk-sector-qualifications a:hover{background:#0651890e;border-color:#06518921;transform:translate(3px)}.krk-sector-qualifications i{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#06518914;color:var(--zentura-accent);border-radius:var(--zentura-border-radius-50);font-size:.66rem}.krk-sector-link{display:inline-flex;align-items:center;justify-content:space-between;gap:.45rem;width:100%;margin-top:auto;padding:.82rem .95rem;background:var(--zentura-accent);border:1px solid var(--zentura-accent);color:#fff;text-decoration:none;font-size:.88rem;font-weight:850;border-radius:var(--zentura-border-radius-8);transition:transform .25s ease,box-shadow .25s ease}.krk-sector-link:hover{transform:translateY(-2px);color:#fff;background:#053f6c;border-color:#053f6c;box-shadow:0 12px 26px #06518929}@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}.krk-sector-card{padding:0}.krk-sector-card .zentura-project-content{min-height:auto;padding:1.15rem}.krk-sector-image{height:162px}.krk-sector-stat strong{font-size:2.7rem}.krk-sector-qualifications a{min-height:38px}.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 .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 .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.15rem;background:#fff;border:1px solid rgba(6,81,137,.11);border-radius:var(--zentura-border-radius-8);transition:all .3s ease}.zentura-stat-card:hover{box-shadow:0 8px 20px #00000014;border-color:var(--zentura-primary)}.zentura-stat-number{font-size:1rem;font-weight:700;color:var(--zentura-primary);margin-bottom:.5rem;line-height:1.25}.zentura-stat-text{font-size:.84rem;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 .3s ease;align-self:flex-start}.zentura-about-btn i{transition:transform .3s ease}.zentura-about-btn:hover i{transform:translate(4px)}.zentura-about-visual{position:relative;height:520px;border-radius:var(--zentura-border-radius-8);overflow:hidden;border:1px solid rgba(6,81,137,.1);background:#f8fbfd}.zentura-visual-main{position:relative;width:100%;height:100%;border-radius:var(--zentura-border-radius-8);overflow:hidden}.zentura-image-overlay{position:relative;display:block;width:100%;height:100%;border-radius:var(--zentura-border-radius-8);overflow:hidden;text-decoration:none}.zentura-image-overlay img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1)}.zentura-image-overlay img[src*=myk-yetki-belgesi]{object-fit:contain;padding:1.1rem;background:#fff}.zentura-certificate-trigger:after{content:"";position:absolute;right:1rem;bottom:1rem;z-index:2;width:34px;height:34px;padding:0;color:#fff;background:#065189eb;border-radius:var(--zentura-border-radius-5);box-shadow:0 10px 22px #06518938;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px 18px no-repeat,linear-gradient(#000 0 0);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px 18px no-repeat,linear-gradient(#000 0 0)}.zentura-gradient-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff29,#06518914,#0651891f);transition:opacity .5s ease}.zentura-visual-main:hover .zentura-image-overlay img{transform:scale(1.025)}.zentura-visual-main:hover .zentura-gradient-overlay{opacity:.9}.zentura-floating-elements{position:absolute;inset:0;pointer-events:none}.zentura-floating-card{position:absolute;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(6,81,137,.2);border-radius:var(--zentura-border-radius-8);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 14px 34px #0651891f;transition:all .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 18px 48px #06518929;background:#fff}.zentura-card-icon{width:40px;height:40px;background:linear-gradient(135deg,#065189,#0a6fa8);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;inset:0;pointer-events:none}.zentura-shape{position:absolute;border:2px solid rgba(6,81,137,.16);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;inset:0;pointer-events:none}.zentura-dot{position:absolute;width:12px;height:12px;background:#065189;border-radius:var(--zentura-border-radius-50);animation:pulse 3s ease-in-out infinite;box-shadow:0 0 20px #06518947;opacity:0;transform:scale(0)}.zentura-dot-1{top:25%;left:25%;animation-delay:0s}.zentura-dot-2{top:60%;right:30%;animation-delay:.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%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{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 .3s ease;display:flex;align-items:center;gap:1.5rem}.zentura-info-card:hover{box-shadow:0 12px 28px #0000001a;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}.krk-certificate-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:1.5rem}.krk-certificate-modal:target{display:flex}.krk-certificate-modal-backdrop{position:absolute;inset:0;background:#03182ac2}.krk-certificate-modal-dialog{position:relative;z-index:1;width:min(1100px,96vw);max-height:92vh;padding:.8rem;overflow:auto;background:#fff;border-radius:var(--zentura-border-radius-8);box-shadow:0 24px 70px #00000047}.krk-certificate-modal-dialog img{display:block;width:100%;height:auto}.krk-certificate-modal-close{position:sticky;top:.4rem;left:calc(100% - 2.7rem);z-index:2;width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#065189;border-radius:var(--zentura-border-radius-5);text-decoration:none}@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 .3s ease}.zentura-faq-item:hover{box-shadow:0 4px 12px #0000000f}.zentura-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--zentura-primary);transition:all .3s ease}.zentura-faq-question:hover{color:var(--zentura-primary)}.zentura-faq-question i{font-size:.875rem;color:var(--zentura-gray);transition:transform .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 .3s ease}.zentura-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@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 rgba(255,255,255,.1);padding:4rem 0 0;position:relative}.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:#fffffff2;padding:8px 16px;border-radius:14px}.zentura-footer-desc{font-size:.9rem;line-height:1.75;color:#ffffffb3;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:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--zentura-border-radius-8);color:var(--zentura-secondary);transition:all .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 #fff3}.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;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:#ffffffb3;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block;position:relative;padding-left:0}.zentura-footer-links a:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#ffffffb3;border-radius:50%;opacity:0;transition:all .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-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 .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,#ffb80033,#ffb8001a);border:1px solid rgba(255,184,0,.3);border-radius:var(--zentura-border-radius-8);font-size:.8rem;font-weight:600;color:var(--zentura-secondary);transition:all .3s ease}.zentura-footer-badge:hover{border-color:#ffb80080;background:linear-gradient(135deg,#ffb8004d,#ffb80026);transform:translateY(-1px)}.zentura-footer-badge svg{width:16px;height:16px;color:#ffb800;flex-shrink:0}.zentura-footer-badge-safe{background:linear-gradient(135deg,#22c55e33,#22c55e1a)!important;border-color:#22c55e4d!important}.zentura-footer-badge-safe:hover{border-color:#22c55e80!important;background:linear-gradient(135deg,#22c55e4d,#22c55e26)!important}.zentura-footer-badge-safe svg,.zentura-footer-badge-safe i{color:#22c55e!important}.zentura-footer-tags{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 0;background:#ffffff05;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:#ffffffb3;font-weight:500;padding:.375rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:var(--zentura-border-radius-5);transition:all .3s ease;white-space:nowrap}.zentura-footer-tag:hover{color:var(--zentura-secondary);background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-1px)}.zentura-footer-bottom{border-top:none;padding:1.5rem 0}.zentura-footer-bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.zentura-footer-bottom-left{display:flex;align-items:center}.zentura-footer-legal{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.zentura-footer-legal a{font-size:.875rem;color:#ffffffb3;text-decoration:none;transition:all .3s ease;font-weight:500}.zentura-footer-legal a:hover{color:var(--zentura-secondary)}.zentura-footer-legal a:not(:last-child):after{content:"\2022";color:#fff9;margin:0 .75rem;font-size:.875rem}.zentura-footer-separator{display:none}.zentura-footer-copyright{font-size:.875rem;color:#ffffffb3;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,.zentura-footer-contact{grid-column:1 / -1}}@media(max-width:768px){.zentura-footer{padding:4rem 0 0;margin-top:2rem}.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-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 .3s ease;position:relative;opacity:0;transform:translateY(20px);animation:zentura-fadeInUp .5s ease forwards}.zentura-process-step:nth-child(1){animation-delay:.1s}.zentura-process-step:nth-child(2){animation-delay:.2s}.zentura-process-step:nth-child(3){animation-delay:.3s}.zentura-process-step:nth-child(4){animation-delay:.4s}.zentura-process-step:nth-child(5){animation-delay:.5s}@keyframes zentura-fadeInUp{to{opacity:1;transform:translateY(0)}}.zentura-process-step:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f;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 .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;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 .3s ease;position:relative;opacity:0;transform:translateY(20px);animation:zentura-fadeInUp .6s ease forwards}.zentura-testimonial-card:nth-child(1){animation-delay:.1s}.zentura-testimonial-card:nth-child(2){animation-delay:.2s}.zentura-testimonial-card:nth-child(3){animation-delay:.3s}.zentura-testimonial-card:nth-child(4){animation-delay:.4s}.zentura-testimonial-card:nth-child(5){animation-delay:.5s}.zentura-testimonial-card:nth-child(6){animation-delay:.6s}.zentura-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f;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}.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 .3s ease}.zentura-tech-category:hover{box-shadow:0 8px 24px #00000014;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 .3s ease;cursor:pointer;position:relative}.zentura-tech-item:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001a;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:translate(-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 .3s ease;pointer-events:none;z-index:10}.zentura-tech-item:after{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:var(--zentura-primary);opacity:0;visibility:hidden;transition:all .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 .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:#ffffff1a;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%,to{transform:translateY(0) rotate(0)}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:#fff3;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 rgba(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:#ffffffe6;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,.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 .3s ease;white-space:nowrap;min-width:240px}.zentura-cta-btn-primary{background:#fff;color:var(--zentura-primary);box-shadow:0 4px 16px #0003}.zentura-cta-btn-primary:hover{box-shadow:0 8px 24px #0000004d}.zentura-cta-btn-primary svg{transition:transform .3s ease}.zentura-cta-btn-primary:hover svg{transform:translate(4px)}.zentura-cta-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.zentura-cta-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.zentura-cta-trust{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:var(--zentura-border-radius-8);border:1px solid rgba(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 white;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:#ffffff4d;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 white}.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:#fffc;margin:0}@media(max-width:1024px){.zentura-cta-inner{grid-template-columns:1fr;gap:3rem}.zentura-cta-description{max-width:100%}.zentura-cta-action,.zentura-cta-buttons,.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 #0000000a}.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;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,#0651890d,#06518905);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 .3s ease}.zentura-comparison-btn svg{transition:transform .3s ease}.zentura-comparison-btn:hover svg{transform:translate(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 .3s ease;position:relative}.zentura-pricing-card:hover{box-shadow:0 12px 32px #0000001f;border-color:var(--zentura-primary)}.zentura-pricing-featured{border:1px solid var(--zentura-primary);background:linear-gradient(180deg,rgba(6,81,137,.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 .3s ease}.zentura-pricing-btn-primary{background:var(--zentura-primary);color:#fff}.zentura-pricing-btn-secondary{background:transparent;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 .3s ease}.zentura-pricing-btn:hover svg{transform:translate(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:1000}.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 .3s ease;box-shadow:0 4px 12px #0000001a;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 #00000026}.zentura-scroll-top svg{color:var(--zentura-primary);transition:color .3s ease}.zentura-scroll-top:hover svg{color:var(--zentura-secondary)}.zentura-whatsapp-btn{position:relative;width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#25d366;border-radius:var(--zentura-border-radius-5);text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #25d36666;overflow:visible}.zentura-whatsapp-btn svg{color:#fff;z-index:1}.zentura-whatsapp-text{position:absolute;right:70px;top:50%;transform:translateY(-50%);background:#1f2937;color:#fff;padding:.75rem 1.25rem;border-radius:var(--zentura-border-radius-5);font-size:.875rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.zentura-whatsapp-text:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);border:8px solid transparent;border-left-color:#1f2937}.zentura-whatsapp-btn:hover .zentura-whatsapp-text{opacity:1;visibility:visible;right:70px}@media(max-width:768px){.zentura-floating-buttons{bottom:1.5rem;right:1.5rem}.zentura-scroll-top,.zentura-whatsapp-btn{width:50px;height:50px}.zentura-whatsapp-text{display:none}}.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 .3s ease}.zentura-blog-link:hover{gap:.75rem}.zentura-blog-link svg{transition:transform .3s ease}.zentura-blog-link:hover svg{transform:translate(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 .3s ease;display:flex;flex-direction:column}.zentura-blog-post:hover{box-shadow:0 12px 32px #0000001f;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 .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 .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 .3s ease}.zentura-blog-read-more:hover{gap:.75rem}.zentura-blog-read-more svg{transition:transform .3s ease}.zentura-blog-read-more:hover svg{transform:translate(4px)}@media(max-width:1024px){.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 .3s ease;text-decoration:none}.zentura-case-view-btn:hover{transform:scale(1.05)}@media(min-width:1025px){.zentura-header{padding:.55rem 0}.zentura-header-container{gap:.32rem;min-height:72px;padding:0 .9rem}.zentura-logo{gap:.55rem}.zentura-logo-img{height:46px;max-width:150px;object-fit:contain}.zentura-nav{flex:0 1 auto;margin-left:.18rem}.zentura-nav-menu{gap:.12rem}.zentura-nav-link{padding:.5rem .72rem;font-size:14.7px;border-radius:6px}.zentura-nav-link-icon{width:17px;height:17px;flex-basis:17px}.zentura-header-actions{gap:.32rem;margin-left:auto}.zentura-text-btn,button.zentura-text-btn{height:32px;padding:0 .68rem;font-size:12.5px;border-radius:5px}.zentura-icon-btn,.zentura-social-icon{width:32px;height:32px}.zentura-social-icons{gap:.22rem}.krk-header-certifications:not(.krk-header-certifications--mobile-logo){gap:.3rem;margin-left:.12rem}.krk-header-cert-logo{width:58px;height:64px;padding:3px;border-radius:7px;box-shadow:0 8px 18px #06518914}}@media(min-width:1025px)and (max-width:1260px){.zentura-header-container{gap:.24rem;padding:0 .75rem}.zentura-logo-img{height:42px;max-width:130px}.zentura-nav-link{padding:.44rem .56rem;font-size:13.6px}.zentura-nav-link-icon{width:15px;height:15px;flex-basis:15px}.zentura-header-actions{gap:.24rem}.zentura-text-btn,button.zentura-text-btn{padding:0 .55rem;font-size:12px}.krk-header-cert-logo{width:52px;height:58px}}@media(max-width:768px){.zentura-header-container{min-height:62px;gap:.4rem}.zentura-logo{max-width:calc(100% - 48px);gap:.45rem}.zentura-logo-img{height:38px;max-width:118px}.krk-header-certifications--mobile-logo{gap:.32rem}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:48px;height:54px;padding:3px}.zentura-mobile-menu-btn{width:36px;height:36px;flex:0 0 36px}}@media(max-width:1024px){.zentura-header{padding:.55rem 0}.zentura-header-container{min-height:62px;justify-content:flex-start}.zentura-nav{display:none}.zentura-mobile-menu-btn{display:flex}.zentura-header-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:0;margin-left:auto;flex:0 0 auto}.zentura-header-actions>.zentura-icon-btn,.zentura-header-actions>.zentura-megamenu-trigger-wrapper,.zentura-header-actions>.krk-header-certifications,.zentura-social-icons,.zentura-divider,.zentura-text-btn,button.zentura-text-btn{display:none!important}.krk-header-certifications--mobile-logo{display:flex;gap:.32rem;margin-left:0}.zentura-logo{flex-shrink:1;min-width:0;gap:.45rem;max-width:calc(100% - 46px)}.zentura-logo-img{height:38px;max-width:128px;object-fit:contain}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:48px;height:54px;padding:3px}.zentura-mobile-menu-btn{display:flex!important;visibility:visible!important;opacity:1!important;flex:0 0 36px;margin-left:.35rem;position:relative;z-index:5}}.krk-slide-visual{background:linear-gradient(180deg,#06518914,#f7fafcf5)!important}.krk-quick-actions-header{background:linear-gradient(135deg,#053f6b,#065189 58%,#0a6a9c)!important}.krk-sector-image:before{background:linear-gradient(180deg,#fff0,#f7fafc9e),linear-gradient(135deg,#06518914,#ffffff14)!important}@media(min-width:1025px){.zentura-header-container{max-width:1220px!important;justify-content:flex-start!important;gap:clamp(.75rem,1.1vw,1.05rem)!important;min-height:68px!important;padding-left:0!important;padding-right:0!important}.zentura-nav{flex:0 0 auto!important;margin-left:clamp(.45rem,.8vw,.85rem)!important}.zentura-header-actions{margin-left:clamp(1.1rem,2vw,2rem)!important;gap:.36rem!important}.zentura-header-actions>.zentura-notification-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;background:#fff!important;color:var(--zentura-primary)!important;border:1px solid rgba(6,81,137,.18)!important;border-radius:6px!important}.zentura-header-actions>.zentura-theme-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;background:#fff!important;color:var(--zentura-primary)!important;border:1px solid rgba(6,81,137,.18)!important;border-radius:6px!important}.zentura-header-actions>.zentura-megamenu-trigger-wrapper{display:flex!important;align-items:center!important}.zentura-text-btn,button.zentura-text-btn{height:34px!important;padding:0 .95rem!important;background:var(--zentura-primary)!important;color:var(--zentura-secondary)!important;border-color:var(--zentura-primary)!important;font-weight:650!important}.zentura-text-btn:hover,button.zentura-text-btn:hover{background:var(--zentura-secondary)!important;color:var(--zentura-primary)!important;border-color:var(--zentura-primary)!important}.krk-header-certifications:not(.krk-header-certifications--mobile-logo){margin-left:.28rem!important;padding-left:.38rem!important;border-left:1px solid rgba(6,81,137,.14)!important}.krk-header-cert-logo{width:50px!important;height:56px!important}.zentura-social-icons{margin-left:.16rem!important}}@media(max-width:1024px){.zentura-header-container{position:relative!important;justify-content:flex-start!important;padding-right:4rem!important;overflow:visible!important}.zentura-logo{flex:1 1 auto!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.zentura-logo>a{display:inline-flex!important;flex:0 1 auto!important;min-width:0!important}.zentura-header-actions{position:absolute!important;top:50%!important;right:.95rem!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;z-index:20!important}.zentura-mobile-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;margin:0!important;background:#fff!important;border:1px solid rgba(6,81,137,.18)!important;box-shadow:0 8px 18px #0651891a!important}.zentura-mobile-menu-btn span{background:#065189!important}}@media(max-width:768px){.zentura-header-container{min-height:66px!important;padding-left:.75rem!important;padding-right:3.75rem!important}.zentura-logo{gap:.38rem!important}.zentura-logo-img{width:auto!important;height:36px!important;max-width:108px!important}.krk-header-certifications--mobile-logo{gap:.24rem!important;flex:0 0 auto!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:44px!important;height:50px!important;padding:3px!important}.zentura-header-actions{right:.72rem!important}}@media(max-width:390px){.zentura-header-container{padding-left:.62rem!important;padding-right:3.45rem!important}.zentura-logo{gap:.28rem!important}.zentura-logo-img{max-width:96px!important;height:34px!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:40px!important;height:46px!important;border-radius:6px!important}.zentura-header-actions,.zentura-mobile-menu-btn{width:36px!important;height:36px!important;flex-basis:36px!important}}@media(min-width:391px)and (max-width:520px){.zentura-header-actions{right:clamp(.72rem,calc(82vw - 308px),5.5rem)!important}}@media(max-width:390px){.zentura-header-actions{right:.62rem!important}}.krk-cert-preview-modal{position:fixed;inset:0;z-index:10100;display:none;align-items:center;justify-content:center;padding:1rem}.krk-cert-preview-modal.active{display:flex}.krk-cert-preview-backdrop{position:absolute;inset:0;background:#050607b8;backdrop-filter:blur(8px)}.krk-cert-preview-dialog{position:relative;z-index:1;width:min(520px,calc(100vw - 28px));max-height:calc(100vh - 32px);display:grid;grid-template-columns:minmax(150px,210px) 1fr;gap:1rem;padding:1rem;background:#fff;border:1px solid rgba(6,81,137,.16);border-radius:14px;box-shadow:0 24px 80px #00000057}.krk-cert-preview-close{position:absolute;top:.65rem;right:.65rem;z-index:2;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#111418;color:#fff;border:0;border-radius:8px;cursor:pointer}.krk-cert-preview-media{min-height:220px;display:flex;align-items:center;justify-content:center;padding:.8rem;background:#f3f7fa;border:1px solid rgba(6,81,137,.12);border-radius:12px}.krk-cert-preview-media img{width:100%;max-height:260px;object-fit:contain}.krk-cert-preview-body{min-width:0;align-self:center;padding-right:2.3rem}.krk-cert-preview-kicker{display:inline-flex;margin-bottom:.55rem;padding:.32rem .55rem;background:#06518914;color:#111418;border-radius:6px;font-size:.74rem;font-weight:800}.krk-cert-preview-body h3{margin:0 0 .55rem;color:#050607;font-size:1.25rem;line-height:1.2}.krk-cert-preview-body p{margin:0 0 1rem;color:#050607ad;font-size:.92rem;line-height:1.55}.krk-cert-preview-link{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .9rem;background:#111418;color:#fff;border-radius:8px;text-decoration:none;font-size:.86rem;font-weight:800}body.krk-cert-preview-open{overflow:hidden}@media(max-width:560px){.krk-cert-preview-dialog{grid-template-columns:1fr;gap:.85rem}.krk-cert-preview-media{min-height:240px}.krk-cert-preview-body{padding-right:0}}@media(max-width:768px){.zentura-header{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;overflow:visible!important}.zentura-header-container{width:100%!important;max-width:100%!important;min-height:74px!important;padding-left:.7rem!important;padding-right:7.7rem!important;overflow:visible!important}.zentura-logo{width:auto!important;max-width:calc(100% - 7.55rem)!important;justify-content:flex-start!important;gap:.38rem!important}.zentura-logo-img{max-width:120px!important;height:44px!important}.krk-header-certifications--mobile-logo{display:inline-flex!important;align-items:center!important;gap:.18rem!important;margin-left:.12rem!important;padding-left:.3rem!important;border-left:1px solid rgba(6,81,137,.14)!important;flex:0 0 auto!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:40px!important;height:47px!important;padding:2px!important;border-radius:6px!important}.zentura-header-actions{position:fixed!important;top:13px!important;right:.62rem!important;left:auto!important;width:auto!important;height:36px!important;display:flex!important;gap:.28rem!important;transform:none!important;z-index:10020!important}.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{position:relative!important;inset:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;flex:0 0 36px!important;margin:0!important;opacity:1!important;visibility:visible!important;background:#fff!important;color:#0f1113!important;border:1px solid rgba(0,0,0,.18)!important;border-radius:var(--zentura-border-radius-8)!important;box-shadow:0 8px 20px #0000001f!important}.zentura-header-actions>.zentura-theme-toggle{position:fixed!important;top:13px!important;right:3.12rem!important;left:auto!important;z-index:10030!important}.zentura-mobile-menu-btn{position:fixed!important;top:13px!important;right:.62rem!important;left:auto!important;z-index:10031!important}}@media(max-width:768px){.projeler-hero-title,.hizmetler-hero-title,.zentura-hero-title,.zentura-basvuru-hero-title,.zentura-iletisim-hero-title,.hakkimizda-hero-title,.sss-hero-title,.zentura-page-hero-title{max-width:100%!important;font-size:clamp(1.9rem,8vw,2.28rem)!important;line-height:1.18!important;overflow-wrap:anywhere!important;word-break:normal!important}.projeler-hero-description,.hizmetler-hero-description,.zentura-hero-description,.zentura-basvuru-hero-description,.zentura-iletisim-hero-description,.hakkimizda-hero-description,.sss-hero-description,.zentura-page-hero-description{max-width:100%!important;overflow-wrap:break-word!important}.hizmetler-section-title,.hakkimizda-section-title,.krk-quick-actions-header h2,.zentura-section-title,.zentura-cta-title{max-width:100%!important;font-size:clamp(1.55rem,7vw,2rem)!important;line-height:1.22!important;overflow-wrap:anywhere!important}.zentura-mobile-sidebar,.zentura-mobile-sidebar *{max-width:100%;overflow-wrap:anywhere}.mobile-nav-link,.mobile-submenu>li>a,.zentura-mobile-action-btn{min-width:0}}.zentura-nav-link-icon,.mobile-nav-link>i:first-of-type{display:none!important}.mobile-nav-link>i.mobile-submenu-arrow{display:inline-flex!important}.zentura-nav-link,.mobile-nav-link{gap:.45rem!important}@media(min-width:1025px){.zentura-nav-link{padding-left:.68rem!important;padding-right:.68rem!important}}@media(min-width:1025px){.zentura-hero{min-height:calc(100vh - 36px)!important;align-items:flex-start!important;padding-top:58px!important;padding-bottom:3.2rem!important}.zentura-hero-container{margin-top:clamp(.35rem,1.2vh,1rem)!important}.zentura-badge-wrapper{margin-bottom:.95rem!important}.zentura-hero-title{margin-top:0!important}}@media(max-width:1024px){.zentura-hero{padding-top:18px!important}}.krk-accreditation-slider{max-width:580px!important}.krk-slider-track{height:326px!important}.krk-accreditation-slide{grid-template-columns:minmax(168px,.74fr) minmax(220px,1fr)!important;gap:1rem!important;padding:1.05rem!important;background:linear-gradient(135deg,#fffffffc,#f4f9fcfc)!important;border-color:#06518929!important;box-shadow:0 22px 58px #06518924!important}.krk-slide-visual{min-height:220px!important;background:radial-gradient(circle at 50% 24%,#ffffffe6,#fff0 34%),linear-gradient(180deg,#06518917,#eaf4faeb)!important}.krk-logo-card{width:min(172px,86%)!important;min-height:210px!important;padding:.72rem!important;box-shadow:0 16px 34px #06518924!important}.krk-logo-card img{max-height:194px!important}.krk-slide-copy span{border:1px solid rgba(6,81,137,.12)!important}.krk-slide-copy h2{margin:.85rem 0 .55rem!important;font-size:clamp(1.55rem,2.4vw,2.05rem)!important;line-height:1.04!important}.krk-slide-copy p{font-size:.92rem!important;line-height:1.58!important}.krk-slider-dots{margin-top:.72rem!important}@media(max-width:768px){.krk-slider-track{height:362px!important}.krk-accreditation-slide{grid-template-columns:1fr!important;align-content:start!important;gap:.78rem!important;padding:.88rem!important}.krk-slide-visual{min-height:148px!important}.krk-logo-card{width:min(132px,68%)!important;min-height:138px!important;padding:.52rem!important}.krk-logo-card img{max-height:126px!important}.krk-slide-copy span{font-size:.66rem!important;padding:.28rem .52rem!important}.krk-slide-copy h2{font-size:clamp(1.26rem,6.3vw,1.58rem)!important;line-height:1.08!important}}@media(max-width:520px){.zentura-header-container{min-height:74px!important;padding-left:.7rem!important;padding-right:3.85rem!important}.zentura-logo{gap:.32rem!important}.zentura-logo-img{height:34px!important;max-width:100px!important}.krk-header-certifications--mobile-logo{gap:.2rem!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:38px!important;height:44px!important;padding:2px!important}.zentura-header-actions{right:.72rem!important;width:36px!important;height:36px!important}.zentura-mobile-menu-btn{width:36px!important;height:36px!important;flex-basis:36px!important}}@media(max-width:360px){.zentura-logo-img{max-width:88px!important;height:32px!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:34px!important;height:40px!important}}@media(max-width:768px){.zentura-header-container{min-height:62px!important;padding-left:.7rem!important;padding-right:5.25rem!important}.zentura-logo{width:auto!important;max-width:calc(100% - 5.1rem)!important;justify-content:flex-start!important;gap:.24rem!important}.zentura-logo-img{max-width:88px!important;height:32px!important}.krk-header-certifications--mobile-logo{display:inline-flex!important;gap:.12rem!important;margin-left:.1rem!important;padding-left:.22rem!important;border-left:1px solid rgba(6,81,137,.14)!important;flex:0 0 auto!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:25px!important;height:31px!important;padding:1px!important}.zentura-header-actions{position:absolute!important;top:50%!important;right:auto!important;left:calc(min(100vw,390px) - 7.75rem)!important;width:116px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.28rem!important;transform:translateY(-50%)!important;z-index:10020!important}.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{position:relative!important;inset:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;flex:0 0 36px!important;margin:0!important;opacity:1!important;visibility:visible!important}.zentura-header-actions>.zentura-theme-toggle{order:1!important}.zentura-mobile-menu-btn{order:2!important}}@media(max-width:768px){.zentura-header-container{min-height:62px!important;padding-left:.7rem!important;padding-right:5.25rem!important}.zentura-logo{width:auto!important;max-width:calc(100% - 5.1rem)!important;justify-content:flex-start!important;gap:.24rem!important}.zentura-logo-img{max-width:88px!important;height:32px!important}.krk-header-certifications--mobile-logo{display:flex!important;gap:.12rem!important;margin-left:.1rem!important;padding-left:.22rem!important;border-left:1px solid rgba(6,81,137,.14)!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:25px!important;height:31px!important;padding:1px!important}.zentura-header-actions{position:fixed!important;top:13px!important;right:.62rem!important;left:auto!important;width:auto!important;height:36px!important;display:flex!important;gap:.28rem!important;transform:none!important;z-index:10020!important}.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:36px!important;height:36px!important;flex:0 0 36px!important;margin:0!important}}@media(max-width:768px){.zentura-header-container{min-height:64px!important;padding-left:.75rem!important;padding-right:5.75rem!important}.zentura-logo{width:auto!important;max-width:calc(100% - 5.6rem)!important;justify-content:flex-start!important;gap:.32rem!important}.zentura-logo-img{max-width:96px!important;height:34px!important}.krk-header-certifications--mobile-logo{display:flex!important;align-items:center!important;gap:.18rem!important;margin-left:.18rem!important;padding-left:.28rem!important;border-left:1px solid rgba(6,81,137,.16)!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:30px!important;height:36px!important;padding:2px!important;border-radius:6px!important}.zentura-header-actions{position:fixed!important;top:14px!important;right:.72rem!important;left:auto!important;width:auto!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.35rem!important;transform:none!important;z-index:10020!important}.zentura-header-actions>.zentura-theme-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;order:1!important;margin:0!important;padding:0!important;background:#fff!important;color:#0f1113!important;border:1px solid rgba(0,0,0,.18)!important;border-radius:var(--zentura-border-radius-8)!important;box-shadow:0 8px 20px #0000001f!important}.zentura-mobile-menu-btn{position:relative!important;top:auto!important;right:auto!important;left:auto!important;display:flex!important;width:38px!important;height:38px!important;flex:0 0 38px!important;order:2!important;margin:0!important;background:#fff!important;border:1px solid rgba(0,0,0,.18)!important;box-shadow:0 8px 20px #0000001f!important}}@media(max-width:360px){.zentura-header-container{padding-left:.58rem!important;padding-right:5.25rem!important}.zentura-logo{max-width:calc(100% - 5.15rem)!important;gap:.22rem!important}.zentura-logo-img{max-width:82px!important;height:30px!important}.krk-header-certifications--mobile-logo{gap:.12rem!important;margin-left:.1rem!important;padding-left:.2rem!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:25px!important;height:31px!important}.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:36px!important;height:36px!important;flex-basis:36px!important}}.krk-mobile-bottom-nav{display:none}@media(max-width:768px){html,body{max-width:100%;overflow-x:hidden!important}.zentura-hero,.zentura-hero-container,.zentura-hero-content,.zentura-hero-visual,.zentura-hero-visual-container{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.zentura-hero-content{position:relative!important;left:50%!important;width:100vw!important;max-width:100vw!important;margin-left:-50vw!important;margin-right:-50vw!important;overflow:hidden!important;padding-left:0!important;padding-right:0!important}.zentura-hero{min-height:auto!important;padding-top:10px!important}.zentura-hero-container{margin-top:0!important;padding-top:0!important}.zentura-badge-wrapper{display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:.7rem!important;text-align:left!important}.zentura-badge{width:min(280px,calc(100vw - 32px))!important;max-width:min(280px,calc(100vw - 32px))!important;margin-left:max(16px,calc((100vw - 280px)/2))!important;margin-right:0!important;box-sizing:border-box!important;flex-wrap:wrap!important;white-space:normal!important;justify-content:center!important;text-align:center!important;padding:.68rem .78rem!important}.zentura-badge-text{flex:1 1 100%!important;display:block!important;max-width:100%!important;min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.35!important;font-size:.72rem!important}.zentura-hero-title{width:min(320px,calc(100vw - 32px))!important;max-width:min(320px,calc(100vw - 32px))!important;margin-left:max(16px,calc((100vw - 320px)/2))!important;margin-right:0!important;font-size:clamp(1.28rem,5.9vw,1.48rem)!important;line-height:1.16!important;overflow-wrap:anywhere!important;white-space:normal!important;text-align:center!important}.zentura-dynamic-wrapper,.zentura-dynamic-text{display:block!important;min-width:0!important}.zentura-hero-title br{display:none!important}.zentura-hero-actions,.hizmetler-hero-actions,.projeler-hero-actions{width:100%!important;display:flex!important;flex-direction:column!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:.62rem!important;padding-left:0!important;padding-right:0!important}.zentura-hero-actions .zentura-btn,.hizmetler-hero-btn,.projeler-hero-btn{width:min(230px,calc(100vw - 32px))!important;max-width:min(230px,calc(100vw - 32px))!important;min-width:0!important;justify-content:center!important;padding-left:.95rem!important;padding-right:.95rem!important;white-space:normal!important;text-align:center!important}.zentura-hero-actions .zentura-btn span,.hizmetler-hero-btn span,.projeler-hero-btn span{min-width:0!important;overflow-wrap:anywhere!important}.zentura-hero-actions .zentura-btn-secondary{background:#fff!important;color:var(--zentura-primary)!important;border-color:#00000029!important;opacity:1!important}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.krk-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100vw;box-sizing:border-box;z-index:9998;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem;min-height:calc(64px + env(safe-area-inset-bottom));padding:.42rem .62rem calc(.42rem + env(safe-area-inset-bottom));background:#fffffff5;border:1px solid rgba(6,81,137,.14);border-bottom:0;border-radius:var(--zentura-border-radius-8) var(--zentura-border-radius-8) 0 0;box-shadow:0 -10px 34px #06518929;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.krk-mobile-bottom-nav__item{min-width:0;max-width:100%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;color:#5f6f7b;text-decoration:none;border-radius:var(--zentura-border-radius-8);font-size:.68rem;font-weight:750;line-height:1.05;transition:background .2s ease,color .2s ease,transform .2s ease}.krk-mobile-bottom-nav__item i{font-size:1rem;line-height:1}.krk-mobile-bottom-nav__item span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.krk-mobile-bottom-nav__item:hover,.krk-mobile-bottom-nav__item:focus-visible,.krk-mobile-bottom-nav__item.is-active{background:#0651891a;color:var(--zentura-accent);transform:translateY(-1px)}.zentura-floating-buttons{bottom:calc(88px + env(safe-area-inset-bottom))!important;right:.85rem!important;gap:.65rem!important}.zentura-scroll-top,.zentura-whatsapp-btn{width:44px!important;height:44px!important}}.zentura-project-card.krk-sector-card,.projeler-card{background:#101214!important;border-color:#ffffff1f!important;color:#fff!important;box-shadow:0 18px 44px #0000002e!important}.zentura-project-card.krk-sector-card:hover,.projeler-card:hover{border-color:#ffffff42!important;box-shadow:0 24px 60px #00000047!important}.krk-sector-image,.projeler-card-image{background-color:#0f1113!important}.krk-sector-image{background:linear-gradient(90deg,#0a0c0ef0,#0a0c0eb8 48%,#0a0c0e57),var(--krk-sector-bg, linear-gradient(135deg, #101214 0%, #1a1f23 100%))!important}.krk-sector-image:before,.projeler-card-image:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,#00000014,#000000ad),linear-gradient(135deg,#0651892e,#0000001f)!important;z-index:1!important;pointer-events:none!important}.krk-sector-image>*,.projeler-card-image>*{position:relative!important;z-index:2!important}.krk-sector-mark,.krk-sector-badge,.krk-sector-count,.projeler-card-badge{background:#ffffff17!important;color:#fff!important;border-color:#ffffff29!important}.krk-sector-stat strong{color:#fff!important}.krk-sector-stat span,.zentura-project-desc,.krk-yeterlilik-excerpt{color:#ffffffb8!important}.krk-sector-card .zentura-project-title,.krk-sector-card .zentura-project-title a,.projeler-card-title,.projeler-card-title a{color:#fff!important}.krk-sector-qualifications a{background:#ffffff0f!important;border-color:#ffffff1a!important;color:#ffffffe0!important}.krk-sector-qualifications a:hover{background:#ffffff1a!important;border-color:#ffffff2e!important}.krk-sector-qualifications i{background:#ffffff1f!important;color:#fff!important}.krk-sector-link{background:#fff!important;border-color:#fff!important;color:#0f1113!important}.krk-sector-link:hover{background:#e8edf1!important;border-color:#e8edf1!important;color:#0f1113!important}body:not(.zentura-dark) .zentura-project-card.krk-sector-card,body:not(.zentura-dark) .projeler-card{background:#fff!important;border-color:#0651891f!important;color:var(--zentura-primary)!important;box-shadow:0 14px 36px #06518914!important}body:not(.zentura-dark) .zentura-project-card.krk-sector-card:hover,body:not(.zentura-dark) .projeler-card:hover{border-color:#0651893d!important;box-shadow:0 22px 52px #0651891f!important}body:not(.zentura-dark) .krk-sector-image{background:linear-gradient(90deg,#ffffffe0,#ffffffa3 52%,#ffffff38),var(--krk-sector-bg, linear-gradient(135deg, #ffffff 0%, #eef3f7 100%))!important}body:not(.zentura-dark) .krk-sector-image:before,body:not(.zentura-dark) .projeler-card-image:before{background:linear-gradient(180deg,#ffffff05,#0651892e),linear-gradient(135deg,#06518914,#ffffff1f)!important}body:not(.zentura-dark) .krk-sector-mark,body:not(.zentura-dark) .krk-sector-badge,body:not(.zentura-dark) .krk-sector-count,body:not(.zentura-dark) .projeler-card-badge{background:#ffffffe0!important;color:var(--zentura-accent)!important;border-color:#06518924!important}body:not(.zentura-dark) .krk-sector-stat strong,body:not(.zentura-dark) .krk-sector-card .zentura-project-title,body:not(.zentura-dark) .krk-sector-card .zentura-project-title a,body:not(.zentura-dark) .projeler-card-title,body:not(.zentura-dark) .projeler-card-title a{color:var(--zentura-primary)!important}body:not(.zentura-dark) .krk-sector-stat span,body:not(.zentura-dark) .zentura-project-desc,body:not(.zentura-dark) .krk-yeterlilik-excerpt{color:var(--zentura-gray)!important}body:not(.zentura-dark) .krk-sector-qualifications a{background:#f8fafce6!important;border-color:#06518914!important;color:var(--zentura-primary)!important}body:not(.zentura-dark) .krk-sector-qualifications i{background:#06518914!important;color:var(--zentura-accent)!important}body:not(.zentura-dark) .krk-sector-link{background:var(--zentura-accent)!important;border-color:var(--zentura-accent)!important;color:#fff!important}@media(max-width:768px){.zentura-header-container{min-height:56px!important;padding-left:.7rem!important;padding-right:3.2rem!important}.zentura-logo{width:min(300px,calc(100% - 4.8rem))!important;max-width:min(300px,calc(100% - 4.8rem))!important;gap:.5rem!important;align-items:center!important;justify-content:space-between!important}.krk-header-certifications--mobile-logo{display:flex!important;align-items:center!important;gap:.18rem!important;flex:0 0 auto!important;margin-left:auto!important;padding-left:0!important;border-left:0!important}.zentura-logo-img{max-width:90px!important;height:31px!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:28px!important;height:33px!important;padding:2px!important;border-radius:6px!important}.zentura-header-actions{display:flex!important;position:fixed!important;top:15px!important;left:336px!important;right:auto!important;transform:none!important;z-index:40!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important}.zentura-mobile-menu-btn{display:flex!important;opacity:1!important;visibility:visible!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;z-index:10020!important;width:38px!important;height:38px!important;flex-basis:38px!important;background:#fff!important;border:1px solid rgba(0,0,0,.22)!important;box-shadow:0 10px 24px #00000029!important}.zentura-mobile-menu-btn span{display:block!important;height:2px!important;background:#0f1113!important}}@media(max-width:360px){.zentura-logo-img{max-width:78px!important;height:29px!important}.krk-header-certifications--mobile-logo{gap:.16rem!important;margin-left:.12rem!important;padding-left:.42rem!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:24px!important;height:30px!important}.zentura-header-actions{left:308px!important}.zentura-logo{width:min(270px,calc(100% - 4.55rem))!important;max-width:min(270px,calc(100% - 4.55rem))!important}.zentura-mobile-menu-btn{right:auto!important;width:38px!important;height:38px!important}}@media(max-width:768px){.zentura-header{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;overflow:visible!important}.zentura-header-container{width:100%!important;max-width:100%!important;min-height:70px!important;padding-left:.7rem!important;padding-right:5.1rem!important;overflow:visible!important}.zentura-logo{width:auto!important;max-width:calc(100% - 5rem)!important;justify-content:flex-start!important;gap:.38rem!important}.zentura-logo-img{max-width:120px!important;height:44px!important}.krk-header-certifications--mobile-logo{display:inline-flex!important;align-items:center!important;gap:.18rem!important;margin-left:.12rem!important;padding-left:.3rem!important;border-left:1px solid rgba(6,81,137,.14)!important;flex:0 0 auto!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:40px!important;height:47px!important;padding:2px!important;border-radius:6px!important}.zentura-header-actions{position:absolute!important;top:50%!important;right:auto!important;left:calc(min(100vw,390px) - 5.25rem)!important;width:76px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.28rem!important;transform:translateY(-50%)!important;z-index:10020!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;flex:0 0 36px!important;margin:0!important;opacity:1!important;visibility:visible!important}.zentura-header-actions>.zentura-theme-toggle{order:2!important}.zentura-mobile-menu-btn{order:3!important}.zentura-header-actions>.zentura-notification-btn{order:1!important}}@media(max-width:360px){.zentura-logo{max-width:calc(100% - 7.25rem)!important;gap:.26rem!important}.zentura-logo-img{max-width:108px!important;height:40px!important}.krk-header-certifications--mobile-logo{gap:.12rem!important;margin-left:.08rem!important;padding-left:.2rem!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:34px!important;height:40px!important}.zentura-header-actions{left:calc(min(100vw,360px) - 7.5rem)!important}}@media(max-width:768px){.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{position:relative!important;inset:auto!important;transform:none!important;order:initial!important}.zentura-header-actions>.zentura-theme-toggle{order:2!important}.zentura-mobile-menu-btn{order:3!important}.zentura-header-actions>.zentura-notification-btn{order:1!important}}.krk-sector-image{min-height:214px!important;background:linear-gradient(90deg,#f6f8fab8,#f6f8fa57 42%,#f6f8fa0f),var(--krk-sector-bg, linear-gradient(135deg, #eef2f5 0%, #dfe7ee 100%))!important;background-size:cover!important;background-position:center 52%!important;background-repeat:no-repeat!important}.krk-sector-image--agac-ve-kagit-isleri{background-position:82% center!important}.krk-sector-image--insaat-sektoru{background-position:72% center!important}.krk-sector-image--ulastirma-sektoru{background-position:74% center!important}.krk-sector-image:before{background:linear-gradient(180deg,#fff0,#0d111533),radial-gradient(circle at 16% 16%,#ffffff6b,#fff0 34%)!important}body:not(.zentura-dark) .krk-sector-image{background:linear-gradient(90deg,#f6f8fab8,#f6f8fa57 42%,#f6f8fa0f),var(--krk-sector-bg, linear-gradient(135deg, #eef2f5 0%, #dfe7ee 100%))!important;background-size:cover!important;background-position:center 52%!important;background-repeat:no-repeat!important}body:not(.zentura-dark) .krk-sector-image--agac-ve-kagit-isleri{background-position:82% center!important}body:not(.zentura-dark) .krk-sector-image--insaat-sektoru{background-position:72% center!important}body:not(.zentura-dark) .krk-sector-image--ulastirma-sektoru{background-position:74% center!important}body:not(.zentura-dark) .krk-sector-mark,body:not(.zentura-dark) .krk-sector-badge,body:not(.zentura-dark) .krk-sector-count,body:not(.zentura-dark) .projeler-card-badge{background:#ffffffe6!important;color:#12161a!important;border-color:#12161a24!important}body:not(.zentura-dark) .krk-sector-mark i,body:not(.zentura-dark) .krk-sector-count i,body:not(.zentura-dark) .krk-sector-qualifications i{color:#12161a!important}body:not(.zentura-dark) .krk-sector-stat strong{color:#050607!important}body:not(.zentura-dark) .krk-sector-stat span{color:#050607a3!important}body:not(.zentura-dark) .krk-sector-link{background:#111418!important;border-color:#111418!important;color:#fff!important}body:not(.zentura-dark) .krk-sector-link:hover{background:#050607!important;border-color:#050607!important}@media(max-width:768px){:root{--krk-mobile-header-offset: 68px;--krk-mobile-bottom-offset: calc(72px + env(safe-area-inset-bottom)) }.zentura-header{min-height:var(--krk-mobile-header-offset)!important;overflow:visible!important}.zentura-header-container{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.45rem!important;min-height:var(--krk-mobile-header-offset)!important;padding:.42rem .62rem!important;overflow:visible!important}.zentura-logo{display:flex!important;align-items:center!important;gap:.34rem!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.zentura-logo>a{flex:0 1 auto!important;min-width:0!important}.zentura-logo-img{width:auto!important;max-width:clamp(100px,31vw,128px)!important;height:clamp(39px,10vw,47px)!important;object-fit:contain!important}.krk-header-certifications--mobile-logo{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;gap:.18rem!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:clamp(32px,9.4vw,39px)!important;height:clamp(39px,10.6vw,46px)!important;padding:.12rem!important;border-radius:6px!important;background:#fff!important;border:1px solid rgba(15,23,42,.12)!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo img{width:100%!important;height:100%!important;object-fit:contain!important}.zentura-header-actions{position:relative!important;inset:auto!important;transform:none!important;width:auto!important;height:auto!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:.28rem!important;min-width:0!important;z-index:10020!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{position:relative!important;inset:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;flex:0 0 36px!important;margin:0!important;border-radius:8px!important;opacity:1!important;visibility:visible!important}.zentura-header-actions>.zentura-notification-btn{order:1!important}.zentura-header-actions>.zentura-theme-toggle{order:2!important}.zentura-mobile-menu-btn{order:3!important}.krk-mobile-bottom-nav{min-height:var(--krk-mobile-bottom-offset)!important}.zentura-whatsapp-btn{right:1rem!important;bottom:calc(var(--krk-mobile-bottom-offset) + .85rem)!important;width:50px!important;height:50px!important}body{padding-bottom:var(--krk-mobile-bottom-offset)!important}}@media(max-width:370px){.zentura-header-container{padding-left:.45rem!important;padding-right:.45rem!important;gap:.28rem!important}.zentura-logo{gap:.22rem!important}.zentura-logo-img{max-width:98px!important;height:38px!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:31px!important;height:38px!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:34px!important;height:34px!important;flex-basis:34px!important}}@media(max-width:1024px){:root{--krk-mobile-header-offset: 72px;--krk-mobile-bottom-offset: calc(76px + env(safe-area-inset-bottom)) }html,body{max-width:100%!important;overflow-x:hidden!important}.zentura-floating-buttons{position:fixed!important;right:clamp(.72rem,2.6vw,1.1rem)!important;bottom:calc(var(--krk-mobile-bottom-offset) + .72rem)!important;z-index:10040!important;gap:.55rem!important;pointer-events:none!important}.zentura-floating-buttons>*{pointer-events:auto!important}.zentura-scroll-top,.zentura-whatsapp-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:10px!important}.zentura-whatsapp-btn{position:relative!important;right:auto!important;bottom:auto!important;box-shadow:0 10px 24px #25d36657!important}.zentura-whatsapp-text{display:none!important}.krk-document-section,.krk-document-section--procedure-detail,.krk-document-section--prosedurler{padding-bottom:calc(var(--krk-mobile-bottom-offset) + 4.4rem)!important}}@media(min-width:769px)and (max-width:1024px){.zentura-floating-buttons{bottom:1.05rem!important}.krk-document-section,.krk-document-section--procedure-detail,.krk-document-section--prosedurler{padding-bottom:3.8rem!important}}@media(max-width:520px){:root{--krk-mobile-header-offset: 72px}.zentura-header{min-height:var(--krk-mobile-header-offset)!important;overflow:hidden!important}.zentura-header-container{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:min(100vw,390px)!important;max-width:min(100vw,390px)!important;min-height:var(--krk-mobile-header-offset)!important;gap:.28rem!important;padding:.38rem .48rem!important;margin-left:0!important;margin-right:auto!important;overflow:hidden!important;box-sizing:border-box!important}.zentura-logo{gap:.18rem!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.zentura-logo-img{width:auto!important;max-width:clamp(100px,28vw,112px)!important;height:clamp(38px,10vw,44px)!important;object-fit:contain!important}.krk-header-certifications--mobile-logo{flex:0 0 auto!important;gap:.1rem!important;margin:0!important;padding:0!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:clamp(28px,8vw,32px)!important;height:clamp(35px,9vw,39px)!important;padding:.1rem!important}.zentura-header-actions{position:relative!important;inset:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:.18rem!important;width:auto!important;min-width:0!important;max-width:104px!important;overflow:visible!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex:0 0 32px!important;margin:0!important;border-radius:8px!important;transform:none!important;opacity:1!important;visibility:visible!important}}@media(max-width:768px){:root{--krk-mobile-header-offset: 76px}.zentura-header{min-height:var(--krk-mobile-header-offset)!important;padding:0!important;overflow:visible!important}.zentura-header-container{width:100%!important;max-width:100%!important;min-height:var(--krk-mobile-header-offset)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.45rem!important;padding:.42rem .62rem!important;margin:0 auto!important;overflow:visible!important}.zentura-logo{display:grid!important;grid-template-columns:auto auto!important;grid-template-rows:auto!important;align-items:center!important;justify-content:start!important;gap:.35rem!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.zentura-logo>a{min-width:0!important}.zentura-logo-img{width:auto!important;max-width:clamp(112px,31vw,132px)!important;height:clamp(42px,11vw,50px)!important;object-fit:contain!important}.krk-header-certifications--mobile-logo{display:inline-flex!important;align-items:center!important;gap:.18rem!important;margin:0!important;padding:0!important;min-width:0!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:clamp(34px,9.5vw,42px)!important;height:clamp(42px,11vw,50px)!important;padding:.12rem!important;border-radius:7px!important}.zentura-header-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:.28rem!important;width:auto!important;max-width:none!important;min-width:0!important;overflow:visible!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:clamp(38px,10vw,42px)!important;height:clamp(38px,10vw,42px)!important;min-width:clamp(38px,10vw,42px)!important;min-height:clamp(38px,10vw,42px)!important;flex:0 0 clamp(38px,10vw,42px)!important;border-radius:9px!important}.zentura-mobile-sidebar{width:min(100vw,430px)!important}.mobile-nav .mobile-nav-list{display:flex!important;flex-direction:column!important;gap:.5rem!important}}@media(max-width:380px){.zentura-logo-img{max-width:112px!important;height:44px!important}.krk-header-certifications--mobile-logo .krk-header-cert-logo{width:34px!important;height:42px!important}.zentura-header-actions{gap:.18rem!important}.zentura-header-actions>.zentura-notification-btn,.zentura-header-actions>.zentura-theme-toggle,.zentura-mobile-menu-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;flex-basis:38px!important}}.zentura-notification-all-link{display:none;align-items:center;justify-content:center;min-height:38px;padding:.55rem .85rem;border-radius:8px;background:#0f172a;color:#fff;font-size:.84rem;font-weight:800;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.zentura-notification-all-link:hover{background:#111827;color:#fff;transform:translateY(-1px)}.zentura-notification-panel.zentura-notification-has-overflow .zentura-notification-all-link{display:inline-flex}.zentura-notification-panel.zentura-notification-empty-state .zentura-notification-all-link,.zentura-notification-panel.zentura-notification-empty-state .zentura-notification-footer{display:none!important}@media(max-width:768px){.zentura-notification-panel{top:calc(var(--krk-mobile-header-offset, 76px) + .65rem)!important;right:.8rem!important;left:.8rem!important;bottom:auto!important;width:auto!important;max-width:none!important;max-height:min(62vh,520px)!important;border-radius:12px!important;border:1px solid rgba(15,23,42,.1)!important;background:var(--zentura-secondary)!important;box-shadow:0 18px 44px #0f172a2e!important;transform:translateY(-8px)!important;overflow:hidden!important}.zentura-notification-panel.active{transform:translateY(0)!important}.zentura-notification-header{padding:.85rem 1rem!important}.zentura-notification-title{font-size:1rem!important}.zentura-notification-content{flex:0 1 auto!important;max-height:min(42vh,340px)!important;padding:.55rem!important}.zentura-notification-item{gap:.65rem!important;padding:.72rem!important;margin-bottom:.45rem!important;border-radius:10px!important}.zentura-notification-title-text{font-size:.86rem!important;line-height:1.25!important}.zentura-notification-text{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:.78rem!important;line-height:1.35!important}.zentura-notification-time{font-size:.72rem!important}.zentura-notification-empty{min-height:auto!important;padding:2.1rem 1rem!important}.zentura-notification-empty i{font-size:2.35rem!important;margin-bottom:.75rem!important}.zentura-notification-footer{display:grid!important;grid-template-columns:1fr!important;gap:.45rem!important;padding:.65rem .85rem .8rem!important;border-top:1px solid var(--zentura-border)!important}.zentura-notification-clear,.zentura-notification-all-link{width:100%!important;min-height:38px!important}.zentura-notification-panel.zentura-notification-empty-state{max-height:none!important}.mobile-nav-cards{margin-top:.85rem!important;padding-top:.85rem!important;gap:.55rem!important}.mobile-nav-card{padding:.72rem!important;border-radius:10px!important;box-shadow:0 6px 18px #0f172a0f!important}.mobile-nav-card-icon{width:36px!important;height:36px!important;border-radius:8px!important;background:#0f172a!important}.mobile-nav-card-title{font-size:.86rem!important;color:#111827!important}.mobile-nav-card-desc{font-size:.74rem!important;color:#64748b!important}}body.zentura-dark .zentura-notification-all-link{background:#f8fafc;color:#0f172a}body.zentura-dark .zentura-notification-panel{border-color:#94a3b838}body.zentura-dark .mobile-nav-card{background:#171b22!important;border-color:#94a3b82e!important}body.zentura-dark .mobile-nav-card-title{color:#f8fafc!important}body.zentura-dark .mobile-nav-card-desc{color:#a8b3c2!important}@media(max-width:768px){.zentura-hero{padding-top:calc(var(--krk-mobile-header-offset, 76px) + 1.15rem)!important}.zentura-hero-container{padding-top:0!important}.zentura-badge-wrapper{margin-top:0!important;margin-bottom:.85rem!important;position:relative!important;z-index:2!important}.zentura-badge{min-height:0!important;box-shadow:0 10px 28px #0f172a14!important}.zentura-hero-title{margin-top:.35rem!important;margin-bottom:1rem!important;line-height:1.14!important;position:relative!important;z-index:1!important}.zentura-dynamic-wrapper{display:block!important;min-width:0!important;margin-top:.1rem!important}.zentura-dynamic-text,.zentura-word-active{display:inline-block!important;line-height:1.12!important}.krk-mobile-certifications button{width:58px!important;height:66px!important;flex:0 0 auto!important;padding:3px!important}.zentura-mobile-actions .zentura-mobile-theme-toggle{color:#111827!important;background:#fff!important;border-color:#0f172a1f!important}}@media(max-width:420px){.zentura-hero{padding-top:calc(var(--krk-mobile-header-offset, 76px) + 1rem)!important}.zentura-badge{width:min(292px,calc(100vw - 34px))!important;max-width:min(292px,calc(100vw - 34px))!important}.krk-mobile-certifications button{width:52px!important;height:60px!important}}body.zentura-dark .zentura-mobile-actions .zentura-mobile-theme-toggle{color:#f8fafc!important;background:#15191f!important;border-color:#ffffff2e!important}.mobile-nav-apply-cta{display:none}@media(max-width:768px){.mobile-nav-apply-cta{display:grid;grid-template-columns:44px minmax(0,1fr) 28px;align-items:center;gap:.82rem;margin-top:.9rem;min-height:104px;padding:1rem;border-radius:12px;text-decoration:none;color:#fff;background:radial-gradient(circle at 88% 8%,#fff3 0,#fff0 36%),linear-gradient(135deg,#07111d,#0b3458 58%,#065189);border:1px solid rgba(142,203,255,.24);box-shadow:0 16px 34px #06518938;overflow:hidden;position:relative}.mobile-nav-apply-cta:after{content:"";position:absolute;right:-28px;bottom:-36px;width:138px;height:138px;border-radius:50%;border:26px solid rgba(255,255,255,.08);pointer-events:none}.mobile-nav-apply-icon,.mobile-nav-apply-arrow{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1}.mobile-nav-apply-icon{width:44px;height:44px;border-radius:10px;background:#ffffff21;color:#fff;border:1px solid rgba(255,255,255,.16)}.mobile-nav-apply-copy{display:grid;gap:.28rem;min-width:0;position:relative;z-index:1}.mobile-nav-apply-copy strong{color:#fff;font-size:1rem;line-height:1.15;font-weight:900;letter-spacing:0}.mobile-nav-apply-copy small{color:#ffffffbd;font-size:.78rem;line-height:1.38;font-weight:600}.mobile-nav-apply-arrow{width:28px;height:28px;border-radius:999px;color:#fff;background:#ffffff1a}.zentura-mobile-actions{background:#fffffff5!important;backdrop-filter:blur(14px)!important}}body.zentura-dark .zentura-mobile-actions{background:#07080af5!important;border-top-color:#ffffff1f!important}body.zentura-dark .zentura-mobile-action-btn,body.zentura-dark .zentura-mobile-actions .zentura-mobile-theme-toggle,body.zentura-dark .zentura-btn-secondary,body.zentura-dark .zentura-text-btn,body.zentura-dark .zentura-notification-clear,body.zentura-dark button:not(.krk-header-cert-logo):not([data-krk-cert-open]):not(.krk-cert-preview-close):not(.zentura-mobile-menu-btn):not(.zentura-notification-btn):not(.zentura-theme-toggle),body.zentura-dark input[type=button],body.zentura-dark input[type=submit]{background:#15191f!important;color:#f8fafc!important;border-color:#ffffff29!important;box-shadow:0 10px 24px #00000047!important}body.zentura-dark .zentura-mobile-action-btn:hover,body.zentura-dark .zentura-mobile-actions .zentura-mobile-theme-toggle:hover,body.zentura-dark .zentura-btn-secondary:hover,body.zentura-dark .zentura-text-btn:hover,body.zentura-dark .zentura-notification-clear:hover,body.zentura-dark input[type=button]:hover,body.zentura-dark input[type=submit]:hover{background:#1e252d!important;color:#fff!important;border-color:#ffffff42!important}body.zentura-dark .zentura-mobile-action-btn i,body.zentura-dark .zentura-mobile-action-btn span,body.zentura-dark .zentura-text-btn i,body.zentura-dark .zentura-text-btn span{color:inherit!important}body.zentura-dark .mobile-nav-apply-cta{background:radial-gradient(circle at 86% 6%,#8ecbff2e 0,#8ecbff00 36%),linear-gradient(135deg,#0b0f14,#102235 56%,#06436f)!important;border-color:#8ecbff3d!important;box-shadow:0 18px 36px #0000006b!important}.krk-hero-title-mobile{display:none}@media(max-width:768px){.krk-hero-title-desktop{display:none!important}.krk-hero-title-mobile{display:block!important;width:min(315px,calc(100vw - 40px));margin:0 auto;color:var(--zentura-primary);font-size:clamp(1.42rem,6vw,1.72rem);font-weight:900;line-height:1.14;letter-spacing:0;text-align:center;overflow-wrap:normal;word-break:normal}.zentura-hero-title{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;margin-top:.65rem!important;margin-bottom:1.15rem!important}.zentura-hero-description{width:min(322px,calc(100vw - 42px))!important;max-width:min(322px,calc(100vw - 42px))!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;font-size:.98rem!important;line-height:1.72!important}}body.zentura-dark .krk-hero-title-mobile{color:#f8fafc!important}@media(max-width:768px){.krk-hero-title-mobile{display:none!important}.krk-hero-title-desktop{display:block!important;width:min(322px,calc(100vw - 40px))!important;margin:0 auto!important}.zentura-hero-title{font-size:clamp(1.42rem,5.9vw,1.72rem)!important;line-height:1.13!important;letter-spacing:0!important;text-align:center!important}.zentura-dynamic-wrapper{display:inline-block!important;width:auto!important;min-width:0!important;margin:0 0 0 .18rem!important;text-align:inherit!important;white-space:nowrap!important;vertical-align:baseline!important}.zentura-dynamic-text,.zentura-word-active{display:inline-block!important;width:auto!important;min-width:0!important;line-height:1.05!important;color:#065189!important;background:linear-gradient(135deg,#065189,#69b744)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;font-weight:950!important}.zentura-hero-title br{display:block!important}}body.zentura-dark .zentura-word-active,body.zentura-dark .zentura-dynamic-text{background:linear-gradient(135deg,#8ecbff,#8bd65a)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}@media(max-width:768px){.zentura-hero-content{text-align:left!important;padding-left:max(1.15rem,calc((100vw - 330px)/2))!important;padding-right:max(1.15rem,calc((100vw - 330px)/2))!important}.zentura-badge-wrapper,.zentura-badge{margin-left:0!important;margin-right:auto!important;text-align:left!important;justify-content:flex-start!important}.zentura-badge-text{text-align:left!important}.krk-hero-title-desktop,.zentura-hero-title,.zentura-hero-description{width:100%!important;max-width:330px!important;margin-left:0!important;margin-right:auto!important;text-align:left!important}.zentura-dynamic-wrapper{text-align:left!important}.zentura-hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;justify-content:start!important;gap:.55rem!important;width:100%!important;max-width:330px!important;margin-left:0!important;margin-right:auto!important}.zentura-hero-actions .zentura-btn{width:100%!important;max-width:none!important;min-width:0!important;min-height:46px!important;margin-left:0!important;margin-right:0!important;padding-left:.72rem!important;padding-right:.72rem!important;gap:.38rem!important;white-space:nowrap!important;font-size:clamp(.78rem,3.3vw,.88rem)!important;line-height:1.1!important;border-radius:8px!important}.zentura-hero-actions .zentura-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(max-width:360px){.zentura-hero-actions{gap:.42rem!important}.zentura-hero-actions .zentura-btn{padding-left:.55rem!important;padding-right:.55rem!important;font-size:.76rem!important}}@media(max-width:768px){.zentura-mobile-sidebar-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;padding:14px 12px!important}.zentura-mobile-logo{display:flex!important;align-items:center!important;gap:.38rem!important;flex:1 1 auto!important;min-width:0!important}.zentura-mobile-logo>a{flex:0 1 auto!important;min-width:0!important}.zentura-mobile-logo-img{height:43px!important;max-width:108px!important}.krk-mobile-certifications{flex:0 0 auto!important;gap:.32rem!important}.krk-mobile-certifications button{width:50px!important;height:58px!important;padding:2px!important;border-radius:8px!important}.krk-mobile-drawer-tools{display:inline-flex!important;align-items:center!important;gap:.28rem!important;flex:0 0 auto!important;margin-left:.12rem!important}.krk-mobile-drawer-icon-btn{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:9px!important;border:1px solid rgba(15,23,42,.12)!important;background:#fffffff5!important;color:#0f172a!important;box-shadow:0 8px 18px #0f172a14!important}.krk-mobile-drawer-icon-btn i,.krk-mobile-drawer-icon-btn svg{width:17px!important;height:17px!important;font-size:.96rem!important}.zentura-mobile-close-btn{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:9px!important}.zentura-mobile-actions .zentura-mobile-theme-toggle{display:none!important}.zentura-mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.zentura-badge-wrapper{width:100%!important;max-width:330px!important;margin:0 0 .95rem!important}.zentura-badge{width:100%!important;max-width:330px!important;min-height:0!important;margin:0!important;padding:.62rem .76rem!important;border-radius:8px!important;box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important}.zentura-badge-text{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:clamp(.66rem,2.75vw,.74rem)!important;line-height:1.28!important;font-weight:800!important;letter-spacing:0!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}body.zentura-dark .krk-mobile-drawer-icon-btn{background:#15191f!important;color:#f8fafc!important;border-color:#ffffff29!important;box-shadow:0 10px 24px #00000047!important}body.zentura-dark .zentura-badge{background:#05070ab8!important;border-color:#ffffff2e!important;box-shadow:0 14px 32px #0000003d!important}body.zentura-dark .zentura-badge-text{color:#f8fafc!important}body.zentura-dark .zentura-hero{background-color:#050607!important}}@media(max-width:380px){.zentura-mobile-sidebar-header{gap:.38rem!important;padding-left:10px!important;padding-right:10px!important}.zentura-mobile-logo{gap:.28rem!important}.zentura-mobile-logo-img{height:40px!important;max-width:98px!important}.krk-mobile-certifications{gap:.22rem!important}.krk-mobile-certifications button{width:45px!important;height:53px!important}.krk-mobile-drawer-tools{gap:.22rem!important;margin-left:0!important}.krk-mobile-drawer-icon-btn,.zentura-mobile-close-btn{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;flex-basis:34px!important}.zentura-badge-text{font-size:.64rem!important}}.home .zentura-hero{background:linear-gradient(180deg,#f8fbfd,#f1f6f9 52%,#fff)!important}.home .zentura-hero .zentura-grid-bg{background-color:#f7fafc!important;background-image:radial-gradient(circle at 14% 18%,rgba(6,81,137,.12) 0,rgba(6,81,137,.055) 22%,transparent 46%),radial-gradient(circle at 88% 20%,rgba(105,183,68,.12) 0,rgba(105,183,68,.045) 24%,transparent 48%),linear-gradient(135deg,rgba(6,81,137,.055) 0 1px,transparent 1px 140px),linear-gradient(90deg,rgba(15,23,42,.035) 0 1px,transparent 1px 112px),linear-gradient(180deg,#ffffffad,#f2f7fae6 58%,#fff)!important;background-position:center center!important;background-repeat:no-repeat,no-repeat,repeat,repeat,no-repeat!important;background-size:100% 100%,100% 100%,140px 140px,112px 112px,100% 100%!important;opacity:1!important}.home .zentura-hero .zentura-grid-bg:before{background:linear-gradient(90deg,rgba(6,81,137,.055),transparent 30%,transparent 72%,rgba(105,183,68,.045)),repeating-linear-gradient(90deg,transparent 0 118px,rgba(15,23,42,.032) 118px 119px,transparent 119px 238px)!important}.home .zentura-hero .zentura-grid-bg:after{background:linear-gradient(180deg,#f8fbfd2e,#f8fbfdb3 56%,#fff)!important}.home .zentura-hero-bg-elements .zentura-bg-grid,.home .zentura-hero-bg-elements .zentura-bg-glow{opacity:.16!important}@media(max-width:768px){.home .zentura-hero{padding-bottom:28px!important}.home .krk-quick-actions-section{margin-top:.65rem!important;margin-bottom:2rem!important}.home .krk-quick-actions-container{gap:.75rem!important}.home .krk-quick-actions-header{padding:1.05rem!important}.hakkimizda-hero-section,.krk-document-hero,.hizmetler-hero-section,.projeler-hero-section,.zentura-page-hero-section,.sss-hero-section,.krk-belge-hero-section,.zentura-iletisim-hero-section,.zentura-basvuru-hero-section{padding-top:clamp(4.55rem,15vw,5.55rem)!important;padding-bottom:clamp(1.35rem,6vw,2rem)!important}.hakkimizda-story-section,.hakkimizda-mission-section,.hakkimizda-values-section,.hakkimizda-why-section,.hakkimizda-team-section,.krk-document-section,.krk-content-section,.hizmetler-services-section,.hizmetler-sinav-section,.hizmetler-sektorler-section,.hizmetler-steps-section,.hizmetler-features-section,.hizmetler-cta-section,.krk-belge-content-section,.zentura-iletisim-form-section,.zentura-basvuru-form-section,.zentura-projects-section,.zentura-blog-section,.sss-categories-section,.sss-content-section{padding-top:clamp(1.8rem,7vw,2.35rem)!important;padding-bottom:clamp(2rem,7vw,2.65rem)!important}.krk-document-section,.zentura-blog-section,.krk-content-section{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))!important}.hakkimizda-section-header,.krk-document-section-header,.zentura-section-header,.hizmetler-section-header{margin-bottom:1.35rem!important}.krk-document-pdf-block,.krk-procedure-source-group{margin-top:.85rem!important}}@media(min-width:769px){.home .krk-quick-actions-section{margin-top:1.5rem!important;margin-bottom:3.75rem!important}.hakkimizda-story-section,.hakkimizda-mission-section,.hakkimizda-values-section,.hakkimizda-why-section,.hakkimizda-team-section,.krk-document-section,.krk-content-section,.hizmetler-services-section,.hizmetler-sinav-section,.hizmetler-sektorler-section,.hizmetler-steps-section,.hizmetler-features-section,.hizmetler-cta-section,.krk-belge-content-section,.zentura-iletisim-form-section,.zentura-basvuru-form-section,.zentura-projects-section,.zentura-blog-section,.sss-categories-section,.sss-content-section{padding-top:clamp(3.35rem,4.4vw,4.35rem)!important;padding-bottom:clamp(3.35rem,4.4vw,4.35rem)!important}}@media(min-width:769px){.zentura-megamenu-dropdown{top:80px;padding:24px;background:#f8fafcfa;border-top:1px solid #dce4eb;border-bottom:1px solid #cfd8e2;box-shadow:0 22px 48px #0f172a29;backdrop-filter:blur(16px)}.zentura-megamenu-dropdown .zentura-megamenu-panel-grid{width:min(100%,1420px);max-width:1420px;padding:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(300px,.82fr);gap:18px;align-items:stretch}.zentura-megamenu-panel-section{gap:0;padding:18px;border:1px solid #dce4eb;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0b}.zentura-megamenu-panel-section-header{gap:11px;margin:0 0 14px;padding:0 0 14px;border-bottom:1px solid #e2e8f0}.zentura-megamenu-panel-section-header i{width:36px;height:36px;border:0;border-radius:6px;background:#0b172a;color:#fff;font-size:13px}.zentura-megamenu-panel-section-title{font-size:15px;color:#101828}.zentura-megamenu-panel-links{gap:8px}.zentura-megamenu-panel-link{min-height:62px;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e2e7ec;border-radius:7px;background:#f7f9fb;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.zentura-megamenu-panel-link:hover,.zentura-megamenu-panel-link:focus-visible{transform:translate(3px);border-color:#0b172a;background:#fff;box-shadow:0 7px 18px #0f172a14;outline:none}.zentura-megamenu-panel-link i{width:36px;height:36px;border-radius:6px;background:#fff;color:#0b172a;font-size:13px;box-shadow:inset 0 0 0 1px #dce4eb}.zentura-megamenu-panel-link:hover i,.zentura-megamenu-panel-link:focus-visible i{background:#0b172a;color:#fff}.zentura-megamenu-panel-link .link-title{margin:0 0 2px;color:#101828;font-size:14px;font-weight:800;line-height:1.25}.zentura-megamenu-panel-link .link-desc{color:#66758a;font-size:12px;line-height:1.35}.zentura-megamenu-panel-featured{padding:22px;border-color:#0b172a;background:#0b172a;color:#fff;box-shadow:0 12px 28px #0b172a2e}.zentura-megamenu-panel-featured-content{text-align:left}.zentura-megamenu-panel-featured-icon{width:44px;height:44px;margin:0 0 17px;border:1px solid #344156;border-radius:7px;background:#172235}.zentura-megamenu-panel-featured-icon i{font-size:18px;color:#fff}.zentura-megamenu-panel-featured-content h3{margin:0 0 8px;color:#fff;font-size:22px;line-height:1.2}.zentura-megamenu-panel-featured-content p{margin:0 0 18px;color:#cbd5e1;font-size:13px;line-height:1.55;opacity:1}.zentura-megamenu-panel-cta-btn{width:100%;min-height:48px;justify-content:space-between;padding:0 16px;border:1px solid #fff;border-radius:6px;background:#fff;color:#0b172a;font-weight:800}.zentura-megamenu-panel-cta-btn:hover,.zentura-megamenu-panel-cta-btn:focus-visible{transform:none;background:transparent;color:#fff;border-color:#fff;outline:none}.zentura-megamenu-panel-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:18px;padding-top:17px;border-top:1px solid #344156}.zentura-megamenu-panel-stat{padding:0 9px;text-align:left;border-right:1px solid #344156}.zentura-megamenu-panel-stat:first-child{padding-left:0}.zentura-megamenu-panel-stat:last-child{padding-right:0;border-right:0}.zentura-megamenu-panel-stat .stat-value{margin:0 0 3px;color:#fff;font-size:16px;line-height:1.1}.zentura-megamenu-panel-stat .stat-label{color:#94a3b8;font-size:9px;line-height:1.25;letter-spacing:0;text-transform:uppercase}}@media(min-width:769px)and (max-width:1080px){.zentura-megamenu-dropdown .zentura-megamenu-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.zentura-megamenu-panel-featured{grid-column:1/-1}.zentura-megamenu-panel-featured-content{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.zentura-megamenu-panel-featured-icon{margin:0}.zentura-megamenu-panel-featured-content h3,.zentura-megamenu-panel-featured-content p{grid-column:2}.zentura-megamenu-panel-cta-btn{grid-column:3;grid-row:1/3;width:auto;min-width:180px}.zentura-megamenu-panel-stats{display:none}}body.zentura-dark .zentura-megamenu-dropdown{background:#090d13fa;border-color:#293442}body.zentura-dark .zentura-megamenu-panel-section{border-color:#293442;background:#111820;box-shadow:none}body.zentura-dark .zentura-megamenu-panel-section-header{border-color:#293442}body.zentura-dark .zentura-megamenu-panel-section-title{color:#f4f7fb}body.zentura-dark .zentura-megamenu-panel-link{border-color:#293442;background:#151c25}body.zentura-dark .zentura-megamenu-panel-link:hover,body.zentura-dark .zentura-megamenu-panel-link:focus-visible{border-color:#718096;background:#1c2530}body.zentura-dark .zentura-megamenu-panel-link i{border-color:#344156;background:#0d131b;color:#f4f7fb}body.zentura-dark .zentura-megamenu-panel-link .link-title{color:#f4f7fb}body.zentura-dark .zentura-megamenu-panel-link .link-desc{color:#aeb9c6}.krk-megamenu-cert-logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;padding-top:17px;border-top:1px solid #344156}.krk-megamenu-cert-logos img{display:block;width:100%;height:72px;padding:7px;border:1px solid #344156;border-radius:6px;background:#fff;object-fit:contain}.krk-form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
