
:root{
  --brand-blue:#2f3192;
  --brand-blue-2:#22276f;
  --brand-red:#ef4136;
  --ink:#111827;
  --muted:#667085;
  --line:#e6e9f0;
  --soft:#f7f8fc;
  --paper:#ffffff;
  --dark:#070b24;
  --radius:24px;
  --shadow:0 24px 70px rgba(20, 31, 86, .14);
  --shadow-soft:0 14px 44px rgba(20, 31, 86, .10);
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
::selection{background:rgba(239,65,54,.18)}
.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:10px 14px;border-radius:12px;z-index:99}
.skip-link:focus{left:10px}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid rgba(47,49,146,.10);
}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;min-width:172px}
.logo img{height:54px;width:auto}
.nav{display:flex;align-items:center;gap:4px}
.nav a{font-size:14px;font-weight:700;color:#293056;padding:11px 12px;border-radius:999px;transition:.2s ease}
.nav a:hover,.nav a.active{background:#f0f2ff;color:var(--brand-blue)}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:46px;padding:12px 18px;border-radius:999px;border:1px solid transparent;
  font-weight:800;letter-spacing:-.01em;transition:.22s ease;cursor:pointer;white-space:nowrap;
}
.btn-primary{background:var(--brand-red);color:#fff;box-shadow:0 14px 30px rgba(239,65,54,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(239,65,54,.28)}
.btn-secondary{background:var(--brand-blue);color:#fff;box-shadow:0 14px 30px rgba(47,49,146,.20)}
.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(47,49,146,.27)}
.btn-outline{background:#fff;border-color:#d6dbf4;color:var(--brand-blue)}
.btn-outline:hover{border-color:var(--brand-blue);transform:translateY(-2px)}
.menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid #dfe4f6;background:#fff;color:var(--brand-blue)}
.menu-toggle span{display:block;width:20px;height:2px;background:currentColor;margin:4px auto;border-radius:3px;transition:.2s ease}
.mobile-panel{display:none;position:absolute;left:20px;right:20px;top:90px;padding:14px;background:#fff;border:1px solid #e3e7f5;border-radius:22px;box-shadow:var(--shadow)}
.mobile-panel a{display:flex;padding:13px 14px;border-radius:14px;font-weight:800;color:#263160}
.mobile-panel a:hover,.mobile-panel a.active{background:#f3f5ff;color:var(--brand-blue)}
body.menu-open .mobile-panel{display:block}
body.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
body.menu-open .menu-toggle span:nth-child(2){opacity:0}
body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f9ff 0%,#fff 44%,#fdf2f1 100%);padding:78px 0 74px}
.hero:before{content:"";position:absolute;inset:auto -12% -44% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(47,49,146,.15),transparent 62%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--brand-blue);font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;background:#eef0ff;border:1px solid #dfe3ff;padding:8px 12px;border-radius:999px}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 5px rgba(239,65,54,.12)}
h1,h2,h3{line-height:1.08;margin:0;color:#0d173a;letter-spacing:-.04em}
h1{font-size:clamp(40px, 6vw, 72px);margin-top:18px;max-width:780px}
h2{font-size:clamp(30px, 4vw, 48px)}
h3{font-size:24px}
.lead{font-size:18px;color:#4a5578;max-width:710px;margin:22px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.hero-point{background:#fff;border:1px solid #e8ebf7;border-radius:18px;padding:14px;box-shadow:0 10px 30px rgba(34,39,111,.06)}
.hero-point strong{display:block;font-size:20px;color:var(--brand-blue);line-height:1.1}.hero-point span{display:block;font-size:13px;color:#667085;margin-top:4px}
.hero-media{position:relative;min-height:540px}
.hero-card{position:absolute;inset:0 0 48px 48px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#0d173a}
.hero-card img{width:100%;height:100%;object-fit:cover}
.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,11,36,.05),rgba(7,11,36,.28))}
.floating-card{position:absolute;left:0;bottom:0;width:min(340px,70%);background:#fff;border:1px solid #e7ebf7;border-radius:26px;padding:20px;box-shadow:var(--shadow)}
.floating-card b{display:block;color:#0d173a;font-size:18px;line-height:1.25}.floating-card p{margin:8px 0 0;color:#667085;font-size:14px;line-height:1.5}
.section{padding:88px 0}.section-soft{background:var(--soft)}.section-dark{background:linear-gradient(135deg,var(--dark),#151a49);color:#fff;position:relative;overflow:hidden}
.section-dark h2,.section-dark h3{color:#fff}.section-dark p,.section-dark li{color:rgba(255,255,255,.78)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-head p{max-width:610px;margin:0;color:#5c6685}.section-kicker{color:var(--brand-red);font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:13px;margin-bottom:10px;display:block}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e8ebf7;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-soft)}
.card.flat{box-shadow:none}.card h3{margin-bottom:12px}.card p{margin:0;color:#5d6785}.icon-box{width:52px;height:52px;border-radius:18px;background:#f0f2ff;color:var(--brand-blue);display:grid;place-items:center;font-weight:900;font-size:22px;margin-bottom:18px}.icon-red{background:#fff0ef;color:var(--brand-red)}
.product-card{background:#fff;border:1px solid #e8ebf7;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:100%}
.product-card .media{height:295px;background:#eef1f8;overflow:hidden}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover .media img{transform:scale(1.045)}
.product-card .body{padding:24px;display:flex;flex-direction:column;gap:14px;flex:1}.product-card p{color:#5d6785;margin:0}.product-card .link{margin-top:auto;color:var(--brand-blue);font-weight:900;display:inline-flex;gap:6px;align-items:center}
.split-media{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);min-height:480px;background:#eef1f8}.split-media img{width:100%;height:100%;object-fit:cover}.split-text p{color:#5c6685;margin:18px 0 0}.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:32px;color:#34405f}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:#eef0ff;color:var(--brand-blue);font-weight:900;display:grid;place-items:center;font-size:13px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{border-radius:24px;padding:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.stat strong{display:block;font-size:36px;color:#fff;line-height:1}.stat span{display:block;color:rgba(255,255,255,.72);font-weight:700;margin-top:8px;font-size:14px}
.breadcrumb{background:#f8f9ff;border-bottom:1px solid #e8ebf7;padding:18px 0;color:#606b8a;font-weight:700;font-size:14px}.breadcrumb a{color:var(--brand-blue)}
.page-hero{padding:72px 0;background:linear-gradient(135deg,#f8f9ff 0%,#fff 56%,#fff0ef 100%)}.page-hero .lead{max-width:820px}.page-hero h1{font-size:clamp(36px,5vw,62px)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-grid img{height:250px;width:100%;object-fit:cover;border-radius:22px;border:1px solid #edf0f8}.gallery-grid .wide{grid-column:span 2}
.cta-band{border-radius:34px;background:linear-gradient(135deg,var(--brand-blue),#171b57);padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:var(--shadow)}.cta-band h2{color:#fff;font-size:clamp(28px,4vw,44px)}.cta-band p{color:rgba(255,255,255,.78);margin:12px 0 0;max-width:650px}.cta-band .btn{background:#fff;color:var(--brand-blue)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-box{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:20px;background:#fff;border:1px solid #e8ebf7}.contact-box b{display:block;color:#0d173a}.contact-box span{display:block;color:#65708d;font-size:14px;margin-top:4px}.contact-box .icon-box{margin:0;flex:0 0 auto}
.form{background:#fff;border:1px solid #e8ebf7;border-radius:28px;padding:26px;box-shadow:var(--shadow-soft)}.form label{display:block;font-weight:800;color:#263160;margin-bottom:7px}.form input,.form textarea,.form select{width:100%;border:1px solid #dfe4f1;border-radius:16px;padding:13px 14px;font:inherit;color:#111827;background:#fff;outline:none}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(47,49,146,.10)}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.form textarea{min-height:120px;resize:vertical}.form .btn{width:100%;margin-top:14px;border:0}
.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}.detail-image{position:sticky;top:112px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#eef1f8}.detail-image img{width:100%;height:620px;object-fit:cover}.specs{display:grid;gap:12px;margin-top:24px}.spec{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e6eaf6;border-radius:16px;padding:14px 16px;background:#fff}.spec b{color:#0d173a}.spec span{color:#65708d;text-align:right}.note{background:#fff8f7;border:1px solid #ffd9d5;color:#7f261f;padding:16px 18px;border-radius:18px;font-weight:700;margin-top:20px}
.footer{background:#070b24;color:#fff;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr .9fr;gap:32px}.footer img{height:58px;width:auto;background:#fff;border-radius:14px;padding:8px;margin-bottom:18px}.footer p,.footer a{color:rgba(255,255,255,.72)}.footer a:hover{color:#fff}.footer h3{font-size:16px;color:#fff;margin-bottom:14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:42px;color:rgba(255,255,255,.58);font-size:14px}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:45;background:#25D366;color:#fff;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 16px 36px rgba(37,211,102,.30);display:flex;align-items:center;gap:8px}.whatsapp-float:hover{transform:translateY(-2px)}
@media (max-width: 1020px){.header-actions .btn-outline{display:none}.nav{display:none}.menu-toggle{display:block}.hero-grid,.grid-2,.product-detail,.contact-grid{grid-template-columns:1fr}.hero-media{min-height:480px}.hero-card{inset:0 0 60px 34px}.detail-image{position:relative;top:0}.detail-image img{height:520px}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column}.cta-band{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 680px){.container{width:min(100% - 28px,var(--container))}.header-inner{height:74px}.logo img{height:46px}.hero{padding:48px 0 56px}.hero-points{grid-template-columns:1fr}.hero-media{min-height:390px}.hero-card{inset:0;border-radius:24px}.floating-card{position:relative;left:auto;bottom:auto;width:100%;margin-top:16px;border-radius:22px}.section{padding:58px 0}.grid-3,.grid-4,.stats,.footer-grid{grid-template-columns:1fr}.product-card .media{height:250px}.gallery-grid{grid-template-columns:1fr}.gallery-grid .wide{grid-column:auto}.gallery-grid img{height:300px}.form .row{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.whatsapp-float{left:14px;right:14px;justify-content:center}.page-hero{padding:50px 0}.cta-band{border-radius:24px;padding:28px}.detail-image img{height:420px}.hero-actions .btn{width:100%}}


/* Güncelleme: SEO uyumlu SSS, RAG Dijital footer kredisi ve yuvarlak WhatsApp butonu */
.faq-section{background:linear-gradient(180deg,#fff 0%,#f7f8fc 100%)}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.faq-list details{background:#fff;border:1px solid #e8ebf7;border-radius:22px;padding:0;box-shadow:0 12px 34px rgba(20,31,86,.07);overflow:hidden}
.faq-list summary{list-style:none;cursor:pointer;padding:21px 56px 21px 22px;font-weight:900;color:#0d173a;position:relative;line-height:1.35}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f0f2ff;color:var(--brand-blue);font-size:20px;line-height:1;font-weight:900;transition:.2s ease}
.faq-list details[open] summary:after{content:"−";background:var(--brand-red);color:#fff}
.faq-list details p{padding:0 22px 22px;margin:0;color:#5c6685}
.footer-credit{color:#fff!important;font-weight:900;border-bottom:1px solid rgba(255,255,255,.35)}
.footer-credit:hover{color:#ef4136!important;border-color:#ef4136}
.whatsapp-float{right:22px!important;bottom:22px!important;left:auto!important;width:74px;height:74px;padding:0!important;border-radius:50%!important;background:#25D366!important;color:#fff!important;justify-content:center!important;box-shadow:0 18px 48px rgba(37,211,102,.45),0 0 0 8px rgba(37,211,102,.12)!important;animation:whatsapp-breathe 2.2s ease-in-out infinite;isolation:isolate;overflow:visible}
.whatsapp-float:before,.whatsapp-float:after{content:"";position:absolute;inset:-7px;border-radius:50%;border:2px solid rgba(37,211,102,.42);z-index:-1;animation:whatsapp-ring 2.2s ease-out infinite}
.whatsapp-float:after{animation-delay:1.1s}
.whatsapp-float .wa-icon{width:34px;height:34px;line-height:1;display:grid;place-items:center}.whatsapp-float .wa-svg{width:34px;height:34px;display:block;fill:currentColor}
.whatsapp-float .wa-label{position:absolute;right:86px;top:50%;transform:translateY(-50%) scale(.98);background:#101828;color:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 14px 34px rgba(16,24,40,.22);transition:.2s ease}
.whatsapp-float .wa-label:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px;height:12px;background:#101828}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.04)!important}
.whatsapp-float:hover .wa-label{opacity:1;transform:translateY(-50%) scale(1)}
@keyframes whatsapp-ring{0%{transform:scale(.82);opacity:.85}70%,100%{transform:scale(1.35);opacity:0}}
@keyframes whatsapp-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.04)}}
@media (max-width: 680px){.faq-list{grid-template-columns:1fr}.whatsapp-float{width:66px;height:66px;right:16px!important;bottom:16px!important}.whatsapp-float .wa-icon,.whatsapp-float .wa-svg{width:31px;height:31px}.whatsapp-float .wa-label{display:none}.footer-bottom{gap:10px}}

.icon-box svg{width:24px;height:24px;display:block;fill:currentColor}.contact-whatsapp-icon{background:#e9fff2;color:#128C4A}

/* Ürünlerimiz vitrini - Husta Plast kurumsal ürün kataloğu */
.product-showcase{
  background:
    radial-gradient(circle at top left, rgba(47,49,146,.08), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f8f9fd 100%);
  overflow:hidden;
}
.product-showcase-brand{
  text-align:center;
  max-width:920px;
  margin:0 auto 34px;
}
.product-showcase-brand img{
  height:88px;
  width:auto;
  margin:0 auto 16px;
  object-fit:contain;
}
.product-showcase-brand h2{
  margin:0;
  color:#071846;
  font-size:clamp(28px,4.6vw,52px);
  line-height:1.08;
  letter-spacing:-.04em;
  text-transform:uppercase;
}
.product-showcase-brand h2 span{color:var(--brand-red)}
.product-showcase-brand p{
  margin:14px auto 0;
  max-width:760px;
  color:#5c6685;
  font-size:18px;
}
.product-catalog-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  align-items:stretch;
}
.catalog-card{
  background:rgba(255,255,255,.92);
  border:1px solid #dfe4f0;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(17,31,84,.07);
  display:flex;
  flex-direction:column;
  min-height:100%;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.catalog-card:hover{
  transform:translateY(-5px);
  border-color:rgba(47,49,146,.25);
  box-shadow:0 20px 48px rgba(17,31,84,.12);
}
.catalog-visual{
  height:205px;
  background:linear-gradient(180deg,#fff 0%,#f4f6fb 100%);
  display:grid;
  place-items:center;
  border-bottom:1px solid #e7ebf3;
  padding:8px;
}
.catalog-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.catalog-card h3{
  color:#071846;
  font-size:16px;
  line-height:1.25;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:-.02em;
  margin:17px 12px 13px;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.catalog-card ul{
  list-style:none;
  padding:0 14px 18px;
  margin:0;
  display:grid;
  gap:8px;
  color:#4d5876;
  font-size:12px;
  line-height:1.25;
}
.catalog-card li{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
}
.catalog-card li:before{
  content:"✓";
  width:16px;
  height:16px;
  flex:0 0 16px;
  border:1px solid rgba(7,24,70,.35);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#071846;
  font-size:10px;
  font-weight:900;
  line-height:1;
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:22px;
  background:#fff;
  border:1px solid #dfe4f0;
  border-radius:12px;
  box-shadow:0 14px 40px rgba(17,31,84,.06);
  overflow:hidden;
}
.trust-item{
  min-height:118px;
  padding:24px 18px;
  display:grid;
  grid-template-columns:48px 1fr;
  column-gap:14px;
  align-items:center;
  border-right:1px solid #e7ebf3;
}
.trust-item:last-child{border-right:0}
.trust-item span{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#071846;
  background:#f0f3ff;
  font-size:24px;
  font-weight:900;
}
.trust-item strong{
  display:block;
  color:#071846;
  font-size:14px;
  text-transform:uppercase;
  line-height:1.2;
}
.trust-item small{
  grid-column:2;
  display:block;
  color:#5c6685;
  font-size:13px;
  line-height:1.35;
  margin-top:-14px;
}
@media (max-width:1200px){
  .product-catalog-grid{grid-template-columns:repeat(4,1fr)}
  .trust-strip{grid-template-columns:repeat(3,1fr)}
  .trust-item{border-bottom:1px solid #e7ebf3}
  .trust-item:nth-child(3n){border-right:0}
}
@media (max-width:900px){
  .product-catalog-grid{grid-template-columns:repeat(3,1fr)}
  .catalog-visual{height:190px}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(3n){border-right:1px solid #e7ebf3}
  .trust-item:nth-child(2n){border-right:0}
}
@media (max-width:680px){
  .product-showcase-brand img{height:68px}
  .product-showcase-brand p{font-size:15px}
  .product-catalog-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .catalog-visual{height:158px;padding:4px}
  .catalog-card h3{font-size:13px;min-height:38px;margin:13px 8px 9px}
  .catalog-card ul{font-size:11px;padding:0 10px 13px;gap:6px}
  .catalog-card li:before{width:14px;height:14px;flex-basis:14px;font-size:9px}
  .trust-strip{grid-template-columns:1fr}
  .trust-item,.trust-item:nth-child(3n){border-right:0}
  .trust-item{min-height:94px;padding:18px 16px}
  .trust-item small{margin-top:-10px}
}
@media (max-width:410px){
  .product-catalog-grid{grid-template-columns:1fr}
  .catalog-visual{height:205px}
}

.source-card{background:#fff;border:1px solid #e3e7f1;border-radius:18px;padding:28px;box-shadow:0 16px 44px rgba(17,31,84,.08)}
.source-list{display:grid;gap:10px;margin:18px 0 20px;padding-left:20px;color:#4d5876;line-height:1.55}.source-list strong{color:#071846}

/* Hero ürün vitrini güncellemesi - daha şık kurumsal görünüm */
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#f8f9ff 0%,#fff 44%,#fdf2f1 100%);
  padding:78px 0 74px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:auto -12% -44% auto;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,49,146,.15),transparent 62%);
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:46px;
  align-items:center;
}
.hero-content{
  position:relative;
  z-index:2;
}
.hero-media{
  position:relative;
  min-height:560px;
}
.hero-stage{
  position:absolute;
  inset:8px 0 72px 72px;
  border-radius:38px;
  padding:24px;
  background:linear-gradient(180deg,#f9fbff 0%,#eef2fb 100%);
  border:1px solid #dde4f3;
  box-shadow:0 30px 70px rgba(20,31,86,.12);
  overflow:hidden;
}
.hero-stage:before{
  content:"";
  position:absolute;
  top:-120px;
  right:-80px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(239,65,54,.16),transparent 68%);
}
.hero-stage:after{
  content:"";
  position:absolute;
  left:-80px;
  bottom:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,49,146,.12),transparent 70%);
}
.hero-stage-top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.stage-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dce3f5;
  color:var(--brand-blue);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  box-shadow:0 8px 22px rgba(20,31,86,.06);
}
.stage-line{
  font-size:13px;
  color:#667085;
  font-weight:800;
  text-align:right;
}
.hero-stage-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:1fr 1fr;
  gap:16px;
  height:calc(100% - 54px);
}
.stage-product{
  background:#fff;
  border:1px solid #e5ebf5;
  border-radius:28px;
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 16px 38px rgba(20,31,86,.08);
  min-height:0;
}
.stage-product-lg{
  grid-row:1 / span 2;
}
.stage-product-image{
  display:grid;
  place-items:center;
  min-height:0;
  flex:1;
  padding:8px 4px 0;
}
.stage-product img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.stage-product-lg .stage-product-image{
  min-height:300px;
}
.stage-product:not(.stage-product-lg) .stage-product-image{
  min-height:145px;
}
.stage-product-meta{
  padding-top:12px;
}
.stage-product-meta strong{
  display:block;
  color:#0d173a;
  font-size:19px;
  line-height:1.15;
}
.stage-product-meta span{
  display:block;
  margin-top:6px;
  color:#667085;
  font-size:13px;
  line-height:1.5;
}
.hero-note-card{
  position:absolute;
  left:0;
  bottom:0;
  width:min(360px,72%);
  background:#fff;
  border:1px solid #e7ebf7;
  border-radius:28px;
  padding:24px;
  box-shadow:0 20px 54px rgba(20,31,86,.14);
  z-index:3;
}
.hero-quick-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.hero-quick-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  background:#f2f4fb;
  border:1px solid #e2e7f4;
  color:#28335d;
  font-size:12px;
  font-weight:800;
}
@media (max-width: 1020px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-media{
    min-height:520px;
  }
  .hero-stage{
    inset:0 24px 70px 24px;
  }
}
@media (max-width: 680px){
  .hero{
    padding:48px 0 56px;
  }
  .hero-points{
    grid-template-columns:1fr;
  }
  .hero-media{
    min-height:auto;
  }
  .hero-stage{
    position:relative;
    inset:auto;
    padding:18px;
    border-radius:24px;
  }
  .hero-stage-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .stage-line{
    text-align:left;
  }
  .hero-stage-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    height:auto;
  }
  .stage-product-lg{
    grid-row:auto;
  }
  .stage-product-lg .stage-product-image,
  .stage-product:not(.stage-product-lg) .stage-product-image{
    min-height:185px;
  }
  .hero-note-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
    border-radius:22px;
    padding:18px;
  }
}

/* Ürün detay SEO sayfaları */
.catalog-card-link{
  display:block;
  color:inherit;
}
.catalog-detail-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 14px 18px;
  min-height:36px;
  border-radius:999px;
  background:#f0f2ff;
  color:var(--brand-blue);
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}
.catalog-detail-link:hover{
  background:var(--brand-blue);
  color:#fff;
}
.product-page-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0;
  background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 52%,#fff2f1 100%);
}
.product-page-hero:before{
  content:"";
  position:absolute;
  right:-160px;
  bottom:-220px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,49,146,.13),transparent 66%);
}
.product-page-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:44px;
  align-items:center;
}
.product-page-text h1{
  font-size:clamp(38px,5.2vw,68px);
}
.product-page-media{
  background:linear-gradient(180deg,#fff,#f4f6fb);
  border:1px solid #e1e7f3;
  border-radius:34px;
  padding:34px;
  min-height:430px;
  display:grid;
  place-items:center;
  box-shadow:0 28px 70px rgba(20,31,86,.13);
}
.product-page-media img{
  width:100%;
  max-height:390px;
  object-fit:contain;
}
.product-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:stretch;
}
.product-info-card h2{
  font-size:clamp(26px,3vw,38px);
}
.related-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.related-product-card a{
  display:block;
  height:100%;
  background:#fff;
  border:1px solid #e8ebf7;
  border-radius:26px;
  padding:18px;
  box-shadow:0 14px 40px rgba(20,31,86,.08);
  transition:.22s ease;
}
.related-product-card a:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(20,31,86,.13);
}
.related-product-card img{
  width:100%;
  height:210px;
  object-fit:contain;
  background:#f7f8fc;
  border-radius:20px;
  margin-bottom:15px;
}
.related-product-card strong{
  display:block;
  color:#0d173a;
  font-size:19px;
  line-height:1.2;
}
.related-product-card span{
  display:inline-flex;
  margin-top:8px;
  color:var(--brand-blue);
  font-weight:900;
  font-size:13px;
}
@media (max-width:1020px){
  .product-page-grid,
  .product-info-grid{
    grid-template-columns:1fr;
  }
  .product-page-media{
    min-height:360px;
  }
  .related-products{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:680px){
  .product-page-hero{
    padding:50px 0;
  }
  .product-page-media{
    border-radius:24px;
    min-height:300px;
    padding:22px;
  }
  .product-page-media img{
    max-height:280px;
  }
  .related-products{
    grid-template-columns:1fr;
  }
  .related-product-card img{
    height:230px;
  }
}

/* Hero poster alanı güncellemesi */
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 54%,#fff4f3 100%);
  padding:78px 0 74px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:auto -14% -46% auto;
  width:640px;
  height:640px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,49,146,.13),transparent 64%);
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:42px;
  align-items:center;
}
.hero-content{
  position:relative;
  z-index:2;
}
.hero-media-poster{
  position:relative;
  min-height:630px;
}
.hero-poster-frame{
  position:absolute;
  inset:0 0 82px 26px;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e6e9f6;
  box-shadow:0 32px 76px rgba(20,31,86,.16);
}
.hero-poster-frame:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0));
  z-index:1;
  pointer-events:none;
}
.hero-poster-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-note-card{
  position:absolute;
  left:0;
  bottom:0;
  width:min(420px,74%);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border:1px solid #e7ebf7;
  border-radius:28px;
  padding:24px;
  box-shadow:0 22px 58px rgba(20,31,86,.14);
  z-index:3;
}
.hero-note-card b{
  display:block;
  color:#0d173a;
  font-size:22px;
  line-height:1.22;
}
.hero-note-card p{
  margin:10px 0 0;
  color:#667085;
  font-size:14px;
  line-height:1.58;
}
.hero-quick-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.hero-quick-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  background:#f2f4fb;
  border:1px solid #e2e7f4;
  color:#28335d;
  font-size:12px;
  font-weight:800;
}
@media (max-width: 1100px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-media-poster{
    min-height:620px;
  }
  .hero-poster-frame{
    inset:0 18px 80px 18px;
  }
}
@media (max-width: 680px){
  .hero{
    padding:50px 0 58px;
  }
  .hero-media-poster{
    min-height:auto;
  }
  .hero-poster-frame{
    position:relative;
    inset:auto;
    aspect-ratio: 4 / 5;
    border-radius:24px;
  }
  .hero-note-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
    border-radius:22px;
    padding:18px;
  }
  .hero-note-card b{
    font-size:18px;
  }
}

/* Slider görsel tek alan güncellemesi */
.hero-image-only{
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  overflow:hidden!important;
  width:100%;
}
.hero-image-only:before,
.hero-image-only:after{
  display:none!important;
}
.hero-image-only img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  object-fit:cover;
}
@media (min-width: 1024px){
  .hero-image-only img{
    width:100vw;
  }
}
@media (max-width: 680px){
  .hero-image-only{
    padding:0!important;
  }
  .hero-image-only img{
    width:100%;
    height:auto;
  }
}

/* Yeni hero görseli - tek görsel tam genişlik */
.hero-image-only{
  padding:0!important;
  margin:0!important;
  width:100%;
  max-width:none;
  background:#fff!important;
  overflow:hidden!important;
  line-height:0;
}
.hero-image-only:before,
.hero-image-only:after{
  display:none!important;
}
.hero-image-only img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  object-fit:cover;
}
@media (min-width: 1024px){
  .hero-image-only img{
    width:100vw;
  }
}
@media (max-width: 680px){
  .hero-image-only img{
    width:100%;
    height:auto;
  }
}

/* Kurumsal arkaplan desen güncellemesi */
body{
  background:
    radial-gradient(circle at 15% 20%, rgba(47,49,146,.035) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 85% 14%, rgba(239,65,54,.03) 0 2px, transparent 2px 100%),
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  background-size: 34px 34px, 42px 42px, auto;
  background-attachment: fixed, fixed, fixed;
}

.site-header{
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.88)),
    repeating-linear-gradient(135deg, rgba(47,49,146,.028) 0 1px, transparent 1px 18px);
}

.hero-image-only,
.hero,
.page-hero,
.breadcrumb,
.section-soft,
.product-showcase,
.faq-section{
  position:relative;
  isolation:isolate;
}

.hero-image-only::after,
.hero::after,
.page-hero::after,
.breadcrumb::after,
.section-soft::after,
.product-showcase::after,
.faq-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
}

.breadcrumb{
  background:
    linear-gradient(180deg,#f9faff 0%,#f5f7ff 100%);
}
.breadcrumb::after{
  background:
    linear-gradient(90deg, rgba(47,49,146,.05) 0 1px, transparent 1px 26px),
    linear-gradient(0deg, rgba(47,49,146,.05) 0 1px, transparent 1px 26px);
  background-size:26px 26px,26px 26px;
  opacity:.35;
}

.page-hero{
  background:
    radial-gradient(circle at top left, rgba(47,49,146,.09), transparent 32%),
    radial-gradient(circle at bottom right, rgba(239,65,54,.08), transparent 28%),
    linear-gradient(135deg,#f8f9ff 0%,#ffffff 56%,#fff0ef 100%);
}
.page-hero::after{
  background:
    linear-gradient(135deg, rgba(47,49,146,.04) 25%, transparent 25%) 0 0/36px 36px,
    linear-gradient(315deg, rgba(239,65,54,.035) 25%, transparent 25%) 0 0/36px 36px;
  opacity:.35;
}

.section-soft{
  background:
    radial-gradient(circle at top right, rgba(47,49,146,.06), transparent 22%),
    linear-gradient(180deg,#f8f9fd 0%,#f6f8fd 100%);
}
.section-soft::after{
  background:
    radial-gradient(circle, rgba(47,49,146,.05) 1px, transparent 1px),
    radial-gradient(circle, rgba(239,65,54,.04) 1px, transparent 1px);
  background-position:0 0, 18px 18px;
  background-size:36px 36px;
  opacity:.28;
}

.product-showcase{
  background:
    radial-gradient(circle at top left, rgba(47,49,146,.08), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f8f9fd 100%);
}
.product-showcase::after{
  background:
    repeating-linear-gradient(135deg, rgba(47,49,146,.03) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(45deg, rgba(239,65,54,.018) 0 1px, transparent 1px 22px);
  opacity:.4;
}

.faq-section{
  background:
    linear-gradient(180deg,#fff 0%,#f7f8fc 100%);
}
.faq-section::after{
  background:
    radial-gradient(circle at 10% 20%, rgba(47,49,146,.07) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 90% 70%, rgba(239,65,54,.06) 0 2px, transparent 2px 100%);
  background-size:34px 34px, 44px 44px;
  opacity:.22;
}

.footer{
  position:relative;
  background:
    linear-gradient(135deg,#070b24 0%,#101743 100%);
  overflow:hidden;
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 18px),
    radial-gradient(circle at top right, rgba(47,49,146,.32), transparent 28%),
    radial-gradient(circle at bottom left, rgba(239,65,54,.16), transparent 24%);
  pointer-events:none;
}
.footer > .container{
  position:relative;
  z-index:1;
}

.card,
.product-card,
.catalog-card,
.form,
.contact-box,
.faq-list details{
  backdrop-filter:saturate(120%) blur(2px);
}

@media (max-width: 680px){
  body{
    background-size: 26px 26px, 34px 34px, auto;
  }
  .page-hero::after,
  .product-showcase::after,
  .section-soft::after{
    opacity:.22;
  }
}

/* Ürünler alanı kurumsal mavi gradyan güncellemesi */
.product-showcase{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,.16), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(239,65,54,.16), transparent 26%),
    linear-gradient(135deg,#071846 0%,#111b5f 42%,#2f3192 100%)!important;
  color:#fff;
}
.product-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.075) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 22% 78%, rgba(255,255,255,.12), transparent 22%),
    radial-gradient(circle at 78% 74%, rgba(239,65,54,.12), transparent 20%);
  opacity:.65;
}
.product-showcase::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0!important;
  pointer-events:none;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(45deg, rgba(255,255,255,.028) 0 1px, transparent 1px 28px)!important;
  opacity:.7!important;
}
.product-showcase > .container{
  position:relative;
  z-index:1;
}
.product-showcase-brand{
  position:relative;
}
.product-showcase-brand img{
  background:#fff;
  border-radius:20px;
  padding:12px 18px;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.product-showcase-brand h2{
  color:#fff!important;
  text-shadow:0 8px 28px rgba(0,0,0,.22);
}
.product-showcase-brand h2 span{
  color:#ff5a4f!important;
}
.product-showcase-brand p{
  color:rgba(255,255,255,.84)!important;
}
.product-showcase .catalog-card{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.48);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.product-showcase .catalog-card:hover{
  border-color:rgba(255,255,255,.85);
  box-shadow:0 24px 62px rgba(0,0,0,.24);
}
.product-showcase .catalog-visual{
  background:linear-gradient(180deg,#ffffff 0%,#f3f6fb 100%);
}
.product-showcase .catalog-card h3{
  color:#071846;
}
.product-showcase .catalog-card ul{
  color:#4d5876;
}
.product-showcase .catalog-detail-link{
  background:#eef1ff;
  color:#2f3192;
}
.product-showcase .catalog-detail-link:hover{
  background:#2f3192;
  color:#fff;
}
.product-showcase .trust-strip{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.48);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.product-showcase .trust-item span{
  background:#eef1ff;
  color:#071846;
}
.product-showcase .trust-item strong{
  color:#071846;
}
.product-showcase .trust-item small{
  color:#5c6685;
}
@media (max-width:680px){
  .product-showcase-brand img{
    padding:10px 14px;
    border-radius:16px;
  }
  .product-showcase::before,
  .product-showcase::after{
    opacity:.42!important;
  }
}
