/*
Theme Name: Bayihosting Pro
Theme URI: https://www.bayihosting.com.tr
Author: Bayihosting Dev Team
Author URI: https://www.bayihosting.com.tr
Description: Türkiye'nin lider Bayi Hosting, NVMe Web Hosting, VDS ve Cloud Sunucu teması. Ultra modern UI/UX tasarım, zengin SEO motoru, schema.org JSON-LD entegrasyonu, tam admin panel kontrolü ve açılıp kapanabilir akıllı chatbot sistemi.
Version: 3.0.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bayihosting
Domain Path: /languages
Tags: hosting, reseller, vds, cloud, domain, modern, ui-ux, seo-optimized, fast, responsive
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('assets/css/style.css');

/* =========================================================
   WordPress Core Classes
   ========================================================= */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 15px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #e2e8f0; max-width: 96%; padding: 6px; text-align: center; border-radius: 8px; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 0.85rem; line-height: 1.4; margin: 6px 0 2px; color: var(--ink-500); }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }

/* Entry content & Typography for standard posts */
.entry-content { font-size: 1.05rem; line-height: 1.8; color: var(--ink-700); }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content h2 { font-size: 1.85rem; margin: 2.2rem 0 1rem; color: var(--ink-900); }
.entry-content h3 { font-size: 1.45rem; margin: 1.8rem 0 0.85rem; color: var(--ink-900); }
.entry-content h4 { font-size: 1.2rem; margin: 1.4rem 0 0.75rem; color: var(--ink-800); }
.entry-content ul, .entry-content ol { margin: 0 0 1.5rem 1.8rem; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content blockquote { border-left: 4px solid var(--blue-600); padding: 12px 20px; margin: 1.8rem 0; background: var(--blue-50); border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink-800); }
.entry-content code { background: var(--bg-soft); padding: 2px 6px; border-radius: 4px; font-size: 0.9em; color: var(--blue-700); }
.entry-content pre { background: var(--ink-900); color: #e2e8f0; padding: 20px; border-radius: 12px; overflow-x: auto; margin: 1.8rem 0; font-size: 0.95rem; }

/* Pagination */
.bh-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 40px 0; }
.bh-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 14px; border-radius: 10px; background: #fff; border: 1.5px solid var(--line); font-weight: 700; font-size: 0.9rem; color: var(--ink-700); transition: all .2s ease; }
.bh-pagination .page-numbers.current, .bh-pagination .page-numbers:hover { background: var(--blue-600); color: #fff; border-color: var(--blue-600); box-shadow: var(--shadow-sm); }

/* Breadcrumbs */
.bh-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 0.88rem; color: var(--ink-500); margin-bottom: 20px; }
.bh-breadcrumbs a { color: var(--blue-600); font-weight: 600; text-decoration: none; transition: color .2s ease; }
.bh-breadcrumbs a:hover { color: var(--blue-800); }
.bh-breadcrumbs .separator { opacity: 0.5; font-size: 0.8rem; }
.bh-breadcrumbs .current-crumb { color: var(--ink-800); font-weight: 700; }

/* =========================================================
   New Premium Subpage Hero & 4-Tier Pricing Grid System
   ========================================================= */

/* Hero Section Container */
/* Hero Section Container */
.subpage-hero-v2 {
  position: relative;
  background: radial-gradient(circle at 85% 30%, rgba(254, 243, 199, 0.45) 0%, rgba(255, 255, 255, 0) 50%),
              linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 48px 0 40px;
  overflow: hidden;
  border-bottom: 1px solid #eef2f6;
}

.subpage-hero-v2 .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
}

.sh-container, .subpage-hero-v2-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.sh-container {
  padding: 0 24px;
}

.sh-content, .sh-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sh-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

.sh-lead {
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  color: #475569;
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
}

.sh-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin-top: 6px;
}

.sh-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.4;
}

.sh-check-ic, .sh-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1d5cf0;
  flex-shrink: 0;
  margin-top: 2px;
}

.sh-check-ic svg, .sh-check-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2.8;
  fill: none;
}

.sh-check-item span {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sh-check-item strong {
  color: #0f172a;
  font-weight: 700;
  font-size: 0.92rem;
}

.sh-proof-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.sh-dark-pill {
  display: inline-flex;
  align-items: center;
  background: #181b1f;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sh-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.85rem;
  color: #334155;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sh-google-icon, .sh-google-logo {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.sh-google-pill strong {
  color: #0f172a;
}

.sh-stars {
  color: #f59e0b;
  font-size: 0.92rem;
  letter-spacing: 1px;
}

/* Hero Badge / Right Side */
.sh-badge-side, .sh-art-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sh-discount-splash {
  position: relative;
  width: 195px;
  height: 195px;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 50%, #b91c1c 100%);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 16px 36px -8px rgba(234, 88, 12, 0.38), inset 0 2px 8px rgba(255, 255, 255, 0.3);
  animation: splashFloat 6s ease-in-out infinite alternate;
  margin: 0 auto;
}

.sh-discount-splash.theme-blue {
  background: linear-gradient(135deg, #1d5cf0 0%, #2563eb 50%, #1e40af 100%);
  box-shadow: 0 16px 36px -8px rgba(29, 92, 240, 0.38), inset 0 2px 8px rgba(255, 255, 255, 0.3);
}

.sh-discount-splash.theme-purple {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 50%, #4c1d95 100%);
  box-shadow: 0 16px 36px -8px rgba(124, 58, 237, 0.38), inset 0 2px 8px rgba(255, 255, 255, 0.3);
}

.sh-discount-splash.theme-emerald {
  background: linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);
  box-shadow: 0 16px 36px -8px rgba(5, 150, 105, 0.38), inset 0 2px 8px rgba(255, 255, 255, 0.3);
}

@keyframes splashFloat {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-5px) rotate(1deg); }
}

.sh-splash-percent, .sh-ds-pct {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.sh-splash-percent span, .sh-ds-pct span {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-right: 2px;
  opacity: 0.96;
}

.sh-splash-sub, .sh-ds-text {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.92;
  margin: 3px 0 2px;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.sh-splash-tag, .sh-splash-main, .sh-ds-bold {
  font-family: var(--font-head);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 1px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   Modern Domain TLD Showcase & Extension Cards
   ========================================================= */

.tld-pricing-showcase {
  padding: 60px 0 70px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f6;
}

.tld-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.tld-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.tld-item-card:hover {
  transform: translateY(-5px);
  border-color: #3b82f6;
  box-shadow: 0 16px 36px -10px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(59, 130, 246, 0.2);
}

.tld-item-card.is-featured {
  border: 2px solid #ef4444;
  box-shadow: 0 12px 32px -8px rgba(239, 68, 68, 0.18);
}

.tld-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tld-name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tld-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.tld-icon-comtr { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.tld-icon-com { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.tld-icon-net { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.tld-icon-org { background: #faf5ff; color: #9333ea; border: 1px solid #e9d5ff; }
.tld-icon-xyz { background: #fff7ed; color: #ea580c; border: 1px solid #fed7aa; }
.tld-icon-online { background: #ecfeff; color: #0891b2; border: 1px solid #a5f3fc; }
.tld-icon-store { background: #fdf4ff; color: #c026d3; border: 1px solid #f5d0fe; }
.tld-icon-site { background: #f1f5f9; color: #475569; border: 1px solid #cbd5e1; }

.tld-name {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin: 0;
}

.tld-discount-tag {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: -0.01em;
  background: #fef3c7;
  color: #b45309;
}

.tld-discount-tag.tag-red {
  background: #fee2e2;
  color: #dc2626;
}

.tld-discount-tag.tag-green {
  background: #dcfce7;
  color: #15803d;
}

.tld-desc {
  font-size: 0.84rem;
  color: #64748b;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.tld-price-box {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #f1f5f9;
}

.tld-old-price {
  font-size: 0.78rem;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.tld-main-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #0f172a;
}

.tld-main-price strong {
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.tld-main-price small {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
}

.tld-renew-note {
  font-size: 0.72rem;
  color: #64748b;
  margin-top: 4px;
}

.tld-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 0.8rem;
  color: #475569;
}

.tld-feat-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tld-feat-row svg {
  width: 14px;
  height: 14px;
  color: #10b981;
  flex-shrink: 0;
}

.btn-tld-register {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background: #1d5cf0;
  color: #ffffff !important;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.btn-tld-register:hover {
  background: #1545c2;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(29, 92, 240, 0.3);
}

.btn-tld-register.btn-yellow {
  background: #ffb800;
  color: #0f172a !important;
}

.btn-tld-register.btn-yellow:hover {
  background: #f59e0b;
}

@media (max-width: 1199px) {
  .tld-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .tld-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   4-Tier Modern Pricing Table / Package Cards
   ========================================================= */

.pricing-section-v2 {
  padding: 50px 0 70px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f6;
}

.pricing-container-v2 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.pricing-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card-v2 {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.price-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  border-color: #cbd5e1;
}

.price-card-v2.featured {
  border: 2px solid #dc2626;
  box-shadow: 0 12px 32px rgba(220, 38, 38, 0.14);
}

/* Card Headers */
.pc-header {
  background: #181b1f;
  color: #ffffff;
  text-align: center;
  padding: 18px 16px 14px;
}

.pc-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: #ffffff;
}

.pc-subtitle {
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.35;
}

.pc-header-featured {
  background: #dc2626;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px 14px;
  position: relative;
}

.pc-featured-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 2px;
}

.pc-header-featured .pc-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 3px;
  color: #ffffff;
}

.pc-header-featured .pc-subtitle {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.35;
}

/* Corner Ribbon */
.pc-ribbon-teal {
  position: absolute;
  top: 16px;
  left: -38px;
  background: linear-gradient(135deg, #0d9488 0%, #059669 100%);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 4px 40px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Card Body */
.pc-body {
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  flex: 1;
}

.pc-price-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
}

.pc-price-row {
  display: flex;
  flex-direction: column;
}

.pc-old-price {
  font-size: 0.88rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

.pc-price {
  font-size: 2.1rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-top: 2px;
}

.pc-amount {
  font-weight: 900;
  color: #0f172a;
}

.pc-currency {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
}

.pc-period {
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
}

.pc-discount-badge {
  background: #000000;
  color: #ffffff;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pc-renew-info {
  font-size: 0.76rem;
  color: #64748b;
  margin-bottom: 16px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pc-cta-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
}

.btn-buy-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  background: #f59e0b;
  color: #000000;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
  border: none;
  cursor: pointer;
}

.btn-buy-yellow:hover {
  background: #d97706;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.4);
}

.pc-guarantee {
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Specs Table */
.pc-spec-table {
  width: 100%;
  border-top: 1px solid #f1f5f9;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

.spec-row {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-size: 0.88rem;
  color: #334155;
  text-align: center;
  border-bottom: 1px solid #f8fafc;
}

.spec-row:nth-child(even) {
  background: #f8fafc;
}

.spec-row.highlight-green {
  color: #059669;
  font-weight: 800;
  background: #ecfdf5;
  border-bottom-color: #d1fae5;
}

/* =========================================================
   Modern Server Rack Horizontal Cards & Filter Bar
   ========================================================= */

.server-cards-section {
  padding: 50px 0 70px;
  background: #f8fafc;
}

/* Top Filter Bar */
.server-filter-bar {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 36px;
  flex-wrap: wrap;
}

.sfb-dropdown {
  position: relative;
}

.sfb-dropdown.is-open {
  z-index: 150;
}

.sfb-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #d8e5ec;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  color: #334155;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  user-select: none;
}

.sfb-toggle:hover,
.sfb-dropdown.is-open .sfb-toggle {
  border-color: #0d9488;
  color: #0f172a;
  background: #f0fdfa;
}

.sfb-toggle svg:first-child {
  color: #0d9488;
}

.sfb-toggle svg:last-child {
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.sfb-dropdown.is-open .sfb-toggle svg:last-child {
  transform: rotate(180deg);
  color: #0d9488;
}

.sfb-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  padding: 6px;
  display: none;
  flex-direction: column;
  gap: 2px;
  z-index: 250;
}

.sfb-dropdown.is-open .sfb-menu {
  display: flex;
}

.sfb-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  border: none;
  background: transparent;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.15s ease;
}

.sfb-item:hover {
  background: #f0fdfa;
  color: #0d9488;
}

.sfb-item.active {
  background: #0d9488;
  color: #ffffff;
  font-weight: 700;
}

.server-filter-empty {
  text-align: center;
  padding: 40px 20px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 600px;
}

.server-filter-empty p {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.server-filter-empty .btn-reset-filters {
  background: #0d9488;
  color: #ffffff;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.server-filter-empty .btn-reset-filters:hover {
  background: #0f766e;
}

/* Server Cards Grid / List */
.server-cards-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.server-rack-card {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.server-rack-card:hover {
  transform: translateY(-3px);
}

/* Top Tab Badge */
.src-tab-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef8f5;
  border: 1px solid #cce3de;
  border-bottom: none;
  padding: 5px 18px;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.86rem;
  color: #047857;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.02);
}

.server-rack-card.is-featured .src-tab-badge {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #059669;
}

.src-tab-popular {
  background: #059669;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.03em;
}

/* Main Card Box */
.src-card-body {
  background: #ffffff;
  border: 1px solid #d8e5ec;
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  grid-template-columns: 100px 1.25fr 1.15fr 1.1fr 0.9fr 0.85fr 165px;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.server-rack-card.is-featured .src-card-body {
  border-color: #059669;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.1);
}

/* Thumb / Chassis Column */
.src-thumb-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  border-right: 1px solid #f1f5f9;
}

.src-rack-svg {
  width: 100%;
  max-width: 95px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Spec Columns */
.src-spec-col {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
  border-right: 1px solid #f1f5f9;
  min-width: 0;
}

.src-spec-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 6px;
  background: #f0fdfa;
  color: #0d9488;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.src-spec-icon svg {
  width: 17px;
  height: 17px;
}

.src-spec-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.src-spec-label {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.15;
}

.src-spec-value {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  white-space: nowrap;
  overflow: visible;
}

/* Action & Price Column */
.src-action-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding-left: 4px;
}

.src-price-group {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.src-old-price {
  font-size: 0.74rem;
  color: #94a3b8;
  text-decoration: line-through;
  line-height: 1;
}

.src-main-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.src-main-price strong {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 800;
  color: #047857;
  line-height: 1;
  letter-spacing: -0.02em;
}

.src-main-price strong small {
  font-size: 0.95rem;
  font-weight: 700;
}

.src-main-price .src-term {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.btn-server-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #ffffff !important;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-server-cart:hover {
  background: linear-gradient(135deg, #d97706 0%, #c2410c 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45);
}

/* Responsive Styles for Server Cards */
@media (max-width: 1280px) and (min-width: 992px) {
  .src-card-body {
    grid-template-columns: 85px 1.25fr 1.15fr 1.1fr 0.85fr 0.8fr 150px;
    gap: 8px;
    padding: 12px 14px;
  }
  .src-spec-col {
    gap: 6px;
    padding-right: 6px;
  }
  .src-spec-value {
    font-size: 0.78rem;
  }
  .btn-server-cart {
    padding: 8px 10px;
    font-size: 0.76rem;
  }
}

@media (max-width: 991px) {
  .src-card-body {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  
  .src-thumb-col {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    padding-right: 0;
  }
  
  .src-spec-col {
    border-right: none;
    padding-right: 0;
  }

  .src-action-col {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
    padding-left: 0;
  }

  .src-price-group {
    align-items: flex-start;
    text-align: left;
  }

  .btn-server-cart {
    width: auto;
    min-width: 180px;
  }
}

@media (max-width: 640px) {
  .src-card-body {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px 16px;
  }

  .src-action-col {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .src-price-group {
    align-items: center;
    text-align: center;
  }

  .btn-server-cart {
    width: 100%;
  }
}

/* =========================================================
   Site Footer Styling & Links
   ========================================================= */

.site-footer {
  background: #0b1329;
  color: #94a3b8;
  font-family: var(--font-body);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-columns-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.flink-list a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.88rem;
  transition: all 0.2s ease;
  display: inline-block;
}

.flink-list a:hover {
  color: #ffffff !important;
  transform: translateX(4px);
}

.fcontact-item {
  color: #94a3b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  transition: all 0.2s ease;
}

.fcontact-item:hover {
  color: #ffffff !important;
}

.fcontact-item:hover svg {
  stroke: #3b82f6;
  transform: scale(1.08);
}

.flegal-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.flegal-links a:hover {
  color: #ffffff !important;
}

/* =========================================================
   Responsive Media Queries (Mobile & Tablet Perfection)
   ========================================================= */

@media (max-width: 1199px) {
  .footer-columns-wrap {
    grid-template-columns: 1.2fr 1fr 1fr !important;
    gap: 32px !important;
  }

  .pricing-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  
  .plans.cols-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .btn-nav-ai,
  .btn-nav-primary {
    display: none !important;
  }

  .site-header .topbar .container {
    padding: 0 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  
  .site-header .topbar .container::-webkit-scrollbar {
    display: none;
  }

  .subpage-hero-v2-grid,
  .sh-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
    justify-items: center;
  }

  .sh-content,
  .sh-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .sh-checklist-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    max-width: 580px;
    width: 100%;
  }

  .sh-proof-row {
    justify-content: center;
  }

  .sh-badge-side,
  .sh-art-wrap {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-header .nav-row {
    height: 64px;
  }

  .site-header .brand-logo {
    height: 28px;
  }

  .topbar-left .tb-item:not(.tb-phone):not(.tb-badge-red) {
    display: none;
  }

  .topbar-left .tb-sep:nth-of-type(1),
  .topbar-left .tb-sep:nth-of-type(2),
  .topbar-left .tb-sep:nth-of-type(3) {
    display: none;
  }

  .topbar-right .tb-currency {
    display: none;
  }

  .topbar-right .tb-sep:nth-of-type(2) {
    display: none;
  }

  .pricing-grid-v2,
  .plans.cols-4 {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 20px;
  }

  .sh-checklist-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 10px;
  }

  .sh-proof-row {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .sh-dark-pill, .sh-google-pill {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .sh-discount-splash {
    width: 175px;
    height: 175px;
    border-radius: 50%;
  }

  .sh-splash-percent, .sh-ds-pct {
    font-size: 2.7rem;
  }

  .sh-splash-percent span, .sh-ds-pct span {
    font-size: 1.8rem;
  }

  .sh-splash-sub, .sh-ds-text {
    font-size: 0.78rem;
  }

  .sh-splash-tag, .sh-splash-main, .sh-ds-bold {
    font-size: 1rem;
  }

  /* Table Wrap Horizontal Scroll on Mobile */
  .table-wrap,
  .comp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    border: 1px solid #e2e8f0;
  }

  .table-wrap table,
  .comp-table {
    min-width: 620px;
  }

  /* Domain Form on Mobile */
  .domain-form {
    flex-direction: column;
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 10px;
  }

  .domain-form input {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 14px 18px;
    box-sizing: border-box;
  }

  .domain-form button {
    width: 100%;
    border-radius: 10px;
    padding: 14px;
    justify-content: center;
  }

  .footer-columns-wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 480px) {
  .subpage-hero-v2 {
    padding: 30px 0 25px;
  }

  .sh-title {
    font-size: 1.75rem;
  }

  .sh-lead {
    font-size: 0.88rem;
  }

  .pricing-section-v2 {
    padding: 35px 0 45px;
  }

  .price-card-v2,
  .plan {
    border-radius: 12px;
    padding: 24px 18px;
  }

  .pc-price,
  .plan-price strong {
    font-size: 1.85rem;
  }

  .footer-columns-wrap {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .btn-nav-ai {
    display: none;
  }
}

/* =========================================================
   Bottom SEO Deep Content & Technical Guides Styling
   ========================================================= */

.bh-seo-article-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 0 70px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

.bh-seo-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Two-Column Hero Highlight Box */
.bh-seo-highlight-box {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 48px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 48px 44px;
  box-shadow: 0 20px 40px -20px rgba(15, 23, 42, 0.08);
  margin-bottom: 50px;
  box-sizing: border-box;
}

/* Left: 3D High-Tech Datacenter Visual & HUD Chips */
.bh-seo-graphic-col {
  position: relative;
  width: 100%;
}

.bh-seo-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(226, 232, 240, 0.9);
  aspect-ratio: 4 / 3;
  background: #0f172a;
}

.bh-seo-tech-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.bh-seo-image-card:hover .bh-seo-tech-img {
  transform: scale(1.04);
}

.bh-seo-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.05) 40%, rgba(15, 23, 42, 0.85) 100%);
  pointer-events: none;
}

.bh-seo-hud-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: var(--font-head);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
}

.hud-top-left {
  top: 16px;
  left: 16px;
}

.hud-top-right {
  top: 16px;
  right: 16px;
  background: rgba(29, 92, 240, 0.82);
  border-color: rgba(255, 255, 255, 0.3);
}

.hud-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: pulseDot 2s infinite;
}

.bh-seo-hud-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.hud-feature {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hud-feature svg {
  color: #38bdf8;
  flex-shrink: 0;
}

.hud-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
}

.bh-seo-eyebrow {
  margin-bottom: 2px;
}

.eyebrow-pill {
  display: inline-block;
  background: #eff6ff;
  color: #1d5cf0;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  border: 1px solid #dbeafe;
}

/* Right: Content Column */
.bh-seo-content-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bh-seo-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0;
}

.bh-seo-lead p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 10px 0;
}

.bh-seo-lead p:last-child {
  margin-bottom: 0;
}

/* Checklist */
.bh-seo-checklist {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bh-seo-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #1e293b;
  font-weight: 600;
}

.bh-seo-check-ic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1d5cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Multi-Card Knowledge Grid */
.bh-seo-guides-header {
  text-align: center;
  margin-bottom: 36px;
}

.bh-seo-guides-header h3 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #0f172a;
  margin: 6px 0 0 0;
  letter-spacing: -0.02em;
}

.bh-seo-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bh-seo-guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 16px -4px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.bh-seo-guide-card:hover {
  transform: translateY(-4px);
  border-color: #93c5fd;
  box-shadow: 0 16px 32px -10px rgba(29, 92, 240, 0.12);
}

.guide-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d5cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.bh-seo-guide-card h4 {
  font-family: var(--font-head);
  font-size: 1.12rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.bh-seo-guide-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Custom WYSIWYG & AI Generated SEO Wrapper */
.bh-seo-custom-wrapper {
  color: #1e293b;
  font-family: var(--font-body);
  line-height: 1.75;
}

.bh-seo-custom-wrapper h2 {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  margin: 28px 0 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 14px;
  border-left: 4px solid #1d5cf0;
}

.bh-seo-custom-wrapper h2:first-child {
  margin-top: 0;
}

.bh-seo-custom-wrapper h3 {
  font-family: var(--font-head);
  font-size: 1.18rem;
  font-weight: 700;
  color: #1e293b;
  margin: 20px 0 8px;
  line-height: 1.35;
}

.bh-seo-custom-wrapper p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 14px;
}

.bh-seo-custom-wrapper strong {
  color: #0f172a;
  font-weight: 700;
}

.bh-seo-custom-wrapper a {
  color: #1d5cf0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.bh-seo-custom-wrapper a:hover {
  color: #092c7a;
}

.bh-seo-custom-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-seo-custom-wrapper li {
  position: relative;
  padding: 10px 16px 10px 38px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #eef2f6;
  font-size: 0.91rem;
  line-height: 1.55;
  color: #334155;
}

.bh-seo-custom-wrapper li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d5cf0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.bh-seo-custom-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.bh-seo-custom-wrapper th {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: left;
  letter-spacing: 0.02em;
}

.bh-seo-custom-wrapper td {
  padding: 12px 18px;
  font-size: 0.88rem;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
}

.bh-seo-custom-wrapper tr:nth-child(even) td {
  background: #f8fafc;
}

.bh-seo-custom-wrapper tr:last-child td {
  border-bottom: none;
}

.bh-seo-custom-wrapper tr:hover td {
  background: #f1f5f9;
}

/* Responsive */
@media (max-width: 991px) {
  .bh-seo-highlight-box {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 28px;
  }

  .bh-seo-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bh-seo-article-section {
    padding: 50px 0 40px;
  }

  .bh-seo-highlight-box {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .bh-seo-image-card {
    border-radius: 14px;
    aspect-ratio: 16 / 10;
  }

  .bh-seo-hud-badge {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  .bh-seo-hud-bottom {
    font-size: 0.68rem;
    padding: 8px 12px;
    gap: 8px;
  }

  .bh-seo-guides-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bh-seo-guide-card {
    padding: 22px 18px;
    border-radius: 12px;
  }
}

/* =========================================================
   Top Notification Bar (Graphite Theme with Cart)
   ========================================================= */

.site-header .topbar {
  background: #34373d !important;
  color: #d1d7e0;
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
}

.site-header .topbar::after {
  display: none !important;
}

.site-header .topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  min-height: 38px;
  padding: 0 24px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #d1d7e0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.78rem;
  transition: color 0.16s ease;
  white-space: nowrap;
}

.tb-item:hover {
  color: #ffffff;
}

.tb-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: #cbd5e1;
}

.tb-phone {
  color: #ffffff;
  font-weight: 700;
}

.tb-phone svg {
  color: #ffffff;
}

.tb-sep {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.72rem;
  user-select: none;
  margin: 0 2px;
}

.tb-badge-red {
  background: #dc2626;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.73rem;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: -0.01em;
  transition: background 0.16s ease;
}

.tb-badge-red:hover {
  background: #b91c1c;
}

.tb-cart-item {
  color: #ffffff;
  font-weight: 700;
}

.tb-cart-item svg {
  color: #ffffff;
}

.tb-cart-badge {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  margin-left: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.tb-currency {
  cursor: default;
  color: #d1d7e0;
  font-weight: 600;
}

.tb-login-link {
  color: #ffffff;
  font-weight: 700;
}

.tb-login-link svg {
  color: #ffffff;
}

/* =========================================================
   Modern SaaS Header & 3-Column Mega Menu System
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px -5px rgba(15, 23, 42, 0.05);
}

.site-header .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  position: relative;
}

.site-header .brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.site-header .brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
}

/* Navigation List */
.site-header .nav-main {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav-main > li {
  position: relative;
  padding: 18px 0;
}

.site-header .nav-main > li > .nav-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 4px;
  background: transparent !important;
  border-radius: 0 !important;
  text-decoration: none;
  transition: color 0.18s ease;
  position: relative;
}

.site-header .nav-main > li > .nav-link:hover,
.site-header .nav-main > li:hover > .nav-link {
  color: #1d5cf0;
  background: transparent !important;
}

/* Floating Badges */
.nav-floating-badge {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 9999px;
  letter-spacing: 0.04em;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(245, 158, 11, 0.3);
  z-index: 2;
  white-space: nowrap;
  line-height: 1.2;
}

.nl-mini-badge {
  font-size: 0.62rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 9999px;
  margin-left: 2px;
  letter-spacing: 0.02em;
}

/* Right Actions */
.nav-actions-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-nav-ai {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #ffffff !important;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.76rem !important;
  height: 32px;
  padding: 0 12px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap !important;
  box-shadow: 0 3px 10px rgba(99, 102, 241, 0.25);
  transition: all 0.18s ease;
  flex-shrink: 0;
}

.btn-nav-ai:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(99, 102, 241, 0.38);
}

.btn-ai-icon {
  background: #ffffff;
  color: #4f46e5;
  font-size: 0.60rem;
  font-weight: 900;
  padding: 1px 4px;
  border-radius: 4px;
  line-height: 1.2;
}

.btn-nav-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dc2626;
  color: #ffffff !important;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.78rem !important;
  height: 32px;
  padding: 0 14px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap !important;
  transition: all 0.18s ease;
  box-shadow: 0 3px 10px rgba(220, 38, 38, 0.22);
  flex-shrink: 0;
}

.btn-nav-primary:hover {
  background: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(220, 38, 38, 0.32);
}



/* =========================================================
   Mega Menu Container & Layout (Single Clean Outer Radius)
   ========================================================= */

@keyframes badgeFloatPulse {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.3);
  }
  50% {
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.45);
  }
}

.nav-floating-badge {
  animation: badgeFloatPulse 2.8s ease-in-out infinite;
}

.site-header .nav-main > li > .nav-link svg {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.18s ease;
}

.site-header .nav-main > li:hover > .nav-link svg {
  transform: rotate(180deg);
  color: #1d5cf0;
}

.site-header .mega.mega-wide {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px) scale(0.985);
  width: 860px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.16, 1, 0.3, 1), transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.24s;
  pointer-events: none;
  z-index: 999;
}

.site-header .nav-main > li:hover > .mega.mega-wide {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
}

.mega-inner,
.site-header .mega-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  padding: 20px;
  background: #ffffff !important;
  background-image: none !important;
}

.site-header .mega-cols-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  background: #ffffff !important;
}

.site-header .mega-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff !important;
}

/* Mega Card Items - Subtle visible elegant border */
.mega-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #eef2f6 !important;
  outline: none !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.02) !important;
  background: #ffffff !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-tap-highlight-color: transparent !important;
}

.mega-card-item:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px -4px rgba(15, 23, 42, 0.08) !important;
}

.mega-card-item:focus,
.mega-card-item:focus-visible,
.mega-card-item:active {
  outline: none !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 6px 16px -4px rgba(15, 23, 42, 0.08) !important;
  background: #f8fafc !important;
}

.mci-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
}

.mega-card-item:hover .mci-icon {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mci-icon svg {
  width: 18px;
  height: 18px;
}

.mci-icon.icon-red {
  color: #ef4444;
  background: #fef2f2;
}

.mci-icon.icon-tux {
  color: #e11d48;
  background: #fff1f2;
}

.mci-icon.icon-wp {
  color: #0284c7;
  background: #e0f2fe;
}

.mci-icon.icon-win {
  color: #e11d48;
  background: #fef2f2;
}

.mci-icon.icon-blue {
  color: #2563eb;
  background: #eff6ff;
}

.mci-icon.icon-green {
  color: #16a34a;
  background: #f0fdf4;
}

.mci-icon.icon-purple {
  color: #9333ea;
  background: #faf5ff;
}

.mci-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mci-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.mci-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.86rem;
  color: #0f172a;
  transition: color 0.18s ease;
}

.mega-card-item:hover .mci-title {
  color: #1d5cf0;
}

.mci-badge {
  font-size: 0.64rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.mci-badge.badge-amber {
  background: #fef3c7;
  color: #b45309;
}

.mci-badge.badge-green {
  background: #dcfce7;
  color: #15803d;
}

.mci-badge.badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.mci-badge.badge-purple {
  background: #f3e8ff;
  color: #7e22ce;
}

.mci-desc {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #64748b;
  font-weight: 500;
}

/* =========================================================
   Mega Menu Right Promo Banners (Scaled & Balanced)
   ========================================================= */

.mega-promo-banner {
  border-radius: 12px;
  padding: 16px 14px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.18);
}

.mega-promo-banner.banner-sunset {
  background: linear-gradient(135deg, #ff5e3a 0%, #ff2a54 45%, #7928ca 100%);
}

.mega-promo-banner.banner-orange {
  background: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
}

.mega-promo-banner.banner-blue {
  background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
}

.mega-promo-banner.banner-dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.mega-promo-banner.banner-purple {
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
}

.mpb-ai-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.mpb-ai-badge {
  background: #ffffff;
  color: #ff2a54;
  font-weight: 900;
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 5px;
}

.mpb-ai-tag {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mpb-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 6px;
}

.mpb-title {
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.mpb-desc {
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 10px 0;
}

.mpb-price, .mpb-price-badge {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.mpb-mockup-row {
  margin-bottom: 12px;
}

.mockup-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
}

.wp-bubble {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 900;
}

.btn-mpb-yellow {
  background: #ffb800;
  color: #0f172a !important;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 8px 14px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.btn-mpb-yellow:hover {
  background: #f59e0b;
  transform: translateY(-1px);
}

.btn-mpb-action {
  background: #ffffff;
  color: #0f172a !important;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 8px 14px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  transition: all 0.2s ease;
}

.btn-mpb-action:hover {
  background: #f8fafc;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.banner-purple .btn-mpb-action {
  color: #6d28d9 !important;
}

.banner-orange .btn-mpb-action {
  color: #ea580c !important;
}

.banner-blue .btn-mpb-action {
  color: #1d4ed8 !important;
}

.banner-dark .btn-mpb-action {
  background: #ffb800;
  color: #0f172a !important;
}

.banner-dark .btn-mpb-action:hover {
  background: #f59e0b;
}

/* Mobile Responsiveness for Header */
@media (max-width: 1100px) {
  .site-header .nav-main {
    display: none;
  }
  .btn-nav-ai,
  .btn-nav-primary {
    display: none !important;
  }
}

/* =========================================================
   Modern SaaS Micro-Animations & Visual Effects
   ========================================================= */

/* 1. Shimmer Light Sweep on Primary Buttons */
.btn-primary,
.btn-nav-primary,
.btn-block,
.btn-mpb-yellow,
.btn-mpb-action,
.btn-hero-cta {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.btn-nav-primary::after,
.btn-block::after,
.btn-mpb-yellow::after,
.btn-mpb-action::after,
.btn-hero-cta::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(30deg);
  transition: all 0.75s ease;
  pointer-events: none;
}

.btn-primary:hover::after,
.btn-nav-primary:hover::after,
.btn-block:hover::after,
.btn-mpb-yellow:hover::after,
.btn-mpb-action:hover::after,
.btn-hero-cta:hover::after {
  left: 140%;
}

/* 2. Hero Background Ambient Glow Orb */
.subpage-hero-v2,
.hero {
  position: relative;
  overflow: hidden;
}

.subpage-hero-v2::before {
  content: '';
  position: absolute;
  top: -120px;
  right: 15%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, rgba(29, 92, 240, 0.04) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  animation: heroAmbientGlow 9s ease-in-out infinite alternate;
}

@keyframes heroAmbientGlow {
  0% { transform: scale(0.9) translate(0, 0); opacity: 0.6; }
  50% { transform: scale(1.1) translate(-25px, 20px); opacity: 0.9; }
  100% { transform: scale(0.95) translate(15px, -15px); opacity: 0.7; }
}

/* 3. Card Elevation & Hover Dynamics */
.plan,
.price-card-v2,
.bh-why-card,
.bh-feature-card,
.bh-seo-guide-card {
  transition: transform 0.26s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.26s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.22s ease !important;
}

.plan:hover,
.price-card-v2:hover,
.bh-why-card:hover,
.bh-feature-card:hover,
.bh-seo-guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(29, 92, 240, 0.18) !important;
}

/* 4. Featured Plan Luminous Border */
.plan.featured,
.price-card-v2.featured {
  position: relative;
}

.plan.featured::before,
.price-card-v2.featured::before {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  background: linear-gradient(135deg, #2563eb, #7c3aed, #db2777);
  z-index: -1;
  opacity: 0.55;
  filter: blur(5px);
  animation: featuredGlowRing 6s linear infinite alternate;
}

@keyframes featuredGlowRing {
  0% { opacity: 0.45; filter: blur(4px); }
  100% { opacity: 0.85; filter: blur(8px); }
}

/* 5. Delicate Floating Badges */
.nav-floating-badge,
.plan-badge,
.mnav-badge {
  animation: softBadgeFloat 3s ease-in-out infinite alternate;
}

@keyframes softBadgeFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-2px); }
}

/* 6. Mobile Drawer App-Like Polish */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.mobile-drawer.open,
.mobile-drawer.is-open {
  visibility: visible;
}

.mobile-drawer .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-drawer.open .backdrop,
.mobile-drawer.is-open .backdrop {
  opacity: 1;
}

.mobile-drawer .mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 86%;
  max-width: 360px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-drawer.open .mobile-panel,
.mobile-drawer.is-open .mobile-panel {
  transform: translateX(0);
}

.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 8px;
}

.mobile-panel-head button {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f1f5f9;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  cursor: pointer;
  transition: all 0.18s ease;
}

.mobile-panel-head button:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.mobile-drawer details.mgroup {
  border-bottom: 1px solid #f1f5f9;
  padding: 6px 0;
}

.mobile-drawer details.mgroup summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
  user-select: none;
  border-radius: 8px;
  transition: background 0.18s ease;
}

.mobile-drawer details.mgroup summary::-webkit-details-marker {
  display: none;
}

.mobile-drawer details.mgroup summary:hover {
  background: #f8fafc;
}

.mobile-drawer details.mgroup summary svg {
  width: 15px;
  height: 15px;
  color: #94a3b8;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-drawer details.mgroup[open] summary svg {
  transform: rotate(180deg);
  color: #1d5cf0;
}

.mobile-drawer .msub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 0 10px 14px;
}

.mobile-drawer .msub a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #475569;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: all 0.18s ease;
}

.mobile-drawer .msub a:hover,
.mobile-drawer .msub a:active {
  background: #eff6ff;
  color: #1d5cf0;
  transform: translateX(3px);
}

.mobile-drawer a.mtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  border-radius: 8px;
  transition: all 0.18s ease;
}

.mobile-drawer a.mtop:hover {
  background: #f8fafc;
  color: #1d5cf0;
}

/* =========================================================
   Ultra-Premium Customer Reviews & Avatars Section
   ========================================================= */

.reviews-section {
  background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
  padding: 80px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.reviews-head-left {
  max-width: 620px;
}

.reviews-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin: 12px 0 10px;
  line-height: 1.2;
}

.reviews-head-left p {
  font-size: 1.02rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.reviews-rating-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-rating-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.rr-score-box {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.reviews-rating-score {
  font-family: var(--font-head);
  font-size: 2.6rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.rr-out-of {
  font-size: 0.95rem;
  font-weight: 700;
  color: #94a3b8;
}

.rr-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-left: 1px solid #f1f5f9;
  padding-left: 16px;
}

.rv-stars-gold {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #f59e0b;
}

.rr-details strong {
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 800;
  color: #1e293b;
}

.rr-details small {
  font-size: 0.74rem;
  font-weight: 600;
  color: #059669;
}

/* Review Cards Grid */
.rv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rv-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.rv-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.rv-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.rv-user-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rv-avatar-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.rv-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: block;
}

.rv-verified-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #059669;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.rv-user-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rv-user-name {
  font-family: var(--font-head);
  font-size: 0.96rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-user-service {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-quote-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 20px;
  flex: 1;
}

.rv-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.rv-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #d1fae5;
}

.rv-date {
  font-size: 0.76rem;
  font-weight: 600;
  color: #94a3b8;
}

@media (max-width: 1080px) {
  .rv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-rating-card {
    width: 100%;
    justify-content: space-between;
  }
  .rv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   Ultra-Premium Neden Bayihosting (Trust Showcase)
   ========================================================= */

.section-trust {
  padding: 85px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.trust-header-center {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.trust-header-center h2 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin: 14px 0 12px;
  line-height: 1.25;
}

.trust-header-center p {
  font-size: 1.02rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

.trust-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  align-items: stretch;
}

/* Left Datacenter Card */
.trust-visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 20px 45px -15px rgba(15, 23, 42, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tvc-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tvc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.trust-visual-card:hover .tvc-img-wrap img {
  transform: scale(1.03);
}

.tvc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.25) 40%, rgba(15, 23, 42, 0.94) 100%);
}

.tvc-floating-top {
  position: relative;
  z-index: 2;
  margin: 20px 20px 0;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 0.82rem;
  width: fit-content;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tvc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.tvc-floating-mid {
  position: relative;
  z-index: 2;
  margin: auto 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tvc-mini-stat {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.tms-icon {
  font-size: 1.25rem;
}

.tvc-mini-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.tvc-mini-stat small {
  display: block;
  font-size: 0.76rem;
  color: #cbd5e1;
  font-weight: 500;
}

.tvc-bottom-bar {
  position: relative;
  z-index: 2;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
}

.tvc-metric strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 900;
  color: #38bdf8;
  line-height: 1.2;
}

.tvc-metric span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  margin-top: 2px;
}

/* Right Bento Grid Cards */
.trust-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tc-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.tc-feature-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.tc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tc-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.tc-feature-card:hover .tc-icon-wrap {
  transform: scale(1.08);
}

.ic-cyan {
  background: #ecfeff;
  color: #0891b2;
}

.ic-emerald {
  background: #ecfdf5;
  color: #059669;
}

.ic-amber {
  background: #fffbeb;
  color: #d97706;
}

.ic-purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.tc-badge {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

.bg-cyan { background: #ecfeff; color: #0891b2; border: 1px solid #cffafe; }
.bg-emerald { background: #ecfdf5; color: #059669; border: 1px solid #d1fae5; }
.bg-amber { background: #fffbeb; color: #d97706; border: 1px solid #fef3c7; }
.bg-purple { background: #f5f3ff; color: #7c3aed; border: 1px solid #ede9fe; }

.tc-feature-card h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.3;
}

.tc-feature-card p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

@media (max-width: 1024px) {
  .trust-showcase-grid {
    grid-template-columns: 1fr;
  }
  .trust-visual-card {
    min-height: 420px;
  }
}

/* =========================================================
   Ultra-Premium Animated Domain Search Section
   ========================================================= */

.search-card-wrap {
  position: relative;
  z-index: 15;
  margin-top: -46px;
  margin-bottom: 44px;
}

.search-card-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 90%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.15) 0%, rgba(99, 102, 241, 0.08) 50%, transparent 75%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
  animation: domainAmbientPulse 7s ease-in-out infinite alternate;
}

@keyframes domainAmbientPulse {
  0% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.95; }
  100% { transform: translate(-50%, -50%) scale(0.96); opacity: 0.7; }
}

.search-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 22px;
  border: 1px solid rgba(219, 234, 254, 0.8);
  box-shadow: 
    0 24px 50px -15px rgba(15, 35, 90, 0.11),
    0 8px 20px -8px rgba(37, 99, 235, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  padding: 24px 26px 22px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-card:hover {
  box-shadow: 
    0 30px 65px -18px rgba(15, 35, 90, 0.15),
    0 12px 28px -10px rgba(37, 99, 235, 0.1),
    0 0 0 1px rgba(255, 255, 255, 1) inset;
  border-color: rgba(191, 219, 254, 1);
}

.search-form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px 6px 6px 18px;
  background: #f8fafc;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.search-form-row:focus-within {
  border-color: #3b82f6;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14), 0 10px 25px -6px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.search-form-row .df-ic {
  color: #94a3b8;
  display: flex;
  align-items: center;
  flex: none;
  transition: all 0.3s ease;
}

.search-form-row:focus-within .df-ic {
  color: #2563eb;
  transform: rotate(20deg) scale(1.15);
}

.search-form-row input {
  flex: 1;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  background: transparent;
  padding: 10px 0;
  width: 100%;
}

.search-form-row input::placeholder {
  color: #94a3b8;
  font-weight: 500;
  transition: color 0.2s ease;
}

.search-form-row:focus-within input::placeholder {
  color: #cbd5e1;
}

.search-form-row .btn {
  background: linear-gradient(135deg, #1d5cf0 0%, #2563eb 50%, #4f46e5 100%);
  background-size: 200% auto;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-family: var(--font-head);
  font-size: 0.96rem;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  flex: none;
  line-height: 1.2;
  box-shadow: 0 10px 22px -6px rgba(29, 92, 240, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
}

.search-form-row .btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(30deg);
  transition: all 0.6s ease;
}

.search-form-row .btn:hover::after {
  left: 140%;
}

.search-form-row .btn:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -6px rgba(29, 92, 240, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.search-form-row .btn:active {
  transform: translateY(0) scale(0.98);
}

.search-form-row .btn svg {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search-form-row .btn:hover svg {
  transform: translate(3px, -3px) scale(1.15);
}

/* Popular TLD Pills Grid */
.search-tlds {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.tld-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-radius: 15px;
  text-decoration: none;
  background: #ffffff;
  border: 1.5px solid #eef2f6;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.tld-item::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.tld-ic {
  flex: none;
  width: 38px;
  height: 38px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tld-ic svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.04));
}

.tld-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.tld-badge {
  background: transparent;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 750;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.tld-price {
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
  transition: color 0.2s ease;
}

/* Specialized High-Tech Hover Glows per TLD */
.tld-item[data-tld="com.tr"]:hover {
  border-color: #3b82f6;
  background: #f8faff;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(37, 99, 235, 0.25);
}
.tld-item[data-tld="com.tr"]:hover .tld-badge,
.tld-item[data-tld="com.tr"]:hover .tld-price {
  color: #1d5cf0;
}

.tld-item[data-tld="com"]:hover {
  border-color: #6366f1;
  background: #fafafe;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(99, 102, 241, 0.25);
}
.tld-item[data-tld="com"]:hover .tld-badge,
.tld-item[data-tld="com"]:hover .tld-price {
  color: #4f46e5;
}

.tld-item[data-tld="net"]:hover {
  border-color: #14b8a6;
  background: #f4fdfb;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(20, 184, 166, 0.25);
}
.tld-item[data-tld="net"]:hover .tld-badge,
.tld-item[data-tld="net"]:hover .tld-price {
  color: #0d9488;
}

.tld-item[data-tld="org"]:hover {
  border-color: #f97316;
  background: #fffaf5;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(249, 115, 22, 0.25);
}
.tld-item[data-tld="org"]:hover .tld-badge,
.tld-item[data-tld="org"]:hover .tld-price {
  color: #ea580c;
}

.tld-item[data-tld="xyz"]:hover {
  border-color: #a855f7;
  background: #faf5ff;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(168, 85, 247, 0.25);
}
.tld-item[data-tld="xyz"]:hover .tld-badge,
.tld-item[data-tld="xyz"]:hover .tld-price {
  color: #7c3aed;
}

.tld-item[data-tld="online"]:hover {
  border-color: #06b6d4;
  background: #f0fdff;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(6, 182, 212, 0.25);
}
.tld-item[data-tld="online"]:hover .tld-badge,
.tld-item[data-tld="online"]:hover .tld-price {
  color: #0891b2;
}

.tld-item:hover .tld-ic {
  transform: scale(1.12) rotate(4deg);
}

/* Domain Search Live Results Animation & Styling */
.domain-results {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1.5px solid #e0e7ff;
  box-shadow: 0 15px 35px -10px rgba(15, 35, 90, 0.1);
  animation: resultsSlideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes resultsSlideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.dr-head {
  font-size: 0.92rem;
  color: #475569;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.dr-head strong {
  color: #0f172a;
  font-size: 1rem;
}

.dr-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dr-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.dr-row:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.06);
}

.dr-row.is-free {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.dr-row.is-free .dr-ic {
  color: #16a34a;
  background: #dcfce7;
  border-radius: 50%;
  padding: 4px;
  display: flex;
}

.dr-row.is-free .dr-state {
  color: #15803d;
  font-weight: 750;
}

.dr-row.is-taken {
  background: #fafafa;
  border-color: #f1f5f9;
  opacity: 0.85;
}

.dr-row.is-taken .dr-ic {
  color: #94a3b8;
}

.dr-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  min-width: 140px;
}

.dr-name em {
  font-style: normal;
  color: #2563eb;
}

.dr-state {
  font-size: 0.82rem;
  font-weight: 600;
  flex: 1;
}

.dr-price {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  text-align: right;
  min-width: 90px;
}

.dr-price small {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
}

.dr-act .btn {
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 750;
  border-radius: 8px;
}

.dr-spin {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

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

@media (max-width: 991px) {
  .search-card-wrap {
    margin-top: -30px;
  }
  .search-tlds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .search-card {
    padding: 16px;
    border-radius: 18px;
  }
  .search-form-row {
    flex-wrap: wrap;
    border-radius: 14px;
    padding: 8px;
    gap: 8px;
  }
  .search-form-row input {
    padding: 6px 4px;
    font-size: 0.98rem;
  }
  .search-form-row .btn {
    width: 100%;
    justify-content: center;
    padding: 11px 20px;
  }
  .search-tlds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .tld-item {
    padding: 8px 10px;
    gap: 8px;
  }
  .tld-ic {
    width: 32px;
    height: 32px;
  }
  .tld-price {
    font-size: 0.86rem;
  }
}

/* =========================================================
   Ultra-Premium Blog & Knowledge Center Suite
   ========================================================= */

.blog-main-page,
.single-post-main {
  background: #ffffff !important;
}

/* 1. Blog Hero */
.blog-hero-section {
  padding: 56px 0 44px;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
}

.blog-hero-content {
  max-width: 840px;
  margin: 0 auto;
}

.blog-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d5cf0;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.blog-hero-badge .pulse-dot {
  width: 7px;
  height: 7px;
  background: #1d5cf0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(29, 92, 240, 0.7);
  animation: pulseDotBlue 2s infinite;
}

@keyframes pulseDotBlue {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(29, 92, 240, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(29, 92, 240, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(29, 92, 240, 0); }
}

.blog-hero-title {
  font-family: var(--font-head);
  font-size: 2.6rem;
  font-weight: 850;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 14px;
}

.blog-hero-subtitle {
  font-size: 1.08rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 auto 22px;
  max-width: 680px;
}

/* Quick Topics Bar */
.blog-topics-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btb-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 650;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.btb-item svg {
  color: #2563eb;
}

.btb-item:hover {
  background: #ffffff;
  border-color: #93c5fd;
  color: #1d5cf0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -2px rgba(29, 92, 240, 0.1);
}

/* Blog Search Bar */
.blog-search-bar-wrap {
  max-width: 640px;
  margin: 0 auto 24px;
}

.blog-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 16px;
  padding: 6px 6px 6px 16px;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06);
  transition: all 0.22s ease;
}

.blog-search-form:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 12px 28px -5px rgba(37, 99, 235, 0.1);
}

.bsf-icon {
  color: #94a3b8;
  display: flex;
  flex: none;
}

.blog-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0f172a;
  background: transparent;
  padding: 8px 0;
}

.blog-search-input::placeholder {
  color: #94a3b8;
}

.blog-search-btn {
  padding: 10px 22px;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 11px;
}

/* Category Filter Pills */
.blog-category-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bcp-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.bcp-pill:hover {
  background: #f8fafc;
  border-color: #93c5fd;
  color: #1d5cf0;
  transform: translateY(-1px);
}

.bcp-pill.active {
  background: #1d5cf0;
  border-color: #1d5cf0;
  color: #ffffff;
  box-shadow: 0 4px 12px -2px rgba(29, 92, 240, 0.35);
}

.bcp-count {
  font-size: 0.72rem;
  padding: 1px 6px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  font-weight: 700;
}

.bcp-pill.active .bcp-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* 2. Blog Bento Grid & Cards */
.blog-listing-section {
  padding: 48px 0 80px;
  background: #ffffff !important;
}

.blog-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

/* Featured Card (Spans 3 Columns) */
.blog-card-featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 40px -15px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card-featured:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 25px 50px -15px rgba(29, 92, 240, 0.15);
}

.bcf-thumb {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  background: #f8fafc;
  display: block;
}

.bcf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card-featured:hover .bcf-thumb img {
  transform: scale(1.04);
}

.bcf-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.bcf-content {
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bcf-meta-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.bcf-cat-tag {
  background: #eff6ff;
  color: #1d5cf0;
  font-size: 0.76rem;
  font-weight: 750;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
}

.bcf-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.bcf-title {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 850;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.bcf-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bcf-title a:hover {
  color: #1d5cf0;
}

.bcf-excerpt {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 24px;
}

.bcf-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

.bcf-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #334155;
}

.bcf-author-avatar {
  border-radius: 50%;
}

.bcf-read-btn {
  border-radius: 11px;
  padding: 10px 20px;
  font-size: 0.88rem;
}

/* Standard Blog Card */
.blog-card-standard {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px -10px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card-standard:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 18px 36px -12px rgba(29, 92, 240, 0.12);
}

.bcs-thumb {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #f8fafc;
  display: block;
}

.bcs-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card-standard:hover .bcs-thumb img {
  transform: scale(1.05);
}

.bcs-thumb-placeholder,
.bcf-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #3b82f6;
}

.bcs-cat-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  color: #1d5cf0;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.bcs-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bcs-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 500;
  margin-bottom: 10px;
}

.bcs-date, .bcs-read-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.bcs-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.bcs-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.bcs-title a:hover {
  color: #1d5cf0;
}

.bcs-excerpt {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 18px;
  flex: 1;
}

.bcs-footer {
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.bcs-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1d5cf0;
  font-weight: 750;
  font-size: 0.86rem;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.bcs-more-link:hover {
  gap: 10px;
}

/* Pagination */
.bh-pagination-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.bh-pagination-wrap ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bh-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bh-pagination-wrap .page-numbers:hover {
  border-color: #93c5fd;
  color: #1d5cf0;
  background: #f8fafc;
}

.bh-pagination-wrap .page-numbers.current {
  background: #1d5cf0;
  border-color: #1d5cf0;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(29, 92, 240, 0.3);
}

/* Newsletter CTA Card */
.blog-newsletter-card {
  margin-top: 50px;
  background: linear-gradient(135deg, #0b1730 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
  box-shadow: 0 20px 45px -15px rgba(11, 23, 48, 0.35);
  position: relative;
  overflow: hidden;
}

.bnc-left {
  max-width: 620px;
}

.bnc-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.bnc-left h3 {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 850;
  color: #ffffff;
  margin: 0 0 8px;
}

.bnc-left p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

.bnc-action-btn {
  padding: 13px 28px;
  font-size: 0.95rem;
  font-weight: 750;
  border-radius: 12px;
  white-space: nowrap;
}

/* 3. Single Post Reading Experience */
.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5px;
  width: 0%;
  background: linear-gradient(90deg, #1d5cf0, #06b6d4, #10b981);
  z-index: 9999;
  transition: width 0.1s ease-out;
}

.single-post-hero {
  padding: 48px 0 36px;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
}

.sph-header-inner {
  max-width: 880px;
  margin: 0 auto;
}

.sph-category-wrap {
  margin-bottom: 14px;
}

.sph-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d5cf0;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
}

.sph-cat-badge .dot {
  width: 6px;
  height: 6px;
  background: #1d5cf0;
  border-radius: 50%;
}

.sph-title {
  font-family: var(--font-head);
  font-size: 2.35rem;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}

.sph-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
}

.sph-author-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sph-avatar {
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sph-author-info {
  display: flex;
  flex-direction: column;
}

.sph-author-name {
  font-size: 0.94rem;
  font-weight: 800;
  color: #0f172a;
}

.sph-author-role {
  font-size: 0.78rem;
  color: #64748b;
}

.sph-details-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 550;
}

.sph-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Post Layout Grid */
.single-post-body-section {
  padding: 44px 0 80px;
  background: #ffffff !important;
}

.post-layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.post-featured-image-box {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.1);
  border: 1px solid #e2e8f0;
}

.post-feat-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Comments Styling Suite */
.comments-area {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid #e2e8f0;
}

.comments-title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 24px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-list .comment {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 24px;
}

.comment-list .comment-body {
  display: flex;
  gap: 16px;
}

.comment-list .avatar {
  border-radius: 50%;
  flex: none;
}

.comment-list .comment-meta {
  margin-bottom: 8px;
}

.comment-list .comment-author {
  font-weight: 800;
  color: #0f172a;
  font-size: 0.95rem;
}

.comment-list .comment-metadata a {
  font-size: 0.76rem;
  color: #94a3b8;
  text-decoration: none;
}

.comment-list .reply a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 750;
  color: #1d5cf0;
  text-decoration: none;
  margin-top: 8px;
}

.comment-respond {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 32px;
}

.comment-reply-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 8px;
}

.comment-notes {
  font-size: 0.84rem;
  color: #64748b;
  margin-bottom: 20px;
}

.comment-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.comment-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.comment-form-field label {
  font-size: 0.86rem;
  font-weight: 750;
  color: #334155;
}

.comment-form-field input,
.comment-form-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  font-size: 0.94rem;
  color: #0f172a;
  font-family: inherit;
  transition: all 0.2s ease;
}

.comment-form-field input:focus,
.comment-form-field textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.comment-submit-btn {
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 750;
  border-radius: 12px;
}


/* Single Article Rich Typography */
.single-article-content {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #334155;
}

.single-article-content h2 {
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 850;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 36px 0 16px;
  padding-left: 14px;
  border-left: 4px solid #1d5cf0;
  line-height: 1.35;
}

.single-article-content h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 28px 0 12px;
  line-height: 1.4;
}

.single-article-content p {
  margin: 0 0 20px;
}

.single-article-content ul,
.single-article-content ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.single-article-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.single-article-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  background: #f8fafc;
  border-left: 4px solid #3b82f6;
  border-radius: 0 14px 14px 0;
  color: #1e293b;
  font-style: normal;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.single-article-content pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 18px 22px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 24px 0;
}

.single-article-content code {
  background: #f1f5f9;
  color: #0f172a;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 0.88em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.single-article-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.single-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.single-article-content th {
  background: #f8fafc;
  padding: 12px 16px;
  text-align: left;
  font-weight: 800;
  font-size: 0.88rem;
  color: #0f172a;
  border-bottom: 1.5px solid #e2e8f0;
}

.single-article-content td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.92rem;
}

/* Post Tags */
.post-tags-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 36px 0 28px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  flex-wrap: wrap;
}

.ptc-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.86rem;
  font-weight: 750;
  color: #64748b;
}

.ptc-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ptc-tag {
  background: #f1f5f9;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 650;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.18s ease;
}

.ptc-tag:hover {
  background: #eff6ff;
  color: #1d5cf0;
}

/* Social Share Card */
.post-share-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.psc-title {
  font-weight: 750;
  font-size: 0.9rem;
  color: #0f172a;
}

.psc-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.psc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.psc-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.psc-wa { background: #25d366; }
.psc-tw { background: #000000; }
.psc-li { background: #0a66c2; }

/* Author Box */
.post-author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 4px 15px -3px rgba(0,0,0,0.03);
  margin-bottom: 36px;
}

.pab-img {
  border-radius: 50%;
}

.pab-role {
  font-size: 0.74rem;
  font-weight: 800;
  color: #1d5cf0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pab-name {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 850;
  color: #0f172a;
  margin: 2px 0 6px;
}

.pab-bio {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Prev / Next Navigation */
.post-prev-next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.ppn-card {
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.2s ease;
}

.ppn-card:hover {
  border-color: #93c5fd;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(29, 92, 240, 0.1);
}

.ppn-dir {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.76rem;
  font-weight: 750;
  color: #64748b;
}

.ppn-next .ppn-dir {
  justify-content: flex-end;
}

.ppn-title {
  font-size: 0.94rem;
  font-weight: 750;
  color: #0f172a;
  line-height: 1.4;
}

.ppn-card:hover .ppn-title {
  color: #1d5cf0;
}

/* Related Posts */
.post-related-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}

.prs-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 20px;
}

.prs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.prs-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  gap: 14px;
  padding: 10px;
  transition: all 0.2s ease;
}

.prs-card:hover {
  border-color: #93c5fd;
  transform: translateY(-2px);
}

.prs-thumb {
  width: 90px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  flex: none;
  background: #f1f5f9;
}

.prs-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prs-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #3b82f6;
}

.prs-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prs-date {
  font-size: 0.74rem;
  color: #94a3b8;
  margin-bottom: 2px;
}

.prs-name {
  font-size: 0.9rem;
  font-weight: 750;
  color: #0f172a;
  margin: 0;
  line-height: 1.35;
}

.prs-name a {
  color: inherit;
  text-decoration: none;
}

.prs-name a:hover {
  color: #1d5cf0;
}

/* Sidebar Widgets */
.post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 90px;
}

.bh-sidebar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 15px -3px rgba(0,0,0,0.03);
}

.widget-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.sidebar-search-form {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 4px 6px 4px 14px;
}

.sidebar-search-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.88rem;
  color: #0f172a;
}

.sidebar-search-form button {
  background: #1d5cf0;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
}

.sidebar-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  transition: all 0.18s ease;
}

.sidebar-category-list a:hover {
  background: #eff6ff;
  color: #1d5cf0;
}

.sc-count {
  font-size: 0.74rem;
  font-weight: 750;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 10px;
  color: #64748b;
  border: 1px solid #e2e8f0;
}

/* Sidebar Promo Card V3 */
.promo-card-v3 {
  background: linear-gradient(135deg, #0b1730 0%, #1e293b 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 15px 35px -10px rgba(11, 23, 48, 0.4);
}

.promo-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  background: #2563eb;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.promo-card-v3 h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 850;
  color: #ffffff;
  margin: 0 0 8px;
}

.promo-card-v3 p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 0 16px;
}

.promo-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.promo-price-row span {
  font-size: 0.8rem;
  color: #94a3b8;
}

.promo-price-row strong {
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: #38bdf8;
  font-weight: 850;
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-card-featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
  .post-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .blog-hero-title {
    font-size: 1.85rem;
  }
  .sph-title {
    font-size: 1.65rem;
  }
  .blog-bento-grid {
    grid-template-columns: 1fr;
  }
  .blog-card-featured {
    grid-column: span 1;
  }
  .blog-newsletter-card {
    flex-direction: column;
    text-align: center;
    padding: 26px 20px;
  }
  .post-prev-next-grid,
  .prs-grid {
    grid-template-columns: 1fr;
  }
  .post-share-card {
    flex-direction: column;
    align-items: stretch;
  }
  .psc-buttons {
    justify-content: center;
  }
}

/* =========================================================
   Ultra-Premium 404 Error Page Styling
   ========================================================= */

.error-404-page {
  background: radial-gradient(circle at 50% 15%, rgba(224, 242, 254, 0.5) 0%, #ffffff 70%);
  min-height: 80vh;
}

.error-404-hero {
  padding: 60px 0 90px;
}

.e404-card {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 28px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 
    0 25px 60px -15px rgba(15, 35, 90, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  padding: 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.e404-glow-bg {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 280px;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.18) 0%, rgba(99, 102, 241, 0.08) 50%, transparent 75%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
  animation: e404Pulse 6s ease-in-out infinite alternate;
}

@keyframes e404Pulse {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.95; }
}

.e404-badge-wrap {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.e404-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fef2f2;
  border: 1px solid #fee2e2;
  color: #dc2626;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.e404-pulse-dot {
  width: 7px;
  height: 7px;
  background: #dc2626;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(220, 38, 38, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

/* Giant 404 Visual */
.e404-graphic-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 10px 0 20px;
  position: relative;
  z-index: 1;
}

.e404-num {
  font-family: var(--font-head);
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #1d5cf0 0%, #2563eb 45%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
  filter: drop-shadow(0 10px 20px rgba(29, 92, 240, 0.2));
}

.e404-server-orbit {
  width: 96px;
  height: 96px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e404-orbit-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed rgba(59, 130, 246, 0.35);
  animation: orbitSpin 14s linear infinite;
}

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

.e404-server-cube {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b1730 0%, #1e293b 100%);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px -6px rgba(11, 23, 48, 0.35);
  animation: e404Float 4s ease-in-out infinite alternate;
}

@keyframes e404Float {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-8px) rotate(4deg); }
}

.e404-headline {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 850;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}

.e404-subtext {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #64748b;
  max-width: 640px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

/* In-Page Fast Search */
.e404-search-box {
  max-width: 580px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}

.e404-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 16px;
  padding: 6px 6px 6px 16px;
  box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.06);
  transition: all 0.22s ease;
}

.e404-search-form:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 12px 28px -5px rgba(37, 99, 235, 0.1);
}

.e404-search-ic {
  color: #94a3b8;
  display: flex;
  flex: none;
}

.e404-search-form input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0f172a;
  background: transparent;
  padding: 8px 0;
}

.e404-search-form input::placeholder {
  color: #94a3b8;
}

.e404-search-btn {
  padding: 10px 22px;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 11px;
}

/* Actions Row */
.e404-actions-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.e404-btn-home,
.e404-btn-support {
  padding: 13px 28px;
  border-radius: 13px;
  font-size: 0.96rem;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Shortcuts Grid */
.e404-shortcuts-wrap {
  padding-top: 36px;
  border-top: 1px solid #f1f5f9;
  position: relative;
  z-index: 1;
}

.e404-shortcuts-title {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.e404-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.e404-sc-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  text-decoration: none;
  text-align: left;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.e404-sc-card:hover {
  background: #ffffff;
  border-color: #93c5fd;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(29, 92, 240, 0.12);
}

.e404-sc-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.2s ease;
}

.e404-sc-card:hover .e404-sc-icon {
  transform: scale(1.08);
}

.sc-red { background: #fef2f2; color: #ef4444; }
.sc-blue { background: #eff6ff; color: #2563eb; }
.sc-purple { background: #faf5ff; color: #9333ea; }
.sc-green { background: #f0fdf4; color: #16a34a; }

.e404-sc-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.e404-sc-text strong {
  font-size: 0.94rem;
  font-weight: 800;
  color: #0f172a;
}

.e404-sc-text span {
  font-size: 0.78rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e404-sc-card:hover .e404-sc-text strong {
  color: #1d5cf0;
}

.e404-sc-arrow {
  color: #cbd5e1;
  flex: none;
  transition: all 0.2s ease;
}

.e404-sc-card:hover .e404-sc-arrow {
  color: #1d5cf0;
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .e404-card {
    padding: 32px 20px;
    border-radius: 20px;
  }
  .e404-num {
    font-size: 5rem;
  }
  .e404-server-orbit {
    width: 68px;
    height: 68px;
  }
  .e404-server-cube {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  .e404-server-cube svg {
    width: 30px;
    height: 30px;
  }
  .e404-headline {
    font-size: 1.65rem;
  }
  .e404-shortcuts-grid {
    grid-template-columns: 1fr;
  }
}
