/* ==========================================================================
   İÇ SAYFALAR İÇİN BANNER (HERO) YÜKSEKLİKLERİ
   ========================================================================== */
.inner-page-hero {
    position: relative;
    height: 450px; 
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    overflow: hidden;
}

.compact-hero-section {
    background-color: #0a1128;
    min-height: 240px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .inner-page-hero,
    .compact-hero-section {
        height: auto;
        min-height: 200px;
        padding: 40px 0;
    }
}

/* ==========================================================================
   BUTON TIKLAMA (ACTIVE/FOCUS) BEYAZLAŞMA SORUNU DÜZELTMESİ
   ========================================================================== */
.btn-brand:focus,
.btn-brand:active,
.btn-brand:active:focus {
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
    border-color: var(--brand-color) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-brand:focus,
.btn-outline-brand:active,
.btn-outline-brand:active:focus {
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
    border-color: var(--brand-color) !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   HAKKIMIZDA SAYFASI - SIFIR GÖLGE PRENSİBİ BAŞLIKLARI (MİNİMAL YAPI)
   ========================================================================== */
.premium-feature-card {
    cursor: default;
    transition: color 0.3s ease;
}

.premium-feature-card:hover .premium-feature-title {
    color: var(--brand-color) !important;
}

.premium-feature-title {
    font-size: 1.15rem;
    transition: color 0.3s ease;
}

.feature-desc {
    font-size: 0.95rem !important;
    line-height: 1.6;
}

.feature-bg-number {
    font-size: 6.5rem;
    color: #e2e8f0;
    line-height: 0.8;
    opacity: 0.4;
    margin-left: 0px;
    margin-top: -5px;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.premium-feature-card:hover .feature-bg-number {
    opacity: 0.15;
    color: var(--brand-color);
}

/* ==========================================================================
   RION PREMIUM FAQ - BAĞIMSIZ KUTULAR (5px Radius, Sıfır Gölge)
   ========================================================================== */
.premium-faq-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    box-shadow: none !important;
    overflow: hidden;
}

.premium-faq-box:hover {
    border-color: var(--brand-color) !important;
}

.premium-faq-box:has(.accordion-button:not(.collapsed)) {
    border-color: var(--brand-color) !important;
    background-color: rgba(255, 131, 0, 0.02);
}

.premium-faq-btn {
    background-color: transparent !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 20px 24px !important;
    border: none !important;
    box-shadow: none !important;
}

.premium-faq-btn:focus {
    box-shadow: none !important;
}

.premium-faq-btn:not(.collapsed) {
    color: var(--brand-color) !important;
}

.premium-faq-btn::after {
    background-image: none !important;
    content: "\F282";
    font-family: "bootstrap-icons" !important;
    font-size: 18px;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
}

.premium-faq-btn:hover::after {
    color: var(--brand-color);
}

.premium-faq-btn:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: var(--brand-color);
}

.premium-faq-body {
    padding: 0 24px 24px 24px !important;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.8;
    border-top: none !important;
    background-color: transparent !important;
}

/* ==========================================================================
   İLETİŞİM SAYFASI - HERO (BANNER) PERSPEKTİF TASARIMI
   ========================================================================== */
.contact-hero-section {
    background-color: #1e293b;
    border-color: #334155 !important;
    min-height: 400px; 
    display: flex; 
    align-items: center; 
    padding: 40px 0;
    overflow: hidden;
}

.contact-hero-bg-glow {
    background: radial-gradient(circle at center, rgba(255, 131, 0, 0.15) 0%, transparent 70%);
}

.contact-hero-bg-pattern {
    background-image: radial-gradient(#334155 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.2;
}

.contact-badge {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px;
}

.contact-badge i {
    font-size: 0.85rem;
}

.contact-badge-text {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.contact-hero-title {
    font-size: 3rem;
    letter-spacing: -1px;
    line-height: 1.2;
}

.contact-hero-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 600px;
}

.contact-hero-icon-box {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.contact-hero-icon-box i {
    font-size: 3rem;
    opacity: 0.8;
}

.contact-content-section {
    border-color: #e2e8f0 !important;
}

.contact-section-title {
    letter-spacing: -0.5px;
}

.contact-section-subtitle {
    font-size: 1.05rem;
}

.alignment-spacer {
    font-size: 1.05rem;
    visibility: hidden;
    user-select: none;
}

/* ==========================================================================
   İLETİŞİM SAYFASI - MİNİMAL VE SABİT TASARIM BİLEŞENLERİ
   ========================================================================== */
.premium-contact-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    border-radius: 5px !important;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.premium-contact-card:hover {
    border-color: var(--brand-color) !important;
    background-color: rgba(255, 131, 0, 0.01);
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 131, 0, 0.08);
    color: var(--brand-color);
    border-radius: 5px;
}

.contact-card-text {
    line-height: 1.6;
}

.contact-map-wrapper {
    min-height: 200px;
}

.contact-map-iframe {
    flex-grow: 1;
    border: 0;
    border-radius: 4px;
    filter: grayscale(100%) contrast(1.1) opacity(0.8);
}

/* ==========================================================================
   İLETİŞİM SAYFASI - GELİŞMİŞ FORM TASARIMI
   ========================================================================== */
.premium-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.premium-input-group .form-icon {
    position: absolute;
    left: 18px;
    color: #94a3b8;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    z-index: 5;
    pointer-events: none;
}

.premium-input-group .form-control {
    border-radius: 5px !important;
    border: 1px solid #cbd5e1;
    padding: 14px 15px 14px 48px; 
    font-size: 14.5px;
    transition: all 0.3s ease;
    background-color: #f8fafc;
    box-shadow: none !important;
    width: 100%;
}

.premium-input-group:focus-within .form-icon {
    color: var(--brand-color);
}

.premium-input-group .form-control:focus {
    border-color: var(--brand-color);
    background-color: #ffffff;
    box-shadow: none !important;
}

.advanced-contact-form textarea.form-control {
    resize: none;
}

.contact-textarea {
    min-height: 150px;
}

.contact-submit-btn {
    font-size: 15px;
}

/* --- Özel Select --- */
.premium-custom-select {
    position: relative;
    width: 100%;
}

.premium-custom-select .form-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
    z-index: 5;
    transition: color 0.3s ease;
    pointer-events: none;
}

.custom-select-trigger {
    border-radius: 5px !important;
    border: 1px solid #cbd5e1;
    padding: 14px 15px 14px 48px;
    font-size: 14.5px;
    background-color: #f8fafc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1e293b;
    transition: all 0.3s ease;
    user-select: none;
}

.premium-custom-select.open .form-icon {
    color: var(--brand-color);
}

.premium-custom-select.open .custom-select-trigger {
    border-color: var(--brand-color);
    background-color: #ffffff;
}

.custom-select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important; 
    /* Kaydırma çubuğu için */
    max-height: 300px;
    overflow-y: auto;
}

.premium-custom-select.open .custom-select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-color: var(--brand-color);
}

.custom-select-options li {
    padding: 10px 20px 10px 48px;
    font-size: 14px;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Seçim Menüsü Grup Başlıkları (Optgroup) */
.custom-select-options li.optgroup-title {
    font-weight: 700;
    color: var(--brand-color);
    background-color: #f8fafc !important;
    cursor: default;
    padding: 10px 20px 6px 20px;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid #f1f5f9;
}

.custom-select-options li.optgroup-title:first-child {
    border-top: none;
}

.custom-select-options li.optgroup-option {
    padding-left: 25px; /* Grupların altındaki öğeleri hizalar */
}

.custom-select-options li:not(.optgroup-title):hover {
    background-color: rgba(255, 131, 0, 0.05);
    color: var(--brand-color);
}

.custom-select-options li.active {
    color: var(--brand-color);
    font-weight: 600;
    background-color: rgba(255, 131, 0, 0.08);
}

.custom-select-trigger .arrow-icon {
    color: #94a3b8;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.premium-custom-select.open .custom-select-trigger .arrow-icon {
    transform: rotate(180deg);
    color: var(--brand-color);
}

/* --- Yeni Yapı: .select-trigger (ürün detay sidebar için) --- */
.premium-custom-select .select-trigger {
    border-radius: 5px !important;
    border: 1px solid #cbd5e1;
    padding: 13px 15px;
    font-size: 14.5px;
    background-color: #f8fafc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1e293b;
    transition: all 0.3s ease;
    user-select: none;
}

.premium-custom-select.open .select-trigger {
    border-color: var(--brand-color);
    background-color: #ffffff;
}

.premium-custom-select .select-arrow {
    color: #94a3b8;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.premium-custom-select.open .select-arrow {
    transform: rotate(180deg);
    color: var(--brand-color);
}

/* select-options (yeni yapı için) */
.premium-custom-select .select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    max-height: 300px;
    overflow-y: auto;
}

.premium-custom-select.open .select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-color: var(--brand-color);
}

.premium-custom-select .select-options li {
    padding: 10px 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: all 0.2s ease;
}

.premium-custom-select .select-options li .opt-label {
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
}

.premium-custom-select .select-options li .opt-meta {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 400;
}

.premium-custom-select .select-options li:not(.active):hover {
    background-color: rgba(255, 131, 0, 0.05);
}

.premium-custom-select .select-options li:not(.active):hover .opt-label {
    color: var(--brand-color);
}

.premium-custom-select .select-options li.active {
    background-color: rgba(255, 131, 0, 0.08);
}

.premium-custom-select .select-options li.active .opt-label {
    color: var(--brand-color);
    font-weight: 600;
}

/* --- Domain Input --- */
.domain-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f8fafc;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.domain-input-group:focus-within {
    border-color: var(--brand-color);
    background-color: #ffffff;
}

.domain-prefix {
    padding: 13px 12px 13px 14px;
    background-color: #f1f5f9;
    color: #64748b;
    font-size: 13px;
    border-right: 1px solid #e2e8f0;
    white-space: nowrap;
    user-select: none;
    font-weight: 500;
}

.rion-domain-input {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 13px 14px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    box-shadow: none !important;
    width: 100%;
}

.rion-domain-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.rion-domain-input::placeholder {
    color: #94a3b8 !important;
}

/* Kaydırma Çubuğu Özelleştirmesi */
.custom-select-options::-webkit-scrollbar {
    width: 6px;
}
.custom-select-options::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 5px;
}
.custom-select-options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 5px;
}
.custom-select-options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ==========================================================================
   İLETİŞİM SAYFASI - KVKK ÖZEL CHECKBOX
   ========================================================================== */
.premium-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.premium-checkbox-wrapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cbd5e1;
    border-radius: 4px !important;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: none !important;
}

.premium-checkbox-wrapper input[type="checkbox"]:focus {
    outline: none;
    border-color: var(--brand-color);
}

.premium-checkbox-wrapper input[type="checkbox"]:checked {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.premium-checkbox-wrapper input[type="checkbox"]:checked::after {
    content: "\F26A"; 
    font-family: "bootstrap-icons";
    color: white;
    font-size: 12px;
    line-height: 1;
}

.premium-checkbox-wrapper label {
    cursor: pointer;
    user-select: none;
}

/* ==========================================================================
   LOGIN VE KAYIT (AUTH) SAYFALARI - MİNİMAL TASARIM
   ========================================================================== */
.login-left-panel {
    background-color: #0a1128;
    background-image: radial-gradient(circle at bottom right, rgba(25, 42, 86, 0.8) 0%, #0a1128 100%);
}

.login-bg-overlay {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 10px);
    opacity: 0.5;
}

.login-card {
    max-width: 430px; 
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.register-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    padding: 30px 40px; 
}

@media (max-width: 575.98px) {
    .login-card, .register-card {
        padding: 25px 20px !important;
        border: none !important;
    }
}

.premium-login-input {
    border-radius: 5px !important;
    border: 1px solid #e2e8f0;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: none !important;
    color: #1e293b;
}

.premium-login-input::placeholder {
    color: #94a3b8;
}

.premium-login-input:focus {
    border-color: var(--brand-color);
    background-color: #ffffff;
    box-shadow: none !important;
}

.captcha-box {
    background: repeating-linear-gradient(0deg, #f1f5f9, #f1f5f9 2px, #e2e8f0 2px, #e2e8f0 4px);
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    width: 120px;
    height: 45px;
    overflow: hidden;
}

.captcha-text {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-weight: bold;
    color: #1e293b;
    letter-spacing: 3px;
    transform: rotate(-3deg);
    user-select: none;
}

.login-submit-btn {
    background-color: #0a1128 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: none !important;
}

.login-submit-btn:focus,
.login-submit-btn:active,
.login-submit-btn:active:focus {
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
    border-color: var(--brand-color) !important;
    outline: none !important;
    box-shadow: none !important;
}

.login-submit-btn:hover {
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
}

.login-divider {
    border-top: 1px dashed #e2e8f0;
    width: 100%;
}

/* Kayıt Sayfası Form Elemanları */
.register-section-title {
    font-size: 13px;
    font-weight: 700;
    color: #0a1128;
    margin-bottom: 0.5rem; 
    padding-bottom: 0.25rem; 
    border-bottom: 1px solid #f1f5f9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.premium-form-control, .premium-form-select {
    border-radius: 5px !important;
    border: 1px solid #e2e8f0;
    padding: 8px 14px; 
    font-size: 13.5px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: none !important;
    color: #1e293b;
}

.premium-form-control::placeholder {
    color: #a0aec0;
}

.premium-form-control:focus, .premium-form-select:focus {
    border-color: var(--brand-color);
    outline: none;
    box-shadow: none !important;
}

.premium-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 10px;
    padding-right: 32px;
}

.premium-toggle-btn {
    border: 1px solid #e2e8f0 !important;
    color: #64748b;
    background-color: #f8fafc;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    box-shadow: none !important;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
}

.premium-toggle-btn:hover {
    border-color: #cbd5e1 !important;
}

.btn-check:checked + .premium-toggle-btn {
    background-color: rgba(255, 131, 0, 0.05);
    color: var(--brand-color);
    border-color: var(--brand-color) !important;
}

/* ==========================================================================
   ÜRÜNLER (VİTRİN) SAYFASI - KURUMSAL TASARIM (SIFIR GÖLGE)
   ========================================================================== */
.sidebar-category-wrapper {
    background-color: #ffffff;
    border-radius: 5px !important;
    border-color: #e2e8f0 !important;
    overflow: hidden;
}

.showcase-sidebar-menu .sidebar-menu-item {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 20px;
    color: #4a5568;
    font-size: 14px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.showcase-sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: none;
}

.showcase-sidebar-menu .sidebar-menu-item .icon {
    color: #94a3b8;
    transition: color 0.3s ease;
}

.showcase-sidebar-menu .sidebar-menu-item .chevron {
    font-size: 10px;
    color: #cbd5e1;
    transition: transform 0.3s ease;
}

.showcase-sidebar-menu .sidebar-menu-item:hover {
    background-color: #f8fafc;
    color: #1e293b;
}

.showcase-sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(255, 131, 0, 0.05) !important; 
    color: var(--brand-color) !important; 
    border-left-color: var(--brand-color);
}

.showcase-sidebar-menu .sidebar-menu-item.active .icon,
.showcase-sidebar-menu .sidebar-menu-item.active .chevron {
    color: var(--brand-color) !important;
}

.promo-banner {
    background: linear-gradient(135deg, var(--brand-color) 0%, #e67600 100%);
    border-radius: 5px;
    padding: 20px 15px;
    border: none !important;
    transition: box-shadow 0.3s ease;
}

.promo-icon i {
    font-size: 2.5rem;
    color: #ffffff;
    opacity: 0.95;
}

.products-top-bar {
    background-color: #0a1128;
    border-radius: 5px;
    padding: 15px 20px;
}

.showcase-search-box input {
    width: 250px;
    padding: 10px 15px 10px 40px;
    border-radius: 5px !important;
    font-size: 13.5px;
    box-shadow: none !important;
}

.showcase-search-box input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 131, 0, 0.5) !important; 
}

.premium-showcase-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    box-shadow: none !important; 
    transition: border-color 0.3s ease;
}

.premium-showcase-card:hover {
    border-color: var(--brand-color) !important;
}

.premium-showcase-card .card-img-wrapper {
    width: 100%;
    padding: 0; 
    background-color: #f8fafc; 
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden; 
    border-radius: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-showcase-card .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

.premium-showcase-card .product-title {
    font-size: 1.1rem;
    letter-spacing: -0.3px;
    transition: color 0.3s ease; 
}

.premium-showcase-card:hover .product-title {
    color: var(--brand-color) !important;
}

.premium-showcase-card .desc-text {
    font-size: 0.85rem;
    line-height: 1.6;
}

.premium-showcase-card .price-box {
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #1e293b;
    font-size: 0.95rem;
}

.btn-showcase-buy {
    background-color: #0a1128 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 0;
    font-size: 14px;
    box-shadow: none !important;
    transition: background-color 0.3s ease;
}

.btn-showcase-buy:focus,
.btn-showcase-buy:active,
.btn-showcase-buy:active:focus {
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
    border-color: var(--brand-color) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-showcase-buy:hover {
    background-color: var(--brand-color) !important; 
    color: #ffffff !important;
}

/* ==========================================================================
   ÜRÜN DETAY SAYFASI (urun-detay.php) ÖZEL STİLLERİ
   ========================================================================== */

.rion-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.rion-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}
.rion-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\F285"; 
    font-family: "bootstrap-icons";
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 6px; 
}

.browser-mockup {
    border: 1px solid #e2e8f0;
    border-radius: 5px !important;
    overflow: hidden;
    background-color: #ffffff;
}
.browser-mockup-header {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.rion-product-tabs {
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.rion-product-tabs .nav-link {
    color: #64748b;
    font-weight: 500;
    font-size: 15px;
    padding: 1rem 0;
    border: none !important;
    background: transparent !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}
.rion-product-tabs .nav-link:hover {
    color: var(--brand-color);
}
.rion-product-tabs .nav-link.active {
    color: #0a1128;
    font-weight: 700;
    border-bottom-color: var(--brand-color) !important;
}

.rion-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rion-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #4a5568;
    font-size: 14.5px;
    line-height: 1.7;
}
.rion-feature-list li i {
    color: var(--brand-color);
    font-size: 1.1rem;
    margin-top: 2px;
}

.changelog-item {
    border-left: 2px solid #e2e8f0;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}
.changelog-item::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: var(--brand-color);
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: content-box;
}

/* ==========================================================================
   ÜRÜN DETAY - GENEL BAKIŞ KARTLARI (MİNİMAL YAPI - SABİT)
   ========================================================================== */
#productTabsContent {
    min-height: 480px;
    position: relative;
}

.rion-overview-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex; 
    align-items: flex-start;
    gap: 15px; 
    box-shadow: none !important;
}

.rion-overview-card:hover {
    border-color: var(--brand-color) !important;
}

.rion-overview-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--brand-color);
    background-color: rgba(255, 131, 0, 0.08); 
    transition: all 0.3s ease;
}

.rion-overview-card:hover .rion-overview-icon {
    background-color: var(--brand-color);
    color: #ffffff;
}

.rion-overview-content {
    flex: 1;
}

.rion-overview-card .card-title {
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.rion-overview-card:hover .card-title {
    color: var(--brand-color);
}

.rion-overview-card .card-desc {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* ==========================================================================
   SEPET SAYFASI (sepet.php) ÖZEL STİLLERİ
   ========================================================================== */

.rion-cart-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    padding: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: border-color 0.3s ease;
    box-shadow: none !important;
}

.rion-cart-item:hover {
    border-color: var(--brand-color) !important;
}

.rion-cart-img {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.rion-cart-details {
    flex-grow: 1;
}

.rion-cart-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.35rem;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rion-cart-title:hover {
    color: var(--brand-color);
}

.rion-cart-meta {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.rion-cart-meta-divider {
    width: 4px;
    height: 4px;
    background-color: #cbd5e1;
    border-radius: 50%;
}

.rion-cart-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a1128;
    white-space: nowrap;
}

.rion-cart-remove {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.rion-cart-remove:hover {
    background-color: #fee2e2;
    color: #ef4444;
    border-color: #fca5a5;
}

.rion-summary-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    padding: 1.5rem;
    box-shadow: none !important;
}

.rion-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #4a5568;
}

.rion-summary-row.total {
    border-top: 1px dashed #e2e8f0;
    padding-top: 1.25rem;
    margin-top: 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0a1128;
    margin-bottom: 1.5rem;
}

.rion-promo-input {
    border-radius: 5px 0 0 5px !important;
    border: 1px solid #cbd5e1 !important;
    border-right: none !important;
    height: 44px;
    font-size: 0.9rem;
    box-shadow: none !important;
    background-color: #f8fafc;
}

.rion-promo-input:focus {
    border-color: var(--brand-color) !important;
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .rion-cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .rion-cart-img {
        width: 100%;
        height: 140px;
    }
    .rion-cart-remove {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        background-color: #ffffff;
    }
    .rion-cart-item {
        position: relative;
    }
    .rion-cart-price {
        margin-top: 0.5rem;
    }
}

.empty-cart-wrapper {
    background-color: #ffffff;
    border: 2px dashed #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.empty-cart-wrapper:hover {
    border-color: rgba(255, 131, 0, 0.4) !important;
    background-color: rgba(255, 131, 0, 0.01);
}

.empty-cart-icon {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 131, 0, 0.08);
    color: var(--brand-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.rion-promo-btn {
    border-radius: 0 5px 5px 0 !important;
    height: 44px;
    background-color: var(--brand-color) !important;
    color: #ffffff !important;
    border: 1px solid var(--brand-color) !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.rion-promo-btn:hover {
    background-color: var(--brand-hover) !important;
    border-color: var(--brand-hover) !important;
}

.rion-promo-btn:disabled {
    background-color: #cbd5e1 !important;
    border-color: #cbd5e1 !important;
    cursor: not-allowed;
}

/* ==========================================================================
   SİPARİŞ / ÜRÜN YAPILANDIRMA SAYFASI (siparis.php) ÖZEL STİLLERİ
   ========================================================================== */

/* Yapılandırma Adım Kartları */
.order-step-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: none !important;
}

.order-step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.order-step-number {
    width: 32px;
    height: 32px;
    background-color: var(--brand-color);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.order-step-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.order-step-desc {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 4px;
    margin-bottom: 0;
}

/* Tıklanabilir Radio Kutu Seçenekleri (Süre ve Hosting Tabs) */
.premium-radio-box {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.premium-radio-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-box-content {
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    padding: 1rem;
    background-color: #f8fafc;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium-radio-box:hover .radio-box-content {
    border-color: var(--brand-color);
}

.premium-radio-box input[type="radio"]:checked ~ .radio-box-content {
    border-color: var(--brand-color);
    background-color: rgba(255, 131, 0, 0.05);
}

/* Ek Hizmetler (Addons) Listesi - HİZALAMA DÜZELTİLDİ (CSS GRID KULLANILDI) */
.addon-row {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 1.25rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
}

.addon-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .addon-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        align-items: flex-start;
    }
}

.addon-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.addon-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Özel Turuncu Radio Buton Tasarımı */
.custom-form-check {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.custom-form-check:last-child {
    margin-bottom: 0;
}

.custom-form-check input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #f8fafc;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.custom-form-check input[type="radio"]:checked {
    border-color: var(--brand-color);
}

.custom-form-check input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--brand-color);
}

.custom-form-check label {
    font-size: 0.9rem;
    color: #4a5568;
    cursor: pointer;
    user-select: none;
}

/* Mevcut Hosting Uyarı Kutusu */
.hosting-warning-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 1.5rem;
    text-align: center;
}

.hosting-warning-divider {
    width: 40px;
    height: 2px;
    background-color: #cbd5e1;
    margin: 1rem auto;
}

/* ==========================================================================
   ANASAYFA HOSTİNG PAKET KARTLARI
   ========================================================================== */
.hosting-paket-kart {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color .2s, background .2s;
}
.hosting-paket-kart:hover {
    border-color: var(--brand-color);
    background: rgba(255,131,0,.015);
}

/* Üst bant: renkli */
.hosting-paket-kart::before {
    content: '';
    display: block;
    height: 3px;
    background: var(--brand-color);
    opacity: 0;
    transition: opacity .2s;
}
.hosting-paket-kart:hover::before {
    opacity: 1;
}

/* Header */
.hpk-header {
    padding: 20px 20px 0;
    margin-bottom: 0;
}
.hpk-baslik {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 5px;
    letter-spacing: -.3px;
}
.hpk-aciklama {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    min-height: 34px;
}

/* Fiyat bloku */
.hpk-fiyat-blok {
    padding: 16px 20px;
    margin: 14px 20px;
    background: #f8fafc;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    transition: border-color .2s, background .2s;
}
.hosting-paket-kart:hover .hpk-fiyat-blok {
    border-color: rgba(255,131,0,.3);
    background: rgba(255,131,0,.04);
}
.hpk-eski-fiyat {
    font-size: 11px;
    color: #94a3b8;
    text-decoration: line-through;
    display: block;
    margin-bottom: 1px;
}
.hpk-fiyat-satir {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.hpk-fiyat {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -.5px;
}
.hpk-periyot {
    font-size: 12px;
    color: #94a3b8;
}
.hpk-periyot-info {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.hpk-periyot-info i { color: var(--brand-color); font-size: 11px; }

/* Özellik listesi */
.hpk-ozellik-liste {
    list-style: none;
    padding: 0 20px 14px;
    margin: 0;
    flex: 1;
}
.hpk-ozellik-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed #f1f5f9;
    font-size: 12.5px;
    gap: 6px;
}
.hpk-ozellik-satir:last-child { border-bottom: none; }
.hpk-feature-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-weight: 500;
    flex: 1;
}
.hpk-feature-label i {
    color: var(--brand-color);
    font-size: 13px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.hpk-feature-info {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    flex-shrink: 0;
    position: relative;
    font-style: normal;
    transition: background .15s, border-color .15s;
}
.hpk-feature-info:hover {
    background: #0a1128;
    border-color: #0a1128;
    color: #fff;
}
.hpk-feature-info:hover::after {
    content: attr(data-info);
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    background: #0a1128;
    color: #f8fafc;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: normal;
    max-width: 220px;
    z-index: 10;
    line-height: 1.4;
    pointer-events: none;
    font-style: normal;
}
.hpk-feature-info:hover::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 1px);
    right: 5px;
    border: 5px solid transparent;
    border-top-color: #0a1128;
    pointer-events: none;
}

/* CTA butonu */
.hpk-btn {
    font-size: 13px;
    padding: 11px 20px;
    margin: 0 20px 20px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

/* Rozet / Popüler badge */
.hpk-rozet-wrap {
    padding: 14px 20px 0;
    text-align: right;
}
.hpk-rozet {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/* Popüler olan kartın kenarlığını vurgula */
.hpk-featured {
    border-color: var(--brand-color) !important;
    box-shadow: 0 4px 20px rgba(255,131,0,0.12) !important;
}
.hpk-featured::before {
    opacity: 1 !important;
}

/* ====================================================
   HPK3 — Hosting Paket Kart (Referans Tasarım)
   Beyaz kart, üstte ikon, açıklama+ad, fiyat+indirim,
   özellik listesi, buton — border-radius 5px, shadow yok
   ==================================================== */

/* Anasayfa marka rengi badge (brand variable'a bağlı) */
.as-badge-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: color-mix(in srgb, var(--brand-color, #FF8300) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand-color, #FF8300) 30%, transparent);
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--brand-color, #FF8300);
    text-transform: uppercase;
}
.as-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--brand-color, #FF8300);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.hpk3-kart {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid #e8edf4;
    border-radius: 5px;
    overflow: visible;
    width: 100%;
    transition: border-color .15s;
    position: relative;
    margin-top: 14px;
}
.hpk3-kart:hover { border-color: var(--brand-color, #FF8300); background: color-mix(in srgb, var(--brand-color, #FF8300) 4%, #fff); }
.hpk3-populer { border-color: var(--brand-color, #FF8300) !important; }

/* Üst ikon alanı */
.hpk3-ikon-wrap {
    padding: 20px 22px 0;
}
.hpk3-ikon {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: rgba(255,131,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--brand-color, #FF8300);
}

/* Rozet (popüler için) — kartın üstünde, dışarıda ortalanmış */
.hpk3-rozet-dis {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--brand-color, #FF8300);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 2;
}

/* Açıklama + Paket adı */
.hpk3-baslik {
    padding: 12px 22px 0;
}
.hpk3-aciklama-kisa {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 3px;
}
.hpk3-ad {
    font-size: 18px;
    font-weight: 800;
    color: #0a1128;
    letter-spacing: -.4px;
    line-height: 1.2;
}

/* Fiyat satırı */
.hpk3-fiyat-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 22px;
    border-top: 1px solid #f0f3f8;
    margin-top: 12px;
}
.hpk3-fiyat-sol {}
.hpk3-eski {
    font-size: 11.5px;
    color: #94a3b8;
    text-decoration: line-through;
    display: block;
    margin-bottom: 1px;
}
.hpk3-eski span { font-size: 10px; margin-left: 3px; }
.hpk3-fiyat-row {
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.hpk3-fiyat {
    font-size: 26px;
    font-weight: 900;
    color: var(--brand-color, #FF8300);
    letter-spacing: -1px;
    line-height: 1;
}
.hpk3-donem {
    font-size: 11.5px;
    color: #64748b;
}
.hpk3-indirim-badge {
    flex-shrink: 0;
    background: rgba(255,131,0,.1);
    color: var(--brand-color, #FF8300);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .3px;
}

/* Özellik listesi */
.hpk3-ayrac { height: 1px; background: #f0f3f8; margin: 0 22px; }
.hpk3-liste {
    list-style: none;
    margin: 0;
    padding: 10px 22px 14px;
    flex: 1;
}
.hpk3-liste li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 13px;
    color: #374151;
    border-bottom: 1px solid #e8edf4;
    flex-wrap: wrap;
}
.hpk3-liste li:last-child { border-bottom: none; }
/* Özellik metni flex:1 alarak sağdaki bilgi ikonunu sağa iter */
.hpk3-liste li > span:first-of-type {
    flex: 1;
    min-width: 0;
}
.hpk3-li-ikon {
    font-size: 13px;
    color: var(--brand-color, #FF8300);
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

/* Buton */
.hpk3-btn {
    display: block;
    margin: 0 22px 22px;
    padding: 12px 20px;
    border-radius: 5px;
    background: var(--brand-color, #FF8300);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: .2px;
    border: 2px solid var(--brand-color, #FF8300);
    transition: background .15s, border-color .15s;
}
.hpk3-btn:hover {
    background: var(--brand-hover, #e67600);
    border-color: var(--brand-hover, #e67600);
    color: #fff;
    text-decoration: none;
}