/* 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 {
    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: 40px 36px 36px;
    margin-bottom: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 45%, #f5f3ff 100%);
    border: 1px solid rgba(14, 165, 233, 0.15);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.08);
    overflow: hidden;
}

.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: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.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-vds-hero-copy h2 {
    margin: 0 0 16px !important;
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em;
    color: var(--itm-heading) !important;
}

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

.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: var(--itm-heading);
}

.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: var(--itm-heading) !important;
    border: 1px solid var(--itm-border);
}

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

.itm-vds-cluster-wrap {
    position: relative;
    min-height: 320px;
}

.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: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    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: var(--itm-heading);
    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-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: var(--itm-heading);
}

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

.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,
html.itm-dark-mode .itm-vds-block,
html.itm-dark-mode .itm-vds-feature-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);
}

@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: 24px 20px; }
    .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 {
    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 {
    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 {
    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; }
}
