/* ITM Category HTML blocks — WISECP kategori içerik alanı özel layoutları */

.itm-cat-html {
    width: 100%;
}

.itm-page-server-html .itm-cat-html > section,
.itm-page-server-html .itm-cat-html > .itm-cat-band {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 48px;
}

.itm-page-server-html .itm-cat-html > section:last-child {
    margin-bottom: 40px;
}

.itm-page-server-html .itm-cat-html .itm-server-seo,
.itm-page-server-html .itm-cat-html .itm-server-feature-grid,
.itm-page-server-html .itm-cat-html .itm-server-os-grid,
.itm-page-server-html .itm-cat-html .itm-page-benefits,
.itm-page-server-html .itm-cat-html .itm-colo-infra,
.itm-page-server-html .itm-cat-html .itm-colo-fees,
.itm-page-server-html .itm-cat-html .itm-colo-seo,
.itm-page-server-html .itm-cat-html .itm-colo-contact,
.itm-page-server-html .itm-colo-contact {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

/* ─── Kategori SEO zigzag (itm-server-seo genişletme) ─── */
.itm-cat-html .itm-server-seo-row {
    margin-bottom: 72px;
}

.itm-cat-html .itm-server-seo-visual {
    min-height: 340px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.itm-cat-html .itm-server-seo-row:hover .itm-server-seo-visual {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.itm-cat-html--gpu .itm-server-seo-row--violet .itm-server-seo-visual,
.itm-cat-html--gpu .itm-server-seo-row--blue .itm-server-seo-visual {
    background: linear-gradient(145deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
    border-color: rgba(99, 102, 241, 0.35);
}

.itm-cat-html--gpu .itm-server-seo-row--violet .itm-server-seo-visual .itm-seo-float,
.itm-cat-html--gpu .itm-server-seo-row--blue .itm-server-seo-visual .itm-seo-float {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(34, 211, 238, 0.35);
    color: #22d3ee;
}

.itm-cat-html--ryzen .itm-server-seo-row--amber .itm-server-seo-eyebrow,
.itm-cat-html--ryzen .itm-server-seo-row--blue .itm-server-seo-eyebrow {
    background: rgba(234, 88, 12, 0.12);
    color: #ea580c;
}

.itm-cat-html--ryzen .itm-server-seo-row--amber .itm-server-seo-visual {
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
    border-color: rgba(234, 88, 12, 0.25);
}

.itm-cat-html--rdp .itm-server-seo-row--blue .itm-server-seo-visual {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
    border-color: rgba(0, 120, 212, 0.25);
}

.itm-cat-html--vdc .itm-server-seo-row--violet .itm-server-seo-visual {
    background: linear-gradient(145deg, #eef2ff 0%, #e0e7ff 100%);
}

/* ─── Kategori görsel sanatları ─── */
.itm-cat-art {
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GPU kart */
.itm-cat-art--gpu-card {
    width: 220px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid rgba(99, 102, 241, 0.6);
    box-shadow: 0 0 40px rgba(99, 102, 241, 0.35), inset 0 1px 0 rgba(255,255,255,0.08);
}

.itm-cat-art--gpu-card-head {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #22d3ee, #6366f1, #a78bfa);
    margin-bottom: 14px;
    animation: itmCatRgb 3s linear infinite;
}

@keyframes itmCatRgb {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.itm-cat-art--gpu-fans {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 12px;
}

.itm-cat-art--gpu-fans i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(34, 211, 238, 0.4);
    border-top-color: #22d3ee;
    animation: itmCatSpin 1.2s linear infinite;
}

.itm-cat-art--gpu-fans i:nth-child(2) { animation-duration: 0.9s; animation-direction: reverse; }

@keyframes itmCatSpin {
    to { transform: rotate(360deg); }
}

.itm-cat-art--gpu-label {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #a78bfa;
    letter-spacing: 0.15em;
}

.itm-cat-art--gpu-label strong {
    display: block;
    font-size: 18px;
    color: #22d3ee;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

/* AI neural */
.itm-cat-art--neural {
    width: 260px;
    height: 200px;
    position: relative;
}

.itm-cat-art--neural span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #6366f1;
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.8);
    animation: itmCatPulse 2s ease-in-out infinite;
}

.itm-cat-art--neural span:nth-child(1) { top: 20%; left: 15%; }
.itm-cat-art--neural span:nth-child(2) { top: 20%; right: 15%; animation-delay: 0.3s; }
.itm-cat-art--neural span:nth-child(3) { top: 50%; left: 50%; transform: translate(-50%,-50%); width: 20px; height: 20px; background: #22d3ee; animation-delay: 0.6s; }
.itm-cat-art--neural span:nth-child(4) { bottom: 20%; left: 20%; animation-delay: 0.9s; }
.itm-cat-art--neural span:nth-child(5) { bottom: 20%; right: 20%; animation-delay: 1.2s; }

.itm-cat-art--neural::before {
    content: 'CUDA / AI';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 800;
    color: rgba(167, 139, 250, 0.9);
    letter-spacing: 0.1em;
}

@keyframes itmCatPulse {
    0%, 100% { opacity: 0.5; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Bulut / VDS */
.itm-cat-art--cloud-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.itm-cat-art--cloud-layer {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(14, 165, 233, 0.25);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
    font-size: 11px;
    font-weight: 800;
    color: #0284c7;
    text-align: center;
}

.itm-cat-art--cloud-layer:nth-child(2) { margin-left: 20px; color: #6366f1; border-color: rgba(99,102,241,0.25); }
.itm-cat-art--cloud-layer:nth-child(3) { margin-left: 40px; color: #059669; border-color: rgba(16,185,129,0.25); }

/* Terminal VPS */
.itm-cat-art--terminal {
    width: 280px;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    border: 1px solid #334155;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
}

.itm-cat-art--terminal-bar {
    display: flex;
    gap: 6px;
    padding: 10px 14px;
    background: #1e293b;
}

.itm-cat-art--terminal-bar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #64748b;
}

.itm-cat-art--terminal-bar i:first-child { background: #ef4444; }
.itm-cat-art--terminal-bar i:nth-child(2) { background: #f59e0b; }
.itm-cat-art--terminal-bar i:nth-child(3) { background: #22c55e; }

.itm-cat-art--terminal-body {
    padding: 18px;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    line-height: 1.8;
    color: #22c55e;
}

.itm-cat-art--terminal-body em { color: #64748b; font-style: normal; }

/* RDP monitör */
.itm-cat-art--monitor {
    width: 240px;
}

.itm-cat-art--monitor-screen {
    aspect-ratio: 16/10;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #0078d4 0%, #005a9e 100%);
    border: 3px solid #334155;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.9);
    font-size: 32px;
}

.itm-cat-art--monitor-stand {
    height: 24px;
    background: #475569;
    margin: 0 auto;
    width: 60px;
    border-radius: 0 0 4px 4px;
}

.itm-cat-art--monitor-base {
    height: 8px;
    background: #64748b;
    border-radius: 4px;
    width: 120px;
    margin: 0 auto;
}

/* Ryzen çip */
.itm-cat-art--ryzen-die {
    width: 130px;
    height: 130px;
    border-radius: 16px;
    background: linear-gradient(145deg, #292524, #1c1917);
    border: 3px solid #ea580c;
    box-shadow: 0 0 36px rgba(234, 88, 12, 0.4);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 18px;
    box-sizing: border-box;
}

.itm-cat-art--ryzen-die span {
    background: rgba(234, 88, 12, 0.3);
    border-radius: 4px;
    border: 1px solid rgba(234, 88, 12, 0.5);
}

/* VDC katman mini */
.itm-cat-art--vdc-stack span {
    display: block;
    width: 220px;
    height: 36px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid rgba(99, 102, 241, 0.3);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 12px rgba(99,102,241,0.1);
    line-height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #6366f1;
}

.itm-cat-art--vdc-stack span:nth-child(2) { width: 200px; margin-left: 20px; color: #0284c7; }
.itm-cat-art--vdc-stack span:nth-child(3) { width: 180px; margin-left: 40px; color: #059669; }

/* Render barları */
.itm-cat-art--render-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 120px;
}

.itm-cat-art--render-bars i {
    display: block;
    width: 28px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #a78bfa, #6366f1);
    animation: itmCatBarGrow 2s ease-in-out infinite alternate;
}

.itm-cat-art--render-bars i:nth-child(1) { height: 45%; animation-delay: 0s; }
.itm-cat-art--render-bars i:nth-child(2) { height: 70%; animation-delay: 0.2s; }
.itm-cat-art--render-bars i:nth-child(3) { height: 55%; animation-delay: 0.4s; }
.itm-cat-art--render-bars i:nth-child(4) { height: 90%; animation-delay: 0.6s; }
.itm-cat-art--render-bars i:nth-child(5) { height: 65%; animation-delay: 0.8s; }

@keyframes itmCatBarGrow {
    from { opacity: 0.7; }
    to { opacity: 1; }
}

/* Speed gauge VPS */
.itm-cat-art--gauge {
    width: 160px;
    height: 80px;
    border: 12px solid #e2e8f0;
    border-bottom: none;
    border-radius: 160px 160px 0 0;
    position: relative;
    overflow: hidden;
}

.itm-cat-art--gauge-fill {
    position: absolute;
    inset: 0;
    background: conic-gradient(from 180deg at 50% 100%, #0ea5e9 0deg, #6366f1 140deg, transparent 140deg);
}

.itm-cat-art--gauge-label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 900;
    color: #0284c7;
}

.itm-cat-gpu-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-gpu-stat {
    text-align: center;
    padding: 22px 14px;
    border-radius: 18px;
    background: linear-gradient(145deg, #0f172a 0%, #1e1b4b 100%);
    border: 1px solid rgba(99, 102, 241, 0.35);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.12);
}

.itm-cat-gpu-stat strong {
    display: block;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 900;
    background: linear-gradient(135deg, #22d3ee, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 4px;
}

.itm-cat-gpu-stat span {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.itm-cat-gpu-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(140px, auto);
    gap: 16px;
    margin-bottom: 40px;
}

.itm-cat-gpu-bento-item {
    padding: 26px 24px;
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.25);
    background: linear-gradient(160deg, #ffffff 0%, #f5f3ff 100%);
    box-shadow: var(--itm-shadow-sm, 0 4px 20px rgba(15, 23, 42, 0.06));
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.itm-cat-gpu-bento-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.itm-cat-gpu-bento-item--wide { grid-column: span 8; }
.itm-cat-gpu-bento-item--narrow { grid-column: span 4; }
.itm-cat-gpu-bento-item--half { grid-column: span 6; }
.itm-cat-gpu-bento-item--full { grid-column: span 12; }

.itm-cat-gpu-bento-item h3 {
    margin: 0 0 10px !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-gpu-bento-item p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.65;
    color: var(--itm-text);
}

.itm-cat-gpu-bento-item .itm-cat-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
}

.itm-cat-gpu-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.itm-cat-gpu-chip {
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.06);
    color: var(--itm-heading);
    border: 1px solid var(--itm-border);
}

.itm-cat-gpu-usecases {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-gpu-use {
    text-align: center;
    padding: 24px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0f172a 0%, #312e81 100%);
    border: 1px solid rgba(34, 211, 238, 0.2);
    color: #e2e8f0;
    transition: transform 0.25s ease;
}

.itm-cat-gpu-use:hover { transform: scale(1.03); }

.itm-cat-gpu-use i {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
    color: #22d3ee;
}

.itm-cat-gpu-use strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.itm-cat-gpu-use span {
    font-size: 12px;
    opacity: 0.75;
    line-height: 1.5;
}

.itm-page-cta--gpu .itm-page-cta-inner {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #0f172a 100%) !important;
    border: 1px solid rgba(99, 102, 241, 0.4);
}

.itm-page-cta--gpu .itm-page-cta-btn {
    background: linear-gradient(135deg, #22d3ee, #6366f1) !important;
    color: #fff !important;
}

/* ═══ VDS — Dikey panel + bulut ═══ */
.itm-cat-vds-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-vds-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 16px;
    border: 1px solid var(--itm-border);
    background: var(--itm-surface, #fff);
    box-shadow: var(--itm-shadow-sm);
}

.itm-cat-vds-trust-item i {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
    font-size: 18px;
}

.itm-cat-vds-trust-item strong {
    display: block;
    font-size: 14px;
    color: var(--itm-heading);
    margin-bottom: 4px;
}

.itm-cat-vds-trust-item span {
    font-size: 12.5px;
    color: var(--itm-text);
    line-height: 1.5;
}

.itm-cat-vds-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.itm-cat-vds-panel {
    display: grid;
    grid-template-columns: 5px 1fr;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--itm-border);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: var(--itm-shadow-sm);
}

.itm-cat-vds-panel-bar {
    background: linear-gradient(180deg, #0ea5e9, #6366f1);
}

.itm-cat-vds-panel-bar--violet { background: linear-gradient(180deg, #8b5cf6, #6366f1); }
.itm-cat-vds-panel-bar--green { background: linear-gradient(180deg, #10b981, #0ea5e9); }

.itm-cat-vds-panel-body {
    padding: 26px 28px;
}

.itm-cat-vds-panel-body h3 {
    margin: 0 0 10px !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-vds-panel-body p {
    margin: 0 0 14px !important;
    font-size: 14px;
    line-height: 1.7;
    color: var(--itm-text);
}

.itm-cat-vds-panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
}

.itm-cat-vds-panel-body li {
    font-size: 13px;
    color: var(--itm-text);
}

.itm-cat-vds-panel-body li i {
    color: #10b981;
    margin-right: 6px;
}

.itm-cat-vds-cloud {
    position: relative;
    min-height: 200px;
    margin-bottom: 40px;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 50%, #ede9fe 100%);
    border: 1px solid rgba(14, 165, 233, 0.2);
    text-align: center;
    overflow: hidden;
}

.itm-cat-vds-cloud::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 60px;
    top: 30%;
    left: 20%;
    box-shadow: 40px 10px 0 -5px rgba(255,255,255,0.7), 80px 0 0 -10px rgba(255,255,255,0.5);
}

.itm-cat-vds-cloud::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50px;
    bottom: 25%;
    right: 18%;
    box-shadow: -30px -8px 0 -5px rgba(255,255,255,0.6);
}

.itm-cat-vds-cloud-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto;
}

.itm-cat-vds-cloud-copy h3 {
    margin: 0 0 10px !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0369a1 !important;
}

.itm-cat-vds-cloud-copy p {
    margin: 0 !important;
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
}

/* ═══ VPS — Numaralı adımlar + zigzag ═══ */
.itm-cat-vps-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 44px;
}

.itm-cat-vps-step {
    position: relative;
    padding: 28px 22px 22px 58px;
    border-radius: 18px;
    border: 1px dashed rgba(14, 165, 233, 0.35);
    background: #fff;
    box-shadow: var(--itm-shadow-sm);
}

.itm-cat-vps-step-num {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.itm-cat-vps-step h3 {
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-vps-step p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

.itm-cat-vps-zigzag {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.itm-cat-vps-zig {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.itm-cat-vps-zig--flip .itm-cat-vps-zig-visual { order: -1; }

.itm-cat-vps-zig-copy h3 {
    margin: 0 0 10px !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-vps-zig-copy p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.7;
    color: var(--itm-text);
}

.itm-cat-vps-zig-visual {
    min-height: 160px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(14, 165, 233, 0.25);
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid rgba(14, 165, 233, 0.15);
}

.itm-cat-vps-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-vps-tile {
    text-align: center;
    padding: 22px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--itm-border);
    transition: border-color 0.2s ease;
}

.itm-cat-vps-tile:hover { border-color: #0ea5e9; }

.itm-cat-vps-tile i {
    font-size: 26px;
    color: #0284c7;
    margin-bottom: 10px;
}

.itm-cat-vps-tile strong {
    display: block;
    font-size: 13px;
    color: var(--itm-heading);
}

.itm-page-cta--vps .itm-page-cta-inner {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
}

/* ═══ Sanal Veri Merkezi — Katman diyagramı ═══ */
.itm-cat-band {
    margin-bottom: 40px;
    padding: 40px 32px;
    border-radius: 22px;
    text-align: center;
}

.itm-cat-band--vdc {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(148, 163, 184, 0.15);
    color: #e2e8f0;
}

.itm-cat-band--vdc h2 {
    margin: 0 0 12px !important;
    font-size: clamp(1.4rem, 3vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.itm-cat-band--vdc p {
    margin: 0 auto !important;
    max-width: 680px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.8);
}

.itm-cat-vdc-layers {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.itm-cat-vdc-layer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 16px;
    border: 1px solid var(--itm-border);
    background: #fff;
    box-shadow: var(--itm-shadow-sm);
    transition: transform 0.2s ease;
}

.itm-cat-vdc-layer:hover { transform: translateX(6px); }

.itm-cat-vdc-layer-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    color: #fff;
}

.itm-cat-vdc-layer-icon--app { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.itm-cat-vdc-layer-icon--vm { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.itm-cat-vdc-layer-icon--storage { background: linear-gradient(135deg, #10b981, #059669); }
.itm-cat-vdc-layer-icon--net { background: linear-gradient(135deg, #f59e0b, #d97706); }

.itm-cat-vdc-layer h4 {
    margin: 0 0 4px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-vdc-layer p {
    margin: 0 !important;
    font-size: 13px;
    color: var(--itm-text);
    line-height: 1.55;
}

.itm-cat-vdc-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-vdc-metric {
    text-align: center;
    padding: 24px 16px;
    border-radius: 18px;
    border: 2px solid var(--itm-border);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.itm-cat-vdc-metric strong {
    display: block;
    font-size: 1.65rem;
    font-weight: 900;
    color: #6366f1;
    margin-bottom: 4px;
}

.itm-cat-vdc-metric span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--itm-text);
}

.itm-cat-vdc-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-bottom: 40px;
    padding: 28px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid var(--itm-border);
}

.itm-cat-vdc-checklist div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--itm-text);
    line-height: 1.5;
}

.itm-cat-vdc-checklist i {
    color: #6366f1;
    margin-top: 3px;
}

.itm-page-cta--vdc .itm-page-cta-inner {
    background: linear-gradient(135deg, #312e81 0%, #1e293b 100%) !important;
}

/* ═══ RDP — Masaüstü pencereleri ═══ */
.itm-cat-rdp-windows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}

.itm-cat-rdp-win {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    background: #fff;
    transition: transform 0.25s ease;
}

.itm-cat-rdp-win:hover { transform: translateY(-4px); }

.itm-cat-rdp-win-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #0078d4 0%, #005a9e 100%);
}

.itm-cat-rdp-win-bar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.itm-cat-rdp-win-bar span {
    flex: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.02em;
}

.itm-cat-rdp-win-body {
    padding: 22px 18px;
    min-height: 120px;
}

.itm-cat-rdp-win-body i.main-icon {
    display: block;
    font-size: 32px;
    color: #0078d4;
    margin-bottom: 12px;
}

.itm-cat-rdp-win-body h3 {
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-rdp-win-body p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.55;
    color: var(--itm-text);
}

.itm-cat-rdp-pipeline {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 40px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--itm-border);
    background: #fff;
}

.itm-cat-rdp-pipe-step {
    flex: 1;
    padding: 24px 18px;
    text-align: center;
    position: relative;
    border-right: 1px solid var(--itm-border);
}

.itm-cat-rdp-pipe-step:last-child { border-right: none; }

.itm-cat-rdp-pipe-step::after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #0078d4;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.itm-cat-rdp-pipe-step:last-child::after { display: none; }

.itm-cat-rdp-pipe-step em {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    line-height: 36px;
    border-radius: 50%;
    background: rgba(0, 120, 212, 0.12);
    color: #0078d4;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
}

.itm-cat-rdp-pipe-step strong {
    display: block;
    font-size: 13px;
    color: var(--itm-heading);
    margin-bottom: 4px;
}

.itm-cat-rdp-pipe-step span {
    font-size: 11.5px;
    color: var(--itm-text);
    line-height: 1.45;
}

.itm-cat-rdp-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-rdp-feat {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(0, 120, 212, 0.2);
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
}

.itm-cat-rdp-feat i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0078d4;
    color: #fff;
    font-size: 16px;
}

.itm-cat-rdp-feat strong {
    display: block;
    font-size: 14px;
    color: var(--itm-heading);
    margin-bottom: 4px;
}

.itm-cat-rdp-feat span {
    font-size: 12.5px;
    color: var(--itm-text);
    line-height: 1.5;
}

.itm-page-cta--rdp .itm-page-cta-inner {
    background: linear-gradient(135deg, #0078d4 0%, #005a9e 100%) !important;
}

/* ═══ Ryzen — Turuncu performans teması ═══ */
.itm-cat-ryzen-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
    padding: 32px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 50%, #fff 100%);
    border: 1px solid rgba(234, 88, 12, 0.2);
}

.itm-cat-ryzen-hero-copy h2 {
    margin: 0 0 12px !important;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
    font-weight: 900 !important;
    color: #9a3412 !important;
}

.itm-cat-ryzen-hero-copy p {
    margin: 0 0 16px !important;
    font-size: 14px;
    line-height: 1.7;
    color: #78350f;
}

.itm-cat-ryzen-hero-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itm-cat-ryzen-hero-copy li {
    font-size: 13px;
    color: #92400e;
    margin-bottom: 6px;
}

.itm-cat-ryzen-hero-copy li i { color: #ea580c; margin-right: 8px; }

.itm-cat-ryzen-chip {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itm-cat-ryzen-chip-core {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    background: linear-gradient(145deg, #292524 0%, #1c1917 100%);
    border: 3px solid #ea580c;
    box-shadow: 0 0 40px rgba(234, 88, 12, 0.35), inset 0 0 30px rgba(234, 88, 12, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.itm-cat-ryzen-chip-core span {
    background: rgba(234, 88, 12, 0.25);
    border-radius: 4px;
    border: 1px solid rgba(234, 88, 12, 0.4);
}

.itm-cat-ryzen-chip-label {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 800;
    color: #ea580c;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.itm-cat-ryzen-bench {
    margin-bottom: 40px;
}

.itm-cat-ryzen-bench-head {
    text-align: center;
    margin-bottom: 24px;
}

.itm-cat-ryzen-bench-head h3 {
    margin: 0 0 8px !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-ryzen-bench-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itm-cat-ryzen-bar-row {
    display: grid;
    grid-template-columns: 140px 1fr 48px;
    gap: 14px;
    align-items: center;
}

.itm-cat-ryzen-bar-row label {
    font-size: 13px;
    font-weight: 700;
    color: var(--itm-heading);
}

.itm-cat-ryzen-bar-track {
    height: 12px;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.12);
    overflow: hidden;
}

.itm-cat-ryzen-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ea580c, #f97316);
    width: var(--w, 50%);
    transition: width 0.6s ease;
}

.itm-cat-ryzen-bar-row em {
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
    color: #ea580c;
}

.itm-cat-ryzen-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.itm-cat-ryzen-card {
    padding: 24px 20px;
    border-radius: 18px;
    border: 1px solid rgba(234, 88, 12, 0.25);
    background: #fff;
    box-shadow: var(--itm-shadow-sm);
    border-top: 3px solid #ea580c;
    transition: transform 0.2s ease;
}

.itm-cat-ryzen-card:hover { transform: translateY(-3px); }

.itm-cat-ryzen-card h4 {
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #9a3412 !important;
}

.itm-cat-ryzen-card p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

.itm-page-cta--ryzen .itm-page-cta-inner {
    background: linear-gradient(135deg, #9a3412 0%, #ea580c 100%) !important;
}

.itm-page-cta--ryzen .itm-page-cta-btn {
    color: #9a3412 !important;
}

/* ═══ Ortak section başlıkları ═══ */
.itm-cat-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
}

.itm-cat-section-head h2 {
    margin: 0 0 12px !important;
    font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-section-head h2 em {
    font-style: normal;
    background: var(--itm-gradient, linear-gradient(135deg, #0ea5e9, #6366f1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-cat-section-head p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.65;
    color: var(--itm-text);
}

.itm-cat-html--ryzen .itm-cat-section-head h2 em {
    background: linear-gradient(135deg, #ea580c, #f97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-cat-html--gpu .itm-cat-section-head h2 em {
    background: linear-gradient(135deg, #6366f1, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ═══ Dark mode ═══ */
html.itm-dark-mode .itm-cat-gpu-bento-item,
html.itm-dark-mode .itm-cat-vds-panel,
html.itm-dark-mode .itm-cat-vps-step,
html.itm-dark-mode .itm-cat-vdc-layer,
html.itm-dark-mode .itm-cat-rdp-win,
html.itm-dark-mode .itm-cat-ryzen-card {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
}

html.itm-dark-mode .itm-cat-vds-cloud {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(99, 102, 241, 0.1));
}

html.itm-dark-mode .itm-cat-ryzen-hero {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(15, 23, 42, 0.95));
}

html.itm-dark-mode .itm-cat-vdc-checklist {
    background: rgba(15, 23, 42, 0.6);
}

/* ═══ Responsive ═══ */
@media (max-width: 1024px) {
    .itm-cat-gpu-stats,
    .itm-cat-gpu-usecases,
    .itm-cat-vds-trust,
    .itm-cat-vdc-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .itm-cat-gpu-bento-item--wide,
    .itm-cat-gpu-bento-item--narrow,
    .itm-cat-gpu-bento-item--half { grid-column: span 12; }

    .itm-cat-vps-zig,
    .itm-cat-ryzen-hero { grid-template-columns: 1fr; }

    .itm-cat-vps-zig--flip .itm-cat-vps-zig-visual { order: 0; }

    .itm-cat-rdp-pipeline { flex-direction: column; }

    .itm-cat-rdp-pipe-step {
        border-right: none;
        border-bottom: 1px solid var(--itm-border);
    }

    .itm-cat-rdp-pipe-step::after { display: none; }
}

@media (max-width: 768px) {
    .itm-cat-gpu-stats,
    .itm-cat-gpu-usecases,
    .itm-cat-vds-trust,
    .itm-cat-vps-steps,
    .itm-cat-vps-tiles,
    .itm-cat-vdc-metrics,
    .itm-cat-ryzen-cards,
    .itm-cat-rdp-windows { grid-template-columns: 1fr; }

    .itm-cat-vds-panel-body ul,
    .itm-cat-vdc-checklist,
    .itm-cat-rdp-features,
    .itm-cat-host-checklist,
    .itm-cat-host-tiles { grid-template-columns: 1fr; }
}

/* ═══ Hosting / Güvenlik / Altyapı — ortak bileşenler ═══ */
.itm-cat-host-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-host-stat {
    text-align: center;
    padding: 22px 14px;
    border-radius: 16px;
    border: 1px solid var(--itm-border);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: var(--itm-shadow-sm);
}

.itm-cat-host-stat strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 900;
    color: #0284c7;
    margin-bottom: 4px;
}

.itm-cat-host-stat span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--itm-text);
}

.itm-cat-host-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}

.itm-cat-host-tile {
    text-align: center;
    padding: 20px 14px;
    border-radius: 16px;
    border: 1px solid var(--itm-border);
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.itm-cat-host-tile:hover {
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

.itm-cat-host-tile i {
    font-size: 26px;
    color: #0284c7;
    margin-bottom: 8px;
}

.itm-cat-host-tile strong {
    display: block;
    font-size: 13px;
    color: var(--itm-heading);
}

.itm-cat-host-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin-bottom: 40px;
    padding: 28px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid var(--itm-border);
}

.itm-cat-host-checklist div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--itm-text);
    line-height: 1.5;
}

.itm-cat-host-checklist i { color: #10b981; margin-top: 3px; }

.itm-cat-html--wordpress .itm-cat-host-stat strong { color: #21759b; }
.itm-cat-html--ssl .itm-cat-host-stat strong { color: #059669; }
.itm-cat-html--waf .itm-cat-host-stat strong { color: #7c3aed; }
.itm-cat-html--cpanel .itm-cat-host-stat strong { color: #ff6c2c; }

.itm-page-cta--hosting .itm-page-cta-inner { background: linear-gradient(135deg, #0284c7, #0ea5e9) !important; }
.itm-page-cta--wordpress .itm-page-cta-inner { background: linear-gradient(135deg, #21759b, #1e3a5f) !important; }
.itm-page-cta--ssl .itm-page-cta-inner { background: linear-gradient(135deg, #059669, #10b981) !important; }
.itm-page-cta--waf .itm-page-cta-inner { background: linear-gradient(135deg, #5b21b6, #7c3aed) !important; }
.itm-page-cta--mail .itm-page-cta-inner { background: linear-gradient(135deg, #0369a1, #0284c7) !important; }

/* Görsel sanatları — hosting & güvenlik */
.itm-cat-art--web-stack span {
    display: block;
    width: 200px;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}
.itm-cat-art--web-stack span:nth-child(1) { background: linear-gradient(90deg, #0ea5e9, #0284c7); margin-left: 0; }
.itm-cat-art--web-stack span:nth-child(2) { background: linear-gradient(90deg, #6366f1, #8b5cf6); margin-left: 16px; }
.itm-cat-art--web-stack span:nth-child(3) { background: linear-gradient(90deg, #10b981, #059669); margin-left: 32px; }

.itm-cat-art--cpanel {
    width: 240px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ff6c2c;
    box-shadow: 0 12px 32px rgba(255, 108, 44, 0.2);
}
.itm-cat-art--cpanel-bar {
    padding: 10px 14px;
    background: linear-gradient(90deg, #ff6c2c, #ff8c42);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}
.itm-cat-art--cpanel-body {
    padding: 16px;
    background: #fff;
    font-size: 11px;
    color: #64748b;
    line-height: 1.8;
}

.itm-cat-art--wordpress {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #21759b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    font-family: Georgia, serif;
    box-shadow: 0 16px 40px rgba(33, 117, 155, 0.35);
}

.itm-cat-art--ssl {
    text-align: center;
}
.itm-cat-art--ssl-lock {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(145deg, #10b981, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.35);
}
.itm-cat-art--ssl-url {
    font-size: 14px;
    font-weight: 800;
    color: #059669;
    letter-spacing: 0.02em;
}

.itm-cat-art--waf-wall {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    height: 100px;
}
.itm-cat-art--waf-wall i {
    display: block;
    width: 24px;
    background: linear-gradient(180deg, #8b5cf6, #6366f1);
    border-radius: 4px 4px 0 0;
}
.itm-cat-art--waf-wall i:nth-child(1) { height: 60%; }
.itm-cat-art--waf-wall i:nth-child(2) { height: 85%; }
.itm-cat-art--waf-wall i:nth-child(3) { height: 100%; }
.itm-cat-art--waf-wall i:nth-child(4) { height: 75%; }
.itm-cat-art--waf-wall i:nth-child(5) { height: 90%; }

.itm-cat-art--mail-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.itm-cat-art--mail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(14, 165, 233, 0.25);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.1);
    font-size: 12px;
    font-weight: 700;
    color: #0284c7;
}
.itm-cat-art--mail-item em {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(14, 165, 233, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    color: #0284c7;
}

.itm-cat-art--ipv4 {
    font-family: ui-monospace, monospace;
    font-size: 22px;
    font-weight: 900;
    color: #6366f1;
    letter-spacing: 0.08em;
    padding: 24px 32px;
    border-radius: 16px;
    background: rgba(99, 102, 241, 0.08);
    border: 2px dashed rgba(99, 102, 241, 0.35);
}

.itm-cat-art--colocation {
    width: 120px;
    padding: 12px;
    background: linear-gradient(180deg, #334155, #1e293b);
    border-radius: 10px;
    border: 2px solid #64748b;
}
.itm-cat-art--colocation-u {
    height: 14px;
    margin-bottom: 4px;
    background: rgba(14, 165, 233, 0.4);
    border-radius: 3px;
}

.itm-cat-art--reseller-tree {
    text-align: center;
}
.itm-cat-art--reseller-tree > span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 10px;
    background: #6366f1;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
}
.itm-cat-art--reseller-tree div {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.itm-cat-art--reseller-tree div span {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.3);
    font-size: 10px;
    font-weight: 700;
    color: #6366f1;
}

.itm-cat-art--seo-rank {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 110px;
}
.itm-cat-art--seo-rank i {
    display: block;
    width: 32px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #10b981, #059669);
}
.itm-cat-art--seo-rank i:nth-child(1) { height: 35%; }
.itm-cat-art--seo-rank i:nth-child(2) { height: 55%; }
.itm-cat-art--seo-rank i:nth-child(3) { height: 75%; }
.itm-cat-art--seo-rank i:nth-child(4) { height: 100%; background: linear-gradient(180deg, #f59e0b, #d97706); }

html.itm-dark-mode .itm-cat-host-stat,
html.itm-dark-mode .itm-cat-host-tile,
html.itm-dark-mode .itm-cat-host-checklist {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
}

@media (max-width: 1024px) {
    .itm-cat-host-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .itm-cat-host-stats,
    .itm-cat-host-tiles { grid-template-columns: 1fr; }
}

/* ═══ VDS PREMIUM — referans harmanlı layout ═══ */
.itm-cat-html--vds .itm-page-benefits { display: none; }

.itm-vds-hero {
    position: relative;
    padding: 60px 72px 56px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #f5f3ff 100%);
    border: 1px solid rgba(14, 165, 233, 0.18);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}

.itm-vds-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.itm-vds-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.itm-vds-hero-copy {
    padding: 12px 20px 12px 16px;
    box-sizing: border-box;
}

.itm-vds-hero-copy h1,
.itm-vds-hero-copy .itm-cat-hero-headline,
.itm-vds-hero-copy h2 {
    margin: 0 0 16px !important;
    font-size: clamp(1.55rem, 3.2vw, 2.1rem) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em;
    color: var(--itm-heading) !important;
}

.itm-vds-hero-copy h1 em,
.itm-vds-hero-copy .itm-cat-hero-headline em,
.itm-vds-hero-copy h2 em {
    font-style: normal;
    background: linear-gradient(135deg, #0284c7, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-vds-hero-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.itm-cat-hero-headline {
    margin: 0;
}

.itm-vds-hero-copy .itm-cat-hero-headline,
.itm-ded-hero-copy .itm-cat-hero-headline {
    display: block;
}

.itm-vds-hero-lead {
    margin: 0 0 18px !important;
    font-size: 15px;
    line-height: 1.75;
    color: var(--itm-text);
    font-weight: 500;
}

.itm-vds-hero-copy p {
    margin: 0 0 14px !important;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--itm-text);
}

.itm-vds-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.itm-vds-hero-stat {
    flex: 1 1 90px;
    min-width: 90px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    text-align: center;
}

.itm-vds-hero-stat span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 2px;
}

.itm-vds-hero-stat strong {
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
}

.itm-vds-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.itm-vds-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-vds-btn--primary {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.itm-vds-btn--ghost {
    background: #fff;
    color: #0f172a !important;
    border: 1px solid var(--itm-border);
}

.itm-vds-btn:hover { transform: translateY(-2px); }

.itm-vds-cluster-wrap {
    position: relative;
    min-height: 320px;
    padding: 24px 28px 20px 20px;
    box-sizing: border-box;
}

.itm-vds-cluster {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(148, 163, 184, 0.15);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.25);
}

.itm-vds-cluster-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.08em;
}

.itm-vds-cluster-head strong { color: #e2e8f0; }

.itm-vds-cluster-node {
    display: grid;
    grid-template-columns: 52px 1fr 36px;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    font-size: 11px;
    color: #94a3b8;
}

.itm-vds-cluster-node span:last-child {
    text-align: right;
    font-weight: 700;
    color: #e2e8f0;
}

.itm-vds-cluster-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.15);
    overflow: hidden;
}

.itm-vds-cluster-bar i {
    display: block;
    height: 100%;
    border-radius: 999px;
    width: var(--w, 50%);
}

.itm-vds-cluster-foot {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.itm-vds-cluster-foot span {
    flex: 1;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.6);
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
}

.itm-vds-float-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

.itm-vds-float-badge i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
}

.itm-vds-float-badge--1 { top: 0; left: -8px; }
.itm-vds-float-badge--1 i { background: rgba(16, 185, 129, 0.15); color: #059669; }
.itm-vds-float-badge--2 { top: 20%; right: -12px; }
.itm-vds-float-badge--2 i { background: rgba(14, 165, 233, 0.15); color: #0284c7; }
.itm-vds-float-badge--3 { bottom: 28%; left: -16px; }
.itm-vds-float-badge--3 i { background: rgba(239, 68, 68, 0.12); color: #dc2626; }
.itm-vds-float-badge--4 { bottom: 0; right: 0; }
.itm-vds-float-badge--4 i { background: rgba(139, 92, 246, 0.15); color: #7c3aed; }

.itm-vds-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 24px;
    padding: 36px 32px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
}

.itm-vds-block--reverse .itm-vds-block-copy { order: 2; }
.itm-vds-block--reverse .itm-vds-block-visual { order: 1; }

.itm-vds-block--green {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 60%);
    border-color: rgba(16, 185, 129, 0.2);
}

.itm-vds-block--dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: rgba(148, 163, 184, 0.15);
}

.itm-vds-block--dark .itm-vds-block-copy h2,
.itm-vds-block--dark .itm-vds-block-copy p,
.itm-vds-block--dark .itm-vds-block-copy li { color: #e2e8f0 !important; }
.itm-vds-block--dark .itm-vds-eyebrow { background: rgba(139, 92, 246, 0.2); color: #a78bfa; }

.itm-vds-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
}

.itm-vds-eyebrow--green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.itm-vds-eyebrow--blue { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.itm-vds-eyebrow--amber { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.itm-vds-eyebrow--violet { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.itm-vds-block--navy {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: rgba(148, 163, 184, 0.15);
}

.itm-vds-block--navy .itm-vds-block-copy h2,
.itm-vds-block--navy .itm-vds-block-copy p { color: #e2e8f0 !important; }
.itm-vds-block--navy .itm-vds-block-copy p strong { color: #f8fafc !important; }
.itm-vds-block--navy .itm-vds-eyebrow { background: rgba(14, 165, 233, 0.2); color: #7dd3fc; }

.itm-vds-block-copy h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: var(--itm-heading) !important;
}

.itm-vds-block-copy h2 em {
    font-style: normal;
    color: #0ea5e9;
}

.itm-vds-block--green .itm-vds-block-copy h2 em { color: #059669; }

.itm-vds-block-copy p {
    margin: 0 0 12px !important;
    font-size: 14px;
    line-height: 1.75;
    color: var(--itm-text);
}

.itm-vds-block-copy p strong { color: var(--itm-heading); font-weight: 700; }

.itm-vds-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.itm-vds-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--itm-border);
    background: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
}

.itm-vds-tag i { color: #0284c7; font-size: 13px; }
.itm-vds-block--green .itm-vds-tag i { color: #059669; }

.itm-vds-intro {
    text-align: center;
    padding: 48px 40px;
    margin-bottom: 28px;
    border-radius: 22px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.itm-vds-intro-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    font-size: 22px;
}

.itm-vds-intro h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
    font-weight: 800 !important;
    color: #f8fafc !important;
}

.itm-vds-intro p {
    max-width: 760px;
    margin: 0 auto !important;
    font-size: 14.5px;
    line-height: 1.8;
    color: #94a3b8 !important;
}

.itm-vds-block-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.itm-vds-xeon-card {
    width: min(100%, 240px);
    margin: 0 auto;
    padding: 24px 20px;
    border-radius: 20px;
    background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(99, 102, 241, 0.35);
    box-shadow: 0 20px 48px rgba(99, 102, 241, 0.2);
    color: #fff;
    text-align: center;
}

.itm-vds-xeon-card small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.itm-vds-xeon-card strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.itm-vds-xeon-card em {
    display: block;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.2em;
    opacity: 0.85;
    margin: 4px 0 16px;
}

.itm-vds-xeon-lines span {
    display: block;
    height: 6px;
    margin-bottom: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}

.itm-vds-xeon-lines span:nth-child(1) { width: 90%; }
.itm-vds-xeon-lines span:nth-child(2) { width: 70%; }
.itm-vds-xeon-lines span:nth-child(3) { width: 85%; }
.itm-vds-xeon-lines span:nth-child(4) { width: 55%; }

.itm-vds-xeon-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

.itm-vds-backup-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itm-vds-backup-icon::before {
    content: '\f021';
    font-family: FontAwesome;
    font-size: 48px;
    color: #10b981;
    z-index: 2;
}

.itm-vds-backup-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
    box-shadow: 0 0 40px rgba(16, 185, 129, 0.25);
}

.itm-vds-panel {
    padding: 18px;
    border-radius: 18px;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.itm-vds-panel-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}

.itm-vds-panel-bar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}

.itm-vds-panel-bar i:nth-child(1) { background: #ef4444; }
.itm-vds-panel-bar i:nth-child(2) { background: #f59e0b; }
.itm-vds-panel-bar i:nth-child(3) { background: #22c55e; }

.itm-vds-panel-title {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 14px;
}

.itm-vds-panel-meters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.itm-vds-panel-meter {
    padding: 12px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.itm-vds-panel-meter label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
}

.itm-vds-panel-meter strong {
    display: block;
    font-size: 12px;
    color: #e2e8f0;
    margin-bottom: 8px;
}

.itm-vds-panel-meter span {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.15);
    overflow: hidden;
}

.itm-vds-panel-meter span i {
    display: block;
    height: 100%;
    width: var(--w, 50%);
    border-radius: 999px;
    background: linear-gradient(90deg, #6366f1, #a78bfa);
}

.itm-vds-panel-status {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.itm-vds-perf-stack {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itm-vds-perf-card {
    position: absolute;
    width: 200px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(160deg, #0f172a, #1e293b);
    border: 1px solid rgba(148, 163, 184, 0.15);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    color: #e2e8f0;
    font-size: 11px;
}

.itm-vds-perf-card:nth-child(1) { transform: rotate(-6deg) translate(-20px, -30px); z-index: 1; }
.itm-vds-perf-card:nth-child(2) { transform: rotate(-2deg) translate(10px, 0); z-index: 2; }
.itm-vds-perf-card:nth-child(3) { transform: rotate(4deg) translate(30px, 40px); z-index: 3; background: linear-gradient(160deg, #831843, #be185d); }

.itm-vds-perf-card strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 4px 0;
}

.itm-vds-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.itm-vds-mini {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid var(--itm-border);
    background: #f8fafc;
}

.itm-vds-mini label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.itm-vds-mini label.c-cyan { color: #0284c7; }
.itm-vds-mini label.c-green { color: #059669; }
.itm-vds-mini label.c-violet { color: #7c3aed; }
.itm-vds-mini label.c-red { color: #dc2626; }

.itm-vds-mini span { font-size: 12px; font-weight: 600; color: var(--itm-heading); }

.itm-vds-timeline {
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
}

.itm-vds-timeline-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.06em;
}

.itm-vds-timeline-head em {
    font-style: normal;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-size: 10px;
}

.itm-vds-timeline-item {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 10px 0;
    border-left: 2px dashed rgba(14, 165, 233, 0.25);
    margin-left: 5px;
    padding-left: 16px;
    position: relative;
}

.itm-vds-timeline-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0ea5e9;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.3);
}

.itm-vds-timeline-item strong {
    display: block;
    font-size: 12px;
    color: var(--itm-heading);
}

.itm-vds-timeline-item span {
    font-size: 11px;
    color: var(--itm-text);
}

.itm-vds-timeline-item em {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
}

.itm-vds-support {
    padding: 16px;
    border-radius: 16px;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.itm-vds-support-head {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.itm-vds-support-head em {
    font-style: normal;
    color: #34d399;
    font-weight: 700;
}

.itm-vds-support-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 120px;
}

.itm-vds-support-term {
    padding: 10px;
    border-radius: 10px;
    background: #0f172a;
    font-family: ui-monospace, monospace;
    font-size: 10px;
    color: #22c55e;
    line-height: 1.6;
}

.itm-vds-support-chat {
    padding: 10px;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 10px;
    color: #475569;
    line-height: 1.5;
}

.itm-vds-features-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.itm-vds-features-head h2 {
    margin: 0 0 12px !important;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-vds-features-head h2 em {
    font-style: normal;
    color: #0ea5e9;
}

.itm-vds-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.itm-vds-feature-card {
    position: relative;
    padding: 24px 20px 36px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-vds-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--itm-shadow);
}

.itm-vds-feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}

.itm-vds-feature-card h3 {
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-vds-feature-card p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

.itm-vds-feature-num {
    position: absolute;
    bottom: 12px;
    left: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #cbd5e1;
}

.itm-vds-os-section {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    border: 1px solid var(--itm-border);
}

.itm-vds-os-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.itm-vds-os-card {
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--itm-border);
    transition: border-color 0.2s ease;
}

.itm-vds-os-card:hover { border-color: #0ea5e9; }

.itm-vds-os-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.itm-vds-os-card-head strong {
    font-size: 13px;
    color: var(--itm-heading);
}

.itm-vds-os-badge {
    font-size: 9px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 999px;
    text-transform: uppercase;
}

.itm-vds-os-badge--linux { background: rgba(16, 185, 129, 0.12); color: #059669; }
.itm-vds-os-badge--win { background: rgba(14, 165, 233, 0.12); color: #0284c7; }

.itm-vds-os-card p {
    margin: 0 !important;
    font-size: 11px;
    line-height: 1.5;
    color: var(--itm-text);
}

html.itm-dark-mode .itm-vds-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.92) 100%);
    border-color: rgba(14, 165, 233, 0.22);
}

html.itm-dark-mode .itm-vds-hero-copy h1,
html.itm-dark-mode .itm-vds-hero-copy .itm-cat-hero-headline,
html.itm-dark-mode .itm-vds-hero-copy h2 {
    color: #f8fafc !important;
}

html.itm-dark-mode .itm-vds-hero-copy p,
html.itm-dark-mode .itm-vds-hero-lead,
html.itm-dark-mode .itm-vds-block-copy p,
html.itm-dark-mode .itm-vds-features-head p,
html.itm-dark-mode .itm-vds-feature-card p,
html.itm-dark-mode .itm-vds-use-card p {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-vds-block-copy h2,
html.itm-dark-mode .itm-vds-features-head h2,
html.itm-dark-mode .itm-vds-feature-card h3,
html.itm-dark-mode .itm-vds-use-card h3 {
    color: #f1f5f9 !important;
}

html.itm-dark-mode .itm-vds-block-copy p strong {
    color: #e2e8f0 !important;
}

html.itm-dark-mode .itm-vds-block,
html.itm-dark-mode .itm-vds-feature-card,
html.itm-dark-mode .itm-vds-use-card,
html.itm-dark-mode .itm-vds-os-card,
html.itm-dark-mode .itm-vds-timeline {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
}

html.itm-dark-mode .itm-vds-hero-stat,
html.itm-dark-mode .itm-vds-float-badge,
html.itm-dark-mode .itm-vds-btn--ghost,
html.itm-dark-mode .itm-vds-tag,
html.itm-dark-mode .itm-vds-mini,
html.itm-dark-mode .itm-vds-timeline {
    background: rgba(30, 41, 59, 0.88);
    border-color: rgba(148, 163, 184, 0.22);
}

html.itm-dark-mode .itm-vds-hero-stat strong,
html.itm-dark-mode .itm-vds-float-badge,
html.itm-dark-mode .itm-vds-btn--ghost,
html.itm-dark-mode .itm-vds-tag,
html.itm-dark-mode .itm-vds-mini span,
html.itm-dark-mode .itm-vds-timeline-step strong {
    color: #e2e8f0 !important;
}

html.itm-dark-mode .itm-vds-hero-stat span,
html.itm-dark-mode .itm-vds-timeline-step span {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-vds-block--green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(15, 23, 42, 0.92) 65%);
}

html.itm-dark-mode .itm-vds-block--navy .itm-vds-tag,
html.itm-dark-mode .itm-vds-block--dark .itm-vds-tag,
html.itm-dark-mode .itm-vds-block--dark .itm-vds-btn--ghost {
    background: rgba(30, 41, 59, 0.75);
    border-color: rgba(148, 163, 184, 0.25);
    color: #e2e8f0 !important;
}

@media (max-width: 1024px) {
    .itm-vds-hero-grid,
    .itm-vds-block,
    .itm-vds-os-section { grid-template-columns: 1fr; }

    .itm-vds-block--reverse .itm-vds-block-copy,
    .itm-vds-block--reverse .itm-vds-block-visual { order: unset; }

    .itm-vds-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .itm-vds-float-badge { position: static; margin-bottom: 8px; }
    .itm-vds-cluster-wrap { min-height: auto; }
}

@media (max-width: 768px) {
    .itm-vds-features-grid,
    .itm-vds-os-grid,
    .itm-vds-support-body,
    .itm-vds-panel-meters { grid-template-columns: 1fr; }

    .itm-vds-hero { padding: 40px 36px 36px; }
    .itm-vds-hero-copy { padding: 8px 4px; }
    .itm-vds-block { padding: 24px 20px; }
}

/* ═══ DEDICATED / FİZİKSEL SUNUCU PREMIUM ═══ */
.itm-page-server-html .itm-cat-html .itm-ded-intro,
.itm-page-server-html .itm-cat-html .itm-ded-spec-grid,
.itm-page-server-html .itm-cat-html .itm-ded-use-grid { max-width: none; padding-left: 0; padding-right: 0; }

.itm-ded-hero {
    position: relative;
    padding: 60px 72px 56px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #f8fafc 100%);
    border: 1px solid rgba(14, 165, 233, 0.18);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    box-sizing: border-box;
}

.itm-ded-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.itm-ded-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.itm-ded-hero-copy {
    padding: 12px 20px 12px 16px;
    box-sizing: border-box;
}

.itm-ded-hero-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.itm-ded-hero-copy h1,
.itm-ded-hero-copy .itm-cat-hero-headline {
    margin: 0 0 16px !important;
    font-size: clamp(1.55rem, 3.2vw, 2.1rem) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em;
    color: var(--itm-heading) !important;
}

.itm-ded-hero-copy h1 em,
.itm-ded-hero-copy .itm-cat-hero-headline em {
    font-style: normal;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-ded-hero-copy p {
    margin: 0 0 14px !important;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--itm-text);
}

.itm-ded-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.itm-ded-hero-stat {
    flex: 1 1 90px;
    min-width: 90px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    text-align: center;
}

.itm-ded-hero-stat span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 2px;
}

.itm-ded-hero-stat strong {
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
}

.itm-ded-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
}

.itm-ded-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-ded-btn--primary {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.itm-ded-btn--ghost {
    background: #fff;
    color: #0f172a !important;
    border: 1px solid var(--itm-border);
}

.itm-ded-btn--dark {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}

.itm-ded-btn:hover { transform: translateY(-2px); }

.itm-ded-rack-wrap {
    position: relative;
    min-height: 320px;
    padding: 24px 28px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.itm-ded-rack-wrap .itm-seo-art--rack { width: 100%; max-width: 280px; }

.itm-ded-float-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

.itm-ded-float-badge i { font-size: 13px; }
.itm-ded-float-badge--1 { top: 4%; left: 0; }
.itm-ded-float-badge--1 i { color: #059669; }
.itm-ded-float-badge--2 { top: 18%; right: -4px; }
.itm-ded-float-badge--2 i { color: #0284c7; }
.itm-ded-float-badge--3 { bottom: 22%; left: -8px; }
.itm-ded-float-badge--3 i { color: #0284c7; }
.itm-ded-float-badge--4 { bottom: 2%; right: 4%; }
.itm-ded-float-badge--4 i { color: #7c3aed; }

.itm-ded-intro {
    text-align: center;
    padding: 48px 32px;
    margin-bottom: 28px;
    border-radius: 22px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.itm-ded-intro-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    font-size: 22px;
}

.itm-ded-intro h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
    font-weight: 800 !important;
    color: #f8fafc !important;
}

.itm-ded-intro p {
    max-width: 760px;
    margin: 0 auto !important;
    font-size: 14.5px;
    line-height: 1.8;
    color: #94a3b8 !important;
}

.itm-ded-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 24px;
    padding: 36px 32px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
}

.itm-ded-block--reverse .itm-ded-block-copy { order: 2; }
.itm-ded-block--reverse .itm-ded-block-visual { order: 1; }

.itm-ded-block--amber {
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 65%);
    border-color: rgba(14, 165, 233, 0.2);
}

.itm-ded-block--navy {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: rgba(148, 163, 184, 0.15);
}

.itm-ded-block--navy .itm-ded-block-copy h2,
.itm-ded-block--navy .itm-ded-block-copy p { color: #e2e8f0 !important; }
.itm-ded-block--navy .itm-ded-block-copy p strong { color: #f8fafc !important; }

.itm-ded-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
}

.itm-ded-eyebrow--blue { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.itm-ded-eyebrow--green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.itm-ded-eyebrow--violet { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.itm-ded-block-copy h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: var(--itm-heading) !important;
}

.itm-ded-block-copy h2 em {
    font-style: normal;
    color: #0284c7;
}

.itm-ded-block-copy p {
    margin: 0 0 12px !important;
    font-size: 14px;
    line-height: 1.75;
    color: var(--itm-text);
}

.itm-ded-block-copy p strong { color: var(--itm-heading); font-weight: 700; }

.itm-ded-block-actions { margin-top: 16px; }

.itm-ded-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.itm-ded-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: #f8fafc;
    border: 1px solid var(--itm-border);
    color: #0f172a;
}

.itm-ded-tag i { color: #0284c7; font-size: 12px; }

.itm-ded-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.itm-ded-mini {
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid var(--itm-border);
}

.itm-ded-mini label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.itm-ded-mini label.c-amber { color: #0284c7; }
.itm-ded-mini label.c-blue { color: #0284c7; }
.itm-ded-mini label.c-green { color: #059669; }
.itm-ded-mini label.c-violet { color: #7c3aed; }

.itm-ded-mini span { font-size: 12px; font-weight: 600; color: #0f172a; }

.itm-ded-visual-card {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(148, 163, 184, 0.15);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.2);
    color: #e2e8f0;
}

.itm-ded-visual-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #94a3b8;
}

.itm-ded-meter {
    margin-bottom: 12px;
}

.itm-ded-meter label {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 6px;
    color: #94a3b8;
}

.itm-ded-meter label strong { color: #f8fafc; }

.itm-ded-meter span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.15);
    overflow: hidden;
}

.itm-ded-meter span i {
    display: block;
    height: 100%;
    border-radius: 999px;
    width: var(--w, 50%);
    background: linear-gradient(90deg, #0284c7, #38bdf8);
}

.itm-ded-xeon-card {
    padding: 28px 24px;
    border-radius: 20px;
    background: linear-gradient(145deg, #0f172a, #1e3a5f);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.25);
    text-align: center;
    color: #fff;
}

.itm-ded-xeon-card small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.itm-ded-xeon-card strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.itm-ded-xeon-card em {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: #38bdf8;
    margin: 4px 0 16px;
}

.itm-ded-xeon-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.itm-ded-xeon-specs div {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    font-weight: 700;
}

.itm-ded-compare {
    display: grid;
    gap: 10px;
}

.itm-ded-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--itm-border);
    font-size: 12px;
    color: #334155;
}

.itm-ded-compare-row strong { color: #0f172a; }

.itm-ded-compare-row.head {
    background: #0f172a;
    color: #94a3b8;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.itm-ded-compare-row.head strong { color: #f8fafc; }

.itm-ded-compare-row span:last-child {
    font-weight: 700;
    color: #059669;
}

.itm-ded-pkg-cards {
    display: grid;
    gap: 10px;
}

.itm-ded-pkg-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--itm-border);
}

.itm-ded-pkg-card strong { font-size: 13px; color: #0f172a; display: block; }
.itm-ded-pkg-card span { font-size: 11px; color: #64748b; }
.itm-ded-pkg-card em {
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
}

.itm-ded-timeline {
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
}

.itm-ded-timeline-head {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.itm-ded-timeline-step {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--itm-border);
}

.itm-ded-timeline-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.itm-ded-timeline-step > div:first-child {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itm-ded-timeline-step strong { display: block; font-size: 13px; color: #0f172a; }
.itm-ded-timeline-step span { font-size: 12px; color: #64748b; line-height: 1.5; }
.itm-ded-timeline-step em {
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    white-space: nowrap;
}

.itm-ded-network {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(160deg, #0f172a, #1e293b);
    color: #e2e8f0;
}

.itm-ded-network-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.itm-ded-network-grid div {
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.12);
    text-align: center;
}

.itm-ded-network-grid strong {
    display: block;
    font-size: 1.1rem;
    color: #38bdf8;
    margin-bottom: 2px;
}

.itm-ded-network-grid span { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.06em; }

.itm-ded-price-card {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0f9ff, #fff);
    border: 1px solid rgba(14, 165, 233, 0.25);
    text-align: center;
}

.itm-ded-price-card strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #0f172a;
    margin: 8px 0;
}

.itm-ded-price-card span { font-size: 12px; color: #64748b; }

.itm-ded-spec-head,
.itm-ded-use-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
}

.itm-ded-spec-head h2,
.itm-ded-use-head h2 {
    margin: 0 0 12px !important;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-ded-spec-head h2 em,
.itm-ded-use-head h2 em { font-style: normal; color: #0284c7; }

.itm-ded-spec-head p,
.itm-ded-use-head p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.7;
    color: var(--itm-text);
}

.itm-ded-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.itm-ded-spec-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    padding: 22px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-ded-spec-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--itm-shadow);
}

.itm-ded-spec-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    border: 2px solid rgba(14, 165, 233, 0.35);
    color: #0f172a;
    font-size: 20px;
}

.itm-ded-spec-card h3 {
    margin: 0 0 6px !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-ded-spec-card p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

.itm-ded-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.itm-ded-use-card {
    padding: 22px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    transition: transform 0.2s ease;
}

.itm-ded-use-card:hover { transform: translateY(-3px); }

.itm-ded-use-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}

.itm-ded-use-card h3 {
    margin: 0 0 8px !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-ded-use-card p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

/* Dedicated sayfasında performans grafiği — mavi ton */
.itm-cat-html--dedicated .itm-seo-perf-chart span {
    background: linear-gradient(180deg, #38bdf8 0%, #0284c7 100%);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.35);
}

.itm-cat-html--dedicated .itm-seo-perf-badge {
    border-color: rgba(14, 165, 233, 0.35);
    color: #0369a1;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.2);
}

html.itm-dark-mode .itm-cat-html--dedicated .itm-seo-perf-badge {
    background: rgba(30, 41, 59, 0.88);
    color: #7dd3fc !important;
    border-color: rgba(148, 163, 184, 0.25);
}

html.itm-dark-mode .itm-ded-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.92) 100%);
    border-color: rgba(14, 165, 233, 0.22);
}

html.itm-dark-mode .itm-ded-hero::before {
    background: radial-gradient(circle, rgba(14, 165, 233, 0.14) 0%, transparent 70%);
}

html.itm-dark-mode .itm-ded-hero-copy h1,
html.itm-dark-mode .itm-ded-hero-copy .itm-cat-hero-headline {
    color: #f8fafc !important;
}

html.itm-dark-mode .itm-ded-hero-copy p,
html.itm-dark-mode .itm-ded-block-copy p,
html.itm-dark-mode .itm-ded-spec-head p,
html.itm-dark-mode .itm-ded-use-head p,
html.itm-dark-mode .itm-ded-spec-card p,
html.itm-dark-mode .itm-ded-use-card p {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-ded-block-copy h2,
html.itm-dark-mode .itm-ded-spec-head h2,
html.itm-dark-mode .itm-ded-use-head h2,
html.itm-dark-mode .itm-ded-spec-card h3,
html.itm-dark-mode .itm-ded-use-card h3 {
    color: #f1f5f9 !important;
}

html.itm-dark-mode .itm-ded-block-copy p strong {
    color: #e2e8f0 !important;
}

html.itm-dark-mode .itm-ded-block,
html.itm-dark-mode .itm-ded-spec-card,
html.itm-dark-mode .itm-ded-use-card,
html.itm-dark-mode .itm-ded-pkg-card {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
}

html.itm-dark-mode .itm-ded-block--amber {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(15, 23, 42, 0.92) 65%);
    border-color: rgba(14, 165, 233, 0.2);
}

html.itm-dark-mode .itm-ded-hero-stat,
html.itm-dark-mode .itm-ded-float-badge,
html.itm-dark-mode .itm-ded-btn--ghost,
html.itm-dark-mode .itm-ded-tag,
html.itm-dark-mode .itm-ded-mini,
html.itm-dark-mode .itm-ded-compare-row:not(.head),
html.itm-dark-mode .itm-ded-price-card,
html.itm-dark-mode .itm-ded-timeline {
    background: rgba(30, 41, 59, 0.88);
    border-color: rgba(148, 163, 184, 0.22);
}

html.itm-dark-mode .itm-ded-hero-stat strong,
html.itm-dark-mode .itm-ded-float-badge,
html.itm-dark-mode .itm-ded-btn--ghost,
html.itm-dark-mode .itm-ded-tag,
html.itm-dark-mode .itm-ded-mini span,
html.itm-dark-mode .itm-ded-compare-row:not(.head),
html.itm-dark-mode .itm-ded-compare-row:not(.head) strong,
html.itm-dark-mode .itm-ded-price-card strong,
html.itm-dark-mode .itm-ded-timeline-step strong,
html.itm-dark-mode .itm-ded-pkg-card strong {
    color: #e2e8f0 !important;
}

html.itm-dark-mode .itm-ded-hero-stat span,
html.itm-dark-mode .itm-ded-compare-row:not(.head) span,
html.itm-dark-mode .itm-ded-price-card span,
html.itm-dark-mode .itm-ded-timeline-step span,
html.itm-dark-mode .itm-ded-pkg-card span,
html.itm-dark-mode .itm-ded-timeline-head {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-ded-spec-icon {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(14, 165, 233, 0.4);
    color: #38bdf8 !important;
}

html.itm-dark-mode .itm-ded-pkg-card em {
    background: rgba(14, 165, 233, 0.18);
    color: #7dd3fc !important;
}

html.itm-dark-mode .itm-ded-block--navy .itm-ded-tag,
html.itm-dark-mode .itm-ded-block--navy .itm-ded-btn--ghost {
    background: rgba(30, 41, 59, 0.75);
    border-color: rgba(148, 163, 184, 0.25);
    color: #e2e8f0 !important;
}

@media (max-width: 1024px) {
    .itm-ded-hero-grid,
    .itm-ded-block { grid-template-columns: 1fr; }

    .itm-ded-block--reverse .itm-ded-block-copy,
    .itm-ded-block--reverse .itm-ded-block-visual { order: unset; }

    .itm-ded-spec-grid { grid-template-columns: 1fr; }
    .itm-ded-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .itm-ded-float-badge { position: static; margin-bottom: 8px; }
    .itm-ded-rack-wrap { min-height: auto; flex-direction: column; }
}

@media (max-width: 768px) {
    .itm-ded-use-grid,
    .itm-ded-mini-grid,
    .itm-ded-xeon-specs,
    .itm-ded-network-grid { grid-template-columns: 1fr; }

    .itm-ded-hero { padding: 40px 36px 36px; }

    .itm-ded-hero-copy { padding: 8px 4px; }

    .itm-ded-block { padding: 32px 28px; }

    .itm-ded-intro { padding: 32px 20px; }

    .itm-ded-compare-row { grid-template-columns: 1fr; gap: 4px; }
}

/* ═══ VPS PREMIUM — vds yapısı + violet tema ═══ */
.itm-cat-html--vps .itm-page-benefits { display: none; }

.itm-cat-html--vps .itm-vds-hero {
    background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 50%, #f0fdf4 100%);
    border-color: rgba(124, 58, 237, 0.2);
}

.itm-cat-html--vps .itm-vds-hero::before {
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
}

.itm-cat-html--vps .itm-vds-hero-eyebrow {
    background: rgba(124, 58, 237, 0.12);
    color: #6d28d9;
}

.itm-cat-html--vps .itm-vds-hero-copy h1 em,
.itm-cat-html--vps .itm-vds-hero-copy .itm-cat-hero-headline em,
.itm-cat-html--vps .itm-vds-hero-copy h2 em {
    background: linear-gradient(135deg, #7c3aed, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-cat-html--vps .itm-vds-btn--primary {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}

.itm-cat-html--vps .itm-vds-eyebrow {
    background: rgba(124, 58, 237, 0.12);
    color: #6d28d9;
}

.itm-cat-html--vps .itm-vds-block-copy h2 em {
    color: #7c3aed;
}

.itm-cat-html--vps .itm-vds-tag i {
    color: #7c3aed;
}

.itm-cat-html--vps .itm-vds-features-head h2 em {
    color: #7c3aed;
}

.itm-cat-html--vps .itm-vds-intro-icon {
    background: rgba(124, 58, 237, 0.15);
    color: #a78bfa;
}

.itm-cat-html--vps .itm-vds-float-badge--2 i { color: #7c3aed; }

.itm-cat-html--vps .itm-ded-pkg-card em {
    background: rgba(124, 58, 237, 0.12);
    color: #6d28d9;
}

html.itm-dark-mode .itm-cat-html--vps .itm-ded-pkg-card em {
    background: rgba(124, 58, 237, 0.18);
    color: #c4b5fd !important;
}

.itm-vps-terminal-wrap {
    position: relative;
    min-height: 300px;
    padding: 24px 28px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.itm-vps-terminal-wrap .itm-cat-art--terminal {
    width: 100%;
    max-width: 300px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.itm-cat-vps-steps-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.itm-cat-vps-step-card {
    position: relative;
    padding: 28px 22px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-cat-vps-step-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--itm-shadow);
}

.itm-cat-vps-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.itm-cat-vps-step-card h3 {
    margin: 0 0 8px !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-cat-vps-step-card p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.6;
    color: var(--itm-text);
}

html.itm-dark-mode .itm-cat-html--vps .itm-vds-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.92) 100%);
    border-color: rgba(124, 58, 237, 0.25);
}

html.itm-dark-mode .itm-cat-vps-step-card {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
}

html.itm-dark-mode .itm-cat-vps-step-card h3 { color: #f1f5f9 !important; }
html.itm-dark-mode .itm-cat-vps-step-card p { color: #94a3b8 !important; }

@media (max-width: 1024px) {
    .itm-cat-vps-steps-premium { grid-template-columns: 1fr; }
}

/* ═══ RYZEN PREMIUM — vds yapısı + turuncu AMD tema ═══ */
.itm-cat-html--ryzen .itm-page-benefits,
.itm-cat-html--ryzen .itm-server-seo,
.itm-cat-html--ryzen .itm-cat-ryzen-hero,
.itm-cat-html--ryzen .itm-cat-ryzen-bench:not(.itm-ryzen-bench-premium),
.itm-cat-html--ryzen .itm-cat-ryzen-cards,
.itm-cat-html--ryzen .itm-cat-section-head {
    display: none;
}

.itm-cat-html--ryzen .itm-vds-hero {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 50%, #fffbeb 100%);
    border-color: rgba(234, 88, 12, 0.2);
}

.itm-cat-html--ryzen .itm-vds-hero::before {
    background: radial-gradient(circle, rgba(249, 115, 22, 0.14) 0%, transparent 70%);
}

.itm-cat-html--ryzen .itm-vds-hero-eyebrow {
    background: rgba(234, 88, 12, 0.12);
    color: #c2410c;
}

.itm-cat-html--ryzen .itm-vds-hero-copy h1 em,
.itm-cat-html--ryzen .itm-vds-hero-copy .itm-cat-hero-headline em,
.itm-cat-html--ryzen .itm-vds-hero-copy h2 em {
    background: linear-gradient(135deg, #ea580c, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-cat-html--ryzen .itm-vds-btn--primary {
    background: linear-gradient(135deg, #ea580c, #f97316);
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
}

.itm-cat-html--ryzen .itm-vds-btn--primary:hover {
    box-shadow: 0 12px 32px rgba(234, 88, 12, 0.45);
}

.itm-cat-html--ryzen .itm-vds-eyebrow {
    background: rgba(234, 88, 12, 0.12);
    color: #c2410c;
}

.itm-cat-html--ryzen .itm-vds-block-copy h2 em {
    color: #ea580c;
}

.itm-cat-html--ryzen .itm-vds-tag i {
    color: #ea580c;
}

.itm-cat-html--ryzen .itm-vds-features-head h2 em {
    color: #ea580c;
}

.itm-cat-html--ryzen .itm-vds-intro-icon {
    background: rgba(234, 88, 12, 0.15);
    color: #fb923c;
}

.itm-cat-html--ryzen .itm-vds-float-badge--2 i { color: #ea580c; }

.itm-cat-html--ryzen .itm-ded-pkg-card em {
    background: rgba(234, 88, 12, 0.12);
    color: #c2410c;
}

.itm-cat-html--ryzen .itm-vds-mini label.c-orange { color: #ea580c; }

.itm-ryzen-chip-wrap {
    position: relative;
    min-height: 320px;
    padding: 24px 28px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.itm-ryzen-chip-panel {
    width: 100%;
    max-width: 320px;
    padding: 22px 20px 18px;
    border-radius: 20px;
    background: linear-gradient(145deg, #1c1917 0%, #292524 100%);
    border: 1px solid rgba(251, 146, 60, 0.35);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.itm-ryzen-chip-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fb923c;
}

.itm-ryzen-chip-panel-head span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.2);
    color: #fdba74;
    font-size: 10px;
}

.itm-ryzen-chip-core {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(251, 146, 60, 0.2);
}

.itm-ryzen-chip-core span {
    aspect-ratio: 1;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.5), rgba(245, 158, 11, 0.3));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    animation: itmRyzenCorePulse 2.4s ease-in-out infinite;
}

.itm-ryzen-chip-core span:nth-child(2) { animation-delay: 0.2s; }
.itm-ryzen-chip-core span:nth-child(3) { animation-delay: 0.4s; }
.itm-ryzen-chip-core span:nth-child(4) { animation-delay: 0.6s; }
.itm-ryzen-chip-core span:nth-child(5) { animation-delay: 0.8s; }
.itm-ryzen-chip-core span:nth-child(6) { animation-delay: 1s; }
.itm-ryzen-chip-core span:nth-child(7) { animation-delay: 1.2s; }
.itm-ryzen-chip-core span:nth-child(8) { animation-delay: 1.4s; }

@keyframes itmRyzenCorePulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

.itm-ryzen-chip-meters {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.itm-ryzen-chip-meters > div {
    display: grid;
    grid-template-columns: 90px 1fr 40px;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #a8a29e;
}

.itm-ryzen-chip-meters label {
    font-weight: 700;
    color: #d6d3d1;
}

.itm-ryzen-chip-meters span {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.itm-ryzen-chip-meters span i {
    display: block;
    height: 100%;
    width: var(--w, 50%);
    border-radius: inherit;
    background: linear-gradient(90deg, #ea580c, #fbbf24);
}

.itm-ryzen-chip-meters em {
    font-style: normal;
    font-weight: 800;
    color: #4ade80;
    text-align: right;
}

.itm-ryzen-chip-foot {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #78716c;
    text-transform: uppercase;
}

.itm-ryzen-bench-premium {
    margin: 28px 0 36px;
    padding: 40px 36px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #fffbeb 100%);
    border: 1px solid rgba(234, 88, 12, 0.15);
    box-shadow: var(--itm-shadow-sm);
}

.itm-ryzen-bench-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 32px;
}

.itm-ryzen-bench-head h2 {
    margin: 0 0 10px !important;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
    font-weight: 900 !important;
    color: var(--itm-heading) !important;
}

.itm-ryzen-bench-head h2 em {
    font-style: normal;
    color: #ea580c;
}

.itm-ryzen-bench-head p {
    margin: 0 !important;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--itm-text);
}

.itm-ryzen-bench-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.itm-ryzen-bench-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 20px;
    background: linear-gradient(160deg, #1c1917 0%, #292524 100%);
    border: 1px solid rgba(251, 146, 60, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.itm-ryzen-bench-score {
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.itm-ryzen-bench-score-label {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #fb923c;
}

.itm-ryzen-bench-score strong {
    display: block;
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fb923c, #fbbf24);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itm-ryzen-bench-score em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #a8a29e;
}

.itm-ryzen-bench-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itm-ryzen-bench-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12.5px;
    line-height: 1.55;
    color: #d6d3d1;
    font-weight: 500;
}

.itm-ryzen-bench-points li i {
    color: #4ade80;
    margin-top: 2px;
    flex-shrink: 0;
}

.itm-ryzen-bench-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
    color: #a8a29e;
}

.itm-ryzen-bench-legend span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.itm-ryzen-bench-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
}

.itm-ryzen-bench-dot--xeon {
    background: #94a3b8;
}

.itm-ryzen-bench-dot--ryzen {
    background: linear-gradient(90deg, #ea580c, #f59e0b);
}

.itm-ryzen-bench-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.itm-ryzen-bench-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(234, 88, 12, 0.14);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itm-ryzen-bench-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(234, 88, 12, 0.1);
}

.itm-ryzen-bench-card-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.itm-ryzen-bench-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(234, 88, 12, 0.12);
    color: #ea580c;
    font-size: 16px;
}

.itm-ryzen-bench-card-top div strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--itm-heading);
    line-height: 1.2;
}

.itm-ryzen-bench-card-top div span {
    display: block;
    margin-top: 2px;
    font-size: 11.5px;
    color: var(--itm-text);
    line-height: 1.4;
}

.itm-ryzen-bench-card-top em {
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
    color: #16a34a;
    white-space: nowrap;
}

.itm-ryzen-bench-dual {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itm-ryzen-bench-line {
    display: grid;
    grid-template-columns: 52px 1fr 28px;
    gap: 10px;
    align-items: center;
}

.itm-ryzen-bench-line label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--itm-text);
}

.itm-ryzen-bench-line b {
    font-size: 11px;
    font-weight: 800;
    color: var(--itm-heading);
    text-align: right;
}

.itm-ryzen-bench-track {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
}

.itm-ryzen-bench-track i {
    display: block;
    height: 100%;
    width: var(--w, 50%);
    border-radius: inherit;
    transition: width 0.8s ease;
}

.itm-ryzen-bench-line--xeon .itm-ryzen-bench-track i {
    background: linear-gradient(90deg, #94a3b8, #cbd5e1);
}

.itm-ryzen-bench-line--ryzen .itm-ryzen-bench-track i {
    background: linear-gradient(90deg, #ea580c, #f59e0b);
    box-shadow: 0 0 12px rgba(234, 88, 12, 0.35);
}

.itm-page-cta--ryzen .itm-page-cta-inner {
    background: linear-gradient(135deg, #1c1917 0%, #292524 50%, #431407 100%);
    border-color: rgba(251, 146, 60, 0.3);
}

.itm-page-cta--ryzen .itm-page-cta-btn {
    background: linear-gradient(135deg, #ea580c, #f97316) !important;
    border-color: transparent !important;
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
}

html.itm-dark-mode .itm-cat-html--ryzen .itm-vds-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(28, 25, 23, 0.92) 100%);
    border-color: rgba(234, 88, 12, 0.25);
}

html.itm-dark-mode .itm-cat-html--ryzen .itm-ded-pkg-card em {
    background: rgba(234, 88, 12, 0.18);
    color: #fdba74 !important;
}

html.itm-dark-mode .itm-ryzen-bench-premium {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(234, 88, 12, 0.2);
}

html.itm-dark-mode .itm-ryzen-bench-card {
    background: rgba(15, 23, 42, 0.88);
    border-color: rgba(234, 88, 12, 0.22);
}

html.itm-dark-mode .itm-ryzen-bench-card-top div strong,
html.itm-dark-mode .itm-ryzen-bench-card-top b,
html.itm-dark-mode .itm-ryzen-bench-line b {
    color: #f1f5f9 !important;
}

html.itm-dark-mode .itm-ryzen-bench-card-top div span,
html.itm-dark-mode .itm-ryzen-bench-line label {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-ryzen-bench-track {
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
    .itm-ryzen-chip-wrap { min-height: auto; flex-direction: column; }
    .itm-cat-html--ryzen .itm-vds-float-badge { position: static; margin-bottom: 8px; }
    .itm-ryzen-bench-layout { grid-template-columns: 1fr; }
    .itm-ryzen-bench-cards { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .itm-ryzen-bench-premium { padding: 28px 20px; }
}

/* ─── Colocation / Sunucu Barındırma ─── */
.itm-cat-html--colocation > section,
.itm-cat-html--colocation > .itm-colo-infra,
.itm-cat-html--colocation > .itm-colo-contact {
    margin-bottom: 56px;
}

.itm-colo-infra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.itm-colo-infra-card {
    padding: 26px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
}

.itm-colo-infra-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.itm-colo-infra-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 20px;
}

.itm-colo-infra-icon--blue {
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
}

.itm-colo-infra-icon--violet {
    background: rgba(139, 92, 246, 0.12);
    color: #7c3aed;
}

.itm-colo-infra-card-head h3 {
    margin: 0 0 6px !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-colo-infra-card-head p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.55;
    color: var(--itm-text);
}

.itm-colo-infra-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itm-colo-infra-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.itm-colo-infra-provider strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--itm-heading);
}

.itm-colo-infra-provider span {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.itm-colo-infra-list em {
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.itm-colo-infra-list em.c-green { color: #059669; }
.itm-colo-infra-list em.c-blue { color: #0284c7; }
.itm-colo-infra-list em.c-amber { color: #d97706; }

.itm-colo-infra-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.itm-colo-infra-mini {
    padding: 14px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.itm-colo-infra-mini-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 12px;
    flex-shrink: 0;
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.itm-colo-infra-mini-icon .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.itm-colo-infra-mini-icon--cyan { background: linear-gradient(135deg, #22d3ee, #0891b2); }
.itm-colo-infra-mini-icon--blue { background: linear-gradient(135deg, #38bdf8, #0284c7); }
.itm-colo-infra-mini-icon--orange { background: linear-gradient(135deg, #fb923c, #ea580c); }
.itm-colo-infra-mini-icon--violet { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.itm-colo-infra-mini-icon--teal { background: linear-gradient(135deg, #2dd4bf, #0d9488); }
.itm-colo-infra-mini-icon--slate { background: linear-gradient(135deg, #94a3b8, #475569); }

.itm-colo-infra-mini strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--itm-heading);
    margin-bottom: 4px;
}

.itm-colo-infra-mini > span:not(.itm-colo-infra-mini-icon) {
    display: block;
    font-size: 11px;
    line-height: 1.45;
    color: #64748b;
}

.itm-cat-html--colocation .itm-vds-features-head {
    text-align: left;
    max-width: none;
    margin: 0 0 32px;
}

.itm-cat-html--colocation .itm-vds-features-head .itm-section-label {
    display: inline-block;
    margin-bottom: 10px;
}

.itm-colo-fees-head {
    margin-bottom: 24px;
}

.itm-colo-fees-head h2 {
    margin: 0 0 8px !important;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-colo-fees-head p {
    margin: 0 !important;
    font-size: 14px;
    color: #0284c7;
    font-weight: 600;
}

.itm-colo-fees-box {
    position: relative;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    overflow: hidden;
}

.itm-colo-fees-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.itm-colo-fees-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 420px;
}

.itm-colo-fees-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 12px;
    background: #f1f5f9;
    border-right: 1px solid var(--itm-border);
}

.itm-colo-fees-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin: 0;
}

.itm-colo-fees-tab i {
    width: 18px;
    text-align: center;
    font-size: 15px;
}

.itm-colo-fees-tab:hover {
    background: rgba(14, 165, 233, 0.08);
    color: #0284c7;
}

#colo-fee-genel:checked ~ .itm-colo-fees-layout .itm-colo-fees-nav label[for="colo-fee-genel"],
#colo-fee-hat:checked ~ .itm-colo-fees-layout .itm-colo-fees-nav label[for="colo-fee-hat"],
#colo-fee-remote:checked ~ .itm-colo-fees-layout .itm-colo-fees-nav label[for="colo-fee-remote"] {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.28);
}

.itm-colo-fees-body {
    padding: 28px 30px;
    position: relative;
}

.itm-colo-fees-panel {
    display: none;
    animation: itmColoFadeIn 0.25s ease;
}

@keyframes itmColoFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

#colo-fee-genel:checked ~ .itm-colo-fees-layout .itm-colo-fees-body #colo-panel-genel,
#colo-fee-hat:checked ~ .itm-colo-fees-layout .itm-colo-fees-body #colo-panel-hat,
#colo-fee-remote:checked ~ .itm-colo-fees-layout .itm-colo-fees-body #colo-panel-remote {
    display: block;
}

.itm-colo-fees-panel h3 {
    margin: 0 0 12px !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--itm-heading) !important;
}

.itm-colo-fees-lead {
    margin: 0 0 20px !important;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}

.itm-colo-fees-table-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.itm-colo-fees-table-wrap .itm-colo-fees-table th,
.itm-colo-fees-table-wrap .itm-colo-fees-table td {
    border-bottom: 1px solid #eef2f7;
}

.itm-colo-fees-table-wrap .itm-colo-fees-table tr:last-child td {
    border-bottom: none;
}

.itm-colo-fees-table--price th:last-child,
.itm-colo-fees-table--price td:last-child {
    text-align: right;
    width: 34%;
}

.itm-colo-fees-table--price td:last-child {
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
}

.itm-colo-fees-foot {
    margin: 14px 0 0 !important;
    font-size: 13px;
    line-height: 1.55;
    color: #94a3b8;
}

.itm-colo-fees-foot strong {
    color: #64748b;
    font-weight: 800;
}

.itm-colo-fees-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.itm-colo-fees-list li {
    position: relative;
    padding: 0 0 16px 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    line-height: 1.65;
    color: var(--itm-text);
}

.itm-colo-fees-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.itm-colo-fees-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0ea5e9;
}

.itm-colo-fees-list strong {
    color: var(--itm-heading);
    font-weight: 800;
}

.itm-colo-fees-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.itm-colo-fees-table th,
.itm-colo-fees-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.itm-colo-fees-table th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    background: #f8fafc;
}

.itm-colo-fees-table td:last-child {
    font-weight: 800;
    color: #0284c7;
    white-space: nowrap;
}

.itm-colo-fees-note {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f0f9ff;
    border: 1px solid rgba(14, 165, 233, 0.2);
    font-size: 13px;
    line-height: 1.55;
    color: #0369a1;
}

html.itm-dark-mode .itm-colo-infra-card,
html.itm-dark-mode .itm-colo-fees-box {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.2);
}

html.itm-dark-mode .itm-colo-infra-list li,
html.itm-dark-mode .itm-colo-infra-mini {
    background: rgba(30, 41, 59, 0.7);
    border-color: rgba(148, 163, 184, 0.15);
}

html.itm-dark-mode .itm-colo-infra-mini-icon {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

html.itm-dark-mode .itm-colo-fees-nav {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(148, 163, 184, 0.15);
}

html.itm-dark-mode .itm-colo-fees-list li {
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

/* ─── Colocation SEO blocks (özel tasarım) ─── */
.itm-colo-seo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
}

.itm-colo-seo-block {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    align-items: stretch;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--itm-border);
    box-shadow: var(--itm-shadow-sm);
    background: #fff;
}

.itm-colo-seo-block--reverse .itm-colo-seo-copy { order: 2; }
.itm-colo-seo-block--reverse .itm-colo-seo-visual { order: 1; }

.itm-colo-seo-copy {
    padding: 32px 34px;
}

.itm-colo-seo-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.itm-colo-seo-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.itm-colo-seo-block--02 .itm-colo-seo-num { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.itm-colo-seo-block--03 .itm-colo-seo-num { background: linear-gradient(135deg, #10b981, #059669); }
.itm-colo-seo-block--04 .itm-colo-seo-num { background: linear-gradient(135deg, #f59e0b, #d97706); }
.itm-colo-seo-block--05 .itm-colo-seo-num { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.itm-colo-seo-block--06 .itm-colo-seo-num { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.itm-colo-seo-block--07 .itm-colo-seo-num { background: linear-gradient(135deg, #10b981, #047857); }
.itm-colo-seo-block--08 .itm-colo-seo-num { background: linear-gradient(135deg, #f59e0b, #ea580c); }

.itm-colo-seo-eyebrow {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.itm-colo-seo-eyebrow--blue { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.itm-colo-seo-eyebrow--violet { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }
.itm-colo-seo-eyebrow--green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.itm-colo-seo-eyebrow--amber { background: rgba(245, 158, 11, 0.12); color: #d97706; }

.itm-colo-seo-copy h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    color: var(--itm-heading) !important;
}

.itm-colo-seo-copy > p {
    margin: 0 0 14px !important;
    font-size: 14px;
    line-height: 1.7;
    color: var(--itm-text);
}

.itm-colo-seo-points {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.itm-colo-seo-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--itm-heading);
}

.itm-colo-seo-points li i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-size: 10px;
    flex-shrink: 0;
}

.itm-colo-seo-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    min-height: 280px;
    background: linear-gradient(160deg, #f8fafc 0%, #f0f9ff 50%, #eef2ff 100%);
    border-left: 1px solid #e2e8f0;
}

.itm-colo-seo-block--reverse .itm-colo-seo-visual {
    border-left: none;
    border-right: 1px solid #e2e8f0;
}

.itm-colo-seo-block--02 .itm-colo-seo-visual { background: linear-gradient(160deg, #f5f3ff 0%, #ede9fe 100%); }
.itm-colo-seo-block--03 .itm-colo-seo-visual { background: linear-gradient(160deg, #ecfdf5 0%, #d1fae5 100%); }
.itm-colo-seo-block--04 .itm-colo-seo-visual { background: linear-gradient(160deg, #fffbeb 0%, #fef3c7 100%); }
.itm-colo-seo-block--06 .itm-colo-seo-visual { background: linear-gradient(160deg, #f5f3ff 0%, #e0e7ff 100%); }
.itm-colo-seo-block--08 .itm-colo-seo-visual { background: linear-gradient(160deg, #fff7ed 0%, #ffedd5 100%); }

/* Viz: hub */
.itm-colo-viz--hub {
    position: relative;
    width: 220px;
    height: 220px;
}

.itm-colo-viz-hub-center {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: linear-gradient(145deg, #0f172a, #1e293b);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
    z-index: 2;
}

.itm-colo-viz-hub-center i { font-size: 26px; color: #38bdf8; }
.itm-colo-viz-hub-center span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }

.itm-colo-viz-hub-orbit {
    position: absolute;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 10px;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
}

.itm-colo-viz-hub-orbit i { margin-right: 4px; color: #0284c7; }
.itm-colo-viz-hub-orbit--1 { top: 8px; left: 50%; transform: translateX(-50%); }
.itm-colo-viz-hub-orbit--2 { top: 50%; right: -4px; transform: translateY(-50%); }
.itm-colo-viz-hub-orbit--3 { bottom: 8px; left: 50%; transform: translateX(-50%); }
.itm-colo-viz-hub-orbit--4 { top: 50%; left: -4px; transform: translateY(-50%); }

/* Viz: split */
.itm-colo-viz--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 340px;
}

.itm-colo-viz-split-card {
    padding: 14px 12px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.itm-colo-viz-split-card--you { border-color: rgba(139, 92, 246, 0.25); }
.itm-colo-viz-split-card--us { border-color: rgba(14, 165, 233, 0.25); background: #f0f9ff; }

.itm-colo-viz-split-label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 6px;
}

.itm-colo-viz-split-card strong {
    display: block;
    font-size: 12px;
    color: #0f172a;
    margin-bottom: 8px;
}

.itm-colo-viz-split-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    line-height: 1.5;
    color: #64748b;
}

/* Viz: compare */
.itm-colo-viz--compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 320px;
}

.itm-colo-viz-compare-col {
    padding: 14px 12px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.itm-colo-viz-compare-col > span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.itm-colo-viz-compare-col ul { margin: 0; padding: 0; list-style: none; }
.itm-colo-viz-compare-col li {
    font-size: 10px;
    margin-bottom: 6px;
    color: #64748b;
}

.itm-colo-viz-compare-col li i { margin-right: 4px; width: 12px; }
.itm-colo-viz-compare-col--bad { border-color: rgba(239, 68, 68, 0.2); }
.itm-colo-viz-compare-col--bad > span { color: #dc2626; }
.itm-colo-viz-compare-col--bad li i { color: #ef4444; }
.itm-colo-viz-compare-col--good { border-color: rgba(16, 185, 129, 0.25); background: #f0fdf4; }
.itm-colo-viz-compare-col--good > span { color: #059669; }
.itm-colo-viz-compare-col--good li i { color: #10b981; }

/* Viz: grid4 */
.itm-colo-viz--grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 300px;
}

.itm-colo-viz--grid4 > div {
    padding: 14px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.itm-colo-viz--grid4 i {
    display: block;
    font-size: 20px;
    color: #0284c7;
    margin-bottom: 8px;
}

.itm-colo-viz--grid4 strong {
    display: block;
    font-size: 12px;
    color: #0f172a;
    margin-bottom: 2px;
}

.itm-colo-viz--grid4 span {
    font-size: 10px;
    color: #64748b;
}

/* Viz: location */
.itm-colo-viz--location {
    width: 100%;
    max-width: 280px;
    padding: 20px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.1);
}

.itm-colo-viz-loc-pin i {
    font-size: 28px;
    color: #0284c7;
    margin-bottom: 8px;
}

.itm-colo-viz--location > strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 14px;
}

.itm-colo-viz-loc-stats {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.itm-colo-viz-loc-stats span {
    font-size: 10px;
    color: #64748b;
}

.itm-colo-viz-loc-stats em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
    color: #0284c7;
}

.itm-colo-viz-loc-ops {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.itm-colo-viz-loc-ops span {
    padding: 4px 8px;
    border-radius: 6px;
    background: #f0f9ff;
    font-size: 9px;
    font-weight: 700;
    color: #0369a1;
}

/* Viz: pipeline */
.itm-colo-viz--pipeline {
    width: 100%;
    max-width: 200px;
}

.itm-colo-viz-pipe-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
}

.itm-colo-viz-pipe-step i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(139, 92, 246, 0.12);
    color: #7c3aed;
}

.itm-colo-viz-pipe-line {
    width: 2px;
    height: 12px;
    margin: 0 auto;
    background: linear-gradient(180deg, #c4b5fd, #7c3aed);
    border-radius: 2px;
}

/* Viz: units */
.itm-colo-viz--units {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 300px;
}

.itm-colo-viz-unit {
    flex: 1;
    max-width: 80px;
    padding: 10px 8px 8px;
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(180deg, #334155, #1e293b);
    border: 2px solid #64748b;
    text-align: center;
}

.itm-colo-viz-unit span {
    display: block;
    font-size: 8px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.itm-colo-viz-unit strong {
    display: block;
    font-size: 9px;
    color: #e2e8f0;
    margin-bottom: 8px;
}

.itm-colo-viz-unit i {
    display: block;
    height: 5px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(56, 189, 248, 0.55);
}

.itm-colo-viz-unit--sm { min-height: 70px; }
.itm-colo-viz-unit--md { min-height: 110px; }
.itm-colo-viz-unit--lg { min-height: 150px; border-color: #38bdf8; }

/* Viz: sectors */
.itm-colo-viz--sectors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 300px;
}

.itm-colo-viz--sectors span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 10px;
    font-weight: 700;
    color: #334155;
}

.itm-colo-viz--sectors i { color: #d97706; font-size: 12px; }

/* ─── Colocation dark mode (tam kapsam) ─── */
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-card,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-box,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-block {
    background: rgba(15, 23, 42, 0.94);
    border-color: rgba(148, 163, 184, 0.18);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-list li,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-mini,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-table-wrap,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-split-card,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-compare-col,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--grid4 > div,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--location,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-pipe-step,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-hub-orbit,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--sectors span {
    background: rgba(30, 41, 59, 0.85);
    border-color: rgba(148, 163, 184, 0.15);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-card-head h3,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-copy h2,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-points li,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-panel h3,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-provider strong,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-split-card strong,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--grid4 strong,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--location > strong,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-hub-orbit,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-pipe-step,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--sectors span {
    color: #f1f5f9 !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-card-head p,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-copy > p,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-lead,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-list li,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-provider span,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-infra-mini > span:not(.itm-colo-infra-mini-icon),
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-split-card ul,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-compare-col li,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz--grid4 span,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-foot {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-visual {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.9) 100%) !important;
    border-color: rgba(148, 163, 184, 0.12) !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-nav {
    background: rgba(15, 23, 42, 0.98);
    border-color: rgba(148, 163, 184, 0.15);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-tab {
    color: #94a3b8;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-table th {
    background: rgba(30, 41, 59, 0.9);
    color: #94a3b8;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-table td {
    border-bottom-color: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-fees-table--price td:last-child {
    color: #38bdf8 !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-vds-feature-card {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.18);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-vds-features-head h2,
html.itm-dark-mode .itm-cat-html--colocation .itm-vds-feature-card h3 {
    color: #f1f5f9 !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-vds-features-head p,
html.itm-dark-mode .itm-cat-html--colocation .itm-vds-feature-card p {
    color: #94a3b8 !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-cat-host-checklist {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.18);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-cat-host-checklist div {
    color: #cbd5e1;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-compare-col--good {
    background: rgba(16, 185, 129, 0.08);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-split-card--us {
    background: rgba(14, 165, 233, 0.08);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-viz-loc-ops span {
    background: rgba(14, 165, 233, 0.15);
    color: #7dd3fc;
}

@media (max-width: 1024px) {
    .itm-colo-seo-block,
    .itm-colo-seo-block--reverse {
        grid-template-columns: 1fr;
    }
    .itm-colo-seo-block--reverse .itm-colo-seo-copy,
    .itm-colo-seo-block--reverse .itm-colo-seo-visual { order: unset; }
    .itm-colo-seo-visual {
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #e2e8f0;
        min-height: 240px;
    }
    html.itm-dark-mode .itm-cat-html--colocation .itm-colo-seo-visual {
        border-top-color: rgba(148, 163, 184, 0.12) !important;
    }
    .itm-colo-infra-grid { grid-template-columns: 1fr; }
    .itm-colo-infra-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .itm-colo-fees-layout { grid-template-columns: 1fr; }
    .itm-colo-fees-nav {
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid var(--itm-border);
    }
    .itm-colo-fees-tab { flex: 1 1 calc(50% - 6px); }
}

@media (max-width: 640px) {
    .itm-colo-infra-mini-grid { grid-template-columns: 1fr; }
    .itm-colo-fees-tab { flex: 1 1 100%; }
    .itm-colo-fees-body { padding: 20px 16px; }
}

/* ─── Colocation iletişim / teklif formu ─── */
.itm-colo-contact {
    width: 100%;
    max-width: none;
    margin: 48px 0 56px;
}

.itm-colo-contact-split {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 20px;
    align-items: stretch;
    width: 100%;
}

.itm-colo-contact-copy,
.itm-colo-contact-form-wrap {
    width: 100%;
    min-width: 0;
}

.itm-colo-contact-form-wrap {
    display: flex;
    flex-direction: column;
}

.itm-colo-contact-copy {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 30px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.05);
    height: 100%;
    box-sizing: border-box;
}

.itm-colo-contact-copy .itm-section-label {
    display: inline-block;
    margin-bottom: 12px;
}

.itm-colo-contact-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.itm-colo-contact-lead {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

.itm-colo-contact-points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.itm-colo-contact-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
}

.itm-colo-contact-points i {
    color: #6366f1;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.itm-colo-contact-note {
    margin: 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.06);
    border: 1px solid rgba(99, 102, 241, 0.14);
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}

.itm-colo-contact-note i {
    color: #6366f1;
    margin-right: 6px;
}

.itm-colo-contact-form-wrap .itm-contact-panel,
.itm-colo-contact-form-wrap .itm-contact-form,
.itm-colo-contact-form-wrap .iletisimformu {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

.itm-colo-contact-form-wrap .itm-contact-panel {
    height: 100%;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 32px 28px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    flex: 1;
}

.itm-colo-contact-form-wrap .itm-contact-panel-title {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.itm-colo-contact-form-wrap .itm-contact-field {
    margin-bottom: 18px;
}

.itm-colo-contact-form-wrap .itm-contact-form label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}

.itm-colo-contact-form-wrap .itm-contact-form input[type="text"]:not(.itm-contact-phone-input),
.itm-colo-contact-form-wrap .itm-contact-form textarea {
    background: #ffffff !important;
    border: 1.5px solid #dbe3ee !important;
    border-radius: 12px !important;
    padding: 13px 15px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.itm-colo-contact-form-wrap .itm-contact-form .iti,
.itm-colo-contact-form-wrap .itm-contact-form .intl-tel-input {
    width: 100% !important;
    display: block !important;
}

.itm-colo-contact-form-wrap .itm-contact-form .iti--separate-dial-code .itm-contact-phone-input,
.itm-colo-contact-form-wrap .itm-contact-form .iti input.itm-contact-phone-input {
    background: #ffffff !important;
    border: 1.5px solid #dbe3ee !important;
    border-radius: 12px !important;
    padding-top: 13px !important;
    padding-right: 15px !important;
    padding-bottom: 13px !important;
    padding-left: 92px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.itm-colo-contact-form-wrap .itm-contact-form input:focus,
.itm-colo-contact-form-wrap .itm-contact-form textarea:focus,
.itm-colo-contact-form-wrap .itm-contact-form .itm-contact-phone-input:focus {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.14) !important;
    background: #ffffff !important;
}

.itm-colo-contact-form-wrap .itm-contact-form textarea {
    min-height: 120px;
}

.itm-colo-contact-form-wrap .itm-contact-form .iti__flag-container {
    z-index: 3 !important;
}

.itm-colo-contact-form-wrap .itm-contact-form .iti__selected-dial-code {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    padding-left: 8px !important;
    padding-right: 6px !important;
}

.itm-colo-contact-form-wrap .itm-contact-form .iti__selected-flag {
    background: #f8fafc !important;
    border-right-color: #dbe3ee !important;
    border-radius: 12px 0 0 12px !important;
    height: 100% !important;
}

.itm-colo-contact-form-wrap .itm-contact-form-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 6px;
    padding-top: 0;
}

.itm-colo-contact-form-wrap .itm-contact-gdpr {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e8edf4;
}

.itm-colo-contact-form-wrap .itm-contact-gdpr .kinfo {
    font-size: 12px;
    line-height: 1.55;
    color: #64748b;
}

.itm-colo-contact-form-wrap .itm-contact-submit-row {
    justify-content: stretch;
}

.itm-colo-contact-form-wrap .itm-contact-submit,
.itm-colo-contact-form-wrap .itm-contact-panel--colo .itm-contact-submit {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.28) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.itm-colo-contact-form-wrap .itm-contact-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.34) !important;
    color: #ffffff !important;
}

.itm-colo-contact-form-wrap .itm-contact-submit.is-disabled,
.itm-colo-contact-form-wrap .itm-contact-submit.is-disabled:hover {
    background: #e2e8f0 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    transform: none !important;
}

.itm-colo-contact-form-wrap #colo_contact_inactive_btn,
.itm-colo-contact-form-wrap #colo_contact_active_btn,
.itm-colo-contact-form-wrap #contact_inactive_btn,
.itm-colo-contact-form-wrap #contact_active_btn {
    display: none !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-copy {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.72) 100%);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-copy h2 {
    color: #f8fafc;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-lead,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-points li {
    color: rgba(226, 232, 240, 0.78);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-note {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(167, 139, 250, 0.2);
    color: rgba(226, 232, 240, 0.72);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-panel {
    background: rgba(15, 23, 42, 0.88);
    border-color: rgba(148, 163, 184, 0.14);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-panel-title,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap label {
    color: #e2e8f0;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-form input,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-form textarea,
html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-form .itm-contact-phone-input {
    background: rgba(15, 23, 42, 0.72) !important;
    border-color: rgba(148, 163, 184, 0.2) !important;
    color: #f8fafc !important;
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-gdpr {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.14);
}

html.itm-dark-mode .itm-cat-html--colocation .itm-colo-contact-form-wrap .itm-contact-gdpr .kinfo {
    color: rgba(226, 232, 240, 0.72);
}

@media (max-width: 1100px) {
    .itm-colo-contact-split {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 18px;
    }
}

@media (max-width: 960px) {
    .itm-colo-contact-split {
        grid-template-columns: 1fr;
    }

    .itm-colo-contact {
        margin: 36px 0 44px;
    }

    .itm-colo-contact-copy {
        padding: 28px 22px;
    }
}
