/* Hazır Site — banner, karşılaştırma, A.İ. vurguları */
.hosting-page--hazirsite {
    --hp-accent: #27ae60;
    --hp-accent-dark: #1e9a55;
    --hp-accent-glow: rgba(39, 174, 96, 0.25);
    --hp-dark: #1a1a2e;
    --hp-muted: #6b7280;
}

.hosting-page--hazirsite .hp-hero {
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1920&auto=format&fit=crop');
    background-color: #1a252f;
}

.hosting-page--hazirsite #planlar,
.hosting-page--hazirsite #paketler,
.hosting-page--hazirsite #karsilastirma,
.hosting-page--hazirsite #hakkinda,
.hosting-page--hazirsite #ozellikler,
.hosting-page--hazirsite #ornekler,
.hosting-page--hazirsite #sss,
.hosting-page--hazirsite #kosullar {
    scroll-margin-top: 130px;
}

.hosting-page--hazirsite #paketler .hs-pkg-price,
.hosting-page--hazirsite #planlar .hs-pkg-price {
    font-size: 2.35rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.hosting-page--hazirsite #paketler .hs-pkg-price .amount,
.hosting-page--hazirsite #paketler .hs-pkg-price .currency-symbol,
.hosting-page--hazirsite #planlar .hs-pkg-price .amount,
.hosting-page--hazirsite #planlar .hs-pkg-price .currency-symbol {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.hosting-page--hazirsite #paketler .hs-pkg-price small,
.hosting-page--hazirsite #planlar .hs-pkg-price small {
    font-size: 0.42em;
    font-weight: 500;
    opacity: 0.85;
    color: #bbb;
}

.hosting-page--hazirsite .hs-price-wrap {
    display: inline;
    white-space: nowrap;
}

.hosting-page--hazirsite .hs-pkg-domain-note {
    color: #f39c12;
    font-size: 13px;
    margin-top: 12px;
    font-weight: 600;
}

.hosting-page--hazirsite .pkg-domain-footnote {
    font-size: 10px;
    line-height: 1.4;
    color: #888;
    margin: 0 0 12px;
    padding-top: 4px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.hosting-page--hazirsite .hs-terms-section .hs-terms-block {
    padding: 28px 0;
}

.hosting-page--hazirsite .hs-terms-section .hs-terms-block:first-child {
    padding-top: 0;
}

.hosting-page--hazirsite .hs-terms-section .hs-terms-block:last-child {
    padding-bottom: 0;
}

.hosting-page--hazirsite .hs-terms-section .hp-terms-divider {
    border: none;
    height: 1px;
    margin: 0;
    width: 100%;
    background: #e0e0e0;
}

.hosting-page--hazirsite .hs-terms-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
}

/* A.İ. rozet */
.hs-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #0084ff 0%, #00c6ff 100%);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 132, 255, 0.35);
}

.hs-ai-badge--inline {
    margin-bottom: 0;
    font-size: 10px;
    padding: 3px 9px;
    vertical-align: middle;
}

.hs-ai-text strong,
.hs-ai-highlight {
    color: #0084ff;
}

/* Karşılaştırma tablosu */
.hosting-page--hazirsite .hs-compare {
    background: #1e1e1e;
    padding: 48px 20px 56px;
    scroll-margin-top: 100px;
}

.hosting-page--hazirsite .hs-compare-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.hosting-page--hazirsite .hs-compare .hp-compare-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

.hosting-page--hazirsite .hs-compare .hp-compare-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hp-accent);
    margin-bottom: 10px;
}

.hosting-page--hazirsite .hs-compare .hp-compare-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.25;
}

.hosting-page--hazirsite .hs-compare .hp-compare-title strong {
    color: var(--hp-accent);
}

.hosting-page--hazirsite .hs-compare .hp-compare-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.hosting-page--hazirsite .hs-cmp-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.hosting-page--hazirsite .hs-cmp-adv-card {
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.28);
    border-radius: 10px;
    padding: 16px 14px;
    text-align: left;
}

.hosting-page--hazirsite .hs-cmp-adv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(39, 174, 96, 0.2);
    color: #2ecc71;
    font-size: 16px;
    margin-bottom: 10px;
}

.hosting-page--hazirsite .hs-cmp-adv-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}

.hosting-page--hazirsite .hs-cmp-adv-desc {
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.hosting-page--hazirsite .hs-cmp-col-badge {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #27ae60;
    border-radius: 10px;
    padding: 2px 8px;
    margin-top: 6px;
}

.hosting-page--hazirsite .hs-cmp-win-badge {
    display: block;
    margin-top: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a5c38;
    background: #a8f0c8;
    border-radius: 10px;
    padding: 3px 8px;
    line-height: 1.3;
}

.hosting-page--hazirsite .hp-compare-cell-win {
    box-shadow: inset 0 0 0 1px rgba(46, 204, 113, 0.45);
}

.hosting-page--hazirsite .hs-compare .hp-compare-price-lowest {
    color: #f39c12;
}

.hosting-page--hazirsite .hs-cmp-lowest-badge {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.45);
}

.hosting-page--hazirsite .hs-cmp-summary-row th,
.hosting-page--hazirsite .hs-cmp-summary-row td {
    background: rgba(39, 174, 96, 0.08);
    border-top: 1px solid rgba(39, 174, 96, 0.25);
    font-size: 12px;
    vertical-align: middle;
}

.hosting-page--hazirsite .hs-cmp-summary-own {
    color: #2ecc71 !important;
    font-weight: 700;
    text-align: left !important;
    line-height: 1.45;
}

.hosting-page--hazirsite .hs-cmp-summary-other {
    color: rgba(255, 255, 255, 0.25);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    font-size: 13px;
}

.hosting-page--hazirsite .hs-compare .hp-compare-table th,
.hosting-page--hazirsite .hs-compare .hp-compare-table td {
    padding: 12px 14px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table thead th {
    background: #252525;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.hosting-page--hazirsite .hs-compare .hp-compare-table thead th a {
    color: inherit;
    text-decoration: none;
}

.hosting-page--hazirsite .hs-compare .hp-compare-table thead th a:hover {
    color: var(--hp-accent);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table thead th.hp-compare-own,
.hosting-page--hazirsite .hs-compare .hp-compare-table .hp-compare-own-cell {
    background: rgba(0, 132, 255, 0.12);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table thead th.hp-compare-own {
    color: #fff;
    background: var(--hp-accent);
}

.hosting-page--hazirsite .hs-compare .hp-compare-table tbody th[scope="row"] {
    text-align: left;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.02);
    white-space: nowrap;
}

.hosting-page--hazirsite .hs-compare .hp-compare-tier-row td {
    background: rgba(0, 132, 255, 0.12);
    color: var(--hp-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 14px;
}

.hosting-page--hazirsite .hs-compare .hp-compare-price {
    display: inline-block;
    font-size: 1.15em;
    font-weight: 800;
    color: var(--hp-accent);
    line-height: 1.2;
}

.hosting-page--hazirsite .hs-compare .hp-compare-price [curr-data] {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.hosting-page--hazirsite .hs-compare .hp-compare-price [curr-data]:not([hidden]) {
    display: inline !important;
}

.hosting-page--hazirsite .hs-compare .hp-compare-price [hidden] {
    display: none !important;
}

.hosting-page--hazirsite .hs-compare .hp-compare-own-cell .hp-compare-price {
    color: #fff;
}

.hosting-page--hazirsite .hs-compare .hp-compare-price-note {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
}

.hosting-page--hazirsite .hs-compare .hp-compare-check {
    color: #23d28d;
    font-size: 16px;
    font-weight: 700;
}

.hosting-page--hazirsite .hs-compare .hp-compare-dash {
    color: rgba(255, 255, 255, 0.35);
}

.hosting-page--hazirsite .hs-compare .hp-compare-note {
    font-size: 11px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.45);
    margin: 14px 0 0;
    text-align: center;
}

@media (max-width: 991px) {
    .hosting-page--hazirsite .hs-cmp-advantages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .hosting-page--hazirsite .hs-compare {
        padding: 36px 16px 44px;
    }

    .hosting-page--hazirsite .hs-cmp-advantages {
        grid-template-columns: 1fr;
    }

    .hosting-page--hazirsite .hs-compare .hp-compare-table th,
    .hosting-page--hazirsite .hs-compare .hp-compare-table td {
        padding: 10px;
        font-size: 12px;
    }
}
