/* ==========================================================================
   Quantumix Bilişim — özel bölüm stilleri
   Ana temanın tasarım dilini (Space Grotesk + #0B192C + #FFD25D) kullanır.
   ========================================================================== */

:root {
    --qmx-base: var(--techguru-base, #FFD25D);
    --qmx-black: var(--techguru-black, #0B192C);
    --qmx-white: var(--techguru-white, #ffffff);
    --qmx-gray: var(--techguru-gray, #C5C8CD);
    --qmx-surface: #10233b;
    --qmx-surface-2: #0e1e33;
    --qmx-border: rgba(255, 210, 93, .18);
    --qmx-border-soft: rgba(197, 200, 205, .14);
    --qmx-radius: 14px;
    --qmx-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

/* --------------------------------------------------------------------------
   Erişilebilirlik: klavye kullanıcıları için içeriğe atlama bağlantısı
   -------------------------------------------------------------------------- */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    padding: 12px 22px;
    background: var(--qmx-base);
    color: var(--qmx-black);
    font-family: var(--techguru-font, "Space Grotesk", sans-serif);
    font-weight: 700;
    border-radius: 0 0 8px 0;
}

.skip-to-content:focus {
    left: 0;
    outline: 3px solid var(--qmx-white);
}

/* Görünür odak halkası — klavye ile gezinenler için */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 2px solid var(--qmx-base);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Yalnızca ekran okuyucular için */
.qmx-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --------------------------------------------------------------------------
   Ortak bölüm iskeleti
   -------------------------------------------------------------------------- */
.qmx-section {
    position: relative;
    padding: 100px 0;
    background-color: var(--qmx-black);
}

.qmx-section--tight {
    padding: 70px 0;
}

.qmx-section--alt {
    background-color: var(--qmx-surface-2);
}

.qmx-section__head {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.qmx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--qmx-base);
    margin-bottom: 16px;
}

.qmx-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--qmx-base);
    display: inline-block;
}

.qmx-title {
    font-size: 42px;
    line-height: 1.18;
    font-weight: 600;
    color: var(--qmx-white);
    margin-bottom: 18px;
}

.qmx-title--sm {
    font-size: 30px;
}

.qmx-lead {
    font-size: 18px;
    line-height: 30px;
    color: var(--qmx-gray);
}

/* --------------------------------------------------------------------------
   Kartlar
   -------------------------------------------------------------------------- */
.qmx-card {
    height: 100%;
    padding: 32px 30px;
    background: var(--qmx-surface);
    border: 1px solid var(--qmx-border-soft);
    border-radius: var(--qmx-radius);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.qmx-card:hover,
.qmx-card:focus-within {
    transform: translateY(-6px);
    border-color: var(--qmx-border);
    box-shadow: var(--qmx-shadow);
}

.qmx-card__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 210, 93, .12);
    color: var(--qmx-base);
    font-size: 26px;
    margin-bottom: 22px;
}

.qmx-card__title {
    font-size: 21px;
    line-height: 1.3;
    color: var(--qmx-white);
    margin-bottom: 12px;
}

.qmx-card__text {
    font-size: 16px;
    line-height: 27px;
    color: var(--qmx-gray);
}

.qmx-card__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.qmx-card__list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 25px;
    color: var(--qmx-gray);
}

.qmx-card__list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: var(--qmx-base);
}

/* --------------------------------------------------------------------------
   Rozetler ve etiketler
   -------------------------------------------------------------------------- */
.qmx-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 210, 93, .12);
    border: 1px solid var(--qmx-border);
    color: var(--qmx-base);
}

.qmx-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

/* --------------------------------------------------------------------------
   Öne çıkan / kahraman blok
   -------------------------------------------------------------------------- */
.qmx-hero {
    position: relative;
    padding: 90px 0 80px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 210, 93, .10), transparent 45%),
        radial-gradient(circle at 85% 0%, rgba(255, 210, 93, .07), transparent 40%),
        var(--qmx-black);
}

.qmx-hero__inner {
    max-width: 900px;
}

.qmx-hero__title {
    font-size: 48px;
    line-height: 1.14;
    font-weight: 600;
    color: var(--qmx-white);
    margin-bottom: 22px;
}

.qmx-hero__title span {
    color: var(--qmx-base);
}

.qmx-hero__text {
    font-size: 19px;
    line-height: 32px;
    color: var(--qmx-gray);
    margin-bottom: 30px;
}

.qmx-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* --------------------------------------------------------------------------
   Butonlar
   -------------------------------------------------------------------------- */
.qmx-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: var(--qmx-base);
    color: var(--qmx-black);
    font-family: var(--techguru-font, "Space Grotesk", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}

.qmx-btn:hover,
.qmx-btn:focus {
    background: var(--qmx-white);
    color: var(--qmx-black);
    transform: translateY(-2px);
}

.qmx-btn--ghost {
    background: transparent;
    border-color: var(--qmx-border);
    color: var(--qmx-white);
}

.qmx-btn--ghost:hover,
.qmx-btn--ghost:focus {
    background: var(--qmx-base);
    color: var(--qmx-black);
}

.qmx-btn--wa {
    background: #25D366;
    color: #05261a;
}

.qmx-btn--wa:hover,
.qmx-btn--wa:focus {
    background: #1ebe5b;
    color: #05261a;
}

/* --------------------------------------------------------------------------
   İstatistik şeridi
   -------------------------------------------------------------------------- */
.qmx-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.qmx-stat {
    padding: 26px 24px;
    background: var(--qmx-surface);
    border: 1px solid var(--qmx-border-soft);
    border-radius: var(--qmx-radius);
    text-align: center;
}

.qmx-stat__value {
    display: block;
    font-size: 34px;
    font-weight: 700;
    color: var(--qmx-base);
    line-height: 1.1;
    margin-bottom: 6px;
}

.qmx-stat__label {
    font-size: 15px;
    color: var(--qmx-gray);
}

/* --------------------------------------------------------------------------
   Adım / süreç listesi
   -------------------------------------------------------------------------- */
.qmx-steps {
    counter-reset: qmxstep;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
}

.qmx-steps li {
    counter-increment: qmxstep;
    position: relative;
    padding: 30px 26px 26px 26px;
    background: var(--qmx-surface);
    border: 1px solid var(--qmx-border-soft);
    border-radius: var(--qmx-radius);
}

.qmx-steps li::before {
    content: counter(qmxstep, decimal-leading-zero);
    position: absolute;
    top: -16px;
    left: 26px;
    width: 40px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--qmx-base);
    color: var(--qmx-black);
    font-weight: 700;
    font-size: 15px;
}

.qmx-steps h4 {
    font-size: 19px;
    color: var(--qmx-white);
    margin: 10px 0 10px;
}

.qmx-steps p {
    font-size: 16px;
    line-height: 26px;
    color: var(--qmx-gray);
}

/* --------------------------------------------------------------------------
   SSS (accordion) — <details> tabanlı, JavaScript gerektirmez
   -------------------------------------------------------------------------- */
.qmx-faq {
    max-width: 900px;
    margin: 0 auto;
}

.qmx-faq__item {
    background: var(--qmx-surface);
    border: 1px solid var(--qmx-border-soft);
    border-radius: var(--qmx-radius);
    margin-bottom: 14px;
    overflow: hidden;
}

.qmx-faq__item[open] {
    border-color: var(--qmx-border);
}

.qmx-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: var(--qmx-white);
    list-style: none;
}

.qmx-faq__q::-webkit-details-marker {
    display: none;
}

.qmx-faq__q::after {
    content: "+";
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 210, 93, .12);
    color: var(--qmx-base);
    font-size: 20px;
    line-height: 1;
    transition: transform .3s ease;
}

.qmx-faq__item[open] .qmx-faq__q::after {
    content: "−";
    transform: rotate(180deg);
}

.qmx-faq__a {
    padding: 0 24px 22px;
    font-size: 16px;
    line-height: 27px;
    color: var(--qmx-gray);
}

/* --------------------------------------------------------------------------
   Tablo (karşılaştırma / paket)
   -------------------------------------------------------------------------- */
.qmx-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--qmx-border-soft);
    border-radius: var(--qmx-radius);
}

.qmx-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background: var(--qmx-surface);
}

.qmx-table th,
.qmx-table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid var(--qmx-border-soft);
    color: var(--qmx-gray);
}

.qmx-table thead th {
    background: rgba(255, 210, 93, .08);
    color: var(--qmx-white);
    font-weight: 600;
    white-space: nowrap;
}

.qmx-table tbody tr:last-child th,
.qmx-table tbody tr:last-child td {
    border-bottom: 0;
}

.qmx-table tbody th {
    color: var(--qmx-white);
    font-weight: 600;
}

/* --------------------------------------------------------------------------
   Yerel SEO — hizmet bölgesi listesi
   -------------------------------------------------------------------------- */
.qmx-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}

.qmx-area-list li a {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid var(--qmx-border-soft);
    background: var(--qmx-surface);
    color: var(--qmx-gray);
    font-size: 15px;
    transition: all .3s ease;
}

.qmx-area-list li a:hover,
.qmx-area-list li a:focus {
    border-color: var(--qmx-border);
    color: var(--qmx-base);
}

/* --------------------------------------------------------------------------
   CTA şeridi
   -------------------------------------------------------------------------- */
.qmx-cta {
    padding: 55px 50px;
    border-radius: 18px;
    background:
        linear-gradient(120deg, rgba(255, 210, 93, .14), rgba(255, 210, 93, 0) 60%),
        var(--qmx-surface);
    border: 1px solid var(--qmx-border);
}

.qmx-cta h3 {
    font-size: 32px;
    line-height: 1.22;
    color: var(--qmx-white);
    margin-bottom: 14px;
}

.qmx-cta p {
    font-size: 17px;
    line-height: 28px;
    color: var(--qmx-gray);
    margin-bottom: 26px;
}

/* --------------------------------------------------------------------------
   İçerik gövdesi (CMS'ten gelen HTML)
   -------------------------------------------------------------------------- */
.qmx-prose h2,
.qmx-prose h3,
.qmx-prose h4 {
    color: var(--qmx-white);
    margin: 30px 0 14px;
    line-height: 1.28;
}

.qmx-prose h2 {
    font-size: 32px;
}

.qmx-prose h3 {
    font-size: 25px;
}

.qmx-prose h4 {
    font-size: 20px;
}

.qmx-prose p {
    margin-bottom: 18px;
    color: var(--qmx-gray);
}

.qmx-prose ul,
.qmx-prose ol {
    margin: 0 0 20px 20px;
    color: var(--qmx-gray);
}

.qmx-prose li {
    margin-bottom: 8px;
}

.qmx-prose a {
    color: var(--qmx-base);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.qmx-prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--qmx-radius);
}

.qmx-prose table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
}

.qmx-prose th,
.qmx-prose td {
    border: 1px solid var(--qmx-border-soft);
    padding: 12px 15px;
}

/* --------------------------------------------------------------------------
   Duyarlılık
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .qmx-section {
        padding: 70px 0;
    }

    .qmx-hero {
        padding: 60px 0 55px;
    }

    .qmx-hero__title {
        font-size: 36px;
    }

    .qmx-title {
        font-size: 32px;
    }

    .qmx-cta {
        padding: 38px 28px;
    }

    .qmx-cta h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .qmx-hero__title {
        font-size: 29px;
    }

    .qmx-title {
        font-size: 26px;
    }

    .qmx-lead,
    .qmx-hero__text {
        font-size: 16px;
        line-height: 27px;
    }

    .qmx-btn {
        width: 100%;
        justify-content: center;
    }

    .qmx-card {
        padding: 26px 22px;
    }
}

/* Hareket azaltma tercihine saygı */
@media (prefers-reduced-motion: reduce) {

    .qmx-card,
    .qmx-btn {
        transition: none;
    }

    .qmx-card:hover,
    .qmx-btn:hover {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   Sayfa başlığı H1 (önceden H2 idi; SEO için H1'e taşındı).
   Görünüm birebir korunur — yalnızca semantik etiket değişti.
   -------------------------------------------------------------------------- */
.page-header__inner h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    color: var(--techguru-white, #fff);
    text-transform: capitalize;
    margin: 0 0 15px;
    font-family: var(--techguru-font, "Space Grotesk", sans-serif);
}

@media only screen and (max-width: 767px) {
    .page-header__inner h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Breadcrumb'ta aktif sayfa artık <span>; bağlantılarla aynı hizada kalsın. */
.thm-breadcrumb li span[aria-current="page"] {
    color: var(--techguru-base, #FFD25D);
}

/* --------------------------------------------------------------------------
   <a href="#"> yerine gerçek <button> kullanılan yerlerde görünümü koru.
   -------------------------------------------------------------------------- */
button.close-side-widget,
button.mobile-nav__toggler,
button.mobile-nav__close,
button.main-menu__search,
button.scroll-to-target {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button.scroll-to-target {
    display: inline-block;
    text-align: center;
}

/* ==========================================================================
   Quantumix Backup — fiyatlandırma tablosu ve kart ızgarası
   ========================================================================== */

.qmx-pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    align-items: stretch;
}

.qmx-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 26px 28px;
    background: var(--qmx-surface);
    border: 1px solid var(--qmx-border-soft);
    border-radius: 18px;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.qmx-plan:hover,
.qmx-plan:focus-within {
    transform: translateY(-6px);
    border-color: var(--qmx-border);
    box-shadow: var(--qmx-shadow);
}

.qmx-plan--featured {
    border-color: var(--qmx-base);
    background:
        linear-gradient(180deg, rgba(255, 210, 93, .10), rgba(255, 210, 93, 0) 42%),
        var(--qmx-surface);
}

.qmx-plan__ribbon {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 16px;
    border-radius: 999px;
    background: var(--qmx-base);
    color: var(--qmx-black);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
}

.qmx-plan__storage {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

.qmx-plan__storage-value {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: var(--qmx-base);
}

.qmx-plan__storage-unit {
    font-size: 17px;
    font-weight: 600;
    color: var(--qmx-base);
}

.qmx-plan__name {
    font-size: 17px;
    font-weight: 600;
    color: var(--qmx-white);
    margin-bottom: 10px;
}

.qmx-plan__desc {
    font-size: 15px;
    line-height: 25px;
    color: var(--qmx-gray);
    margin-bottom: 20px;
    min-height: 50px;
}

.qmx-plan__price {
    padding: 16px 0 6px;
    border-top: 1px solid var(--qmx-border-soft);
}

.qmx-plan__price-value {
    font-size: 30px;
    font-weight: 700;
    color: var(--qmx-white);
    line-height: 1.1;
}

.qmx-plan__price-currency {
    font-size: 18px;
    font-weight: 600;
    margin-left: 4px;
    color: var(--qmx-gray);
}

.qmx-plan__price-term {
    display: block;
    font-size: 14px;
    color: var(--qmx-gray);
    margin-top: 5px;
}

.qmx-plan__price-monthly {
    display: block;
    font-size: 13px;
    color: var(--qmx-base);
    margin-top: 4px;
}

.qmx-plan__features {
    list-style: none;
    padding: 0;
    margin: 18px 0 24px;
    flex: 1 1 auto;
}

.qmx-plan__features li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    color: var(--qmx-gray);
}

.qmx-plan__features li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: var(--qmx-base);
}

.qmx-plan__cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qmx-plan__cta .qmx-btn {
    width: 100%;
    justify-content: center;
}

/* Karşılaştırma tablosu — mobilde yatay kaydırılır */
.qmx-compare {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: var(--qmx-surface);
}

.qmx-compare th,
.qmx-compare td {
    padding: 15px 18px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid var(--qmx-border-soft);
    color: var(--qmx-gray);
    white-space: nowrap;
}

.qmx-compare thead th {
    background: rgba(255, 210, 93, .08);
    color: var(--qmx-white);
    font-weight: 600;
}

.qmx-compare tbody th {
    text-align: left;
    color: var(--qmx-white);
    font-weight: 600;
}

.qmx-compare tbody tr:last-child th,
.qmx-compare tbody tr:last-child td {
    border-bottom: 0;
}

.qmx-compare tbody tr:hover {
    background: rgba(255, 255, 255, .03);
}

.qmx-compare__price {
    color: var(--qmx-base);
    font-weight: 700;
}

.qmx-scroll-hint {
    display: none;
    font-size: 13px;
    color: var(--qmx-gray);
    margin-bottom: 10px;
}

@media (max-width: 820px) {
    .qmx-scroll-hint {
        display: block;
    }
}

@media (max-width: 575px) {
    .qmx-plan {
        padding: 26px 20px 24px;
    }

    .qmx-plan__storage-value {
        font-size: 32px;
    }

    .qmx-plan__price-value {
        font-size: 26px;
    }

    .qmx-plan__desc {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .qmx-plan {
        transition: none;
    }

    .qmx-plan:hover {
        transform: none;
    }
}
