/* =========================================================
   Hostvera — Modern Hosting & Sunucu Teması
   Premium / SaaS / Cloud görünüm
   ========================================================= */

:root {
    /* Renkler */
    --navy-900: #060b1c;
    --navy-800: #0a1430;
    --navy-700: #0f1c44;
    --navy-600: #16245c;
    --blue-600: #2563eb;
    --blue-500: #3b82f6;
    --blue-400: #60a5fa;
    --blue-50:  #eaf1fe;
    --cyan-400: #22d3ee;
    --cyan-500: #06b6d4;
    --violet-500: #8b5cf6;

    --bg: #f6f8fc;
    --bg-soft: #eef2fa;
    --surface: #ffffff;
    --border: #e4e9f4;
    --text: #0f1c44;
    --text-soft: #5a6789;
    --text-mute: #8893b2;

    --grad-brand: linear-gradient(120deg, #2563eb 0%, #06b6d4 100%);
    --grad-brand-soft: linear-gradient(120deg, rgba(37,99,235,.12), rgba(6,182,212,.12));
    --grad-dark: linear-gradient(160deg, #0a1430 0%, #0f1c44 55%, #16245c 100%);

    --shadow-sm: 0 2px 8px rgba(15, 28, 68, .06);
    --shadow-md: 0 12px 30px rgba(15, 28, 68, .10);
    --shadow-lg: 0 28px 60px rgba(15, 28, 68, .16);
    --shadow-glow: 0 18px 50px rgba(37, 99, 235, .35);

    --radius: 16px;
    --radius-lg: 22px;
    --radius-sm: 10px;

    --container: 1200px;
    --header-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }

.section { padding: 84px 0; position: relative; }
.section--tight { padding: 72px 0; }
.section--dark { background: var(--grad-dark); color: #fff; }

.section-head { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
    color: var(--blue-600);
    background: var(--grad-brand-soft);
    padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
    line-height: 1; white-space: nowrap;
}
.eyebrow svg { width: 26px; height: 26px; flex: none; }
.section--dark .eyebrow { color: var(--cyan-400); background: rgba(34, 211, 238, .12); }

h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.2; }
.section-head p { margin-top: 16px; color: var(--text-soft); font-size: 1.05rem; }
.section--dark .section-head p { color: #b9c4e4; }

.text-grad {
    background: var(--grad-brand);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-weight: 600; font-size: .98rem; line-height: 1;
    padding: 15px 26px; border-radius: 12px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    white-space: nowrap;
}
.btn .hv-ico { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 55px rgba(37,99,235,.45); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn-outline { background: var(--surface); color: var(--text); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--blue-500); color: var(--blue-600); transform: translateY(-2px); }
.btn-light { background:#fff; color: var(--navy-700); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 32px; font-size: 1.02rem; }

/* =========================================================
   HEADER
   ========================================================= */
/* İlk giriş duyuru şeridi */
.hv-noann .announce { display: none !important; }
.announce {
    position: relative; z-index: 60; overflow: hidden;
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 45%, #22d3ee 100%);
    color: #fff;
    animation: annDown .55s cubic-bezier(.16,.84,.44,1) both;
}
.announce-in { display: flex; align-items: center; gap: 14px; padding: 9px 0; }
.announce-badge {
    flex: none; font-weight: 800; font-size: .68rem; letter-spacing: .06em;
    background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.45);
    padding: 3px 10px; border-radius: 999px;
}
.announce-txt { margin: 0; flex: 1; font-size: .92rem; font-weight: 500; }
.announce-txt b { font-weight: 800; }
.announce-x {
    flex: none; margin-left: auto; background: transparent; border: 0; color: #fff;
    font-size: 1.45rem; line-height: 1; cursor: pointer; opacity: .85; padding: 0 4px;
    transition: opacity .2s, transform .2s;
}
.announce-x:hover { opacity: 1; transform: scale(1.12); }
.announce.is-closing { animation: annUp .32s ease forwards; }
@keyframes annDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes annUp { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-100%); opacity: 0; } }
@media (max-width: 600px) {
    .announce-txt { font-size: .8rem; }
    .announce-badge { display: none; }
}

.topbar {
    background: var(--navy-900); color: #c6d0ec;
    font-size: .85rem;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 40px; gap: 18px; }
.topbar a:hover { color: #fff; }
.topbar-info { display: flex; gap: 22px; align-items: center; }
.topbar-info span { display: inline-flex; align-items: center; gap: 7px; }
.topbar-info .hv-ico { width: 15px; height: 15px; color: var(--cyan-400); }
.topbar-social { display: flex; gap: 8px; }
.topbar-social a {
    width: 26px; height: 26px; display: grid; place-items: center;
    border-radius: 7px; background: rgba(255,255,255,.07);
}
.topbar-social a:hover { background: var(--blue-600); }
.topbar-social svg { width: 14px; height: 14px; fill: currentColor; }

.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }

.logo { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.32rem; letter-spacing: -.02em; }
.logo-mark {
    width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
    background: var(--grad-brand); box-shadow: var(--shadow-glow);
}
.logo-mark svg { width: 22px; height: 22px; color: #fff; }
.logo b { color: var(--navy-700); }
.logo span { color: var(--blue-600); }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-link, .nav-drop-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 9px 13px; border-radius: 9px; font-weight: 500; font-size: .95rem;
    color: var(--text-soft); transition: color .2s, background .2s; cursor: pointer;
}
.nav-link:hover, .nav-link.is-active, .nav-drop-btn:hover { color: var(--blue-600); background: var(--bg-soft); }
.nav-drop-btn .caret { width: 15px; height: 15px; transform: rotate(90deg); transition: transform .25s; opacity: .7; }

/* Açılır menü (dropdown) */
.nav-item.has-drop { position: relative; }
.nav-drop {
    position: absolute; top: calc(100% + 10px); left: 0; min-width: 340px;
    background: #fff; border: 1px solid var(--border); border-radius: 16px;
    box-shadow: var(--shadow-lg); padding: 10px;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .2s, transform .2s, visibility .2s; z-index: 120;
}
.nav-item.has-drop:hover .nav-drop,
.nav-item.has-drop.open .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-item.has-drop:hover .nav-drop-btn .caret,
.nav-item.has-drop.open .nav-drop-btn .caret { transform: rotate(-90deg); color: var(--blue-600); }
/* Üst aksan çizgisi (süsleme) */
.nav-drop::before {
    content: ''; position: absolute; top: 0; left: 16px; right: 16px; height: 3px;
    border-radius: 0 0 3px 3px; background: var(--grad-brand); opacity: .85;
}
.nav-drop--right { left: auto; right: 0; }
.nav-drop--center { left: 50%; right: auto; transform: translate(-50%, 10px); }
.nav-item.has-drop:hover .nav-drop--center,
.nav-item.has-drop.open .nav-drop--center { transform: translate(-50%, 0); }
.nav-drop.has-promo { display: flex; gap: 14px; padding: 14px; min-width: 0; }
.nav-drop-main { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.nav-drop-grid { display: grid; grid-template-columns: minmax(240px, 1fr); gap: 4px; align-content: start; }
.nav-drop--2 .nav-drop-grid { grid-template-columns: repeat(2, minmax(212px, 1fr)); }
.nav-drop--3 .nav-drop-grid { grid-template-columns: repeat(3, minmax(196px, 1fr)); }
.nav-drop--3 .nav-promo { width: 178px; }
.nav-drop--3 .nd-card { gap: 10px; padding: 10px 11px; }
.nav-drop--3 .nd-ico { width: 36px; height: 36px; border-radius: 10px; }
.nav-drop--3 .nd-ico .hv-ico { width: 18px; height: 18px; }
.nav-drop--3 .nd-title { font-size: .88rem; }
/* Tek kalan son kart (tek sayılı menülerde) tam satırı kaplasın -> boş hücre kalmaz */
.nav-drop--2 .nd-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.nav-drop--3 .nd-card:last-child:nth-child(3n+1) { grid-column: 1 / -1; }
.nav-drop--3 .nd-desc { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Kategori başlığı (süs) */
.nav-drop-head {
    font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
    color: var(--blue-600); padding: 2px 12px 9px; margin-bottom: 4px;
    border-bottom: 1px solid var(--border);
    display: flex; align-items: center; gap: 8px;
}
.nav-drop-head::before { content: ''; width: 16px; height: 2px; border-radius: 2px; background: var(--grad-brand); }

.nd-card {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 11px 12px; border-radius: 12px;
    color: var(--text); position: relative;
    border: 1px solid transparent;
    opacity: 0; transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease, background .18s, border-color .18s;
}
.nav-item.has-drop:hover .nd-card,
.nav-item.has-drop.open .nd-card {
    opacity: 1; transform: translateY(0);
    transition-delay: calc(var(--i, 0) * 45ms);
}
.nd-card:hover { background: var(--bg-soft); border-color: var(--border); }
.nd-card .nd-ico {
    width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; display: grid; place-items: center;
    background: var(--grad-brand-soft); color: var(--blue-600);
    transition: background .2s, color .2s, transform .2s; margin-top: 1px;
}
.nd-card:hover .nd-ico { background: var(--grad-brand); color: #fff; transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 14px rgba(37,99,235,.28); }
.nd-card .nd-ico .hv-ico { width: 20px; height: 20px; }
.nd-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.nd-title { font-size: .94rem; font-weight: 600; color: var(--text); line-height: 1.2; }
.nd-card:hover .nd-title { color: var(--blue-600); }
.nd-desc { font-size: .78rem; font-weight: 400; color: var(--text-soft); line-height: 1.35; }
.nd-arrow {
    margin-left: auto; align-self: center; flex-shrink: 0;
    color: var(--text-faint, #94a3b8); opacity: 0;
    transform: translateX(-4px); transition: opacity .2s, transform .2s, color .2s;
}
.nd-arrow .hv-ico { width: 16px; height: 16px; }
.nd-card:hover .nd-arrow { opacity: 1; transform: translateX(0); color: var(--blue-600); }

/* Promo paneli (mega-menü süslemesi) */
.nav-promo {
    width: 200px; flex: none; border-radius: 14px; padding: 16px 16px 18px;
    background: linear-gradient(160deg, #16245c 0%, #0e1840 100%); color: #fff;
    display: flex; flex-direction: column; align-items: flex-start; gap: 9px;
    position: relative; overflow: hidden;
}
.nav-promo::after {
    content: ''; position: absolute; right: -32px; top: -32px; width: 130px; height: 130px;
    border-radius: 50%; background: radial-gradient(circle, rgba(6,182,212,.4), transparent 70%);
}
.nav-promo > * { position: relative; z-index: 1; }
.nav-promo-ico {
    width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
    background: rgba(255,255,255,.12); color: #fff;
}
.nav-promo-ico .hv-ico { width: 22px; height: 22px; }
.nav-promo-title { font-weight: 700; font-size: .98rem; line-height: 1.22; }
.nav-promo-text { font-size: .8rem; color: rgba(255,255,255,.78); line-height: 1.4; }
.nav-promo-btn {
    margin-top: auto; display: inline-flex; align-items: center; gap: 6px;
    font-size: .82rem; font-weight: 600; color: #fff; background: var(--grad-brand);
    padding: 8px 14px; border-radius: 9px; transition: transform .2s, box-shadow .2s;
}
.nav-promo-btn .hv-ico { width: 14px; height: 14px; transition: transform .2s; }
.nav-promo-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(37,99,235,.4); }
.nav-promo-btn:hover .hv-ico { transform: translateX(3px); }
.nav-mobile-head { display: none; }

.nav-cta { display: flex; align-items: center; gap: 10px; }
/* Header butonları — ikisi de eşit yükseklik (ikon farkından kaynaklı orantısızlığı engeller) */
.nav-cta .btn { height: 44px; padding: 0 22px; font-size: .95rem; border-radius: 11px; }
.nav-cta .btn .hv-ico { width: 18px; height: 18px; }

/* Giriş butonu — şık ve canlı */
.login-cta {
    gap: 8px; font-weight: 600;
    background: var(--bg-soft); color: var(--text);
    border: 1px solid var(--border);
}
.login-cta .hv-ico { color: var(--blue-600); transition: transform .2s ease, color .2s ease; }
.login-cta:hover {
    background: var(--grad-brand-soft); border-color: var(--blue-400); color: var(--blue-600);
    transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,99,235,.16);
}
.login-cta:hover .hv-ico { transform: scale(1.08); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy-700); border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
    position: relative; overflow: hidden;
    background: var(--grad-dark); color: #fff;
    padding: 88px 0 100px;
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(60% 70% at 85% 10%, rgba(34,211,238,.16), transparent 60%),
        radial-gradient(50% 60% at 10% 90%, rgba(139,92,246,.18), transparent 60%);
    pointer-events: none;
}
.hero-grid-bg {
    position: absolute; inset: 0; opacity: .35;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at 50% 30%, #000 30%, transparent 78%);
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
    padding: 8px 16px; border-radius: 999px; font-size: .85rem; color: #cdd8f5; margin-bottom: 26px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.25); }
.hero h1 { font-size: clamp(2.2rem, 4.8vw, 3.5rem); letter-spacing: -.03em; }
.hero h1 .text-grad { background: linear-gradient(120deg, #60a5fa, #22d3ee); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { margin-top: 22px; font-size: 1.13rem; color: #c1cdee; max-width: 540px; }
.hero-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 38px; display: flex; gap: 26px; flex-wrap: wrap; }
.hero-trust div { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: #aeb9dc; }
.hero-trust .hv-ico { width: 18px; height: 18px; color: var(--cyan-400); }

/* Hero görsel — soyut datacenter / sunucu */
.hero-visual { position: relative; }
.hero-card {
    position: relative; z-index: 2;
    background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px; padding: 24px;
    box-shadow: 0 30px 70px rgba(0,0,0,.4);
    backdrop-filter: blur(8px);
}
.hero-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hero-card-top .dots { display: flex; gap: 6px; }
.hero-card-top .dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.hero-card-top .dots i:nth-child(1){ background:#ff5f57; } .hero-card-top .dots i:nth-child(2){ background:#febc2e; } .hero-card-top .dots i:nth-child(3){ background:#28c840; }
.hero-card-top .tag { font-size: .72rem; color: var(--cyan-400); background: rgba(34,211,238,.12); padding: 4px 10px; border-radius: 6px; }

.rack { display: grid; gap: 10px; }
.rack-unit {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px; padding: 13px 15px;
}
.rack-unit .hv-ico { width: 22px; height: 22px; color: #60a5fa; flex-shrink: 0; }
.rack-bars { display: flex; gap: 5px; margin-left: auto; }
.rack-bars i { width: 5px; height: 22px; border-radius: 3px; background: rgba(255,255,255,.12); display: block; }
.rack-bars i.on { background: linear-gradient(180deg, #22d3ee, #2563eb); animation: pulseBar 2.4s ease-in-out infinite; }
.rack-unit .lbl { font-size: .82rem; color: #d6def5; }
.rack-unit .sub { font-size: .7rem; color: #8e9cc7; }

.hero-float {
    position: absolute; z-index: 3;
    background: #fff; color: var(--navy-700);
    border-radius: 14px; padding: 13px 16px; box-shadow: var(--shadow-lg);
    display: flex; align-items: center; gap: 11px;
}
.hero-float .hv-ico { width: 20px; height: 20px; }
.hero-float .num { font-weight: 800; font-size: 1.05rem; }
.hero-float .cap { font-size: .72rem; color: var(--text-mute); }
.hero-float--a { top: -18px; right: -14px; }
.hero-float--a .hv-ico { color: #16a34a; }
.hero-float--b { bottom: -20px; left: -16px; }
.hero-float--b .hv-ico { color: var(--blue-600); }
.float-anim { animation: floatY 5s ease-in-out infinite; }
.float-anim.delay { animation-delay: 1.5s; }

@keyframes floatY { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }
@keyframes pulseBar { 0%,100%{ opacity:.45;} 50%{ opacity:1;} }

/* Marka şeridi */
/* ---- Domain sorgulama ---- */
.domain-band { position: relative; background: linear-gradient(180deg, #16245c 0%, #101c48 44%, var(--surface) 100%); padding: 44px 0 48px; overflow: hidden; }
.domain-band .hero-grid-bg { opacity: .4; mask-image: linear-gradient(180deg, #000 0%, transparent 70%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 70%); }
.domain-box {
    position: relative; z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 26px clamp(24px, 5vw, 60px) 28px;
    text-align: center;
}
.domain-head h2 { font-size: clamp(1.35rem, 2.3vw, 1.8rem); margin-top: 6px; }
.domain-head p { color: var(--text-soft); margin: 8px auto 0; max-width: 640px; font-size: .95rem; }
.domain-form { display: flex; gap: 12px; margin: 18px auto 0; max-width: 880px; }
.domain-input {
    flex: 1; display: flex; align-items: center; gap: 10px;
    background: var(--bg-soft); border: 2px solid var(--border);
    border-radius: 14px; padding: 0 16px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.domain-input:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(37,99,235,.12); background: #fff; }
.domain-input svg { width: 22px; height: 22px; color: var(--text-mute); flex: none; }
.domain-input input {
    flex: 1; min-width: 0; border: 0; background: transparent; outline: none;
    font-size: 1.02rem; color: var(--text); padding: 13px 0; font-weight: 600;
}
.domain-form .btn { flex: none; white-space: nowrap; }
.domain-tlds { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 16px; }
.domain-tld { font-size: .85rem; font-weight: 700; color: var(--blue-600); background: var(--grad-brand-soft); border-radius: 999px; padding: 5px 13px; }
.domain-transfer { margin-top: 14px; color: var(--text-soft); font-size: .92rem; }
.domain-transfer a { color: var(--blue-600); font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.domain-transfer a svg { width: 16px; height: 16px; }
@media (max-width: 640px) {
    .domain-form { flex-direction: column; }
    .domain-box { margin-top: -34px; padding: 30px 18px; }
}

/* ---- 404 sayfası ---- */
.err-hero { position: relative; overflow: hidden; background: var(--grad-dark); color: #fff; padding: 70px 0 84px; }
.err-box { max-width: 760px; margin: 0 auto; text-align: center; }
.err-terminal {
    text-align: left; background: #060b1c; border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg);
    max-width: 540px; margin: 0 auto 34px; font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}
.err-term-top { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08); }
.err-term-top .dots { display: inline-flex; gap: 6px; }
.err-term-top .dots i { width: 11px; height: 11px; border-radius: 50%; background: #ff5f56; display: block; }
.err-term-top .dots i:nth-child(2) { background: #ffbd2e; }
.err-term-top .dots i:nth-child(3) { background: #27c93f; }
.err-term-title { font-size: .82rem; color: #8593bb; }
.err-term-body { padding: 16px 16px 18px; font-size: .86rem; line-height: 1.9; }
.err-term-body p { margin: 0; color: #cdd6f4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.err-prompt { color: #27c93f; font-weight: 700; margin-right: 8px; }
.err-path { color: #60a5fa; }
.err-line-err { color: #ff6b6b !important; font-weight: 700; }
.err-comment { color: #6f7da6 !important; font-style: italic; }
.err-code { font-size: clamp(5rem, 18vw, 9rem); font-weight: 800; line-height: 1; letter-spacing: -.04em;
    background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.err-box h1 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin: 8px 0 14px; color: #fff; }
.err-lead { color: #b8c2e0; max-width: 540px; margin: 0 auto; font-size: 1.05rem; }
.err-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 30px 0 0; }
.err-search { margin-top: 38px; }
.err-search-label { display: block; color: #8593bb; font-size: .92rem; margin-bottom: 12px; }
.err-search .domain-form { max-width: 560px; }
.err-suggest { margin-top: 56px; }
.err-suggest h2 { text-align: center; font-size: 1.25rem; color: #fff; margin-bottom: 22px; }
.err-suggest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 760px; margin: 0 auto; }
.err-suggest-card {
    display: flex; align-items: center; gap: 14px; text-align: left;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px; padding: 16px 18px; transition: background .2s, transform .2s, border-color .2s;
}
.err-suggest-card:hover { background: rgba(255,255,255,.09); border-color: rgba(96,165,250,.5); transform: translateY(-3px); }
.err-suggest-ic { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 11px; background: var(--grad-brand-soft); }
.err-suggest-ic .hv-ico { width: 22px; height: 22px; color: #60a5fa; }
.err-suggest-tx { flex: 1; display: flex; flex-direction: column; }
.err-suggest-tx b { color: #fff; font-size: 1rem; }
.err-suggest-tx small { color: #8593bb; font-size: .82rem; }
.err-suggest-go { width: 18px; height: 18px; color: #60a5fa; flex: none; }
@media (max-width: 640px) {
    .err-suggest-grid { grid-template-columns: 1fr; }
    .err-term-body p { white-space: normal; }
}

.brandstrip { background: var(--surface); border-bottom: 1px solid var(--border); padding: 26px 0; }
.brandstrip .container { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.brandstrip span { color: var(--text-mute); font-weight: 700; font-size: 1.05rem; letter-spacing: .02em; opacity: .7; display: inline-flex; gap: 9px; align-items: center; }
.brandstrip .hv-ico { width: 20px; height: 20px; }

/* =========================================================
   HİZMET KARTLARI
   ========================================================= */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px 24px; transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative; overflow: hidden;
}
.service-card::after {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
    background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-ico {
    width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
    background: var(--grad-brand-soft); color: var(--blue-600); margin-bottom: 18px;
    transition: background .3s, color .3s, transform .3s, box-shadow .3s;
}
.service-ico .hv-ico { width: 28px; height: 28px; }
.service-card:hover .service-ico {
    background: var(--grad-brand); color: #fff;
    transform: translateY(-2px) scale(1.05); box-shadow: 0 10px 22px rgba(37,99,235,.32);
}
.service-card h3 { font-size: 1.18rem; margin-bottom: 9px; }
.service-card p { color: var(--text-soft); font-size: .94rem; margin-bottom: 18px; }
.service-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .9rem; color: var(--blue-600); }
.service-link .hv-ico { width: 16px; height: 16px; transition: transform .2s; }
.service-card:hover .service-link .hv-ico { transform: translateX(4px); }

/* =========================================================
   NEDEN HOSTVERA
   ========================================================= */
.why { background: var(--surface); }
.why-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
.why-list { display: grid; gap: 14px; }
.why-item {
    display: flex; align-items: center; gap: 16px;
    background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px;
    transition: transform .2s, box-shadow .2s;
}
.why-item:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); }
.why-item .tick {
    width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0;
    background: var(--grad-brand); color: #fff;
}
.why-item .tick .hv-ico { width: 22px; height: 22px; }
.why-item span { font-weight: 600; font-size: 1rem; }

.why-visual {
    background: var(--grad-dark); border-radius: var(--radius-lg); padding: 38px;
    color: #fff; position: relative; overflow: hidden;
}
.why-visual::before {
    content:""; position:absolute; inset:0;
    background: radial-gradient(60% 60% at 80% 20%, rgba(34,211,238,.18), transparent 60%);
}
.why-visual-inner { position: relative; z-index: 1; }
.why-uptime { font-size: 3.4rem; font-weight: 800; background: linear-gradient(120deg,#60a5fa,#22d3ee); -webkit-background-clip: text; background-clip: text; color: transparent; }
.why-visual p { color: #b9c4e4; margin: 4px 0 26px; }
.why-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-mini div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; padding: 16px; }
.why-mini .hv-ico { width: 24px; height: 24px; color: var(--cyan-400); margin-bottom: 8px; }
.why-mini b { display: block; font-size: 1.05rem; }
.why-mini small { color: #98a6d0; }

/* =========================================================
   PAKETLER
   ========================================================= */
.plans { background: var(--bg-soft); }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.plan-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 30px 26px; display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s; position: relative;
}
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--blue-200, #bfdbfe); }
.plan-card.featured {
    background: var(--grad-dark); color: #fff; border-color: transparent;
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(96,165,250,.35), 0 24px 60px rgba(37,99,235,.28);
    transform: translateY(-10px); overflow: hidden;
}
.plan-card.featured::before {
    content: ""; position: absolute; left: 50%; top: -40%; width: 140%; height: 80%;
    transform: translateX(-50%); pointer-events: none;
    background: radial-gradient(circle, rgba(37,99,235,.45), transparent 65%); filter: blur(10px);
}
.plan-card.featured:hover { transform: translateY(-16px); }
.plan-card.featured > *:not(.plan-tag) { position: relative; z-index: 1; }
.plan-card.featured .plan-tag { z-index: 2; }
.plan-tag {
    position: absolute; top: 18px; right: 18px; font-size: .72rem; font-weight: 700;
    background: var(--grad-brand); color: #fff; padding: 5px 11px; border-radius: 999px;
}
.plan-name { font-size: 1.2rem; font-weight: 700; }
.plan-card.featured .plan-name { color: #fff; }
.plan-price { margin: 14px 0 6px; font-size: 2.1rem; font-weight: 800; }
.plan-price small { font-size: .95rem; font-weight: 500; color: var(--text-mute); }
.plan-card.featured .plan-price small { color: #9fb0db; }
.plan-divider { height: 1px; background: var(--border); margin: 18px 0; }
.plan-card.featured .plan-divider { background: rgba(255,255,255,.14); }
.plan-specs { display: grid; gap: 12px; margin-bottom: 24px; flex: 1; }
.plan-specs li { display: flex; align-items: center; justify-content: space-between; font-size: .92rem; color: var(--text-soft); }
.plan-card.featured .plan-specs li { color: #c4cfee; }
.plan-specs li b { color: var(--text); font-weight: 600; }
.plan-card.featured .plan-specs li b { color: #fff; }
.plan-specs .spec-label { display: inline-flex; align-items: center; gap: 8px; }
.plan-specs .hv-ico { width: 16px; height: 16px; color: var(--blue-500); }

/* Düz liste (checklist) paket özellikleri */
.plan-specs.list li { display: flex; align-items: flex-start; gap: 10px; justify-content: flex-start; }
.plan-specs.list li .hv-ico { width: 17px; height: 17px; color: var(--blue-500); flex-shrink: 0; margin-top: 2px; }
.plan-card.featured .plan-specs.list li .hv-ico { color: var(--cyan-400); }
.plan-specs.list li span { font-size: .92rem; }

/* Çok paketli ürünler için geniş, akışkan grid */
.plan-grid--wide { grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }
.plan-grid--wide .plan-card { padding: 26px 22px; }

/* ===== Ay / Yıl ödeme periyodu değiştirici ===== */
.bill-toggle {
    display: flex; width: fit-content; align-items: center; gap: 4px; margin: 0 auto 34px;
    padding: 5px; border-radius: 999px; background: var(--bg-soft);
    border: 1px solid var(--border);
}
.bill-opt {
    display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
    padding: 10px 22px; border-radius: 999px; border: none; background: transparent;
    font-family: inherit; font-weight: 700; font-size: .95rem; color: var(--text-soft);
    transition: all .2s ease;
}
.bill-opt:hover { color: var(--blue-600); }
.bill-opt.is-active { background: var(--surface); color: var(--blue-600); box-shadow: var(--shadow-sm); }
.bill-save {
    font-size: .68rem; font-weight: 800; letter-spacing: .02em;
    background: linear-gradient(120deg, #10b981, #06b6d4); color: #fff;
    padding: 3px 8px; border-radius: 999px;
}

/* ===== Paketler: yatay satır listesi (Jemars tarzı) ===== */
.pkg-rows { display: flex; flex-direction: column; gap: 14px; }
.pkg-row {
    display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 22px;
    background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
    padding: 18px 22px; box-shadow: var(--shadow-sm);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.pkg-row:hover { border-color: var(--blue-400); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pkg-row.is-pop { border-color: var(--blue-500); box-shadow: 0 0 0 1px var(--blue-500), var(--shadow-md); }

.pkg-row-id { position: relative; display: flex; flex-direction: column; gap: 2px; border-left: 4px solid var(--blue-500); padding-left: 14px; }
.pkg-pop-tag {
    display: inline-block; align-self: flex-start; margin-bottom: 5px;
    font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
    color: #fff; background: var(--grad-brand); padding: 3px 10px; border-radius: 999px;
}
.pkg-row-name { font-weight: 800; font-size: 1.05rem; color: var(--text); line-height: 1.25; }
.pkg-row-cat { font-size: .8rem; color: var(--text-mute); font-weight: 600; }

/* Özellik sütunları (ikon + değer + etiket) */
.pkg-row-specs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.pkg-spec { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 0 6px; }
.pkg-spec + .pkg-spec { border-left: 1px solid var(--border); }
.pkg-spec-ic {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 11px; background: var(--blue-50);
}
.pkg-spec-ic .hv-ico { width: 19px; height: 19px; color: var(--blue-600); }
.pkg-spec-v { font-weight: 700; font-size: .9rem; color: var(--text); line-height: 1.2; }
.pkg-spec-l { font-size: .68rem; text-transform: uppercase; letter-spacing: .03em; color: var(--text-mute); font-weight: 600; }

.pkg-row-buy { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; min-width: 170px; }
.pkg-row-price { font-size: 1.5rem; font-weight: 800; color: var(--text); white-space: nowrap; }
.pkg-row-price small { font-size: .82rem; font-weight: 600; color: var(--text-mute); }
.pkg-row-buy .btn { white-space: nowrap; }

/* ===== Daha fazla paket: yatay adım seçici + detay ===== */
.pkg-explore { margin-top: 56px; }
.pkg-explore-head { text-align: center; margin-bottom: 26px; }
.pkg-explore-head h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 8px; }
.pkg-explore-head p { color: var(--text-soft); max-width: 560px; margin: 0 auto; }

/* sarmal: oklar + kaydırılabilir şerit */
.pkg-stepper-wrap { position: relative; display: flex; align-items: center; gap: 8px; }
.pkg-nav {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--surface); border: 1px solid var(--border); color: var(--blue-600);
    cursor: pointer; box-shadow: var(--shadow-sm); transition: all .2s ease; z-index: 2;
}
.pkg-nav:hover { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--shadow-glow); }
.pkg-nav .hv-ico { width: 20px; height: 20px; }
.pkg-nav--prev .hv-ico { transform: rotate(180deg); }
.pkg-nav[disabled] { opacity: .35; cursor: default; box-shadow: none; }
.pkg-nav[disabled]:hover { background: var(--surface); color: var(--blue-600); border-color: var(--border); }

.pkg-stepper {
    display: flex; gap: 10px; overflow-x: auto; padding: 8px 4px 16px;
    position: relative; scroll-behavior: smooth; flex: 1;
    scrollbar-width: thin; scrollbar-color: var(--blue-400) var(--bg-soft);
}
.pkg-stepper::-webkit-scrollbar { height: 8px; }
.pkg-stepper::-webkit-scrollbar-track { background: var(--bg-soft); border-radius: 999px; }
.pkg-stepper::-webkit-scrollbar-thumb { background: var(--grad-brand); border-radius: 999px; }
.pkg-step {
    position: relative; flex: 0 0 auto; min-width: 132px;
    display: flex; flex-direction: column; align-items: flex-start; gap: 3px;
    padding: 14px 16px; cursor: pointer; border-radius: 14px;
    background: var(--bg); border: 1px solid var(--border);
    color: var(--text-soft); transition: all .2s;
}
.pkg-step-dot {
    width: 10px; height: 10px; border-radius: 50%; background: var(--border);
    transition: all .2s; margin-bottom: 4px;
}
.pkg-step-name { font-weight: 700; font-size: .92rem; color: var(--text); }
.pkg-step-price { font-size: .82rem; color: var(--blue-600); font-weight: 700; }
.pkg-step:hover { border-color: var(--blue-400); transform: translateY(-2px); }
.pkg-step.is-active {
    background: var(--grad-brand); border-color: transparent; box-shadow: var(--shadow-glow);
}
.pkg-step.is-active .pkg-step-dot { background: #fff; }
.pkg-step.is-active .pkg-step-name,
.pkg-step.is-active .pkg-step-price { color: #fff; }

.pkg-detail {
    background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
    padding: 26px; box-shadow: var(--shadow-md);
}
.pkg-panel { display: none; animation: pkgFade .25s ease; }
.pkg-panel.is-active { display: block; }
@keyframes pkgFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.pkg-panel-top {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--border); margin-bottom: 22px;
}
.pkg-panel-top h4 { font-size: 1.3rem; margin-bottom: 2px; }
.pkg-panel-cat { font-size: .85rem; color: var(--text-mute); font-weight: 600; }
.pkg-panel-price { font-size: 1.9rem; font-weight: 800; color: var(--text); white-space: nowrap; }
.pkg-panel-price small { font-size: .9rem; font-weight: 600; color: var(--text-mute); }
.pkg-panel-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 18px; margin-bottom: 26px;
}
.pkg-panel-grid .pkg-spec { padding: 16px 10px; background: var(--bg); border: 1px solid var(--border); border-radius: 14px; }
.pkg-panel-grid .pkg-spec + .pkg-spec { border-left: 1px solid var(--border); }
.pkg-spec--x { flex-direction: row; text-align: left; justify-content: flex-start; gap: 9px; }
.pkg-spec--x .pkg-spec-ic { width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0; }
.pkg-spec--x .pkg-spec-ic .hv-ico { width: 16px; height: 16px; }

/* =========================================================
   ALTYAPI / DATACENTER
   ========================================================= */
.infra { background: var(--grad-dark); color: #fff; overflow: hidden; }
.infra::before {
    content:""; position:absolute; inset:0;
    background: radial-gradient(50% 60% at 15% 20%, rgba(37,99,235,.22), transparent 60%),
                radial-gradient(50% 60% at 90% 90%, rgba(34,211,238,.14), transparent 60%);
}
.infra .container { position: relative; z-index: 1; }
.infra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.infra-text h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); }
.infra-text p { color: #b9c4e4; margin: 18px 0 28px; font-size: 1.05rem; }
.infra-points { display: grid; gap: 16px; margin-bottom: 32px; }
.infra-points li { display: flex; gap: 14px; align-items: flex-start; }
.infra-points .ipi { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; flex-shrink: 0; }
.infra-points .ipi .hv-ico { width: 20px; height: 20px; color: var(--cyan-400); }
.infra-points b { display: block; }
.infra-points small { color: #98a6d0; }

/* Datacenter CSS sahnesi (sunucu odası bannerı) */
.dc-scene {
    position: relative; border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.12);
    aspect-ratio: 3 / 2;
    background: radial-gradient(120% 90% at 50% 0%, #122150 0%, #0a1430 45%, #060b1c 100%);
    padding: 30px 28px;
}
.dc-scene-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(96,165,250,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(96,165,250,.10) 1px, transparent 1px);
    background-size: 34px 34px; mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
}
.dc-scene-glow {
    position: absolute; left: 50%; top: 8%; width: 60%; height: 60%; transform: translateX(-50%);
    background: radial-gradient(circle, rgba(37,99,235,.45), transparent 65%); filter: blur(20px); pointer-events: none;
}
.dc-scene-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.dc-scene-dots { display: inline-flex; gap: 6px; }
.dc-scene-dots i { width: 9px; height: 9px; border-radius: 50%; display: block; background: rgba(255,255,255,.25); }
.dc-scene-dots i:nth-child(1){ background:#ff5f57;} .dc-scene-dots i:nth-child(2){ background:#febc2e;} .dc-scene-dots i:nth-child(3){ background:#28c840;}
.dc-scene-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 600; color: var(--cyan-400); background: rgba(34,211,238,.12); border: 1px solid rgba(34,211,238,.22); padding: 5px 11px; border-radius: 999px; }
.dc-scene-tag .hv-ico { width: 14px; height: 14px; }
.dc-cabs {
    position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    transform: perspective(900px) rotateX(6deg); transform-origin: center bottom;
}
.dc-cab {
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 26px rgba(0,0,0,.35);
}
.dc-cab-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 9px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 9px; }
.dc-cab-top .hv-ico { width: 18px; height: 18px; color: #60a5fa; }
.dc-cab-st { width: 8px; height: 8px; border-radius: 50%; background: #28c840; box-shadow: 0 0 8px #28c840; animation: blink 2s infinite; }
.dc-u { display: flex; align-items: center; gap: 7px; padding: 6px 5px; border-radius: 6px; background: rgba(255,255,255,.04); margin-bottom: 6px; }
.dc-u:last-child { margin-bottom: 0; }
.dc-u-leds { display: inline-flex; gap: 3px; }
.dc-u-leds i { width: 5px; height: 5px; border-radius: 50%; background: #22d3ee; display: block; opacity: .85; animation: blink 1.8s infinite; }
.dc-u-leds i:nth-child(2){ background:#2563eb; animation-delay:.5s; }
.dc-u-bar { flex: 1; height: 5px; border-radius: 3px; background: linear-gradient(90deg, rgba(34,211,238,.55), rgba(37,99,235,.15)); }
.dc-cab:nth-child(2) .dc-u-bar { background: linear-gradient(90deg, rgba(96,165,250,.55), rgba(37,99,235,.12)); }
.dc-cab:nth-child(2){ transform: translateY(-10px); }
.dc-photo-badge {
    position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px;
    background: rgba(10,20,48,.72); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 12px 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.dc-photo-badge .hv-ico { width: 24px; height: 24px; color: var(--cyan-400); flex-shrink: 0; }
.dc-photo-badge b { display: block; font-size: .9rem; color: #fff; }
.dc-photo-badge small { color: #aeb9dc; font-size: .76rem; }
.dc-photo-badge--a { top: 18px; left: 18px; }
.dc-photo-badge--b { bottom: 18px; right: 18px; }

/* Datacenter şema görseli (kullanım dışı) */
.dc {
    position: relative; border-radius: var(--radius-lg);
    background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.12); padding: 30px;
    box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.dc-cloud { display: flex; justify-content: center; margin-bottom: 22px; }
.dc-cloud .node {
    display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
    background: var(--grad-brand); padding: 16px 22px; border-radius: 16px; box-shadow: var(--shadow-glow);
}
.dc-cloud .node .hv-ico { width: 30px; height: 30px; color: #fff; }
.dc-cloud .node span { font-size: .8rem; font-weight: 600; }
.dc-racks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; }
.dc-racks::before {
    content:""; position: absolute; left: 50%; top: -22px; width: 2px; height: 22px;
    background: linear-gradient(180deg, var(--cyan-400), transparent); transform: translateX(-50%);
}
.dc-rack { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; padding: 16px 12px; text-align: center; }
.dc-rack .hv-ico { width: 26px; height: 26px; color: #60a5fa; }
.dc-rack span { display: block; font-size: .74rem; color: #aeb9dc; margin-top: 8px; }
.dc-rack .leds { display: flex; gap: 4px; justify-content: center; margin-top: 10px; }
.dc-rack .leds i { width: 6px; height: 6px; border-radius: 50%; background: #28c840; display: block; animation: blink 1.8s infinite; }
.dc-rack .leds i:nth-child(2){ animation-delay:.4s; background:#22d3ee;} .dc-rack .leds i:nth-child(3){ animation-delay:.8s;}
@keyframes blink { 0%,100%{opacity:.3;} 50%{opacity:1;} }

/* =========================================================
   SAYAÇLAR
   ========================================================= */
.stats { background: var(--surface); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.stat {
    text-align: center; padding: 30px 18px; border-radius: var(--radius);
    background: var(--bg); border: 1px solid var(--border);
    transition: transform .2s, box-shadow .2s;
}
.stat:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.stat .num { font-size: 2.5rem; font-weight: 800; line-height: 1; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lbl { margin-top: 10px; color: var(--text-soft); font-weight: 500; font-size: .95rem; }

/* =========================================================
   YORUMLAR
   ========================================================= */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px; transition: transform .25s, box-shadow .25s; position: relative;
}
.testi:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--blue-200, #bfdbfe); }
.testi::before {
    content: "\201C"; position: absolute; top: 6px; right: 22px;
    font-family: Georgia, "Times New Roman", serif; font-size: 5rem; line-height: 1;
    color: var(--blue-500); opacity: .12; pointer-events: none;
}
.testi .stars { display: flex; gap: 3px; margin-bottom: 14px; color: #f5a623; position: relative; }
.testi .stars svg { width: 17px; height: 17px; fill: currentColor; }
.testi p { color: var(--text-soft); font-size: .96rem; }
.testi-user { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.testi-avatar {
    width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
    background: var(--grad-brand); color: #fff; font-weight: 700; font-size: 1.05rem; flex-shrink: 0;
}
.testi-user b { display: block; font-size: .98rem; }
.testi-user small { color: var(--text-mute); }

/* =========================================================
   SSS
   ========================================================= */
.faq { background: var(--bg-soft); }
.faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: var(--shadow-md); }
.faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 24px; font-weight: 600; font-size: 1.04rem; color: var(--text); text-align: left;
}
.faq-q .pm {
    width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0; display: grid; place-items: center;
    background: var(--grad-brand-soft); color: var(--blue-600); transition: transform .3s, background .3s;
}
.faq-q .pm .hv-ico { width: 18px; height: 18px; }
.faq-item.open .faq-q .pm { background: var(--grad-brand); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--text-soft); }

/* =========================================================
   CTA
   ========================================================= */
.cta-band { padding: 84px 0; }
.cta-box {
    position: relative; overflow: hidden;
    background: var(--grad-dark); border-radius: var(--radius-lg);
    padding: 60px; text-align: center; color: #fff; box-shadow: var(--shadow-lg);
}
.cta-box::before {
    content:""; position:absolute; inset:0;
    background: radial-gradient(50% 80% at 20% 10%, rgba(37,99,235,.4), transparent 55%),
                radial-gradient(50% 80% at 85% 90%, rgba(34,211,238,.3), transparent 55%);
}
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); max-width: 720px; margin: 0 auto; }
.cta-box p { color: #c4cfee; margin: 18px auto 32px; max-width: 600px; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--navy-900); color: #aeb9dc; padding: 70px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr; gap: 36px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .logo { color: #fff; margin-bottom: 18px; }
.footer-brand .logo b, .footer-brand .logo span { color: #fff; }
.footer-brand p { font-size: .94rem; max-width: 330px; margin-bottom: 22px; }
.footer-contact { display: grid; gap: 11px; font-size: .92rem; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact .hv-ico { width: 17px; height: 17px; color: var(--cyan-400); }
.footer-contact a:hover { color: #fff; }
.footer-col h4 { color: #fff; font-size: 1.02rem; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: .92rem; transition: color .2s, padding .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--blue-600); transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; color: #fff; }
/* Ticari bilgiler + ETBİS */
.footer-legal {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.08); flex-wrap: wrap;
}
.footer-commercial { display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: .82rem; color: #8593bb; }
.footer-commercial b { color: #c6d0ec; font-weight: 600; }
.etbis-badge {
    display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px; padding: 10px 16px; transition: background .2s, transform .2s;
}
.etbis-badge:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.etbis-badge .hv-ico { width: 26px; height: 26px; color: #34d399; }
.etbis-badge b { display: block; color: #fff; font-size: .92rem; }
.etbis-badge small { color: #8593bb; font-size: .74rem; }

/* Ödeme yöntemleri şeridi */
.footer-pay {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08); flex-wrap: wrap;
}
.footer-pay-label { display: inline-flex; align-items: center; gap: 10px; color: #c6d0ec; font-size: .9rem; }
.footer-pay-label .hv-ico { width: 19px; height: 19px; color: var(--cyan-400); }
.footer-pay-label b { color: #fff; font-weight: 700; }
.pay-logos { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pay-card {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 33px; background: #fff; border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,.25); padding: 5px;
}
.pay-card svg { width: 100%; height: 100%; }
.pay-card--text {
    width: auto; padding: 0 14px; background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16); color: #dfe6f7; font-size: .8rem; font-weight: 700;
    box-shadow: none;
}

.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; flex-wrap: wrap; font-size: .88rem; }
.footer-bottom .pays { display: flex; gap: 8px; align-items: center; color: #6f7da6; font-weight: 600; }
.footer-bottom .pays .hv-ico { width: 16px; height: 16px; flex-shrink: 0; color: #34d399; }

/* =========================================================
   TEKLİF / İLETİŞİM SAYFASI
   ========================================================= */
.page-hero { background: var(--grad-dark); color: #fff; padding: 110px 0 70px; position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(50% 70% at 80% 0%, rgba(34,211,238,.16), transparent 60%); }
.page-hero .container { position: relative; z-index: 1; text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); }
.page-hero p { color: #c1cdee; margin-top: 14px; font-size: 1.08rem; max-width: 620px; margin-inline: auto; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; margin-top: -50px; position: relative; z-index: 5; }
.contact-info, .contact-form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 8px; }
.contact-info > p { color: var(--text-soft); margin-bottom: 26px; }
.contact-line { display: flex; gap: 15px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--border); }
.contact-line .ci { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-brand-soft); color: var(--blue-600); display: grid; place-items: center; flex-shrink: 0; }
.contact-line .ci .hv-ico { width: 22px; height: 22px; }
.contact-line b { display: block; }
.contact-line a, .contact-line span { color: var(--text-soft); }
.contact-line a:hover { color: var(--blue-600); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 8px; }
.field input, .field select, .field textarea {
    width: 100%; padding: 13px 15px; border: 1px solid var(--border); border-radius: 11px;
    font-family: inherit; font-size: .96rem; color: var(--text); background: var(--bg);
    transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(37,99,235,.12); background: #fff;
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .82rem; color: var(--text-mute); margin-top: 6px; }
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 22px; font-weight: 500; font-size: .95rem; }
.alert-success { background: #e7f8ee; color: #137a43; border: 1px solid #b7e7cb; }

/* =========================================================
   ETBİS QR (footer badge)
   ========================================================= */
.etbis-badge { padding: 8px 14px; }
.etbis-logo { height: 60px; width: auto; display: block; background: #fff; border-radius: 8px; padding: 6px 10px; }

/* =========================================================
   ÜRÜN SAYFASI (urun.php)
   ========================================================= */
.product-hero { overflow: hidden; }
.product-hero .hero-grid-bg { opacity: .3; }
.breadcrumb { display: flex; align-items: center; gap: 9px; font-size: .86rem; color: #9fb0db; margin-bottom: 26px; flex-wrap: wrap; }
.breadcrumb a { color: #c1cdee; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .cur { color: #fff; font-weight: 600; }
.breadcrumb .bc { width: 14px; height: 14px; opacity: .5; }
.product-hero-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 44px; align-items: center; }
.product-hero-inner h1 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.18; }
.product-hero-inner .lead { margin-top: 18px; color: #c1cdee; font-size: 1.1rem; max-width: 560px; }
.product-hero-ico { display: flex; justify-content: center; }
/* Ürün hero CSS sahnesi (orbit + cam kartlar) */
.ph-scene {
    position: relative; border-radius: var(--radius-lg); overflow: hidden; isolation: isolate;
    border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 70px rgba(0,0,0,.45);
    aspect-ratio: 3 / 2;
    background: radial-gradient(110% 90% at 50% 40%, #16265e 0%, #0b1738 48%, #050a1a 100%);
    display: grid; place-items: center;
}
/* Dönen radar süpürmesi (cafcaf) */
.ph-scene::before {
    content: ''; position: absolute; left: 50%; top: 50%; width: 150%; aspect-ratio: 1; z-index: 0;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(56,189,248,.18) 44deg, transparent 92deg);
    transform: translate(-50%, -50%); animation: phSweep 9s linear infinite;
    mask-image: radial-gradient(closest-side, #000 62%, transparent 100%);
    -webkit-mask-image: radial-gradient(closest-side, #000 62%, transparent 100%);
}
/* Aurora ışık lekeleri */
.ph-scene::after {
    content: ''; position: absolute; inset: -25%; z-index: 0; filter: blur(14px);
    background:
        radial-gradient(28% 28% at 22% 26%, rgba(37,99,235,.40), transparent 70%),
        radial-gradient(26% 26% at 80% 74%, rgba(6,182,212,.34), transparent 70%);
    animation: phAurora 10s ease-in-out infinite alternate;
}
.ph-scene-grid {
    position: absolute; inset: 0; z-index: 1;
    background-image: linear-gradient(rgba(96,165,250,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(96,165,250,.10) 1px, transparent 1px);
    background-size: 32px 32px; mask-image: radial-gradient(70% 70% at 50% 50%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(70% 70% at 50% 50%, #000 20%, transparent 75%);
}
.ph-ring { position: absolute; left: 50%; top: 50%; z-index: 1; border-radius: 50%; border: 1px solid rgba(96,165,250,.28); transform: translate(-50%, -50%); }
/* Halkalarda dönen ışıltılı uydu noktası */
.ph-ring::before {
    content: ''; position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%;
    background: #7dd3fc; box-shadow: 0 0 14px 3px rgba(125,211,252,.85); transform: translateX(-50%);
}
.ph-ring--1 { width: 42%; aspect-ratio: 1; border-color: rgba(96,165,250,.4); animation: phRingSpin 14s linear infinite; }
.ph-ring--2 { width: 64%; aspect-ratio: 1; border-color: rgba(96,165,250,.2); animation: phRingSpin 22s linear infinite reverse; }
.ph-ring--3 { width: 86%; aspect-ratio: 1; border-color: rgba(96,165,250,.12); animation: phRingSpin 34s linear infinite; }
.ph-ring--3::before { background: #22d3ee; box-shadow: 0 0 14px 3px rgba(34,211,238,.7); }
.ph-core {
    position: relative; z-index: 3; width: 104px; height: 104px; border-radius: 28px; display: grid; place-items: center;
    background: var(--grad-brand); box-shadow: 0 0 60px rgba(37,99,235,.55), inset 0 1px 0 rgba(255,255,255,.3);
    animation: phCoreFloat 4.5s ease-in-out infinite;
}
/* Çekirdek nabız parıltısı */
.ph-core::before {
    content: ''; position: absolute; inset: -16px; border-radius: 36px; z-index: -1;
    background: radial-gradient(closest-side, rgba(56,189,248,.55), transparent 72%);
    animation: phHalo 4.5s ease-in-out infinite;
}
/* Çekirdek etrafında dönen gradient halka */
.ph-core::after {
    content: ''; position: absolute; inset: -4px; border-radius: 32px; padding: 3px;
    background: conic-gradient(from 0deg, #60a5fa, #22d3ee, #2563eb, #a78bfa, #60a5fa);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: phSpin360 6s linear infinite; opacity: .95;
}
.ph-core .hv-ico { width: 52px; height: 52px; color: #fff; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.ph-orbit {
    position: absolute; z-index: 2; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
    background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(6px);
    box-shadow: 0 10px 24px rgba(0,0,0,.35), 0 0 22px rgba(96,165,250,.3); animation: floatY 5s ease-in-out infinite;
}
.ph-orbit .hv-ico { width: 22px; height: 22px; color: #7dd3fc; filter: drop-shadow(0 0 7px rgba(125,211,252,.7)); }
.ph-orbit--a { top: 16%; left: 22%; }
.ph-orbit--b { top: 18%; right: 20%; animation-delay: .8s; }
.ph-orbit--c { bottom: 20%; left: 18%; animation-delay: 1.4s; }
.ph-orbit--d { bottom: 17%; right: 23%; animation-delay: 2s; }
.ph-chip {
    position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.96); color: var(--navy-700); border-radius: 12px; padding: 10px 14px;
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,.5) inset; font-weight: 700; font-size: .82rem;
    animation: floatY 6s ease-in-out infinite;
}
.ph-chip .hv-ico { width: 17px; height: 17px; color: var(--blue-600); }
.ph-chip--a { top: 14px; right: 14px; }
.ph-chip--b { bottom: 14px; left: 14px; animation-delay: 1.2s; }

@keyframes phSweep { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes phRingSpin { from { transform: translate(-50%, -50%) rotate(0); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes phSpin360 { to { transform: rotate(360deg); } }
@keyframes phHalo { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: .9; transform: scale(1.1); } }
@keyframes phAurora { from { transform: translate(0, 0); } to { transform: translate(4%, -3%); } }
@keyframes phCoreFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* =========================================================
   İÇERİK / KURUMSAL SAYFALAR
   ========================================================= */
.container.narrow { max-width: 820px; }

.info-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 14px 30px 30px; box-shadow: var(--shadow-sm);
}
.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td { text-align: left; padding: 17px 8px; border-bottom: 1px solid var(--border); font-size: .98rem; }
.info-table th { color: var(--text-mute); font-weight: 600; width: 38%; }
.info-table td { color: var(--text); font-weight: 600; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }
.etbis-inline {
    display: flex; align-items: center; gap: 16px; margin-top: 22px;
    background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px;
}
.etbis-inline img { border-radius: 8px; flex-shrink: 0; }
.etbis-inline b { display: block; color: var(--text); }
.etbis-inline small { color: var(--text-mute); }

/* Banka kartı */
.bank-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 28px; box-shadow: var(--shadow-sm); max-width: 600px; margin: 0 auto;
}
.bank-top { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--border); margin-bottom: 8px; }
.bank-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--grad-brand); color: #fff; display: grid; place-items: center; }
.bank-ico .hv-ico { width: 26px; height: 26px; }
.bank-top b { font-size: 1.15rem; }
.bank-top small { color: var(--text-mute); display: block; }
.bank-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.bank-row:last-child { border-bottom: none; }
.bank-row > span { color: var(--text-mute); font-size: .9rem; }
.bank-row.iban b { font-family: 'Courier New', monospace; letter-spacing: .5px; font-size: 1.02rem; }
.copy-btn {
    display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; font-weight: 600;
    color: var(--blue-600); background: var(--grad-brand-soft); padding: 8px 14px; border-radius: 9px;
    transition: background .2s, transform .2s;
}
.copy-btn:hover { transform: translateY(-1px); }
.copy-btn.copied { background: #e7f8ee; color: #137a43; }
.copy-btn .hv-ico { width: 15px; height: 15px; }

/* Yasal doküman bloğu */
.legal-doc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); }
.legal-block { padding: 18px 0; border-bottom: 1px solid var(--border); }
.legal-block:first-child { padding-top: 0; }
.legal-block h3 { font-size: 1.12rem; margin-bottom: 8px; color: var(--navy-700); }
.legal-block p { color: var(--text-soft); }
.legal-note { margin-top: 22px; padding: 16px 18px; background: var(--bg-soft); border-radius: 12px; font-size: .92rem; color: var(--text-soft); }
.legal-note a { color: var(--blue-600); font-weight: 600; }

/* Sözleşme doküman kartları */
.doc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.doc-card {
    display: flex; align-items: center; gap: 16px;
    background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 22px;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}
.doc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.doc-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--grad-brand-soft); color: var(--blue-600); display: grid; place-items: center; flex-shrink: 0; }
.doc-ico .hv-ico { width: 26px; height: 26px; }
.doc-body { flex: 1; }
.doc-body b { display: block; font-size: 1.05rem; }
.doc-body small { color: var(--text-mute); }
.doc-go { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .85rem; color: var(--blue-600); flex-shrink: 0; }
.doc-go .hv-ico { width: 15px; height: 15px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.blog-thumb { position: relative; height: 150px; display: grid; place-items: center; background: var(--grad-dark); }
.blog-thumb .hv-ico { width: 46px; height: 46px; color: #60a5fa; }
.blog-cat { position: absolute; top: 14px; left: 14px; font-size: .72rem; font-weight: 700; color: #fff; background: rgba(255,255,255,.14); padding: 4px 11px; border-radius: 999px; }
.blog-body { padding: 22px; }
.blog-body h3 { font-size: 1.12rem; margin-bottom: 9px; }
.blog-body p { color: var(--text-soft); font-size: .93rem; margin-bottom: 16px; }

/* =========================================================
   REVEAL ANIMASYON
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .plan-grid { grid-template-columns: repeat(2, 1fr); }
    .plan-card.featured { transform: none; }
    .plan-card.featured:hover { transform: translateY(-6px); }
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
    .testi-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-inner, .why-grid, .infra-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .product-hero-inner { grid-template-columns: 1fr; gap: 30px; }
    .ph-scene { order: -1; max-width: 520px; width: 100%; }
    .ph-core { width: 84px; height: 84px; }
    .ph-core .hv-ico { width: 40px; height: 40px; }
    .hero-visual { max-width: 460px; }
    .footer-top { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-legal { gap: 16px; }
}

@media (max-width: 760px) {
    .section { padding: 64px 0; }
    .topbar-info { gap: 14px; }
    .topbar-info .ip-hide { display: none; }
    .nav-menu {
        position: fixed; inset: var(--header-h) 0 auto 0;
        background: #fff; flex-direction: column; align-items: stretch; gap: 2px;
        padding: 14px 18px 22px; border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-md); max-height: calc(100vh - var(--header-h)); overflow-y: auto;
        transform: translateY(-130%); transition: transform .3s ease; z-index: 90;
    }
    .nav-menu.open { transform: translateY(0); }
    .nav-link { padding: 13px 14px; }
    .nav-toggle { display: flex; order: 3; }
    .nav-cta .btn-text { display: none; }
    .nav-cta .login-cta { display: none; }
    .nav-cta .domain-cta { display: none; }

    /* Mobil dropdown -> accordion */
    .nav-item.has-drop { width: 100%; }
    .nav-drop-btn { width: 100%; justify-content: space-between; padding: 13px 14px; }
    .nav-drop-btn .caret { transform: rotate(90deg); }
    .nav-item.has-drop.open .nav-drop-btn .caret { transform: rotate(-90deg); }
    .nav-drop, .nav-drop--2, .nav-drop--center, .nav-drop--right, .nav-drop.has-promo,
    .nav-item.has-drop:hover .nav-drop--center,
    .nav-item.has-drop.open .nav-drop--center {
        position: static; opacity: 1; visibility: visible; transform: none;
        left: auto; right: auto;
        box-shadow: none; border: none; border-radius: 0; min-width: 0;
        display: block; padding: 0 0 4px 10px; max-height: 0; overflow: hidden;
        transition: max-height .3s ease;
    }
    .nav-drop::before { display: none; }
    .nav-drop-main { display: block; }
    .nav-drop-head { display: none; }
    .nav-drop-grid, .nav-drop--2 .nav-drop-grid, .nav-drop--3 .nav-drop-grid { grid-template-columns: 1fr; gap: 0; }
    .nav-drop--2 .nd-card:last-child:nth-child(odd),
    .nav-drop--3 .nd-card:last-child:nth-child(3n+1) { grid-column: auto; }
    .nd-card { padding: 10px 12px; border: none; opacity: 1; transform: none; }
    .nd-card .nd-ico { width: 34px; height: 34px; }
    .nd-card .nd-ico .hv-ico { width: 18px; height: 18px; }
    .nd-desc { display: none; }
    .nd-arrow { display: none; }
    .nav-promo { display: none; }

    .service-grid { grid-template-columns: 1fr; }
    .plan-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .testi-grid, .dc-racks, .why-mini, .form-row { grid-template-columns: 1fr; }
    .blog-grid, .doc-grid { grid-template-columns: 1fr; }
    .pkg-row { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
    .pkg-row-id { border-left: none; padding-left: 0; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 8px; }
    .pkg-row-specs { grid-template-columns: repeat(3, 1fr); gap: 14px 6px; }
    .pkg-row-buy { flex-direction: row; align-items: center; justify-content: space-between; }
    .pkg-row-buy .btn { flex: 1; justify-content: center; }
    .pkg-panel-top { gap: 10px; }
    .pkg-panel-grid { gap: 12px; }
    .info-card { padding: 10px 18px 22px; }
    .info-table th { width: 42%; }
    .legal-doc { padding: 24px; }
    .footer-top { grid-template-columns: 1fr; gap: 30px; }
    .cta-box { padding: 40px 24px; }
    .hero-float { display: none; }
    .brandstrip .container { gap: 26px; }
}
