:root{--dark:#0b1020;--text:#111827;--muted:#64748b;--line:#e5e7eb;--soft:#f8fafc;--red:#ef233c;--orange:#ff6b00;--yellow:#ffd42a;--blue:#1688e8;--radius:18px;--wrap:1100px}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px}.pb-wrap{max-width:var(--wrap);margin:auto;padding-left:18px;padding-right:18px}.pb-top-marquee{height:28px;background:#fff;color:#334155;border-bottom:1px solid var(--line);overflow:hidden;display:flex;align-items:center;font-size:14px;font-weight:800}.pb-marquee-track{display:flex;gap:62px;white-space:nowrap;animation:pbmar 30s linear infinite}.pb-marquee-track span{display:inline-flex;align-items:center}@keyframes pbmar{from{transform:translateX(0)}to{transform:translateX(-33.33%)}}
.pb-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.pb-head-inner{min-height:102px;display:flex;align-items:center;justify-content:space-between;gap:28px}.pb-logo{width:190px;text-decoration:none;color:var(--text);line-height:.78;display:flex;flex-direction:column;overflow:hidden;flex:0 0 190px}.pb-logo img,.pb-logo .custom-logo{max-width:190px;max-height:62px;width:auto;height:auto;object-fit:contain}.pb-logo strong{font-size:37px;font-weight:950;letter-spacing:-2px;display:block}.pb-logo em{font-size:34px;font-style:italic;font-weight:950;background:linear-gradient(90deg,var(--red),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-1px;display:block}.pb-logo-slider{margin-top:6px;width:100%;height:20px;position:relative;overflow:hidden}.pb-logo-slides{height:16px;position:relative}.pb-logo-slides span{position:absolute;inset:0;opacity:0;transform:translateY(8px);transition:.35s;font-size:11px;font-weight:900;white-space:nowrap;color:#111;line-height:14px}.pb-logo-slides span.active{opacity:1;transform:translateY(0)}.pb-logo-dots{height:4px;display:flex;gap:4px;align-items:center;justify-content:center;margin-top:1px}.pb-logo-dots button,.pb-dots button{border:0;padding:0;border-radius:99px;background:#cbd5e1;cursor:pointer}.pb-logo-dots button{width:5px;height:5px}.pb-logo-dots button.active{width:14px;background:#111}.pb-nav ul{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.pb-nav a{color:#1f2937;text-decoration:none;font-weight:900}.pb-actions{display:flex;align-items:center;gap:12px}.pb-btn{border-radius:999px;padding:13px 22px;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);color:var(--text);background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06)}.pb-btn.dark,.pb-btn.black{background:var(--dark);color:#fff;border-color:var(--dark)}.pb-btn.ghost{background:#fff}.pb-menu{display:none;border:0;background:#fff;font-size:25px}.pb-hero{padding-top:18px}.pb-slider{min-height:355px;border-radius:10px;background:linear-gradient(135deg,#ff453e,#ff453e 70%,#df2d29 70%);position:relative;overflow:hidden;display:flex;align-items:center;padding:0;color:#fff}.pb-hero-slides{position:relative;width:100%;min-height:355px}.pb-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:.45s;display:flex;align-items:center;padding:48px 42px}.pb-slide.active{opacity:1;pointer-events:auto}.pb-slide-content{width:60%;position:relative;z-index:2}.pb-slide-content h1{font-size:43px;letter-spacing:-1px;margin:0 0 20px}.pb-slide-content p{font-size:21px;line-height:1.5;opacity:.9;max-width:610px}.pb-hero-img{position:absolute;right:40px;bottom:0;width:40%;max-height:330px;object-fit:contain;z-index:1}.pb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:0;background:rgba(0,0,0,.23);color:#fff;font-size:35px;z-index:3;cursor:pointer}.pb-arrow.left{left:14px}.pb-arrow.right{right:14px}.pb-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:5}.pb-dots button{width:10px;height:10px;background:rgba(255,255,255,.55)}.pb-dots button.active{width:26px;background:#fff}.pb-badges{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-weight:800}.pb-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.pb-promo{min-height:165px;border-radius:10px;padding:26px 32px;color:#fff;overflow:hidden;position:relative}.pb-promo:after{content:"";position:absolute;right:40px;top:-40px;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.08)}.pb-promo.red{background:linear-gradient(135deg,#df2d32,#ff453e)}.pb-promo.blue{background:linear-gradient(135deg,#126ec8,#2095f2)}.pb-promo h2{margin:8px 0 4px}.pb-promo span{font-size:11px;background:rgba(255,255,255,.18);padding:6px 14px;border-radius:5px;font-weight:900}.pb-promo a{display:inline-block;margin-top:12px;background:rgba(255,255,255,.18);padding:9px 16px;border-radius:999px;font-weight:900;color:#fff;text-decoration:none}.pb-section{padding:34px 18px}.pb-section h2,.pb-title-row h2{margin:0 0 18px}.pb-services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pb-card,.pb-review,.pb-blog{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.06);padding:22px}.pb-card b{font-size:30px}.pb-card h3{margin:14px 0 6px}.pb-card p,.pb-review p,.pb-blog p{color:var(--muted);line-height:1.55}.pb-reviews{overflow:hidden;padding-top:20px}.pb-title-row{display:flex;justify-content:space-between;align-items:center}.pb-title-row small{color:#64748b;font-weight:900}.pb-review-track{display:flex;gap:16px;animation:reviewmove 30s linear infinite;width:max-content}.pb-review-track:hover{animation-play-state:paused}.pb-review{width:250px;flex:0 0 250px}.pb-review strong{letter-spacing:3px;color:#111}.pb-review b{font-size:13px}@keyframes reviewmove{from{transform:translateX(0)}to{transform:translateX(-50%)}}.pb-feature-strip{background:var(--yellow);margin:34px 0;padding:20px 0}.pb-feature-strip .pb-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pb-feature-strip b{display:block}.pb-feature-strip small{display:block;font-size:12px}.pb-about{text-align:center;line-height:1.7;color:#334155}.pb-more-content{max-height:0;overflow:hidden;transition:max-height .45s ease}.pb-about.open .pb-more-content{max-height:500px}.pb-more-btn{border:0;background:transparent;font-weight:950;color:#1f2937;font-size:16px;cursor:pointer}.pb-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;align-items:stretch}.pb-blog{padding:0;overflow:hidden;text-align:center;display:flex;flex-direction:column;height:100%}.pb-blog-img{height:150px;background:linear-gradient(135deg,#e5e7eb,#f8fafc),url('../img/kombi-hero.svg');background-size:cover;flex:0 0 150px}.pb-blog-body{display:flex;flex-direction:column;flex:1;padding:0 20px 20px}.pb-blog h3{min-height:58px;display:flex;align-items:center;justify-content:center;margin:22px 0 8px}.pb-blog p{min-height:52px;margin:0 0 15px;padding:0}.pb-blog a{display:block;margin-top:auto;background:var(--yellow);padding:13px;border-radius:10px;font-weight:900;text-decoration:none;color:#111}.pb-footer{background:#f7f6f1;margin:50px auto 0;max-width:1100px}.pb-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding-top:38px;padding-bottom:38px}.pb-footer h3{font-size:16px}.pb-footer p,.pb-footer li{font-size:14px;color:#374151}.pb-footer a{color:#1f2937;text-decoration:none}.pb-footer a:hover{text-decoration:underline}.pb-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.pb-footer-bottom{text-align:center;border-top:1px solid #e5e1d8;padding:20px;color:#64748b}.pb-float-wa{position:fixed;right:24px;bottom:24px;background:#fff;color:#111;text-decoration:none;border-radius:999px;padding:14px 22px;box-shadow:0 15px 35px rgba(15,23,42,.18);font-weight:900;z-index:30}.pb-float-wa:first-letter{color:#22c55e}.pb-custom-html{margin-top:24px}.pb-custom-html:empty{display:none}@media(max-width:860px){.pb-head-inner{height:auto;padding-top:12px;padding-bottom:12px;flex-wrap:wrap}.pb-nav{display:none;width:100%;order:5}.pb-nav.open{display:block}.pb-nav ul{display:grid;gap:12px;background:#f8fafc;border-radius:18px;padding:18px}.pb-menu{display:block}.pb-actions .ghost{display:none}.pb-logo{width:155px;flex-basis:155px}.pb-logo img,.pb-logo .custom-logo{max-width:155px;max-height:52px}.pb-logo strong{font-size:31px}.pb-logo em{font-size:29px}.pb-slider,.pb-hero-slides{min-height:465px}.pb-slide{padding:34px 25px 190px}.pb-slide-content{width:100%}.pb-slide-content h1{font-size:31px}.pb-slide-content p{font-size:17px}.pb-hero-img{width:72%;right:5px;opacity:.92}.pb-promo-grid,.pb-blog-grid{grid-template-columns:1fr}.pb-services{grid-template-columns:1fr 1fr}.pb-feature-strip .pb-wrap,.pb-footer-grid{grid-template-columns:1fr 1fr}.pb-badges{font-size:13px}.pb-arrow{display:none}}@media(max-width:520px){.pb-wrap{padding-left:12px;padding-right:12px}.pb-services,.pb-feature-strip .pb-wrap,.pb-footer-grid{grid-template-columns:1fr}.pb-slider{border-radius:16px}.pb-promo{border-radius:16px}.pb-actions .dark{padding:11px 15px}.pb-review{width:220px;flex-basis:220px}.pb-top-marquee{font-size:13px}.pb-footer{margin-left:12px;margin-right:12px}}

/* v1.2 düzeltmeler */
.pb-head-inner{justify-content:flex-start;gap:34px}.pb-logo{margin-left:0;align-self:center}.pb-nav{margin-left:auto}.pb-actions{margin-left:0}.pb-slider{background:transparent}.pb-slide{overflow:hidden;border-radius:10px}.pb-slide picture{position:absolute;inset:0;pointer-events:none}.pb-slide picture .pb-hero-img{position:absolute;right:40px;bottom:0;width:40%;max-height:330px;object-fit:contain;z-index:1}.pb-slide-content{position:relative;z-index:2}.pb-slide-custom-html{margin-top:18px}.pb-slider button:focus,.pb-slider a:focus,.pb-logo-dots button:focus,.pb-dots button:focus{outline:2px solid rgba(255,255,255,.65);outline-offset:3px}.pb-slide h1,.pb-slide p{max-width:680px}.pb-slide-3{color:#111}.pb-slide-3 .pb-btn.black{background:#111;color:#fff}.pb-slide-3 .pb-badges span{color:#111}.pb-slide-3 .pb-dots button{background:#94a3b8}.pb-slide-3 .pb-dots button.active{background:#111}
@media(max-width:860px){.pb-head-inner{justify-content:flex-start;gap:16px}.pb-nav{margin-left:0}.pb-actions{margin-left:auto}.pb-slider,.pb-hero-slides{min-height:430px}.pb-slide{padding:34px 28px 170px;border-radius:16px}.pb-slide-content h1{font-size:30px;line-height:1.08}.pb-slide-content p{font-size:16px;max-width:96%}.pb-slide picture .pb-hero-img{width:58%;right:12px;bottom:4px;max-height:190px;opacity:.98}.pb-arrow{display:flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:28px}.pb-arrow.left{left:8px}.pb-arrow.right{right:8px}.pb-dots{bottom:12px}.pb-logo{width:170px;flex-basis:170px}.pb-logo img,.pb-logo .custom-logo{max-width:170px;max-height:56px}}
@media(max-width:520px){.pb-head-inner{gap:10px}.pb-logo{width:150px;flex-basis:150px}.pb-actions{gap:8px}.pb-slider,.pb-hero-slides{min-height:420px}.pb-slide{padding:30px 22px 155px}.pb-slide-content h1{font-size:27px}.pb-slide picture .pb-hero-img{width:70%;right:-8px;bottom:0;max-height:170px}.pb-badges{gap:8px}.pb-badges span{background:rgba(255,255,255,.16);padding:7px 9px;border-radius:999px}.pb-logo-slider{height:22px}}


/* v3 kullanıcı düzeltmeleri: logo hizası + logo altı slogan + kırmızı slider */
:root{--wrap:1320px}
.pb-top-marquee{display:flex!important;position:relative;z-index:60}
.pb-header{top:0;z-index:55}
.pb-head-inner{max-width:var(--wrap);justify-content:flex-start!important;align-items:center!important;padding-left:18px;padding-right:18px;margin:0 auto;gap:42px;min-height:108px}
.pb-logo{width:205px!important;flex:0 0 205px!important;margin-left:0!important;align-items:flex-start;overflow:visible!important}
.pb-logo img,.pb-logo .custom-logo{display:block;max-width:205px!important;max-height:70px!important;width:auto;height:auto;object-fit:contain}
.pb-logo-slider{display:block!important;margin-top:4px;width:205px!important;height:24px!important;overflow:hidden;position:relative;background:#fff;border-radius:8px}
.pb-logo-slides{height:16px!important;position:relative;width:100%}
.pb-logo-slides span{display:block!important;text-align:center;position:absolute;inset:0;opacity:0;transform:translateY(8px);transition:.35s;font-size:12px!important;font-weight:900!important;line-height:15px!important;white-space:nowrap;color:#111827!important;letter-spacing:.1px}
.pb-logo-slides span.active{opacity:1!important;transform:translateY(0)!important}
.pb-logo-dots{height:7px!important;display:flex!important;gap:4px;align-items:center;justify-content:center;margin-top:1px}
.pb-logo-dots button{display:block!important;width:5px!important;height:5px!important;border-radius:999px;background:#d1d5db!important;border:0;cursor:pointer;padding:0}
.pb-logo-dots button.active{width:15px!important;background:#111827!important}
.pb-nav{margin-left:auto!important}.pb-actions{margin-left:0!important}
.pb-hero.pb-wrap{max-width:var(--wrap);padding-left:18px;padding-right:18px}
.pb-slider{background:linear-gradient(135deg,#ff403b,#ff403b 70%,#df2727 70%)!important;color:#fff!important;border-radius:10px;min-height:390px}
.pb-hero-slides{min-height:390px}.pb-slide{border-radius:10px;color:#fff!important;background:linear-gradient(135deg,#ff403b,#ff403b 70%,#df2727 70%)!important;overflow:hidden}
.pb-slide h1,.pb-slide p,.pb-slide .pb-badges span{color:#fff!important}.pb-slide .pb-btn.black{background:#080d1f!important;color:#fff!important}
.pb-slide-3{color:#fff!important}.pb-slide-3 .pb-badges span{color:#fff!important}.pb-slide-3 .pb-dots button.active{background:#fff!important}
.pb-slide:after{content:"";position:absolute;right:-80px;top:-120px;width:480px;height:520px;background:rgba(0,0,0,.08);transform:rotate(42deg);z-index:0}.pb-slide-content,.pb-slide picture{z-index:2}
.pb-slide picture .pb-hero-img{right:50px;width:38%;max-height:345px}
.pb-dots button{background:rgba(255,255,255,.55)!important}.pb-dots button.active{background:#fff!important}
.pb-arrow{background:rgba(0,0,0,.22)!important;color:#fff!important}
@media(max-width:860px){
  :root{--wrap:100%}
  .pb-head-inner{gap:16px;min-height:auto;padding-top:10px;padding-bottom:10px;align-items:center!important}
  .pb-logo{width:170px!important;flex-basis:170px!important}.pb-logo img,.pb-logo .custom-logo{max-width:170px!important;max-height:56px!important}.pb-logo-slider{width:170px!important;height:24px!important}.pb-logo-slides span{font-size:11px!important}
  .pb-slider,.pb-hero-slides{min-height:430px!important}.pb-slide{padding:36px 26px 165px!important}.pb-slide-content{width:100%!important}.pb-slide-content h1{font-size:31px!important;line-height:1.12!important}.pb-slide-content p{font-size:17px!important;line-height:1.48!important}.pb-slide picture .pb-hero-img{width:58%!important;right:10px!important;bottom:2px!important;max-height:190px!important}.pb-arrow{display:flex!important;align-items:center;justify-content:center;width:34px;height:34px;font-size:28px}.pb-arrow.left{left:8px}.pb-arrow.right{right:8px}
}
@media(max-width:520px){
  .pb-logo{width:148px!important;flex-basis:148px!important}.pb-logo img,.pb-logo .custom-logo{max-width:148px!important;max-height:50px!important}.pb-logo-slider{width:148px!important}.pb-actions .dark{font-size:13px;padding:10px 13px}.pb-menu{display:block}.pb-slider,.pb-hero-slides{min-height:420px!important}.pb-slide{padding:30px 22px 150px!important}.pb-slide-content h1{font-size:27px!important}.pb-slide picture .pb-hero-img{width:68%!important;right:-6px!important;max-height:168px!important}.pb-badges{gap:8px}.pb-badges span{font-size:12px;background:rgba(255,255,255,.16);padding:7px 9px;border-radius:999px}
}

/* v4 birebir hizalama düzeltmesi: logo + slogan, ana slider ile aynı sol çizgide */
:root{--pb-edge:43px;--pb-radius:10px;--pb-header-logo-w:205px;--pb-red1:#ff403b;--pb-red2:#df2727}
.pb-wrap{max-width:none!important;width:calc(100% - (var(--pb-edge) * 2))!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.pb-top-marquee{display:flex!important;height:27px;background:#fff;border-bottom:1px solid #e5e7eb;position:relative;z-index:80}
.pb-header{position:relative!important;top:auto!important;background:#fff;border-bottom:1px solid #e5e7eb;z-index:70}
.pb-head-inner{width:calc(100% - (var(--pb-edge) * 2))!important;max-width:none!important;margin:0 auto!important;padding:0!important;min-height:120px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:34px!important}
.pb-brand-block{width:var(--pb-header-logo-w)!important;flex:0 0 var(--pb-header-logo-w)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;overflow:visible!important}
.pb-logo{width:var(--pb-header-logo-w)!important;flex:0 0 auto!important;margin:0!important;padding:0!important;display:block!important;text-decoration:none!important;line-height:.78!important;overflow:visible!important;color:#111827!important}
.pb-logo img,.pb-logo .custom-logo{display:block!important;width:var(--pb-header-logo-w)!important;max-width:var(--pb-header-logo-w)!important;height:auto!important;max-height:78px!important;object-fit:contain!important;object-position:left center!important;margin:0!important;padding:0!important}
.pb-logo-text{display:block!important;width:var(--pb-header-logo-w)!important}.pb-logo strong{font-size:41px!important;font-weight:950!important;letter-spacing:-2.2px!important;display:block!important}.pb-logo em{font-size:37px!important;font-style:italic!important;font-weight:950!important;background:linear-gradient(90deg,#e50914,#ff6b00)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;letter-spacing:-1px!important;display:block!important}
.pb-logo-slider{display:block!important;width:var(--pb-header-logo-w)!important;height:25px!important;margin:4px 0 0!important;padding:0!important;overflow:hidden!important;background:#fff!important;border-radius:0!important;position:relative!important;flex:0 0 auto!important}
.pb-logo-slides{height:17px!important;width:100%!important;position:relative!important;overflow:hidden!important}.pb-logo-slides span{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;transform:translateY(8px)!important;transition:opacity .35s ease,transform .35s ease!important;font-size:13px!important;font-weight:900!important;line-height:17px!important;white-space:nowrap!important;color:#071124!important;text-align:center!important;letter-spacing:-.1px!important}.pb-logo-slides span.active{opacity:1!important;transform:translateY(0)!important}.pb-logo-dots{height:7px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;margin-top:1px!important}.pb-logo-dots button{display:block!important;width:5px!important;height:5px!important;border:0!important;border-radius:99px!important;background:#d1d5db!important;padding:0!important;cursor:pointer!important}.pb-logo-dots button.active{width:15px!important;background:#071124!important}
.pb-nav{margin-left:20px!important;margin-right:auto!important}.pb-nav ul{display:flex!important;align-items:center!important;gap:34px!important}.pb-nav a{font-size:18px!important;font-weight:900!important;color:#071124!important}.pb-actions{margin-left:0!important;display:flex!important;align-items:center!important;gap:14px!important}.pb-actions .pb-btn{min-width:90px;height:58px;padding:0 28px!important;font-size:18px!important}.pb-actions .dark{min-width:152px!important}.pb-menu{display:none!important}
.pb-hero.pb-wrap{width:calc(100% - (var(--pb-edge) * 2))!important;margin:22px auto 0!important;padding:0!important}.pb-slider{width:100%!important;min-height:488px!important;border-radius:var(--pb-radius)!important;background:linear-gradient(135deg,var(--pb-red1),var(--pb-red1) 72%,var(--pb-red2) 72%)!important;color:#fff!important;overflow:hidden!important;box-shadow:none!important}.pb-hero-slides{min-height:488px!important;width:100%!important}.pb-slide{border-radius:var(--pb-radius)!important;background:linear-gradient(135deg,var(--pb-red1),var(--pb-red1) 72%,var(--pb-red2) 72%)!important;color:#fff!important;padding:70px 54px!important;display:flex!important;align-items:center!important;overflow:hidden!important}.pb-slide-content{width:56%!important;max-width:820px!important;position:relative!important;z-index:3!important}.pb-slide-content h1{font-size:52px!important;line-height:1.16!important;letter-spacing:-1.4px!important;margin:0 0 24px!important;color:#fff!important;max-width:740px!important}.pb-slide-content p{font-size:27px!important;line-height:1.42!important;margin:0 0 20px!important;color:#fff!important;opacity:.94!important;max-width:760px!important}.pb-slide-content .pb-btn.black{height:58px!important;min-width:225px!important;border-radius:999px!important;background:#071124!important;color:#fff!important;border-color:#071124!important;font-size:18px!important;margin-top:8px!important}.pb-badges{margin-top:34px!important;gap:28px!important;font-size:17px!important}.pb-badges span{color:#fff!important;font-weight:900!important}.pb-slide picture{position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important}.pb-slide picture .pb-hero-img,.pb-hero-img{position:absolute!important;right:50px!important;bottom:0!important;width:42%!important;max-width:650px!important;max-height:430px!important;object-fit:contain!important;z-index:2!important}.pb-slide:after{content:""!important;position:absolute!important;right:-70px!important;top:-90px!important;width:560px!important;height:680px!important;background:rgba(0,0,0,.10)!important;transform:rotate(41deg)!important;z-index:1!important}.pb-slide:before{content:""!important;position:absolute!important;right:64px!important;top:74px!important;width:38%!important;height:72%!important;border-radius:28px!important;background:rgba(255,255,255,.16)!important;z-index:1!important}.pb-arrow{display:flex!important;align-items:center!important;justify-content:center!important;top:50%!important;width:50px!important;height:50px!important;border-radius:50%!important;background:rgba(0,0,0,.22)!important;color:#fff!important;font-size:48px!important;line-height:1!important;z-index:8!important}.pb-arrow.left{left:18px!important}.pb-arrow.right{right:18px!important}.pb-dots{bottom:18px!important;z-index:9!important}.pb-dots button{width:12px!important;height:12px!important;background:rgba(255,255,255,.58)!important}.pb-dots button.active{width:34px!important;background:#fff!important}
.pb-promo-grid{width:100%!important}.pb-about{max-width:none!important}.pb-footer{max-width:none!important;width:calc(100% - (var(--pb-edge) * 2))!important}
@media(max-width:1100px){:root{--pb-edge:24px;--pb-header-logo-w:180px}.pb-head-inner{gap:22px!important}.pb-nav ul{gap:22px!important}.pb-nav a{font-size:16px!important}.pb-actions .pb-btn{height:52px;min-width:76px;padding:0 20px!important;font-size:16px!important}.pb-actions .dark{min-width:128px!important}.pb-slide-content h1{font-size:42px!important}.pb-slide-content p{font-size:22px!important}.pb-slide picture .pb-hero-img,.pb-hero-img{right:24px!important;width:40%!important}}
@media(max-width:860px){:root{--pb-edge:14px;--pb-header-logo-w:158px}.pb-head-inner{min-height:96px!important;gap:12px!important;flex-wrap:wrap!important}.pb-brand-block{order:1!important}.pb-actions{order:2!important;margin-left:auto!important}.pb-nav{order:3!important;width:100%!important;margin:0!important;display:none}.pb-nav.open{display:block!important}.pb-nav ul{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px!important}.pb-menu{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;background:#fff}.pb-actions .ghost{display:none!important}.pb-actions .dark{min-width:118px!important;height:46px!important;font-size:14px!important;padding:0 16px!important}.pb-logo img,.pb-logo .custom-logo{max-height:55px!important}.pb-logo-slides span{font-size:11px!important}.pb-hero.pb-wrap{margin-top:14px!important}.pb-slider,.pb-hero-slides{min-height:435px!important}.pb-slide{padding:36px 28px 150px!important;align-items:flex-start!important}.pb-slide-content{width:100%!important;max-width:100%!important}.pb-slide-content h1{font-size:34px!important;line-height:1.12!important;max-width:95%!important}.pb-slide-content p{font-size:18px!important;line-height:1.42!important;max-width:96%!important}.pb-slide-content .pb-btn.black{height:50px!important;min-width:170px!important;font-size:16px!important}.pb-badges{gap:8px!important;margin-top:24px!important;font-size:12px!important}.pb-badges span{background:rgba(255,255,255,.16)!important;padding:7px 9px!important;border-radius:999px!important}.pb-slide picture .pb-hero-img,.pb-hero-img{width:64%!important;right:0!important;bottom:0!important;max-height:185px!important}.pb-slide:before{right:16px!important;top:auto!important;bottom:26px!important;width:70%!important;height:180px!important;border-radius:22px!important}.pb-arrow{width:36px!important;height:36px!important;font-size:34px!important}.pb-dots{bottom:10px!important}}
@media(max-width:520px){:root{--pb-edge:10px;--pb-header-logo-w:146px}.pb-head-inner{min-height:92px!important}.pb-logo img,.pb-logo .custom-logo{max-height:50px!important}.pb-logo-slider{height:24px!important}.pb-slider,.pb-hero-slides{min-height:415px!important}.pb-slide{padding:28px 22px 138px!important}.pb-slide-content h1{font-size:29px!important}.pb-slide-content p{font-size:16px!important}.pb-slide picture .pb-hero-img,.pb-hero-img{width:70%!important;right:-10px!important;max-height:165px!important}.pb-slide:before{width:78%!important;right:8px!important;height:165px!important}.pb-promo-grid{grid-template-columns:1fr!important}}

/* v5: Panelden tasarlanabilir kampanya ve hizmet kartları */
.pb-promo-custom-html,
.pb-service-custom-html{width:100%;height:100%;}
.pb-service-link{display:flex;flex-direction:column;gap:18px;text-decoration:none;color:inherit;height:100%;}
.pb-service-link b{font-size:36px;line-height:1;display:block;}
.pb-service-link h3{margin:0;font-size:22px;}
.pb-service-link p{margin:0;color:#5b6880;font-size:17px;line-height:1.55;}
.pb-card{transition:transform .25s ease, box-shadow .25s ease;}
.pb-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(15,23,42,.08);}

/* Final: üst duyuru değişen slider, Excel yorum sistemi ve SEO alanları için görünüm */
.pb-top-notice{height:32px;background:#111827;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;position:relative}
.pb-notice-slides{position:relative;width:100%;max-width:1100px;height:32px;margin:auto;padding:0 18px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pb-notice-slides span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 16px}
.pb-notice-slides span.active{opacity:1;transform:translateY(0)}
.pb-review-date{display:block;margin-top:7px;color:#64748b;font-size:12px;font-weight:800}.pb-review small{display:block;color:#64748b;font-weight:800;margin-top:4px}.pb-review strong{color:#f59e0b}.pb-breadcrumb{font-size:13px;color:#64748b;margin:18px auto 0}.pb-breadcrumb a{color:#111827;text-decoration:none;font-weight:800}.pb-breadcrumb span{margin:0 5px;color:#94a3b8}.pb-ai-content{display:none}
@media(max-width:700px){.pb-top-notice{height:34px;font-size:12px}.pb-notice-slides span{padding:0 10px}.pb-review{width:260px;flex-basis:260px}}
