/* Hostzio Modern Redesign CSS */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --hz-primary: #5446e7;
    --hz-primary-hover: #4335d6;
    --hz-primary-light: #eff1fe;
    --hz-primary-gradient: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #7c3aed 100%);
    --hz-accent-gradient: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    --hz-dark: #0f172a;
    --hz-dark-card: #1e293b;
    --hz-text-main: #1e293b;
    --hz-text-muted: #64748b;
    --hz-text-light: #94a3b8;
    --hz-bg-light: #f8fafc;
    --hz-bg-hero: #fafbfe;
    --hz-border-color: #e2e8f0;
    --hz-shadow-sm: 0 2px 8px rgba(99, 102, 241, 0.06);
    --hz-shadow-md: 0 10px 30px rgba(99, 102, 241, 0.1);
    --hz-shadow-lg: 0 20px 40px rgba(15, 23, 42, 0.08);
    --hz-radius-sm: 8px;
    --hz-radius-md: 14px;
    --hz-radius-lg: 24px;
    --hz-font: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

body {
    font-family: var(--hz-font);
    color: var(--hz-text-main);
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Header & Glass Navigation */
.header-main {
    transition: all 0.3s ease;
    z-index: 9999;
}

.main-header-menu-wrap,
.main-header-menu-wrap.fixed-top,
.main-header-menu-wrap.affix {
    background: rgba(15, 23, 42, 0.92) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18) !important;
    padding: 12px 0 !important;
    transition: all 0.3s ease !important;
}

.main-header-menu-wrap .custom-nav-link {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 16px !important;
    transition: all 0.2s ease !important;
    border-radius: 8px !important;
}

.main-header-menu-wrap .custom-nav-link:hover,
.main-header-menu-wrap .custom-nav-link:focus,
.main-header-menu-wrap .custom-nav-item.active .custom-nav-link {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

/* Mega Menu & Sub-Menu Background Fixes */
.main-sub-menu,
.hs-mega-menu.main-sub-menu {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18) !important;
    padding: 16px !important;
    margin-top: 10px !important;
}

.title-with-icon-item .u-header__promo-title {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.title-with-icon-item .u-header__promo-text {
    color: #64748b !important;
    font-size: 13px !important;
}

.title-with-icon-link {
    padding: 10px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}

.title-with-icon-link:hover {
    background: #f8fafc !important;
}

.application-hosting,
.hs-mega-menu .application-hosting,
.mobmenu .application-hosting {
    display: none !important;
}

/* Mobile Header & Hamburger Trigger */
#hamburgerTrigger span {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .navbar-collapse,
    .mobmenu_nav {
        background: #0f172a !important;
        border-radius: 16px !important;
        padding: 20px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}

.btn-client-area {
    background: var(--hz-primary-gradient);
    color: #ffffff !important;
    border: none;
    border-radius: var(--hz-radius-sm);
    padding: 10px 22px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
    transition: all 0.25s ease;
}

.btn-client-area:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
    color: #ffffff !important;
}

/* Currency Badge Link */
.currenc-badge {
    background: rgba(99, 102, 241, 0.08);
    color: var(--hz-primary) !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px 12px !important;
}

/* Modern Hero Section */
.hero-redesign-section {
    position: relative;
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
    padding: 140px 0 90px;
    overflow: hidden;
}

.hero-bg-glow {
    position: absolute;
    top: -150px;
    right: -100px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, rgba(238, 242, 255, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 700;
    font-size: 13px;
    border-radius: 30px;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
}

.hero-pill-badge .badge-dot {
    width: 8px;
    height: 8px;
    background: #6366f1;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #6366f1;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-title .highlight-text {
    background: var(--hz-primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 540px;
}

.hero-action-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.btn-hero-primary {
    background: var(--hz-primary);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    box-shadow: 0 8px 24px rgba(84, 70, 231, 0.32);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-hero-primary:hover {
    background: var(--hz-primary-hover);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(84, 70, 231, 0.42);
}

.btn-hero-secondary {
    background: #f1f3fe;
    color: #4338ca;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #e0e7ff;
    transition: all 0.25s ease;
    text-decoration: none !important;
}

.btn-hero-secondary:hover {
    background: #e0e7ff;
    color: #3730a3;
    transform: translateY(-2px);
}

/* Stats Counter Row */
.hero-stats-row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.stat-item-val {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
}

.stat-item-lbl {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 2px;
}

/* Hero Right Visual Canvas (Matching Reference Screenshot Exactly) */
.hero-visual-canvas {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-main-card {
    position: relative;
    width: 100%;
    max-width: 540px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(226, 232, 240, 0.8);
    padding: 20px;
    overflow: visible;
}

/* Floating Badges */
.floating-wp-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 52px;
    height: 52px;
    background: #3858e9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(56, 88, 233, 0.35);
    z-index: 10;
    animation: floatAnim 4s ease-in-out infinite alternate;
}

.floating-server-badge {
    position: absolute;
    top: 50px;
    left: -25px;
    width: 50px;
    height: 50px;
    background: #0f172a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
    z-index: 10;
    animation: floatAnim 4.5s ease-in-out infinite alternate-reverse;
}

/* Floating Domain Lock Bar */
.floating-domain-bar {
    position: absolute;
    top: -24px;
    right: 60px;
    background: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    z-index: 9;
}

.floating-domain-bar .lock-icon {
    width: 22px;
    height: 22px;
    background: #10b981;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/* Browser Frame & Content Mockup */
.browser-frame-window {
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: relative;
}

.browser-header-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.dot-btn {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.mockup-inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 20px;
    min-height: 280px;
    background: #ffffff;
}

.mockup-website-preview {
    background: #fafafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mockup-website-preview .brand-label {
    font-size: 10px;
    letter-spacing: 1px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mockup-website-preview .portfolio-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 4px;
}

.mockup-website-preview .portfolio-subtitle {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.mockup-website-preview .email-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #e2e8f0;
    color: #334155;
    font-size: 10px;
    font-weight: 700;
    border-radius: 6px;
    width: fit-content;
}

/* User Image Container */
.mockup-user-photo {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: flex-end;
}

.mockup-user-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mockup-user-photo img.hero-category-img {
    object-fit: contain !important;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
}

/* Full Hero Image Container inside Browser Window */
.hero-full-image-container {
    width: 100%;
    min-height: 360px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}

.hero-full-img {
    width: 100%;
    height: 100%;
    max-height: 380px;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

/* Mobile Frame Floating Card */
.floating-mobile-mockup {
    position: absolute;
    bottom: -15px;
    left: 40px;
    width: 155px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    padding: 12px;
    z-index: 12;
}

.mobile-inner-screen {
    background: #fafafc;
    border-radius: 10px;
    padding: 12px 10px;
    border: 1px solid #f1f5f9;
}

.mobile-inner-screen .m-brand {
    font-size: 8px;
    color: #94a3b8;
    font-weight: 700;
}

.mobile-inner-screen .m-title {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin: 4px 0;
}

/* Support Help Overlay Badge */
.support-floating-card {
    position: absolute;
    bottom: -28px;
    right: 20px;
    background: #ffffff;
    border-radius: 40px;
    padding: 8px 18px 8px 10px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.14);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 15;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-stack img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
    object-fit: cover;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.support-text-label {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
}

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

/* Domain Search Bar Section */
.domain-search-wrapper {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--hz-shadow-lg);
    padding: 30px 40px;
    margin-top: -40px;
    position: relative;
    z-index: 20;
    border: 1px solid #e2e8f0;
}

.domain-input-group {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px;
    padding: 6px 8px 6px 20px;
    transition: all 0.2s ease;
}

.domain-input-group:focus-within {
    border-color: var(--hz-primary);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
    background: #ffffff;
}

.domain-input-field {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #0f172a;
}

.domain-search-btn {
    background: var(--hz-primary);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 28px;
    border: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.domain-search-btn:hover {
    background: var(--hz-primary-hover);
    color: #ffffff;
}

.domain-ext-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.ext-badge {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.ext-badge span {
    color: var(--hz-primary);
    font-weight: 700;
}

/* App Hosting Section */
.app-hosting-section {
    padding: 60px 0;
    background: #ffffff;
}

.app-hosting-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    color: #1e293b;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.25s ease;
}

.app-hosting-card:hover {
    background: #ffffff;
    border-color: var(--hz-primary);
    transform: translateY(-4px);
    box-shadow: var(--hz-shadow-md);
    color: var(--hz-primary);
}

.app-hosting-card img {
    width: 32px;
    height: 32px;
}

/* Redesigned Pricing Section */
.pricing-redesign-section {
    background: #f8fafc;
    padding: 90px 0;
}

.pricing-card-modern {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 36px 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.12);
    border-color: rgba(99, 102, 241, 0.4);
}

.pricing-card-featured {
    border: 2px solid var(--hz-primary);
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15);
}

.popular-badge {
    position: absolute;
    top: -14px;
    right: 24px;
    background: var(--hz-primary-gradient);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.plan-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.plan-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 24px;
}

.plan-currency {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
}

.plan-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.plan-period {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

.btn-plan-buy {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-plan-primary {
    background: var(--hz-primary);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(84, 70, 231, 0.3);
}

.btn-plan-primary:hover {
    background: var(--hz-primary-hover);
    box-shadow: 0 8px 20px rgba(84, 70, 231, 0.4);
}

.btn-plan-outline {
    background: #f1f5f9;
    color: #334155 !important;
}

.btn-plan-outline:hover {
    background: var(--hz-primary);
    color: #ffffff !important;
}

.plan-feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plan-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #334155;
}

.plan-feature-list li i.check-icon {
    color: #10b981;
    font-size: 15px;
}

/* Redesigned Features Grid */
.features-modern-section {
    padding: 90px 0;
    background: #ffffff;
}

.feature-box-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-box-card:hover {
    background: #ffffff;
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: var(--hz-shadow-md);
    transform: translateY(-4px);
}

.feature-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #eef2ff;
    color: var(--hz-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.feature-box-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.feature-box-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* FAQ Accordion Styling */
.faq-card-modern {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.faq-header-btn {
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    background: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;

    text-decoration: none !important;
}

.faq-header-btn:hover {
    color: var(--hz-primary);
}

/* ==========================================================================
   PAGE-SPECIFIC DISTINCT THEME VARIATION SYSTEM
   ========================================================================== */

/* 1. WordPress & CMS App Theme (.theme-wp) */
.theme-wp .hero-pill-badge {
    background: #ecfdf5;
    color: #059669;
}
.theme-wp .hero-pill-badge .badge-dot {
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}
.theme-wp .highlight-text {
    background: linear-gradient(135deg, #059669 0%, #10b981 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-wp .btn-hero-primary {
    background: #059669;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
}
.theme-wp .btn-hero-primary:hover {
    background: #047857;
}

/* 2. Reseller Hosting Theme (.theme-reseller) */
.theme-reseller .hero-pill-badge {
    background: #fff7ed;
    color: #c2410c;
}
.theme-reseller .hero-pill-badge .badge-dot {
    background: #f97316;
    box-shadow: 0 0 8px #f97316;
}
.theme-reseller .highlight-text {
    background: linear-gradient(135deg, #ea580c 0%, #d97706 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-reseller .btn-hero-primary {
    background: #ea580c;
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
}
.theme-reseller .btn-hero-primary:hover {
    background: #c2410c;
}

/* 3. Server & Infrastructure Theme (.theme-server) */
.theme-server .hero-pill-badge {
    background: #f0f9ff;
    color: #0369a1;
}
.theme-server .hero-pill-badge .badge-dot {
    background: #0284c7;
    box-shadow: 0 0 8px #0284c7;
}
.theme-server .highlight-text {
    background: linear-gradient(135deg, #0284c7 0%, #3b82f6 50%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-server .btn-hero-primary {
    background: #0284c7;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);
}
.theme-server .btn-hero-primary:hover {
    background: #0369a1;
}

/* 4. n8n & Automation Theme (.theme-n8n) */
.theme-n8n .hero-pill-badge {
    background: #fff1f2;
    color: #e11d48;
}
.theme-n8n .hero-pill-badge .badge-dot {
    background: #f43f5e;
    box-shadow: 0 0 8px #f43f5e;
}
.theme-n8n .highlight-text {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-n8n .btn-hero-primary {
    background: #e11d48;
    box-shadow: 0 8px 24px rgba(225, 29, 72, 0.35);
}
.theme-n8n .btn-hero-primary:hover {
    background: #be123c;
}

/* 5. Company & Utility Theme (.theme-company) */
.theme-company .hero-pill-badge {
    background: #eff6ff;
    color: #1d4ed8;
}
.theme-company .hero-pill-badge .badge-dot {
    background: #2563eb;
    box-shadow: 0 0 8px #2563eb;
}
.theme-company .highlight-text {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-company .btn-hero-primary {
    background: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.theme-company .btn-hero-primary:hover {
    background: #1d4ed8;
}

/* OS Selector Badges for VPS & Server Pages */
.os-selector-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.os-card-badge {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.os-card-badge:hover, .os-card-badge.active {
    border-color: #0284c7;
    background: #f0f9ff;
    color: #0369a1;
}

.os-card-badge img {
    width: 24px;
    height: 24px;
}

/* Custom Interactive Flow Card for n8n */
.n8n-workflow-canvas {
    background: #0f172a;
    border-radius: 20px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.n8n-node-item {
    background: #1e293b;
    border-radius: 12px;
    padding: 14px 18px;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.n8n-node-item i {
    font-size: 20px;
    color: #f43f5e;
}


/* Footer Styling */
.footer-redesign {
    background: #090d16;
    color: #94a3b8;
    padding: 80px 0 30px;
}

.footer-redesign h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

.footer-redesign a:hover {
    color: #ffffff;
}

/* Responsive Overrides & Mobile Optimization Engine */

/* Global Anti-Overflow & Touch Rules */
html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100%;
}

img, svg, video, canvas, iframe, object {
    max-width: 100% !important;
    height: auto !important;
}

/* Touch Feedback Optimization */
a, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(99, 102, 241, 0.15);
}

/* Responsive Table Engine */
.table-responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.table-responsive > .table,
table.vps-hosting-pricing-table,
table.comparision-table {
    margin-bottom: 0;
    min-width: 640px;
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}
.table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* --- CLEAN MODERN NAVBAR & RESPONSIVE MOBILE MENU --- */

/* Fixed Header Bar Base Styling */
.main-header-menu-wrap,
.main-header-menu-wrap.fixed-top,
.main-header-menu-wrap.affix {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25) !important;
    padding: 10px 0 !important;
    transition: all 0.3s ease !important;
    z-index: 99999 !important;
}

.main-header-menu-wrap .navbar-brand {
    padding: 0 !important;
    margin: 0 16px 0 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.main-header-menu-wrap .navbar-brand img {
    height: 34px !important;
    width: auto !important;
    max-height: 34px !important;
    max-width: 180px !important;
    object-fit: contain !important;
}

/* Prevent Currency ($ USD) from ever wrapping onto 2 lines */
.main-header-menu-wrap .currenc,
.main-header-menu-wrap .currenc span,
.main-header-menu-wrap .custom-nav-link.cuurenc,
.main-header-menu-wrap a.cuurenc {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* DESKTOP & LARGE TABLETS (>= 992px) */
@media (min-width: 992px) {
    /* Hide extra mobile currency dropdown on desktop to prevent double currency menu */
    .main-header-menu-wrap .header-nav > ul.navbar-nav:not(.main-navbar-nav) {
        display: none !important;
    }

    .main-header-menu-wrap .navbar-nav.main-navbar-nav {
        align-items: center !important;
        margin-left: auto !important;
    }

    .main-header-menu-wrap .custom-nav-item {
        margin: 0 2px !important;
    }

    .main-header-menu-wrap .custom-nav-link {
        color: #e2e8f0 !important;
        font-weight: 600 !important;
        font-size: 14.5px !important;
        padding: 6px 12px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        transition: all 0.2s ease !important;
    }

    /* Client Area Orange Button styling on desktop */
    .main-header-menu-wrap .header-nav-last-item a,
    .main-header-menu-wrap .btn-brand-03 {
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 18px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border-radius: 50px !important;
        line-height: 1.2 !important;
        margin-left: 6px !important;
    }

    @media (max-width: 1199.98px) {
        .main-header-menu-wrap .custom-nav-link {
            font-size: 13.5px !important;
            padding: 6px 8px !important;
        }
        .main-header-menu-wrap .navbar-brand img {
            height: 30px !important;
            max-height: 30px !important;
        }
        .main-header-menu-wrap .header-nav-last-item a {
            padding: 7px 14px !important;
            font-size: 13px !important;
        }
    }

    .main-header-menu-wrap .custom-nav-link:hover,
    .main-header-menu-wrap .custom-nav-link:focus,
    .main-header-menu-wrap .custom-nav-item.active .custom-nav-link {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }

    .main-header-menu-wrap .navbar-toggler {
        display: none !important;
    }
}

/* MOBILE & TABLET DRAWER (< 992px - iPhone, Android, iPad Air 820px, iPad 768px) */
@media (max-width: 991.98px) {
    .main-header-menu-wrap {
        padding: 8px 0 !important;
        min-height: 56px !important;
    }

    .main-header-menu-wrap .navbar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
        width: 100% !important;
    }

    .main-header-menu-wrap .navbar-brand {
        order: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header-menu-wrap .navbar-brand img {
        height: 26px !important;
        max-height: 26px !important;
        max-width: 135px !important;
        width: auto !important;
    }

    /* Currency Badge in Mobile Header Bar */
    .main-header-menu-wrap .navbar-nav:not(.main-navbar-nav) {
        order: 2 !important;
        margin: 0 0 0 auto !important;
        padding-right: 10px !important;
    }

    .main-header-menu-wrap .custom-nav-link.cuurenc,
    .main-header-menu-wrap a.cuurenc {
        font-size: 13px !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 6px !important;
        padding: 4px 10px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    /* Clean Hamburger Toggle Button */
    .navbar-toggler.btn {
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 8px !important;
        color: #ffffff !important;
        cursor: pointer !important;
        outline: none !important;
        box-shadow: none !important;
        transition: all 0.2s ease !important;
        flex-shrink: 0 !important;
    }

    .navbar-toggler.btn:hover,
    .navbar-toggler.btn:focus,
    .navbar-toggler.btn.active {
        background: rgba(255, 255, 255, 0.16) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
    }

    #hamburgerTrigger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #hamburgerTrigger span,
    #hamburgerTrigger i {
        color: #ffffff !important;
        font-size: 17px !important;
    }

    /* --- MOBILE MENU DRAWER (.mobmenu & #navBar) --- */
    .mobmenu:not(.showmenu):not(.showflx),
    .navbar-collapse#navBar:not(.show):not(.collapsing) {
        display: none !important;
    }

    .mobmenu.showmenu,
    .mobmenu.showflx,
    .navbar-collapse#navBar.collapsing,
    .navbar-collapse#navBar.show {
        display: block !important;
        position: fixed !important;
        top: 56px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 56px) !important;
        max-height: calc(100vh - 56px) !important;
        background: #0f172a !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 16px 14px 40px !important;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5) !important;
        z-index: 999999 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .mobmenu_nav,
    .navbar-collapse#navBar .main-navbar-nav,
    .mobmenu .linkhead {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        background: transparent !important;
        box-shadow: none !important;
        min-height: auto !important;
        border-radius: 0 !important;
    }

    .mobmenu .linkhead > li.custom-nav-item,
    .mobmenu .linkhead > li.nav-item,
    .navbar-collapse#navBar .custom-nav-item {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .mobmenu .linkhead > li > a.custom-nav-link,
    .mobmenu .linkhead > li > a.nav-link,
    .navbar-collapse#navBar .custom-nav-link {
        color: #f8fafc !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        padding: 12px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        background: transparent !important;
        border-radius: 12px !important;
        text-decoration: none !important;
    }

    .mobmenu .linkhead > li > a.custom-nav-link:hover,
    .mobmenu .linkhead > li > a.custom-nav-link:focus,
    .navbar-collapse#navBar .custom-nav-link:hover,
    .navbar-collapse#navBar .custom-nav-link:focus {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }

    /* Submenus in Mobile Drawer */
    .mobmenu .hs-mega-menu,
    .mobmenu .main-sub-menu,
    .navbar-collapse#navBar .hs-mega-menu,
    .navbar-collapse#navBar .main-sub-menu {
        position: static !important;
        float: none !important;
        box-shadow: none !important;
        background: #1e293b !important;
        border-radius: 12px !important;
        margin: 6px 12px 10px !important;
        padding: 12px !important;
        width: auto !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .mobmenu .title-with-icon-item .u-header__promo-title,
    .navbar-collapse#navBar .title-with-icon-item .u-header__promo-title {
        color: #f8fafc !important;
    }

    .mobmenu .title-with-icon-item .u-header__promo-text,
    .navbar-collapse#navBar .title-with-icon-item .u-header__promo-text {
        color: #94a3b8 !important;
    }

    .mobmenu .title-with-icon-link:hover,
    .navbar-collapse#navBar .title-with-icon-link:hover {
        background: rgba(255, 255, 255, 0.06) !important;
    }

    /* Client Area CTA Button in Mobile Menu Drawer */
    .mobmenu .header-nav-last-item a,
    .navbar-collapse#navBar .header-nav-last-item a {
        background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        padding: 12px 18px !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4) !important;
        margin-top: 8px !important;
    }
}

    .hero-redesign-section {
        padding: 120px 0 60px;
    }

    .hero-content-wrap {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 30px !important;
    }

    .hero-pill-badge {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .hero-title,
    .hero-subtitle {
        text-align: center !important;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-action-group {
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    .hero-stats-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px !important;
        text-align: center !important;
        width: 100% !important;
        margin: 20px auto 0 !important;
    }

    .stat-item {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .stat-item-val,
    .stat-item-lbl {
        text-align: center !important;
    }

    .hero-visual-canvas {
        margin-top: 20px;
        min-height: auto;
    }

    .visual-main-card {
        max-width: 100%;
    }

    .domain-search-wrapper {
        padding: 24px 20px;
        margin-top: -24px;
        border-radius: 16px;
    }

    .domain-input-group {
        flex-direction: column;
        padding: 10px;
        gap: 12px;
    }

    .domain-input-field {
        text-align: center;
    }

    .domain-search-btn {
        width: 100%;
        padding: 14px 20px;
    }

    .pricing-redesign-section,
    .features-modern-section {
        padding: 60px 0;
    }

    .pricing-card-modern {
        margin-bottom: 24px;
    }

    .feature-box-card {
        margin-bottom: 20px;
    }

    .footer-redesign {
        padding: 60px 0 24px;
    }
}


/* Mobile Devices (< 768px) */
@media (max-width: 767.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-redesign-section {
        padding: 110px 0 50px;
    }

    .hero-content-wrap {
        text-align: center !important;
        align-items: center !important;
    }

    .hero-title {
        font-size: 2.0rem;
        text-align: center !important;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
        text-align: center !important;
    }

    .hero-action-group {
        gap: 12px;
        margin-bottom: 36px;
        justify-content: center !important;
    }

    .hero-stats-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .stat-item {
        text-align: center !important;
        align-items: center !important;
    }

    .stat-item-val,
    .stat-item-lbl {
        text-align: center !important;
    }

    .mockup-inner-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .mockup-user-photo {
        height: 200px;
    }

    .floating-wp-badge, 
    .floating-server-badge,
    .floating-mobile-mockup {
        display: none !important;
    }

    .support-floating-card {
        position: static !important;
        margin-top: 16px;
        justify-content: center;
        width: 100%;
        border-radius: 16px;
    }

    .n8n-workflow-canvas {
        padding: 16px;
    }

    .n8n-node-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .pricing-card-modern {
        padding: 28px 20px;
    }

    .plan-amount {
        font-size: 2.1rem;
    }

    .faq-header-btn {
        padding: 14px 18px;
        font-size: 15px;
    }
}

/* Small Mobile Screens (< 576px) */
@media (max-width: 575.98px) {
    .header-nav {
        padding: 4px 0 !important;
    }

    .navbar-brand img {
        max-width: 135px !important;
        height: auto !important;
    }

    .custom-nav-link.cuurenc.mob {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }

    .hero-content-wrap {
        text-align: center !important;
        align-items: center !important;
    }

    .hero-title {
        font-size: 1.65rem;
        line-height: 1.25;
        text-align: center !important;
    }

    .hero-subtitle {
        font-size: 14px;
        text-align: center !important;
    }

    .hero-pill-badge {
        font-size: 12px;
        padding: 5px 12px;
        margin-bottom: 16px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .hero-action-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .btn-hero-primary, 
    .btn-hero-secondary,
    .btn-plan-buy {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    .hero-stats-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .stat-item {
        text-align: center !important;
        align-items: center !important;
    }

    .stat-item-val,
    .stat-item-lbl {
        text-align: center !important;
    }

    .floating-domain-bar {
        display: none !important;
    }

    .domain-search-wrapper {
        padding: 16px 14px;
    }

    .ext-badge {
        font-size: 12px;
    }

    .os-selector-wrap {
        flex-direction: column;
    }

    .os-card-badge {
        width: 100%;
        justify-content: center;
    }

    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    select,
    textarea {
        font-size: 16px !important;
    }
}

