/* ==========================================================================
   ZM Hub — Docs Shell (v3)
   2-kolon layout: sol nav (+TOC içinde) + main content
   Sağ TOC kaldırıldı. Hero WOW: self-healing + atom field animations.
   ========================================================================== */

:root {
    --zmds-ink:           #0b1220;
    --zmds-text:          #1f2937;
    --zmds-text-soft:     #4b5563;
    --zmds-muted:         #6b7280;
    --zmds-muted-2:       #9ca3af;
    --zmds-accent:        #0d71b9;
    --zmds-accent-ink:    #095a95;
    --zmds-accent-tint:   #eaf3fa;
    --zmds-accent-tint-2: #f4f9fd;
    --zmds-border:        #e5e7eb;
    --zmds-border-soft:   #f1f3f5;
    --zmds-bg:            #ffffff;
    --zmds-bg-muted:      #fafbfc;
    --zmds-bg-code:       #f6f7f8;
    --zmds-header-offset: 110px;
    --zmds-sticky-top:    88px;

    --zmds-font-sans:     'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --zmds-font-mono:     'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

    --zmds-shadow-sm:     0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 1px rgba(15, 23, 42, 0.03);
    --zmds-shadow-md:     0 10px 28px rgba(15, 23, 42, 0.07), 0 2px 6px rgba(15, 23, 42, 0.04);
    --zmds-shadow-lg:     0 28px 56px rgba(15, 23, 42, 0.18);

    --zmds-radius:        10px;
    --zmds-radius-sm:     6px;
    --zmds-radius-lg:     16px;

    --zmds-motion:        cubic-bezier(0.2, 0.8, 0.25, 1);
}

/* ==========================================================================
   Enfold override — sticky için overflow visible, header border + wrap_all fix
   ========================================================================== */
html:has(body.zm-hub-page),
body.zm-hub-page {
    background-color: var(--zmds-bg, #ffffff) !important;
}
body.zm-hub-page #header {
    border-bottom: 1px solid #e1e1e1 !important;
}
body.zm-hub-page,
body.zm-hub-page #wrap_all {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}
html:has(body.zm-hub-page),
body.zm-hub-page {
    scroll-padding-top: 105px !important;
}
body.zm-hub-page #main,
body.zm-hub-page main.template-page {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: clip !important;
}
body.zm-hub-page #main .container_wrap,
body.zm-hub-page #main .container_wrap_first,
body.zm-hub-page #main .container_wrap_first > .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    overflow: visible !important;
}
body.zm-hub-page #main .entry-content-wrapper,
body.zm-hub-page #main .post-entry {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}
body.zm-hub-page .av-content-small,
body.zm-hub-page .av-content-full,
body.zm-hub-page .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}
body.zm-hub-page .title_container { display: none !important; }

/* Enfold list-style leak */
body.zm-hub-page .zmds ul,
body.zm-hub-page .zmds ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}
body.zm-hub-page .zmds ul li:not(.zmp__why-item),
body.zm-hub-page .zmds ol li:not(.zmp__why-item) {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}
body.zm-hub-page .zmds ul li:not(.zmp__why-item)::before,
body.zm-hub-page .zmds ul li:not(.zmp__why-item)::after,
body.zm-hub-page .zmds ol li:not(.zmp__why-item)::before,
body.zm-hub-page .zmds ol li:not(.zmp__why-item)::after {
    display: none !important;
    content: none !important;
}

/* Enfold H uppercase leak */
body.zm-hub-page .zmds h1,
body.zm-hub-page .zmds h2,
body.zm-hub-page .zmds h3,
body.zm-hub-page .zmds h4,
body.zm-hub-page .zmds .zmp__h2,
body.zm-hub-page .zmds .zmp__title {
    text-transform: none !important;
}

/* ==========================================================================
   Shell root
   ========================================================================== */
.zmds {
    font-family: var(--zmds-font-sans);
    color: var(--zmds-text);
    background: var(--zmds-bg);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmds *, .zmds *::before, .zmds *::after { box-sizing: border-box; }

.zmds__skip {
    position: absolute; left: -9999px; top: 0;
    background: var(--zmds-ink); color: #fff;
    padding: 10px 14px; border-radius: 6px;
    z-index: 9999;
}
.zmds__skip:focus { left: 12px; top: 12px; }

.zmds__kbd {
    display: inline-flex; align-items: center;
    min-width: 22px; height: 20px;
    padding: 0 5px;
    font-family: var(--zmds-font-mono);
    font-size: 11px; font-weight: 500;
    color: var(--zmds-muted);
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-bottom-width: 2px;
    border-radius: 4px;
    line-height: 1;
}

.zmds__drawer-toggle {
    display: none;
    position: fixed;
    top: calc(var(--zmds-header-offset) + 8px);
    left: 12px;
    z-index: 95;
    width: 42px; height: 42px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-sm);
    cursor: pointer;
    color: var(--zmds-ink);
    box-shadow: var(--zmds-shadow-sm);
}
.zmds__drawer-toggle-icon {
    display: flex; flex-direction: column; gap: 4px;
    align-items: center; justify-content: center;
    height: 100%;
}
.zmds__drawer-toggle-icon > span {
    display: block; width: 18px; height: 1.5px;
    background: currentColor;
    transition: transform 200ms var(--zmds-motion), opacity 200ms var(--zmds-motion);
}
.zmds__drawer-toggle[aria-expanded="true"] .zmds__drawer-toggle-icon > span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.zmds__drawer-toggle[aria-expanded="true"] .zmds__drawer-toggle-icon > span:nth-child(2) { opacity: 0; }
.zmds__drawer-toggle[aria-expanded="true"] .zmds__drawer-toggle-icon > span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* ==========================================================================
   Layout — 2 columns (sidebar + main)
   ========================================================================== */
.zmds__layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

/* ==========================================================================
   Sidebar — search + nav + TOC + footer
   ========================================================================== */
.zmds__sidebar {
    position: sticky;
    top: var(--zmds-sticky-top);
    align-self: start;
    height: calc(100vh - var(--zmds-sticky-top));
    padding: 0 16px 0 16px;
    border-right: 1px solid var(--zmds-border-soft);
    display: flex;
    flex-direction: column;
}

.zmds__nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.zmds__nav-logo { flex: 0 0 auto; margin-bottom: 16px; padding: 0 8px; }
.zmds__nav-logo-link {
    display: inline-flex; align-items: baseline; gap: 6px;
    text-decoration: none;
}
.zmds__nav-logo-brand {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.015em;
    color: var(--zmds-ink);
}
.zmds__nav-logo-divider { color: var(--zmds-muted-2); font-size: 13px; font-weight: 300; }
.zmds__nav-logo-product {
    font-size: 12px;
    font-weight: 500;
    color: var(--zmds-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.zmds__nav-search {
    flex: 0 0 auto;
    display: flex; align-items: center; gap: 8px;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    margin-bottom: 20px;
    background: var(--zmds-bg-muted);
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius);
    color: var(--zmds-muted);
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 120ms var(--zmds-motion), background 120ms var(--zmds-motion);
}
.zmds__nav-search:hover {
    border-color: var(--zmds-muted-2);
    background: #fff;
}
.zmds__nav-search-icon { width: 14px; height: 14px; color: var(--zmds-muted); flex-shrink: 0; }
.zmds__nav-search-text { flex: 1; text-align: left; }

/* Scroll area — grows, scrolls its own content */
.zmds__nav-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 8px;
    padding-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: var(--zmds-border) transparent;
}
.zmds__nav-scroll::-webkit-scrollbar { width: 6px; }
.zmds__nav-scroll::-webkit-scrollbar-thumb { background: var(--zmds-border); border-radius: 3px; }

/* Heading row: "BU SAYFADA" + progress */
.zmds__nav-heading-row {
    padding: 0 10px;
    margin: 0 0 12px;
}
.zmds__nav-heading {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zmds-muted);
}
.zmds__nav-progress {
    height: 2px;
    background: var(--zmds-border-soft);
    border-radius: 2px;
    overflow: hidden;
}
.zmds__nav-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--zmds-accent);
    transition: width 80ms linear;
}

/* Groups */
.zmds__nav-groups {
    list-style: none !important;
    margin: 0 0 22px 0;
    padding: 0 !important;
}
.zmds__nav-group {
    margin: 0 0 2px;
    padding: 0 !important;
}

/* Base link (group + child + flat) */
.zmds__nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    font-size: 13.5px;
    font-weight: 400;
    color: var(--zmds-text-soft);
    text-decoration: none;
    border-radius: var(--zmds-radius-sm);
    line-height: 1.45;
    transition: color 120ms var(--zmds-motion), background 120ms var(--zmds-motion);
    position: relative;
}
.zmds__nav-link-text { flex: 1 1 auto; min-width: 0; }
.zmds__nav-link:hover { color: var(--zmds-ink); background: var(--zmds-bg-muted); }

/* Group (collapsible) link */
.zmds__nav-link--group { font-weight: 500; color: var(--zmds-ink); cursor: pointer; }
.zmds__nav-link--flat  { font-weight: 500; color: var(--zmds-ink); }

/* Chevron */
.zmds__nav-chevron {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    color: var(--zmds-muted);
    transition: transform 200ms var(--zmds-motion);
}
.zmds__nav-link--group[aria-expanded="true"] .zmds__nav-chevron {
    transform: rotate(90deg);
}

/* Children: smooth grid-rows expand */
.zmds__nav-children {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 240ms var(--zmds-motion);
}
.zmds__nav-children[aria-hidden="false"] {
    grid-template-rows: 1fr;
}
.zmds__nav-children > * {
    min-height: 0;
    overflow: hidden;
}
.zmds__nav-children-inner {
    padding: 4px 0 6px 20px !important;
    margin: 0 !important;
    border-left: 1px solid var(--zmds-border-soft);
    margin-left: 14px !important;
    list-style: none !important;
}
.zmds__nav-item { margin: 0 !important; padding: 0 !important; }

/* Child link */
.zmds__nav-link--child {
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
}

/* Active states */
.zmds__nav-link.is-active {
    color: var(--zmds-accent-ink);
    background: var(--zmds-accent-tint);
    font-weight: 500;
}
.zmds__nav-link--child.is-active {
    background: transparent;
    font-weight: 600;
}
.zmds__nav-link--child.is-active::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 5px; bottom: 5px;
    width: 2px;
    background: var(--zmds-accent);
    border-radius: 2px;
}

/* Footer */
.zmds__nav-footer {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--zmds-border-soft);
}
.zmds__nav-footer-links {
    list-style: none !important;
    margin: 0; padding: 0 !important;
    display: flex; flex-direction: column; gap: 2px;
}
.zmds__nav-link--footer {
    font-size: 12.5px;
    color: var(--zmds-muted);
    padding: 4px 10px;
    background: transparent !important;
    border: 0;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.zmds__nav-link--footer:hover { color: var(--zmds-accent); }
.zmds__nav-totop { width: 100%; }

/* ==========================================================================
   Main column
   ========================================================================== */
.zmds__main {
    min-width: 0;
    padding: 95px 32px 96px;
    scroll-margin-top: 105px;
    outline: none;
    position: relative;
    max-width: none;
}
.zmds__main .zmp__section,
.zmds__main .zmp__section:focus,
.zmds__main .zmp__section:focus-visible,
.zmds__main [id]:focus,
.zmds__main [id]:focus-visible {
    outline: none !important;
}
.zmds__main [id],
.zmds__main section[id],
.zmds__main h1[id],
.zmds__main h2[id],
.zmds__main h3[id] {
    scroll-margin-top: 105px;
}

/* Hero içinde "Sayfayı Kopyala" — sağ üst köşede, corner-label altında */
.zmp__hero-copy {
    position: absolute;
    top: 44px;
    right: 28px;
    z-index: 6;
}
.zmp__hero-copy .zmds__copy-btn {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.92);
    backdrop-filter: blur(4px);
}
.zmp__hero-copy .zmds__copy-btn:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.28);
    color: #fff;
}
.zmp__hero-copy .zmds__copy-caret { opacity: 0.75; }
/* Menü açıldığında beyaz zemin, hero'dan bağımsız okunabilir */
.zmp__hero-copy .zmds__copy-menu {
    color: var(--zmds-ink);
}

/* ==========================================================================
   HERO — Premium + WOW (self-healing + atom field + metallic shimmer)
   ========================================================================== */
.zmds__main .zmp__hero {
    margin: 0 0 40px !important;
    width: auto !important;
    min-height: 360px !important;
    border-radius: var(--zmds-radius-lg);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
.zmds__main .zmp__hero--premium {
    background: linear-gradient(155deg, #0a1930 0%, #0d2545 48%, #0a1b37 100%);
    color: #e6edf5;
    padding: 26px 48px 40px !important;
}
.zmds__main .zmp__hero--premium::after { display: none; }

/* Atmospheric layers */
.zmds__main .zmp__hero-atmos {
    position: absolute; inset: 0;
    pointer-events: none;
    z-index: 0;
}
.zmds__main .zmp__hero-mesh {
    position: absolute; inset: -15%;
    background:
        radial-gradient(ellipse 55% 50% at 82% 12%, rgba(96, 165, 250, 0.32), transparent 62%),
        radial-gradient(ellipse 50% 45% at 14% 88%, rgba(13, 113, 185, 0.3), transparent 58%),
        radial-gradient(circle 500px at 100% 100%, rgba(168, 221, 255, 0.08), transparent 60%);
    filter: blur(4px);
    animation: zmp-mesh 24s ease-in-out infinite alternate;
}
@keyframes zmp-mesh {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-2%, 1%) scale(1.06); }
}
.zmds__main .zmp__hero-grid-pattern {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(168, 221, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 221, 255, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at center, #000 35%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 85%);
}
.zmds__main .zmp__hero-vignette { display: none; }

/* Atom field — floating Zn, Al, Mg labels */
.zmds__main .zmp__hero-atoms {
    position: absolute; inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.zmds__main .zmp__hero-atom {
    position: absolute;
    font-family: var(--zmds-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(168, 221, 255, 0.32);
    padding: 4px 8px;
    border: 1px solid rgba(168, 221, 255, 0.22);
    border-radius: 6px;
    background: rgba(13, 30, 58, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    white-space: nowrap;
    animation: zmp-atom-float 18s ease-in-out infinite;
    will-change: transform, opacity;
}
.zmds__main .zmp__hero-atom--zn { top: 14%; left: 50%; animation-delay: 0s; }
.zmds__main .zmp__hero-atom--al { top: 80%; left: 94%; animation-delay: -5s; animation-duration: 22s; }
.zmds__main .zmp__hero-atom--mg { top: 8%; left: 92%; animation-delay: -11s; animation-duration: 20s; }
.zmds__main .zmp__hero-atom--zn2 { top: 82%; left: 46%; animation-delay: -2s; animation-duration: 24s; font-size: 10px; opacity: 0.7; }
.zmds__main .zmp__hero-atom--al2 { top: 28%; left: 52%; animation-delay: -8s; animation-duration: 19s; font-size: 10px; opacity: 0.7; }
.zmds__main .zmp__hero-atom--mg2 { top: 50%; left: 44%; animation-delay: -14s; animation-duration: 21s; font-size: 10px; opacity: 0.7; }

@keyframes zmp-atom-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0; }
    10%      { opacity: 1; }
    50%      { transform: translate(-12px, -18px) scale(1.04); opacity: 1; }
    90%      { opacity: 1; }
}

/* Self-healing SVG — coating surface + crack animation */
.zmds__main .zmp__hero-heal {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.95;
}
.zmds__main .zmp__hero-heal svg { width: 100%; height: 100%; display: block; }
.zmds__main .zmp__hero-heal-plate { fill: none; stroke: rgba(168, 221, 255, 0.18); stroke-width: 1; }
.zmds__main .zmp__hero-heal-plate-fill {
    fill: rgba(13, 113, 185, 0.08);
    stroke: rgba(168, 221, 255, 0.25);
    stroke-width: 1;
}
.zmds__main .zmp__hero-heal-crack {
    stroke: rgba(250, 120, 80, 0.7);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
    animation: zmp-crack-cycle 6s ease-in-out infinite;
    filter: drop-shadow(0 0 3px rgba(250, 120, 80, 0.5));
}
@keyframes zmp-crack-cycle {
    0%   { stroke-dashoffset: 120; filter: drop-shadow(0 0 0 rgba(250,120,80,0)); }
    25%  { stroke-dashoffset: 0;   filter: drop-shadow(0 0 4px rgba(250,120,80,0.7)); }
    55%  { stroke-dashoffset: 0;   filter: drop-shadow(0 0 0 rgba(250,120,80,0)); stroke: rgba(168, 221, 255, 0.4); }
    75%  { stroke-dashoffset: -120; stroke: rgba(168, 221, 255, 0); }
    100% { stroke-dashoffset: -120; }
}
.zmds__main .zmp__hero-heal-ring {
    fill: none;
    stroke: rgba(96, 165, 250, 0.8);
    stroke-width: 1.5;
    opacity: 0;
    transform-origin: center;
    animation: zmp-heal-ring 6s ease-out infinite;
}
@keyframes zmp-heal-ring {
    0%, 35%  { opacity: 0; transform: scale(0.2); }
    45%      { opacity: 1; transform: scale(0.5); }
    65%      { opacity: 0.4; transform: scale(1); }
    80%, 100%{ opacity: 0; transform: scale(1.4); }
}
.zmds__main .zmp__hero-heal-atom {
    fill: rgba(168, 221, 255, 0.95);
    filter: drop-shadow(0 0 4px rgba(168, 221, 255, 0.8));
}
.zmds__main .zmp__hero-heal-atom--zn { animation: zmp-heal-atom-zn 6s ease-in-out infinite; }
.zmds__main .zmp__hero-heal-atom--al { animation: zmp-heal-atom-al 6s ease-in-out infinite; }
.zmds__main .zmp__hero-heal-atom--mg { animation: zmp-heal-atom-mg 6s ease-in-out infinite; }
@keyframes zmp-heal-atom-zn {
    0%, 25%  { transform: translate(0, 0);        opacity: 0; }
    30%      { opacity: 1; }
    50%      { transform: translate(-60px, -40px); opacity: 1; }
    65%      { transform: translate(0, 0);         opacity: 0.3; }
    100%     { opacity: 0; }
}
@keyframes zmp-heal-atom-al {
    0%, 25%  { transform: translate(0, 0);        opacity: 0; }
    30%      { opacity: 1; }
    50%      { transform: translate(50px, -35px); opacity: 1; }
    65%      { transform: translate(0, 0);        opacity: 0.3; }
    100%     { opacity: 0; }
}
@keyframes zmp-heal-atom-mg {
    0%, 25%  { transform: translate(0, 0);       opacity: 0; }
    30%      { opacity: 1; }
    50%      { transform: translate(10px, 55px); opacity: 1; }
    65%      { transform: translate(0, 0);       opacity: 0.3; }
    100%     { opacity: 0; }
}
.zmds__main .zmp__hero-heal-label {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: var(--zmds-font-mono);
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(168, 221, 255, 0.55);
}

/* Hairline inner frame + corner label */
.zmds__main .zmp__hero--premium > .zmp__hero-inner {
    position: relative;
    z-index: 3;
    max-width: none;
    min-width: 0;
    padding-right: 240px;
}
.zmds__main .zmp__hero--premium::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(168, 221, 255, 0.12);
    border-radius: 10px;
    pointer-events: none;
    z-index: 1;
}
.zmds__main .zmp__hero-corner-label {
    position: absolute;
    top: 18px; right: 56px;
    transform: translateY(-50%);
    background: #0a1a35;
    padding: 0 12px;
    font-family: var(--zmds-font-mono);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(168, 221, 255, 0.75);
    z-index: 4;
}

/* Kicker */
.zmds__main .zmp__hero-kicker {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 18px;
}
.zmds__main .zmp__hero-kicker-num {
    font-size: 22px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1;
    padding-right: 12px;
    border-right: 1px solid rgba(168, 221, 255, 0.2);
    letter-spacing: -0.02em;
}
.zmds__main .zmp__hero-kicker-label {
    font-family: var(--zmds-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(168, 221, 255, 0.65);
}

/* Formula chip — Zn · Al · Mg → ZM with metallic shine */
.zmds__main .zmp__hero-formula {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 5px 11px;
    margin-bottom: 14px;
    background: rgba(168, 221, 255, 0.06);
    border: 1px solid rgba(168, 221, 255, 0.18);
    border-radius: 999px;
    font-family: var(--zmds-font-mono);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(168, 221, 255, 0.95);
}
.zmds__main .zmp__hero-formula-atom {
    display: inline-flex;
    padding: 0 2px;
    background: linear-gradient(100deg, #e6f3ff 0%, #ffffff 38%, #c7d2fe 47%, #e0f2fe 52%, #ffffff 62%, #e6f3ff 100%);
    background-size: 240% 100%;
    background-position: 150% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: zmp-shimmer 5s ease-in-out infinite;
}
.zmds__main .zmp__hero-formula-arrow {
    color: rgba(168, 221, 255, 0.55);
    margin: 0 2px;
}
.zmds__main .zmp__hero-formula-result {
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 13px;
}
@keyframes zmp-shimmer {
    0%, 100% { background-position: 150% 0%; }
    50%      { background-position: -50% 0%; }
}

/* Title — Inter, tight */
.zmds__main .zmp__hero--premium .zmp__title {
    font-family: var(--zmds-font-sans) !important;
    font-weight: 700 !important;
    font-size: clamp(28px, 3.4vw, 40px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    margin: 0 0 14px !important;
    max-width: none;
    display: block;
}
.zmds__main .zmp__hero--premium .zmp__title-line {
    display: inline;
    overflow: visible;
    padding-bottom: 0;
}
.zmds__main .zmp__hero--premium .zmp__title-line + .zmp__title-line::before {
    content: " ";
}

.zmds__main .zmp__hero--premium .zmp__lede {
    font-family: var(--zmds-font-sans) !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    max-width: none;
    margin: 0 0 22px !important;
    font-weight: 400 !important;
}
.zmds__main .zmp__hero--premium .zmp__lede strong {
    color: #fff !important;
    font-weight: 600 !important;
    display: inline !important;
    font-size: 1em !important;
    margin: 0 !important;
}

/* Footer — CTA + spec rail */
.zmds__main .zmp__hero-footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; flex-wrap: wrap;
    padding-top: 16px;
    margin-right: -240px;
    border-top: 1px solid rgba(168, 221, 255, 0.15);
}

.zmds__main .zmp__hero-cta {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 9px 6px 9px 18px;
    background: rgba(168, 221, 255, 0.04);
    border: 1px solid rgba(168, 221, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 260ms var(--zmds-motion), border-color 260ms var(--zmds-motion), gap 260ms var(--zmds-motion);
}
.zmds__main .zmp__hero-cta-arrow {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--zmds-accent);
    display: inline-flex; align-items: center; justify-content: center;
    transition: background 220ms var(--zmds-motion);
}
.zmds__main .zmp__hero-cta-arrow svg { width: 13px; height: 13px; color: #fff; }
.zmds__main .zmp__hero-cta:hover {
    background: rgba(168, 221, 255, 0.1);
    border-color: var(--zmds-accent);
    color: #fff;
    gap: 16px;
}
.zmds__main .zmp__hero-cta:hover .zmp__hero-cta-arrow { background: #fff; }
.zmds__main .zmp__hero-cta:hover .zmp__hero-cta-arrow svg { color: var(--zmds-accent-ink); }

/* Hero CTA grubu — primary + 2 secondary butonlar */
.zmds__main .zmp__hero-cta-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.zmds__main .zmp__hero-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: rgba(230, 237, 245, 0.85);
    background: transparent;
    border: 1px solid rgba(168, 221, 255, 0.18);
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: background 180ms var(--zmds-motion), border-color 180ms var(--zmds-motion), color 180ms var(--zmds-motion);
}
.zmds__main .zmp__hero-cta-ghost svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: rgba(168, 221, 255, 0.75);
}
.zmds__main .zmp__hero-cta-ghost:hover {
    background: rgba(168, 221, 255, 0.08);
    border-color: rgba(168, 221, 255, 0.38);
    color: #fff;
}
.zmds__main .zmp__hero-cta-ghost:hover svg { color: var(--zmds-accent); }

.zmds__main .zmp__hero-specs { display: flex; gap: 20px; margin: 0; }
.zmds__main .zmp__hero-spec { text-align: right; }
.zmds__main .zmp__hero-spec dt {
    font-family: var(--zmds-font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(168, 221, 255, 0.55);
    margin: 0 0 3px;
    font-weight: 500;
}
.zmds__main .zmp__hero-spec dd {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.01em;
}

/* Stagger reveal */
.zmds__main .zmp__hero-kicker   { animation: zmp-fade-in 700ms  80ms both var(--zmds-motion); }
.zmds__main .zmp__hero-formula  { animation: zmp-fade-in 700ms 200ms both var(--zmds-motion); }
.zmds__main .zmp__hero--premium .zmp__title { animation: zmp-fade-in 800ms 320ms both var(--zmds-motion); }
.zmds__main .zmp__hero--premium .zmp__lede  { animation: zmp-fade-in 800ms 480ms both var(--zmds-motion); }
.zmds__main .zmp__hero-footer   { animation: zmp-fade-in 800ms 620ms both var(--zmds-motion); }
@keyframes zmp-fade-in {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Section card polish (kept from v2)
   ========================================================================== */
.zmds__main .zmp__section { position: relative; }

.zmds__section-copy {
    position: absolute;
    top: 12px; right: 0;
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 0; background: transparent;
    color: var(--zmds-muted-2);
    cursor: pointer;
    opacity: 0;
    transition: opacity 120ms var(--zmds-motion), color 120ms var(--zmds-motion);
    border-radius: var(--zmds-radius-sm);
}
.zmds__main .zmp__section:hover .zmds__section-copy { opacity: 1; }
.zmds__section-copy:hover { color: var(--zmds-accent); background: var(--zmds-accent-tint); }
.zmds__section-copy svg { width: 14px; height: 14px; }

.zmds__main .zmp__h2,
.zmds__main .zmp__section h2 {
    font-family: var(--zmds-font-sans) !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    font-size: clamp(24px, 2.2vw, 30px) !important;
    line-height: 1.22 !important;
    color: var(--zmds-ink) !important;
    text-transform: none !important;
    max-width: none !important;
}
.zmds__main .zmp__label-secondary {
    font-family: var(--zmds-font-sans) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: var(--zmds-accent) !important;
    margin-bottom: 8px !important;
}
.zmds__main .zmp__section {
    padding: 40px 0 !important;
    border-top: 1px solid var(--zmds-border-soft);
}
.zmds__main .zmp__section:first-of-type,
.zmds__main section.zmp__hero + .zmp__section { border-top: 0; padding-top: 0 !important; }
/* BG'li bant section'lar için (Why, Docs) iç üst/alt nefes alanı */
.zmds__main .zmp__why,
.zmds__main .zmp__docs { padding: 56px 0 !important; }
.zmds__main section.zmp__hero + .zmp__why { padding-top: 56px !important; }
/* BG'li bant section'dan çıkış sonrası ekstra nefes (docs → faq gibi geçişler) */
.zmds__main .zmp__why + .zmp__section:not(.zmp__why):not(.zmp__docs),
.zmds__main .zmp__docs + .zmp__section:not(.zmp__why):not(.zmp__docs) {
    padding-top: 72px !important;
}
.zmds__main .zmp__container { max-width: none !important; padding: 0 !important; }
/* Hero hariç tüm section'ların iç içeriği hero kutusunun iç padding'i ile hizalansın (48px) */
.zmds__main .zmp__section:not(.zmp__hero) > .zmp__container { padding: 0 48px !important; }
@media (max-width: 900px) {
    .zmds__main .zmp__section:not(.zmp__hero) > .zmp__container { padding: 0 24px !important; }
}
@media (max-width: 560px) {
    .zmds__main .zmp__section:not(.zmp__hero) > .zmp__container { padding: 0 16px !important; }
}
.zmds__main .zmp__lede {
    font-size: 16px !important;
    color: var(--zmds-text-soft) !important;
    line-height: 1.65 !important;
    max-width: 680px;
    margin: 0 0 20px;
}

/* Neden ZM cards */
.zmds__main .zmp__why-list { gap: 14px !important; }
.zmds__main .zmp__why-item {
    background: #fff !important;
    border: 1px solid #eef0f3 !important;
    border-radius: var(--zmds-radius-lg) !important;
    padding: 28px 28px 24px 36px !important;
    box-shadow: 0 1px 2px rgba(15,23,42,0.03), 0 8px 24px -12px rgba(15,23,42,0.06) !important;
    min-height: auto !important;
    list-style: none !important;
    transition: transform 340ms var(--zmds-motion), box-shadow 340ms var(--zmds-motion), border-color 240ms var(--zmds-motion);
    position: relative;
    overflow: hidden;
}
.zmds__main .zmp__why-item::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 22px !important;
    top: 28px !important;
    bottom: 28px !important;
    right: auto !important;
    height: auto !important;
    width: 2px !important;
    background: linear-gradient(to bottom, var(--zmds-accent), var(--zmds-accent) 45%, rgba(13,113,185,0)) !important;
    border-radius: 2px !important;
    transform: none !important;
    opacity: 0.85;
}
.zmds__main .zmp__why-item::after { display: none !important; }
.zmds__main .zmp__why-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 1px 2px rgba(15,23,42,0.03), 0 24px 48px -18px rgba(13,113,185,0.2) !important;
    border-color: #d7e7f4 !important;
}

.zmds__main .zmp__why-number {
    font-family: var(--zmds-font-sans) !important;
    font-size: clamp(32px, 3.4vw, 40px) !important;
    font-weight: 700 !important;
    color: var(--zmds-ink) !important;
    letter-spacing: -0.025em !important;
    line-height: 1 !important;
}
.zmds__main .zmp__why-number--std {
    font-size: clamp(20px, 2.2vw, 22px) !important;
    font-weight: 700 !important;
    color: var(--zmds-accent-ink) !important;
}
.zmds__main .zmp__why-unit {
    font-size: 13px !important;
    color: var(--zmds-muted) !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
}
.zmds__main .zmp__why-badge {
    font-family: var(--zmds-font-mono) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    color: var(--zmds-accent) !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 4px;
}
.zmds__main .zmp__why-label {
    font-family: var(--zmds-font-sans) !important;
    font-size: 13px !important;
    color: var(--zmds-text-soft) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding-top: 14px !important;
    margin-top: 14px !important;
    border-top: 1px solid var(--zmds-border-soft);
}

/* Terminology cards */
.zmds__main .zmp__terms-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid var(--zmds-border) !important;
    border-radius: var(--zmds-radius-lg) !important;
    overflow: hidden !important;
    background: #fff !important;
    margin-top: 8px;
}
@media (max-width: 720px) {
    .zmds__main .zmp__terms-grid { grid-template-columns: 1fr !important; }
}
.zmds__main .zmp__term {
    position: relative;
    padding: 20px 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid var(--zmds-border) !important;
    border-bottom: 1px solid var(--zmds-border) !important;
    background: #fff !important;
    transition: background 220ms var(--zmds-motion);
}
.zmds__main .zmp__term:hover { background: var(--zmds-bg-muted) !important; }
.zmds__main .zmp__term::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: var(--zmds-accent);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 360ms var(--zmds-motion);
}
.zmds__main .zmp__term:hover::before { transform: scaleY(1); }
.zmds__main .zmp__term:nth-child(2n) { border-right: 0 !important; }
.zmds__main .zmp__term:nth-last-child(-n+2) { border-bottom: 0 !important; }
@media (max-width: 720px) {
    .zmds__main .zmp__term { border-right: 0 !important; border-bottom: 1px solid var(--zmds-border) !important; }
    .zmds__main .zmp__term:last-child { border-bottom: 0 !important; }
}

.zmds__main .zmp__term-name {
    font-family: var(--zmds-font-mono) !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    color: var(--zmds-ink) !important;
    margin: 0 0 10px !important;
    display: inline-block;
    padding: 3px 10px;
    background: var(--zmds-accent-tint-2);
    border: 1px solid var(--zmds-border-soft);
    border-radius: 6px;
}
.zmds__main .zmp__term-def {
    font-family: var(--zmds-font-sans) !important;
    font-size: 13.5px !important;
    color: var(--zmds-text-soft) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.zmds__main .zmp__term-def strong { color: var(--zmds-ink); font-weight: 600; }

/* HDG vs ZM comparison cards — override terms-grid 2x2 */
.zmds__main .zmp__compare-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 12px;
}
@media (max-width: 720px) {
    .zmds__main .zmp__compare-grid { grid-template-columns: 1fr !important; }
}
.zmds__main .zmp__compare-grid .zmp__term {
    border: 1px solid var(--zmds-border) !important;
    border-radius: var(--zmds-radius) !important;
    padding: 22px 24px !important;
    background: #fff !important;
    transition: border-color 220ms var(--zmds-motion), box-shadow 220ms var(--zmds-motion), transform 220ms var(--zmds-motion);
}
.zmds__main .zmp__compare-grid .zmp__term:hover {
    border-color: var(--zmds-accent) !important;
    box-shadow: 0 4px 16px rgba(13,113,185,0.08) !important;
    transform: translateY(-2px);
}
.zmds__main .zmp__compare-grid .zmp__term::before { display: none !important; }
.zmds__main .zmp__compare-grid .zmp__term:nth-child(2n) { border-right: 1px solid var(--zmds-border) !important; }
.zmds__main .zmp__compare-grid .zmp__term:nth-last-child(-n+2) { border-bottom: 1px solid var(--zmds-border) !important; }
.zmds__main .zmp__compare-grid .zmp__term-name {
    font-size: 14px !important;
    margin-bottom: 12px !important;
}
.zmds__main .zmp__compare-grid .zmp__term-def {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Orijinal ZM — alert cards */
.zmds__main .zmp__alert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0 32px;
}
@media (max-width: 720px) { .zmds__main .zmp__alert-grid { grid-template-columns: 1fr; } }
.zmds__main .zmp__alert-card {
    padding: 20px 22px;
    border-radius: var(--zmds-radius);
    border: 1px solid var(--zmds-border);
    background: #fff;
}
.zmds__main .zmp__alert-card--danger { border-left: 3px solid #ef4444; background: #fef2f2; }
.zmds__main .zmp__alert-card--warning { border-left: 3px solid #f59e0b; background: #fffbeb; }
.zmds__main .zmp__alert-icon { font-size: 20px; display: block; margin-bottom: 8px; }
.zmds__main .zmp__alert-title {
    font-family: var(--zmds-font-sans) !important;
    font-weight: 600 !important; font-size: 14.5px !important;
    color: var(--zmds-ink) !important; margin: 0 0 6px !important;
    text-transform: none !important;
}
.zmds__main .zmp__alert-desc {
    font-size: 13.5px !important; color: var(--zmds-text-soft) !important;
    line-height: 1.6 !important; margin: 0 !important;
}

/* Orijinal ZM — checklist */
.zmds__main .zmp__h3 {
    font-family: var(--zmds-font-sans) !important;
    font-weight: 600 !important; font-size: 18px !important;
    color: var(--zmds-ink) !important; margin: 0 0 16px !important;
    text-transform: none !important;
}
.zmds__main .zmp__checklist { margin-top: 8px; }
.zmds__main .zmp__checklist-grid {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (max-width: 720px) { .zmds__main .zmp__checklist-grid { grid-template-columns: 1fr; } }
.zmds__main .zmp__checklist-item {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid var(--zmds-border); border-radius: var(--zmds-radius);
    background: #fff;
}
.zmds__main .zmp__checklist-num {
    font-family: var(--zmds-font-sans); font-weight: 700; font-size: 20px;
    color: var(--zmds-accent); line-height: 1; flex-shrink: 0; min-width: 28px;
}
.zmds__main .zmp__checklist-item strong {
    display: block; font-size: 14px; color: var(--zmds-ink); margin-bottom: 4px;
}
.zmds__main .zmp__checklist-item p {
    font-size: 13px; color: var(--zmds-text-soft); line-height: 1.6; margin: 0;
}

/* Malzeme tasarrufu */
.zmds__main .zmp__savings { margin-top: 32px; padding-top: 28px; border-top: 1px dashed var(--zmds-border); }
.zmds__main .zmp__savings-highlights {
    display: flex; gap: 24px; flex-wrap: wrap; margin: 20px 0;
}
.zmds__main .zmp__savings-stat {
    display: flex; flex-direction: column; gap: 4px;
    padding: 18px 24px;
    background: var(--zmds-accent-tint); border-radius: var(--zmds-radius);
    flex: 1; min-width: 140px; text-align: center;
}
.zmds__main .zmp__savings-num {
    font-family: var(--zmds-font-sans); font-weight: 700;
    font-size: clamp(24px, 3vw, 32px); color: var(--zmds-accent-ink); letter-spacing: -0.02em;
}
.zmds__main .zmp__savings-label {
    font-size: 12px !important; font-weight: 600 !important;
    letter-spacing: 0.06em !important; text-transform: uppercase !important;
    color: var(--zmds-accent) !important; border-top: 0 !important;
    padding-top: 0 !important; margin-top: 0 !important;
}
.zmds__main .zmp__savings-table {
    width: 100%; border-collapse: collapse; margin: 16px 0 12px;
    font-size: 14px; font-family: var(--zmds-font-sans);
}
.zmds__main .zmp__savings-table th {
    text-align: left; padding: 10px 14px; font-weight: 600; font-size: 12px;
    letter-spacing: 0.06em; text-transform: uppercase; color: var(--zmds-muted);
    border-bottom: 2px solid var(--zmds-border); background: var(--zmds-bg-muted);
}
.zmds__main .zmp__savings-table td {
    padding: 10px 14px; border-bottom: 1px solid var(--zmds-border-soft);
    color: var(--zmds-text);
}
.zmds__main .zmp__savings-table td strong { color: var(--zmds-accent-ink); }
.zmds__main .zmp__savings-row-header td {
    background: var(--zmds-accent-tint) !important;
    font-size: 13px; font-weight: 600; color: var(--zmds-accent-ink);
    padding: 8px 14px !important; border-bottom: 2px solid var(--zmds-accent) !important;
}
.zmds__main .zmp__savings-row-divider td {
    padding: 4px 0 !important; border-bottom: 1px dashed var(--zmds-border) !important;
}
.zmds__main .zmp__savings-ref {
    font-size: 12px !important; color: var(--zmds-muted) !important;
    font-style: italic; margin: 0 !important;
}

/* Şartname kopyala — tek alan yapı */
.zmds__main .zmp__spec-tool { margin-top: 12px; }
.zmds__main .zmp__spec-content {
    position: relative;
    padding: 24px 28px;
    background: var(--zmds-bg-muted);
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius);
    margin-bottom: 20px;
    max-height: 500px;
    overflow-y: auto;
}

/* Section header — kicker+başlık solda, butonlar sağda */
.zmds__main .zmp__spec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 10px;
}
.zmds__main .zmp__spec-head-meta {
    flex: 1 1 auto;
    min-width: 0;
}
.zmds__main .zmp__spec-head-meta .zmp__label-secondary { margin-bottom: 8px !important; }
.zmds__main .zmp__spec-head-meta .zmp__h2 { margin: 0 !important; }
.zmds__main .zmp__spec-head-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
    padding-bottom: 4px;
}
.zmds__main .zmp__spec-tool-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-sm);
    color: var(--zmds-ink);
    font-family: var(--zmds-font-sans);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 140ms var(--zmds-motion);
}
.zmds__main .zmp__spec-tool-btn:hover {
    border-color: var(--zmds-accent);
    color: var(--zmds-accent-ink);
    box-shadow: 0 1px 3px rgba(15,23,42,0.06);
}
.zmds__main .zmp__spec-tool-btn--primary {
    background: var(--zmds-ink);
    border-color: var(--zmds-ink);
    color: #fff;
}
.zmds__main .zmp__spec-tool-btn--primary:hover {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
}
.zmds__main .zmp__spec-tool-btn svg { flex-shrink: 0; }
.zmds__main .zmp__spec-hint-bottom {
    font-size: 12.5px;
    color: var(--zmds-muted);
    font-family: var(--zmds-font-sans);
    margin: -8px 0 0;
    font-style: italic;
}
.zmds__main .zmp__spec-text {
    font-size: 13.5px;
    line-height: 1.75;
    color: var(--zmds-text);
    font-family: var(--zmds-font-sans);
    margin: 0;
}
.zmds__main .zmp__spec-text p {
    margin: 0 0 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.zmds__main .zmp__spec-text p:last-child { margin-bottom: 0 !important; }
.zmds__main .zmp__spec-text .zmp__spec-title {
    font-size: 14.5px;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(15,23,42,0.08) !important;
}
.zmds__main .zmp__spec-text strong { color: var(--zmds-ink); font-weight: 600; }

/* Kabul / Red kriterleri grid */
.zmds__main .zmp__spec-criteria {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.zmds__main .zmp__spec-criteria-col {
    padding: 18px 22px;
    border-radius: var(--zmds-radius);
    border: 1px solid var(--zmds-border);
    background: #fff;
}
.zmds__main .zmp__spec-criteria-col--accept {
    background: #f0fdf4;
    border-color: #bbf7d0;
}
.zmds__main .zmp__spec-criteria-col--reject {
    background: #fef2f2;
    border-color: #fecaca;
}
.zmds__main .zmp__spec-criteria-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--zmds-font-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15,23,42,0.06);
}
.zmds__main .zmp__spec-criteria-head--accept { color: #15803d; }
.zmds__main .zmp__spec-criteria-head--reject { color: #b91c1c; }
.zmds__main .zmp__spec-criteria-head span[aria-hidden] {
    font-size: 15px;
    line-height: 1;
}
.zmds__main .zmp__spec-criteria-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.65;
    color: var(--zmds-text);
    font-family: var(--zmds-font-sans);
}
.zmds__main .zmp__spec-criteria-list li + li { margin-top: 6px; }
.zmds__main .zmp__spec-criteria-list strong {
    color: var(--zmds-ink);
    font-weight: 600;
}

/* Toast */
.zmds__main .zmp__spec-toast {
    margin-left: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #16a34a;
    opacity: 0;
    transition: opacity 180ms var(--zmds-motion);
}
.zmds__main .zmp__spec-toast.is-visible { opacity: 1; }

/* Tablo — Ortam kategorisi × kaplama × ömür */
.zmds__main .zmp__spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 10px;
    font-size: 12.5px;
    font-family: var(--zmds-font-sans);
    background: #fff;
    border-radius: var(--zmds-radius-sm);
    overflow: hidden;
    border: 1px solid var(--zmds-border);
}
.zmds__main .zmp__spec-table th,
.zmds__main .zmp__spec-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid var(--zmds-border-soft);
}
.zmds__main .zmp__spec-table th {
    background: var(--zmds-bg-muted);
    font-weight: 600;
    font-size: 11.5px;
    color: var(--zmds-ink);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.zmds__main .zmp__spec-table tbody tr:last-child td { border-bottom: 0; }
.zmds__main .zmp__spec-table-note {
    font-size: 11.5px !important;
    color: var(--zmds-muted) !important;
    line-height: 1.55 !important;
    margin: 4px 0 12px !important;
    font-style: italic;
}

/* Modal — tam ekran şartname görünümü */
body.zmp-modal-open { overflow: hidden; }
.zmp__spec-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: stretch;
    justify-content: center;
}
.zmp__spec-modal.is-open { display: flex; }
.zmp__spec-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 30, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: zmp-fade-in 200ms ease-out both;
}
.zmp__spec-modal-dialog {
    position: relative;
    margin: auto;
    width: calc(100vw - 48px);
    max-width: 1100px;
    max-height: calc(100vh - 48px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(10, 20, 40, 0.35);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: zmp-modal-in 220ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes zmp-modal-in {
    from { opacity: 0; transform: translateY(8px) scale(0.985); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.zmp__spec-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--zmds-border-soft);
    background: #fff;
    flex-shrink: 0;
}
.zmp__spec-modal-meta { min-width: 0; flex: 1; }
.zmp__spec-modal-kicker {
    font-family: var(--zmds-font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--zmds-accent);
    margin: 0 0 4px;
}
.zmp__spec-modal-header h3 {
    font-family: var(--zmds-font-sans);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--zmds-ink);
    margin: 0;
    line-height: 1.3;
}
.zmp__spec-modal-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}
.zmp__spec-modal-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-sm);
    color: var(--zmds-ink);
    font-family: var(--zmds-font-sans);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 140ms var(--zmds-motion);
}
.zmp__spec-modal-btn:hover {
    border-color: var(--zmds-accent);
    color: var(--zmds-accent-ink);
}
.zmp__spec-modal-btn--primary {
    background: var(--zmds-ink);
    border-color: var(--zmds-ink);
    color: #fff;
}
.zmp__spec-modal-btn--primary:hover {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
}
.zmp__spec-modal-close {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-sm);
    color: var(--zmds-muted);
    cursor: pointer;
    transition: all 140ms var(--zmds-motion);
}
.zmp__spec-modal-close:hover { color: var(--zmds-ink); border-color: var(--zmds-muted-2); }
.zmp__spec-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 28px 36px 36px;
    font-family: var(--zmds-font-sans);
    font-size: 14.5px;
    line-height: 1.8;
    color: var(--zmds-text);
    outline: none;
}
.zmp__spec-modal-body p { margin: 0 0 14px; }
.zmp__spec-modal-body p:last-child { margin-bottom: 0; }
.zmp__spec-modal-body strong { color: var(--zmds-ink); font-weight: 600; }
.zmp__spec-modal-body .zmp__spec-title {
    font-size: 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15,23,42,0.1);
}
.zmp__spec-modal-body .zmp__spec-table { font-size: 13.5px; margin: 16px 0 8px; }
.zmp__spec-modal-body .zmp__spec-table-note { font-size: 12.5px !important; }
.zmp__spec-modal-toast {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: 8px 16px;
    background: #16a34a;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms, transform 180ms;
}
.zmp__spec-modal-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Responsive — modal + criteria grid + header toolbar */
@media (max-width: 900px) {
    .zmds__main .zmp__spec-criteria { grid-template-columns: 1fr; }
    .zmds__main .zmp__spec-content { padding: 22px 20px; max-height: 560px; }
    .zmp__spec-modal-dialog { width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
    .zmp__spec-modal-header { flex-direction: column; padding: 18px 20px 14px; }
    .zmp__spec-modal-header h3 { font-size: 15.5px; }
    .zmp__spec-modal-actions { width: 100%; }
    .zmp__spec-modal-body { padding: 22px 22px 28px; font-size: 14px; }
    .zmds__main .zmp__spec-table { font-size: 12px; }
    .zmds__main .zmp__spec-table th, .zmds__main .zmp__spec-table td { padding: 6px 8px; }
}
@media (max-width: 700px) {
    .zmds__main .zmp__spec-head { flex-direction: column; align-items: stretch; gap: 12px; }
    .zmds__main .zmp__spec-head-actions { justify-content: flex-start; padding-bottom: 0; }
}
@media (max-width: 560px) {
    .zmp__spec-modal-btn span { display: none; }
    .zmp__spec-modal-btn { padding: 8px 10px; }
    .zmp__spec-modal-btn--primary span { display: inline; }
}

/* Print — PDF export via browser print dialog */
@media print {
    body > *:not(.zmp__spec-modal),
    .zmp__spec-modal-backdrop,
    .zmp__spec-modal-actions,
    .zmp__spec-modal-toast,
    .zmp__spec-modal-kicker { display: none !important; }
    .zmp__spec-modal { position: static !important; display: block !important; background: #fff; }
    .zmp__spec-modal-dialog {
        max-width: none !important; max-height: none !important;
        width: 100% !important; box-shadow: none !important;
        border-radius: 0 !important; overflow: visible !important;
    }
    .zmp__spec-modal-header { border-bottom: 1.5px solid #111 !important; padding: 0 0 12px !important; }
    .zmp__spec-modal-header h3 { font-size: 18pt !important; color: #111 !important; }
    .zmp__spec-modal-body {
        padding: 18px 0 0 !important; overflow: visible !important;
        font-size: 10.5pt !important; color: #222 !important; line-height: 1.6 !important;
    }
    .zmp__spec-modal-body p { page-break-inside: avoid; margin: 0 0 8pt !important; }
    .zmp__spec-modal-body .zmp__spec-table { page-break-inside: avoid; font-size: 9.5pt !important; }
    .zmp__spec-modal-body .zmp__spec-table th,
    .zmp__spec-modal-body .zmp__spec-table td { border: 0.5pt solid #333 !important; padding: 4pt 6pt !important; }
    .zmp__spec-modal-body strong { color: #000 !important; }
    @page { size: A4; margin: 14mm 16mm; }
}

/* FAQ polish */
.zmds__main .zmp__faq-list {
    gap: 10px !important;
}
.zmds__main .zmp__faq {
    border: 1px solid var(--zmds-border) !important;
    border-radius: var(--zmds-radius) !important;
    background: #fff !important;
    transition: border-color 180ms var(--zmds-motion), box-shadow 180ms var(--zmds-motion);
}
.zmds__main .zmp__faq:hover {
    border-color: var(--zmds-accent) !important;
    box-shadow: 0 2px 8px rgba(13,113,185,0.06);
}
.zmds__main .zmp__faq summary,
.zmds__main .zmp__faq-q {
    font-family: var(--zmds-font-sans) !important;
    font-weight: 500 !important;
    font-size: 14.5px !important;
    color: var(--zmds-ink) !important;
    padding: 16px 22px !important;
    cursor: pointer;
}
.zmds__main .zmp__faq-a {
    padding: 0 22px 18px !important;
    color: var(--zmds-text-soft) !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
}

/* CTA */
.zmds__main .zmp__btn,
.zmds__main a.zmp__btn--primary {
    font-family: var(--zmds-font-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 11px 18px !important;
    border-radius: var(--zmds-radius) !important;
    text-transform: none !important;
}
.zmds__main .zmp__btn--primary {
    background: var(--zmds-ink) !important;
    color: #fff !important;
    border-color: var(--zmds-ink) !important;
}
.zmds__main .zmp__btn--primary:hover { background: #1f2937 !important; }
.zmds__main .zmp__btn--secondary {
    background: #fff !important;
    color: var(--zmds-ink) !important;
    border: 1px solid var(--zmds-border) !important;
}
.zmds__main .zmp__btn--secondary:hover { border-color: var(--zmds-accent) !important; color: var(--zmds-accent) !important; }

/* ==========================================================================
   Copy menu
   ========================================================================== */
.zmds__copy { position: relative; }
.zmds__copy-btn {
    display: inline-flex; align-items: center; gap: 8px;
    height: 34px; padding: 0 12px;
    background: #fff; color: var(--zmds-ink);
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius);
    font-family: inherit;
    font-size: 13px; font-weight: 500;
    cursor: pointer;
}
.zmds__copy-btn:hover { border-color: var(--zmds-accent); color: var(--zmds-accent); }
.zmds__copy-icon { width: 14px; height: 14px; }
.zmds__copy-caret { width: 10px; height: 10px; opacity: 0.6; }
.zmds__copy-menu {
    position: absolute;
    top: calc(100% + 8px); right: 0;
    width: 280px;
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-lg);
    box-shadow: var(--zmds-shadow-lg);
    padding: 6px;
    z-index: 100;
    animation: zmdsFadeInDown 140ms var(--zmds-motion);
}
.zmds__copy-menu[hidden] { display: none; }
@keyframes zmdsFadeInDown {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.zmds__copy-item {
    display: flex; flex-direction: column; align-items: flex-start;
    gap: 2px;
    width: 100%; padding: 10px 12px;
    background: transparent; border: 0;
    border-radius: var(--zmds-radius-sm);
    text-align: left; color: var(--zmds-text);
    font-family: inherit; font-size: 14px;
    cursor: pointer; text-decoration: none;
}
.zmds__copy-item:hover { background: var(--zmds-bg-muted); }
.zmds__copy-item-title { font-weight: 500; color: var(--zmds-ink); }
.zmds__copy-item-sub { font-size: 12px; color: var(--zmds-muted); }
.zmds__copy-divider { height: 1px; background: var(--zmds-border); margin: 6px 8px; }
.zmds__copy-hint { margin: 0; padding: 4px 12px 8px; font-size: 12px; color: var(--zmds-muted); line-height: 1.5; }
.zmds__copy-toast {
    position: absolute;
    top: calc(100% + 8px); right: 0;
    padding: 8px 12px;
    background: #111827; color: #fff;
    font-size: 13px; font-weight: 500;
    border-radius: var(--zmds-radius-sm);
    pointer-events: none;
    opacity: 0; transform: translateY(-4px);
    transition: opacity 180ms var(--zmds-motion), transform 180ms var(--zmds-motion);
    z-index: 101;
    white-space: nowrap;
}
.zmds__copy-toast.is-visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   Search modal
   ========================================================================== */
.zmds__search-modal {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: flex-start; justify-content: center;
    padding-top: 12vh;
}
.zmds__search-modal[hidden] { display: none; }
.zmds__search-backdrop {
    position: absolute; inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: zmdsFadeIn 140ms var(--zmds-motion);
}
@keyframes zmdsFadeIn { from { opacity: 0; } to { opacity: 1; } }
.zmds__search-panel {
    position: relative;
    width: min(640px, calc(100vw - 32px));
    background: #fff; border-radius: 14px;
    box-shadow: var(--zmds-shadow-lg);
    overflow: hidden;
    animation: zmdsScaleIn 180ms var(--zmds-motion);
}
@keyframes zmdsScaleIn {
    from { opacity: 0; transform: translateY(-8px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.zmds__search-label {
    display: grid; grid-template-columns: 20px 1fr auto;
    gap: 12px; align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid var(--zmds-border);
}
.zmds__search-label svg { width: 18px; height: 18px; color: var(--zmds-muted); }
.zmds__search-input {
    width: 100%; border: 0; outline: 0;
    background: transparent;
    font-family: inherit; font-size: 16px;
    color: var(--zmds-ink);
}
.zmds__search-input::placeholder { color: var(--zmds-muted-2); }
.zmds__search-close { background: transparent; border: 0; cursor: pointer; padding: 0; }
.zmds__search-body { max-height: min(440px, 60vh); overflow-y: auto; padding: 12px 8px; }
.zmds__search-hint { margin: 8px 12px; font-size: 13px; color: var(--zmds-muted); }
.zmds__search-results { list-style: none !important; margin: 0; padding: 0 !important; }
.zmds__search-result {
    display: block; padding: 10px 12px;
    border-radius: var(--zmds-radius-sm);
    text-decoration: none; color: var(--zmds-text);
    cursor: pointer;
}
.zmds__search-result-group {
    font-size: 11px; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--zmds-muted);
    margin-bottom: 2px;
}
.zmds__search-result-title {
    font-size: 15px; font-weight: 500;
    color: var(--zmds-ink);
    margin-bottom: 2px;
}
.zmds__search-result-excerpt {
    font-size: 13px; color: var(--zmds-text-soft);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zmds__search-result.is-active,
.zmds__search-result:hover { background: var(--zmds-accent-tint); }
.zmds__search-result mark {
    background: rgba(13, 113, 185, 0.18);
    color: inherit; padding: 0 2px;
    border-radius: 2px;
}
.zmds__search-empty { padding: 18px 14px; text-align: center; color: var(--zmds-muted); font-size: 14px; }
.zmds__search-footer {
    display: flex; gap: 14px; justify-content: flex-end;
    padding: 10px 16px;
    border-top: 1px solid var(--zmds-border);
    background: var(--zmds-bg-muted);
    font-size: 12px; color: var(--zmds-muted);
}
.zmds__search-footer span { display: inline-flex; align-items: center; gap: 4px; }

/* ==========================================================================
   Download center
   ========================================================================== */
.zmds__docs-lang-switch {
    display: inline-flex; gap: 4px; padding: 4px;
    background: var(--zmds-bg-muted);
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius);
    margin-bottom: 20px;
    font-size: 13px;
}
.zmds__docs-lang-btn {
    padding: 6px 14px;
    background: transparent; border: 0;
    border-radius: var(--zmds-radius-sm);
    font-family: inherit; font-size: 13px; font-weight: 500;
    color: var(--zmds-muted);
    cursor: pointer;
}
.zmds__docs-lang-btn:hover { color: var(--zmds-ink); }
.zmds__docs-lang-btn.is-active {
    background: #fff; color: var(--zmds-ink);
    box-shadow: var(--zmds-shadow-sm);
}
.zmds__main .zmp__docs {
    background: var(--zmds-bg-muted);
    border: 1px solid var(--zmds-border-soft);
    border-radius: var(--zmds-radius-lg);
    padding: 40px 28px !important;
    margin-top: 40px;
}
.zmds__main .zmp__docs + .zmp__section { border-top: 0; }

.zmds__docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 8px;
}
.zmds__doc-card {
    position: relative;
    display: flex; flex-direction: column;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-lg);
    transition: transform 160ms var(--zmds-motion), box-shadow 160ms var(--zmds-motion), border-color 160ms var(--zmds-motion);
}
.zmds__doc-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--zmds-shadow-md);
    border-color: var(--zmds-accent);
}
.zmds__doc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.zmds__doc-type {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: var(--zmds-accent-tint-2);
    border: 1px solid var(--zmds-border-soft);
    border-radius: 8px;
    font-family: var(--zmds-font-mono);
    font-size: 10px; font-weight: 600;
    color: var(--zmds-accent);
}
.zmds__doc-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.zmds__doc-size { font-size: 11px; color: var(--zmds-muted); font-family: var(--zmds-font-mono); }
.zmds__doc-lang-tag {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--zmds-muted);
}
.zmds__doc-lang-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--zmds-muted-2); }
.zmds__doc-lang-tag.is-ready .dot { background: #22c55e; }
.zmds__doc-lang-tag.is-ready { color: #15803d; }
.zmds__doc-title {
    font-weight: 600; font-size: 15px;
    color: var(--zmds-ink);
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0 0 6px;
}
.zmds__doc-desc {
    font-size: 13px; color: var(--zmds-text-soft);
    line-height: 1.55;
    margin: 0 0 14px;
    flex: 1;
}
.zmds__doc-actions { display: flex; gap: 8px; align-items: center; margin-top: auto; }
.zmds__doc-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 20px;
    background: var(--zmds-ink); color: #fff !important;
    border: 1px solid var(--zmds-ink);
    border-radius: var(--zmds-radius);
    text-decoration: none !important;
    font-size: 13px; font-weight: 500;
}
.zmds__doc-btn:hover { background: #1f2937; color: #fff !important; }
.zmds__doc-btn svg { width: 14px; height: 14px; color: #fff; stroke: #fff; }
.zmds__doc-btn svg path { stroke: #fff; }
.zmds__doc-btn svg rect { stroke: #fff; }

/* Icon-only compact variant — just the download glyph */
.zmds__doc-btn--icon {
    padding: 9px 11px;
    gap: 0;
}
.zmds__doc-btn--icon svg { width: 16px; height: 16px; }
.zmds__doc-btn--disabled {
    background: #e5e7eb; border-color: #e5e7eb; color: #9ca3af;
    cursor: not-allowed; pointer-events: none;
}
.zmds__doc-badge-soon {
    margin-left: 6px; padding: 2px 8px;
    background: #fef3c7; color: #92400e;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.05em; text-transform: uppercase;
    border-radius: 999px;
}
.zmds__doc-badge-contact {
    display: inline-block; padding: 3px 8px;
    background: #fee2e2; color: #991b1b;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.05em; text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 8px; align-self: flex-start;
}

/* ==========================================================================
   Drawer overlay
   ========================================================================== */
.zmds__drawer-overlay {
    position: fixed; inset: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    z-index: 80;
    transition: opacity 200ms var(--zmds-motion);
}
.zmds.is-drawer-open .zmds__drawer-overlay { opacity: 1; pointer-events: auto; }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (max-width: 1023px) {
    .zmds__drawer-toggle { display: inline-flex; }
    .zmds__layout {
        grid-template-columns: minmax(0, 1fr);
        padding: 0 16px;
    }
    .zmds__sidebar {
        position: fixed;
        top: 0; left: 0;
        width: 320px; max-width: 85vw;
        height: 100vh;
        background: #fff;
        border-right: 1px solid var(--zmds-border);
        box-shadow: var(--zmds-shadow-lg);
        z-index: 85;
        padding: 24px 16px 0;
        transform: translateX(-100%);
        transition: transform 260ms var(--zmds-motion);
    }
    .zmds.is-drawer-open .zmds__sidebar { transform: translateX(0); }
    .zmds__main { padding: 24px 0 80px; max-width: 100%; }
    .zmds__main .zmp__hero-heal { width: 180px; height: 180px; right: 20px; }
}

@media (max-width: 720px) {
    .zmds__main { padding: 16px 16px 64px; }

    /* Hero: viewport kenarlarına dayanan edge-to-edge blok (full-bleed trick — parent padding'i ne olursa olsun viewport edge'e ulaşır) */
    .zmds__main .zmp__hero {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }
    .zmds__main .zmp__hero--premium { padding: 72px 20px 32px !important; }
    .zmds__main .zmp__hero--premium::before { inset: 10px; }
    /* Masaüstünde self-healing SVG için rezerv edilen 240px sağ padding mobilde iptal (SVG display:none) */
    .zmds__main .zmp__hero--premium > .zmp__hero-inner { padding-right: 0 !important; }
    .zmds__main .zmp__hero-footer {
        flex-direction: column; align-items: flex-start; gap: 20px;
        margin-right: 0 !important;
    }

    .zmds__main .zmp__hero-corner-label { top: 10px; right: 20px; font-size: 9px; }
    .zmds__main .zmp__hero-kicker-num { font-size: 22px; }
    .zmds__main .zmp__hero--premium .zmp__title { font-size: clamp(26px, 8vw, 36px) !important; }
    .zmds__main .zmp__hero--premium .zmp__lede { font-size: 14.5px !important; }
    .zmds__main .zmp__hero-spec { text-align: left; }
    .zmds__main .zmp__hero-specs { flex-wrap: wrap; gap: 14px; }
    .zmds__main .zmp__hero-heal { display: none; }
    .zmds__main .zmp__hero-atoms { opacity: 0.5; }
}

/* ==========================================================================
   Motion + focus
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .zmds *,
    .zmds *::before,
    .zmds *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.zmds { /* scroll handled by JS */ }
.zmds a:focus-visible,
.zmds button:focus-visible,
.zmds input:focus-visible {
    outline: 2px solid var(--zmds-accent);
    outline-offset: 2px;
    border-radius: var(--zmds-radius-sm);
}

/* ==========================================================================
   Corrosion table — editorial context refinement
   ========================================================================== */
.zmds__main .zmp-corr {
    margin-top: 1.5rem !important;
}

/* ==========================================================================
   Lab CTA + Modal + Map
   ========================================================================== */
.zmds__main .zmp__lab-cta {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px; flex-wrap: wrap;
    padding: 28px 32px; margin-top: 16px;
    background: linear-gradient(135deg, #0a1f3a 0%, #102a43 100%);
    border-radius: var(--zmds-radius-lg); color: #fff;
}
.zmds__main .zmp__lab-cta-stats {
    display: flex; gap: 32px; flex-wrap: wrap;
}
.zmds__main .zmp__lab-cta-stat {
    display: flex; flex-direction: column; gap: 4px;
}
.zmds__main .zmp__lab-cta-num {
    font-size: clamp(24px, 2.6vw, 32px); font-weight: 700;
    color: #60a5fa; letter-spacing: -0.02em; line-height: 1;
}
.zmds__main .zmp__lab-cta-label {
    font-family: var(--zmds-font-mono) !important;
    font-size: 10px !important; font-weight: 600 !important;
    letter-spacing: 0.14em !important; text-transform: uppercase !important;
    color: rgba(168, 221, 255, 0.75) !important;
    margin: 0 !important; padding: 0 !important; border: 0 !important;
}
.zmds__main .zmp__lab-cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 26px; background: var(--zmds-accent); color: #fff;
    border: 0; border-radius: 999px; cursor: pointer;
    font-family: var(--zmds-font-sans); font-size: 14px; font-weight: 600;
    letter-spacing: 0.03em; text-transform: uppercase;
    transition: background 180ms var(--zmds-motion), transform 180ms var(--zmds-motion);
    box-shadow: 0 6px 20px rgba(13, 113, 185, 0.4);
}
.zmds__main .zmp__lab-cta-btn:hover {
    background: #0891d1; transform: translateY(-2px);
}
@media (max-width: 640px) {
    .zmds__main .zmp__lab-cta { flex-direction: column; text-align: center; padding: 24px; }
    .zmds__main .zmp__lab-cta-stats { justify-content: center; }
}

/* Lab Modal */
.zmds__lab-modal {
    position: fixed; inset: 0; z-index: 999999;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
}
.zmds__lab-modal[hidden] { display: none; }
.zmds__lab-modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    animation: zmdsFadeIn 200ms var(--zmds-motion);
}
.zmds__lab-modal-content {
    position: relative;
    width: min(1400px, 100%); height: min(850px, calc(100vh - 40px));
    background: #fff; border-radius: 16px; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.4);
    animation: zmdsScaleIn 240ms var(--zmds-motion);
}
.zmds__lab-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 24px; border-bottom: 1px solid var(--zmds-border);
    flex-shrink: 0;
}
.zmds__lab-modal-title {
    font-family: var(--zmds-font-sans); font-weight: 700; font-size: 20px;
    letter-spacing: -0.02em; color: var(--zmds-ink); margin: 0;
    text-transform: none;
}
.zmds__lab-modal-close {
    width: 36px; height: 36px; padding: 0;
    background: transparent; border: 1px solid var(--zmds-border);
    border-radius: 50%; cursor: pointer; color: var(--zmds-ink);
    display: flex; align-items: center; justify-content: center;
    transition: background 120ms var(--zmds-motion);
}
.zmds__lab-modal-close:hover { background: var(--zmds-bg-muted); }
.zmds__lab-modal-body {
    display: grid; grid-template-columns: 360px 1fr;
    flex: 1; min-height: 0; overflow: hidden;
}
@media (max-width: 900px) {
    .zmds__lab-modal-content { height: calc(100vh - 20px); border-radius: 12px; }
    .zmds__lab-modal-body { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
    .zmds__lab-panel { max-height: 40vh; }
    .zmds__lab-map { min-height: 50vh; }
}

/* Lab panel (left) */
.zmds__lab-panel {
    display: flex; flex-direction: column; min-height: 0;
    border-right: 1px solid var(--zmds-border-soft); background: #fff;
}
.zmds__lab-search-box {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 16px; margin: 16px 16px 8px;
    background: var(--zmds-bg-muted);
    border: 1px solid var(--zmds-border); border-radius: var(--zmds-radius);
    color: var(--zmds-muted);
}
.zmds__lab-search-box input {
    flex: 1; border: 0; background: transparent; outline: none;
    font-family: var(--zmds-font-sans); font-size: 14px;
    color: var(--zmds-ink);
}
.zmds__lab-filters {
    padding: 0 16px 12px; flex-shrink: 0;
}
.zmds__lab-filter-label {
    display: block; font-family: var(--zmds-font-mono);
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--zmds-muted); margin: 14px 0 8px;
}
.zmds__lab-filter-select {
    width: 100%; padding: 8px 10px;
    background: #fff; border: 1px solid var(--zmds-border);
    border-radius: var(--zmds-radius-sm);
    font-family: var(--zmds-font-sans); font-size: 14px;
    color: var(--zmds-ink); cursor: pointer;
}
.zmds__lab-method-chips {
    display: flex; flex-wrap: wrap; gap: 6px;
}
.zmds__lab-chip {
    display: inline-flex; align-items: center;
    padding: 5px 10px; background: #fff;
    border: 1px solid var(--zmds-border); border-radius: 999px;
    font-size: 12px; color: var(--zmds-text-soft);
    cursor: pointer; user-select: none;
    transition: all 120ms var(--zmds-motion);
}
.zmds__lab-chip input { display: none; }
.zmds__lab-chip:has(input:checked) {
    background: var(--zmds-accent-tint);
    border-color: var(--zmds-accent);
    color: var(--zmds-accent-ink); font-weight: 500;
}
.zmds__lab-chip:hover { border-color: var(--zmds-muted-2); }

.zmds__lab-list-header {
    padding: 10px 20px; font-size: 12px; color: var(--zmds-muted);
    font-weight: 500; letter-spacing: 0.04em;
    border-top: 1px solid var(--zmds-border-soft);
    flex-shrink: 0;
}
.zmds__lab-list {
    flex: 1; min-height: 0; overflow-y: auto;
    list-style: none !important; margin: 0 !important; padding: 0 !important;
}
.zmds__lab-list::-webkit-scrollbar { width: 6px; }
.zmds__lab-list::-webkit-scrollbar-thumb { background: var(--zmds-border); border-radius: 3px; }

.zmds__lab-item {
    display: block; padding: 16px 20px 16px 22px; cursor: pointer;
    border-bottom: 1px solid var(--zmds-border-soft);
    transition: background 120ms var(--zmds-motion);
}
.zmds__lab-item:hover { background: var(--zmds-bg-muted); }
.zmds__lab-item-name {
    font-weight: 600; font-size: 14px; color: var(--zmds-ink);
    margin-bottom: 3px; letter-spacing: -0.01em;
}
.zmds__lab-item-loc {
    font-size: 12px; color: var(--zmds-muted); margin-bottom: 8px;
}
.zmds__lab-item-chips {
    display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 6px;
}
.zmds__lab-item-chip {
    font-family: var(--zmds-font-mono); font-size: 10px; font-weight: 500;
    padding: 2px 8px; background: var(--zmds-accent-tint-2);
    color: var(--zmds-accent-ink); border-radius: 4px;
    letter-spacing: 0.03em;
}
.zmds__lab-item-accred {
    font-size: 11px; color: var(--zmds-muted); margin-bottom: 4px;
    font-style: italic;
}
.zmds__lab-item-link {
    font-size: 12px; color: var(--zmds-accent); font-weight: 500;
    text-decoration: none;
}
.zmds__lab-item-link:hover { text-decoration: underline; }

/* Lab Map (right) */
.zmds__lab-map {
    position: relative; min-height: 0;
    background: var(--zmds-bg-muted);
}
.zmds__lab-map-loading {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--zmds-muted); font-size: 14px;
    pointer-events: none;
}
.zmds__lab-map .gm-style .gm-style-iw-c { padding: 14px !important; border-radius: 8px !important; }
.zmds__lab-info {
    font-family: var(--zmds-font-sans); font-size: 13px; max-width: 260px;
}
.zmds__lab-info-name { font-weight: 700; font-size: 14px; color: var(--zmds-ink); margin-bottom: 4px; }
.zmds__lab-info-loc { color: var(--zmds-text-soft); margin-bottom: 6px; }
.zmds__lab-info-methods { font-family: var(--zmds-font-mono); font-size: 11px; color: var(--zmds-accent-ink); margin-bottom: 8px; }
.zmds__lab-info a { color: var(--zmds-accent); font-weight: 500; text-decoration: none; }

/* ==========================================================================
   Footer collapse (default kapalı)
   ========================================================================== */
body.zm-hub-page #av_section_1 {
    position: relative;
    background: transparent !important;
    min-height: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.55s cubic-bezier(0.65, 0, 0.35, 1),
        background 0.3s ease;
}
body.zm-hub-page #av_section_1 .av-section-color-overlay-wrap {
    opacity: 0;
    transition: opacity 0.4s ease 0.1s;
}
body.zm-hub-page #av_section_1.icf-open {
    max-height: 1500px;
    background: rgb(128, 128, 128) !important;
}
body.zm-hub-page #av_section_1.icf-open .av-section-color-overlay-wrap {
    opacity: 1;
}
body.zm-hub-page .icf-trigger {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: var(--zmds-font-sans);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    color: var(--zmds-text-soft);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    border: 0;
    border-top: 1px solid var(--zmds-border-soft);
    border-bottom: 1px solid var(--zmds-border-soft);
    transition: background 160ms var(--zmds-motion), color 160ms var(--zmds-motion);
}
body.zm-hub-page .icf-trigger:hover {
    background: var(--zmds-bg-muted);
    color: var(--zmds-ink);
}
body.zm-hub-page .icf-trigger-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: var(--zmds-muted);
    transition: transform 240ms var(--zmds-motion);
}
body.zm-hub-page .icf-trigger[aria-expanded="true"] .icf-trigger-icon {
    transform: rotate(180deg);
}
