/* certifications */
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cert{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;transition:transform .35s var(--ease),border-color .2s}
.cert:hover{transform:translateY(-4px);border-color:var(--blue)}
.cert .cert-top{display:flex;align-items:center;gap:14px}
.cert .seal{width:56px;height:56px;border-radius:14px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.cert .seal svg{width:28px;height:28px}
.cert h3{font-size:17px;font-weight:700;line-height:1.2}
.cert .tag{font-family:var(--f-mono);font-size:10.5px;letter-spacing:.06em;color:var(--red);text-transform:uppercase;margin-top:3px}
.cert p{font-size:13.5px;color:var(--muted);line-height:1.55;flex:1}
.cert .dl{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--red);margin-top:2px}
.cert .dl svg{width:15px;height:15px}
@media (max-width:900px){.cert-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.cert-grid{grid-template-columns:1fr}}
/* commitment 2-col */
.commit{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}
.commit .c-img{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;background:var(--navy)}
.commit .c-img img{width:100%;height:100%;object-fit:cover}
.commit h2{font-size:clamp(24px,3vw,34px);font-weight:800}
.commit .eyebrow{margin-bottom:14px}
.commit p{margin-top:14px;color:var(--ink);font-size:15px;line-height:1.6;max-width:48ch}
.commit .c-list{margin-top:18px;display:flex;flex-direction:column;gap:12px}
.commit .c-list li{display:flex;gap:12px;font-size:14px;color:var(--ink)}
.commit .c-list svg{width:20px;height:20px;color:var(--red);flex-shrink:0}
.commit .c-list b{color:var(--navy)}
@media (max-width:900px){.commit{grid-template-columns:1fr;gap:32px}}
/* QMS steps */
.qms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.qms{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px;box-shadow:var(--shadow)}
.qms .qi{width:50px;height:50px;border-radius:13px;background:var(--red-soft);color:var(--red);display:grid;place-items:center;margin-bottom:14px}
.qms .qi svg{width:25px;height:25px}
.qms h3{font-size:15.5px;font-weight:700;margin-bottom:7px}
.qms p{font-size:13px;color:var(--muted);line-height:1.5}
@media (max-width:900px){.qms-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.qms-grid{grid-template-columns:1fr}}
/* cta band */
.cta-band{background:var(--navy);color:#fff;position:relative;overflow:hidden;isolation:isolate}
.cta-band::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.5;background:radial-gradient(circle at 18% 40%,rgba(216,30,36,.20) 0,transparent 32%),radial-gradient(circle at 70% 60%,rgba(30,79,163,.32) 0,transparent 42%)}
.cta-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:52px 32px;flex-wrap:wrap}
.cta-band h2{color:#fff;font-size:clamp(24px,3vw,34px);font-weight:800}
.cta-band p{color:rgba(255,255,255,.78);margin-top:8px;max-width:52ch}
.cta-band .cta-btns{display:flex;gap:12px;flex-wrap:wrap}
/* ===== Quality & Certifications (slide 17) [Düzenlemeler 2] ===== */
.rp{color:var(--red)}
.qhero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,var(--surface) 100%)}
.qhero .wrap{position:relative;z-index:2;padding-top:56px;padding-bottom:60px}
.qhero-copy{max-width:560px}
.qhero-copy .crumb{color:var(--muted);font-size:13px;margin-bottom:14px}
.qhero-copy .crumb a{color:var(--muted)}.qhero-copy .crumb a:hover{color:var(--navy)}
.qhero-copy .eyebrow{margin-bottom:14px}
.qhero-copy h1{color:var(--navy);font-size:clamp(30px,4.2vw,52px);font-weight:800;letter-spacing:-.03em;line-height:1.05}
.q-rule{display:block;width:64px;height:3px;background:var(--red);border-radius:2px;margin:20px 0 0}
.qhero-copy>p{margin-top:18px;color:var(--muted);font-size:16.5px;line-height:1.6;max-width:46ch}
.qhero-img{position:absolute;top:0;right:0;width:46%;height:100%;z-index:1}
.qhero-img::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,var(--surface) 0%,rgba(244,246,250,.2) 22%,transparent 45%)}
.qhero-img img{width:100%;height:100%;object-fit:cover}
@media (max-width:900px){.qhero-img{position:relative;width:100%;height:220px;margin-top:24px}.qhero-img::before{background:linear-gradient(0deg,var(--surface),transparent 40%)}.qhero .wrap{padding-bottom:0}}
/* cert cards */
.qcert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.qcert{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column}
.qcert .seal{width:52px;height:52px;border-radius:13px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;margin-bottom:16px}
.qcert .seal svg{width:26px;height:26px}
.qcert h3{font-size:17px;font-weight:800;color:var(--navy)}
.qcert .tag{font-family:var(--f-mono);font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-top:5px}
.qcert p{font-size:13.5px;color:var(--muted);line-height:1.55;margin-top:12px;flex:1}
.qcert .link-red{margin-top:14px;font-weight:600;font-size:13.5px}
@media (max-width:900px){.qcert-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.qcert-grid{grid-template-columns:1fr}}
/* quality at every stage */
.qstage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}
.qstage{display:flex;flex-direction:column;gap:10px;position:relative;padding:0 8px}
.qstage .qs-ic{width:56px;height:56px;border-radius:50%;background:var(--surface-2);color:var(--blue);display:grid;place-items:center}
.qstage .qs-ic svg{width:26px;height:26px}
.qstage .qs-n{font-family:var(--f-mono);font-size:20px;font-weight:800;color:var(--red);line-height:1}
.qstage h3{font-size:15.5px;font-weight:700;color:var(--navy)}
.qstage p{font-size:13px;color:var(--muted);line-height:1.5}
@media (max-width:820px){.qstage-grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}}
@media (max-width:420px){.qstage-grid{grid-template-columns:1fr}}
/* summary band */
.qband{margin-top:34px;background:var(--blue-soft);border:1px solid #d5e2f5;border-radius:var(--r-lg);padding:24px 30px;display:flex;align-items:center;gap:22px}
.qband .qb-ic{width:48px;height:48px;flex-shrink:0;border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;box-shadow:var(--shadow)}
.qband b{font-size:18px;color:var(--navy);font-weight:800;white-space:nowrap}
.qband .qb-div{width:1px;align-self:stretch;background:#c9d8ef}
.qband p{color:var(--muted);font-size:14.5px;line-height:1.5}
/* CMS notu: .qband b tasarimda white-space:nowrap. Ingilizce cumle 375px'e
   sigiyor ama Turkce/Fransizca/Ispanyolca karsiliklari daha uzun ve sayfayi
   tasiriyordu. Dar ekranda sarmalamaya izin veriliyor. */
@media (max-width:700px){.qband b{white-space:normal}}
@media (max-width:700px){.qband{flex-direction:column;text-align:center}.qband .qb-div{display:none}}
