/* ====================================================================
   ACCOUNTBOOSTS PREMIUM INFRASTRUCTURE STYLES
   ==================================================================== */

body { 
    background-color: #0f172a !important; 
    color: #f8fafc !important; 
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; 
}

/* Navbar */
.header { background-color: #0f172a !important; border-bottom: 1px solid #334155; }
.logo { font-size: 24px; font-weight: 700; color: var(--text-main); }
.logo span { color: #0ea5e9; }
.navbar-brand .h3 { color: #f8fafc; font-weight: bold; }
.navbar-brand .h3 a { color: #f8fafc; text-decoration: none; }
.navbar-brand span, .navbar-brand .h3 a span { color: #0ea5e9; }
.nav-link { color: #cbd5e1 !important; font-size: 0.95rem; }
.nav-link:hover { color: #0ea5e9 !important; }
.bg-google, .bg-gmail { background-color: #DB4437 !important; }
.bg-outlook, .bg-microsoft { background-color: #0078D4 !important; }
.bg-instagram { background-color: #E1306C !important; }
/* Hero / H1 SEO Area */
.hero-section { padding: 100px 0 60px; text-align: center; }
.hero-section h1 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 15px; color: #f8fafc; }
.hero-section h2 { font-size: 1.15rem; color: #94a3b8; font-weight: 400; max-width: 750px; margin: 0 auto; line-height: 1.6; }

/* Section Headings */
.section-header { border-bottom: 1px solid #334155; margin-bottom: 25px; padding-bottom: 10px; margin-top: 40px; }
.section-header h3 { font-weight: 700; font-size: 1.5rem; color: #f8fafc; margin-bottom: 5px; }
.section-header p { color: #94a3b8; font-size: 0.95rem; margin-bottom: 0; }

/* Flexbox Product List */
.product-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.product-row { background-color: #1e293b; border: 1px solid #334155; border-radius: 8px; padding: 16px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; transition: all 0.2s ease; }
.product-row:hover { border-color: #0ea5e9; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transform: translateY(-1px); }

.product-info { flex: 1 1 50%; min-width: 280px; display: flex; flex-direction: column; gap: 8px; }
.product-title { font-size: 1.1rem; font-weight: 600; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: #f8fafc; }

.product-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: flex-end; }

/* Platform Brand Buttons (Badges) */
.brand-badge { padding: 4px 12px; border-radius: 4px; font-size: 0.85rem; font-weight: 700; color: white; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.5px; text-transform: uppercase; }
.bg-instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.bg-tiktok { background-color: #000000; border: 1px solid #25F4EE; color: white; }
.bg-twitter { background-color: #1DA1F2; }
.bg-google { background-color: #DB4437; }
.bg-microsoft { background-color: #00A4EF; }

/* Small Characteristic Tags */
.tags-container { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-small { background-color: rgba(15, 23, 42, 0.6); border: 1px solid #334155; color: #cbd5e1; font-size: 0.8rem; padding: 3px 10px; border-radius: 6px; display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.tag-small i { color: #94a3b8; }
.tag-info { background-color: transparent; border: none; color: #94a3b8; cursor: help; font-size: 1.1rem; padding: 0; margin-left: 2px; }
.tag-info:hover { color: #0ea5e9; }

/* Stock & Price Buttons */
.stock-display { font-family: 'Courier New', Courier, monospace; color: #10b981; font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; gap: 6px; }
.price-btn { background-color: #0ea5e9; color: white !important; font-weight: 700; font-size: 0.95rem; padding: 8px 18px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: 0.2s; border: none; }
.price-btn:hover { background-color: #0284c7; text-decoration: none; transform: translateY(-1px); }

/* Tool Banner */
.tool-banner { background: linear-gradient(90deg, rgba(14, 165, 233, 0.08), rgba(15, 23, 42, 0)); border-left: 4px solid #0ea5e9; border-radius: 4px; padding: 20px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border-top: 1px solid #1e293b; border-right: 1px solid #1e293b; border-bottom: 1px solid #1e293b; }
.tool-banner h4 { color: #0ea5e9; font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.tool-banner p { color: #94a3b8; font-size: 0.95rem; margin: 0; max-width: 800px; line-height: 1.5; }

/* Proxy Cards */
.card-custom { background-color: #1e293b; border: 1px solid #334155; border-radius: 8px; transition: transform 0.2s; }
.card-custom:hover { transform: translateY(-3px); border-color: #0ea5e9; }
.card-custom h4 { color: #f8fafc; font-size: 1.25rem; font-weight: 700; }
.card-custom p { color: #94a3b8; font-size: 0.95rem; }
.price-text { font-size: 1.6rem; font-weight: bold; color: #0ea5e9; }

/* Footer override & Hide Old Elements */
.footer.dark { background-color: #0b1120; border-top: 1px solid #334155; }
.banner, .whyus, .proxy-section { display: none !important; }

/* Mobile Adjustments */
@media (max-width: 768px) {
    .product-row { flex-direction: column; align-items: flex-start; gap: 15px; }
    .product-meta { justify-content: space-between; width: 100%; border-top: 1px dashed #334155; padding-top: 15px; }
    .price-btn { flex-grow: 1; justify-content: center; }
    .tool-banner { flex-direction: column; align-items: flex-start; gap: 15px; }
}