/*
Theme Name: Abdullah Listing Bot Pro
Theme URI: https://abdullahlistingbot.com
Author: Abdullah Listing Bot Team
Author URI: https://abdullahlistingbot.com
Description: Ultra-high converting, modern dark-themed SaaS sales landing page theme built specifically for Abdullah Listing Bot Pro Suite V2.0. Packed with interactive software showcases, 7-phase pipeline breakdown, stealth anti-detect feature grids, ROI calculator, pricing tables, testimonials, and full WordPress Customizer support. Direct WhatsApp order integration (+923196663628).
Version: 2.1.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abdullahlistingbot
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options
*/


/**
 * Abdullah Listing Bot Pro - Responsive & Glitch-Free Stylesheet
 * Brand: Tech Electric Orange (#FF6B00) & Stealth Obsidian Dark (#090D16)
 * Direct WhatsApp: +92 319 6663628
 *
 * @package AbdullahListingBot
 * @version 2.1.0
 */

/* ==========================================================================
   CSS Variables & Design Tokens
   ========================================================================== */
:root {
    --alb-primary: #FF6B00;
    --alb-primary-hover: #FF8533;
    --alb-primary-light: #FFA14A;
    --alb-primary-dark: #D45500;
    --alb-primary-rgb: 255, 107, 0;

    --alb-bg-dark: #090D16;
    --alb-bg-surface: #0E1424;
    --alb-card-bg: #121A2D;
    --alb-card-border: rgba(255, 107, 0, 0.18);
    --alb-card-border-hover: rgba(255, 107, 0, 0.55);

    --alb-text-white: #FFFFFF;
    --alb-text-light: #E2E8F0;
    --alb-text-muted: #94A3B8;
    --alb-text-dim: #64748B;

    --alb-success: #10B981;
    --alb-danger: #EF4444;
    --alb-warning: #F59E0B;
    --alb-whatsapp: #25D366;
    --alb-whatsapp-hover: #20BD5A;

    --alb-glow: rgba(255, 107, 0, 0.28);
    --alb-radius-sm: 8px;
    --alb-radius-md: 14px;
    --alb-radius-lg: 20px;
    --alb-radius-full: 9999px;

    --alb-font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --alb-font-mono: 'JetBrains Mono', Consolas, monospace;
}

/* ==========================================================================
   CSS Reset & Base (Prevents All Horizontal Overflow & Layout Shifts)
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: var(--alb-font-main);
    background-color: var(--alb-bg-dark);
    color: var(--alb-text-light);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--alb-primary);
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a:hover {
    color: var(--alb-primary-hover);
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 1rem;
}

.text-center { text-align: center; }
.text-orange { color: var(--alb-primary) !important; }
.text-success { color: var(--alb-success) !important; }
.text-danger { color: var(--alb-danger) !important; }
.text-muted { color: var(--alb-text-muted) !important; }
.text-whatsapp { color: var(--alb-whatsapp) !important; }
.mt-3 { margin-top: 1rem; }

/* Container */
.alb-container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.alb-container-narrow {
    max-width: 860px;
}

/* ==========================================================================
   Typography & Common Elements
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: var(--alb-text-white);
    font-weight: 700;
    line-height: 1.25;
    word-wrap: break-word;
}

.alb-text-gradient {
    background: linear-gradient(135deg, #FFA14A 0%, #FF6B00 50%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Badges */
.alb-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--alb-primary);
    background: rgba(255, 107, 0, 0.1);
    border: 1px solid rgba(255, 107, 0, 0.28);
    border-radius: var(--alb-radius-full);
    margin-bottom: 16px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

.alb-badge-orange {
    background: rgba(255, 107, 0, 0.15);
    border-color: rgba(255, 107, 0, 0.4);
    color: #FF8533;
}

.alb-section-title {
    font-size: clamp(1.8rem, 3.5vw + 0.5rem, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: var(--alb-text-white);
}

.alb-section-subtitle {
    font-size: clamp(0.95rem, 1.2vw + 0.3rem, 1.125rem);
    color: var(--alb-text-muted);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    line-height: 1.6;
}

/* Buttons */
.alb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: var(--alb-radius-md);
    cursor: pointer;
    border: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    line-height: 1.3;
    white-space: normal;
}

.alb-btn-primary {
    background: linear-gradient(135deg, var(--alb-primary) 0%, var(--alb-primary-dark) 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 18px rgba(255, 107, 0, 0.35);
}

.alb-btn-primary:hover {
    background: linear-gradient(135deg, var(--alb-primary-hover) 0%, var(--alb-primary) 100%);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.55);
}

.alb-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--alb-text-white);
}

.alb-btn-outline:hover {
    background: rgba(255, 107, 0, 0.12);
    border-color: var(--alb-primary);
    color: var(--alb-primary-hover);
    transform: translateY(-2px);
}

.alb-btn-ghost {
    background: transparent;
    color: var(--alb-text-light);
    border: 1px solid transparent;
}

.alb-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--alb-primary);
}

.alb-btn-xl {
    padding: 14px 28px;
    font-size: 1.05rem;
    flex-direction: column;
    gap: 4px;
}

.alb-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.05rem;
    font-weight: 800;
}

.alb-btn-subtext {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.9;
}

.alb-btn-sm {
    padding: 8px 16px;
    font-size: 0.85rem;
}

.alb-btn-block {
    width: 100%;
}

.alb-glow-btn {
    position: relative;
    overflow: hidden;
}

.alb-glow-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        60deg,
        transparent,
        rgba(255, 255, 255, 0.22),
        transparent
    );
    transform: rotate(30deg);
    animation: albShine 4.5s infinite;
}

@keyframes albShine {
    0% { transform: translateX(-150%) rotate(30deg); }
    20%, 100% { transform: translateX(150%) rotate(30deg); }
}

/* ==========================================================================
   Top Urgent Announcement Banner
   ========================================================================== */
.alb-top-banner {
    background: linear-gradient(90deg, #7A2E00 0%, #B84300 50%, #FF6B00 100%);
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 1001;
}

.alb-top-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.alb-banner-pill {
    background: rgba(0, 0, 0, 0.35);
    padding: 2px 10px;
    border-radius: var(--alb-radius-full);
    font-size: 0.725rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.alb-banner-text {
    line-height: 1.4;
}

.alb-banner-cta {
    color: #FFE600;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.alb-banner-cta:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   Header & Navigation (Glitch-Free Responsive)
   ========================================================================== */
.alb-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(9, 13, 22, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 107, 0, 0.15);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    height: 72px;
}

.alb-site-header.scrolled {
    background: rgba(9, 13, 22, 0.98);
    border-bottom-color: rgba(255, 107, 0, 0.35);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
}

.alb-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Brand Logo */
.alb-site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.alb-custom-logo-link {
    display: block;
    line-height: 1;
}

.alb-site-logo-img {
    height: 42px;
    max-height: 44px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.alb-site-logo-img:hover {
    transform: scale(1.02);
}

/* Desktop Navigation */
.alb-desktop-nav {
    display: flex;
    align-items: center;
}

.alb-nav-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.alb-nav-list a {
    color: var(--alb-text-light);
    font-size: 0.925rem;
    font-weight: 600;
    position: relative;
    padding: 6px 0;
}

.alb-nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--alb-primary);
    transition: width 0.25s ease;
}

.alb-nav-list a:hover {
    color: var(--alb-primary);
}

.alb-nav-list a:hover::after {
    width: 100%;
}

.alb-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Mobile Toggle Hamburger */
.alb-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: var(--alb-radius-sm);
    z-index: 1050;
}

.alb-mobile-toggle .alb-bar {
    width: 24px;
    height: 2px;
    background: var(--alb-text-white);
    transition: all 0.3s ease;
}

.alb-mobile-toggle.active .alb-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.alb-mobile-toggle.active .alb-bar:nth-child(2) {
    opacity: 0;
}

.alb-mobile-toggle.active .alb-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Slide Drawer & Overlay */
.alb-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.alb-mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.alb-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 86vw;
    background: #0B101D;
    border-left: 2px solid var(--alb-primary);
    z-index: 1060;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.alb-mobile-drawer.open {
    transform: translateX(0);
}

.alb-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.alb-mobile-drawer-title {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
}

.alb-mobile-drawer-close {
    background: none;
    border: none;
    color: var(--alb-text-muted);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
}

.alb-mobile-drawer-close:hover {
    color: #FFFFFF;
}

.alb-mobile-drawer-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.alb-mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.alb-mobile-nav-list a {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--alb-text-white);
    display: block;
    padding: 12px 14px;
    border-radius: var(--alb-radius-sm);
    transition: background 0.2s ease, color 0.2s ease;
}

.alb-mobile-nav-list a:hover {
    background: rgba(255, 107, 0, 0.12);
    color: var(--alb-primary);
}

.alb-mobile-drawer-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.alb-mobile-drawer-phone {
    display: block;
    margin-top: 12px;
    font-size: 0.85rem;
    color: var(--alb-text-muted);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.alb-hero-section {
    position: relative;
    padding: 50px 0 80px;
    text-align: center;
    overflow: hidden;
}

.alb-hero-glow-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 500px;
    max-width: 100vw;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.16) 0%, rgba(9, 13, 22, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.alb-hero-section .alb-container {
    position: relative;
    z-index: 1;
}

.alb-hero-badge-wrap {
    margin-bottom: 20px;
}

.alb-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: rgba(255, 107, 0, 0.12);
    border: 1px solid rgba(255, 107, 0, 0.32);
    border-radius: var(--alb-radius-full);
    max-width: 100%;
}

.alb-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--alb-success);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--alb-success);
    animation: albPulse 2s infinite;
    flex-shrink: 0;
}

@keyframes albPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.alb-hero-title {
    font-size: clamp(2rem, 4.5vw + 0.5rem, 3.3rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.03em;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.alb-hero-subtitle {
    font-size: clamp(0.95rem, 1.3vw + 0.3rem, 1.18rem);
    color: var(--alb-text-muted);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    line-height: 1.6;
}

.alb-hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.alb-hero-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.alb-trust-pill {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--alb-text-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Software Mockup Window Frame (100% Glitch-Free) */
.alb-hero-mockup-wrapper {
    position: relative;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.alb-mockup-frame {
    background: #0B101D;
    border: 2px solid rgba(255, 107, 0, 0.35);
    border-radius: var(--alb-radius-lg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 107, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.alb-mockup-topbar {
    background: #0E1528;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.alb-mockup-dots {
    display: flex;
    gap: 6px;
}

.alb-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.alb-dot-red { background: #FF5F56; }
.alb-dot-yellow { background: #FFBD2E; }
.alb-dot-green { background: #27C93F; }

.alb-mockup-title {
    font-family: var(--alb-font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--alb-text-muted);
    letter-spacing: 0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.alb-mockup-badge {
    font-size: 0.725rem;
    font-weight: 700;
    background: rgba(16, 185, 129, 0.15);
    color: var(--alb-success);
    padding: 2px 8px;
    border-radius: var(--alb-radius-full);
    white-space: nowrap;
}

.alb-mockup-img-container {
    background: #000000;
    width: 100%;
    position: relative;
}

.alb-mockup-img {
    width: 100%;
    height: auto;
    display: block;
}

/* In-Frame Status Bar (Glitch-Free Alternative to Floating Overlays) */
.alb-mockup-statusbar {
    background: #0E1528;
    border-top: 1px solid rgba(255, 107, 0, 0.2);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 14px 20px;
    gap: 16px;
    text-align: left;
}

.alb-status-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alb-status-item i {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.alb-status-item strong {
    display: block;
    font-size: 0.85rem;
    color: #FFFFFF;
}

.alb-status-item span {
    display: block;
    font-size: 0.75rem;
    color: var(--alb-text-muted);
}

/* ==========================================================================
   Stats & Social Proof Strip
   ========================================================================== */
.alb-stats-section {
    padding: 36px 0;
    background: var(--alb-bg-surface);
    border-top: 1px solid rgba(255, 107, 0, 0.12);
    border-bottom: 1px solid rgba(255, 107, 0, 0.12);
}

.alb-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.alb-stat-card {
    text-align: center;
    padding: 12px;
}

.alb-stat-number {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    color: var(--alb-text-white);
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 4px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alb-stat-star {
    color: #FFB800;
    -webkit-text-fill-color: #FFB800;
}

.alb-stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--alb-text-muted);
}

/* ==========================================================================
   Pain vs Solution (Comparison)
   ========================================================================== */
.alb-comparison-section {
    padding: 80px 0;
}

.alb-vs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.alb-vs-card {
    border-radius: var(--alb-radius-lg);
    padding: 32px;
    position: relative;
}

.alb-vs-bad {
    background: #10141F;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.alb-vs-good {
    background: #11182B;
    border: 2px solid var(--alb-primary);
    box-shadow: 0 0 30px rgba(255, 107, 0, 0.2);
}

.alb-vs-popular-tag {
    position: absolute;
    top: -13px;
    right: 24px;
    background: linear-gradient(90deg, #FF6B00, #FF8533);
    color: #FFFFFF;
    font-size: 0.725rem;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: var(--alb-radius-full);
    letter-spacing: 0.05em;
}

.alb-vs-header {
    margin-bottom: 22px;
}

.alb-vs-badge {
    display: inline-block;
    font-size: 0.725rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--alb-radius-full);
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: var(--alb-text-muted);
}

.alb-vs-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.alb-vs-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.925rem;
    line-height: 1.5;
}

.alb-vs-list li i {
    font-size: 1.15rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ==========================================================================
   7-Phase Pipeline Section (Glitch-Free Cards)
   ========================================================================== */
.alb-pipeline-section {
    padding: 80px 0;
    background: #0B0F1C;
    border-top: 1px solid rgba(255, 107, 0, 0.12);
    border-bottom: 1px solid rgba(255, 107, 0, 0.12);
}

.alb-pipeline-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 44px;
}

.alb-pipe-card {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-md);
    padding: 22px;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.alb-pipe-card:hover {
    border-color: var(--alb-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 107, 0, 0.2);
}

.alb-pipe-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.alb-pipe-icon {
    font-size: 1.6rem;
    color: var(--alb-primary);
}

.alb-pipe-number {
    font-family: var(--alb-font-mono);
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(255, 107, 0, 0.35);
}

.alb-pipe-card h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.alb-pipe-card p {
    font-size: 0.85rem;
    color: var(--alb-text-muted);
    line-height: 1.5;
}

.alb-pipe-highlight {
    background: linear-gradient(145deg, #141E34 0%, #172440 100%);
    border-color: var(--alb-primary);
}

.alb-pipeline-screenshot-box {
    background: #0D1322;
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-lg);
    overflow: hidden;
}

.alb-subcard-header {
    background: #11182A;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.alb-live-pill {
    background: rgba(255, 107, 0, 0.2);
    color: var(--alb-primary);
    padding: 3px 10px;
    border-radius: var(--alb-radius-full);
    font-size: 0.725rem;
    font-weight: 800;
}

.alb-pipeline-img {
    width: 100%;
    display: block;
}

/* ==========================================================================
   Stealth Anti-Detect Section
   ========================================================================== */
.alb-stealth-section {
    padding: 80px 0;
}

.alb-stealth-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.alb-stealth-desc {
    font-size: 1.05rem;
    color: var(--alb-text-muted);
    margin-bottom: 28px;
}

.alb-stealth-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.alb-stealth-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.alb-sf-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 107, 0, 0.12);
    border: 1px solid rgba(255, 107, 0, 0.3);
    border-radius: var(--alb-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alb-primary);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.alb-sf-info h4 {
    font-size: 1rem;
    margin-bottom: 4px;
}

.alb-sf-info p {
    font-size: 0.875rem;
    color: var(--alb-text-muted);
    line-height: 1.5;
}

/* ==========================================================================
   Core Features Grid
   ========================================================================== */
.alb-features-section {
    padding: 80px 0;
    background: #0B0E19;
}

.alb-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.alb-feature-card {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-lg);
    padding: 28px;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.alb-feature-card:hover {
    border-color: var(--alb-primary);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 107, 0, 0.2);
}

.alb-feat-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2), rgba(255, 107, 0, 0.05));
    border: 1px solid rgba(255, 107, 0, 0.4);
    border-radius: var(--alb-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alb-primary);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.alb-feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.alb-feature-card p {
    font-size: 0.9rem;
    color: var(--alb-text-muted);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.alb-feat-tag {
    font-size: 0.725rem;
    font-weight: 700;
    color: var(--alb-primary);
    background: rgba(255, 107, 0, 0.1);
    padding: 4px 10px;
    border-radius: var(--alb-radius-full);
    align-self: flex-start;
}

/* ==========================================================================
   Software Tour (Screenshots Tabs - Touch Scrollable)
   ========================================================================== */
.alb-screenshots-section {
    padding: 80px 0;
}

.alb-tour-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin-bottom: 28px;
}

.alb-tour-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: max-content;
    margin: 0 auto;
}

.alb-tour-tab {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--alb-text-light);
    padding: 10px 20px;
    border-radius: var(--alb-radius-full);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.alb-tour-tab:hover {
    background: rgba(255, 107, 0, 0.15);
    border-color: var(--alb-primary);
    color: #FFFFFF;
}

.alb-tour-tab.active {
    background: var(--alb-primary);
    border-color: var(--alb-primary);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
}

.alb-tour-panel {
    display: none;
}

.alb-tour-panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.alb-tour-img {
    width: 100%;
    display: block;
}

.alb-tour-caption {
    background: #0E1528;
    padding: 18px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.alb-tour-caption h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #FFFFFF;
}

.alb-tour-caption p {
    font-size: 0.875rem;
    color: var(--alb-text-muted);
}

/* ==========================================================================
   ROI Calculator
   ========================================================================== */
.alb-calculator-section {
    padding: 70px 0;
    background: #0B0F1B;
}

.alb-calc-wrapper {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-lg);
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.alb-calc-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.alb-calc-sliders {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.alb-calc-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 700;
}

.alb-calc-val {
    color: var(--alb-primary);
    font-size: 1.1rem;
    font-family: var(--alb-font-mono);
}

.alb-range-input {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #1E293B;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.alb-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--alb-primary);
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.6);
    border: 2px solid #FFFFFF;
}

.alb-range-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--alb-primary);
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.6);
    border: 2px solid #FFFFFF;
}

.alb-calc-results {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alb-calc-result-card {
    background: #0E1424;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--alb-radius-md);
    padding: 16px 20px;
}

.alb-calc-result-card.alb-calc-featured {
    border-color: var(--alb-primary);
    background: linear-gradient(135deg, #121A2E 0%, #16223D 100%);
    box-shadow: 0 0 25px rgba(255, 107, 0, 0.2);
}

.alb-res-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--alb-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.alb-res-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 2px;
}

.alb-res-sub {
    font-size: 0.78rem;
    color: var(--alb-text-dim);
}

/* ==========================================================================
   Pricing Section (WhatsApp Order Optimized)
   ========================================================================== */
.alb-pricing-section {
    padding: 80px 0;
}

.alb-pricing-toggle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #111828;
    padding: 6px 16px;
    border-radius: var(--alb-radius-full);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 8px;
}

.alb-toggle-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--alb-text-muted);
}

.alb-toggle-label.alb-toggle-active {
    color: #FFFFFF;
}

.alb-save-badge {
    background: var(--alb-primary);
    color: #FFFFFF;
    font-size: 0.725rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: var(--alb-radius-full);
}

/* Custom Switch */
.alb-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.alb-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.alb-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #334155;
    transition: .3s;
}

.alb-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
}

input:checked + .alb-slider {
    background-color: var(--alb-primary);
}

input:checked + .alb-slider:before {
    transform: translateX(20px);
}

.alb-slider.round {
    border-radius: 34px;
}

.alb-slider.round:before {
    border-radius: 50%;
}

/* Pricing Grid */
.alb-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 40px;
    margin-bottom: 36px;
}

.alb-pricing-card {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-lg);
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.25s ease;
}

.alb-pricing-card:hover {
    border-color: var(--alb-primary);
    transform: translateY(-4px);
}

.alb-pricing-popular {
    border: 2px solid var(--alb-primary);
    background: linear-gradient(180deg, #141C30 0%, #101726 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 107, 0, 0.25);
    transform: scale(1.02);
}

.alb-pricing-popular:hover {
    transform: scale(1.02) translateY(-4px);
}

.alb-popular-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #FF6B00 0%, #FFA726 100%);
    color: #FFFFFF;
    font-size: 0.725rem;
    font-weight: 800;
    padding: 4px 16px;
    border-radius: var(--alb-radius-full);
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.alb-pricing-header {
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 22px;
}

.alb-plan-title {
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.alb-plan-subtitle {
    font-size: 0.85rem;
    color: var(--alb-text-muted);
    margin-bottom: 16px;
}

.alb-plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.alb-price-currency {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--alb-primary);
}

.alb-price-amount {
    font-size: 3rem;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1;
}

.alb-price-period {
    font-size: 0.9rem;
    color: var(--alb-text-muted);
}

.alb-plan-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
    flex-grow: 1;
}

.alb-plan-features li {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--alb-text-light);
}

.alb-plan-features li.alb-feat-disabled {
    color: var(--alb-text-dim);
    text-decoration: line-through;
}

.alb-plan-footer {
    text-align: center;
}

.alb-pricing-cta {
    font-size: 0.925rem;
    padding: 12px 18px;
}

.alb-plan-micro {
    display: block;
    margin-top: 8px;
    font-size: 0.725rem;
    color: var(--alb-text-muted);
}

.alb-pricing-guarantee-box {
    background: #0E1526;
    border: 1px solid rgba(255, 107, 0, 0.25);
    border-radius: var(--alb-radius-md);
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.alb-pg-icon {
    font-size: 2rem;
    color: var(--alb-primary);
    flex-shrink: 0;
}

.alb-pg-text h4 {
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.alb-pg-text p {
    font-size: 0.875rem;
    color: var(--alb-text-muted);
    line-height: 1.5;
}

/* ==========================================================================
   Reviews / Testimonials
   ========================================================================== */
.alb-reviews-section {
    padding: 80px 0;
    background: #0B0E19;
}

.alb-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.alb-review-card {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-lg);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alb-review-stars {
    color: #FFB800;
    font-size: 1.05rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.alb-review-quote {
    font-size: 0.925rem;
    font-style: italic;
    color: var(--alb-text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.alb-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alb-author-avatar {
    width: 42px;
    height: 42px;
    background: rgba(255, 107, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alb-primary);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.alb-author-info strong {
    display: block;
    color: #FFFFFF;
    font-size: 0.925rem;
}

.alb-author-info span {
    font-size: 0.78rem;
    color: var(--alb-text-muted);
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.alb-faq-section {
    padding: 80px 0;
}

.alb-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alb-accordion-item {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-card-border);
    border-radius: var(--alb-radius-md);
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.alb-accordion-item.active {
    border-color: var(--alb-primary);
}

.alb-accordion-trigger {
    width: 100%;
    padding: 18px 22px;
    background: transparent;
    border: none;
    color: var(--alb-text-white);
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 14px;
}

.alb-accordion-trigger i {
    color: var(--alb-primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.alb-accordion-item.active .alb-accordion-trigger i {
    transform: rotate(45deg);
}

.alb-accordion-content {
    display: none;
    padding: 0 22px 20px;
    font-size: 0.925rem;
    color: var(--alb-text-muted);
    line-height: 1.6;
}

.alb-accordion-item.active .alb-accordion-content {
    display: block;
}

/* ==========================================================================
   Final Conversion CTA
   ========================================================================== */
.alb-final-cta-section {
    padding: 70px 0 90px;
}

.alb-final-cta-box {
    position: relative;
    background: linear-gradient(135deg, #131A2D 0%, #19243C 100%);
    border: 2px solid var(--alb-primary);
    border-radius: var(--alb-radius-lg);
    padding: 50px 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(255, 107, 0, 0.3);
}

.alb-final-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 350px;
    max-width: 100%;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.alb-final-cta-content {
    position: relative;
    z-index: 1;
}

.alb-mascot-badge {
    margin-bottom: 16px;
}

.alb-mascot-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid var(--alb-primary);
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.5);
}

.alb-final-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 14px;
}

.alb-final-subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    color: var(--alb-text-muted);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    line-height: 1.5;
}

.alb-final-micro-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
    font-size: 0.85rem;
    color: var(--alb-text-light);
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.alb-site-footer {
    background: #070A11;
    border-top: 1px solid rgba(255, 107, 0, 0.15);
}

.alb-footer-trust-strip {
    background: #0B0F1B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 28px 0;
}

.alb-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.alb-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alb-trust-icon {
    font-size: 1.6rem;
    color: var(--alb-primary);
    flex-shrink: 0;
}

.alb-trust-text h4 {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.alb-trust-text p {
    font-size: 0.78rem;
    color: var(--alb-text-muted);
    line-height: 1.4;
}

.alb-footer-main {
    padding: 50px 0 35px;
}

.alb-footer-columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 36px;
}

.alb-footer-logo-img {
    height: 42px;
    width: auto;
    margin-bottom: 16px;
}

.alb-footer-desc {
    font-size: 0.875rem;
    color: var(--alb-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.alb-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.alb-badge-pill {
    font-size: 0.725rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: var(--alb-radius-full);
    color: var(--alb-text-light);
}

.alb-footer-title {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.alb-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.alb-footer-menu a {
    color: var(--alb-text-muted);
    font-size: 0.875rem;
}

.alb-footer-menu a:hover {
    color: var(--alb-primary);
    padding-left: 4px;
}

.alb-footer-note {
    font-size: 0.85rem;
    color: var(--alb-text-muted);
    margin-bottom: 14px;
    line-height: 1.5;
}

.alb-whatsapp-badge-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1B291E;
    border: 1px solid var(--alb-whatsapp);
    color: #FFFFFF;
    padding: 10px 16px;
    border-radius: var(--alb-radius-md);
    margin-bottom: 12px;
    transition: all 0.25s ease;
}

.alb-whatsapp-badge-btn i {
    font-size: 1.8rem;
    color: var(--alb-whatsapp);
    flex-shrink: 0;
}

.alb-whatsapp-badge-btn strong {
    display: block;
    font-size: 0.95rem;
}

.alb-whatsapp-badge-btn span {
    display: block;
    font-size: 0.75rem;
    color: var(--alb-text-muted);
}

.alb-whatsapp-badge-btn:hover {
    background: var(--alb-whatsapp);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.alb-whatsapp-badge-btn:hover i {
    color: #FFFFFF;
}

.alb-contact-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.alb-contact-link {
    font-size: 0.85rem;
    color: var(--alb-text-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.alb-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 0;
    font-size: 0.78rem;
    color: var(--alb-text-dim);
}

.alb-footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.alb-disclaimer {
    font-size: 0.725rem;
    line-height: 1.5;
}

/* ==========================================================================
   Mobile Sticky Buy Bar (Glitch-Free Bottom Navigation)
   ========================================================================== */
.alb-mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 20, 36, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--alb-primary);
    padding: 8px 16px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.7);
}

.alb-mobile-sticky-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
}

.alb-mobile-sticky-title {
    display: block;
    font-size: 0.825rem;
    font-weight: 700;
    color: #FFFFFF;
}

.alb-mobile-sticky-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--alb-primary);
}

.alb-old-price {
    font-size: 0.725rem;
    text-decoration: line-through;
    color: var(--alb-text-dim);
    margin-left: 4px;
}

/* ==========================================================================
   Video Lightbox Modal
   ========================================================================== */
.alb-modal-backdrop {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.alb-modal-backdrop.open {
    display: flex;
}

.alb-modal-dialog {
    background: var(--alb-card-bg);
    border: 1px solid var(--alb-primary);
    border-radius: var(--alb-radius-lg);
    width: 100%;
    max-width: 820px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 107, 0, 0.35);
}

.alb-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    font-size: 1.6rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.alb-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #000000;
}

.alb-video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.alb-modal-caption {
    padding: 20px;
    text-align: center;
}

.alb-modal-caption h3 {
    font-size: 1.15rem;
    margin-bottom: 6px;
}

.alb-modal-caption p {
    font-size: 0.875rem;
    color: var(--alb-text-muted);
    margin-bottom: 16px;
}

/* ==========================================================================
   Back To Top Button
   ========================================================================== */
.alb-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: rgba(18, 26, 45, 0.9);
    border: 1px solid var(--alb-primary);
    border-radius: 50%;
    color: var(--alb-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.alb-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.alb-back-to-top:hover {
    background: var(--alb-primary);
    color: #FFFFFF;
    transform: translateY(-3px);
}

/* ==========================================================================
   Responsive Media Queries (Bulletproof Cross-Device Rules)
   ========================================================================== */
@media (max-width: 1024px) {
    .alb-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .alb-pricing-popular {
        transform: none;
    }
    .alb-pricing-popular:hover {
        transform: translateY(-4px);
    }
    .alb-reviews-grid {
        grid-template-columns: 1fr;
    }
    .alb-footer-columns {
        grid-template-columns: 1fr 1fr;
    }
    .alb-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alb-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alb-stealth-split {
        grid-template-columns: 1fr;
    }
    .alb-calc-body {
        grid-template-columns: 1fr;
    }
    .alb-mockup-statusbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    body {
        /* Prevents fixed mobile bar from obscuring footer content */
        padding-bottom: 64px;
    }
    .alb-desktop-nav,
    .alb-hide-sm {
        display: none;
    }
    .alb-mobile-toggle {
        display: flex;
    }
    .alb-vs-grid {
        grid-template-columns: 1fr;
    }
    .alb-footer-columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .alb-mobile-sticky-bar {
        display: block;
    }
    .alb-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .alb-trust-grid {
        grid-template-columns: 1fr;
    }
    .alb-calc-wrapper {
        padding: 24px;
    }
    .alb-top-banner-inner {
        flex-direction: column;
        gap: 6px;
    }
    .alb-hero-section {
        padding: 35px 0 50px;
    }
    .alb-hero-cta-group {
        flex-direction: column;
        width: 100%;
    }
    .alb-hero-cta-group .alb-btn {
        width: 100%;
    }
    .alb-mockup-title {
        display: none;
    }
    .alb-back-to-top {
        bottom: 74px; /* avoid mobile bar */
    }
}

@media (max-width: 480px) {
    .alb-container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .alb-vs-card {
        padding: 22px 18px;
    }
    .alb-feature-card {
        padding: 22px 18px;
    }
    .alb-pricing-card {
        padding: 24px 18px;
    }
    .alb-stats-grid {
        grid-template-columns: 1fr;
    }
    .alb-final-cta-box {
        padding: 36px 16px;
    }
}
