/**
 * Kategori / paket seçim sayfası — hero bindirmeli panel (ücretsiz araç sayfası mantığı).
 */
.orvix-category-page {
    --orvix-category-panel-overlap: 5rem;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: calc(-1 * var(--orvix-category-panel-overlap));
    padding: 0 0 0.5rem;
    background: transparent;
    min-height: 0;
    overflow: visible;
}

.orvix-category-page.orvix-cat {
    padding-top: 0;
    padding-bottom: 0;
}

.orvix-category-page--has-tabs {
    --orvix-category-panel-overlap: 5.75rem;
}

.orvix-category-page .orvix-ft-group-tabsbar {
    position: relative;
    z-index: 12;
    margin-left: 2rem !important;
    padding: 0;
    pointer-events: auto;
}

.orvix-category-page__panel {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 1.75rem 1.75rem 1.35rem 1.35rem;
    padding: 1.45rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 12px 36px -18px rgba(15, 23, 42, 0.14);
}

html[data-bs-theme="dark"] .orvix-category-page__panel {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.08);
    color: #e8eaf2;
    box-shadow: 0 12px 36px -18px rgba(0, 0, 0, 0.35);
}

/* z-index: orvix-front-hero-shell.css — main(2) > shell(1); panel burada relative yeterli */
html[data-bs-theme="dark"] .orvix-category-page {
    position: relative;
    z-index: 1;
}

html[data-bs-theme="dark"] .orvix-category-page__pick-head h2 {
    color: #f1f5f9;
}

html[data-bs-theme="dark"] .orvix-category-page__pick-head p {
    color: rgba(241, 245, 249, 0.62);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-catpkg-card:not(.is-active) {
    background: #1c212b;
    border-color: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 28%, rgba(255, 255, 255, 0.08));
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-catpkg-card__title {
    color: #f1f5f9;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-catpkg-card__sub {
    color: rgba(241, 245, 249, 0.58);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-catpkg-card__icon {
    background: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 18%, #1c212b);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-coupon {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-coupon__head strong {
    color: #f1f5f9;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-coupon__head span {
    color: rgba(241, 245, 249, 0.62);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-coupon__form input {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-buybar {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .orvix-category-page__below,
html[data-bs-theme="dark"] .orvix-category-page__tabs {
    background: var(--orvix-home-section-bg, #0b0d12);
}

html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
    background: transparent;
}

html[data-bs-theme="dark"] .orvix-category-page__tabs .orvix-cat-tabs__nav {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form .form-control,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form textarea {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(232, 234, 242, 0.72);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form .form-control::placeholder,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form textarea::placeholder {
    color: rgba(232, 234, 242, 0.38);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form label,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form .form-label {
    color: rgba(232, 234, 242, 0.62);
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form .orvix-rating-picker label i {
    color: rgba(232, 234, 242, 0.22);
}

.orvix-category-page__pick-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
}

.orvix-category-page__pick-icon {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orvix-pl-color, var(--bs-primary));
    color: #fff;
    font-size: 1.35rem;
    line-height: 0;
}

.orvix-category-page__pick-head h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.2;
    color: #0f172a;
}

.orvix-category-page__pick-head p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 42rem;
}

.orvix-category-page__package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
}

@media (min-width: 768px) {
    .orvix-category-page__package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .orvix-category-page__package-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.orvix-category-page .orvix-catpkg-card {
    position: relative;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 22%, #e2e8f0);
    background: #fff;
    color: inherit;
    border-radius: 1rem;
    padding: 0.95rem 0.7rem 0.85rem;
    min-height: 9.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
    width: 100%;
}

.orvix-category-page .orvix-catpkg-card:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 45%, #e2e8f0);
    box-shadow: 0 12px 28px -22px color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 35%, transparent);
}

.orvix-category-page .orvix-catpkg-card.is-active {
    border-color: var(--orvix-pl-color, var(--bs-primary));
    background: linear-gradient(180deg, var(--orvix-pl-active-top, var(--orvix-pl-color, var(--bs-primary))) 0%, var(--orvix-pl-color, var(--bs-primary)) 100%);
    box-shadow: 0 16px 30px -16px color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 40%, rgba(17, 24, 39, 0.2));
}

.orvix-category-page .orvix-catpkg-card__icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 14%, #fff);
    color: var(--orvix-pl-color, var(--bs-primary));
    font-size: 1.35rem;
    line-height: 0;
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.orvix-category-page .orvix-catpkg-card__title {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 2.1em;
}

.orvix-category-page .orvix-catpkg-card__sub {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    color: #64748b;
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__title,
.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__sub {
    color: rgba(255, 255, 255, 0.92);
}

.orvix-category-page .orvix-catpkg-card__prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    margin-top: auto;
    width: 100%;
}

.orvix-category-page .orvix-catpkg-card__price-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.28rem;
    line-height: 1;
    min-height: 1.15rem;
}

.orvix-category-page .orvix-catpkg-card__price-old {
    font-size: 0.68rem;
    font-weight: 600;
    text-decoration: line-through;
    color: #64748b;
}

.orvix-category-page .orvix-catpkg-card__discount {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.32rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #15803d;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__price-old {
    color: rgba(255, 255, 255, 0.72);
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__discount {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.orvix-category-page .orvix-catpkg-card__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--orvix-pl-color, var(--bs-primary));
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.38rem 0.72rem;
    line-height: 1;
    border: 1px solid transparent;
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__price {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
}

.orvix-category-page .orvix-catpkg-card__check {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    opacity: 0;
    transform: scale(0.82);
    transition: transform 0.18s ease, opacity 0.18s ease;
    z-index: 2;
}

.orvix-category-page .orvix-catpkg-card.is-active .orvix-catpkg-card__check {
    opacity: 1;
    transform: scale(1);
}

.orvix-category-page .orvix-catpkg-card__check i {
    font-size: 0.85rem;
    color: var(--orvix-pl-color, var(--bs-primary));
}

.orvix-category-page .orvix-cat-coupon {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.85rem;
}

.orvix-category-page__checkout {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

@media (min-width: 992px) {
    .orvix-category-page__checkout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0.85rem;
        align-items: stretch;
    }

    .orvix-category-page .orvix-cat-coupon {
        margin-top: 0;
        height: 100%;
    }

    .orvix-category-page .orvix-cat-buybar {
        margin-top: 0;
        height: 100%;
    }
}

.orvix-category-page .orvix-cat-coupon__head {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: min(100%, 16rem);
    flex: 0 0 auto;
}

.orvix-category-page .orvix-cat-coupon__head > i {
    flex: 0 0 auto;
    font-size: 1.35rem;
    color: var(--orvix-pl-color, var(--bs-primary));
    line-height: 1;
    margin-top: 0.1rem;
}

.orvix-category-page .orvix-cat-coupon__head strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.2;
}

.orvix-category-page .orvix-cat-coupon__head span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #64748b;
}

.orvix-category-page .orvix-cat-coupon__form {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    flex: 0 0 auto;
    max-width: 100%;
}

.orvix-category-page .orvix-cat-coupon__form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 2.85rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0 0.85rem;
    font-size: 0.88rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.orvix-category-page .orvix-cat-coupon__form input:focus,
.orvix-category-page .orvix-cat-coupon__form input:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.orvix-category-page .orvix-cat-coupon__form button {
    flex: 0 0 auto;
    height: 2.85rem;
    border: 0;
    border-radius: 0.75rem;
    padding: 0 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: var(--orvix-cta-btn-gradient, linear-gradient(135deg, #2dd4bf 0%, #3b82f6 100%));
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
    white-space: nowrap;
    cursor: pointer;
}

.orvix-category-page .orvix-cat-buybar {
    margin-top: 0;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    padding: 0.95rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.85rem;
    box-shadow: 0 10px 24px -20px rgba(15, 23, 42, 0.2);
}

.orvix-category-page .orvix-cat-buybar__head {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    flex: 0 0 auto;
}

.orvix-category-page .orvix-cat-buybar__head > i {
    flex: 0 0 auto;
    font-size: 1.35rem;
    color: var(--orvix-pl-color, var(--bs-primary));
    line-height: 1;
    margin-top: 0.1rem;
}

.orvix-category-page .orvix-cat-buybar__head strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.2;
}

.orvix-category-page .orvix-cat-buybar__head span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #64748b;
}

.orvix-category-page .orvix-cat-buybar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    flex: 0 0 auto;
    min-height: 2.85rem;
}

.orvix-category-page .orvix-cat-buybar__left {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    min-width: 0;
    flex: 1 1 auto;
}

.orvix-category-page .orvix-cat-buybar__icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.75rem;
    background: var(--orvix-pl-color, var(--bs-primary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
    line-height: 0;
}

.orvix-category-page .orvix-cat-buybar__icon i {
    font-size: 1.25rem;
    color: #fff;
}

.orvix-category-page .orvix-cat-buybar__left > div > strong,
.orvix-category-page .orvix-cat-buybar__left > div > span {
    display: block;
    line-height: 1.15;
}

.orvix-category-page .orvix-cat-buybar__left > div > strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.orvix-category-page .orvix-cat-buybar__left > div > span {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.orvix-category-page .orvix-cat-buybar__right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.orvix-category-page .orvix-cat-buybar__amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.1rem;
    line-height: 1.1;
}

.orvix-category-page .orvix-cat-buybar__old-wrap {
    display: flex;
    align-items: center;
    gap: 0.28rem;
}

.orvix-category-page .orvix-cat-buybar__old-wrap small {
    text-decoration: line-through;
    color: color-mix(in srgb, var(--bs-body-color) 45%, transparent);
    font-size: 0.68rem;
    font-weight: 600;
}

.orvix-category-page .orvix-cat-buybar__old-wrap span {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.3rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
    font-weight: 800;
    font-size: 0.62rem;
    line-height: 1;
}

.orvix-category-page .orvix-cat-buybar__amount [data-orvix-buy-price] {
    font-size: 1.16rem;
    font-weight: 700;
    color: var(--orvix-pl-color, var(--bs-primary));
    white-space: nowrap;
}

.orvix-category-page .orvix-cat-buybar__btn {
    flex: 0 0 auto;
    height: 2.85rem;
    border-radius: 0.75rem;
    padding: 0 1.1rem;
    background: var(--orvix-cta-btn-gradient, linear-gradient(135deg, #2dd4bf 0%, #3b82f6 100%)) !important;
}

.orvix-category-page .orvix-cat-buybar__row .orvix-catpkg-fav {
    flex: 0 0 auto;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-buybar__head strong,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-buybar__left > div > strong {
    color: #f1f5f9;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-buybar__head span,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-buybar__left > div > span {
    color: rgba(241, 245, 249, 0.62);
}

.orvix-category-page__below {
    margin-top: 0;
    padding: 0.25rem 0 2rem;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"] .orvix-category-page__below {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-category-page__tabs {
    padding-top: 1.65rem;
    padding-bottom: 2rem;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

.orvix-category-page__tabs .orvix-cat-tabs {
    margin-top: 0;
    width: 100%;
}

.orvix-category-page__tabs .orvix-cat-tabs__nav {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.orvix-category-page__tabs .orvix-cat-tabs__nav button:not(.is-active) i {
    color: var(--bs-primary) !important;
}

.orvix-category-page__tabs .orvix-cat-tabs__nav button.is-active {
    background: var(--bs-primary) !important;
    box-shadow: 0 8px 18px -14px color-mix(in srgb, var(--bs-primary) 45%, transparent);
    color: #fff;
}

.orvix-category-page__tabs .orvix-cat-tabs__nav button.is-active i {
    color: #fff;
}

.orvix-category-page__tabs .orvix-cat-tabs__nav button:not(.is-active):hover {
    color: var(--bs-primary);
    background: var(--orvix-primary-tint-10, rgba(55, 98, 234, 0.1));
}

.orvix-category-page__tabs .orvix-cat-tabs-content {
    overflow: visible;
}

.orvix-category-page__tabs .orvix-cat-surface-card {
    max-height: none;
    overflow: visible;
}

/* SEO metin — anasayfa/ücretsiz araç tarzı kaydırma (gradient gölge yok) */
.orvix-category-seo-scroll .orvix-pl-seo__card {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    overflow: visible;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-pl-seo__card,
html[data-bs-theme="dark"] .orvix-category-seo-scroll .orvix-pl-seo__card {
    background: transparent !important;
    border: none !important;
}

html[data-bs-theme="dark"] .fdh-shell .orvix-pl-seo__card {
    background: transparent !important;
}

.orvix-category-seo-scroll .orvix-pl-seo__card::after {
    display: none !important;
    content: none !important;
}

.orvix-category-seo-scroll .orvix-pl-seo__body {
    max-height: 400px;
    overflow: auto;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
    padding-right: 0.55rem;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary, #3762ea) transparent;
    touch-action: pan-y;
}

.orvix-category-seo-scroll .orvix-pl-seo__body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: block;
}

.orvix-category-seo-scroll .orvix-pl-seo__body::-webkit-scrollbar-thumb {
    background: var(--bs-primary, #3762ea);
    border-radius: 999px;
}

.orvix-category-page__tabs .orvix-toc-link__icon,
.orvix-category-page__tabs .orvix-toc a i {
    color: var(--bs-primary) !important;
}

.orvix-category-page__package-seo {
    margin-top: 0;
}

.orvix-category-page__tabs .orvix-cat-info-grid .orvix-pkg-ic--primary {
    background: var(--bs-primary) !important;
    color: #fff;
}

.orvix-category-page__tabs .orvix-section-title > i {
    color: var(--bs-primary);
}

.orvix-cat-review-form .orvix-rating-picker {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.35rem;
}

.orvix-cat-review-form .orvix-rating-picker label {
    cursor: pointer;
    transition: transform 0.18s ease, color 0.18s ease;
    line-height: 1;
}

.orvix-cat-review-form .orvix-rating-picker label:hover {
    transform: scale(1.12);
}

.orvix-cat-review-form .orvix-rating-picker label i {
    color: color-mix(in srgb, var(--bs-primary) 28%, #94a3b8);
    transition: color 0.18s ease;
}

.orvix-cat-review-form .orvix-rating-picker label.is-active i {
    color: #f59e0b !important;
}

.orvix-cat-review-form .orvix-rating-picker label:hover i {
    color: #fbbf24 !important;
}

.orvix-category-page__tabs .orvix-cat-review-form {
    border-radius: 1.125rem;
    overflow: hidden;
}

.orvix-category-page__tabs .orvix-cat-review-form .form-control,
.orvix-category-page__tabs .orvix-cat-review-form textarea {
    border-color: color-mix(in srgb, var(--bs-primary) 16%, rgba(15, 23, 42, 0.1)) !important;
    border-radius: 0.875rem !important;
}

html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form .form-control,
html[data-bs-theme="dark"] .orvix-category-page .orvix-cat-review-form textarea {
    border-color: color-mix(in srgb, var(--bs-primary) 20%, rgba(255, 255, 255, 0.08)) !important;
}

.orvix-category-page__tabs .orvix-cat-empty i {
    color: var(--bs-primary) !important;
}

.orvix-category-page__tabs .orvix-cat-faq .orvix-front-faq__toggle {
    color: var(--bs-primary) !important;
}

.orvix-category-page .orvix-cat-coupon__form button.is-loading {
    pointer-events: none;
    opacity: 0.88;
}

.orvix-category-page .orvix-cat-coupon__spinner {
    animation: orvixCatCouponSpin 0.65s linear infinite;
}

@keyframes orvixCatCouponSpin {
    to { transform: rotate(360deg); }
}

.orvix-category-page__tabs .orvix-cat-tabs__panel {
    overflow: visible;
}

/* orvix-platform-show.css flex-start çakışmasını kır */
.orvix-front-shell .orvix-front-shell__main:has(.orvix-category-page) {
    align-items: stretch !important;
    justify-content: flex-start;
    width: 100%;
}

.orvix-category-page,
.orvix-category-page__below {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    box-sizing: border-box;
}

.orvix-front-shell__main:has(.orvix-category-page),
.orvix-front-shell__main:has(.orvix-category-page__below) {
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"] .orvix-front-shell__main:has(.orvix-category-page),
html[data-bs-theme="dark"] .orvix-front-shell__main:has(.orvix-category-page__below) {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-page-hero--category .orvix-bc__hero {
    padding-bottom: 3rem;
}

.orvix-page-hero--category .orvix-bc__hero--with-arrow {
    max-width: min(100%, 52rem);
    width: 100%;
}

.orvix-page-hero--category .orvix-bc__left,
.orvix-page-hero--platform-show .orvix-bc__left {
    align-items: flex-start;
}

.orvix-page-hero--category .orvix-bc__ic,
.orvix-page-hero--platform-show .orvix-bc__ic {
    margin-top: 0.1rem;
}

.orvix-page-hero--category .orvix-bc__left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(100%, 42rem);
}

.orvix-page-hero--category .orvix-bc__d {
    margin-bottom: 0.75rem;
    padding-bottom: 0.85rem;
}

.orvix-page-hero--category .orvix-page-hero__visual-arrow {
    flex: 0 0 auto;
    margin: 0 5rem 3.25rem 0;
    align-self: flex-end;
    pointer-events: none;
    z-index: 2;
}

.orvix-page-hero--category .orvix-page-hero__visual-arrow img {
    display: block;
    width: 8.75rem;
    height: 8.75rem;
    min-height: 0;
    max-height: 8.75rem;
    object-fit: contain;
    transform: scaleX(-1) rotate(-10deg);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.orvix-page-hero--category .orvix-page-hero__mobile-char {
    display: none;
}

.orvix-category-page__mobile-hero-char {
    display: none;
}

.orvix-page-hero--category .orvix-bc__hero-arrow {
    display: none !important;
}

@media (max-width: 991.98px) {
    .orvix-page-hero--category .orvix-page-hero__inner {
        padding-right: 0;
    }

    .orvix-page-hero--category .orvix-bc__hero {
        padding-bottom: 0;
    }

    .orvix-page-hero--category .orvix-bc__left {
        max-width: 100%;
    }

    .orvix-page-hero--category .orvix-bc__d {
        padding-bottom: 0.05rem;
        margin-bottom: 0;
    }

    .orvix-page-hero--category .orvix-page-hero__mobile-char {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0.1rem;
        padding: 0 1rem 0;
        pointer-events: none;
    }

    .orvix-page-hero--category .orvix-page-hero__mobile-char img {
        display: block;
        width: auto;
        max-width: 250px;
        max-height: 280px;
        object-fit: contain;
        object-position: center bottom;
        filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
    }

    .orvix-page-hero--category .orvix-page-hero__inner {
        padding-bottom: 0.85rem;
    }

    .orvix-category-page {
        --orvix-category-panel-overlap: 4.75rem;
    }

    .orvix-category-page--has-tabs {
        --orvix-category-panel-overlap: 6rem;
    }

    .orvix-category-page--has-tabs .orvix-category-page__panel {
        padding-top: 1rem;
    }

    .orvix-category-page .orvix-ft-group-tabsbar {
        margin-left: 0 !important;
        margin-right: 0;
        margin-bottom: 0.65rem;
        padding-top: 0.85rem;
    }

    .orvix-category-page .orvix-ft-group-tabsbar::before {
        display: none;
    }

    .orvix-category-page .orvix-ft-group-tabsbar .orvix-ft-group-tabs {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.45rem;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        scrollbar-width: none;
    }

    .orvix-category-page .orvix-ft-group-tabsbar .orvix-ft-group-tabs::-webkit-scrollbar {
        display: none;
    }

    .orvix-category-page .orvix-ft-group-tabsbar .orvix-ft-group-tab {
        box-sizing: border-box;
        flex: 0 0 calc((100% - 0.45rem) / 2);
        min-width: calc((100% - 0.45rem) / 2);
        max-width: calc((100% - 0.45rem) / 2);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .orvix-category-page .orvix-ft-group-tabsbar .orvix-ft-group-tabs:has(.orvix-ft-group-tab:nth-child(2):last-child) .orvix-ft-group-tab {
        flex: 1 0 calc((100% - 0.45rem) / 2);
        min-width: calc((100% - 0.45rem) / 2);
        max-width: calc((100% - 0.45rem) / 2);
    }

    .orvix-page-hero--category .orvix-page-hero__visual-cluster {
        display: none !important;
    }

    .orvix-page-hero--category .orvix-bc__hero-arrow {
        display: none !important;
    }

    .orvix-category-page .orvix-ft-group-tabsbar {
        position: relative;
        z-index: 12;
    }

    .orvix-category-page__package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orvix-category-page .orvix-cat-coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .orvix-category-page .orvix-cat-coupon__form {
        flex: 0 0 auto;
        width: 100%;
    }

    .orvix-category-page .orvix-cat-buybar__row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        min-height: 0;
    }

    .orvix-category-page .orvix-cat-buybar__left {
        width: 100%;
        flex: 0 0 auto;
    }

    .orvix-category-page .orvix-cat-buybar__right {
        width: 100%;
        flex: 0 0 auto;
        justify-content: flex-start;
        gap: 0.55rem;
    }

    .orvix-category-page .orvix-cat-buybar__amount {
        align-items: flex-start;
        flex: 0 0 auto;
        margin-right: auto;
    }

    .orvix-category-page .orvix-cat-buybar__btn {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        max-width: max-content;
        height: 2.35rem;
        padding: 0 0.72rem;
        justify-content: center;
        gap: 0;
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .orvix-category-page .orvix-cat-buybar__btn span {
        display: inline;
    }

    .orvix-category-page .orvix-cat-buybar__btn i {
        display: none;
    }

    .orvix-category-page .orvix-cat-buybar__row .orvix-catpkg-fav {
        flex: 0 0 auto;
    }

    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-bridge__card--light,
    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
        padding: 1.15rem 1.1rem 1rem !important;
    }

    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card--mini {
        padding: 1.15rem 1.1rem 1.05rem !important;
    }

    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card--support {
        padding: 1.15rem 1rem 1rem !important;
    }

    .orvix-category-page__below .orvix-home-promo-strip__card,
    .orvix-category-page__below .orvix-home-promo-strip .orvix-home-bridge__card--light {
        box-shadow: 0 12px 36px -18px rgba(15, 23, 42, 0.2) !important;
    }

    html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip__card,
    html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip .orvix-home-bridge__card--light {
        box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.45) !important;
    }
}

/* Paket sayfası promo — vw/transform bindirme kapalı (promo-strip.css sonrası yüklenir) */
.orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    padding: 0 0 0.75rem !important;
    isolation: auto;
}

.orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid {
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
}

.orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid::before,
.orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid::after {
    display: none !important;
    content: none !important;
}

.orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
    transform: none !important;
    top: 0 !important;
    position: relative !important;
}

html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
    background: transparent !important;
}

html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid,
html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid::before {
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

html[data-bs-theme="dark"] .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
    transform: none !important;
    top: 0 !important;
}

@media (max-width: 991.98px) {
    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static,
    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid,
    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
        transform: none !important;
        margin-bottom: 0 !important;
    }

    .orvix-category-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
        margin-top: 2rem !important;
    }
}
