/* OwnHost — Ana Sayfa Modernizasyonu */

.home-page {
    --home-accent: #1a7a42;
    --home-accent-hover: #156f3d;
    --home-accent-text: #156f3d;
    --home-accent-on-dark: #86efac;
    --home-dark: #1a2332;
    --home-muted: #475569;
}

/* Ana sayfa slider — her slayt aynı çerçevede (8:3) */
.home-page .slider-wrap {
    overflow: hidden;
    background: #0f1419;
}

.home-page .slider-wrap .preview-2 #nivoslider,
.home-page .slider-wrap .preview-2 #nivoslider.nivoSlider {
    position: relative;
    width: 100%;
    aspect-ratio: 8 / 3;
    height: auto !important;
    overflow: hidden;
    background: #0f1419;
}

.home-page .slider-wrap .preview-2 #nivoslider > img.nivo-main-image {
    display: block !important;
}

.home-page .slider-wrap .preview-2 #nivoslider .nivo-main-image,
.home-page .slider-wrap .preview-2 #nivoslider > img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
}

.home-page .slider-wrap .preview-2 #nivoslider .nivo-main-image {
    display: block !important;
    z-index: 1;
}

.home-page .slider-wrap .preview-2 .nivo-slice,
.home-page .slider-wrap .preview-2 .nivo-box {
    height: 100% !important;
}

.home-page .slider-wrap .preview-2 .nivo-directionNav a {
    z-index: 20;
    pointer-events: auto;
}

.home-page .slider-wrap .preview-2 .nivo-controlNav {
    z-index: 20;
}

.home-page .slider-headline {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.15;
}

.home-page .slider-subtitle {
    margin: 10px 0 0;
    padding: 0;
    max-width: 520px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    text-transform: none;
}

.home-page .slider-campaign-badge {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f1419;
    background: #fbbf24;
    border-radius: 4px;
}

.home-page .slider-feature-list--campaign li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.home-page .slider-feature-list--campaign del {
    opacity: 0.65;
    margin-right: 4px;
}

.home-page .slider-feature-list--campaign strong {
    color: #86efac;
    font-weight: 700;
}

/* Döviz çubuğu (diğer sayfalardaki hp-currency ile uyumlu) */
.home-currency-bar {
    background: var(--home-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0;
}

.home-currency-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-currency-label {
    font-size: 13px;
    color: #e2e8f0;
}

.home-page .hp-currency {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 4px;
}

.home-page .hp-currency-btn {
    background: none;
    border: none;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s;
}

.home-page .hp-currency-btn.active {
    background: var(--home-accent);
    color: #fff;
}

.home-page .hp-currency-btn:hover,
.home-page .hp-currency-btn:focus-visible {
    color: #fff;
}

.home-page .hp-currency-rate {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
    white-space: nowrap;
}

/* Alan adı bölümü — Turhost tarzı */
.th-domain-hero {
    background: #fff;
    padding: 56px 0 64px;
    border-bottom: 1px solid #eef2f6;
}

.th-domain-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.th-domain-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.th-domain-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 7px 16px;
    margin-bottom: 20px;
}

.th-domain-kicker i {
    color: var(--home-accent);
}

.th-domain-title,
h1.th-domain-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}

.th-domain-title strong {
    color: var(--home-accent-text);
}

.th-domain-subtitle {
    font-size: 17px;
    color: var(--home-muted);
    line-height: 1.6;
    margin: 0 0 32px;
}

/* Arama formu */
.th-domain-form {
    display: flex;
    max-width: 780px;
    margin: 0 auto 28px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.th-domain-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 22px;
    font-size: 16px;
    color: #1e293b;
    min-width: 0;
    background: #fff;
}

.th-domain-form input::placeholder {
    color: #94a3b8;
}

.th-domain-form button {
    background: #b45309;
    color: #fff;
    border: none;
    padding: 18px 42px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.th-domain-form button:hover {
    background: #92400e;
}

/* TLD fiyat listesi */
.th-tld-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.th-tld-item {
    display: inline-flex;
    align-items: stretch;
    flex-shrink: 0;
    text-decoration: none !important;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: visible;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
    min-height: 42px;
}

.th-tld-item:hover {
    border-color: #f39c12;
    box-shadow: 0 4px 14px rgba(243, 156, 18, 0.15);
    transform: translateY(-2px);
}

.th-tld-ext {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 14px;
    min-width: 72px;
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    border-right: 1px solid #d1d5db;
    flex-shrink: 0;
    border-radius: 7px 0 0 7px;
}

.th-tld-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    padding: 10px 12px;
    min-width: 118px;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    flex-shrink: 0;
    border-radius: 0 7px 7px 0;
}

.th-tld-price [curr-data] {
    white-space: nowrap;
    line-height: 1.2;
    text-align: center;
    min-width: 84px;
}

.th-tld-price [curr-data][hidden] {
    display: none !important;
}

.th-tld-item--hot .th-tld-ext {
    background: #fff7ed;
    color: #c2410c;
}

.th-tld-badge {
    position: absolute;
    top: -9px;
    right: 8px;
    background: #e74c3c;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.35);
    white-space: nowrap;
    line-height: 1.2;
}

.th-tld-footnote {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* Promo kartları — referans 3'lü tasarım */
.th-promo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 48px;
}

.th-promo-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 360px;
    color: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
}

.th-promo-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 360px;
    padding: 32px 30px 28px;
    display: flex;
    flex-direction: column;
}

.th-promo-card-inner--split {
    padding-top: 44px;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
}

.th-promo-card-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.th-promo-card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Domain kartı */
.th-promo-card--domain {
    background: linear-gradient(145deg, #0b1018 0%, #141c2b 48%, #0a0f16 100%);
    border-radius: 20px;
}

.th-promo-card--domain::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 70% 55% at 14% 92%, rgba(59, 130, 246, 0.16), transparent 68%),
        radial-gradient(ellipse 50% 40% at 86% 12%, rgba(249, 115, 22, 0.1), transparent 58%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, transparent 49%, transparent 51%, rgba(255, 255, 255, 0.02) 100%);
    pointer-events: none;
}

.th-promo-card-inner--domain {
    padding: 36px 32px 40px;
    min-height: 340px;
}

.th-promo-domain-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px 20px;
    align-items: stretch;
    flex: 1;
    min-height: 200px;
}

.th-promo-domain-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding-top: 4px;
}

.th-promo-domain-col--comtr {
    justify-content: space-between;
    min-height: 100%;
}

.th-promo-domain-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    align-self: center;
    height: calc(100% - 40px);
    min-height: 140px;
    margin: 20px 0;
    flex-shrink: 0;
}

.th-promo-domain-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 14px;
}

.th-promo-domain-tld {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}

.th-promo-domain-label {
    font-size: 15px;
    font-weight: 700;
    color: #fb923c;
    line-height: 1.2;
}

.th-promo-domain-old {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
    padding: 0 2px;
}

.th-promo-domain-old::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: 52%;
    height: 2px;
    background: #f97316;
    transform: rotate(-7deg);
    pointer-events: none;
}

.th-promo-domain-old-period {
    font-weight: 500;
}

.th-promo-domain-new-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.th-promo-domain-new-row--stacked {
    align-items: center;
    gap: 10px;
}

.th-promo-domain-new {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
}

.th-promo-domain-col--com .th-promo-domain-new {
    font-size: 42px;
}

.th-promo-domain-suffix {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.th-promo-domain-suffix--stacked {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 12px;
    line-height: 1.15;
    padding-top: 2px;
}

.th-promo-domain-suffix-line {
    display: block;
}

.th-promo-domain-note {
    position: absolute;
    bottom: 18px;
    left: 28px;
    margin: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    max-width: 55%;
}

.th-promo-domain-cta {
    margin-top: 20px;
    align-self: center;
}

/* WordPress kartı */
.th-promo-card--wordpress {
    background: linear-gradient(135deg, #0f766e 0%, #115e59 38%, #134e4a 70%, #0c4a6e 100%);
}

/* Hazır site kartı */
.th-promo-card--hazir {
    background: linear-gradient(135deg, #6366f1 0%, #5b21b6 45%, #4c1d95 75%, #312e81 100%);
}

.th-promo-ai-badge {
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px 9px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.th-promo-ai-badge--purple {
    background: linear-gradient(135deg, #818cf8, #6366f1);
}

.th-promo-card-title {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.th-promo-price-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
}

.th-promo-price-value {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

.th-promo-price-unit {
    font-size: 18px;
    font-weight: 700;
    opacity: 0.92;
}

.th-promo-price-from {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
}

.th-promo-card-tagline {
    margin: 0 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    max-width: 280px;
}

.th-promo-card-visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    flex-shrink: 0;
    width: 118px;
    padding-top: 8px;
}

.th-promo-visual-badge {
    background: #fff;
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.th-promo-visual-wp {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #0ea5e9, #14b8a6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.th-promo-visual-badge--site .th-promo-visual-wp {
    font-size: 22px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.th-promo-visual-smart {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: lowercase;
    letter-spacing: 0.04em;
}

.th-promo-visual-badge--ai {
    flex-direction: row;
    gap: 8px;
    text-align: left;
    padding: 10px 12px;
    min-height: 64px;
}

.th-promo-visual-ai-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
}

.th-promo-visual-badge--ai-purple .th-promo-visual-ai-icon {
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
}

.th-promo-visual-ai-text {
    font-size: 9px;
    font-weight: 800;
    line-height: 1.25;
    color: #334155;
}

.th-promo-domain-new [curr-data],
.th-promo-domain-old [curr-data],
.th-promo-price-value [curr-data] {
    display: inline-block;
    white-space: nowrap;
}

.th-promo-domain-new [curr-data][hidden],
.th-promo-domain-old [curr-data][hidden],
.th-promo-price-value [curr-data][hidden] {
    display: none !important;
}

.th-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    margin-top: auto;
    background: #ea580c;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
    white-space: nowrap;
}

.th-promo-btn--orange:hover,
.th-promo-btn:hover {
    background: #c2410c;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45);
}

.th-promo-card-main .th-promo-btn {
    margin-top: 18px;
}

.th-promo-card--domain .th-promo-btn {
    max-width: none;
    padding: 11px 20px;
    font-size: 13px;
    border-radius: 6px;
}

/* Paketler bölümü — orijinal strip--graphite + okunabilir kartlar */
.home-packages-section .module-header p {
    color: #ccc !important;
}

.home-hosting-tabs .city p {
    color: #ccc !important;
}

.home-hosting-tabs .w3-third {
    color: #ddd;
}

.home-hosting-tabs .tablink {
    display: block;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

/* Özellik şeridi */
.home-features-strip {
    background: #fff;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.home-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.home-feature-card {
    text-align: center;
    padding: 28px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: box-shadow 0.25s, transform 0.25s;
}

.home-feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.home-feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.15);
}

.home-feature-icon img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.home-feature-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: #2c3e50;
    margin: 0 0 8px;
}

.home-feature-card p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.home-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.home-section-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px;
    text-align: center;
}

.home-section-subtitle {
    font-size: 16px;
    color: var(--home-muted);
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto;
}

.home-section-subtitle--light {
    color: rgba(255, 255, 255, 0.78);
}

.home-section-title--light {
    color: #fff;
}

/* Neden OwnHost */
.home-why-section {
    padding: 72px 0;
    background: #f8fafc;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-why-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.home-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(26, 35, 50, 0.1);
    border-color: rgba(26, 122, 66, 0.35);
}

.home-why-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(26, 122, 66, 0.12), rgba(26, 122, 66, 0.04));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--home-accent);
    font-size: 22px;
}

.home-why-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
    line-height: 1.35;
}

.home-why-card p {
    font-size: 13px;
    color: var(--home-muted);
    line-height: 1.55;
    margin: 0;
}

/* Altyapı önizleme */
.home-infra-preview {
    padding: 72px 0;
    background: #fff;
}

.home-infra-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.home-infra-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.home-infra-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(26, 35, 50, 0.08);
}

.home-infra-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--home-dark);
    color: var(--home-accent-on-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
}

.home-infra-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
}

.home-infra-card p {
    font-size: 13px;
    color: var(--home-muted);
    line-height: 1.55;
    margin: 0;
}

.home-infra-cta-wrap {
    text-align: center;
}

.home-infra-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    background: var(--home-accent);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-infra-cta:hover {
    background: var(--home-accent-hover);
    color: #fff;
    transform: translateY(-1px);
}

.home-infra-cta .fa {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.home-infra-cta:hover .fa {
    transform: translateX(3px);
}

/* Yorumlar — slider */
.home-testimonials {
    background: linear-gradient(160deg, #2c3e50, #1a252f);
    padding: 70px 0;
    text-align: center;
}

.home-testimonials-header {
    margin-bottom: 36px;
}

.home-testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(39, 174, 96, 0.15);
    color: var(--home-accent-on-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home-testimonial-slider {
    position: relative;
    padding: 0 48px;
}

.home-testimonial-viewport {
    overflow: hidden;
}

.home-testimonial-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.home-testimonial-slide {
    flex: 0 0 33.3333%;
    padding: 0 12px;
    box-sizing: border-box;
}

.home-testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

.home-testimonial-nav:hover {
    background: #27ae60;
}

.home-testimonial-nav--prev {
    left: 0;
}

.home-testimonial-nav--next {
    right: 0;
}

.home-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.home-testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.home-testimonial-dot.active {
    background: #27ae60;
    transform: scale(1.2);
}

.home-testimonial-box {
    background: #fff;
    padding: 28px 24px 20px;
    border-radius: 14px;
    text-align: left;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-testimonial-slide:hover .home-testimonial-box {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.home-testimonial-stars {
    color: #f39c12;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.home-testimonial-quote {
    font-size: 28px;
    color: #27ae60;
    opacity: 0.35;
    margin-bottom: 10px;
    display: block;
}

.home-testimonial-box p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
    margin: 0 0 20px;
    font-style: italic;
}

.home-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.home-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #27ae60;
}

.home-testimonial-author {
    font-weight: 700;
    color: #2c3e50;
    font-style: normal;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.home-testimonial-author small {
    font-weight: 400;
    color: #888;
    font-size: 12px;
    margin-top: 2px;
}

/* Promo bölümleri */
.home-promo-section {
    display: flex;
    align-items: stretch;
    background-color: #222;
    overflow: hidden;
    min-height: 0;
    position: relative;
}

.home-promo-flipped {
    flex-direction: row-reverse;
}

.home-promo-media {
    flex: 1 1 50%;
    align-self: stretch;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.home-promo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
    display: block;
}

.home-promo-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.55), rgba(15, 23, 42, 0.35));
    z-index: 1;
}

.home-promo-media-overlay--green {
    background: linear-gradient(135deg, rgba(26, 82, 60, 0.6), rgba(15, 23, 42, 0.35));
}

.home-promo-content {
    flex: 1 1 50%;
    padding: 50px;
    z-index: 2;
    background-color: #2b2b2b;
    display: flex;
    align-items: center;
}

.home-promo-flipped .home-promo-content {
    background-color: #1e2d24;
}

.home-promo-text {
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
}

.home-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(134, 239, 172, 0.15);
    border: 1px solid rgba(134, 239, 172, 0.45);
    color: var(--home-accent-on-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-promo-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.home-promo-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: var(--home-accent-on-dark);
    margin-bottom: 15px;
}

.home-promo-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

.home-promo-feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px;
}

.home-promo-feature-item > i {
    font-size: 22px;
    color: var(--home-accent-on-dark);
    margin-top: 2px;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}

.home-promo-feature-item strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

.home-promo-feature-item p {
    font-size: 12px;
    color: #d1d5db;
    line-height: 1.5;
    margin: 0;
}

/* SEO bölümü */
.home-seo-section {
    background: #f9f9f9;
    padding: 70px 0;
}

.home-seo-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: stretch;
}

.home-seo-content h2 {
    color: #333;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
}

.home-seo-content > p {
    color: #555;
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 22px;
}

.home-seo-content h3 {
    color: #27ae60;
    margin: 0 0 6px;
    font-size: 15px;
}

.home-seo-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    border-left: 3px solid #27ae60;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home-seo-point img {
    flex-shrink: 0;
    object-fit: contain;
}

.home-seo-point p {
    color: #555;
    line-height: 1.6;
    font-size: 13px;
    margin: 0;
}

.home-seo-visual {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    min-height: 100%;
    display: flex;
    position: relative;
}

.home-seo-visual img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    flex: 1;
}

/* Blog */
.home-blog-section {
    background-color: #f0f4f8;
    padding: 70px 0;
}

.home-blog-section h2 {
    color: #2c3e50;
    font-weight: 800;
}

.home-blog-section .blog-grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.home-page .blog-grid-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.home-blog-card {
    background: #fff;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-top: 3px solid #27ae60;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.home-blog-card-icon {
    width: 28px;
    height: 28px;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #27ae60;
    font-size: 13px;
}

.home-blog-card h3 {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-card h3 a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 700;
}

.home-blog-card h3 a:hover {
    color: #27ae60;
}

.home-blog-card p {
    font-size: 11px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-card-link {
    font-size: 11px;
    font-weight: 700;
    color: #27ae60;
    text-decoration: none;
}

.home-blog-card-link:hover {
    text-decoration: underline;
}

/* Paket kartları — orijinal tasarım */
.home-packages-section.strip--graphite .product,
.home-page .home-packages-section .product,
.home-page .product {
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: none !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-packages-section.strip--graphite .product:hover,
.home-page .home-packages-section .product:hover {
    background-color: #f0f3f7 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.home-packages-section .product-title strong {
    color: #1e293b !important;
}

.home-packages-section .product-desc,
.home-packages-section .list li,
.home-packages-section .product-price-tag {
    color: #334155 !important;
}

.home-page .product-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.home-page .product-desc {
    flex-grow: 0;
    margin-bottom: 20px;
    color: #334155;
    line-height: 1.6;
}

.home-page .list--customIcons li {
    color: #334155;
}

.home-page .list--customIcons {
    flex-grow: 1;
    margin-bottom: 0;
}

.home-page .product-action-box {
    margin-top: auto;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.home-page .btn-buy-now {
    display: block;
    width: 100%;
    padding: 14px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.home-page .btn-buy-now i {
    margin-left: 8px;
}

.home-page .product-bar-linux { border-top: 5px solid #e74c3c !important; }
.home-page .product-bar-linux .list-icon { color: #e74c3c !important; }
.home-page .product-bar-linux .product-price-tag strong { color: #e74c3c; }
.home-page .btn-linux { background-color: #e74c3c; }
.home-page .btn-linux:hover { background-color: #c0392b; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3); }

.home-page .product--popular {
    border: none !important;
    border-top: 5px solid #1a7a42 !important;
    background: #fff;
    position: relative;
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 0;
}

.home-page .product--popular .list-icon { color: #1a7a42 !important; }
.home-page .product--popular .product-price-tag strong { color: #1a7a42; }
.home-page .product--popular .home-cloud-ipv6-highlight {
    color: #15803d;
    font-weight: 700;
}
.home-page .btn-cloud { background-color: #1a7a42; }
.home-page .btn-cloud:hover { background-color: #156f3d; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(26, 122, 66, 0.3); }

.home-page .popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1a7a42;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 11;
    white-space: nowrap;
}

.home-page .product-bar-wp { border-top: 5px solid #3498db !important; }
.home-page .product-bar-wp .list-icon { color: #3498db !important; }
.home-page .product-bar-wp .product-price-tag strong { color: #3498db; }
.home-page .btn-wp { background-color: #3498db; }
.home-page .btn-wp:hover { background-color: #2980b9; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); }

.home-page .product-bar-mail { border-top: 5px solid #f39c12 !important; }
.home-page .product-bar-mail .list-icon { color: #f39c12 !important; }
.home-page .product-bar-mail .product-price-tag strong { color: #b45309; }
.home-page .btn-mail { background-color: #b45309; }
.home-page .btn-mail:hover { background-color: #92400e; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(180, 83, 9, 0.3); }

.home-page .product-price-tag {
    background: transparent;
    border: none;
    padding: 5px 0 15px 0;
    border-bottom: 1px dashed #e2e8f0;
    text-align: left;
    font-size: 13px;
    color: #475569;
    margin-bottom: 20px;
}

.home-page .product-price-tag strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.home-page .title-bt {
    width: 100%;
    max-width: 300px;
    height: 4px;
    background: #27ae60;
    margin-bottom: 30px;
    border-radius: 2px;
}

@media (max-width: 992px) {
    .th-promo-cards {
        grid-template-columns: 1fr;
    }

    .th-promo-card {
        min-height: 320px;
    }

    .th-promo-card-inner--split {
        flex-direction: column;
    }

    .th-promo-card-visual {
        flex-direction: row;
        width: 100%;
        padding-top: 0;
        margin-top: 8px;
    }

    .th-promo-visual-badge {
        flex: 1;
    }

    .th-promo-domain-grid {
        gap: 14px;
    }

    .th-promo-domain-tld {
        font-size: 24px;
    }

    .th-promo-domain-new {
        font-size: 30px;
    }

    .th-promo-domain-col--com .th-promo-domain-new {
        font-size: 32px;
    }

    .home-page .product--popular {
        transform: scale(1);
        margin-top: 20px;
    }

    .home-testimonial-slide {
        flex: 0 0 50%;
    }

    .home-page .blog-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-promo-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-seo-content h2 {
        white-space: normal;
    }

    .home-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-infra-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-seo-grid {
        grid-template-columns: 1fr;
    }

    .home-seo-visual {
        order: -1;
        min-height: 320px;
    }

    .home-seo-visual img {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .home-page .grid-row {
        display: flex;
        flex-direction: column;
    }

    .home-page .grid-col.span3,
    .home-page .grid-col.span4,
    .home-page .grid-col.span6,
    .home-page .grid-col.span12 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }

    .home-page .slider-headline {
        font-size: 24px;
    }

    .home-page .slider-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .home-page .slider-content h1 {
        font-size: 22px !important;
    }

    .home-page .slider-content h2 {
        font-size: 16px !important;
    }

    .home-currency-inner {
        justify-content: center;
    }

    .th-domain-hero {
        padding: 40px 0 48px;
    }

    .th-domain-form {
        flex-direction: column;
        border-radius: 12px;
    }

    .th-domain-form button {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }

    .th-promo-domain-grid {
        grid-template-columns: 1fr;
    }

    .th-promo-domain-divider {
        display: none;
    }

    .th-promo-domain-col + .th-promo-domain-col {
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .th-promo-domain-note {
        position: static;
        max-width: 100%;
        margin-top: 16px;
        text-align: center;
    }

    .th-promo-domain-cta {
        width: 100%;
        max-width: 100%;
    }

    .th-promo-card--wordpress .th-promo-btn,
    .th-promo-card--hazir .th-promo-btn {
        width: 100%;
        max-width: 100%;
    }

    .home-page .w3-row {
        display: flex;
        flex-direction: column;
    }

    .home-page .w3-third {
        width: 100% !important;
        text-align: center;
        border-bottom: 1px solid #444;
        padding: 15px !important;
        display: block;
    }

    .home-testimonial-slide {
        flex: 0 0 100%;
    }

    .home-testimonial-slider {
        padding: 0 36px;
    }

    .home-page .blog-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-features-grid {
        grid-template-columns: 1fr;
    }

    .home-why-section,
    .home-infra-preview {
        padding: 48px 0;
    }

    .home-why-grid,
    .home-infra-grid {
        grid-template-columns: 1fr;
    }

    .home-section-title {
        font-size: 24px;
    }

    .home-promo-section,
    .home-promo-flipped {
        flex-direction: column;
    }

    .home-promo-media {
        width: 100%;
        min-height: 240px;
        flex: none;
    }

    .home-promo-media img {
        position: relative;
        min-height: 240px;
    }

    .home-promo-content {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
    }

    .home-promo-text {
        max-width: 100%;
    }

    .home-page .title-bt {
        margin: 15px auto 25px auto !important;
    }
}
