/* ----------------------------------------------------------- */
/* ZONE HOST - DOMAIN STYLES (MASTER FILE V38 - FINAL)         */
/* ----------------------------------------------------------- */

:root {
    --primary: #009eff;
    --primary-dark: #007ecc;
    --primary-light: #e0f2fe;
    --text-dark: #0f172a;
    --text-gray: #64748b;
    --bg-surface: #ffffff;
    --bg-body: #f8fafc;
    --border-color: #e2e8f0;
}

/* =========================================================== */
/* 1. HERO ALANI (KOYU & NOKTALI - ORTAK STİL)                 */
/* =========================================================== */
.domain-hero-section {
    min-height: 560px;
    padding: 30px;
    background-color: #0f172a; 
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    position: relative;
    display: flex; align-items: center;
    overflow: hidden;
    margin-top: -1px;
    border: none;
}
.domain-hero-content { position: relative; z-index: 5; text-align: center; width: 100%; }
.domain-title { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 20px; letter-spacing: -1px; }
.domain-title span { background: linear-gradient(to right, #38bdf8, #09e2ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.domain-desc { font-size: 1.1rem; color: #cbd5e1; font-weight: 400; max-width: 700px; margin: 0 auto 40px auto; line-height: 1.6; }
.domain-console-wrapper { max-width: 850px; margin: 0 auto; }
.domain-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }
.domain-tab-btn { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); color: #94a3b8; padding: 10px 25px; border-radius: 50px; font-weight: 600; font-size: 14px; transition: 0.3s; }
.domain-tab-btn.active { background: #fff; color: #0f172a; border-color: #fff; }
.domain-tab-btn:hover:not(.active) { background: rgba(255,255,255,0.15); color: #fff; }
.domain-search-box { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(12px); padding: 10px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.domain-input-group { flex-grow: 1; padding-left: 20px; display: flex; align-items: center; }
.domain-input-group i { color: #94a3b8; font-size: 1.3rem; margin-right: 15px; }
.domain-input { background: transparent; border: none; color: #fff; width: 100%; font-size: 18px; outline: none; height: 50px; }
.domain-input::placeholder { color: #94a3b8; font-weight: 400; }
.btn-domain-search { background: #009eff; color: #fff; border: none; padding: 0 40px; height: 55px; border-radius: 12px; font-weight: 700; font-size: 16px; transition: 0.3s; white-space: nowrap; }
.btn-domain-search:hover { background: #008be0; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0, 158, 255, 0.3); }
.tld-pills-wrapper { margin-top: 30px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.tld-pill { background: rgba(255,255,255,0.05); padding: 8px 16px; border-radius: 8px; color: #cbd5e1; text-decoration: none; font-size: 13px; font-weight: 500; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; }
.tld-pill:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); color: #fff; }
.tld-pill strong { color: #fff; margin-left: 5px; font-weight: 700; }

/* =========================================================== */
/* 2. ÖZELLİK KARTLARI                                         */
/* =========================================================== */
.domain-features-section { padding: 100px 0; background-color: #fff; }
.features-header { text-align: center; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
.features-badge { background: #f1f5f9; color: #475569; font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 6px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 15px; display: inline-block; }
.text-feature-gradient { color: #009eff; }
.features-header h2 { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 15px; letter-spacing: -0.5px; }
.features-header p { font-size: 1.1rem; color: #64748b; line-height: 1.6; }
.saas-feat-card { background: #fff; padding: 25px; border-radius: 16px; border: 1px solid #f1f5f9; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05); height: 100%; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; align-items: flex-start; gap: 20px; text-align: left; }
.saas-feat-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1); border-color: #e2e8f0; }
.saas-icon-box { width: 55px; height: 55px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; transition: 0.3s; }
.icon-bg-blue { background: #e0f2fe; color: #0284c7; }
.icon-bg-green { background: #dcfce7; color: #16a34a; }
.icon-bg-orange { background: #ffedd5; color: #ea580c; }
.icon-bg-purple { background: #f3e8ff; color: #9333ea; }
.icon-bg-red { background: #fee2e2; color: #dc2626; }
.icon-bg-teal { background: #ccfbf1; color: #0d9488; }
.saas-feat-card:hover .saas-icon-box { transform: scale(1.1) rotate(-3deg); }
.saas-feat-content { flex-grow: 1; }
.saas-feat-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; margin-top: 0; }
.saas-feat-desc { font-size: 0.9rem; color: #64748b; line-height: 1.6; margin: 0; }

/* =========================================================== */
/* 3. FİYAT LİSTESİ (KOYU TEMA)                                */
/* =========================================================== */
.domain-pricing-section { padding: 100px 0; background-color: #0f172a; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; position: relative; border-top: 1px solid #1e293b; }
.domain-pricing-section .features-header h2 { color: #ffffff; }
.domain-pricing-section .features-header p { color: #94a3b8; }
.domain-pricing-section .features-badge { background: rgba(255,255,255,0.1); color: #38bdf8; border: 1px solid rgba(255,255,255,0.1); }
.price-list-container { display: flex; flex-direction: column; gap: 12px; width: 100%; min-height: 600px; }
.pricing-pod { display: grid; grid-template-columns: 80px 1.5fr 1fr 1fr 1fr 160px; align-items: center; background: #ffffff; border-radius: 12px; padding: 15px 25px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 4px 6px rgba(0,0,0,0.2); transition: all 0.3s ease; position: relative; animation: fadeIn 0.5s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.pricing-pod:hover { transform: scale(1.01); box-shadow: 0 15px 40px rgba(0, 158, 255, 0.15); border-color: #009eff; z-index: 2; }
.tld-circle { width: 55px; height: 55px; border-radius: 50%; background: #f1f5f9; color: #475569; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; text-transform: uppercase; transition: 0.3s; }
.pricing-pod:hover .tld-circle { background: #0f172a; color: #fff; }
.pod-info h3 { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin: 0; display: flex; align-items: center; gap: 10px; }
.pod-info span { font-size: 0.85rem; color: #64748b; font-weight: 500; }
.pod-tag { font-size: 10px; padding: 4px 8px; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.tag-blue { background: #e0f2fe; color: #009eff; }
.tag-red { background: #fee2e2; color: #ef4444; }
.tag-orange { background: #ffedd5; color: #f59e0b; }
.tag-green { background: #dcfce7; color: #16a34a; }
.tag-purple { background: #f3e8ff; color: #9333ea; }
.tag-dark { background: #e2e8f0; color: #475569; }
.pod-price-col { text-align: left; display: flex; flex-direction: column; }
.pod-label { font-size: 10px; color: #94a3b8; font-weight: 700; text-transform: uppercase; margin-bottom: 2px; }
.pod-amount { font-size: 16px; font-weight: 700; color: #334155; }
.pod-amount.main { font-size: 18px; color: #0f172a; font-weight: 800; }
.pod-strike { font-size: 12px; text-decoration: line-through; color: #cbd5e1; font-weight: 500; margin-left: 4px; }
.pod-free { color: #16a34a; font-weight: 700; }
.pod-btn { background: #fff; border: 2px solid #e2e8f0; color: #0f172a; padding: 10px 0; border-radius: 8px; font-weight: 700; font-size: 14px; text-align: center; text-decoration: none; transition: 0.3s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.pricing-pod:hover .pod-btn { background: #009eff; border-color: #009eff; color: #fff; box-shadow: 0 4px 12px rgba(0, 158, 255, 0.3); }
.pagination-wrapper { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 40px; }
.page-btn { width: 40px; height: 40px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); color: #94a3b8; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; }
.page-btn:hover:not(.disabled) { background: #009eff; color: #fff; border-color: #009eff; }
.page-btn.active { background: #009eff; color: #fff; border-color: #009eff; box-shadow: 0 4px 10px rgba(0, 158, 255, 0.2); }
.page-btn.disabled { opacity: 0.3; cursor: not-allowed; }

/* =========================================================== */
/* 4. BİLGİLENDİRME BÖLÜMÜ (INFO SECTION)                      */
/* =========================================================== */
.domain-info-section { padding: 100px 0; background-color: #ffffff; position: relative; }
.domain-info-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: radial-gradient(circle at 0% 50%, rgba(0, 158, 255, 0.03) 0%, transparent 50%); pointer-events: none; }
.info-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 50px; }
.info-custom-card { display: flex; align-items: flex-start; gap: 25px; padding: 10px; }
.info-img-frame { position: relative; flex-shrink: 0; width: 200px; height: 240px; border-radius: 12px; }
.info-img-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; position: relative; z-index: 2; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.info-img-frame::before { content: ''; position: absolute; width: 110%; height: 110%; border-radius: 16px; z-index: 1; border: 3px solid transparent; transition: all 0.3s ease; }
.style-orange .info-img-frame::before { top: -15px; left: -15px; border-top-color: #f59e0b; border-left-color: #f59e0b; width: 60%; height: 60%; }
.style-teal .info-img-frame::before { top: -15px; right: -15px; border-top-color: #009eff; border-right-color: #009eff; width: 60%; height: 60%; left: auto; }
.info-text-content { padding-top: 10px; }
.info-badge { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; padding: 4px 12px; border-radius: 4px; margin-bottom: 15px; text-transform: uppercase; }
.bg-orange { background-color: #f59e0b; }
.bg-teal { background-color: #009eff; }
.info-text-content h3 { font-size: 1.4rem; font-weight: 800; color: #1e293b; margin-bottom: 15px; line-height: 1.3; }
.info-text-content p { font-size: 0.95rem; color: #64748b; line-height: 1.7; margin-bottom: 0; }

/* =========================================================== */
/* 5. FAQ BÖLÜMÜ (MODERN GRID)                                 */
/* =========================================================== */
.faq-section, .domain-faq-section { padding: 100px 0; background-color: #f8fafc; border-top: none; position: relative; }
.faq-section::after, .domain-faq-section::after { content: ''; position: absolute; right: 0; bottom: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,158,255,0.05) 0%, transparent 70%); pointer-events: none; }
.faq-title { font-size: 2.5rem; font-weight: 800; color: #1e293b; margin-bottom: 15px; text-align: center; }
.faq-desc { color: #64748b; text-align: center; margin-bottom: 60px; font-size: 18px; max-width: 700px; margin-left: auto; margin-right: auto; }
.faq-section .accordion-item, .domain-faq-section .accordion-item { border: 1px solid #eef2f6; margin-bottom: 20px; border-radius: 12px !important; overflow: hidden; background-color: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.01); transition: all 0.3s ease; }
.faq-section .accordion-item:hover, .domain-faq-section .accordion-item:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); border-color: #e0f2fe; }
.faq-section .accordion-button, .domain-faq-section .accordion-button { font-weight: 700; color: #1e293b; padding: 20px 25px; background-color: #fff; box-shadow: none; font-size: 1rem; border-radius: 12px !important; }
.faq-section .accordion-button:not(.collapsed), .domain-faq-section .accordion-button:not(.collapsed) { color: #009eff; background-color: #f0f9ff; box-shadow: none; border-bottom: 1px solid #e0f2fe; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }

/* İkon: Artı (+) */
.faq-section .accordion-button::after, .domain-faq-section .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e"); transition: transform 0.3s ease; background-size: 1.25rem; }
/* İkon: Eksi (-) */
.faq-section .accordion-button:not(.collapsed)::after, .domain-faq-section .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009eff'%3e%3cpath d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e"); transform: rotate(0deg); }
.faq-section .accordion-body, .domain-faq-section .accordion-body { padding: 20px 25px; color: #64748b; line-height: 1.7; font-size: 0.95rem; background-color: #fff; }

/* =========================================================== */
/* 6. FİYAT LİSTESİ SAYFASI (FULL LIST)                        */
/* =========================================================== */
.pricing-filter-area { margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; background: #ffffff; padding: 15px 25px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.01); }
.filter-search-group { position: relative; width: 100%; max-width: 400px; }
.filter-search-group i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #94a3b8; }
.filter-input { width: 100%; padding: 12px 15px 12px 45px; border: 1px solid #e2e8f0; border-radius: 8px; outline: none; font-size: 14px; color: #334155; transition: all 0.3s; }
.filter-input:focus { border-color: #009eff; box-shadow: 0 0 0 3px rgba(0, 158, 255, 0.1); }
.result-count { font-size: 14px; color: #64748b; font-weight: 600; }
.result-count span { color: #009eff; font-weight: 800; }

/* =========================================================== */
/* 7. ÖZEL HERO VARYASYONLARI                                  */
/* =========================================================== */
.domain-hero-section.hero-white { background: #ffffff; background-image: linear-gradient(#f1f5f9 1px, transparent 1px), linear-gradient(90deg, #f1f5f9 1px, transparent 1px); background-size: 40px 40px; border-bottom: 1px solid #e2e8f0; }
.domain-hero-section.hero-white .domain-title { color: #0f172a; text-shadow: none; }
.domain-hero-section.hero-white .domain-desc { color: #64748b; }
.badge-pill-custom { background-color: #f0f9ff; color: #009eff; border: 1px solid #e0f2fe; font-size: 0.75rem; font-weight: 800; padding: 8px 16px; border-radius: 50px; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; }

/* =========================================================== */
/* 8. DOMAIN TRANSFER SAYFASI                                  */
/* =========================================================== */
.transfer-steps-section { padding: 100px 0; background-color: #f8fafc; position: relative; border-top: none; }
.step-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 40px 30px; text-align: center; position: relative; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); height: 100%; z-index: 2; }
.step-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 158, 255, 0.1); border-color: #b3e0ff; }
.step-icon-box { width: 80px; height: 80px; background: #f0f9ff; color: #009eff; font-size: 32px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px auto; transition: all 0.4s ease; position: relative; }
.step-card:hover .step-icon-box { background: #009eff; color: #ffffff; transform: rotate(-10deg) scale(1.1); box-shadow: 0 10px 25px rgba(0, 158, 255, 0.25); }
.step-badge { position: absolute; top: 30px; right: 30px; background: #1e293b; color: #fff; width: 30px; height: 30px; border-radius: 50%; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.3s; }
.step-card:hover .step-badge { background: #f59e0b; transform: scale(1.2); }
.step-title { font-size: 1.35rem; font-weight: 800; color: #1e293b; margin-bottom: 15px; }
.step-desc { color: #64748b; font-size: 1rem; line-height: 1.6; margin-bottom: 0; }
.transfer-promo-box { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 24px; padding: 60px; margin-top: 80px; position: relative; overflow: hidden; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.transfer-promo-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 10% 20%, rgba(0, 158, 255, 0.1) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.05) 0%, transparent 40%); opacity: 1; }
.tp-content { position: relative; z-index: 2; }
.tp-title { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 20px; }
.tp-desc { color: #cbd5e1; font-size: 1.15rem; max-width: 750px; margin: 0 auto 35px auto; line-height: 1.7; }
.badge-pill-transfer { background-color: rgba(255, 193, 7, 0.15); color: #ffc107; border: 1px solid rgba(255, 193, 7, 0.3); font-size: 0.75rem; font-weight: 800; padding: 8px 16px; border-radius: 50px; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; }

/* =========================================================== */
/* 9. WHOIS SAYFASI STİLLERİ                                   */
/* =========================================================== */
/* Varsayılan: Gizli */
.whois-result-section { padding: 60px 0; background-color: #f8fafc; border-top: 1px solid #e2e8f0; min-height: 400px; display: none; }
/* JS ile aktif olunca görünür */
.whois-result-section.active-section { display: block; animation: fadeIn 0.5s ease-out; }

.whois-loading { text-align: center; display: none; padding: 50px 0; }
.spinner-border { width: 3rem; height: 3rem; color: #009eff; }
.loading-text { margin-top: 20px; color: #64748b; font-weight: 600; font-size: 1.1rem; }

.whois-result-wrapper { display: block; opacity: 1; }
.whois-card { background: #ffffff; border-radius: 24px; border: 1px solid #eef2f6; box-shadow: 0 20px 50px rgba(0,0,0,0.08); overflow: hidden; }
.whois-card-header { padding: 30px 40px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(to right, #ffffff, #f8fafc); }
.whois-domain-name { font-size: 2rem; font-weight: 800; color: #1e293b; letter-spacing: -1px; }
.whois-status-badge { font-size: 0.9rem; font-weight: 700; padding: 10px 20px; border-radius: 50px; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; }
.whois-status-badge.taken { background: #fef2f2; color: #ef4444; border: 1px solid #fee2e2; }
.whois-status-badge.available { background: #f0fdf4; color: #16a34a; border: 1px solid #dcfce7; }
.whois-card-body { padding: 40px; }
.whois-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.whois-data-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 20px; transition: all 0.3s ease; }
.whois-data-item:hover { background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: #009eff; transform: translateY(-5px); }
.data-label { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; margin-bottom: 10px; }
.data-label i { color: #009eff; font-size: 1.1rem; }
.data-value { font-size: 1.1rem; font-weight: 700; color: #334155; word-break: break-word; }
.whois-ns-box { grid-column: 1 / -1; background: #f0f9ff; border: 1px dashed #bae6fd; border-radius: 16px; padding: 25px; }
.ns-title { font-size: 0.9rem; font-weight: 800; color: #0284c7; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.ns-list { display: flex; flex-wrap: wrap; gap: 15px; }
.ns-badge { background: #fff; color: #0369a1; padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; border: 1px solid #e0f2fe; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }

/* =========================================================== */
/* RESPONSIVE MEDIA QUERIES (100% MOBİL UYUMLULUK)             */
/* =========================================================== */
@media (min-width: 992px) {
    /* Kesik çizgiler kaldırıldı */
}

@media (max-width: 991px) {
    .domain-title { font-size: 2.8rem; }
    .features-header h2 { font-size: 2rem; }
    .domain-hero-section { min-height: auto; padding: 80px 0; }
    .domain-search-box { flex-direction: column; gap: 10px; padding: 15px; }
    .domain-input-group { width: 100%; padding-left: 0; justify-content: center; }
    .btn-domain-search { width: 100%; }
    .pricing-pod { grid-template-columns: 60px 1fr 1fr; grid-template-rows: auto auto; gap: 15px; padding: 20px; }
    .tld-circle { grid-column: 1 / 2; grid-row: 1 / 3; }
    .pod-info { grid-column: 2 / 4; grid-row: 1 / 2; text-align: left; margin: 0; padding: 0; border: none; }
    .pod-price-col { display: block; text-align: left; } 
    .pod-btn { grid-column: 1 / 4; grid-row: 3 / 4; width: 100%; margin-top: 10px; }
    .info-card-grid { grid-template-columns: 1fr; gap: 50px; }
    .info-custom-card { flex-direction: column; align-items: center; text-align: center; }
    .info-img-frame { width: 100%; max-width: 400px; height: 260px; margin-bottom: 25px; }
    .style-orange .info-img-frame::before { top: -12px; left: -12px; }
    .style-teal .info-img-frame::before { top: -12px; right: -12px; }
    .domain-features-section, .domain-pricing-section, .domain-info-section, .faq-section, .domain-faq-section, .transfer-steps-section { padding: 60px 0; }
    .step-card { padding: 30px; text-align: center; margin-bottom: 20px; }
    .transfer-promo-box { padding: 40px 20px; margin-top: 50px; }
    .tp-title { font-size: 1.8rem; }
    .tp-desc { font-size: 1rem; }
    .whois-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .pricing-filter-area { flex-direction: column; gap: 15px; }
    .filter-search-group { max-width: 100%; }
    .result-count { width: 100%; text-align: center; border-top: 1px solid #f1f5f9; padding-top: 10px; }
    .pricing-pod { display: flex; flex-direction: column; text-align: center; gap: 15px; }
    .tld-circle { margin: 0 auto; width: 60px; height: 60px; font-size: 16px; }
    .pod-info { text-align: center; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; width: 100%; }
    .pod-info h3 { justify-content: center; }
    .pod-price-col { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; border-bottom: 1px dashed #f1f5f9; padding-bottom: 8px; }
    .pod-price-col:last-of-type { border: none; }
    .pod-label { font-size: 12px; margin-bottom: 0; }
    .pod-amount { font-size: 15px; }
    .pod-btn { width: 100%; }
    .whois-card-header { flex-direction: column; align-items: flex-start; gap: 15px; }
    .whois-grid { grid-template-columns: 1fr; }
    .whois-domain-name { font-size: 1.6rem; }
}

@media (max-width: 576px) {
    .domain-title { font-size: 2.2rem; }
    .domain-desc { font-size: 1rem; }
    .domain-tabs { flex-direction: column; width: 100%; }
    .domain-tab-btn { width: 100%; text-align: center; justify-content: center; }
    .tld-pills-wrapper { gap: 8px; }
    .tld-pill { font-size: 12px; padding: 6px 12px; flex: 1 1 auto; text-align: center; }
    .info-img-frame { height: 220px; }
    .info-text-content h3 { font-size: 1.3rem; }
    .faq-section .accordion-button, .domain-faq-section .accordion-button { font-size: 0.95rem; padding: 15px 20px; }
}




