:root{--navy:#071a45;--blue:#1463ff;--orange:#ff6500;--green:#19bd62;--text:#15233e;--muted:#61708b;--line:#dfe8f4;--soft:#f6f9ff;--radius:18px;--shadow:0 18px 45px rgba(12,32,72,.10);--container:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.pb-site{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}a{color:inherit}.pb-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.pb-main{min-height:60vh}.pb-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);border-bottom:1px solid #e9eef6;box-shadow:0 6px 22px rgba(9,28,64,.05);backdrop-filter:blur(12px)}.admin-bar .pb-header{top:32px}.pb-header__inner{min-height:86px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:26px}.pb-logo,.pb-footer-logo{display:inline-flex;align-items:center;font-weight:900;letter-spacing:-1.5px;text-decoration:none;font-size:30px;color:var(--navy);white-space:nowrap}.pb-logo strong,.pb-footer-logo strong{color:var(--blue)}.pb-logo em,.pb-footer-logo em{font-style:normal;background:var(--navy);color:#fff;border-radius:4px;padding:3px 5px;margin-left:3px;font-size:11px;letter-spacing:0}.pb-nav{justify-self:center}.pb-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:30px}.pb-menu>li{position:relative}.pb-menu a{text-decoration:none;font-weight:750;font-size:15px;padding:32px 0;display:block}.pb-menu .sub-menu{position:absolute;top:75px;left:50%;transform:translateX(-50%) translateY(8px);min-width:270px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;list-style:none;opacity:0;visibility:hidden;transition:.2s}.pb-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.pb-menu .sub-menu a{padding:12px 14px;border-radius:9px}.pb-menu .sub-menu a:hover{background:var(--soft);color:var(--blue)}.pb-header-actions{display:flex;gap:10px}.pb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border:0;border-radius:11px;text-decoration:none;font-weight:800;cursor:pointer;transition:.2s;font:inherit;font-weight:800}.pb-btn:hover{transform:translateY(-2px)}.pb-btn--orange{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(255,101,0,.20)}.pb-btn--green{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(25,189,98,.18)}.pb-btn--blue{background:var(--blue);color:#fff}.pb-btn--light{background:#fff;border:1px solid var(--line);color:#111827}.pb-menu-toggle{display:none;background:#fff;border:1px solid var(--line);width:46px;height:46px;border-radius:11px}.pb-menu-toggle span{display:block;width:21px;height:2px;background:var(--navy);margin:4px auto}.pb-hero,.pb-page-hero,.pb-product-hero{padding:72px 0;background:linear-gradient(135deg,#fff 0%,#fbfdff 50%,#f4f8ff 100%)}.pb-hero__grid,.pb-page-hero__grid,.pb-product-hero__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:54px}.pb-badge{display:inline-flex;background:var(--blue);color:#fff;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:800;box-shadow:0 10px 24px rgba(20,99,255,.20);margin-bottom:22px}.pb-hero h1,.pb-page-hero h1,.pb-product-hero h1{font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-2.5px;color:var(--navy);margin:0 0 22px;max-width:700px}.pb-hero h1 span{display:block;color:var(--blue)}.pb-hero p,.pb-page-hero p,.pb-product-hero p{font-size:20px;color:#344562;max-width:650px;margin:0 0 24px}.pb-checks{list-style:none;padding:0;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.pb-checks li{font-weight:750}.pb-checks li:before{content:'✓';display:inline-grid;place-items:center;width:24px;height:24px;background:var(--blue);color:#fff;border-radius:50%;margin-right:10px}.pb-actions{display:flex;gap:12px;flex-wrap:wrap}.pb-trust{margin-top:22px;display:flex;gap:10px;align-items:baseline}.pb-trust span{color:var(--muted);font-size:14px}.pb-hero__visual img,.pb-product-shot img,.pb-reference-shot img{display:block;max-width:100%;height:auto;margin:auto}.pb-product-shot,.pb-reference-shot,.pb-dual-product{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:20px}.pb-dual-product{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px}.pb-dual-product img{width:100%;height:330px;object-fit:contain}.pb-section{padding:70px 0}.pb-section--soft{background:var(--soft)}.pb-section-head{text-align:center;margin-bottom:34px}.pb-section-head h2,.pb-cta h2{font-size:36px;color:var(--navy);line-height:1.15;margin:0 0 10px}.pb-section-head p{color:var(--muted);margin:0}.pb-benefits{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.pb-benefits article{text-align:center;padding:24px 14px;border-right:1px solid var(--line)}.pb-benefits article:last-child{border:0}.pb-benefits strong{display:block;font-size:20px;color:var(--navy)}.pb-benefits span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.pb-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pb-product-card,.pb-choice{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;text-decoration:none;box-shadow:0 10px 35px rgba(13,35,75,.05);min-height:240px}.pb-product-card img,.pb-choice img{width:100%;height:190px;object-fit:contain;background:#fff;border-radius:14px}.pb-product-card--dark,.pb-choice--dark{background:#111f39;color:#fff;border-color:#111f39}.pb-product-card h3,.pb-choice h3{font-size:27px;margin:0 0 8px}.pb-product-card p,.pb-choice p{color:var(--muted);margin:0}.pb-product-card--dark p,.pb-choice--dark p{color:#aebbd0}.pb-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pb-choice small{font-weight:900;letter-spacing:.7px;color:#64748b}.pb-choice strong{color:var(--blue)}.pb-icon-placeholder{display:grid;place-items:center;height:170px;border-radius:14px;background:#edf3ff;color:var(--blue);font-size:50px;font-weight:900}.pb-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;text-align:center}.pb-steps b{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 18px;border-radius:50%;background:#edf3ff;color:var(--blue);font-size:23px}.pb-steps h3{font-size:17px}.pb-steps p{color:var(--muted);font-size:14px}.pb-size-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.pb-size{background:#fff;border:1px solid var(--line);border-radius:14px;text-align:center;padding:24px 8px}.pb-size strong{display:block;font-size:19px;color:var(--navy)}.pb-size span{font-size:12px;color:var(--muted)}.pb-center{text-align:center;margin-top:28px}.pb-sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.pb-sector-grid div{padding:19px 15px;background:#fff;border:1px solid var(--line);border-radius:13px;font-weight:750;text-align:center}.pb-offer-grid,.pb-contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.pb-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pb-form-grid input,.pb-form-grid select,.pb-form-grid textarea{width:100%;border:1px solid #d5dfec;border-radius:10px;padding:14px;font:inherit;background:#fff}.pb-form-grid textarea{grid-column:1/-1;min-height:100px}.pb-wa-form .pb-btn{width:100%;margin-top:12px}.pb-faq{max-width:900px;margin:auto;border:1px solid var(--line);border-radius:18px;overflow:hidden}.pb-faq details{background:#fff;border-bottom:1px solid var(--line);padding:20px 22px}.pb-faq details:last-child{border:0}.pb-faq summary{font-weight:800;cursor:pointer}.pb-faq p{color:var(--muted)}.pb-cta{background:linear-gradient(135deg,#123d91,#1463ff);color:#fff;border-radius:22px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:30px}.pb-cta h2{color:#fff}.pb-cta p{margin:0}.pb-page-hero--simple{text-align:center}.pb-size-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pb-size-cards article{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}.pb-size-cards strong{font-size:22px;color:var(--navy)}.pb-size-cards p{color:var(--muted)}.pb-footer{background:#071a45;color:#d5deee;padding-top:54px}.pb-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;padding-bottom:42px}.pb-footer h3{color:#fff;margin-top:0}.pb-footer a,.pb-footer span{display:block;text-decoration:none;color:#c5d0e2;margin:9px 0}.pb-footer-logo{color:#fff;margin-bottom:18px}.pb-footer p{max-width:360px}.pb-footer-whatsapp{display:inline-flex!important;background:var(--green);color:#fff!important;border-radius:10px;padding:12px 16px;font-weight:800}.pb-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:#8090ab;font-size:13px}.pb-floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:998;background:var(--green);color:#fff;text-decoration:none;padding:12px 17px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px rgba(25,189,98,.28)}.pb-content{max-width:900px}.pb-reference-shot{overflow:hidden}.pb-reference-shot img{max-height:540px;object-fit:cover}.pb-contact-layout a{color:var(--blue)}
@media(max-width:1050px){.pb-header__inner{grid-template-columns:1fr auto}.pb-header-actions{display:none}.pb-menu-toggle{display:block;justify-self:end}.pb-nav{position:absolute;left:0;right:0;top:86px;background:#fff;border-top:1px solid var(--line);box-shadow:var(--shadow);padding:12px 20px 20px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.pb-nav.is-open{opacity:1;visibility:visible;transform:none}.pb-menu{display:block}.pb-menu a{padding:14px}.pb-menu .sub-menu{position:static;transform:none!important;opacity:1;visibility:visible;box-shadow:none;border:0;padding-left:16px;display:block}.pb-header__inner>.pb-logo{grid-column:1}.pb-hero__grid,.pb-page-hero__grid,.pb-product-hero__grid{grid-template-columns:1fr}.pb-hero__visual{order:-1}.pb-benefits{grid-template-columns:repeat(2,1fr)}.pb-benefits article{border-bottom:1px solid var(--line)}.pb-product-grid,.pb-choice-grid{grid-template-columns:1fr}.pb-steps{grid-template-columns:1fr 1fr}.pb-size-grid{grid-template-columns:repeat(4,1fr)}.pb-sector-grid{grid-template-columns:repeat(3,1fr)}.pb-offer-grid,.pb-contact-layout{grid-template-columns:1fr}.pb-footer__grid{grid-template-columns:1fr 1fr}.pb-size-cards{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.admin-bar .pb-header{top:46px}.pb-container{width:min(100% - 24px,var(--container))}.pb-header__inner{min-height:72px}.pb-nav{top:72px}.pb-logo{font-size:23px}.pb-hero,.pb-page-hero,.pb-product-hero{padding:42px 0}.pb-hero h1,.pb-page-hero h1,.pb-product-hero h1{font-size:43px}.pb-hero p,.pb-page-hero p,.pb-product-hero p{font-size:17px}.pb-checks{grid-template-columns:1fr}.pb-benefits,.pb-steps,.pb-size-cards{grid-template-columns:1fr}.pb-size-grid{grid-template-columns:repeat(2,1fr)}.pb-sector-grid{grid-template-columns:repeat(2,1fr)}.pb-product-card,.pb-choice{grid-template-columns:1fr;text-align:center}.pb-product-card img,.pb-choice img{height:220px}.pb-form-grid{grid-template-columns:1fr}.pb-form-grid textarea{grid-column:auto}.pb-cta{display:block;text-align:center;padding:30px 20px}.pb-cta .pb-actions{justify-content:center;margin-top:20px}.pb-footer__grid{grid-template-columns:1fr}.pb-footer{padding-top:38px}.pb-floating-whatsapp{right:12px;bottom:12px}.pb-dual-product img{height:220px}}

/* PB Theme 1.0.2 — navigation + polish */
.pb-header__inner{grid-template-columns:230px minmax(0,1fr) auto;gap:34px}
.pb-nav{display:block!important;justify-self:center;min-width:0}
.pb-menu{gap:26px}
.pb-menu>li>a{position:relative;color:var(--text)}
.pb-menu>li>a:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:3px;border-radius:99px;background:var(--blue);transform:scaleX(0);transition:transform .18s ease}
.pb-menu>li:hover>a:after,.pb-menu>li.current-menu-item>a:after,.pb-menu>li.current-menu-ancestor>a:after{transform:scaleX(1)}
.pb-menu-caret{display:inline-block;margin-left:5px;font-size:13px;transition:transform .18s ease}
.pb-has-submenu:hover .pb-menu-caret{transform:rotate(180deg)}
.pb-btn--wa span{color:var(--green);font-size:17px;line-height:1}
.pb-hero__visual{overflow:hidden;border-radius:22px}
.pb-hero__visual img{width:100%;aspect-ratio:1.01/1;object-fit:cover;object-position:center}
.pb-product-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.pb-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cbd9ee}
.pb-product-card img{padding:8px}
.pb-product-card--dark img{background:#fff}
.pb-footer-whatsapp{width:max-content}

@media(max-width:1180px) and (min-width:1051px){
  .pb-header__inner{grid-template-columns:190px minmax(0,1fr) auto;gap:18px}
  .pb-logo{font-size:25px}.pb-menu{gap:18px}.pb-menu a{font-size:14px}.pb-header-actions .pb-btn{padding-inline:14px}
}
@media(max-width:1050px){
  .pb-header__inner{display:grid;grid-template-columns:1fr auto;gap:12px}
  .pb-nav{display:block!important;justify-self:stretch}
  .pb-menu>li>a:after{display:none}
  .pb-menu .sub-menu{background:#f7faff;border-radius:10px;margin:0 4px 8px;padding:4px 8px 4px 18px}
  .pb-menu-caret{float:right}
}


/* PB Theme 1.0.3 — lightweight SVG icon system */
.pb-ui-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:20px;height:20px;color:currentColor}
.pb-ui-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pb-btn--icon{gap:9px}
.pb-btn--icon>span:last-child{display:inline-block}
.pb-btn--wa .pb-ui-icon,.pb-footer-whatsapp .pb-ui-icon{color:#12a954}
.pb-btn--green .pb-ui-icon{color:#fff}
.pb-header-phone{display:inline-flex;align-items:center;gap:8px;color:var(--navy);text-decoration:none;font-weight:750;font-size:13px;white-space:nowrap;padding:8px 4px}
.pb-header-phone .pb-ui-icon{width:18px;height:18px;color:var(--blue)}
.pb-header-phone:hover{color:var(--blue)}
.pb-footer-contact .pb-contact-line{display:flex;align-items:flex-start;gap:10px;margin:12px 0;color:#c5d0e2;text-decoration:none}
.pb-footer-contact .pb-contact-line>.pb-ui-icon{width:18px;height:18px;margin-top:2px;color:#79a6ff}
.pb-footer-contact .pb-contact-line>span{display:block;margin:0;color:inherit}
.pb-footer-whatsapp{align-items:center;gap:8px}
.pb-footer-whatsapp .pb-ui-icon{color:#fff}
.pb-wa-form button .pb-ui-icon{width:19px;height:19px}
@media(max-width:1240px){
  .pb-header-phone span:last-child{display:none}
  .pb-header-phone{width:42px;height:42px;justify-content:center;padding:0;border:1px solid var(--line);border-radius:10px}
}
@media(max-width:1050px){
  .pb-header-phone{display:none}
}

/* PB Theme 1.0.4 — black bag card */
.pb-product-card--black{background:#fff;color:var(--text);border-color:var(--line)}
.pb-product-card--black p{color:var(--muted)}
.pb-product-card--black img{background:#fff;object-fit:contain;object-position:center;padding:6px;transform:scale(1.06)}
.pb-product-card--black:hover{border-color:#cbd9ee;box-shadow:0 16px 42px rgba(13,35,75,.10);transform:translateY(-2px)}

/* PB Theme 1.0.5 — Siyah Mağaza Poşeti görsel ölçeği */
.pb-product-card--black{
  grid-template-columns:230px 1fr;
  overflow:hidden;
}
.pb-product-card--black img{
  width:100%;
  height:215px;
  max-width:none;
  padding:0;
  object-fit:contain;
  object-position:center;
  transform:scale(1.32);
  transform-origin:center;
}
@media(max-width:700px){
  .pb-product-card--black{grid-template-columns:1fr}
  .pb-product-card--black img{
    height:240px;
    transform:scale(1.22);
  }
}


/* PB Theme 1.0.6 — Reference product cards */
.pb-product-groups{padding-top:56px;padding-bottom:52px}
.pb-product-grid--scene{gap:22px}
.pb-product-card--scene{
  grid-template-columns:54% 46%;
  gap:0;
  min-height:310px;
  padding:0;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:0 14px 36px rgba(13,35,75,.07);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.pb-product-card--scene:hover{
  transform:translateY(-3px);
  border-color:#cad8eb;
  box-shadow:0 20px 46px rgba(13,35,75,.12);
}
.pb-product-card__media{
  min-height:310px;
  overflow:hidden;
  background:#f8fafc;
}
.pb-product-card--scene .pb-product-card__media img{
  width:100%;
  height:100%;
  min-height:310px;
  max-height:none;
  padding:0;
  border-radius:0;
  object-fit:cover;
  object-position:center;
  transform:none;
  background:transparent;
}
.pb-product-card__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:34px 34px 34px 28px;
}
.pb-product-card--scene h3{
  margin:0 0 11px;
  color:var(--navy);
  font-size:27px;
  line-height:1.16;
}
.pb-product-card--scene p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
}
.pb-product-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:23px;
  color:var(--orange);
  font-size:27px;
  line-height:1;
  transition:transform .2s ease;
}
.pb-product-card--scene:hover .pb-product-arrow{transform:translateX(5px)}

.pb-advantage-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:28px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 12px 32px rgba(13,35,75,.05);
  overflow:hidden;
}
.pb-advantage-strip article{
  position:relative;
  min-height:156px;
  padding:20px 17px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.pb-advantage-strip article:not(:last-child):after{
  content:"";
  position:absolute;
  top:32px;
  right:0;
  bottom:32px;
  width:1px;
  background:var(--line);
}
.pb-advantage-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin-bottom:12px;
  color:var(--blue);
  background:#edf4ff;
  border-radius:50%;
}
.pb-advantage-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pb-advantage-strip strong{display:block;color:var(--navy);font-size:15px;margin-bottom:4px}
.pb-advantage-strip span{display:block;color:var(--muted);font-size:12px;line-height:1.45}

@media(max-width:1050px){
  .pb-product-card--scene{grid-template-columns:46% 54%;min-height:280px}
  .pb-product-card__media,.pb-product-card--scene .pb-product-card__media img{min-height:280px}
  .pb-advantage-strip{grid-template-columns:repeat(3,1fr)}
  .pb-advantage-strip article:nth-child(3):after{display:none}
  .pb-advantage-strip article{border-bottom:1px solid var(--line)}
}
@media(max-width:700px){
  .pb-product-card--scene{grid-template-columns:1fr;text-align:left}
  .pb-product-card__media,.pb-product-card--scene .pb-product-card__media img{min-height:230px;height:230px}
  .pb-product-card__copy{padding:24px}
  .pb-product-card--scene h3{font-size:24px}
  .pb-advantage-strip{grid-template-columns:1fr 1fr}
  .pb-advantage-strip article:nth-child(odd):after{display:block}
  .pb-advantage-strip article:nth-child(even):after{display:none}
  .pb-advantage-strip article:last-child{grid-column:1/-1}
  .pb-advantage-strip article:last-child:after{display:none}
}
/* ===== BEYAZ MAĞAZA POŞETİ SAYFASI ===== */

.pb-white-product-hero{
  padding:64px 0;
  background:linear-gradient(135deg,#ffffff 0%,#f7faff 100%);
}

.pb-white-product-hero__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center;
}

.pb-white-product-hero h1{
  margin:18px 0;
  color:var(--navy);
  font-size:clamp(44px,5vw,68px);
  line-height:1;
  letter-spacing:-2px;
}

.pb-white-kicker{
  margin:18px 0 0;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.pb-white-lead{
  max-width:620px;
  margin:0 0 24px;
  color:#43516a;
  font-size:18px;
  line-height:1.6;
}

.pb-white-checks{
  max-width:600px;
  margin-bottom:24px;
}

.pb-white-mini-proof{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
}

.pb-white-mini-proof strong{
  color:var(--navy);
}

.pb-white-scene{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 20px 55px rgba(12,32,72,.12);
}

.pb-white-scene img{
  display:block;
  width:100%;
  height:470px;
  object-fit:cover;
}


/* ÜRÜN ÖZELLİKLERİ */

.pb-white-features{
  padding:70px 0;
}

.pb-white-features .pb-section-head{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}

.pb-section-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.pb-white-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.pb-white-feature-grid article{
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(13,35,75,.05);
}

.pb-white-feature-no{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:18px;
  border-radius:12px;
  background:#edf4ff;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}

.pb-white-feature-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:20px;
}

.pb-white-feature-grid p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}


/* TABLET */

@media(max-width:1050px){

  .pb-white-product-hero__grid{
    grid-template-columns:1fr;
  }

  .pb-white-product-hero__visual{
    order:-1;
  }

  .pb-white-scene img{
    height:390px;
  }

  .pb-white-feature-grid{
    grid-template-columns:repeat(2,1fr);
  }

}


/* MOBİL */

@media(max-width:700px){

  .pb-white-product-hero{
    padding:38px 0;
  }

  .pb-white-product-hero h1{
    font-size:42px;
  }

  .pb-white-product-hero__visual{
    order:0;
  }

  .pb-white-scene img{
    height:280px;
  }

  .pb-white-feature-grid{
    grid-template-columns:1fr;
  }

}
/* ===== BEYAZ MAĞAZA POŞETİ / ÖLÇÜLER ===== */

.pb-white-sizes{
  padding:70px 0;
  background:#f7faff;
}

.pb-white-sizes .pb-section-head{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}

.pb-white-size-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.pb-white-size-grid article{
  min-height:150px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(13,35,75,.04);
}

.pb-white-size-grid strong{
  display:block;
  margin-bottom:10px;
  color:var(--navy);
  font-size:22px;
}

.pb-white-size-grid span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.pb-white-size-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:28px;
  padding:30px 34px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}

.pb-white-size-note strong{
  color:var(--navy);
  font-size:20px;
}

.pb-white-size-note p{
  max-width:720px;
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.6;
}

@media(max-width:1050px){

  .pb-white-size-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .pb-white-size-note{
    align-items:flex-start;
    flex-direction:column;
  }

}

@media(max-width:700px){

  .pb-white-sizes{
    padding:50px 0;
  }

  .pb-white-size-grid{
    grid-template-columns:1fr;
  }

  .pb-white-size-note{
    padding:24px;
  }

}
/* ===== BEYAZ MAĞAZA POŞETİ / BASKI SEÇENEKLERİ ===== */

.pb-print-options{
  padding:70px 0;
  background:#fff;
}

.pb-print-options .pb-section-head{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}

.pb-print-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.pb-print-card{
  padding:30px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(13,35,75,.05);
}

.pb-print-number{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  border-radius:12px;
  background:#edf4ff;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}

.pb-print-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:22px;
}

.pb-print-card p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.pb-print-card strong{
  color:var(--blue);
  font-size:13px;
}

.pb-print-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  margin-top:28px;
  padding:34px;
  border-radius:22px;
  background:linear-gradient(135deg,#0f2d66 0%,#1463ff 100%);
  color:#fff;
}

.pb-print-cta h3{
  margin:4px 0 8px;
  color:#fff;
  font-size:28px;
}

.pb-print-cta p{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.6;
}

.pb-print-cta .pb-section-kicker{
  color:#bcd0ff;
}

@media(max-width:900px){
  .pb-print-grid{
    grid-template-columns:1fr;
  }

  .pb-print-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:700px){
  .pb-print-options{
    padding:50px 0;
  }

  .pb-print-card{
    padding:24px;
  }

  .pb-print-cta{
    padding:26px;
  }

  .pb-print-cta h3{
    font-size:24px;
  }
}
/* ===== DİNAMİK REFERANSLAR ===== */

.pb-reference-section{
  padding:70px 0;
  background:#fff;
}

.pb-reference-section .pb-section-head{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}

.pb-reference-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.pb-reference-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(13,35,75,.06);
  transition:transform .2s ease,box-shadow .2s ease;
}

.pb-reference-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(13,35,75,.11);
}

.pb-reference-card__image{
  display:block;
  overflow:hidden;
  background:#f5f8fc;
  aspect-ratio:4/3;
}

.pb-reference-card__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}

.pb-reference-card:hover .pb-reference-card__image img{
  transform:scale(1.03);
}

.pb-reference-card__content{
  padding:22px;
}

.pb-reference-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:19px;
  line-height:1.3;
}

.pb-reference-card h3 a{
  color:inherit;
  text-decoration:none;
}

.pb-reference-card p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.pb-reference-card__link{
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

@media(max-width:900px){
  .pb-reference-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .pb-reference-section{
    padding:50px 0;
  }

  .pb-reference-grid{
    grid-template-columns:1fr;
  }
}