:root{
  --cebeci-primary:#0F1F4A;
  --cebeci-primary-2:#071330;
  --cebeci-secondary:#FF5A1F;
  --cebeci-secondary-2:#FF7A3D;
  --cebeci-text:#172033;
  --cebeci-muted:#64748B;
  --cebeci-soft:#F8FAFC;
  --cebeci-white:#FFFFFF;
  --cebeci-border:#E2E8F0;
  --cebeci-success:#16A34A;
  --cebeci-radius-sm:8px;
  --cebeci-radius-md:14px;
  --cebeci-radius-lg:22px;
  --cebeci-radius-xl:30px;
  --cebeci-shadow-sm:0 8px 24px rgba(15,31,74,.08);
  --cebeci-shadow-md:0 18px 45px rgba(15,31,74,.12);
  --cebeci-shadow-lg:0 28px 70px rgba(15,31,74,.18);
  --cebeci-container:1320px;
  --cebeci-font:'Cebeci Sans', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:var(--cebeci-font); color:var(--cebeci-text); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;}

.cebeci-wrap *{box-sizing:border-box}
.cebeci-container{width:min(var(--cebeci-container), calc(100% - 48px)); margin-inline:auto}
.cebeci-section{padding:72px 0}
.cebeci-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cebeci-secondary);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
.cebeci-title{font-size:clamp(32px,4.5vw,64px);line-height:1.02;margin:0 0 18px;color:var(--cebeci-primary);font-weight:900;letter-spacing:-.04em}
.cebeci-title .accent{color:var(--cebeci-secondary)}
.cebeci-text{font-size:16px;line-height:1.75;color:var(--cebeci-muted);margin:0}

.cebeci-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:10px;font-weight:800;font-size:14px;line-height:1;text-decoration:none!important;transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;white-space:nowrap;border:1px solid transparent;cursor:pointer}
.cebeci-btn:hover{transform:translateY(-1px)}
.cebeci-btn-primary{background:linear-gradient(135deg,var(--cebeci-secondary),var(--cebeci-secondary-2));color:#fff!important;box-shadow:0 12px 28px rgba(255,90,31,.28)}
.cebeci-btn-primary:hover{box-shadow:0 16px 36px rgba(255,90,31,.34)}
.cebeci-btn-secondary{background:#fff;color:var(--cebeci-primary)!important;border-color:rgba(15,31,74,.15);box-shadow:var(--cebeci-shadow-sm)}
.cebeci-btn-secondary:hover{border-color:rgba(255,90,31,.35);color:var(--cebeci-secondary)!important}
.cebeci-card{background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.9);border-radius:var(--cebeci-radius-lg);box-shadow:var(--cebeci-shadow-sm);backdrop-filter:blur(14px)}
.cebeci-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}
.cebeci-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:767px){
  .cebeci-container{width:min(100% - 28px, var(--cebeci-container))}
  .cebeci-section{padding:48px 0}
  .cebeci-btn{min-height:46px;padding:0 18px;font-size:13px}
}

/* Katlanır Cam Balkon Sayfası */
.cebeci-katlanir-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-katlanir-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--kat-hero-img);background-size:cover;background-position:center right}
.cebeci-katlanir-hero__inner{position:relative;min-height:500px}
.cebeci-katlanir-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-katlanir-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-katlanir-hero__title span{display:block;color:#f58220}
.cebeci-katlanir-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-katlanir-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-katlanir-hero__features{display:grid;grid-template-columns:repeat(var(--kat-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-katlanir-hero__features div{text-align:center}
.cebeci-katlanir-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-katlanir-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-katlanir-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-katlanir-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-katlanir-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-katlanir-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-katlanir-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-katlanir-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-katlanir-hero__float strong{display:block;color:#0d2341}.cebeci-katlanir-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-katlanir-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-katlanir-head{text-align:center;margin:0 auto 36px}.cebeci-katlanir-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-katlanir-head p{color:#50627a;margin:8px 0 0}.cebeci-katlanir-selector{padding:44px 0 24px}.cebeci-katlanir-selector__grid{display:grid;grid-template-columns:repeat(var(--kat-selector-cols,4),1fr);gap:22px}.cebeci-katlanir-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-katlanir-selector__card.active,.cebeci-katlanir-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-katlanir-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-katlanir-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-katlanir-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-katlanir-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-katlanir-selector__card b{color:#f58220;font-size:28px}
.cebeci-katlanir-products{padding:22px 0 44px}.cebeci-katlanir-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-katlanir-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-katlanir-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-katlanir-product:hover .scene img{transform:scale(1.03)}.cebeci-katlanir-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-katlanir-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-katlanir-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-katlanir-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-katlanir-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-katlanir-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-katlanir-product .content{min-width:0}.cebeci-katlanir-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-katlanir-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-katlanir-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-katlanir-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-katlanir-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-katlanir-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-katlanir-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-katlanir-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-katlanir-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-katlanir-product .side a:hover{background:#f58220;color:#fff}
.cebeci-katlanir-tech{padding:12px 0 38px}.cebeci-katlanir-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-katlanir-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-katlanir-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-katlanir-tech__box i{color:#f58220}.cebeci-katlanir-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-katlanir-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-katlanir-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-katlanir-gallery{padding:20px 0 42px}.cebeci-katlanir-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-gallery h2,.cebeci-katlanir-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-katlanir-gallery__grid{display:grid;grid-template-columns:repeat(var(--kat-gallery-cols,5),1fr);gap:24px}.cebeci-katlanir-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-katlanir-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-katlanir-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-katlanir-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-katlanir-faq{padding:28px 0}.cebeci-katlanir-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-katlanir-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-katlanir-faq details:last-child{border-bottom:0}.cebeci-katlanir-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-katlanir-faq summary::-webkit-details-marker{display:none}.cebeci-katlanir-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-katlanir-faq details[open] summary:after{content:"−"}.cebeci-katlanir-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-katlanir-cta{padding:32px 0 66px}.cebeci-katlanir-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-katlanir-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-katlanir-cta__box p{color:rgba(255,255,255,.78)}.cebeci-katlanir-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-katlanir-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-katlanir-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-katlanir-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-katlanir-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-katlanir-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-katlanir-cta__box{grid-template-columns:1fr}.cebeci-katlanir-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-katlanir-products .cebeci-container,.cebeci-katlanir-tech .cebeci-container,.cebeci-katlanir-gallery .cebeci-container,.cebeci-katlanir-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-katlanir-product{grid-template-columns:1fr 170px}.cebeci-katlanir-product .content,.cebeci-katlanir-product .side{grid-column:1/-1}.cebeci-katlanir-product .side{display:block}.cebeci-katlanir-product .side ul{display:block;margin:0 0 20px}.cebeci-katlanir-tech__box{grid-template-columns:1fr 1fr}.cebeci-katlanir-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-katlanir-gallery__grid{gap:14px}.cebeci-katlanir-hero,.cebeci-katlanir-hero__inner{min-height:520px}.cebeci-katlanir-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-katlanir-hero,.cebeci-katlanir-hero__inner{min-height:auto}.cebeci-katlanir-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--kat-hero-img)}.cebeci-katlanir-hero__content{padding:38px 0 138px}.cebeci-katlanir-hero__actions a{width:100%;justify-content:center}.cebeci-katlanir-hero__float{left:16px;right:16px;bottom:24px}.cebeci-katlanir-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-katlanir-selector__card img{width:68px;height:68px}.cebeci-katlanir-product{grid-template-columns:1fr}.cebeci-katlanir-product .scene,.cebeci-katlanir-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-katlanir-tech__box{grid-template-columns:1fr}.cebeci-katlanir-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-katlanir-cta__box{padding:30px 22px}}


/* Sürme Cam Balkon Sayfası Widget Stilleri */
.cebeci-surme-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-surme-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--surme-hero-img);background-size:cover;background-position:center right}
.cebeci-surme-hero__inner{position:relative;min-height:500px}
.cebeci-surme-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-surme-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-surme-hero__title span{display:block;color:#f58220}
.cebeci-surme-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-surme-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-surme-hero__features{display:grid;grid-template-columns:repeat(var(--surme-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-surme-hero__features div{text-align:center}
.cebeci-surme-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-surme-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-surme-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-surme-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-surme-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-surme-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-surme-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-surme-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-surme-hero__float strong{display:block;color:#0d2341}.cebeci-surme-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-surme-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-surme-head{text-align:center;margin:0 auto 36px}.cebeci-surme-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-surme-head p{color:#50627a;margin:8px 0 0}.cebeci-surme-selector{padding:44px 0 24px}.cebeci-surme-selector__grid{display:grid;grid-template-columns:repeat(var(--surme-selector-cols,4),1fr);gap:22px}.cebeci-surme-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-surme-selector__card.active,.cebeci-surme-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-surme-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-surme-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-surme-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-surme-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-surme-selector__card b{color:#f58220;font-size:28px}
.cebeci-surme-products{padding:22px 0 44px}.cebeci-surme-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-surme-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-surme-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-surme-product:hover .scene img{transform:scale(1.03)}.cebeci-surme-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-surme-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-surme-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-surme-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-surme-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-surme-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-surme-product .content{min-width:0}.cebeci-surme-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-surme-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-surme-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-surme-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-surme-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-surme-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-surme-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-surme-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-surme-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-surme-product .side a:hover{background:#f58220;color:#fff}
.cebeci-surme-tech{padding:12px 0 38px}.cebeci-surme-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-surme-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-surme-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-surme-tech__box i{color:#f58220}.cebeci-surme-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-surme-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-surme-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-surme-gallery{padding:20px 0 42px}.cebeci-surme-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-gallery h2,.cebeci-surme-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-surme-gallery__grid{display:grid;grid-template-columns:repeat(var(--surme-gallery-cols,5),1fr);gap:24px}.cebeci-surme-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-surme-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-surme-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-surme-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-surme-faq{padding:28px 0}.cebeci-surme-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-surme-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-surme-faq details:last-child{border-bottom:0}.cebeci-surme-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-surme-faq summary::-webkit-details-marker{display:none}.cebeci-surme-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-surme-faq details[open] summary:after{content:"−"}.cebeci-surme-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-surme-cta{padding:32px 0 66px}.cebeci-surme-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-surme-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-surme-cta__box p{color:rgba(255,255,255,.78)}.cebeci-surme-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-surme-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-surme-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-surme-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-surme-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-surme-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-surme-cta__box{grid-template-columns:1fr}.cebeci-surme-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-surme-products .cebeci-container,.cebeci-surme-tech .cebeci-container,.cebeci-surme-gallery .cebeci-container,.cebeci-surme-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-surme-product{grid-template-columns:1fr 170px}.cebeci-surme-product .content,.cebeci-surme-product .side{grid-column:1/-1}.cebeci-surme-product .side{display:block}.cebeci-surme-product .side ul{display:block;margin:0 0 20px}.cebeci-surme-tech__box{grid-template-columns:1fr 1fr}.cebeci-surme-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-surme-gallery__grid{gap:14px}.cebeci-surme-hero,.cebeci-surme-hero__inner{min-height:520px}.cebeci-surme-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-surme-hero,.cebeci-surme-hero__inner{min-height:auto}.cebeci-surme-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--surme-hero-img)}.cebeci-surme-hero__content{padding:38px 0 138px}.cebeci-surme-hero__actions a{width:100%;justify-content:center}.cebeci-surme-hero__float{left:16px;right:16px;bottom:24px}.cebeci-surme-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-surme-selector__card img{width:68px;height:68px}.cebeci-surme-product{grid-template-columns:1fr}.cebeci-surme-product .scene,.cebeci-surme-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-surme-tech__box{grid-template-columns:1fr}.cebeci-surme-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-surme-cta__box{padding:30px 22px}}

/* Giyotin page widgets */
.cebeci-giyotin-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-giyotin-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--giyotin-hero-img);background-size:cover;background-position:center right}
.cebeci-giyotin-hero__inner{position:relative;min-height:500px}
.cebeci-giyotin-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-giyotin-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-giyotin-hero__title span{display:block;color:#f58220}
.cebeci-giyotin-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-giyotin-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-giyotin-hero__features{display:grid;grid-template-columns:repeat(var(--giyotin-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-giyotin-hero__features div{text-align:center}
.cebeci-giyotin-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-giyotin-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-giyotin-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-giyotin-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-giyotin-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-giyotin-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-giyotin-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-giyotin-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-giyotin-hero__float strong{display:block;color:#0d2341}.cebeci-giyotin-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-giyotin-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-giyotin-head{text-align:center;margin:0 auto 36px}.cebeci-giyotin-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-giyotin-head p{color:#50627a;margin:8px 0 0}.cebeci-giyotin-selector{padding:44px 0 24px}.cebeci-giyotin-selector__grid{display:grid;grid-template-columns:repeat(var(--giyotin-selector-cols,4),1fr);gap:22px}.cebeci-giyotin-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-giyotin-selector__card.active,.cebeci-giyotin-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-giyotin-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-giyotin-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-giyotin-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-giyotin-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-giyotin-selector__card b{color:#f58220;font-size:28px}
.cebeci-giyotin-products{padding:22px 0 44px}.cebeci-giyotin-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-giyotin-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-giyotin-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-giyotin-product:hover .scene img{transform:scale(1.03)}.cebeci-giyotin-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-giyotin-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-giyotin-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-giyotin-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-giyotin-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-giyotin-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-giyotin-product .content{min-width:0}.cebeci-giyotin-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-giyotin-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-giyotin-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-giyotin-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-giyotin-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-giyotin-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-giyotin-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-giyotin-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-giyotin-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-giyotin-product .side a:hover{background:#f58220;color:#fff}
.cebeci-giyotin-tech{padding:12px 0 38px}.cebeci-giyotin-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-giyotin-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-giyotin-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-giyotin-tech__box i{color:#f58220}.cebeci-giyotin-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-giyotin-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-giyotin-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-giyotin-gallery{padding:20px 0 42px}.cebeci-giyotin-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-gallery h2,.cebeci-giyotin-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-giyotin-gallery__grid{display:grid;grid-template-columns:repeat(var(--giyotin-gallery-cols,5),1fr);gap:24px}.cebeci-giyotin-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-giyotin-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-giyotin-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-giyotin-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-giyotin-faq{padding:28px 0}.cebeci-giyotin-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-giyotin-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-giyotin-faq details:last-child{border-bottom:0}.cebeci-giyotin-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-giyotin-faq summary::-webkit-details-marker{display:none}.cebeci-giyotin-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-giyotin-faq details[open] summary:after{content:"−"}.cebeci-giyotin-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-giyotin-cta{padding:32px 0 66px}.cebeci-giyotin-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-giyotin-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-giyotin-cta__box p{color:rgba(255,255,255,.78)}.cebeci-giyotin-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-giyotin-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-giyotin-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-giyotin-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-giyotin-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-giyotin-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-giyotin-cta__box{grid-template-columns:1fr}.cebeci-giyotin-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-giyotin-products .cebeci-container,.cebeci-giyotin-tech .cebeci-container,.cebeci-giyotin-gallery .cebeci-container,.cebeci-giyotin-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-giyotin-product{grid-template-columns:1fr 170px}.cebeci-giyotin-product .content,.cebeci-giyotin-product .side{grid-column:1/-1}.cebeci-giyotin-product .side{display:block}.cebeci-giyotin-product .side ul{display:block;margin:0 0 20px}.cebeci-giyotin-tech__box{grid-template-columns:1fr 1fr}.cebeci-giyotin-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-giyotin-gallery__grid{gap:14px}.cebeci-giyotin-hero,.cebeci-giyotin-hero__inner{min-height:520px}.cebeci-giyotin-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-giyotin-hero,.cebeci-giyotin-hero__inner{min-height:auto}.cebeci-giyotin-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--giyotin-hero-img)}.cebeci-giyotin-hero__content{padding:38px 0 138px}.cebeci-giyotin-hero__actions a{width:100%;justify-content:center}.cebeci-giyotin-hero__float{left:16px;right:16px;bottom:24px}.cebeci-giyotin-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-giyotin-selector__card img{width:68px;height:68px}.cebeci-giyotin-product{grid-template-columns:1fr}.cebeci-giyotin-product .scene,.cebeci-giyotin-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-giyotin-tech__box{grid-template-columns:1fr}.cebeci-giyotin-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-giyotin-cta__box{padding:30px 22px}}

/* Pergole Sistemleri */
.cebeci-pergole-hero{position:relative;min-height:560px;background:#eef4fb;overflow:hidden}.cebeci-pergole-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.08) 68%),var(--pergole-hero-img,none);background-size:cover;background-position:center right}.cebeci-pergole-hero__inner{position:relative;min-height:560px}.cebeci-pergole-hero__content{width:min(565px,100%);padding:58px 0 58px}.cebeci-pergole-hero__eyebrow{color:#f58220;font-size:13px;font-weight:950;text-transform:uppercase;margin:22px 0 8px}.cebeci-pergole-hero__title{margin:0 0 14px;color:#0d2341;font-size:clamp(52px,6vw,82px);font-weight:950;line-height:.92;text-transform:uppercase!important;letter-spacing:-.055em!important}.cebeci-pergole-hero__lead{margin:0 0 14px;color:#0d2341;font-size:22px;line-height:1.34;font-weight:900;max-width:520px}.cebeci-pergole-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}.cebeci-pergole-hero__features{display:grid;grid-template-columns:repeat(var(--pergole-hero-feature-cols,4),1fr);gap:18px;margin:34px 0 28px;max-width:540px}.cebeci-pergole-hero__features div{text-align:center}.cebeci-pergole-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}.cebeci-pergole-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}.cebeci-pergole-hero__features span{font-size:12px;font-weight:850;color:#0d2341}.cebeci-pergole-hero__actions{display:flex;gap:16px;flex-wrap:wrap}.cebeci-pergole-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 28px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}.cebeci-pergole-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}.cebeci-pergole-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}.cebeci-pergole-hero__float{position:absolute;right:7%;bottom:46px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px);max-width:360px}.cebeci-pergole-hero__float strong{display:block;color:#0d2341;line-height:1.35}.cebeci-pergole-hero__float span{display:block;color:#53647a;font-size:13px;margin-top:5px}.cebeci-pergole-hero__float i{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}.cebeci-pergole-tabs{background:#fff;border-bottom:1px solid rgba(13,35,65,.08);box-shadow:0 12px 36px rgba(13,35,65,.06)}.cebeci-pergole-tabs .cebeci-container>div{display:grid;grid-template-columns:repeat(var(--pergole-tabs-cols,7),1fr);gap:0}.cebeci-pergole-tabs a{text-align:center;padding:22px 8px;color:#0d2341;text-transform:uppercase;font-size:12px;font-weight:900;text-decoration:none;border-bottom:2px solid transparent}.cebeci-pergole-tabs a.active{color:#f58220;border-color:#f58220}.cebeci-pergole-overview{padding:58px 0 36px;background:#fff}.cebeci-pergole-overview__grid{display:grid;grid-template-columns:.9fr 1fr .8fr;gap:30px;align-items:stretch}.cebeci-pergole-overview__card{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:30px;box-shadow:0 20px 60px rgba(13,35,65,.06)}.cebeci-pergole-overview h2{font-size:26px;line-height:1.1;color:#0d2341;text-transform:uppercase;margin:0 0 18px}.cebeci-pergole-overview p{font-size:14px;line-height:1.75;color:#344962}.cebeci-pergole-overview ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px}.cebeci-pergole-overview li{font-weight:750;color:#0d2341;font-size:13px}.cebeci-pergole-overview li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff3ed;color:#f58220;margin-right:9px}.cebeci-pergole-overview .note{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:20px;color:#344962;background:#fafcff;font-weight:750}.cebeci-pergole-overview .main-img,.cebeci-pergole-overview .video-card{min-height:330px}.cebeci-pergole-overview img{width:100%;height:100%;object-fit:cover;border-radius:16px}.cebeci-pergole-overview .video-card{position:relative;padding:0 0 18px}.cebeci-pergole-overview .video-card img{height:170px;margin-bottom:18px}.cebeci-pergole-overview .video-card i{position:absolute;top:68px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0d2341;font-style:normal;box-shadow:0 14px 36px rgba(13,35,65,.18)}.cebeci-pergole-overview .video-card h3{color:#0d2341;font-size:20px;margin:0 0 10px}.cebeci-pergole-overview .video-card a{color:#f58220;text-decoration:none;font-weight:900}.cebeci-pergole-features{padding:28px 0 46px}.cebeci-pergole-features__grid{display:grid;grid-template-columns:repeat(var(--pergole-feature-cols,4),1fr);background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;box-shadow:0 18px 50px rgba(13,35,65,.05);overflow:hidden}.cebeci-pergole-features article{display:flex;gap:18px;padding:30px;border-right:1px solid rgba(13,35,65,.08)}.cebeci-pergole-features article:last-child{border-right:0}.cebeci-pergole-features i{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#f7f9fc;color:#0d2341}.cebeci-pergole-features svg{width:26px;height:26px;stroke:currentColor;fill:none}.cebeci-pergole-features h3{margin:0 0 8px;color:#0d2341;text-transform:uppercase;font-size:15px}.cebeci-pergole-features p{margin:0;color:#415671;font-size:13px;line-height:1.6}.cebeci-pergole-tech{padding:34px 0}.cebeci-pergole-tech__box{display:grid;grid-template-columns:.9fr 1.1fr .72fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(13,35,65,.08);border:1px solid rgba(13,35,65,.08)}.cebeci-pergole-tech .dark{background:#0d2341;color:#fff;padding:34px}.cebeci-pergole-tech .dark h2{font-size:26px;text-transform:uppercase;margin:0 0 24px}.cebeci-pergole-tech .dark>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;margin-bottom:8px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px}.cebeci-pergole-tech .dark span{color:#c7d4e6}.cebeci-pergole-tech .detail{padding:36px}.cebeci-pergole-tech .detail h2{margin:0 0 10px;color:#0d2341;text-transform:uppercase;font-size:26px}.cebeci-pergole-tech .detail p{color:#415671;line-height:1.7}.cebeci-pergole-tech .detail img{width:100%;height:260px;object-fit:contain;margin-top:20px}.cebeci-pergole-tech .callouts{padding:36px 24px 36px 0;display:grid;gap:18px;align-content:center}.cebeci-pergole-tech .callouts article{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(13,35,65,.04)}.cebeci-pergole-tech .callouts strong{display:block;color:#0d2341;font-size:14px}.cebeci-pergole-tech .callouts span{display:block;color:#60708a;font-size:12px;margin-top:5px}.cebeci-pergole-usage-cta{padding:38px 0}.cebeci-pergole-usage-cta .cebeci-container{display:grid;grid-template-columns:1fr 1fr;gap:26px}.cebeci-pergole-usage-cta .usage,.cebeci-pergole-usage-cta .cta{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:28px;box-shadow:0 15px 44px rgba(13,35,65,.05)}.cebeci-pergole-usage-cta h2{margin:0 0 22px;color:#0d2341;text-transform:uppercase;font-size:24px}.cebeci-pergole-usage-cta .usage>div{display:grid;grid-template-columns:repeat(var(--pergole-usage-cols,6),1fr);gap:14px}.cebeci-pergole-usage-cta span{display:grid;gap:8px;text-align:center;color:#0d2341;font-weight:850;font-size:12px}.cebeci-pergole-usage-cta i{width:46px;height:46px;margin:auto;display:grid;place-items:center;color:#0d2341}.cebeci-pergole-usage-cta svg{width:25px;height:25px;stroke:currentColor;fill:none}.cebeci-pergole-usage-cta .cta{background:#0d2341;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.cebeci-pergole-usage-cta .cta h2{color:#fff}.cebeci-pergole-usage-cta .cta p{color:#c7d4e6;line-height:1.7}.cebeci-pergole-usage-cta .cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}.cebeci-pergole-usage-cta .cta img{width:190px;height:120px;object-fit:cover;border-radius:14px}.cebeci-pergole-projects{padding:46px 0;text-align:center}.cebeci-pergole-projects h2{color:#0d2341;text-transform:uppercase;font-size:28px;margin:0 0 8px}.cebeci-pergole-projects p{color:#5b6b82;margin:0 0 30px}.cebeci-pergole-projects .grid{display:grid;grid-template-columns:repeat(var(--pergole-project-cols,5),1fr);gap:18px}.cebeci-pergole-projects article{height:150px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e9eef5,#cbd6e5)}.cebeci-pergole-projects img{width:100%;height:100%;object-fit:cover}.cebeci-pergole-lead-cta{padding:32px 0 70px}.cebeci-pergole-lead-cta__box{min-height:170px;border-radius:20px;background:linear-gradient(90deg,#0d2341 0%,#112a4d 52%,rgba(17,42,77,.15) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 44px;overflow:hidden;box-shadow:0 22px 58px rgba(13,35,65,.14)}.cebeci-pergole-lead-cta h2{margin:0 0 10px;color:#fff;font-size:28px}.cebeci-pergole-lead-cta p{margin:0 0 20px;color:#d5dfed}.cebeci-pergole-lead-cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}.cebeci-pergole-lead-cta img{height:170px;width:420px;object-fit:cover;border-radius:16px;margin:-34px -44px -34px 0}@media(max-width:1024px){.cebeci-pergole-overview__grid,.cebeci-pergole-tech__box{grid-template-columns:1fr}.cebeci-pergole-tech .callouts{padding:0 30px 30px;grid-template-columns:repeat(2,1fr)}.cebeci-pergole-usage-cta .cebeci-container{grid-template-columns:1fr}.cebeci-pergole-features article{border-right:0;border-bottom:1px solid rgba(13,35,65,.08)}}@media(max-width:767px){.cebeci-pergole-hero,.cebeci-pergole-hero__inner{min-height:auto}.cebeci-pergole-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--pergole-hero-img,none)}.cebeci-pergole-hero__content{padding:38px 0 148px}.cebeci-pergole-hero__actions a{width:100%;justify-content:center}.cebeci-pergole-hero__float{left:16px;right:16px;bottom:24px}.cebeci-pergole-tabs .cebeci-container>div{overflow:auto;display:flex}.cebeci-pergole-tabs a{min-width:150px}.cebeci-pergole-overview__grid{gap:18px}.cebeci-pergole-overview .main-img{min-height:240px}.cebeci-pergole-features__grid,.cebeci-pergole-usage-cta .usage>div,.cebeci-pergole-projects .grid{grid-template-columns:repeat(2,1fr)}.cebeci-pergole-features article{padding:20px;display:block;text-align:center}.cebeci-pergole-features i{margin:0 auto 12px}.cebeci-pergole-tech .dark>div{grid-template-columns:1fr}.cebeci-pergole-tech .callouts{grid-template-columns:1fr}.cebeci-pergole-usage-cta .cta{display:block}.cebeci-pergole-usage-cta .cta img{width:100%;margin-top:18px}.cebeci-pergole-lead-cta__box{display:block;padding:28px}.cebeci-pergole-lead-cta img{width:100%;height:160px;margin:18px 0 0}}

/* Rolling Roof widgets */


/* Pergole Sistemleri */
.cebeci-rolling-roof-hero{position:relative;min-height:560px;background:#eef4fb;overflow:hidden}
.cebeci-rolling-roof-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.08) 68%),var(--rolling-roof-hero-img,none);background-size:cover;background-position:center right}
.cebeci-rolling-roof-hero__inner{position:relative;min-height:560px}
.cebeci-rolling-roof-hero__content{width:min(565px,100%);padding:58px 0 58px}
.cebeci-rolling-roof-hero__eyebrow{color:#f58220;font-size:13px;font-weight:950;text-transform:uppercase;margin:22px 0 8px}
.cebeci-rolling-roof-hero__title{margin:0 0 14px;color:#0d2341;font-size:clamp(52px,6vw,82px);font-weight:950;line-height:.92;text-transform:uppercase!important;letter-spacing:-.055em!important}
.cebeci-rolling-roof-hero__lead{margin:0 0 14px;color:#0d2341;font-size:22px;line-height:1.34;font-weight:900;max-width:520px}
.cebeci-rolling-roof-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-rolling-roof-hero__features{display:grid;grid-template-columns:repeat(var(--rolling-roof-hero-feature-cols,4),1fr);gap:18px;margin:34px 0 28px;max-width:540px}
.cebeci-rolling-roof-hero__features div{text-align:center}
.cebeci-rolling-roof-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-rolling-roof-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-rolling-roof-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-rolling-roof-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-rolling-roof-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 28px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-rolling-roof-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-rolling-roof-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-rolling-roof-hero__float{position:absolute;right:7%;bottom:46px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px);max-width:360px}
.cebeci-rolling-roof-hero__float strong{display:block;color:#0d2341;line-height:1.35}
.cebeci-rolling-roof-hero__float span{display:block;color:#53647a;font-size:13px;margin-top:5px}
.cebeci-rolling-roof-hero__float i{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-rolling-roof-tabs{background:#fff;border-bottom:1px solid rgba(13,35,65,.08);box-shadow:0 12px 36px rgba(13,35,65,.06)}
.cebeci-rolling-roof-tabs .cebeci-container>div{display:grid;grid-template-columns:repeat(var(--rolling-roof-tabs-cols,7),1fr);gap:0}
.cebeci-rolling-roof-tabs a{text-align:center;padding:22px 8px;color:#0d2341;text-transform:uppercase;font-size:12px;font-weight:900;text-decoration:none;border-bottom:2px solid transparent}
.cebeci-rolling-roof-tabs a.active{color:#f58220;border-color:#f58220}
.cebeci-rolling-roof-overview{padding:58px 0 36px;background:#fff}
.cebeci-rolling-roof-overview__grid{display:grid;grid-template-columns:.9fr 1fr .8fr;gap:30px;align-items:stretch}
.cebeci-rolling-roof-overview__card{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:30px;box-shadow:0 20px 60px rgba(13,35,65,.06)}
.cebeci-rolling-roof-overview h2{font-size:26px;line-height:1.1;color:#0d2341;text-transform:uppercase;margin:0 0 18px}
.cebeci-rolling-roof-overview p{font-size:14px;line-height:1.75;color:#344962}
.cebeci-rolling-roof-overview ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px}
.cebeci-rolling-roof-overview li{font-weight:750;color:#0d2341;font-size:13px}
.cebeci-rolling-roof-overview li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff3ed;color:#f58220;margin-right:9px}
.cebeci-rolling-roof-overview .note{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:20px;color:#344962;background:#fafcff;font-weight:750}
.cebeci-rolling-roof-overview .main-img,.cebeci-rolling-roof-overview .video-card{min-height:330px}
.cebeci-rolling-roof-overview img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.cebeci-rolling-roof-overview .video-card{position:relative;padding:0 0 18px}
.cebeci-rolling-roof-overview .video-card img{height:170px;margin-bottom:18px}
.cebeci-rolling-roof-overview .video-card i{position:absolute;top:68px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0d2341;font-style:normal;box-shadow:0 14px 36px rgba(13,35,65,.18)}
.cebeci-rolling-roof-overview .video-card h3{color:#0d2341;font-size:20px;margin:0 0 10px}
.cebeci-rolling-roof-overview .video-card a{color:#f58220;text-decoration:none;font-weight:900}
.cebeci-rolling-roof-features{padding:28px 0 46px}
.cebeci-rolling-roof-features__grid{display:grid;grid-template-columns:repeat(var(--rolling-roof-feature-cols,4),1fr);background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;box-shadow:0 18px 50px rgba(13,35,65,.05);overflow:hidden}
.cebeci-rolling-roof-features article{display:flex;gap:18px;padding:30px;border-right:1px solid rgba(13,35,65,.08)}
.cebeci-rolling-roof-features article:last-child{border-right:0}
.cebeci-rolling-roof-features i{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#f7f9fc;color:#0d2341}
.cebeci-rolling-roof-features svg{width:26px;height:26px;stroke:currentColor;fill:none}
.cebeci-rolling-roof-features h3{margin:0 0 8px;color:#0d2341;text-transform:uppercase;font-size:15px}
.cebeci-rolling-roof-features p{margin:0;color:#415671;font-size:13px;line-height:1.6}
.cebeci-rolling-roof-tech{padding:34px 0}
.cebeci-rolling-roof-tech__box{display:grid;grid-template-columns:.9fr 1.1fr .72fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(13,35,65,.08);border:1px solid rgba(13,35,65,.08)}
.cebeci-rolling-roof-tech .dark{background:#0d2341;color:#fff;padding:34px}
.cebeci-rolling-roof-tech .dark h2{font-size:26px;text-transform:uppercase;margin:0 0 24px}
.cebeci-rolling-roof-tech .dark>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;margin-bottom:8px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px}
.cebeci-rolling-roof-tech .dark span{color:#c7d4e6}
.cebeci-rolling-roof-tech .detail{padding:36px}
.cebeci-rolling-roof-tech .detail h2{margin:0 0 10px;color:#0d2341;text-transform:uppercase;font-size:26px}
.cebeci-rolling-roof-tech .detail p{color:#415671;line-height:1.7}
.cebeci-rolling-roof-tech .detail img{width:100%;height:260px;object-fit:contain;margin-top:20px}
.cebeci-rolling-roof-tech .callouts{padding:36px 24px 36px 0;display:grid;gap:18px;align-content:center}
.cebeci-rolling-roof-tech .callouts article{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(13,35,65,.04)}
.cebeci-rolling-roof-tech .callouts strong{display:block;color:#0d2341;font-size:14px}
.cebeci-rolling-roof-tech .callouts span{display:block;color:#60708a;font-size:12px;margin-top:5px}
.cebeci-rolling-roof-usage-cta{padding:38px 0}
.cebeci-rolling-roof-usage-cta .cebeci-container{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.cebeci-rolling-roof-usage-cta .usage,.cebeci-rolling-roof-usage-cta .cta{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:28px;box-shadow:0 15px 44px rgba(13,35,65,.05)}
.cebeci-rolling-roof-usage-cta h2{margin:0 0 22px;color:#0d2341;text-transform:uppercase;font-size:24px}
.cebeci-rolling-roof-usage-cta .usage>div{display:grid;grid-template-columns:repeat(var(--rolling-roof-usage-cols,6),1fr);gap:14px}
.cebeci-rolling-roof-usage-cta span{display:grid;gap:8px;text-align:center;color:#0d2341;font-weight:850;font-size:12px}
.cebeci-rolling-roof-usage-cta i{width:46px;height:46px;margin:auto;display:grid;place-items:center;color:#0d2341}
.cebeci-rolling-roof-usage-cta svg{width:25px;height:25px;stroke:currentColor;fill:none}
.cebeci-rolling-roof-usage-cta .cta{background:#0d2341;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}
.cebeci-rolling-roof-usage-cta .cta h2{color:#fff}
.cebeci-rolling-roof-usage-cta .cta p{color:#c7d4e6;line-height:1.7}
.cebeci-rolling-roof-usage-cta .cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
.cebeci-rolling-roof-usage-cta .cta img{width:190px;height:120px;object-fit:cover;border-radius:14px}
.cebeci-rolling-roof-projects{padding:46px 0;text-align:center}
.cebeci-rolling-roof-projects h2{color:#0d2341;text-transform:uppercase;font-size:28px;margin:0 0 8px}
.cebeci-rolling-roof-projects p{color:#5b6b82;margin:0 0 30px}
.cebeci-rolling-roof-projects .grid{display:grid;grid-template-columns:repeat(var(--rolling-roof-project-cols,5),1fr);gap:18px}
.cebeci-rolling-roof-projects article{height:150px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e9eef5,#cbd6e5)}
.cebeci-rolling-roof-projects img{width:100%;height:100%;object-fit:cover}
.cebeci-rolling-roof-lead-cta{padding:32px 0 70px}
.cebeci-rolling-roof-lead-cta__box{min-height:170px;border-radius:20px;background:linear-gradient(90deg,#0d2341 0%,#112a4d 52%,rgba(17,42,77,.15) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 44px;overflow:hidden;box-shadow:0 22px 58px rgba(13,35,65,.14)}
.cebeci-rolling-roof-lead-cta h2{margin:0 0 10px;color:#fff;font-size:28px}
.cebeci-rolling-roof-lead-cta p{margin:0 0 20px;color:#d5dfed}
.cebeci-rolling-roof-lead-cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
.cebeci-rolling-roof-lead-cta img{height:170px;width:420px;object-fit:cover;border-radius:16px;margin:-34px -44px -34px 0}
@media(max-width:1024px){.cebeci-rolling-roof-overview__grid,.cebeci-rolling-roof-tech__box{grid-template-columns:1fr}.cebeci-rolling-roof-tech .callouts{padding:0 30px 30px;grid-template-columns:repeat(2,1fr)}.cebeci-rolling-roof-usage-cta .cebeci-container{grid-template-columns:1fr}.cebeci-rolling-roof-features article{border-right:0;border-bottom:1px solid rgba(13,35,65,.08)}}
@media(max-width:767px){.cebeci-rolling-roof-hero,.cebeci-rolling-roof-hero__inner{min-height:auto}.cebeci-rolling-roof-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--rolling-roof-hero-img,none)}.cebeci-rolling-roof-hero__content{padding:38px 0 148px}.cebeci-rolling-roof-hero__actions a{width:100%;justify-content:center}.cebeci-rolling-roof-hero__float{left:16px;right:16px;bottom:24px}.cebeci-rolling-roof-tabs .cebeci-container>div{overflow:auto;display:flex}.cebeci-rolling-roof-tabs a{min-width:150px}.cebeci-rolling-roof-overview__grid{gap:18px}.cebeci-rolling-roof-overview .main-img{min-height:240px}.cebeci-rolling-roof-features__grid,.cebeci-rolling-roof-usage-cta .usage>div,.cebeci-rolling-roof-projects .grid{grid-template-columns:repeat(2,1fr)}.cebeci-rolling-roof-features article{padding:20px;display:block;text-align:center}.cebeci-rolling-roof-features i{margin:0 auto 12px}.cebeci-rolling-roof-tech .dark>div{grid-template-columns:1fr}.cebeci-rolling-roof-tech .callouts{grid-template-columns:1fr}.cebeci-rolling-roof-usage-cta .cta{display:block}.cebeci-rolling-roof-usage-cta .cta img{width:100%;margin-top:18px}.cebeci-rolling-roof-lead-cta__box{display:block;padding:28px}.cebeci-rolling-roof-lead-cta img{width:100%;height:160px;margin:18px 0 0}}

/* Cam Veranda widgets */
:root{
  --cebeci-primary:#0F1F4A;
  --cebeci-primary-2:#071330;
  --cebeci-secondary:#FF5A1F;
  --cebeci-secondary-2:#FF7A3D;
  --cebeci-text:#172033;
  --cebeci-muted:#64748B;
  --cebeci-soft:#F8FAFC;
  --cebeci-white:#FFFFFF;
  --cebeci-border:#E2E8F0;
  --cebeci-success:#16A34A;
  --cebeci-radius-sm:8px;
  --cebeci-radius-md:14px;
  --cebeci-radius-lg:22px;
  --cebeci-radius-xl:30px;
  --cebeci-shadow-sm:0 8px 24px rgba(15,31,74,.08);
  --cebeci-shadow-md:0 18px 45px rgba(15,31,74,.12);
  --cebeci-shadow-lg:0 28px 70px rgba(15,31,74,.18);
  --cebeci-container:1320px;
  --cebeci-font:'Cebeci Sans', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:var(--cebeci-font); color:var(--cebeci-text); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;}

.cebeci-wrap *{box-sizing:border-box}
.cebeci-container{width:min(var(--cebeci-container), calc(100% - 48px)); margin-inline:auto}
.cebeci-section{padding:72px 0}
.cebeci-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cebeci-secondary);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
.cebeci-title{font-size:clamp(32px,4.5vw,64px);line-height:1.02;margin:0 0 18px;color:var(--cebeci-primary);font-weight:900;letter-spacing:-.04em}
.cebeci-title .accent{color:var(--cebeci-secondary)}
.cebeci-text{font-size:16px;line-height:1.75;color:var(--cebeci-muted);margin:0}

.cebeci-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:10px;font-weight:800;font-size:14px;line-height:1;text-decoration:none!important;transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;white-space:nowrap;border:1px solid transparent;cursor:pointer}
.cebeci-btn:hover{transform:translateY(-1px)}
.cebeci-btn-primary{background:linear-gradient(135deg,var(--cebeci-secondary),var(--cebeci-secondary-2));color:#fff!important;box-shadow:0 12px 28px rgba(255,90,31,.28)}
.cebeci-btn-primary:hover{box-shadow:0 16px 36px rgba(255,90,31,.34)}
.cebeci-btn-secondary{background:#fff;color:var(--cebeci-primary)!important;border-color:rgba(15,31,74,.15);box-shadow:var(--cebeci-shadow-sm)}
.cebeci-btn-secondary:hover{border-color:rgba(255,90,31,.35);color:var(--cebeci-secondary)!important}
.cebeci-card{background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.9);border-radius:var(--cebeci-radius-lg);box-shadow:var(--cebeci-shadow-sm);backdrop-filter:blur(14px)}
.cebeci-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}
.cebeci-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:767px){
  .cebeci-container{width:min(100% - 28px, var(--cebeci-container))}
  .cebeci-section{padding:48px 0}
  .cebeci-btn{min-height:46px;padding:0 18px;font-size:13px}
}

/* Katlanır Cam Balkon Sayfası */
.cebeci-katlanir-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-katlanir-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--kat-hero-img);background-size:cover;background-position:center right}
.cebeci-katlanir-hero__inner{position:relative;min-height:500px}
.cebeci-katlanir-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-katlanir-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-katlanir-hero__title span{display:block;color:#f58220}
.cebeci-katlanir-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-katlanir-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-katlanir-hero__features{display:grid;grid-template-columns:repeat(var(--kat-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-katlanir-hero__features div{text-align:center}
.cebeci-katlanir-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-katlanir-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-katlanir-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-katlanir-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-katlanir-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-katlanir-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-katlanir-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-katlanir-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-katlanir-hero__float strong{display:block;color:#0d2341}.cebeci-katlanir-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-katlanir-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-katlanir-head{text-align:center;margin:0 auto 36px}.cebeci-katlanir-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-katlanir-head p{color:#50627a;margin:8px 0 0}.cebeci-katlanir-selector{padding:44px 0 24px}.cebeci-katlanir-selector__grid{display:grid;grid-template-columns:repeat(var(--kat-selector-cols,4),1fr);gap:22px}.cebeci-katlanir-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-katlanir-selector__card.active,.cebeci-katlanir-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-katlanir-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-katlanir-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-katlanir-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-katlanir-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-katlanir-selector__card b{color:#f58220;font-size:28px}
.cebeci-katlanir-products{padding:22px 0 44px}.cebeci-katlanir-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-katlanir-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-katlanir-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-katlanir-product:hover .scene img{transform:scale(1.03)}.cebeci-katlanir-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-katlanir-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-katlanir-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-katlanir-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-katlanir-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-katlanir-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-katlanir-product .content{min-width:0}.cebeci-katlanir-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-katlanir-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-katlanir-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-katlanir-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-katlanir-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-katlanir-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-katlanir-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-katlanir-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-katlanir-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-katlanir-product .side a:hover{background:#f58220;color:#fff}
.cebeci-katlanir-tech{padding:12px 0 38px}.cebeci-katlanir-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-katlanir-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-katlanir-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-katlanir-tech__box i{color:#f58220}.cebeci-katlanir-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-katlanir-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-katlanir-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-katlanir-gallery{padding:20px 0 42px}.cebeci-katlanir-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-gallery h2,.cebeci-katlanir-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-katlanir-gallery__grid{display:grid;grid-template-columns:repeat(var(--kat-gallery-cols,5),1fr);gap:24px}.cebeci-katlanir-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-katlanir-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-katlanir-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-katlanir-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-katlanir-faq{padding:28px 0}.cebeci-katlanir-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-katlanir-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-katlanir-faq details:last-child{border-bottom:0}.cebeci-katlanir-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-katlanir-faq summary::-webkit-details-marker{display:none}.cebeci-katlanir-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-katlanir-faq details[open] summary:after{content:"−"}.cebeci-katlanir-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-katlanir-cta{padding:32px 0 66px}.cebeci-katlanir-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-katlanir-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-katlanir-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-katlanir-cta__box p{color:rgba(255,255,255,.78)}.cebeci-katlanir-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-katlanir-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-katlanir-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-katlanir-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-katlanir-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-katlanir-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-katlanir-cta__box{grid-template-columns:1fr}.cebeci-katlanir-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-katlanir-products .cebeci-container,.cebeci-katlanir-tech .cebeci-container,.cebeci-katlanir-gallery .cebeci-container,.cebeci-katlanir-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-katlanir-product{grid-template-columns:1fr 170px}.cebeci-katlanir-product .content,.cebeci-katlanir-product .side{grid-column:1/-1}.cebeci-katlanir-product .side{display:block}.cebeci-katlanir-product .side ul{display:block;margin:0 0 20px}.cebeci-katlanir-tech__box{grid-template-columns:1fr 1fr}.cebeci-katlanir-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-katlanir-gallery__grid{gap:14px}.cebeci-katlanir-hero,.cebeci-katlanir-hero__inner{min-height:520px}.cebeci-katlanir-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-katlanir-hero,.cebeci-katlanir-hero__inner{min-height:auto}.cebeci-katlanir-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--kat-hero-img)}.cebeci-katlanir-hero__content{padding:38px 0 138px}.cebeci-katlanir-hero__actions a{width:100%;justify-content:center}.cebeci-katlanir-hero__float{left:16px;right:16px;bottom:24px}.cebeci-katlanir-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-katlanir-selector__card img{width:68px;height:68px}.cebeci-katlanir-product{grid-template-columns:1fr}.cebeci-katlanir-product .scene,.cebeci-katlanir-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-katlanir-tech__box{grid-template-columns:1fr}.cebeci-katlanir-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-katlanir-cta__box{padding:30px 22px}}


/* Sürme Cam Balkon Sayfası Widget Stilleri */
.cebeci-surme-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-surme-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--surme-hero-img);background-size:cover;background-position:center right}
.cebeci-surme-hero__inner{position:relative;min-height:500px}
.cebeci-surme-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-surme-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-surme-hero__title span{display:block;color:#f58220}
.cebeci-surme-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-surme-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-surme-hero__features{display:grid;grid-template-columns:repeat(var(--surme-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-surme-hero__features div{text-align:center}
.cebeci-surme-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-surme-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-surme-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-surme-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-surme-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-surme-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-surme-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-surme-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-surme-hero__float strong{display:block;color:#0d2341}.cebeci-surme-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-surme-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-surme-head{text-align:center;margin:0 auto 36px}.cebeci-surme-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-surme-head p{color:#50627a;margin:8px 0 0}.cebeci-surme-selector{padding:44px 0 24px}.cebeci-surme-selector__grid{display:grid;grid-template-columns:repeat(var(--surme-selector-cols,4),1fr);gap:22px}.cebeci-surme-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-surme-selector__card.active,.cebeci-surme-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-surme-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-surme-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-surme-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-surme-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-surme-selector__card b{color:#f58220;font-size:28px}
.cebeci-surme-products{padding:22px 0 44px}.cebeci-surme-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-surme-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-surme-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-surme-product:hover .scene img{transform:scale(1.03)}.cebeci-surme-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-surme-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-surme-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-surme-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-surme-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-surme-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-surme-product .content{min-width:0}.cebeci-surme-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-surme-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-surme-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-surme-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-surme-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-surme-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-surme-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-surme-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-surme-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-surme-product .side a:hover{background:#f58220;color:#fff}
.cebeci-surme-tech{padding:12px 0 38px}.cebeci-surme-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-surme-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-surme-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-surme-tech__box i{color:#f58220}.cebeci-surme-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-surme-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-surme-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-surme-gallery{padding:20px 0 42px}.cebeci-surme-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-gallery h2,.cebeci-surme-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-surme-gallery__grid{display:grid;grid-template-columns:repeat(var(--surme-gallery-cols,5),1fr);gap:24px}.cebeci-surme-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-surme-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-surme-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-surme-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-surme-faq{padding:28px 0}.cebeci-surme-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-surme-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-surme-faq details:last-child{border-bottom:0}.cebeci-surme-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-surme-faq summary::-webkit-details-marker{display:none}.cebeci-surme-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-surme-faq details[open] summary:after{content:"−"}.cebeci-surme-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-surme-cta{padding:32px 0 66px}.cebeci-surme-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-surme-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-surme-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-surme-cta__box p{color:rgba(255,255,255,.78)}.cebeci-surme-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-surme-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-surme-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-surme-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-surme-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-surme-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-surme-cta__box{grid-template-columns:1fr}.cebeci-surme-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-surme-products .cebeci-container,.cebeci-surme-tech .cebeci-container,.cebeci-surme-gallery .cebeci-container,.cebeci-surme-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-surme-product{grid-template-columns:1fr 170px}.cebeci-surme-product .content,.cebeci-surme-product .side{grid-column:1/-1}.cebeci-surme-product .side{display:block}.cebeci-surme-product .side ul{display:block;margin:0 0 20px}.cebeci-surme-tech__box{grid-template-columns:1fr 1fr}.cebeci-surme-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-surme-gallery__grid{gap:14px}.cebeci-surme-hero,.cebeci-surme-hero__inner{min-height:520px}.cebeci-surme-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-surme-hero,.cebeci-surme-hero__inner{min-height:auto}.cebeci-surme-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--surme-hero-img)}.cebeci-surme-hero__content{padding:38px 0 138px}.cebeci-surme-hero__actions a{width:100%;justify-content:center}.cebeci-surme-hero__float{left:16px;right:16px;bottom:24px}.cebeci-surme-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-surme-selector__card img{width:68px;height:68px}.cebeci-surme-product{grid-template-columns:1fr}.cebeci-surme-product .scene,.cebeci-surme-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-surme-tech__box{grid-template-columns:1fr}.cebeci-surme-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-surme-cta__box{padding:30px 22px}}

/* Giyotin page widgets */
.cebeci-giyotin-hero{position:relative;min-height:500px;background:#eef4fb;overflow:hidden}
.cebeci-giyotin-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.10) 67%),var(--giyotin-hero-img);background-size:cover;background-position:center right}
.cebeci-giyotin-hero__inner{position:relative;min-height:500px}
.cebeci-giyotin-hero__content{width:min(560px,100%);padding:58px 0 48px}
.cebeci-giyotin-hero__title{margin:14px 0 16px;color:#0d2341;font-size:clamp(42px,4.55vw,68px);font-weight:950;line-height:.94;text-transform:uppercase;letter-spacing:-.055em}
.cebeci-giyotin-hero__title span{display:block;color:#f58220}
.cebeci-giyotin-hero__content h2{margin:0 0 12px;color:#0d2341;font-size:18px;line-height:1.42;font-weight:900;max-width:510px}
.cebeci-giyotin-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-giyotin-hero__features{display:grid;grid-template-columns:repeat(var(--giyotin-hero-feature-cols,4),1fr);gap:18px;margin:28px 0 26px;max-width:540px}
.cebeci-giyotin-hero__features div{text-align:center}
.cebeci-giyotin-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-giyotin-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-giyotin-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-giyotin-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-giyotin-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 26px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-giyotin-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-giyotin-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-giyotin-hero__float{position:absolute;right:7%;bottom:50px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}
.cebeci-giyotin-hero__float strong{display:block;color:#0d2341}.cebeci-giyotin-hero__float span{display:block;color:#53647a;font-size:13px}.cebeci-giyotin-hero__float i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-giyotin-head{text-align:center;margin:0 auto 36px}.cebeci-giyotin-head h2{margin:0;color:#0d2341;text-transform:uppercase;font-weight:950;letter-spacing:-.035em;font-size:clamp(24px,2.2vw,34px)}.cebeci-giyotin-head p{color:#50627a;margin:8px 0 0}.cebeci-giyotin-selector{padding:44px 0 24px}.cebeci-giyotin-selector__grid{display:grid;grid-template-columns:repeat(var(--giyotin-selector-cols,4),1fr);gap:22px}.cebeci-giyotin-selector__card{min-height:128px;display:grid;grid-template-columns:86px 1fr 26px;gap:20px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.1);border-radius:20px;text-decoration:none;box-shadow:0 18px 50px rgba(13,35,65,.07);transition:.25s;overflow:hidden}.cebeci-giyotin-selector__card.active,.cebeci-giyotin-selector__card:hover{border-color:#f58220;box-shadow:0 26px 70px rgba(245,130,32,.14);transform:translateY(-2px)}.cebeci-giyotin-selector__card img{width:82px;height:82px;object-fit:contain}.cebeci-giyotin-selector__card h3{margin:0 0 7px;color:#0d2341;font-size:20px;font-weight:950}.cebeci-giyotin-selector__card h3 span{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:7px;background:#f58220;color:white;font-size:10px;text-transform:uppercase}.cebeci-giyotin-selector__card p{margin:0;color:#4e6077;font-size:13px;line-height:1.5}.cebeci-giyotin-selector__card b{color:#f58220;font-size:28px}
.cebeci-giyotin-products{padding:22px 0 44px}.cebeci-giyotin-products .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-product{display:grid;grid-template-columns:minmax(270px,360px) minmax(160px,210px) minmax(360px,1fr) minmax(230px,280px);gap:26px;align-items:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.96);border:1px solid rgba(13,35,65,.1);border-radius:24px;box-shadow:0 22px 62px rgba(13,35,65,.07);overflow:hidden}.cebeci-giyotin-product .scene{position:relative;border-radius:18px;overflow:hidden;height:252px;background:linear-gradient(135deg,#e8eef6,#f7f9fc)}.cebeci-giyotin-product .scene img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cebeci-giyotin-product:hover .scene img{transform:scale(1.03)}.cebeci-giyotin-product .scene:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(0deg,rgba(13,35,65,.76),transparent)}.cebeci-giyotin-product .scene span{position:absolute;left:18px;bottom:16px;z-index:1;background:#fff;color:#0d2341;border-radius:10px;padding:10px 13px;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(13,35,65,.16)}.cebeci-giyotin-product .scene-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#e8eef6,#f9fbfd)}.cebeci-giyotin-product .scene-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(245,130,32,.1),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.cebeci-giyotin-product .prod-img{height:252px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);display:grid;place-items:center;border:1px solid rgba(13,35,65,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cebeci-giyotin-product .prod-img img{max-width:94%;max-height:94%;object-fit:contain}.prod-placeholder{width:92px;height:168px;border:4px solid #cfd9e6;border-radius:14px;position:relative;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(207,217,230,.18))}.prod-placeholder:before,.prod-placeholder:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:#91a4ba}.prod-placeholder:before{left:33%}.prod-placeholder:after{right:33%}.cebeci-giyotin-product .content{min-width:0}.cebeci-giyotin-product .content h2{margin:0;color:#0d2341;font-size:clamp(28px,2.3vw,42px);text-transform:uppercase;font-weight:950;line-height:1}.cebeci-giyotin-product .content h2 span{display:inline-flex;vertical-align:middle;margin-left:10px;padding:6px 9px;border-radius:7px;background:#f58220;color:white;font-size:11px;letter-spacing:0}.cebeci-giyotin-product .content h3{margin:7px 0 14px;color:#0d2341;font-size:18px;font-weight:900}.cebeci-giyotin-product .content p{margin:0 0 18px;color:#394d66;line-height:1.75;font-size:15px}.mini-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-icons div{text-align:center;border-right:1px solid rgba(13,35,65,.08);padding:0 5px}.mini-icons div:last-child{border-right:0}.mini-icons i{display:grid;place-items:center;margin:auto auto 7px;color:#0d2341}.mini-icons svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.mini-icons small{display:block;color:#0d2341;font-weight:850;font-size:11px;line-height:1.25}.cebeci-giyotin-product .side{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cebeci-giyotin-product .side ul{list-style:none;margin:0 0 22px;padding:0}.cebeci-giyotin-product .side li{position:relative;padding:8px 0 8px 28px;color:#0d2341;font-size:14px;line-height:1.42}.cebeci-giyotin-product .side li:before{content:"✓";position:absolute;left:0;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #f58220;color:#f58220;font-size:10px;font-weight:900}.cebeci-giyotin-product .side a{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:100%;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;background:#fff;transition:.2s}.cebeci-giyotin-product .side a:hover{background:#f58220;color:#fff}
.cebeci-giyotin-tech{padding:12px 0 38px}.cebeci-giyotin-tech .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-tech__box{display:grid;grid-template-columns:190px repeat(5,1fr);align-items:stretch;background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:20px;box-shadow:0 18px 50px rgba(13,35,65,.06);overflow:hidden}.cebeci-giyotin-tech__box h2{height:100%;display:flex;align-items:center;margin:0;padding:28px;background:#f7f9fc;color:#0d2341;text-transform:uppercase;font-size:22px;line-height:1.05;font-weight:950}.cebeci-giyotin-tech__box article{min-height:110px;padding:22px;border-left:1px solid rgba(13,35,65,.08);display:flex;flex-direction:column;justify-content:center}.cebeci-giyotin-tech__box i{color:#f58220}.cebeci-giyotin-tech__box svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-giyotin-tech__box strong{display:block;color:#0d2341;font-size:13px;margin:8px 0 5px}.cebeci-giyotin-tech__box span{display:block;color:#4e6077;font-size:12px;line-height:1.38}.cebeci-giyotin-gallery{padding:20px 0 42px}.cebeci-giyotin-gallery .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-gallery h2,.cebeci-giyotin-faq h2{color:#0d2341;text-transform:uppercase;font-weight:950;font-size:clamp(22px,2vw,30px);margin:0 0 22px}.cebeci-giyotin-gallery__grid{display:grid;grid-template-columns:repeat(var(--giyotin-gallery-cols,5),1fr);gap:24px}.cebeci-giyotin-gallery__grid div{height:154px;border-radius:16px;background:#e8eef6;overflow:hidden;box-shadow:0 16px 35px rgba(13,35,65,.08)}.cebeci-giyotin-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cebeci-giyotin-gallery__grid div:hover img{transform:scale(1.05)}.cebeci-giyotin-outline{display:flex;width:max-content;margin:26px auto 0;padding:15px 36px;border:1px solid #f58220;border-radius:10px;color:#f58220;font-weight:900;text-decoration:none;gap:16px;background:#fff}.cebeci-giyotin-faq{padding:28px 0}.cebeci-giyotin-faq__list{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(13,35,65,.05)}.cebeci-giyotin-faq details{border-bottom:1px solid rgba(13,35,65,.08);padding:0}.cebeci-giyotin-faq details:last-child{border-bottom:0}.cebeci-giyotin-faq summary{cursor:pointer;color:#0d2341;font-weight:900;padding:18px 18px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}.cebeci-giyotin-faq summary::-webkit-details-marker{display:none}.cebeci-giyotin-faq summary:after{content:"+";color:#f58220;font-size:22px;line-height:1}.cebeci-giyotin-faq details[open] summary:after{content:"−"}.cebeci-giyotin-faq p{color:#4e6077;line-height:1.7;margin:0;padding:0 18px 18px}.cebeci-giyotin-cta{padding:32px 0 66px}.cebeci-giyotin-cta .cebeci-container{width:min(1480px,calc(100% - 64px))}.cebeci-giyotin-cta__box{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:center;padding:42px 52px;border-radius:22px;background:radial-gradient(circle at 84% 50%,rgba(245,130,32,.18),transparent 34%),#0d2341;color:#fff;overflow:hidden;box-shadow:0 25px 65px rgba(13,35,65,.18)}.cebeci-giyotin-cta__box h2{font-size:34px;margin:0 0 12px}.cebeci-giyotin-cta__box p{color:rgba(255,255,255,.78)}.cebeci-giyotin-cta__box img{max-width:100%;border-radius:18px}.formlike{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.formlike input,.formlike select{height:50px;border:0;border-radius:10px;padding:0 14px}.formlike a{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;background:#f58220;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
@media(max-width:1280px){.cebeci-giyotin-product{grid-template-columns:minmax(260px,1fr) 180px minmax(320px,1.1fr);}.cebeci-giyotin-product .side{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.cebeci-giyotin-product .side ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;margin:0}.cebeci-giyotin-tech__box{grid-template-columns:180px repeat(3,1fr)}.cebeci-giyotin-tech__box h2{grid-row:span 2}.formlike{grid-template-columns:1fr 1fr}.cebeci-giyotin-cta__box{grid-template-columns:1fr}.cebeci-giyotin-hero__float{right:24px;bottom:42px}}@media(max-width:900px){.cebeci-giyotin-products .cebeci-container,.cebeci-giyotin-tech .cebeci-container,.cebeci-giyotin-gallery .cebeci-container,.cebeci-giyotin-cta .cebeci-container{width:min(100% - 32px,1480px)}.cebeci-giyotin-product{grid-template-columns:1fr 170px}.cebeci-giyotin-product .content,.cebeci-giyotin-product .side{grid-column:1/-1}.cebeci-giyotin-product .side{display:block}.cebeci-giyotin-product .side ul{display:block;margin:0 0 20px}.cebeci-giyotin-tech__box{grid-template-columns:1fr 1fr}.cebeci-giyotin-tech__box h2{grid-column:1/-1;grid-row:auto}.cebeci-giyotin-gallery__grid{gap:14px}.cebeci-giyotin-hero,.cebeci-giyotin-hero__inner{min-height:520px}.cebeci-giyotin-hero__content{padding:56px 0 170px}}@media(max-width:767px){.cebeci-giyotin-hero,.cebeci-giyotin-hero__inner{min-height:auto}.cebeci-giyotin-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--giyotin-hero-img)}.cebeci-giyotin-hero__content{padding:38px 0 138px}.cebeci-giyotin-hero__actions a{width:100%;justify-content:center}.cebeci-giyotin-hero__float{left:16px;right:16px;bottom:24px}.cebeci-giyotin-selector__card{grid-template-columns:72px 1fr 20px}.cebeci-giyotin-selector__card img{width:68px;height:68px}.cebeci-giyotin-product{grid-template-columns:1fr}.cebeci-giyotin-product .scene,.cebeci-giyotin-product .prod-img{height:210px}.mini-icons{grid-template-columns:1fr 1fr}.cebeci-giyotin-tech__box{grid-template-columns:1fr}.cebeci-giyotin-gallery__grid{gap:12px}.formlike{grid-template-columns:1fr}.cebeci-giyotin-cta__box{padding:30px 22px}}

/* Pergole Sistemleri */
.cebeci-pergole-hero{position:relative;min-height:560px;background:#eef4fb;overflow:hidden}.cebeci-pergole-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.08) 68%),var(--pergole-hero-img,none);background-size:cover;background-position:center right}.cebeci-pergole-hero__inner{position:relative;min-height:560px}.cebeci-pergole-hero__content{width:min(565px,100%);padding:58px 0 58px}.cebeci-pergole-hero__eyebrow{color:#f58220;font-size:13px;font-weight:950;text-transform:uppercase;margin:22px 0 8px}.cebeci-pergole-hero__title{margin:0 0 14px;color:#0d2341;font-size:clamp(52px,6vw,82px);font-weight:950;line-height:.92;text-transform:uppercase!important;letter-spacing:-.055em!important}.cebeci-pergole-hero__lead{margin:0 0 14px;color:#0d2341;font-size:22px;line-height:1.34;font-weight:900;max-width:520px}.cebeci-pergole-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}.cebeci-pergole-hero__features{display:grid;grid-template-columns:repeat(var(--pergole-hero-feature-cols,4),1fr);gap:18px;margin:34px 0 28px;max-width:540px}.cebeci-pergole-hero__features div{text-align:center}.cebeci-pergole-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}.cebeci-pergole-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}.cebeci-pergole-hero__features span{font-size:12px;font-weight:850;color:#0d2341}.cebeci-pergole-hero__actions{display:flex;gap:16px;flex-wrap:wrap}.cebeci-pergole-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 28px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}.cebeci-pergole-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}.cebeci-pergole-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}.cebeci-pergole-hero__float{position:absolute;right:7%;bottom:46px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px);max-width:360px}.cebeci-pergole-hero__float strong{display:block;color:#0d2341;line-height:1.35}.cebeci-pergole-hero__float span{display:block;color:#53647a;font-size:13px;margin-top:5px}.cebeci-pergole-hero__float i{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}.cebeci-pergole-tabs{background:#fff;border-bottom:1px solid rgba(13,35,65,.08);box-shadow:0 12px 36px rgba(13,35,65,.06)}.cebeci-pergole-tabs .cebeci-container>div{display:grid;grid-template-columns:repeat(var(--pergole-tabs-cols,7),1fr);gap:0}.cebeci-pergole-tabs a{text-align:center;padding:22px 8px;color:#0d2341;text-transform:uppercase;font-size:12px;font-weight:900;text-decoration:none;border-bottom:2px solid transparent}.cebeci-pergole-tabs a.active{color:#f58220;border-color:#f58220}.cebeci-pergole-overview{padding:58px 0 36px;background:#fff}.cebeci-pergole-overview__grid{display:grid;grid-template-columns:.9fr 1fr .8fr;gap:30px;align-items:stretch}.cebeci-pergole-overview__card{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:30px;box-shadow:0 20px 60px rgba(13,35,65,.06)}.cebeci-pergole-overview h2{font-size:26px;line-height:1.1;color:#0d2341;text-transform:uppercase;margin:0 0 18px}.cebeci-pergole-overview p{font-size:14px;line-height:1.75;color:#344962}.cebeci-pergole-overview ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px}.cebeci-pergole-overview li{font-weight:750;color:#0d2341;font-size:13px}.cebeci-pergole-overview li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff3ed;color:#f58220;margin-right:9px}.cebeci-pergole-overview .note{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:20px;color:#344962;background:#fafcff;font-weight:750}.cebeci-pergole-overview .main-img,.cebeci-pergole-overview .video-card{min-height:330px}.cebeci-pergole-overview img{width:100%;height:100%;object-fit:cover;border-radius:16px}.cebeci-pergole-overview .video-card{position:relative;padding:0 0 18px}.cebeci-pergole-overview .video-card img{height:170px;margin-bottom:18px}.cebeci-pergole-overview .video-card i{position:absolute;top:68px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0d2341;font-style:normal;box-shadow:0 14px 36px rgba(13,35,65,.18)}.cebeci-pergole-overview .video-card h3{color:#0d2341;font-size:20px;margin:0 0 10px}.cebeci-pergole-overview .video-card a{color:#f58220;text-decoration:none;font-weight:900}.cebeci-pergole-features{padding:28px 0 46px}.cebeci-pergole-features__grid{display:grid;grid-template-columns:repeat(var(--pergole-feature-cols,4),1fr);background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;box-shadow:0 18px 50px rgba(13,35,65,.05);overflow:hidden}.cebeci-pergole-features article{display:flex;gap:18px;padding:30px;border-right:1px solid rgba(13,35,65,.08)}.cebeci-pergole-features article:last-child{border-right:0}.cebeci-pergole-features i{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#f7f9fc;color:#0d2341}.cebeci-pergole-features svg{width:26px;height:26px;stroke:currentColor;fill:none}.cebeci-pergole-features h3{margin:0 0 8px;color:#0d2341;text-transform:uppercase;font-size:15px}.cebeci-pergole-features p{margin:0;color:#415671;font-size:13px;line-height:1.6}.cebeci-pergole-tech{padding:34px 0}.cebeci-pergole-tech__box{display:grid;grid-template-columns:.9fr 1.1fr .72fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(13,35,65,.08);border:1px solid rgba(13,35,65,.08)}.cebeci-pergole-tech .dark{background:#0d2341;color:#fff;padding:34px}.cebeci-pergole-tech .dark h2{font-size:26px;text-transform:uppercase;margin:0 0 24px}.cebeci-pergole-tech .dark>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;margin-bottom:8px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px}.cebeci-pergole-tech .dark span{color:#c7d4e6}.cebeci-pergole-tech .detail{padding:36px}.cebeci-pergole-tech .detail h2{margin:0 0 10px;color:#0d2341;text-transform:uppercase;font-size:26px}.cebeci-pergole-tech .detail p{color:#415671;line-height:1.7}.cebeci-pergole-tech .detail img{width:100%;height:260px;object-fit:contain;margin-top:20px}.cebeci-pergole-tech .callouts{padding:36px 24px 36px 0;display:grid;gap:18px;align-content:center}.cebeci-pergole-tech .callouts article{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(13,35,65,.04)}.cebeci-pergole-tech .callouts strong{display:block;color:#0d2341;font-size:14px}.cebeci-pergole-tech .callouts span{display:block;color:#60708a;font-size:12px;margin-top:5px}.cebeci-pergole-usage-cta{padding:38px 0}.cebeci-pergole-usage-cta .cebeci-container{display:grid;grid-template-columns:1fr 1fr;gap:26px}.cebeci-pergole-usage-cta .usage,.cebeci-pergole-usage-cta .cta{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:28px;box-shadow:0 15px 44px rgba(13,35,65,.05)}.cebeci-pergole-usage-cta h2{margin:0 0 22px;color:#0d2341;text-transform:uppercase;font-size:24px}.cebeci-pergole-usage-cta .usage>div{display:grid;grid-template-columns:repeat(var(--pergole-usage-cols,6),1fr);gap:14px}.cebeci-pergole-usage-cta span{display:grid;gap:8px;text-align:center;color:#0d2341;font-weight:850;font-size:12px}.cebeci-pergole-usage-cta i{width:46px;height:46px;margin:auto;display:grid;place-items:center;color:#0d2341}.cebeci-pergole-usage-cta svg{width:25px;height:25px;stroke:currentColor;fill:none}.cebeci-pergole-usage-cta .cta{background:#0d2341;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.cebeci-pergole-usage-cta .cta h2{color:#fff}.cebeci-pergole-usage-cta .cta p{color:#c7d4e6;line-height:1.7}.cebeci-pergole-usage-cta .cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}.cebeci-pergole-usage-cta .cta img{width:190px;height:120px;object-fit:cover;border-radius:14px}.cebeci-pergole-projects{padding:46px 0;text-align:center}.cebeci-pergole-projects h2{color:#0d2341;text-transform:uppercase;font-size:28px;margin:0 0 8px}.cebeci-pergole-projects p{color:#5b6b82;margin:0 0 30px}.cebeci-pergole-projects .grid{display:grid;grid-template-columns:repeat(var(--pergole-project-cols,5),1fr);gap:18px}.cebeci-pergole-projects article{height:150px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e9eef5,#cbd6e5)}.cebeci-pergole-projects img{width:100%;height:100%;object-fit:cover}.cebeci-pergole-lead-cta{padding:32px 0 70px}.cebeci-pergole-lead-cta__box{min-height:170px;border-radius:20px;background:linear-gradient(90deg,#0d2341 0%,#112a4d 52%,rgba(17,42,77,.15) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 44px;overflow:hidden;box-shadow:0 22px 58px rgba(13,35,65,.14)}.cebeci-pergole-lead-cta h2{margin:0 0 10px;color:#fff;font-size:28px}.cebeci-pergole-lead-cta p{margin:0 0 20px;color:#d5dfed}.cebeci-pergole-lead-cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}.cebeci-pergole-lead-cta img{height:170px;width:420px;object-fit:cover;border-radius:16px;margin:-34px -44px -34px 0}@media(max-width:1024px){.cebeci-pergole-overview__grid,.cebeci-pergole-tech__box{grid-template-columns:1fr}.cebeci-pergole-tech .callouts{padding:0 30px 30px;grid-template-columns:repeat(2,1fr)}.cebeci-pergole-usage-cta .cebeci-container{grid-template-columns:1fr}.cebeci-pergole-features article{border-right:0;border-bottom:1px solid rgba(13,35,65,.08)}}@media(max-width:767px){.cebeci-pergole-hero,.cebeci-pergole-hero__inner{min-height:auto}.cebeci-pergole-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--pergole-hero-img,none)}.cebeci-pergole-hero__content{padding:38px 0 148px}.cebeci-pergole-hero__actions a{width:100%;justify-content:center}.cebeci-pergole-hero__float{left:16px;right:16px;bottom:24px}.cebeci-pergole-tabs .cebeci-container>div{overflow:auto;display:flex}.cebeci-pergole-tabs a{min-width:150px}.cebeci-pergole-overview__grid{gap:18px}.cebeci-pergole-overview .main-img{min-height:240px}.cebeci-pergole-features__grid,.cebeci-pergole-usage-cta .usage>div,.cebeci-pergole-projects .grid{grid-template-columns:repeat(2,1fr)}.cebeci-pergole-features article{padding:20px;display:block;text-align:center}.cebeci-pergole-features i{margin:0 auto 12px}.cebeci-pergole-tech .dark>div{grid-template-columns:1fr}.cebeci-pergole-tech .callouts{grid-template-columns:1fr}.cebeci-pergole-usage-cta .cta{display:block}.cebeci-pergole-usage-cta .cta img{width:100%;margin-top:18px}.cebeci-pergole-lead-cta__box{display:block;padding:28px}.cebeci-pergole-lead-cta img{width:100%;height:160px;margin:18px 0 0}}

/* Cam Veranda widgets */


/* Pergole Sistemleri */
.cebeci-cam-veranda-hero{position:relative;min-height:560px;background:#eef4fb;overflow:hidden}
.cebeci-cam-veranda-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.08) 68%),var(--cam-veranda-hero-img,none);background-size:cover;background-position:center right}
.cebeci-cam-veranda-hero__inner{position:relative;min-height:560px}
.cebeci-cam-veranda-hero__content{width:min(565px,100%);padding:58px 0 58px}
.cebeci-cam-veranda-hero__eyebrow{color:#f58220;font-size:13px;font-weight:950;text-transform:uppercase;margin:22px 0 8px}
.cebeci-cam-veranda-hero__title{margin:0 0 14px;color:#0d2341;font-size:clamp(52px,6vw,82px);font-weight:950;line-height:.92;text-transform:uppercase!important;letter-spacing:-.055em!important}
.cebeci-cam-veranda-hero__lead{margin:0 0 14px;color:#0d2341;font-size:22px;line-height:1.34;font-weight:900;max-width:520px}
.cebeci-cam-veranda-hero__content p{color:#31445f;font-size:15px;line-height:1.75;max-width:520px}
.cebeci-cam-veranda-hero__features{display:grid;grid-template-columns:repeat(var(--cam-veranda-hero-feature-cols,4),1fr);gap:18px;margin:34px 0 28px;max-width:540px}
.cebeci-cam-veranda-hero__features div{text-align:center}
.cebeci-cam-veranda-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(13,35,65,.10);color:#0d2341}
.cebeci-cam-veranda-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.cebeci-cam-veranda-hero__features span{font-size:12px;font-weight:850;color:#0d2341}
.cebeci-cam-veranda-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.cebeci-cam-veranda-hero__actions a{height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 28px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;text-decoration:none}
.cebeci-cam-veranda-hero__actions .primary{background:#f58220;color:white;box-shadow:0 15px 32px rgba(245,130,32,.24)}
.cebeci-cam-veranda-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}
.cebeci-cam-veranda-hero__float{position:absolute;right:7%;bottom:46px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:18px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px);max-width:360px}
.cebeci-cam-veranda-hero__float strong{display:block;color:#0d2341;line-height:1.35}
.cebeci-cam-veranda-hero__float span{display:block;color:#53647a;font-size:13px;margin-top:5px}
.cebeci-cam-veranda-hero__float i{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#f58220;color:#fff;font-style:normal}
.cebeci-cam-veranda-tabs{background:#fff;border-bottom:1px solid rgba(13,35,65,.08);box-shadow:0 12px 36px rgba(13,35,65,.06)}
.cebeci-cam-veranda-tabs .cebeci-container>div{display:grid;grid-template-columns:repeat(var(--cam-veranda-tabs-cols,7),1fr);gap:0}
.cebeci-cam-veranda-tabs a{text-align:center;padding:22px 8px;color:#0d2341;text-transform:uppercase;font-size:12px;font-weight:900;text-decoration:none;border-bottom:2px solid transparent}
.cebeci-cam-veranda-tabs a.active{color:#f58220;border-color:#f58220}
.cebeci-cam-veranda-overview{padding:58px 0 36px;background:#fff}
.cebeci-cam-veranda-overview__grid{display:grid;grid-template-columns:.9fr 1fr .8fr;gap:30px;align-items:stretch}
.cebeci-cam-veranda-overview__card{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:30px;box-shadow:0 20px 60px rgba(13,35,65,.06)}
.cebeci-cam-veranda-overview h2{font-size:26px;line-height:1.1;color:#0d2341;text-transform:uppercase;margin:0 0 18px}
.cebeci-cam-veranda-overview p{font-size:14px;line-height:1.75;color:#344962}
.cebeci-cam-veranda-overview ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px}
.cebeci-cam-veranda-overview li{font-weight:750;color:#0d2341;font-size:13px}
.cebeci-cam-veranda-overview li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff3ed;color:#f58220;margin-right:9px}
.cebeci-cam-veranda-overview .note{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:20px;color:#344962;background:#fafcff;font-weight:750}
.cebeci-cam-veranda-overview .main-img,.cebeci-cam-veranda-overview .video-card{min-height:330px}
.cebeci-cam-veranda-overview img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.cebeci-cam-veranda-overview .video-card{position:relative;padding:0 0 18px}
.cebeci-cam-veranda-overview .video-card img{height:170px;margin-bottom:18px}
.cebeci-cam-veranda-overview .video-card i{position:absolute;top:68px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0d2341;font-style:normal;box-shadow:0 14px 36px rgba(13,35,65,.18)}
.cebeci-cam-veranda-overview .video-card h3{color:#0d2341;font-size:20px;margin:0 0 10px}
.cebeci-cam-veranda-overview .video-card a{color:#f58220;text-decoration:none;font-weight:900}
.cebeci-cam-veranda-features{padding:28px 0 46px}
.cebeci-cam-veranda-features__grid{display:grid;grid-template-columns:repeat(var(--cam-veranda-feature-cols,4),1fr);background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;box-shadow:0 18px 50px rgba(13,35,65,.05);overflow:hidden}
.cebeci-cam-veranda-features article{display:flex;gap:18px;padding:30px;border-right:1px solid rgba(13,35,65,.08)}
.cebeci-cam-veranda-features article:last-child{border-right:0}
.cebeci-cam-veranda-features i{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#f7f9fc;color:#0d2341}
.cebeci-cam-veranda-features svg{width:26px;height:26px;stroke:currentColor;fill:none}
.cebeci-cam-veranda-features h3{margin:0 0 8px;color:#0d2341;text-transform:uppercase;font-size:15px}
.cebeci-cam-veranda-features p{margin:0;color:#415671;font-size:13px;line-height:1.6}
.cebeci-cam-veranda-tech{padding:34px 0}
.cebeci-cam-veranda-tech__box{display:grid;grid-template-columns:.9fr 1.1fr .72fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(13,35,65,.08);border:1px solid rgba(13,35,65,.08)}
.cebeci-cam-veranda-tech .dark{background:#0d2341;color:#fff;padding:34px}
.cebeci-cam-veranda-tech .dark h2{font-size:26px;text-transform:uppercase;margin:0 0 24px}
.cebeci-cam-veranda-tech .dark>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;margin-bottom:8px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px}
.cebeci-cam-veranda-tech .dark span{color:#c7d4e6}
.cebeci-cam-veranda-tech .detail{padding:36px}
.cebeci-cam-veranda-tech .detail h2{margin:0 0 10px;color:#0d2341;text-transform:uppercase;font-size:26px}
.cebeci-cam-veranda-tech .detail p{color:#415671;line-height:1.7}
.cebeci-cam-veranda-tech .detail img{width:100%;height:260px;object-fit:contain;margin-top:20px}
.cebeci-cam-veranda-tech .callouts{padding:36px 24px 36px 0;display:grid;gap:18px;align-content:center}
.cebeci-cam-veranda-tech .callouts article{border:1px solid rgba(13,35,65,.08);border-radius:14px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(13,35,65,.04)}
.cebeci-cam-veranda-tech .callouts strong{display:block;color:#0d2341;font-size:14px}
.cebeci-cam-veranda-tech .callouts span{display:block;color:#60708a;font-size:12px;margin-top:5px}
.cebeci-cam-veranda-usage-cta{padding:38px 0}
.cebeci-cam-veranda-usage-cta .cebeci-container{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.cebeci-cam-veranda-usage-cta .usage,.cebeci-cam-veranda-usage-cta .cta{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:22px;padding:28px;box-shadow:0 15px 44px rgba(13,35,65,.05)}
.cebeci-cam-veranda-usage-cta h2{margin:0 0 22px;color:#0d2341;text-transform:uppercase;font-size:24px}
.cebeci-cam-veranda-usage-cta .usage>div{display:grid;grid-template-columns:repeat(var(--cam-veranda-usage-cols,6),1fr);gap:14px}
.cebeci-cam-veranda-usage-cta span{display:grid;gap:8px;text-align:center;color:#0d2341;font-weight:850;font-size:12px}
.cebeci-cam-veranda-usage-cta i{width:46px;height:46px;margin:auto;display:grid;place-items:center;color:#0d2341}
.cebeci-cam-veranda-usage-cta svg{width:25px;height:25px;stroke:currentColor;fill:none}
.cebeci-cam-veranda-usage-cta .cta{background:#0d2341;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}
.cebeci-cam-veranda-usage-cta .cta h2{color:#fff}
.cebeci-cam-veranda-usage-cta .cta p{color:#c7d4e6;line-height:1.7}
.cebeci-cam-veranda-usage-cta .cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
.cebeci-cam-veranda-usage-cta .cta img{width:190px;height:120px;object-fit:cover;border-radius:14px}
.cebeci-cam-veranda-projects{padding:46px 0;text-align:center}
.cebeci-cam-veranda-projects h2{color:#0d2341;text-transform:uppercase;font-size:28px;margin:0 0 8px}
.cebeci-cam-veranda-projects p{color:#5b6b82;margin:0 0 30px}
.cebeci-cam-veranda-projects .grid{display:grid;grid-template-columns:repeat(var(--cam-veranda-project-cols,5),1fr);gap:18px}
.cebeci-cam-veranda-projects article{height:150px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e9eef5,#cbd6e5)}
.cebeci-cam-veranda-projects img{width:100%;height:100%;object-fit:cover}
.cebeci-cam-veranda-lead-cta{padding:32px 0 70px}
.cebeci-cam-veranda-lead-cta__box{min-height:170px;border-radius:20px;background:linear-gradient(90deg,#0d2341 0%,#112a4d 52%,rgba(17,42,77,.15) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 44px;overflow:hidden;box-shadow:0 22px 58px rgba(13,35,65,.14)}
.cebeci-cam-veranda-lead-cta h2{margin:0 0 10px;color:#fff;font-size:28px}
.cebeci-cam-veranda-lead-cta p{margin:0 0 20px;color:#d5dfed}
.cebeci-cam-veranda-lead-cta a{display:inline-flex;padding:14px 24px;background:#fff;color:#0d2341;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}
.cebeci-cam-veranda-lead-cta img{height:170px;width:420px;object-fit:cover;border-radius:16px;margin:-34px -44px -34px 0}
@media(max-width:1024px){.cebeci-cam-veranda-overview__grid,.cebeci-cam-veranda-tech__box{grid-template-columns:1fr}.cebeci-cam-veranda-tech .callouts{padding:0 30px 30px;grid-template-columns:repeat(2,1fr)}.cebeci-cam-veranda-usage-cta .cebeci-container{grid-template-columns:1fr}.cebeci-cam-veranda-features article{border-right:0;border-bottom:1px solid rgba(13,35,65,.08)}}
@media(max-width:767px){.cebeci-cam-veranda-hero,.cebeci-cam-veranda-hero__inner{min-height:auto}.cebeci-cam-veranda-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.35) 100%),var(--cam-veranda-hero-img,none)}.cebeci-cam-veranda-hero__content{padding:38px 0 148px}.cebeci-cam-veranda-hero__actions a{width:100%;justify-content:center}.cebeci-cam-veranda-hero__float{left:16px;right:16px;bottom:24px}.cebeci-cam-veranda-tabs .cebeci-container>div{overflow:auto;display:flex}.cebeci-cam-veranda-tabs a{min-width:150px}.cebeci-cam-veranda-overview__grid{gap:18px}.cebeci-cam-veranda-overview .main-img{min-height:240px}.cebeci-cam-veranda-features__grid,.cebeci-cam-veranda-usage-cta .usage>div,.cebeci-cam-veranda-projects .grid{grid-template-columns:repeat(2,1fr)}.cebeci-cam-veranda-features article{padding:20px;display:block;text-align:center}.cebeci-cam-veranda-features i{margin:0 auto 12px}.cebeci-cam-veranda-tech .dark>div{grid-template-columns:1fr}.cebeci-cam-veranda-tech .callouts{grid-template-columns:1fr}.cebeci-cam-veranda-usage-cta .cta{display:block}.cebeci-cam-veranda-usage-cta .cta img{width:100%;margin-top:18px}.cebeci-cam-veranda-lead-cta__box{display:block;padding:28px}.cebeci-cam-veranda-lead-cta img{width:100%;height:160px;margin:18px 0 0}}

/* Teras ve Bahçe Çözümleri page widgets */
.cebeci-tb-hero{position:relative;min-height:560px;background:#eef4fb;overflow:hidden}.cebeci-tb-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 24%,rgba(255,255,255,.74) 44%,rgba(255,255,255,.08) 68%),var(--tb-hero-img,linear-gradient(135deg,#eef4fb,#cfd9e6));background-size:cover;background-position:center right}.cebeci-tb-hero__inner{position:relative;min-height:560px}.cebeci-tb-hero__content{width:min(570px,100%);padding:58px 0}.tb-breadcrumb{font-size:13px;color:#65748a;margin:0 0 46px}.cebeci-tb-hero__title{margin:0 0 18px;color:#0d2341;font-size:clamp(42px,4.8vw,70px);font-weight:950;line-height:1.02;text-transform:uppercase;letter-spacing:-.055em}.cebeci-tb-hero__title span{display:block;color:#f58220}.cebeci-tb-hero__content h2{margin:0 0 20px;color:#0d2341;font-size:21px;font-weight:900}.cebeci-tb-hero__content p{color:#31445f;line-height:1.75;font-size:16px;margin:0;max-width:540px}.cebeci-tb-hero__features{display:grid;grid-template-columns:repeat(var(--tb-hero-cols,4),1fr);gap:20px;margin:38px 0 30px;max-width:545px}.cebeci-tb-hero__features div{text-align:center}.cebeci-tb-hero__features i{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 9px;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 16px 38px rgba(13,35,65,.10);color:#0d2341}.cebeci-tb-hero__features svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}.cebeci-tb-hero__features span{font-size:12px;font-weight:850;color:#0d2341}.cebeci-tb-hero__actions{display:flex;gap:18px;flex-wrap:wrap}.cebeci-tb-hero__actions a{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 28px;border-radius:10px;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:900}.cebeci-tb-hero__actions .primary{background:#f58220;color:#fff;box-shadow:0 16px 34px rgba(245,130,32,.24)}.cebeci-tb-hero__actions .secondary{background:#fff;color:#0d2341;border:1px solid rgba(13,35,65,.14)}.cebeci-tb-hero__float{position:absolute;right:6%;bottom:42px;display:flex;align-items:center;gap:18px;max-width:370px;background:rgba(255,255,255,.94);border:1px solid rgba(13,35,65,.08);border-radius:20px;padding:20px 22px;box-shadow:0 24px 62px rgba(13,35,65,.16);backdrop-filter:blur(16px)}.cebeci-tb-hero__float strong{display:block;color:#0d2341;font-size:15px;line-height:1.35}.cebeci-tb-hero__float span{display:block;color:#53647a;font-size:13px;margin-top:3px}.cebeci-tb-hero__float i{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#f58220;color:#fff;display:grid;place-items:center;font-style:normal;font-size:28px}
.tb-section-head{text-align:center;margin:0 0 34px}.tb-section-head h2{margin:0 0 10px;color:#0d2341;font-size:clamp(26px,2.4vw,36px);font-weight:950;text-transform:uppercase;letter-spacing:-.03em}.tb-section-head p{margin:0;color:#4e6077;font-size:15px}.cebeci-tb-solutions{padding:62px 0 42px;background:#fff}.cebeci-tb-solutions__grid{display:grid;grid-template-columns:repeat(var(--tb-sol-cols,3),1fr);gap:22px}.cebeci-tb-solution{background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(13,35,65,.06);transition:.25s}.cebeci-tb-solution:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(13,35,65,.12)}.cebeci-tb-solution__image{height:260px;background:#dfe7f1 center/cover no-repeat;position:relative}.cebeci-tb-solution__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(255,255,255,.82) 100%)}.cebeci-tb-solution__image i{position:absolute;left:26px;bottom:-42px;z-index:2;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#f58220;box-shadow:0 18px 45px rgba(13,35,65,.14)}.cebeci-tb-solution__image svg{width:38px;height:38px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-tb-solution__body{padding:62px 28px 30px}.cebeci-tb-solution h3{margin:0 0 14px;color:#0d2341;font-size:25px;font-weight:950;text-transform:uppercase}.cebeci-tb-solution p{color:#31445f;line-height:1.7;margin:0 0 20px}.cebeci-tb-solution ul{list-style:none;margin:0 0 24px;padding:0}.cebeci-tb-solution li{position:relative;padding:7px 0 7px 28px;color:#0d2341;font-size:14px}.cebeci-tb-solution li:before{content:"✓";position:absolute;left:0;top:7px;color:#0d2341;font-weight:900}.cebeci-tb-solution a,.cebeci-tb-comp a{display:inline-flex;gap:14px;align-items:center;color:#f58220;text-decoration:none;font-weight:900}.cebeci-tb-complementary{padding:30px 0}.cebeci-tb-complementary__grid{display:grid;grid-template-columns:repeat(var(--tb-comp-cols,3),1fr);gap:20px}.cebeci-tb-comp{display:grid;grid-template-columns:140px 1fr;gap:20px;align-items:center;padding:0;background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:16px;overflow:hidden;box-shadow:0 15px 42px rgba(13,35,65,.06)}.cebeci-tb-comp__img{height:150px;background:#dfe7f1 center/cover no-repeat}.cebeci-tb-comp h3{margin:0 0 10px;color:#0d2341;font-size:18px;font-weight:950;text-transform:uppercase}.cebeci-tb-comp p{margin:0 0 15px;color:#3f5169;font-size:14px;line-height:1.6}.cebeci-tb-why{padding:54px 0 36px}.cebeci-tb-why h2{text-align:center;color:#0d2341;margin:0 0 36px;font-size:clamp(24px,2.2vw,34px);text-transform:uppercase;font-weight:950}.cebeci-tb-why__grid{display:grid;grid-template-columns:repeat(var(--tb-why-cols,5),1fr);gap:24px}.cebeci-tb-why article{display:flex;gap:18px;align-items:flex-start}.cebeci-tb-why i{flex:0 0 46px;color:#0d2341}.cebeci-tb-why svg{width:38px;height:38px;stroke:currentColor;fill:none;stroke-width:1.65}.cebeci-tb-why h3{margin:0 0 8px;color:#0d2341;font-size:15px;font-weight:950}.cebeci-tb-why p{margin:0;color:#4e6077;line-height:1.55;font-size:13px}.cebeci-tb-projects{padding:42px 0}.cebeci-tb-projects__wrap{display:grid;grid-template-columns:40px 1fr 40px;gap:20px;align-items:center}.cebeci-tb-projects__wrap button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(13,35,65,.18);background:#fff;color:#0d2341;font-size:24px}.cebeci-tb-projects__grid{display:grid;grid-template-columns:repeat(var(--tb-project-cols,5),1fr);gap:18px}.cebeci-tb-projects__item{height:150px;border-radius:13px;background:#dfe7f1 center/cover no-repeat;overflow:hidden;position:relative;box-shadow:0 15px 35px rgba(13,35,65,.08)}.cebeci-tb-projects__item span{position:absolute;left:12px;right:12px;bottom:10px;color:#fff;font-size:12px;font-weight:850;opacity:0;transition:.2s}.cebeci-tb-projects__item:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(0deg,rgba(13,35,65,.66),transparent);opacity:0;transition:.2s}.cebeci-tb-projects__item:hover:after,.cebeci-tb-projects__item:hover span{opacity:1}.cebeci-tb-projects__all{display:flex;width:max-content;margin:28px auto 0;padding:15px 34px;border:1px solid #f58220;border-radius:10px;color:#f58220;text-decoration:none;font-weight:900;gap:14px;background:#fff}.cebeci-tb-cta{padding:30px 0 70px}.cebeci-tb-cta__box{display:grid;grid-template-columns:110px 1fr 360px;gap:26px;align-items:center;padding:34px 42px;border-radius:18px;background:linear-gradient(90deg,#0d2341 0%,#12294a 48%,rgba(13,35,65,.55) 100%);color:#fff;overflow:hidden;box-shadow:0 24px 66px rgba(13,35,65,.16)}.cebeci-tb-cta__box>i{width:86px;height:86px;border:1px solid rgba(255,255,255,.45);border-radius:20px;display:grid;place-items:center}.cebeci-tb-cta__box svg{width:48px;height:48px;stroke:currentColor;fill:none;stroke-width:1.6}.cebeci-tb-cta h2{margin:0 0 10px;color:#fff;font-size:26px;font-weight:950;text-transform:uppercase}.cebeci-tb-cta p{margin:0 0 20px;color:rgba(255,255,255,.78);line-height:1.6}.cebeci-tb-cta a{height:46px;display:inline-flex;align-items:center;gap:14px;padding:0 24px;border-radius:8px;background:#fff;color:#0d2341;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}.cebeci-tb-cta img{max-width:100%;height:140px;object-fit:cover;border-radius:14px}
@media(max-width:1024px){.cebeci-tb-hero__float{right:24px}.cebeci-tb-comp{grid-template-columns:110px 1fr}.cebeci-tb-cta__box{grid-template-columns:80px 1fr}.cebeci-tb-cta img{display:none}.cebeci-tb-projects__wrap{grid-template-columns:1fr}.cebeci-tb-projects__wrap button{display:none}}@media(max-width:767px){.cebeci-tb-hero,.cebeci-tb-hero__inner{min-height:auto}.cebeci-tb-hero:before{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.38) 100%),var(--tb-hero-img,linear-gradient(135deg,#eef4fb,#cfd9e6));background-position:center}.cebeci-tb-hero__content{padding:36px 0 154px}.tb-breadcrumb{margin-bottom:30px}.cebeci-tb-hero__actions a{width:100%}.cebeci-tb-hero__float{left:16px;right:16px;bottom:24px}.cebeci-tb-solution__image{height:210px}.cebeci-tb-complementary__grid,.cebeci-tb-solutions__grid,.cebeci-tb-why__grid,.cebeci-tb-projects__grid{gap:14px}.cebeci-tb-comp{grid-template-columns:1fr}.cebeci-tb-comp__img{height:155px}.cebeci-tb-comp div:not(.cebeci-tb-comp__img){padding:0 18px 20px}.cebeci-tb-why article{background:#fff;border:1px solid rgba(13,35,65,.08);border-radius:16px;padding:18px}.cebeci-tb-cta__box{grid-template-columns:1fr;padding:28px 22px}.cebeci-tb-cta__box>i{width:70px;height:70px}}

/* Hakkımızda Page Widgets v2.7.2 */
.cebeci-hk-hero,.cebeci-hk-stats,.cebeci-hk-ps,.cebeci-hk-why,.cebeci-hk-process,.cebeci-hk-cert,.cebeci-hk-cta{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#0D2341}.cebeci-container{max-width:var(--cebeci-container,1320px);margin:0 auto;padding-left:24px;padding-right:24px}.cebeci-hk-hero{position:relative;padding:42px 0 0;background:#fff;overflow:hidden}.cebeci-hk-hero__grid{display:grid;grid-template-columns:44% 56%;min-height:560px;align-items:stretch}.cebeci-hk-hero__content{position:relative;z-index:2;padding:18px 0 88px}.hk-breadcrumb{font-size:13px;color:#5f6c7e;margin-bottom:56px}.hk-eyebrow{font-size:14px;font-weight:900;text-transform:uppercase;color:#f15a24;margin-bottom:22px}.cebeci-hk-hero__title{font-size:54px;line-height:1.06;font-weight:950;letter-spacing:-1.8px;margin:0 0 26px;color:#0D2341;text-transform:uppercase}.cebeci-hk-hero__title span{display:block;color:#f15a24}.cebeci-hk-hero__desc{font-size:17px;line-height:1.85;color:#223653;max-width:520px;font-weight:600}.cebeci-hk-hero__features{display:grid;grid-template-columns:repeat(var(--hk-hero-cols,4),1fr);gap:26px;margin-top:54px;max-width:560px}.cebeci-hk-hero__features div{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;font-weight:800;font-size:13px}.cebeci-hk-hero__features i{width:48px;height:48px;display:grid;place-items:center}.cebeci-hk-hero svg{width:32px;height:32px;stroke:#0D2341;fill:none;stroke-width:1.8}.cebeci-hk-hero__visual{position:relative;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.85) 9%,rgba(255,255,255,.08) 26%,rgba(255,255,255,0) 46%),var(--hk-hero-img);background-size:cover;background-position:center;border-bottom-left-radius:6px}.cebeci-hk-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0))}.cebeci-hk-stats{margin-top:-66px;position:relative;z-index:4;padding:0 0 42px}.cebeci-hk-stats__box{display:grid;grid-template-columns:repeat(var(--hk-stat-cols,5),1fr);background:#071b39;color:#fff;border-radius:14px;padding:32px 42px;box-shadow:0 28px 80px rgba(7,27,57,.22)}.cebeci-hk-stats__box article{display:grid;grid-template-columns:auto 1fr;gap:0 18px;align-items:center;border-right:1px solid rgba(255,255,255,.14);padding:0 22px}.cebeci-hk-stats__box article:last-child{border-right:0}.cebeci-hk-stats__box i{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center}.cebeci-hk-stats__box svg{width:34px;height:34px;stroke:#fff;fill:none;stroke-width:1.8}.cebeci-hk-stats__box b{font-size:38px;line-height:1;color:#ff5a1f;font-weight:950}.cebeci-hk-stats__box span{font-size:14px;font-weight:700;color:#eaf0f7}.cebeci-hk-ps{padding:18px 0 50px}.cebeci-hk-ps__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.cebeci-hk-card{background:#fff;border:1px solid #e5ebf3;border-radius:18px;box-shadow:0 22px 70px rgba(13,35,65,.07);overflow:hidden}.cebeci-hk-prod{display:grid;grid-template-columns:48% 52%;min-height:520px}.cebeci-hk-card__text,.cebeci-hk-show{padding:42px}.cebeci-hk-card em,.cebeci-hk-show em{font-style:normal;color:#f15a24;text-transform:uppercase;font-weight:900;font-size:13px}.cebeci-hk-card h2{font-size:36px;line-height:1.12;margin:14px 0 20px;font-weight:950;letter-spacing:-.8px}.cebeci-hk-card p{font-size:15px;line-height:1.8;color:#354760;font-weight:600}.cebeci-hk-card ul{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:16px}.cebeci-hk-card li{position:relative;padding-left:28px;font-weight:700;color:#283c59}.cebeci-hk-card li:before{content:"✓";position:absolute;left:0;top:-1px;color:#f15a24;border:1px solid #f15a24;border-radius:50%;width:17px;height:17px;font-size:11px;display:grid;place-items:center}.cebeci-hk-prod__img{background:#eef3f8 center/cover no-repeat;min-height:420px}.cebeci-hk-show__list{display:grid;gap:18px;margin:30px 0}.cebeci-hk-show__item{display:grid;grid-template-columns:auto 1fr 150px;gap:18px;align-items:center;background:#f8fafc;border-radius:14px;padding:16px}.cebeci-hk-show__item i{width:42px;height:42px;display:grid;place-items:center;color:#f15a24}.cebeci-hk-show__item svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.8}.cebeci-hk-show__item strong{display:block;font-size:16px;font-weight:950}.cebeci-hk-show__item span{display:block;font-size:13px;line-height:1.6;font-weight:700;color:#4a5c73}.cebeci-hk-show__item img{width:150px;height:76px;object-fit:cover;border-radius:10px}.cebeci-hk-show a{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-width:220px;height:54px;border:1.5px solid #f15a24;border-radius:10px;color:#f15a24;font-weight:900;text-decoration:none}.cebeci-hk-why,.cebeci-hk-process,.cebeci-hk-cert{padding:36px 0;text-align:center}.cebeci-hk-why h2,.cebeci-hk-process h2,.cebeci-hk-cert h2{font-size:32px;line-height:1.15;margin:0 0 34px;text-transform:uppercase;font-weight:950;position:relative}.cebeci-hk-why h2:after,.cebeci-hk-process h2:after,.cebeci-hk-cert h2:after{content:"";display:block;width:54px;height:3px;background:#f15a24;margin:14px auto 0;border-radius:99px}.cebeci-hk-why__grid{display:grid;grid-template-columns:repeat(var(--hk-why-cols,4),1fr);gap:24px}.cebeci-hk-why article{background:#fff;border:1px solid #e5ebf3;border-radius:16px;padding:42px 28px;box-shadow:0 18px 55px rgba(13,35,65,.06)}.cebeci-hk-why i{width:66px;height:66px;margin:0 auto 20px;display:grid;place-items:center}.cebeci-hk-why svg{width:44px;height:44px;stroke:#0D2341;fill:none;stroke-width:1.7}.cebeci-hk-why h3{font-size:19px;margin:0 0 12px;font-weight:950}.cebeci-hk-why p,.cebeci-hk-process p{font-size:14px;line-height:1.7;color:#40516a;font-weight:600;margin:0}.cebeci-hk-process__grid{display:grid;grid-template-columns:repeat(var(--hk-process-cols,5),1fr);gap:18px;position:relative}.cebeci-hk-process__grid:before{content:"";position:absolute;left:9%;right:9%;top:29px;border-top:1px dashed #ccd6e4}.cebeci-hk-process article{position:relative;padding:0 12px;z-index:1}.cebeci-hk-process b{display:grid;place-items:center;width:34px;height:34px;background:#f15a24;color:#fff;border-radius:50%;margin:0 auto 18px;font-weight:950}.cebeci-hk-process i{width:82px;height:82px;border-radius:50%;background:#f5f7fb;display:grid;place-items:center;margin:0 auto 18px;border:1px solid #e7edf5}.cebeci-hk-process svg{width:40px;height:40px;stroke:#0D2341;fill:none;stroke-width:1.8}.cebeci-hk-process h3{font-size:18px;margin:0 0 10px;font-weight:950}.cebeci-hk-cert__box{display:grid;grid-template-columns:repeat(var(--hk-cert-cols,5),1fr);background:#fff;border:1px solid #e5ebf3;border-radius:16px;box-shadow:0 18px 55px rgba(13,35,65,.06);overflow:hidden}.cebeci-hk-cert article{display:flex;align-items:center;gap:18px;text-align:left;padding:28px;border-right:1px solid #e5ebf3}.cebeci-hk-cert article:last-child{border-right:0}.cebeci-hk-cert i{width:50px;height:50px;display:grid;place-items:center;flex:none}.cebeci-hk-cert svg{width:36px;height:36px;stroke:#0D2341;fill:none;stroke-width:1.7}.cebeci-hk-cert h3{font-size:18px;margin:0 0 5px;font-weight:950}.cebeci-hk-cert p{margin:0;font-size:13px;font-weight:700;color:#43546b}.cebeci-hk-cta{padding:36px 0 70px}.cebeci-hk-cta__box{display:grid;grid-template-columns:44% 56%;min-height:260px;background:#071b39;border-radius:16px;overflow:hidden;color:#fff;box-shadow:0 28px 80px rgba(7,27,57,.18)}.cebeci-hk-cta__img{background:#123 center/cover no-repeat;min-height:260px;position:relative}.cebeci-hk-cta__img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,27,57,0),#071b39)}.cebeci-hk-cta__content{padding:44px 52px}.cebeci-hk-cta h2{font-size:34px;line-height:1.15;margin:0 0 14px;font-weight:950;max-width:600px}.cebeci-hk-cta p{font-size:15px;color:#d9e4f2;line-height:1.7;font-weight:600;margin:0 0 28px}.cebeci-hk-cta__content>div{display:flex;gap:16px;flex-wrap:wrap}.cebeci-hk-cta a{height:56px;padding:0 28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-weight:950}.cebeci-hk-cta .primary{background:#f15a24;color:#fff}.cebeci-hk-cta .secondary{background:#fff;color:#0D2341}
@media(max-width:1024px){.cebeci-hk-hero__grid,.cebeci-hk-ps__grid,.cebeci-hk-prod,.cebeci-hk-cta__box{grid-template-columns:1fr}.cebeci-hk-hero__visual{min-height:420px}.cebeci-hk-hero__content{padding-bottom:40px}.cebeci-hk-stats{margin-top:0}.cebeci-hk-stats__box article,.cebeci-hk-cert article{border-right:0}.cebeci-hk-show__item{grid-template-columns:auto 1fr}.cebeci-hk-show__item img{display:none}.cebeci-hk-process__grid:before{display:none}.cebeci-hk-cta__img:after{background:linear-gradient(180deg,rgba(7,27,57,0),#071b39)}}@media(max-width:767px){.cebeci-container{padding-left:16px;padding-right:16px}.cebeci-hk-hero{padding-top:24px}.hk-breadcrumb{margin-bottom:28px}.cebeci-hk-hero__title{font-size:34px}.cebeci-hk-hero__desc{font-size:15px}.cebeci-hk-hero__features{gap:16px;margin-top:30px}.cebeci-hk-stats__box{padding:20px;gap:18px}.cebeci-hk-stats__box article{padding:0}.cebeci-hk-stats__box b{font-size:28px}.cebeci-hk-card__text,.cebeci-hk-show,.cebeci-hk-cta__content{padding:26px}.cebeci-hk-card h2,.cebeci-hk-cta h2{font-size:27px}.cebeci-hk-why h2,.cebeci-hk-process h2,.cebeci-hk-cert h2{font-size:25px}.cebeci-hk-cert__box{gap:0}.cebeci-hk-cert article{padding:22px}.cebeci-hk-cta a{width:100%}}

/* Cebeci İletişim Widgets v2.7.3 */
.cebeci-ilet-breadcrumb{font-size:13px;color:#6b7890;margin:0 0 34px}.cebeci-ilet-hero{background:#fff;padding:38px 0 48px}.cebeci-ilet-hero__grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);gap:42px;align-items:center}.cebeci-ilet-hero__content em,.cebeci-ilet-section-head:after{color:#f35b22}.cebeci-ilet-hero__content em{display:block;font-style:normal;text-transform:uppercase;font-weight:800;font-size:13px;letter-spacing:.03em;margin-bottom:14px}.cebeci-ilet-hero h1{font-size:58px;line-height:.98;margin:0 0 22px;color:#0d2341;font-weight:900;letter-spacing:-.045em}.cebeci-ilet-hero h1 span{display:block;color:#f35b22}.cebeci-ilet-hero__desc{font-size:17px;line-height:1.8;color:#2d405f;max-width:560px}.cebeci-ilet-hero__features{display:grid;grid-template-columns:repeat(var(--ilet-hero-feature-cols,4),1fr);gap:18px;margin:34px 0}.cebeci-ilet-hero__features div{display:flex;flex-direction:column;gap:9px;align-items:center;text-align:center;font-size:12px;font-weight:800;color:#0d2341}.cebeci-ilet-hero__features i{width:46px;height:46px;border:1px solid #e8edf4;border-radius:18px;display:grid;place-items:center;color:#0d2341;background:#fff}.cebeci-ilet-hero__features svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cebeci-ilet-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.cebeci-ilet-btn{height:56px;padding:0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:16px;text-decoration:none;font-weight:900;font-size:13px;text-transform:uppercase;transition:.2s ease}.cebeci-ilet-btn--primary{background:#f35b22;color:#fff;box-shadow:0 12px 24px rgba(243,91,34,.22)}.cebeci-ilet-btn--secondary{background:#fff;color:#0d2341;border:1px solid #d8e0ec}.cebeci-ilet-btn:hover{transform:translateY(-2px)}.cebeci-ilet-hero__visual{min-height:520px;border-radius:0 0 0 54px;background:linear-gradient(135deg,#edf3fa,#d7e1ed);background-size:cover;background-position:center;position:relative;box-shadow:0 26px 70px rgba(13,35,65,.14)}.cebeci-ilet-hero__visual:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:220px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.85) 34%,rgba(255,255,255,0) 100%)}.cebeci-ilet-hero__phone{position:absolute;right:34px;bottom:34px;width:min(430px,86%);background:#fff;border:1px solid #e7edf5;border-radius:16px;box-shadow:0 20px 50px rgba(13,35,65,.18);padding:24px;display:flex;align-items:center;gap:16px}.cebeci-ilet-hero__phone i{color:#0d2341}.cebeci-ilet-hero__phone i svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}.cebeci-ilet-hero__phone strong{display:block;font-size:22px;color:#0d2341}.cebeci-ilet-hero__phone span{display:block;color:#52617a;font-size:14px;line-height:1.5}.cebeci-ilet-hero__phone a{margin-left:auto;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#f35b22;color:#fff;text-decoration:none;font-size:26px}.cebeci-ilet-info{padding:26px 0}.cebeci-ilet-info__bar{display:grid;grid-template-columns:repeat(var(--ilet-info-cols,4),1fr);background:#0d2341;color:#fff;border-radius:10px;padding:30px 34px;box-shadow:0 20px 50px rgba(13,35,65,.18);gap:20px}.cebeci-ilet-info article{display:flex;gap:18px;align-items:flex-start;border-right:1px solid rgba(255,255,255,.14)}.cebeci-ilet-info article:last-child{border-right:0}.cebeci-ilet-info i{color:#fff;opacity:.92}.cebeci-ilet-info svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6}.cebeci-ilet-info h3{margin:0 0 6px;color:#f35b22;font-size:16px}.cebeci-ilet-info a{color:#fff;text-decoration:none;font-size:17px;font-weight:900}.cebeci-ilet-info p{margin:4px 0 0;color:#b8c5d7;font-size:13px}.cebeci-ilet-section-head{text-align:center;margin-bottom:34px}.cebeci-ilet-section-head h2{margin:0;color:#0d2341;font-size:32px;line-height:1.1;font-weight:900}.cebeci-ilet-section-head:after{content:"";display:block;width:50px;height:3px;background:#f35b22;margin:12px auto 0;border-radius:20px}.cebeci-ilet-section-head p{max-width:740px;margin:14px auto 0;color:#52617a;line-height:1.7}.cebeci-ilet-formmap{padding:38px 0}.cebeci-ilet-formmap__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px}.cebeci-ilet-formmap__card,.cebeci-ilet-formmap__mapcard{background:#fff;border:1px solid #e5ebf3;border-radius:14px;box-shadow:0 18px 48px rgba(13,35,65,.08);overflow:hidden}.cebeci-ilet-formmap__card{padding:34px}.cebeci-ilet-formmap h2{margin:0 0 8px;color:#0d2341;font-size:28px}.cebeci-ilet-formmap p{color:#52617a;line-height:1.7}.cebeci-ilet-form{display:grid;gap:14px;margin-top:24px}.cebeci-ilet-form div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cebeci-ilet-form input,.cebeci-ilet-form select,.cebeci-ilet-form textarea{width:100%;border:1px solid #dfe7f1;border-radius:8px;background:#fff;padding:15px 16px;font:inherit;color:#0d2341}.cebeci-ilet-form textarea{min-height:130px;resize:vertical}.cebeci-ilet-form button{border:0;background:#f35b22;color:#fff;border-radius:8px;height:54px;font-weight:900;text-transform:uppercase;cursor:pointer}.cebeci-ilet-formmap small{display:block;margin-top:18px;color:#52617a}.cebeci-ilet-map{height:300px;background:#eaf0f7;overflow:hidden}.cebeci-ilet-map iframe,.cebeci-ilet-map img{width:100%;height:100%;border:0;object-fit:cover}.cebeci-ilet-map__placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#0d2341}.cebeci-ilet-map__placeholder span{font-size:44px}.cebeci-ilet-rooms{padding:24px}.cebeci-ilet-rooms h3{margin:0 0 18px;color:#0d2341;font-size:22px}.cebeci-ilet-room{display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;padding:16px 0;border-top:1px solid #edf2f7}.cebeci-ilet-room img{width:110px;height:82px;object-fit:cover;border-radius:8px}.cebeci-ilet-room strong{display:block;color:#0d2341;font-size:17px}.cebeci-ilet-room span{display:block;color:#52617a;font-size:13px;line-height:1.5;margin-top:5px}.cebeci-ilet-room a,.cebeci-ilet-showrooms article a{border:1px solid #f35b22;border-radius:8px;color:#f35b22;text-decoration:none;font-size:12px;font-weight:900;text-transform:uppercase;padding:13px 18px;white-space:nowrap}.cebeci-ilet-showrooms,.cebeci-ilet-why,.cebeci-ilet-areas,.cebeci-ilet-faqcta{padding:42px 0}.cebeci-ilet-showrooms__grid{display:grid;grid-template-columns:repeat(var(--ilet-show-cols,2),1fr);gap:26px}.cebeci-ilet-showrooms article{background:#fff;border:1px solid #e5ebf3;border-radius:14px;overflow:hidden;box-shadow:0 18px 48px rgba(13,35,65,.08)}.cebeci-ilet-showrooms article>img,.cebeci-ilet-imgph{width:100%;height:300px;object-fit:cover;background:linear-gradient(135deg,#dce6f0,#f5f8fb)}.cebeci-ilet-showrooms article>div{padding:26px}.cebeci-ilet-showrooms h3{margin:0;color:#0d2341;font-size:22px}.cebeci-ilet-showrooms p{color:#52617a;line-height:1.6}.cebeci-ilet-showrooms article a{display:inline-flex;gap:12px;align-items:center;margin-top:8px}.cebeci-ilet-why__grid{display:grid;grid-template-columns:repeat(var(--ilet-why-cols,4),1fr);gap:22px}.cebeci-ilet-why article{text-align:center;background:#fff;border:1px solid #e8edf4;border-radius:13px;padding:34px 24px;box-shadow:0 12px 34px rgba(13,35,65,.06)}.cebeci-ilet-why i{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:0 auto 16px;color:#0d2341;background:#f5f8fc}.cebeci-ilet-why svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7}.cebeci-ilet-why h3{margin:0 0 10px;color:#0d2341}.cebeci-ilet-why p{margin:0;color:#52617a;line-height:1.65}.cebeci-ilet-areas__grid{display:grid;grid-template-columns:repeat(var(--ilet-area-cols,6),1fr);gap:16px}.cebeci-ilet-areas a{height:58px;border:1px solid #e5ebf3;border-radius:10px;background:#fff;text-decoration:none;color:#0d2341;display:flex;align-items:center;gap:12px;padding:0 20px;font-weight:800;box-shadow:0 10px 26px rgba(13,35,65,.04)}.cebeci-ilet-areas svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.cebeci-ilet-faqgrid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:stretch}.cebeci-ilet-faq__item{background:#fff;border:1px solid #e5ebf3;border-radius:12px;margin-bottom:12px;box-shadow:0 10px 24px rgba(13,35,65,.05);overflow:hidden}.cebeci-ilet-faq__item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:18px;padding:20px 24px;color:#0d2341;font-weight:900}.cebeci-ilet-faq__item summary::-webkit-details-marker{display:none}.cebeci-ilet-faq__item summary span{color:#f35b22}.cebeci-ilet-faq__item p{margin:0;padding:0 24px 22px;color:#52617a;line-height:1.7}.cebeci-ilet-faqimg{min-height:430px;border-radius:14px;background:linear-gradient(135deg,#e6edf5,#cfdce9);background-size:cover;background-position:center;box-shadow:0 18px 48px rgba(13,35,65,.08)}.cebeci-ilet-cta{margin-top:44px;display:grid;grid-template-columns:.9fr 1.1fr;background:#0d2341;border-radius:14px;overflow:hidden;box-shadow:0 20px 55px rgba(13,35,65,.16)}.cebeci-ilet-cta__img{min-height:260px;background:linear-gradient(135deg,#d6e0eb,#edf3f8);background-size:cover;background-position:center}.cebeci-ilet-cta__content{padding:46px;color:#fff}.cebeci-ilet-cta h2{margin:0 0 14px;color:#fff;font-size:36px;line-height:1.1}.cebeci-ilet-cta p{color:#c4d0df;line-height:1.7;margin-bottom:26px}.cebeci-ilet-cta .cebeci-ilet-btn--secondary{background:#fff;color:#0d2341}@media(max-width:1024px){.cebeci-ilet-hero__grid,.cebeci-ilet-formmap__grid,.cebeci-ilet-faqgrid,.cebeci-ilet-cta{grid-template-columns:1fr}.cebeci-ilet-hero__visual{min-height:420px;border-radius:22px}.cebeci-ilet-info article{border-right:0}.cebeci-ilet-room{grid-template-columns:90px 1fr}.cebeci-ilet-room a{grid-column:2}.cebeci-ilet-cta__img{min-height:220px}}@media(max-width:767px){.cebeci-ilet-hero{padding:24px 0 34px}.cebeci-ilet-breadcrumb{margin-bottom:22px}.cebeci-ilet-hero h1{font-size:38px}.cebeci-ilet-hero__desc{font-size:15px}.cebeci-ilet-hero__features{gap:12px}.cebeci-ilet-hero__visual{min-height:360px}.cebeci-ilet-hero__phone{left:16px;right:16px;bottom:16px;width:auto;padding:16px}.cebeci-ilet-hero__phone strong{font-size:18px}.cebeci-ilet-hero__phone a{width:48px;height:48px}.cebeci-ilet-btn{width:100%}.cebeci-ilet-info__bar{padding:22px;gap:18px}.cebeci-ilet-formmap__card{padding:24px}.cebeci-ilet-form div{grid-template-columns:1fr}.cebeci-ilet-map{height:240px}.cebeci-ilet-showrooms article>img,.cebeci-ilet-imgph{height:220px}.cebeci-ilet-areas__grid{gap:10px}.cebeci-ilet-areas a{height:52px;padding:0 14px}.cebeci-ilet-faqimg{min-height:260px}.cebeci-ilet-cta__content{padding:28px}.cebeci-ilet-cta h2{font-size:28px}}

/* Cebeci Referanslar Sayfası */
.cebeci-ref-hero,.cebeci-ref-stats,.cebeci-ref-filters,.cebeci-ref-gallery,.cebeci-ref-areas,.cebeci-ref-reviews,.cebeci-ref-cta-wrap{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#0d2341}.cebeci-container{max-width:var(--cebeci-container,1320px);margin:0 auto;padding:0 24px}.cebeci-ref-breadcrumb{font-size:13px;color:#64748b;margin-bottom:36px}.cebeci-ref-hero{padding:34px 0 26px;background:#fff}.cebeci-ref-hero__grid{display:grid;grid-template-columns:minmax(360px,.86fr) 1.14fr;gap:58px;align-items:center}.cebeci-ref-hero em{display:block;margin-bottom:18px;color:#f58220;font-style:normal;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cebeci-ref-hero h1{margin:0 0 24px;color:#0d2341;font-size:clamp(42px,4.2vw,66px);line-height:1.03;font-weight:950;letter-spacing:-.045em}.cebeci-ref-hero h1 span{display:block;color:#f58220}.cebeci-ref-hero__desc{max-width:520px;margin:0 0 32px;color:#34445f;font-size:16px;line-height:1.8}.cebeci-ref-hero__btn{display:inline-flex;align-items:center;gap:14px;height:56px;padding:0 28px;border-radius:10px;background:#f58220;color:#fff!important;text-decoration:none;font-size:13px;font-weight:950;text-transform:uppercase;box-shadow:0 18px 40px rgba(245,130,32,.24)}.cebeci-ref-hero__collage{display:grid;grid-template-columns:repeat(var(--ref-hero-cols,3),1fr);gap:12px}.cebeci-ref-hero__img{position:relative;min-height:150px;aspect-ratio:1.36/1;background:linear-gradient(135deg,#eef4fb,#cfd9e6);background-size:cover;background-position:center;border-radius:12px;overflow:hidden;box-shadow:0 18px 36px rgba(13,35,65,.09);margin:0}.cebeci-ref-hero__img.is-big{grid-row:span 2;aspect-ratio:auto}.cebeci-ref-hero__img span{display:none}.cebeci-ref-stats{padding:18px 0 38px;background:#fff}.cebeci-ref-stats__bar{display:grid;grid-template-columns:repeat(var(--ref-stat-cols,5),1fr);gap:0;background:#0d2341;border-radius:16px;box-shadow:0 28px 70px rgba(13,35,65,.18);overflow:hidden}.cebeci-ref-stats article{min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;border-right:1px solid rgba(255,255,255,.16);color:#fff}.cebeci-ref-stats article:last-child{border-right:0}.cebeci-ref-stats i{width:34px;height:34px;color:#fff}.cebeci-ref-stats svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:1.7}.cebeci-ref-stats strong{font-size:30px;line-height:1;color:#f58220;font-weight:950}.cebeci-ref-stats span{font-size:13px;font-weight:700;color:rgba(255,255,255,.92)}.cebeci-ref-filters{padding:8px 0 28px;background:#fff}.cebeci-ref-filters__wrap{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.cebeci-ref-filter{height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(13,35,65,.14);background:#fff;color:#0d2341;font-size:13px;font-weight:850;cursor:pointer;transition:.2s}.cebeci-ref-filter:hover,.cebeci-ref-filter.is-active{background:#f58220;border-color:#f58220;color:#fff;box-shadow:0 14px 30px rgba(245,130,32,.22)}.cebeci-ref-section-head{text-align:center;margin:0 0 30px}.cebeci-ref-section-head h2{margin:0;color:#0d2341;font-size:30px;line-height:1.15;font-weight:950;letter-spacing:-.025em}.cebeci-ref-section-head h2:after{content:"";display:block;width:42px;height:3px;background:#f58220;border-radius:8px;margin:12px auto 0}.cebeci-ref-section-head p{max-width:660px;margin:14px auto 0;color:#64748b;font-size:15px;line-height:1.7}.cebeci-ref-gallery{padding:18px 0 44px;background:#fff}.cebeci-ref-gallery__grid{display:grid;grid-template-columns:repeat(var(--ref-gallery-cols,6),minmax(0,1fr));gap:var(--ref-gallery-gap,14px)}.cebeci-ref-gallery__item{position:relative;display:block;width:100%;border:0;background:#e8eef6;border-radius:12px;overflow:hidden;padding:0;aspect-ratio:var(--ref-gallery-ratio,1 / 1);cursor:pointer;box-shadow:0 10px 24px rgba(13,35,65,.06);transition:transform .22s ease,box-shadow .22s ease}.cebeci-ref-gallery__item:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(13,35,65,.14)}.cebeci-ref-gallery__photo{position:absolute;inset:0;background:linear-gradient(135deg,#edf3fa,#cbd7e5);background-size:cover;background-position:center;transition:transform .35s ease}.cebeci-ref-gallery__item:hover .cebeci-ref-gallery__photo{transform:scale(1.06)}.cebeci-ref-gallery__overlay{position:absolute;inset:auto 0 0 0;padding:40px 13px 13px;background:linear-gradient(180deg,rgba(13,35,65,0),rgba(13,35,65,.84));color:#fff;text-align:left;opacity:0;transform:translateY(8px);transition:.22s ease}.cebeci-ref-gallery__item:hover .cebeci-ref-gallery__overlay{opacity:1;transform:translateY(0)}.cebeci-ref-gallery__overlay strong{display:block;font-size:13px;font-weight:950;line-height:1.2}.cebeci-ref-gallery__overlay small{display:block;margin-top:4px;font-size:12px;font-weight:700;color:rgba(255,255,255,.82)}.cebeci-ref-gallery__item.is-hidden{display:none!important}.cebeci-ref-gallery__more{text-align:center;margin-top:28px}.cebeci-ref-gallery__more button{height:46px;padding:0 26px;border-radius:10px;border:1px solid rgba(13,35,65,.14);background:#fff;color:#0d2341;font-size:12px;font-weight:950;text-transform:uppercase;cursor:pointer}.cebeci-ref-gallery__more button:hover{border-color:#f58220;color:#f58220}.cebeci-ref-lightbox{position:fixed;z-index:999999;inset:0;display:none;align-items:center;justify-content:center;background:rgba(4,13,30,.88);backdrop-filter:blur(12px);padding:34px}.cebeci-ref-lightbox.is-open{display:flex}.cebeci-ref-lightbox figure{width:min(1040px,92vw);margin:0}.cebeci-ref-lightbox img{display:block;width:100%;max-height:76vh;object-fit:contain;border-radius:16px;background:#101828;box-shadow:0 34px 80px rgba(0,0,0,.36)}.cebeci-ref-lightbox figcaption{margin:14px auto 0;text-align:center;color:#fff}.cebeci-ref-lightbox figcaption strong{display:block;font-size:20px;font-weight:950}.cebeci-ref-lightbox figcaption span{display:block;margin-top:4px;color:#f58220;font-weight:850}.cebeci-ref-lightbox figcaption p{margin:8px auto 0;max-width:560px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.6}.cebeci-ref-lightbox__close,.cebeci-ref-lightbox__nav{position:absolute;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.cebeci-ref-lightbox__close{right:28px;top:24px;width:48px;height:48px;font-size:34px;line-height:1}.cebeci-ref-lightbox__nav{top:50%;transform:translateY(-50%);width:54px;height:54px;font-size:44px;line-height:1}.cebeci-ref-lightbox__nav.prev{left:28px}.cebeci-ref-lightbox__nav.next{right:28px}.cebeci-ref-areas{padding:34px 0;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.cebeci-ref-areas__grid{display:grid;grid-template-columns:repeat(var(--ref-area-cols,6),1fr);gap:12px}.cebeci-ref-areas a{min-height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(13,35,65,.1);border-radius:12px;background:#fff;color:#0d2341;text-decoration:none;font-size:13px;font-weight:850;box-shadow:0 8px 22px rgba(13,35,65,.04)}.cebeci-ref-areas a:hover{border-color:#f58220;color:#f58220}.cebeci-ref-areas svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}.cebeci-ref-reviews{padding:34px 0;background:#f8fafc}.cebeci-ref-reviews__grid{display:grid;grid-template-columns:repeat(var(--ref-review-cols,3),1fr);gap:28px}.cebeci-ref-review{padding:28px;border:1px solid rgba(13,35,65,.08);border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(13,35,65,.06)}.cebeci-ref-review__stars{display:flex;justify-content:space-between;align-items:center;color:#ffae00;font-size:18px;letter-spacing:2px}.cebeci-ref-review__stars b{letter-spacing:0;color:#4285f4;font-size:22px}.cebeci-ref-review p{margin:20px 0;color:#273a56;font-size:15px;line-height:1.75}.cebeci-ref-review__user{display:flex;align-items:center;gap:12px}.cebeci-ref-review__user img,.cebeci-ref-review__user span{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#0d2341;color:#fff;display:grid;place-items:center;font-weight:950}.cebeci-ref-review__user strong{display:block;color:#0d2341;font-size:14px}.cebeci-ref-review__user small{display:block;color:#64748b;font-size:12px}.cebeci-ref-cta-wrap{padding:34px 0 58px;background:#f8fafc}.cebeci-ref-cta{display:grid;grid-template-columns:.92fr 1.08fr;min-height:250px;overflow:hidden;border-radius:18px;background:#0d2341;box-shadow:0 30px 74px rgba(13,35,65,.18)}.cebeci-ref-cta__image{min-height:250px;background:linear-gradient(135deg,#1d3558,#d7e0eb);background-size:cover;background-position:center}.cebeci-ref-cta__content{padding:42px 50px;color:#fff;display:flex;flex-direction:column;justify-content:center}.cebeci-ref-cta h2{max-width:600px;margin:0 0 12px;color:#fff;font-size:34px;line-height:1.08;font-weight:950;letter-spacing:-.035em}.cebeci-ref-cta p{max-width:570px;margin:0 0 26px;color:rgba(255,255,255,.82);font-size:15px;line-height:1.7}.cebeci-ref-cta__content div{display:flex;gap:16px;flex-wrap:wrap}.cebeci-ref-cta a{height:50px;display:inline-flex;align-items:center;gap:12px;padding:0 24px;border-radius:9px;text-decoration:none;font-size:12px;font-weight:950;text-transform:uppercase}.cebeci-ref-cta a.primary{background:#f58220;color:#fff}.cebeci-ref-cta a.secondary{background:#fff;color:#0d2341}@media(max-width:1024px){.cebeci-ref-hero__grid{grid-template-columns:1fr;gap:28px}.cebeci-ref-hero__img.is-big{grid-row:auto}.cebeci-ref-cta{grid-template-columns:1fr}.cebeci-ref-cta__image{min-height:220px}}@media(max-width:767px){.cebeci-container{padding:0 16px}.cebeci-ref-hero{padding-top:24px}.cebeci-ref-breadcrumb{margin-bottom:24px}.cebeci-ref-hero h1{font-size:38px}.cebeci-ref-hero__collage{gap:8px}.cebeci-ref-hero__img{border-radius:10px;min-height:120px}.cebeci-ref-stats__bar{border-radius:14px}.cebeci-ref-stats article{min-height:112px}.cebeci-ref-gallery__overlay{opacity:1;transform:none;padding:28px 10px 10px}.cebeci-ref-lightbox{padding:16px}.cebeci-ref-lightbox__nav{width:42px;height:42px;font-size:34px}.cebeci-ref-lightbox__nav.prev{left:10px}.cebeci-ref-lightbox__nav.next{right:10px}.cebeci-ref-lightbox__close{right:14px;top:14px}.cebeci-ref-reviews__grid{gap:16px}.cebeci-ref-cta__content{padding:28px 22px}.cebeci-ref-cta h2{font-size:28px}.cebeci-ref-cta a{width:100%;justify-content:center}}

/* Cebeci İlçe / Bölge Landing Sistemi v2.7.5 */
.cebeci-ilce-landing{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#0D2341;background:#fff;overflow:hidden}.cil-container{max-width:1180px;margin:0 auto;padding:0 24px}.cil-section{padding:82px 0}.cil-hero{padding:92px 0 64px;background:radial-gradient(circle at 80% 10%,rgba(245,130,32,.12),transparent 28%),linear-gradient(135deg,#f8fafc 0%,#fff 55%,#eef3f8 100%)}.cil-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center}.cil-eyebrow,.cil-section-head span{display:inline-flex;align-items:center;gap:8px;color:#F58220;font-weight:800;font-size:13px;letter-spacing:.08em}.cil-hero h1,.cil-section-head h2,.cil-areas h2,.cil-seo h2,.cil-cta h2{font-size:clamp(34px,5vw,66px);line-height:1.02;margin:14px 0 18px;color:#0D2341;letter-spacing:-.04em}.cil-section-head h2,.cil-areas h2,.cil-seo h2,.cil-cta h2{font-size:clamp(28px,3.3vw,46px)}.cil-hero p,.cil-section-head p,.cil-areas p,.cil-seo p,.cil-cta p{font-size:17px;line-height:1.75;color:#536278;max-width:720px}.cil-badges{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.cil-badges span,.cil-area-pills span{border:1px solid rgba(13,35,65,.12);background:rgba(255,255,255,.72);border-radius:999px;padding:10px 14px;font-weight:700;font-size:13px;box-shadow:0 10px 30px rgba(13,35,65,.06)}.cil-actions{display:flex;gap:12px;flex-wrap:wrap}.cil-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:800;transition:.22s ease}.cil-btn-primary{background:#F58220;color:#fff;box-shadow:0 14px 34px rgba(245,130,32,.28)}.cil-btn-ghost{background:#fff;color:#0D2341;border:1px solid rgba(13,35,65,.12)}.cil-btn:hover{transform:translateY(-2px)}.cil-hero-visual{min-height:430px;border-radius:34px;background:linear-gradient(145deg,rgba(13,35,65,.06),rgba(245,130,32,.08)),url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=80') center/cover;position:relative;box-shadow:0 30px 80px rgba(13,35,65,.18);overflow:hidden}.cil-visual-card{position:absolute;left:24px;right:24px;bottom:24px;border-radius:24px;padding:20px;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);box-shadow:0 20px 60px rgba(13,35,65,.2)}.cil-visual-card span{color:#F58220;font-weight:800}.cil-visual-card strong{display:block;font-size:24px;margin-top:4px}.cil-stats{background:#0D2341;color:#fff}.cil-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.cil-stats-grid div{padding:28px 20px;text-align:center}.cil-stats-grid strong{display:block;font-size:38px;letter-spacing:-.04em}.cil-stats-grid span{color:rgba(255,255,255,.78)}.cil-section-head{text-align:center;margin:0 auto 34px;max-width:820px}.cil-card-grid{display:grid;gap:18px}.cil-card-grid-4{grid-template-columns:repeat(4,1fr)}.cil-service-card{padding:28px;border-radius:26px;border:1px solid rgba(13,35,65,.1);background:#fff;box-shadow:0 18px 45px rgba(13,35,65,.07);transition:.22s ease}.cil-service-card:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(13,35,65,.12)}.cil-service-card h3{font-size:21px;margin:0 0 12px}.cil-service-card p{font-size:15px;line-height:1.7;color:#607086;margin:0}.cil-two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.cil-areas{background:#f6f8fb}.cil-area-pills{display:flex;flex-wrap:wrap;gap:12px}.cil-gallery-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cil-gallery-box{aspect-ratio:4/3;border-radius:20px;background:linear-gradient(135deg,rgba(13,35,65,.12),rgba(245,130,32,.16));position:relative;overflow:hidden;box-shadow:0 14px 36px rgba(13,35,65,.08)}.cil-gallery-box span{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.cil-seo{background:#fff}.cil-seo .cil-container{max-width:980px}.cil-seo p{max-width:none}.cil-seo details{margin-top:18px;border:1px solid rgba(13,35,65,.1);border-radius:20px;padding:18px 22px;background:#f8fafc}.cil-seo summary,.cil-faq summary{cursor:pointer;font-weight:800;color:#0D2341}.cil-faq{background:#f6f8fb}.cil-faq-list{max-width:920px;margin:0 auto;display:grid;gap:12px}.cil-faq details{background:#fff;border:1px solid rgba(13,35,65,.1);border-radius:18px;padding:18px 22px;box-shadow:0 10px 30px rgba(13,35,65,.04)}.cil-faq p{color:#607086;line-height:1.7}.cil-cta{padding:70px 0;background:#0D2341;color:#fff}.cil-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cil-cta span{color:#F58220;font-weight:800;letter-spacing:.08em}.cil-cta h2{color:#fff;margin:8px 0 12px;max-width:720px}.cil-cta p{color:rgba(255,255,255,.76);margin:0}@media(max-width:1024px){.cil-hero-grid,.cil-two-col{grid-template-columns:1fr}.cil-card-grid-4{grid-template-columns:repeat(2,1fr)}.cil-gallery-mini{grid-template-columns:repeat(3,1fr)}.cil-stats-grid{grid-template-columns:repeat(2,1fr)}.cil-cta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.cil-container{padding:0 18px}.cil-section{padding:56px 0}.cil-hero{padding:64px 0 46px}.cil-hero-visual{min-height:310px;border-radius:24px}.cil-card-grid-4{grid-template-columns:1fr}.cil-gallery-mini{grid-template-columns:repeat(2,1fr);gap:10px}.cil-stats-grid strong{font-size:30px}.cil-actions .cil-btn{width:100%}.cil-badges span{font-size:12px;padding:9px 12px}}

/* Cebeci Mobile App Bottom Bar */
.cebeci-mobile-bottom-bar{position:fixed;left:10px;right:10px;bottom:0;z-index:99990;display:none;pointer-events:none;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}.cebeci-mobile-bottom-bar__inner{pointer-events:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;min-height:74px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);border:1px solid rgba(13,35,65,.1);border-bottom:0;border-radius:22px 22px 0 0;box-shadow:0 -18px 55px rgba(13,35,65,.14)}.cebeci-mobile-bottom-bar.has-blur .cebeci-mobile-bottom-bar__inner{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.cebeci-mobile-bottom-bar__link{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;color:#0d2341;text-decoration:none!important;font-weight:850;-webkit-tap-highlight-color:transparent}.cebeci-mobile-bottom-bar__icon-wrap{width:34px;height:30px;display:grid;place-items:center;border-radius:14px;transition:transform .18s ease,background .18s ease,color .18s ease}.cebeci-mobile-bottom-bar__icon{display:grid;place-items:center;font-size:22px;line-height:1}.cebeci-mobile-bottom-bar__icon svg{width:22px;height:22px;display:block;fill:currentColor}.cebeci-mobile-bottom-bar__label{font-size:10.5px;line-height:1.1;font-weight:900;letter-spacing:-.02em;color:#0d2341;white-space:nowrap;transition:color .18s ease}.cebeci-mobile-bottom-bar__link:hover,.cebeci-mobile-bottom-bar__link.is-active{color:#f58220}.cebeci-mobile-bottom-bar__link:hover .cebeci-mobile-bottom-bar__label,.cebeci-mobile-bottom-bar__link.is-active .cebeci-mobile-bottom-bar__label{color:#f58220}.cebeci-mobile-bottom-bar__whatsapp{position:relative}.cebeci-mobile-bottom-bar__whatsapp .cebeci-mobile-bottom-bar__icon-wrap{width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 16px 38px rgba(37,211,102,.38);transform:translateY(-18px);margin-bottom:-13px}.cebeci-mobile-bottom-bar__whatsapp .cebeci-mobile-bottom-bar__icon{font-size:28px}.cebeci-mobile-bottom-bar__whatsapp .cebeci-mobile-bottom-bar__icon svg{width:28px;height:28px}.cebeci-mobile-bottom-bar__whatsapp .cebeci-mobile-bottom-bar__label{margin-top:-2px;color:#0d2341}.cebeci-mobile-bottom-bar.has-wa-pulse .cebeci-mobile-bottom-bar__whatsapp .cebeci-mobile-bottom-bar__icon-wrap:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:1px solid rgba(37,211,102,.48);animation:cebeciWaPulse 1.8s infinite;pointer-events:none}@keyframes cebeciWaPulse{0%{transform:scale(.88);opacity:.78}100%{transform:scale(1.25);opacity:0}}body.elementor-editor-active .cebeci-mobile-bottom-bar{display:block}.elementor-editor-active .cebeci-mobile-bottom-bar{position:absolute;bottom:20px}@media(max-width:767px){.cebeci-mobile-bottom-bar{display:block}}@media(min-width:768px) and (max-width:1024px){.cebeci-mobile-bottom-bar.show-tablet{display:block}}

/* v2.8.8 - Mobil yatay scroll / overflow güvenlik katmanı */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body{overflow-x:clip;}
}
body{position:relative;}
*,*::before,*::after{box-sizing:border-box;}
img,video,canvas,svg,iframe{max-width:100%;}
.cebeci-wrap,
.cebeci-section,
.cebeci-container,
.cil-container,
.elementor,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner{
  max-width:100%;
}
.cebeci-container,
.cil-container{
  box-sizing:border-box;
}
.cebeci-wrap,
.cebeci-header,
.cebeci-footer,
.cebeci-mobile-bottom-bar,
[class^="cebeci-"],
[class*=" cebeci-"],
[class^="cil-"],
[class*=" cil-"]{
  max-width:100%;
}
.cebeci-header__inner,
.cebeci-header__nav,
.cebeci-header__actions,
.cebeci-header__mega-grid,
.cebeci-mobile-panel__drawer,
.cebeci-mobile-bottom-bar__inner,
.cebeci-katlanir-product,
.cebeci-surme-product,
.cebeci-giyotin-product,
.cebeci-ref-gallery__grid,
.cil-hero-grid,
.cil-two-col,
.cil-card-grid,
.cil-gallery-mini{
  min-width:0;
}
.cebeci-btn,
.cebeci-header__nav a,
.cebeci-mobile-bottom-bar__link,
.cebeci-mobile-bottom-bar__label{
  max-width:100%;
}
@media(max-width:767px){
  .cebeci-container,
  .cebeci-products .cebeci-container,
  .cebeci-katlanir-products .cebeci-container,
  .cebeci-katlanir-tech .cebeci-container,
  .cebeci-katlanir-gallery .cebeci-container,
  .cebeci-katlanir-cta .cebeci-container,
  .cebeci-surme-products .cebeci-container,
  .cebeci-surme-tech .cebeci-container,
  .cebeci-surme-gallery .cebeci-container,
  .cebeci-surme-cta .cebeci-container,
  .cebeci-giyotin-products .cebeci-container,
  .cebeci-giyotin-tech .cebeci-container,
  .cebeci-giyotin-gallery .cebeci-container,
  .cebeci-giyotin-cta .cebeci-container,
  .cil-container{
    width:100%!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .cebeci-cb-hero,
  .cebeci-katlanir-hero,
  .cebeci-surme-hero,
  .cebeci-giyotin-hero,
  .cil-hero,
  .cebeci-ref-hero,
  .cebeci-home-hero{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    overflow:hidden;
  }
  .cebeci-cb-hero__inner,
  .cebeci-katlanir-hero__inner,
  .cebeci-surme-hero__inner,
  .cebeci-giyotin-hero__inner,
  .cil-hero-grid{
    max-width:100%;
    overflow:hidden;
  }
  .cebeci-katlanir-product,
  .cebeci-surme-product,
  .cebeci-giyotin-product,
  .cebeci-katlanir-tech__box,
  .cebeci-surme-tech__box,
  .cebeci-giyotin-tech__box,
  .cebeci-cam-veranda-tech__box,
  .cebeci-cam-veranda-usage-cta .cebeci-container,
  .cebeci-ref-cta,
  .cil-cta-inner{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  .cebeci-katlanir-outline,
  .cebeci-surme-outline,
  .cebeci-giyotin-outline{
    width:100%;
    max-width:100%;
    justify-content:center;
    padding-left:18px;
    padding-right:18px;
    box-sizing:border-box;
  }
  .cebeci-header__mega,
  .cebeci-header__mega-width-wide,
  .cebeci-header__mega-width-compact{
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
  }
  .cebeci-mobile-panel__drawer{
    width:min(420px,92vw)!important;
    max-width:92vw!important;
  }
  .cebeci-mobile-bottom-bar{
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:calc(100% - 16px)!important;
  }
  .cebeci-mobile-bottom-bar__inner{
    width:100%;
    min-width:0;
    overflow:visible;
  }
  .cebeci-mobile-bottom-bar__label{
    font-size:10px;
  }
}

/* Cebeci teklif sihirbazı */
.cebeci-teklif-wizard{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#0d2341;padding:40px 0 70px}.ctw-head{max-width:1120px;margin:0 auto 26px;padding:0 18px;text-align:center}.ctw-eyebrow{font-size:13px;font-weight:900;color:#f58220;letter-spacing:.08em}.ctw-title{margin:8px 0 10px;font-size:clamp(34px,4vw,58px);line-height:.98;font-weight:950;letter-spacing:-.045em;color:#0d2341}.ctw-head p{margin:0 auto 22px;max-width:760px;color:#52637a;font-size:17px;line-height:1.7}.ctw-progress{display:flex;align-items:center;justify-content:center;gap:8px;max-width:760px;margin:20px auto}.ctw-step{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef3f8;color:#0d2341;font-weight:900}.ctw-step.is-active{background:#f58220;color:#fff}.ctw-line{height:2px;flex:1;max-width:120px;background:#e5ebf3}.ctw-form{max-width:1180px;margin:auto;padding:0 18px}.ctw-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.ctw-box,.ctw-contact{background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:24px;box-shadow:0 20px 60px rgba(13,35,65,.08)}.ctw-box{padding:28px}.ctw-section{padding:0 0 26px;margin:0 0 26px;border-bottom:1px solid rgba(13,35,65,.08)}.ctw-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.ctw-section h3{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:22px;font-weight:950;color:#0d2341}.ctw-section h3 b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0d2341;color:#fff;font-size:16px}.ctw-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.ctw-card{border:1px solid rgba(13,35,65,.13);background:#fff;border-radius:16px;min-height:112px;padding:16px 12px;text-align:center;cursor:pointer;transition:.2s}.ctw-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(13,35,65,.09)}.ctw-card.is-active{background:linear-gradient(180deg,#fff 0%,#fff7f1 100%)}.ctw-card svg,.ctw-upload svg,.cebeci-teklif-trust svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:1.7}.ctw-card i{display:grid;place-items:center;color:#0d2341;margin-bottom:10px}.ctw-card strong{display:block;font-size:14px;font-weight:900}.ctw-card small{display:block;color:#5b6b80;margin-top:6px;line-height:1.4}.ctw-chip-wrap{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ctw-chip{border:1px solid rgba(13,35,65,.14);border-radius:12px;padding:12px 14px;background:#fff;font-weight:850;color:#0d2341;cursor:pointer}.ctw-chip.is-active{background:#fff7f1}.ctw-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ctw-fields label,.ctw-contact label{display:block;font-size:13px;font-weight:900;color:#53647a}.ctw-fields input,.ctw-contact input,.ctw-contact select,.ctw-section textarea{width:100%;margin-top:7px;border:1px solid rgba(13,35,65,.16);border-radius:12px;padding:14px 15px;background:#f8fbff;color:#0d2341;box-sizing:border-box}.ctw-section textarea{min-height:105px;resize:vertical}.ctw-check{display:flex!important;align-items:center;gap:9px;margin-top:15px;font-weight:850;color:#0d2341}.ctw-upload{display:grid;place-items:center;border:1px dashed rgba(13,35,65,.24);border-radius:18px;padding:26px;background:#f8fbff;cursor:pointer;color:#0d2341;text-align:center}.ctw-upload input{display:none}.ctw-upload span{display:flex;align-items:center;gap:12px;font-weight:950}.ctw-upload small{display:block;color:#6b7a90;margin-top:8px}.ctw-side{position:sticky;top:105px;display:grid;gap:18px}.ctw-summary{border-radius:24px;padding:28px;color:#fff;box-shadow:0 22px 70px rgba(13,35,65,.16);overflow:hidden}.ctw-summary span{font-size:13px;font-weight:900;text-transform:uppercase;opacity:.8}.ctw-summary h2{margin:10px 0;font-size:26px;line-height:1.08;color:#fff}.ctw-summary em{display:inline-block;background:#1fb56a;border-radius:999px;padding:7px 12px;font-style:normal;font-weight:900}.ctw-summary ul{padding:0;margin:20px 0;list-style:none}.ctw-summary li{margin:10px 0;color:#e8eef8}.ctw-summary li:before{content:'✓';color:#31d07d;margin-right:9px}.ctw-mini-list{display:grid;gap:8px;margin:14px 0}.ctw-mini-list div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:10px 12px;border-radius:12px}.ctw-summary p{color:#d7e1ef;font-size:13px;line-height:1.6}.ctw-contact{padding:24px}.ctw-contact h3{margin:0 0 18px;font-size:24px}.ctw-contact label{margin-bottom:14px}.ctw-submit{width:100%;border:0;border-radius:14px;background:#f58220;color:#fff;font-weight:950;padding:17px 22px;margin-top:8px;cursor:pointer;box-shadow:0 15px 34px rgba(245,130,32,.22)}.ctw-contact small{display:block;text-align:center;margin-top:12px;color:#69798d}.ctw-message{margin-top:12px;font-weight:850}.ctw-message.ok{color:#178d50}.ctw-message.err{color:#d64040}.cebeci-teklif-trust{max-width:1180px;margin:28px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 18px}.cebeci-teklif-trust div{background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:20px;padding:24px;text-align:center;box-shadow:0 16px 42px rgba(13,35,65,.06)}.cebeci-teklif-trust i{color:#f58220}.cebeci-teklif-trust strong{display:block;margin:10px 0 8px;font-size:18px}.cebeci-teklif-trust p{color:#52637a;line-height:1.6}.cebeci-teklif-faq{max-width:980px;margin:40px auto;padding:0 18px}.cebeci-teklif-faq h2{text-align:center;font-size:32px;color:#0d2341}.cebeci-teklif-faq details{background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:14px;margin:10px 0;padding:16px 20px}.cebeci-teklif-faq summary{font-weight:900;cursor:pointer}.cebeci-teklif-faq p{color:#52637a;line-height:1.7}
@media(max-width:1024px){.ctw-layout{grid-template-columns:1fr}.ctw-side{position:static}.ctw-grid{grid-template-columns:repeat(3,1fr)}.cebeci-teklif-trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.cebeci-teklif-wizard{padding:28px 0 110px}.ctw-title{font-size:34px}.ctw-head{text-align:left}.ctw-progress{display:none}.ctw-box{padding:18px;border-radius:20px}.ctw-grid{grid-template-columns:repeat(2,1fr)}.ctw-card{min-height:96px}.ctw-fields{grid-template-columns:1fr}.ctw-section h3{font-size:19px}.ctw-layout{gap:18px}.ctw-summary{padding:22px}.cebeci-teklif-trust{grid-template-columns:1fr}}


/* v2.9.2 - Header mega menu must not inherit generic mobile max-width rules */
.cebeci-header__dropdown{max-width:300px!important;}
.cebeci-header__mega{max-width:calc(100vw - 48px)!important;}
.cebeci-header__mega-width-wide{max-width:calc(100vw - 48px)!important;}
.cebeci-header__mega-width-compact{max-width:620px!important;}
.cebeci-header__nav,.cebeci-header__nav-item-wrap{overflow:visible!important;}

/* v2.9.3 - Premium teklif sihirbazı akış revizyonu */
.ctw-premium-flow .ctw-progress{display:none!important}
.ctw-premium-flow .ctw-head{margin-bottom:34px}.ctw-premium-flow .ctw-title{font-size:clamp(38px,4.6vw,64px)}
.ctw-premium-flow .ctw-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.ctw-premium-flow .ctw-box{overflow:hidden}
.ctw-contact-top{background:linear-gradient(135deg,#fff 0%,#f8fbff 52%,#fff3ec 100%);margin:-28px -28px 26px!important;padding:28px!important;border-bottom:1px solid rgba(13,35,65,.08)!important}
.ctw-contact-top h3 b{background:#fff!important;color:#0d2341!important;border:1px solid rgba(13,35,65,.10);box-shadow:0 12px 28px rgba(13,35,65,.08)}.ctw-contact-top h3 b svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8}
.ctw-section-sub{margin:-8px 0 18px;color:#64748b;font-size:14px;line-height:1.6}.ctw-contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.ctw-contact-grid label{display:block;font-size:13px;font-weight:900;color:#53647a}.ctw-contact-grid input,.ctw-contact-grid select{width:100%;margin-top:7px;border:1px solid rgba(13,35,65,.16);border-radius:12px;padding:14px 15px;background:#fff;color:#0d2341;box-sizing:border-box;box-shadow:0 8px 24px rgba(13,35,65,.04)}
.ctw-premium-flow .ctw-section h3 small{font-size:13px;font-weight:800;color:#7a8798;margin-left:2px}.ctw-priority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ctw-priority{display:flex;align-items:center;gap:11px;border:1px solid rgba(13,35,65,.12);background:#fff;border-radius:14px;padding:14px 15px;text-align:left;cursor:pointer;transition:.18s;color:#0d2341}.ctw-priority span{width:22px;height:22px;border-radius:50%;border:1px solid rgba(13,35,65,.22);display:grid;place-items:center;flex:0 0 22px;background:#fff}.ctw-priority span:after{content:'✓';font-size:13px;font-weight:950;color:#fff;opacity:0}.ctw-priority strong{font-size:14px;font-weight:900;line-height:1.3}.ctw-priority:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(13,35,65,.08)}.ctw-priority.is-active{border-color:#f58220;background:linear-gradient(180deg,#fff 0%,#fff7f1 100%);box-shadow:0 14px 34px rgba(245,130,32,.12)}.ctw-priority.is-active span{background:#f58220;border-color:#f58220}.ctw-priority.is-active span:after{opacity:1}
.ctw-submit-row{padding-top:26px;border-top:1px solid rgba(13,35,65,.08);display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:10px 18px;align-items:center}.ctw-submit-row .ctw-submit{margin-top:0}.ctw-submit-row small{color:#64748b;font-weight:800}.ctw-submit-row .ctw-message{grid-column:1/-1;margin-top:0}
.ctw-premium-flow .ctw-side{position:sticky;top:105px}.ctw-premium-flow .ctw-summary{min-height:0}.ctw-premium-flow .ctw-card{min-height:106px}.ctw-premium-flow .ctw-grid.ctw-main-services{grid-template-columns:repeat(5,minmax(0,1fr))}.ctw-premium-flow .ctw-grid.ctw-areas{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1024px){.ctw-premium-flow .ctw-layout{grid-template-columns:1fr}.ctw-premium-flow .ctw-side{position:static}.ctw-contact-grid{grid-template-columns:1fr 1fr}.ctw-premium-flow .ctw-grid.ctw-main-services,.ctw-premium-flow .ctw-grid.ctw-areas{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.ctw-contact-top{margin:-18px -18px 22px!important;padding:20px 18px!important}.ctw-contact-grid{grid-template-columns:1fr}.ctw-priority-grid{grid-template-columns:1fr}.ctw-submit-row{grid-template-columns:1fr}.ctw-submit-row small{text-align:center}.ctw-premium-flow .ctw-grid.ctw-main-services,.ctw-premium-flow .ctw-grid.ctw-areas{grid-template-columns:repeat(2,minmax(0,1fr))}.ctw-premium-flow .ctw-head{text-align:center}.ctw-premium-flow .ctw-title{font-size:34px}}


/* Cebeci Teklif Sihirbazı v2.9.4 premium düzeltmeler */
.ctw-premium-flow .ctw-contact-grid select:empty{min-height:52px}
.ctw-premium-flow .ctw-contact-grid select{appearance:auto;background:#fff!important;cursor:pointer}
.ctw-premium-flow .ctw-priority.is-active{background:#0d2341!important;border-color:#0d2341!important;color:#fff!important;box-shadow:0 16px 36px rgba(13,35,65,.22)!important}
.ctw-premium-flow .ctw-priority.is-active strong{color:#fff!important}
.ctw-premium-flow .ctw-priority.is-active span{background:#f58220!important;border-color:#f58220!important;color:#fff!important}
.ctw-premium-flow .ctw-submit-row{grid-template-columns:minmax(240px,420px) 1fr;align-items:center;margin-top:4px}
.ctw-premium-flow .ctw-submit-row small{display:none!important}
.ctw-premium-flow .ctw-submit{min-height:58px;border-radius:18px!important;background:linear-gradient(135deg,#f58220 0%,#ff5b24 100%)!important;box-shadow:0 18px 40px rgba(245,130,32,.30)!important;font-size:15px;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.ctw-premium-flow .ctw-submit:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(245,130,32,.36)!important;filter:saturate(1.05)}
.ctw-premium-flow .ctw-submit span{width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center}
.ctw-premium-flow .ctw-box{background:linear-gradient(180deg,#fff 0%,#ffffff 58%,#fbfdff 100%);box-shadow:0 28px 80px rgba(13,35,65,.09)!important}
.ctw-premium-flow .ctw-section{position:relative}
.ctw-premium-flow .ctw-section h3{letter-spacing:-.02em}
.ctw-premium-flow .ctw-card{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border-color:rgba(13,35,65,.12)}
.ctw-premium-flow .ctw-card.is-active{background:linear-gradient(180deg,#fff8f2 0%,#fff 100%)!important;border-color:#f58220!important}
.ctw-premium-flow .ctw-chip.is-active{background:#0d2341!important;color:#fff!important;border-color:#0d2341!important;box-shadow:0 14px 32px rgba(13,35,65,.18)!important}
@media(max-width:767px){.ctw-premium-flow .ctw-submit-row{grid-template-columns:1fr}.ctw-premium-flow .ctw-submit{width:100%}}

/* v2.9.5 Teklif premium polish */
.ctw-priority.is-active{background:#0D2341!important;border-color:#0D2341!important;color:#fff!important;box-shadow:0 18px 42px rgba(13,35,65,.18)!important}.ctw-priority.is-active strong{color:#fff!important}.ctw-priority.is-active span{background:#F58220!important;border-color:#F58220!important}.ctw-submit-row{grid-template-columns:1fr!important}.ctw-submit{position:relative;overflow:hidden;min-height:58px;border-radius:16px!important;background:linear-gradient(135deg,#F58220 0%,#ff5f2e 100%)!important;box-shadow:0 20px 48px rgba(245,130,32,.28), inset 0 1px 0 rgba(255,255,255,.26)!important;letter-spacing:.01em;display:inline-flex!important;align-items:center;justify-content:center;gap:12px}.ctw-submit:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);transform:translateX(-120%);transition:.55s}.ctw-submit:hover:before{transform:translateX(120%)}.ctw-submit:hover{transform:translateY(-1px);filter:saturate(1.06)}.ctw-submit span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.18)}
.cebeci-thankyou{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;padding:70px 18px 90px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);color:#0D2341}.cty-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}.cty-card{background:#fff;border:1px solid rgba(13,35,65,.10);border-radius:26px;padding:34px;box-shadow:0 24px 70px rgba(13,35,65,.08)}.cty-main{background:linear-gradient(135deg,#0D2341 0%,#122f57 100%);color:#fff;position:relative;overflow:hidden}.cty-main:after{content:"";position:absolute;right:-90px;bottom:-110px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(245,130,32,.32),transparent 65%)}.cty-card span{display:inline-block;color:#F58220;font-size:13px;font-weight:950;letter-spacing:.08em}.cty-main h1{font-size:clamp(34px,4vw,58px);line-height:1.02;margin:14px 0 16px;color:#fff;letter-spacing:-.04em}.cty-main p{max-width:620px;color:#dce8f8;font-size:17px;line-height:1.75}.cty-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;background:#25D366;color:#fff!important;text-decoration:none;border-radius:14px;padding:16px 22px;font-weight:950;box-shadow:0 18px 38px rgba(37,211,102,.24)}.cty-summary h2,.cty-blog h2{margin:0 0 16px;color:#0D2341;font-size:26px}.cty-summary dl{display:grid;gap:10px;margin:0}.cty-summary dt{font-size:12px;text-transform:uppercase;font-weight:950;color:#6b7a90}.cty-summary dd{margin:0 0 8px;font-weight:900;color:#0D2341;border-bottom:1px solid rgba(13,35,65,.08);padding-bottom:10px}.cty-blog{grid-column:1/-1}.cty-blog a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#0D2341;font-weight:900;padding:16px 18px;border:1px solid rgba(13,35,65,.10);border-radius:16px;margin:10px 0;background:#fff}.cty-blog a:after{content:"→";color:#F58220}@media(max-width:900px){.cty-wrap{grid-template-columns:1fr}.cebeci-thankyou{padding-bottom:120px}.cty-card{padding:24px;border-radius:22px}}

/* v2.9.7 teklif sihirbazı kart taşması ve akıllı seçim görünümü */
.ctw-premium-flow .ctw-systems{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;}
.ctw-premium-flow .ctw-systems .ctw-card{min-width:0;min-height:104px;padding:16px 12px;overflow:hidden;}
.ctw-premium-flow .ctw-systems .ctw-card strong{display:block;width:100%;max-width:100%;font-size:13px!important;line-height:1.22!important;letter-spacing:-.015em;white-space:normal;word-break:normal;overflow-wrap:anywhere;text-align:center;}
.ctw-premium-flow .ctw-systems .ctw-card small{display:none!important;}
.ctw-premium-flow .ctw-systems .ctw-card i{margin-bottom:8px;}
.ctw-summary .ctw-smart-note{display:block;margin:10px 0 0;color:#fff;font-size:13px;font-weight:900;opacity:.94;}
.ctw-summary .ctw-mini-list div.is-highlight{background:rgba(49,208,125,.18);border-color:rgba(49,208,125,.35);color:#fff;font-weight:900;}
@media(max-width:767px){.ctw-premium-flow .ctw-systems{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ctw-premium-flow .ctw-systems .ctw-card strong{font-size:12px!important}}


/* v2.9.9 - Teklif sihirbazı mobil kompakt düzen + premium CTA */
.ctw-premium-flow .ctw-submit,
.ctw-premium-flow .ctw-submit:visited,
.ctw-premium-flow .ctw-submit:focus{
  color:#fff!important;
  background:linear-gradient(135deg,#ff7a1a 0%,#f25522 48%,#0d2341 160%)!important;
  border:0!important;
  text-shadow:none!important;
  box-shadow:0 20px 50px rgba(245,130,32,.30), inset 0 1px 0 rgba(255,255,255,.28)!important;
}
.ctw-premium-flow .ctw-submit span{color:#fff!important;line-height:1!important;}
.ctw-premium-flow .ctw-submit:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0) 45%);
}
.ctw-premium-flow .ctw-submit:hover{transform:translateY(-2px);box-shadow:0 26px 60px rgba(245,130,32,.38), inset 0 1px 0 rgba(255,255,255,.28)!important;}
@media(max-width:767px){
  .cebeci-teklif-wizard{padding:22px 0 96px!important;}
  .ctw-premium-flow .ctw-head{margin-bottom:18px!important;padding:0 16px!important;text-align:center!important;}
  .ctw-premium-flow .ctw-eyebrow{font-size:11px!important;letter-spacing:.07em;}
  .ctw-premium-flow .ctw-title{font-size:28px!important;line-height:1.04!important;letter-spacing:-.035em!important;margin:6px 0 8px!important;}
  .ctw-premium-flow .ctw-head p{font-size:13px!important;line-height:1.55!important;margin-bottom:0!important;}
  .ctw-form{padding:0 12px!important;}
  .ctw-premium-flow .ctw-layout{gap:14px!important;}
  .ctw-premium-flow .ctw-box{padding:14px!important;border-radius:18px!important;box-shadow:0 18px 52px rgba(13,35,65,.07)!important;}
  .ctw-contact-top{margin:-14px -14px 14px!important;padding:16px 14px!important;}
  .ctw-contact-top h3{font-size:18px!important;margin-bottom:8px!important;gap:9px!important;}
  .ctw-contact-top h3 b{width:30px!important;height:30px!important;}
  .ctw-section-sub{font-size:12px!important;line-height:1.45!important;margin:0 0 12px!important;}
  .ctw-contact-grid{grid-template-columns:1fr!important;gap:9px!important;}
  .ctw-contact-grid label{font-size:12px!important;}
  .ctw-contact-grid input,.ctw-contact-grid select{min-height:46px!important;padding:11px 13px!important;border-radius:12px!important;font-size:14px!important;margin-top:5px!important;}
  .ctw-premium-flow .ctw-section{padding-bottom:16px!important;margin-bottom:16px!important;}
  .ctw-premium-flow .ctw-section h3{font-size:17px!important;gap:9px!important;margin-bottom:12px!important;line-height:1.25!important;}
  .ctw-premium-flow .ctw-section h3 b{width:30px!important;height:30px!important;font-size:13px!important;flex:0 0 30px!important;}
  .ctw-premium-flow .ctw-section h3 small{display:block!important;font-size:11px!important;margin-left:0!important;line-height:1.25!important;}
  .ctw-premium-flow .ctw-grid.ctw-main-services,
  .ctw-premium-flow .ctw-grid.ctw-areas,
  .ctw-premium-flow .ctw-systems{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .ctw-premium-flow .ctw-card{min-height:82px!important;padding:11px 8px!important;border-radius:13px!important;}
  .ctw-premium-flow .ctw-card svg{width:25px!important;height:25px!important;}
  .ctw-premium-flow .ctw-card i{margin-bottom:7px!important;}
  .ctw-premium-flow .ctw-card strong{font-size:12px!important;line-height:1.18!important;letter-spacing:-.01em!important;}
  .ctw-premium-flow .ctw-card small{display:none!important;}
  .ctw-premium-flow .ctw-chip-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important;}
  .ctw-premium-flow .ctw-chip{padding:10px 8px!important;border-radius:12px!important;font-size:12px!important;text-align:center!important;}
  .ctw-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .ctw-priority{padding:10px 9px!important;border-radius:12px!important;gap:7px!important;min-height:48px!important;}
  .ctw-priority span{width:18px!important;height:18px!important;flex-basis:18px!important;}
  .ctw-priority span:after{font-size:11px!important;}
  .ctw-priority strong{font-size:11px!important;line-height:1.2!important;}
  .ctw-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .ctw-fields label{font-size:11px!important;}
  .ctw-fields label:nth-child(3){grid-column:1/-1;}
  .ctw-fields input{min-height:42px!important;padding:10px 11px!important;border-radius:11px!important;font-size:13px!important;margin-top:5px!important;}
  .ctw-check{font-size:12px!important;line-height:1.35!important;margin-top:10px!important;}
  .ctw-upload{padding:18px 12px!important;border-radius:14px!important;}
  .ctw-upload span{font-size:13px!important;gap:8px!important;}
  .ctw-upload svg{width:22px!important;height:22px!important;}
  .ctw-upload small{font-size:11px!important;margin-top:5px!important;}
  .ctw-section textarea{min-height:82px!important;padding:12px!important;border-radius:13px!important;font-size:13px!important;}
  .ctw-premium-flow .ctw-summary{padding:18px!important;border-radius:18px!important;box-shadow:0 18px 50px rgba(13,35,65,.14)!important;}
  .ctw-summary span{font-size:11px!important;}
  .ctw-summary h2{font-size:20px!important;margin:7px 0!important;}
  .ctw-summary em{font-size:12px!important;padding:6px 10px!important;}
  .ctw-summary ul{margin:14px 0!important;}
  .ctw-summary li{font-size:12px!important;line-height:1.45!important;margin:7px 0!important;}
  .ctw-summary .ctw-smart-note{font-size:12px!important;line-height:1.45!important;}
  .ctw-mini-list{gap:6px!important;margin:10px 0!important;}
  .ctw-mini-list div{font-size:12px!important;padding:8px 10px!important;border-radius:10px!important;}
  .ctw-summary p{font-size:11px!important;line-height:1.45!important;}
  .ctw-submit-row{padding-top:16px!important;gap:8px!important;}
  .ctw-premium-flow .ctw-submit{min-height:54px!important;border-radius:16px!important;font-size:14px!important;width:100%!important;padding:14px 18px!important;}
  .ctw-premium-flow .ctw-submit span{width:26px!important;height:26px!important;}
  .cebeci-teklif-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:20px auto!important;padding:0 12px!important;}
  .cebeci-teklif-trust div{padding:16px 10px!important;border-radius:16px!important;}
  .cebeci-teklif-trust svg{width:24px!important;height:24px!important;}
  .cebeci-teklif-trust strong{font-size:13px!important;margin:8px 0 4px!important;}
  .cebeci-teklif-trust p{font-size:11px!important;line-height:1.45!important;margin:0!important;}
  .cebeci-teklif-faq{margin:24px auto!important;padding:0 12px!important;}
  .cebeci-teklif-faq h2{font-size:23px!important;line-height:1.2!important;}
  .cebeci-teklif-faq details{padding:13px 14px!important;border-radius:12px!important;}
  .cebeci-teklif-faq summary{font-size:13px!important;}
  .cebeci-teklif-faq p{font-size:12px!important;line-height:1.55!important;}
}
@media(max-width:374px){
  .ctw-priority-grid{grid-template-columns:1fr!important;}
  .ctw-premium-flow .ctw-card strong{font-size:11px!important;}
}


/* v2.9.18 - İletişim sayfası hero tam genişlik + showroom iletişim revizyonu */
.cebeci-ilet-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:54px 0 60px;
  overflow:hidden;
}
.cebeci-ilet-hero > .cebeci-container{
  max-width:none;
  width:100%;
  padding-left:clamp(24px,7vw,148px);
  padding-right:0;
}
.cebeci-ilet-hero__grid{
  grid-template-columns:minmax(380px,42vw) 1fr;
  gap:clamp(34px,5vw,88px);
  align-items:center;
}
.cebeci-ilet-hero__visual{
  min-height:560px;
  border-radius:28px 0 0 28px;
  background-position:center;
}
.cebeci-ilet-hero__content{max-width:680px;}
.cebeci-ilet-showroom-card{display:flex;flex-direction:column;}
.cebeci-ilet-showroom-card__image{height:290px;overflow:hidden;background:linear-gradient(135deg,#dce6f0,#f5f8fb);}
.cebeci-ilet-showroom-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.cebeci-ilet-showroom-card:hover .cebeci-ilet-showroom-card__image img{transform:scale(1.035);}
.cebeci-ilet-showroom-card__body{padding:26px;display:flex;flex-direction:column;gap:16px;flex:1;}
.cebeci-ilet-showroom-card__head small{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:#f35b22;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.03em;}
.cebeci-ilet-showroom-card__head small:before{content:"";width:8px;height:8px;border-radius:50%;background:#f35b22;box-shadow:0 0 0 6px rgba(243,91,34,.1);}
.cebeci-ilet-showroom-card__body h3{margin:0;color:#0d2341;font-size:24px;line-height:1.12;}
.cebeci-ilet-showroom-card__address{margin:0;color:#52617a;line-height:1.65;}
.cebeci-ilet-showroom-card__contacts{display:grid;grid-template-columns:1fr;gap:10px;}
.cebeci-ilet-showroom-card__contacts a{display:grid;grid-template-columns:42px 78px 1fr;gap:12px;align-items:center;text-decoration:none;color:#0d2341;border:1px solid #e5ebf3;border-radius:12px;padding:12px 14px;background:#fff;transition:.2s ease;}
.cebeci-ilet-showroom-card__contacts a:hover{border-color:rgba(243,91,34,.35);background:rgba(243,91,34,.035);transform:translateY(-1px);}
.cebeci-ilet-showroom-card__contacts i{width:42px;height:42px;border-radius:14px;background:#fff4ef;color:#f35b22;display:grid;place-items:center;}
.cebeci-ilet-showroom-card__contacts svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cebeci-ilet-showroom-card__contacts span{font-size:12px;color:#52617a;font-weight:800;text-transform:uppercase;}
.cebeci-ilet-showroom-card__contacts b{font-size:14px;line-height:1.25;word-break:break-word;}
.cebeci-ilet-showroom-card__map{height:260px;border-radius:14px;overflow:hidden;border:1px solid #e5ebf3;background:#edf3f8;}
.cebeci-ilet-showroom-card__map iframe{width:100%;height:100%;border:0;display:block;}
.cebeci-ilet-showroom-card__route{align-self:flex-start;display:inline-flex!important;gap:12px;align-items:center;margin-top:auto;}
@media(max-width:1024px){
  .cebeci-ilet-hero > .cebeci-container{padding-right:24px;}
  .cebeci-ilet-hero__grid{grid-template-columns:1fr;}
  .cebeci-ilet-hero__visual{border-radius:22px;}
}
@media(max-width:767px){
  .cebeci-ilet-hero{padding:28px 0 36px;}
  .cebeci-ilet-hero > .cebeci-container{padding-left:18px;padding-right:18px;}
  .cebeci-ilet-showroom-card__image{height:220px;}
  .cebeci-ilet-showroom-card__body{padding:22px;}
  .cebeci-ilet-showroom-card__contacts a{grid-template-columns:38px 1fr;}
  .cebeci-ilet-showroom-card__contacts b{grid-column:2;}
  .cebeci-ilet-showroom-card__map{height:220px;}
}

/* v2.9.19 - Referanslar hero sade / kısa tam genişlik */
.cebeci-ref-hero.cebeci-ref-hero--simple{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  padding:36px 0 42px;
  background-color:#f8fafc;
  background-size:cover;
  background-repeat:no-repeat;
  border-bottom:1px solid rgba(13,35,65,.08);
  overflow:hidden;
}
.cebeci-ref-hero.cebeci-ref-hero--simple:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 88% 16%,rgba(245,130,32,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0));
}
.cebeci-ref-hero--simple .cebeci-container{position:relative;z-index:1;width:100%;}
.cebeci-ref-hero--simple .cebeci-ref-breadcrumb{margin-bottom:18px;}
.cebeci-ref-hero--simple .cebeci-ref-hero__content{max-width:720px;}
.cebeci-ref-hero--simple em{margin-bottom:10px;font-size:12px;}
.cebeci-ref-hero--simple h1{margin:0 0 12px;font-size:clamp(34px,3.1vw,48px);line-height:1.04;letter-spacing:-.04em;}
.cebeci-ref-hero--simple .cebeci-ref-hero__desc{max-width:660px;margin:0 0 20px;font-size:15px;line-height:1.65;}
.cebeci-ref-hero--simple .cebeci-ref-hero__btn{height:48px;padding:0 22px;border-radius:12px;box-shadow:0 14px 32px rgba(245,130,32,.22);}
@media(max-width:767px){
  .cebeci-ref-hero.cebeci-ref-hero--simple{padding:28px 0 32px;min-height:190px;}
  .cebeci-ref-hero--simple .cebeci-ref-breadcrumb{margin-bottom:14px;font-size:12px;}
  .cebeci-ref-hero--simple h1{font-size:32px;}
  .cebeci-ref-hero--simple .cebeci-ref-hero__desc{font-size:14px;margin-bottom:18px;}
  .cebeci-ref-hero--simple .cebeci-ref-hero__btn{width:100%;justify-content:center;}
}

/* Referans Hero Premium Fix */
.cebeci-ref-hero--simple{background-size:cover;background-repeat:no-repeat;}
.cebeci-ref-hero--simple .cebeci-container{max-width:1280px;margin:0 auto;padding:40px 20px;}
.cebeci-ref-hero__content{max-width:680px;}
.cebeci-ref-hero h1{line-height:1.05;margin:10px 0 18px;}
.cebeci-ref-hero h1 span{display:block;}
@media(min-width:1024px){.cebeci-ref-hero--simple{min-height:260px;display:flex;align-items:center;}}

/* v2.9.22 Referanslar hero: mobilde görsel gizli kompakt split düzen */
.cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{
  position:relative;
  overflow:hidden;
  padding:0;
  min-height:360px;
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 42%,#eef4fb 100%);
  display:flex;
  align-items:center;
}
.cebeci-ref-hero--split .cebeci-container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:34px 24px 38px;
  position:relative;
  z-index:1;
}
.cebeci-ref-hero--split .cebeci-ref-breadcrumb{
  margin:0 0 18px;
  color:#64748b;
  font-size:13px;
}
.cebeci-ref-hero__splitgrid{
  display:grid;
  grid-template-columns:minmax(420px,.86fr) minmax(420px,1.14fr);
  gap:42px;
  align-items:center;
}
.cebeci-ref-hero--split .cebeci-ref-hero__content{
  max-width:650px!important;
  padding:0;
}
.cebeci-ref-hero--split em{
  display:block;
  margin:0 0 10px;
  color:#f58220;
  font-style:normal;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.cebeci-ref-hero--split h1{
  margin:0 0 14px;
  color:#0d2341;
  font-size:clamp(40px,3.55vw,58px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:950;
}
.cebeci-ref-hero--split h1 span{
  display:block;
  color:#f58220;
}
.cebeci-ref-hero--split .cebeci-ref-hero__desc{
  max-width:610px;
  margin:0 0 22px;
  color:#34445f;
  font-size:15px;
  line-height:1.72;
}
.cebeci-ref-hero--split .cebeci-ref-hero__btn{
  height:50px;
  padding:0 24px;
  border-radius:12px;
  background:#f58220;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(245,130,32,.24);
}
.cebeci-ref-hero__media{
  min-height:260px;
  border-radius:0 0 0 34px;
  background:linear-gradient(135deg,#e8eef6,#cbd7e5);
  background-size:cover;
  background-position:center;
  box-shadow:0 28px 70px rgba(13,35,65,.13);
  position:relative;
  overflow:hidden;
}
.cebeci-ref-hero__media:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.35),rgba(255,255,255,0) 42%);
  pointer-events:none;
}
@media(max-width:1024px){
  .cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{min-height:auto;}
  .cebeci-ref-hero__splitgrid{grid-template-columns:1fr;gap:22px;}
  .cebeci-ref-hero__media{min-height:220px;border-radius:24px;}
}
@media(max-width:767px){
  .cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{min-height:auto;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);}
  .cebeci-ref-hero--split .cebeci-container{padding:24px 16px 28px;}
  .cebeci-ref-hero--split .cebeci-ref-breadcrumb{margin-bottom:12px;font-size:12px;}
  .cebeci-ref-hero__splitgrid{grid-template-columns:1fr;gap:0;}
  .cebeci-ref-hero--split .cebeci-ref-hero__content{max-width:100%!important;}
  .cebeci-ref-hero--split h1{font-size:32px;line-height:1.04;margin-bottom:12px;}
  .cebeci-ref-hero--split .cebeci-ref-hero__desc{font-size:14px;line-height:1.65;margin-bottom:18px;}
  .cebeci-ref-hero--split .cebeci-ref-hero__btn{width:100%;justify-content:center;height:48px;}
  .cebeci-ref-hero__media{display:none!important;}
}

/* v2.9.23 - Referanslar hero premium compact revizyon */
.cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{
  min-height:330px!important;
  padding:0!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(245,130,32,.13),transparent 30%),
    radial-gradient(circle at 12% 88%,rgba(13,35,65,.06),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#fbfcfe 48%,#eef4fb 100%)!important;
  border-bottom:1px solid rgba(13,35,65,.075);
}
.cebeci-ref-hero--split .cebeci-container{
  max-width:1280px!important;
  padding:30px 24px 34px!important;
}
.cebeci-ref-hero__splitgrid{
  grid-template-columns:minmax(380px,.84fr) minmax(440px,1.16fr)!important;
  gap:56px!important;
}
.cebeci-ref-hero--split .cebeci-ref-breadcrumb{
  margin:0 0 16px!important;
  color:#6b7890!important;
  font-size:12px!important;
}
.cebeci-ref-hero--split .cebeci-ref-hero__content{
  max-width:620px!important;
}
.cebeci-ref-hero--split em{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  margin:0 0 12px!important;
  color:#f58220!important;
  font-size:12px!important;
  letter-spacing:.07em!important;
}
.cebeci-ref-hero--split em:before{
  content:"";
  width:22px;
  height:2px;
  border-radius:99px;
  background:#f58220;
  display:inline-block;
}
.cebeci-ref-hero--split h1{
  max-width:650px;
  margin:0 0 14px!important;
  font-size:clamp(34px,3.05vw,48px)!important;
  line-height:1.03!important;
  letter-spacing:-.048em!important;
}
.cebeci-ref-hero--split .cebeci-ref-hero__desc{
  max-width:560px!important;
  margin:0 0 22px!important;
  color:#40506b!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.cebeci-ref-hero--split .cebeci-ref-hero__btn{
  height:50px!important;
  padding:0 26px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#ff7a1a 0%,#f15d22 100%)!important;
  box-shadow:0 18px 38px rgba(245,130,32,.28)!important;
  transform:translateZ(0);
}
.cebeci-ref-hero--split .cebeci-ref-hero__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 44px rgba(245,130,32,.34)!important;
}
.cebeci-ref-hero__media{
  min-height:230px!important;
  border-radius:30px!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:0 30px 80px rgba(13,35,65,.16)!important;
  border:1px solid rgba(255,255,255,.62);
  isolation:isolate;
}
.cebeci-ref-hero__media:before{
  background:
    linear-gradient(90deg,rgba(13,35,65,.34) 0%,rgba(13,35,65,.08) 42%,rgba(13,35,65,0) 100%),
    linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.10) 100%)!important;
}
.cebeci-ref-hero__media:after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.22);
  pointer-events:none;
  z-index:1;
}
@media(max-width:1024px){
  .cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{min-height:auto!important;}
  .cebeci-ref-hero__splitgrid{grid-template-columns:1fr!important;gap:22px!important;}
  .cebeci-ref-hero__media{min-height:220px!important;}
}
@media(max-width:767px){
  .cebeci-ref-hero.cebeci-ref-hero--simple.cebeci-ref-hero--split{
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
    border-bottom:1px solid rgba(13,35,65,.07);
  }
  .cebeci-ref-hero--split .cebeci-container{padding:22px 16px 26px!important;}
  .cebeci-ref-hero--split .cebeci-ref-breadcrumb{margin-bottom:12px!important;}
  .cebeci-ref-hero--split h1{font-size:30px!important;line-height:1.05!important;}
  .cebeci-ref-hero--split .cebeci-ref-hero__desc{font-size:14px!important;line-height:1.62!important;margin-bottom:18px!important;}
  .cebeci-ref-hero__media{display:none!important;}
}

/* Cebeci Blog v2.9.24 */
.cebeci-blog-hero,.cebeci-blog-list,.cebeci-blog-single-hero,.cebeci-blog-single,.cebeci-blog-related{font-family:inherit;color:#0D2341;background:#fff}.cebeci-blog-hero{padding:96px 0 54px;background:linear-gradient(135deg,#f7f9fc 0%,#fff 58%,#fff5ec 100%);overflow:hidden}.cebeci-blog-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}.cebeci-blog-hero__content em,.cebeci-blog-section-head em{display:inline-flex;padding:9px 14px;border-radius:999px;background:rgba(245,130,32,.11);color:#F58220;font-style:normal;font-weight:850;font-size:13px;letter-spacing:.02em;margin-bottom:16px}.cebeci-blog-hero h1{font-size:clamp(34px,5vw,70px);line-height:.98;margin:0 0 18px;font-weight:950;letter-spacing:-.045em;color:#0D2341}.cebeci-blog-hero h1 span{color:#F58220}.cebeci-blog-hero p{max-width:680px;color:#5d6b7c;font-size:18px;line-height:1.75;margin:0 0 26px}.cebeci-blog-btn{display:inline-flex;gap:10px;align-items:center;background:#F58220;color:#fff!important;text-decoration:none!important;padding:15px 22px;border-radius:999px;font-weight:900;box-shadow:0 18px 35px rgba(245,130,32,.22)}.cebeci-blog-hero__media{min-height:360px;border-radius:34px;background:#0D2341 center/cover no-repeat;position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(13,35,65,.18)}.cebeci-blog-hero__media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,35,65,.08),rgba(13,35,65,.72))}.cebeci-blog-hero__media div{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:18px;backdrop-filter:blur(14px)}.cebeci-blog-hero__media strong{display:block;font-size:20px;font-weight:950}.cebeci-blog-hero__media small{display:block;color:#657286;margin-top:5px;font-weight:700}.cebeci-blog-list,.cebeci-blog-related{padding:78px 0;background:#fff}.cebeci-blog-section-head{text-align:center;max-width:760px;margin:0 auto 30px}.cebeci-blog-section-head h2{font-size:clamp(28px,3.2vw,48px);line-height:1.05;margin:0 0 12px;font-weight:950;letter-spacing:-.035em}.cebeci-blog-section-head p{margin:0;color:#64748b;font-size:17px;line-height:1.7}.cebeci-blog-cats{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:0 0 34px}.cebeci-blog-cats a{display:inline-flex;align-items:center;padding:10px 15px;border-radius:999px;background:#f4f6f9;color:#0D2341;text-decoration:none!important;font-weight:850;border:1px solid rgba(13,35,65,.08)}.cebeci-blog-cats a.is-active,.cebeci-blog-cats a:hover{background:#0D2341;color:#fff}.cebeci-blog-grid{display:grid;grid-template-columns:repeat(var(--cebeci-blog-cols,3),minmax(0,1fr));gap:24px}.cebeci-blog-card{background:#fff;border:1px solid rgba(13,35,65,.09);border-radius:28px;overflow:hidden;box-shadow:0 18px 50px rgba(13,35,65,.08);transition:.25s ease}.cebeci-blog-card:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(13,35,65,.13)}.cebeci-blog-card.is-featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.cebeci-blog-card__img{min-height:220px;background:linear-gradient(135deg,#e9eef5,#fafafa);background-size:cover;background-position:center;display:block}.cebeci-blog-card.is-featured .cebeci-blog-card__img{min-height:100%}.cebeci-blog-card__body{padding:24px}.cebeci-blog-card__cat{display:inline-flex;margin-bottom:12px;color:#F58220!important;background:rgba(245,130,32,.1);border-radius:999px;padding:7px 11px;text-decoration:none!important;font-size:12px;font-weight:900}.cebeci-blog-card h3{margin:0 0 10px;font-size:22px;line-height:1.2;font-weight:950;letter-spacing:-.02em}.cebeci-blog-card h3 a{color:#0D2341!important;text-decoration:none!important}.cebeci-blog-card p{color:#64748b;line-height:1.65;margin:0 0 18px}.cebeci-blog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:850;color:#7b8798}.cebeci-blog-card__meta a{color:#0D2341!important;text-decoration:none!important}.cebeci-blog-empty{grid-column:1/-1;text-align:center;padding:40px;border-radius:28px;background:#f7f9fc;color:#64748b}.cebeci-blog-empty strong{display:block;color:#0D2341;font-size:22px;margin-bottom:8px}.cebeci-blog-single-hero{padding:72px 0 46px;background:linear-gradient(135deg,#f7f9fc 0%,#fff 70%)}.cebeci-blog-back{display:inline-flex;color:#0D2341!important;text-decoration:none!important;font-weight:900;margin-bottom:22px}.cebeci-blog-single-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.cebeci-blog-single-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.cebeci-blog-single-meta span{display:inline-flex;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid rgba(13,35,65,.08);font-weight:850;color:#68778b;font-size:13px}.cebeci-blog-single-hero h1{font-size:clamp(34px,4.4vw,64px);line-height:1.02;font-weight:950;letter-spacing:-.045em;margin:0;color:#0D2341}.cebeci-blog-single-hero p{font-size:18px;line-height:1.75;color:#64748b;max-width:760px}.cebeci-blog-single-hero__image{min-height:330px;border-radius:34px;background:#eaf0f7 center/cover no-repeat;box-shadow:0 24px 64px rgba(13,35,65,.13)}.cebeci-blog-single{padding:70px 0;background:#fff}.cebeci-blog-single__layout{display:grid;grid-template-columns:280px minmax(0,820px);gap:46px;justify-content:center;align-items:start}.cebeci-blog-sidebar{position:sticky;top:110px;background:#f7f9fc;border:1px solid rgba(13,35,65,.08);border-radius:26px;padding:22px}.cebeci-blog-sidebar strong{display:block;font-size:18px;font-weight:950}.cebeci-blog-sidebar p{color:#64748b;line-height:1.6}.cebeci-blog-sidebar a{display:inline-flex;color:#F58220!important;font-weight:900;text-decoration:none!important}.cebeci-blog-entry{font-size:18px;line-height:1.85;color:#24364d}.cebeci-blog-entry h2{font-size:34px;line-height:1.16;margin:42px 0 14px;color:#0D2341;font-weight:950;letter-spacing:-.025em}.cebeci-blog-entry h3{font-size:25px;line-height:1.25;margin:30px 0 12px;color:#0D2341;font-weight:950}.cebeci-blog-entry p{margin:0 0 20px}.cebeci-blog-entry a{color:#F58220;font-weight:850}.cebeci-blog-entry ul,.cebeci-blog-entry ol{padding-left:24px;margin:0 0 22px}.cebeci-blog-entry li{margin:8px 0}.cebeci-blog-entry img{max-width:100%;height:auto;border-radius:24px;box-shadow:0 20px 50px rgba(13,35,65,.1)}.cebeci-blog-inline-cta{margin-top:46px;display:flex;justify-content:space-between;gap:22px;align-items:center;background:#0D2341;color:#fff;border-radius:30px;padding:28px}.cebeci-blog-inline-cta strong{display:block;font-size:24px;line-height:1.2}.cebeci-blog-inline-cta p{margin:8px 0 0;color:rgba(255,255,255,.72);line-height:1.55}.cebeci-blog-inline-cta a{flex:none;background:#F58220;color:#fff!important;text-decoration:none!important;padding:14px 18px;border-radius:999px;font-weight:950}.cebeci-blog-related{background:#f7f9fc}.cebeci-blog-related .cebeci-blog-section-head{text-align:left;margin-left:0}.cebeci-blog-related .cebeci-blog-card{box-shadow:none}
@media(max-width:900px){.cebeci-blog-hero{padding:64px 0 36px}.cebeci-blog-hero__grid,.cebeci-blog-single-hero__grid,.cebeci-blog-single__layout{grid-template-columns:1fr}.cebeci-blog-hero__media{min-height:260px}.cebeci-blog-card.is-featured{grid-column:auto;display:block}.cebeci-blog-card.is-featured .cebeci-blog-card__img{min-height:220px}.cebeci-blog-single-hero__image{min-height:240px}.cebeci-blog-sidebar{position:relative;top:auto}.cebeci-blog-inline-cta{display:block}.cebeci-blog-inline-cta a{margin-top:18px;display:inline-flex}.cebeci-blog-list,.cebeci-blog-related,.cebeci-blog-single{padding:52px 0}}
@media(max-width:560px){.cebeci-blog-cats{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:6px}.cebeci-blog-cats a{white-space:nowrap}.cebeci-blog-card__body{padding:20px}.cebeci-blog-entry{font-size:16px}.cebeci-blog-entry h2{font-size:27px}.cebeci-blog-single-meta span{font-size:12px}.cebeci-blog-hero__media{display:none}}

/* Cebeci Blog Single Premium v2.9.26 */
body.single-post .cebeci-blog-auto-single{
  width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;background:#fff;
}
body.single-post .cebeci-blog-auto-single *{box-sizing:border-box}
body.single-post .cebeci-blog-auto-single .cebeci-container{width:min(1360px,calc(100% - 64px));max-width:none;margin-inline:auto}
.cebeci-blog-single-hero--premium{position:relative;padding:76px 0 58px;background:radial-gradient(circle at 82% 18%,rgba(245,130,32,.13),transparent 28%),linear-gradient(135deg,#f6f8fb 0%,#fff 54%,#fff4eb 100%);border-bottom:1px solid rgba(13,35,65,.08)}
.cebeci-blog-single-hero--premium:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,35,65,.035),transparent 42%);pointer-events:none}.cebeci-blog-single-hero--premium .cebeci-container{position:relative;z-index:1}.cebeci-blog-single-kicker{display:inline-flex;margin-bottom:14px;padding:9px 13px;border-radius:999px;background:rgba(245,130,32,.1);color:#f58220;font-weight:950;font-size:12px;letter-spacing:.06em}.cebeci-blog-single-hero--premium .cebeci-blog-back{margin-bottom:20px;opacity:.82}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:58px}.cebeci-blog-single-hero--premium h1{max-width:850px;font-size:clamp(38px,4.7vw,72px);line-height:.98;letter-spacing:-.055em}.cebeci-blog-single-hero--premium p{max-width:800px;margin:22px 0 0;font-size:18px;color:#52627a}.cebeci-blog-hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.cebeci-blog-primary-cta,.cebeci-blog-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;text-decoration:none!important;font-weight:950}.cebeci-blog-primary-cta{background:#f58220;color:#fff!important;box-shadow:0 18px 34px rgba(245,130,32,.23)}.cebeci-blog-secondary-cta{background:#fff;color:#0d2341!important;border:1px solid rgba(13,35,65,.12)}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__image{position:relative;min-height:430px;border-radius:36px;background-size:cover;background-position:center;box-shadow:0 34px 84px rgba(13,35,65,.16);overflow:hidden}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,35,65,0) 35%,rgba(13,35,65,.58) 100%)}.cebeci-blog-image-badge{position:absolute;left:22px;bottom:22px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:11px 15px;color:#0d2341;font-weight:950;box-shadow:0 14px 35px rgba(13,35,65,.18)}
body.single-post .cebeci-blog-single{padding:72px 0 78px}.cebeci-blog-reading-container{width:min(1280px,calc(100% - 64px))!important}.cebeci-blog-single__layout{grid-template-columns:280px minmax(0,980px);gap:52px;justify-content:center}.cebeci-blog-sidebar{top:118px;background:#fff;border:1px solid rgba(13,35,65,.1);box-shadow:0 20px 60px rgba(13,35,65,.07)}.cebeci-blog-toc{display:grid;gap:8px;margin:16px 0 18px}.cebeci-blog-toc a{display:block;padding:10px 12px;border-radius:13px;background:#f7f9fc;color:#0d2341!important;text-decoration:none!important;font-size:13px;line-height:1.35;font-weight:850;border:1px solid rgba(13,35,65,.05)}.cebeci-blog-toc a:hover{background:#0d2341;color:#fff!important}.cebeci-blog-sidebar-cta{display:flex!important;justify-content:center;align-items:center;min-height:46px;background:#f58220;color:#fff!important;border-radius:999px;margin-top:14px}.cebeci-blog-entry{max-width:980px;font-size:18px;line-height:1.9;color:#26384f}.cebeci-blog-entry>p:first-child{font-size:20px;color:#4a5f77}.cebeci-blog-entry h2{scroll-margin-top:120px;font-size:clamp(30px,3vw,42px);margin-top:50px}.cebeci-blog-entry h2:before{content:"";display:block;width:52px;height:4px;border-radius:99px;background:#f58220;margin-bottom:14px}.cebeci-blog-entry blockquote{margin:34px 0;padding:26px 30px;border-left:5px solid #f58220;background:#f7f9fc;border-radius:22px;color:#0d2341;font-weight:800}.cebeci-blog-final-cta{margin-top:56px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;border-radius:34px;padding:34px;background:radial-gradient(circle at 88% 50%,rgba(245,130,32,.22),transparent 34%),#0d2341;color:#fff;box-shadow:0 28px 70px rgba(13,35,65,.18)}.cebeci-blog-final-cta span{display:inline-flex;margin-bottom:9px;color:#f58220;font-weight:950}.cebeci-blog-final-cta strong{display:block;font-size:clamp(24px,2.4vw,34px);line-height:1.12;letter-spacing:-.025em}.cebeci-blog-final-cta p{margin:10px 0 0;color:rgba(255,255,255,.74)}.cebeci-blog-final-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;background:#f58220;color:#fff!important;text-decoration:none!important;font-weight:950;white-space:nowrap}.cebeci-blog-related{padding:74px 0 86px}.cebeci-blog-related .cebeci-container{width:min(1360px,calc(100% - 64px));max-width:none}.cebeci-blog-related .cebeci-blog-section-head{max-width:780px}.cebeci-blog-related .cebeci-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:1024px){body.single-post .cebeci-blog-auto-single .cebeci-container,.cebeci-blog-reading-container,.cebeci-blog-related .cebeci-container{width:min(100% - 36px,1360px)!important}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__grid{grid-template-columns:1fr;gap:30px}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__image{min-height:320px}.cebeci-blog-single__layout{grid-template-columns:1fr}.cebeci-blog-sidebar{position:relative;top:auto}.cebeci-blog-toc{grid-template-columns:repeat(2,minmax(0,1fr))}.cebeci-blog-related .cebeci-blog-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.cebeci-blog-single-hero--premium{padding:42px 0 34px}.cebeci-blog-single-hero--premium h1{font-size:36px}.cebeci-blog-single-hero--premium p{font-size:16px}.cebeci-blog-single-hero--premium .cebeci-blog-single-hero__image{min-height:230px;border-radius:24px}.cebeci-blog-hero-actions a{width:100%}.cebeci-blog-toc{grid-template-columns:1fr}.cebeci-blog-final-cta{grid-template-columns:1fr;padding:26px 22px}.cebeci-blog-final-cta a{width:100%}.cebeci-blog-entry{font-size:16px}.cebeci-blog-entry>p:first-child{font-size:17px}}


/* v2.9.27 Blog single full-width fix */
body.single-post .cebeci-blog-auto-single{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow-x:hidden;
  background:#fff;
}
body.single-post .cebeci-blog-auto-single .cebeci-blog-single-hero,
body.single-post .cebeci-blog-auto-single .cebeci-blog-single,
body.single-post .cebeci-blog-auto-single .cebeci-blog-related{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.single-post .cebeci-blog-single-hero--premium .cebeci-container,
body.single-post .cebeci-blog-reading-container,
body.single-post .cebeci-blog-related .cebeci-container{
  width:min(1480px, calc(100vw - 72px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.single-post .cebeci-blog-single-hero--premium .cebeci-blog-single-hero__grid{
  grid-template-columns:minmax(0, 1.08fr) minmax(460px, .92fr)!important;
}
body.single-post .cebeci-blog-single__layout{
  grid-template-columns:300px minmax(0, 1040px)!important;
  gap:60px!important;
  justify-content:center!important;
}
body.single-post .cebeci-blog-entry{max-width:1040px!important;}
body.single-post .cebeci-blog-primary-cta,
body.single-post .cebeci-blog-primary-cta:visited,
body.single-post .cebeci-blog-primary-cta:hover,
body.single-post .cebeci-blog-sidebar-cta,
body.single-post .cebeci-blog-sidebar-cta:visited,
body.single-post .cebeci-blog-sidebar-cta:hover,
body.single-post .cebeci-blog-final-cta a,
body.single-post .cebeci-blog-final-cta a:visited,
body.single-post .cebeci-blog-final-cta a:hover{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.single-post .cebeci-blog-secondary-cta,
body.single-post .cebeci-blog-secondary-cta:visited,
body.single-post .cebeci-blog-secondary-cta:hover{
  color:#0d2341!important;
  -webkit-text-fill-color:#0d2341!important;
}
body.single-post .cebeci-blog-final-cta a{background:#f58220!important;}
@media(max-width:1024px){
  body.single-post .cebeci-blog-single-hero--premium .cebeci-container,
  body.single-post .cebeci-blog-reading-container,
  body.single-post .cebeci-blog-related .cebeci-container{width:min(100vw - 36px, 1480px)!important;}
  body.single-post .cebeci-blog-single-hero--premium .cebeci-blog-single-hero__grid,
  body.single-post .cebeci-blog-single__layout{grid-template-columns:1fr!important;gap:32px!important;}
}

/* v2.9.37c - Katlanır / Sürme / Giyotin ürün görseli mobil taşma düzeltmesi
   Sadece ürün kartı içindeki "Ürün Görseli" alanını sınırlar. */
@media (max-width: 767px){
  .cebeci-katlanir-product,
  .cebeci-surme-product,
  .cebeci-giyotin-product{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:16px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .cebeci-katlanir-product .scene,
  .cebeci-surme-product .scene,
  .cebeci-giyotin-product .scene{
    order:1!important;
    width:100%!important;
    height:190px!important;
    max-height:190px!important;
    overflow:hidden!important;
    grid-column:1/-1!important;
  }

  .cebeci-katlanir-product .prod-img,
  .cebeci-surme-product .prod-img,
  .cebeci-giyotin-product .prod-img{
    order:2!important;
    width:100%!important;
    min-width:0!important;
    height:150px!important;
    min-height:150px!important;
    max-height:150px!important;
    padding:10px!important;
    margin:0!important;
    overflow:hidden!important;
    grid-column:1/-1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }

  .cebeci-katlanir-product .prod-img img,
  .cebeci-surme-product .prod-img img,
  .cebeci-giyotin-product .prod-img img{
    display:block!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    max-width:82%!important;
    max-height:128px!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    margin:0 auto!important;
  }

  .cebeci-katlanir-product .content,
  .cebeci-surme-product .content,
  .cebeci-giyotin-product .content{
    order:3!important;
    grid-column:1/-1!important;
    position:relative!important;
    z-index:2!important;
  }

  .cebeci-katlanir-product .side,
  .cebeci-surme-product .side,
  .cebeci-giyotin-product .side{
    order:4!important;
    grid-column:1/-1!important;
    position:relative!important;
    z-index:2!important;
  }
}

@media (max-width: 420px){
  .cebeci-katlanir-product .prod-img,
  .cebeci-surme-product .prod-img,
  .cebeci-giyotin-product .prod-img{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
  }
  .cebeci-katlanir-product .prod-img img,
  .cebeci-surme-product .prod-img img,
  .cebeci-giyotin-product .prod-img img{
    max-height:116px!important;
    max-width:78%!important;
  }
}
