body {
    background-color: #ffffff;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;
}

/* Background glows */
.bg-glow-purple {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.15) 0%, rgba(0,0,0,0) 70%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
}

.bg-glow-pink {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.12) 0%, rgba(0,0,0,0) 70%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
}

/* Typography Customizations */
.text-gradient {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 50%, #f43f5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.15rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Glassmorphism elements */
.glass-panel {
    background: rgba(13, 7, 26, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    padding: 2.5rem;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.glass-panel:hover {
    transform: translateY(-5px);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.1);
}

/* Header & Navbar styling */
.header-main {
    background: rgba(5, 1, 12, 0.8) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: sticky !important;
    top: 0;
    z-index: 1050;
    padding: 0.8rem 0;
}

.header-main .nav-link {
    color: #cbd5e1 !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.header-main .nav-link:hover, 
.header-main .nav-link.active {
    color: #a855f7 !important;
}

.header-main .dropdown-menu {
    background: rgba(13, 7, 26, 0.95) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 0.5rem;
}

.header-main .dropdown-item {
    color: #cbd5e1 !important;
    border-radius: 0.5rem;
    padding: 0.6rem 1.2rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.header-main .dropdown-item:hover {
    background: rgba(168, 85, 247, 0.15) !important;
    color: #fff !important;
}

/* Dynamic Badge Buttons */
.ai-badge {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(236, 72, 153, 0.15));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #e9d5ff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

/* Customized Buttons */
.btn-premium {
    background: linear-gradient(135deg, #a855f7 0%, #db2777 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5);
    color: #fff;
}

.btn-outline-premium {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(168, 85, 247, 0.6);
    border-radius: 50px;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-outline-premium:hover {
    background: linear-gradient(135deg, #a855f7 0%, #db2777 100%);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
    color: #fff;
}

/* Feature grid items styling */
.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(236, 72, 153, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #e9d5ff;
    margin-bottom: 1.5rem;
}

/* Pricing Switcher Toggle */
.pricing-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.pricing-toggle-wrap .toggle-label {
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.pricing-toggle-wrap .toggle-label.active {
    color: #fff;
}

.pricing-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.pricing-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e1136;
    border: 1px solid rgba(168, 85, 247, 0.4);
    transition: .4s;
    border-radius: 34px;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background: linear-gradient(135deg, #a855f7 0%, #db2777 100%);
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider-toggle:before {
    transform: translateX(26px);
}

/* Pricing Card Highlighted */
.pricing-card.premium-featured {
    border: 2px solid #a855f7;
    position: relative;
    transform: scale(1.05);
}

.pricing-card.premium-featured::after {
    content: "POPULAR";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #a855f7 0%, #db2777 100%);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 1rem;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0.05em;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin: 1.5rem 0;
}

.pricing-price span {
    font-size: 1rem;
    font-weight: 500;
    color: #94a3b8;
}

/* Brand Grid & Images */
.brands-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    opacity: 0.65;
}

.brand-item img {
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-item img:hover {
    filter: none;
    opacity: 1;
}

/* Lead Capture Form elements */
.form-input-premium {
    background: rgba(30, 20, 50, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.9rem 1.2rem;
    color: #fff;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input-premium:focus {
    background: rgba(30, 20, 50, 0.6);
    border-color: #a855f7;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.25);
    outline: none;
    color: #fff;
}

/* Custom check items */
.feature-check-list {
    list-style: none;
    padding-left: 0;
}

.feature-check-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
    color: #cbd5e1;
}

.feature-check-list li svg {
    color: #10b981;
    flex-shrink: 0;
}

/* Contact flag row */
.phone-row-premium {
    display: flex;
    gap: 0.5rem;
}

.dial-code-select {
    width: 90px;
    background: rgba(30, 20, 50, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.9rem 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
}

/* Blog Cards Design */
.blog-glow-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-img-wrapper {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    aspect-ratio: 16/10;
}

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

.blog-glow-card:hover .blog-img-wrapper img {
    transform: scale(1.05);
}

.blog-meta-custom {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 0.8rem;
}

/* Portfolio and Case Studies */
.portfolio-img-wrapper {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.portfolio-img-wrapper img {
    width: 100%;
    transition: transform 0.5s ease;
}

.glass-panel:hover .portfolio-img-wrapper img {
    transform: scale(1.03);
}

/* Footer Section Grid */
.footer-premium {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #030008;
    padding-top: 5rem;
    padding-bottom: 2rem;
    color: #94a3b8;
}

.footer-premium h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-premium ul {
    list-style: none;
    padding-left: 0;
}

.footer-premium ul li {
    margin-bottom: 0.8rem;
}

.footer-premium ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-premium ul li a:hover {
    color: #a855f7;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    background: linear-gradient(135deg, #a855f7 0%, #db2777 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}

/* --- Full Page Evervault Background Grid Effect --- */
.page-ev-background {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-color: #ffffff;
}

.page-ev-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1.2px);
    background-size: 20px 20px;
    background-position: 10px 10px;
}

.page-ev-glow {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 1.5px, transparent 2px);
    background-size: 20px 20px;
    background-position: 10px 10px;
    opacity: 0;
    transition: opacity 0.35s ease;
    -webkit-mask-image: radial-gradient(240px at var(--mx, 50%) var(--my, 50%), white, transparent 70%);
    mask-image: radial-gradient(240px at var(--mx, 50%) var(--my, 50%), white, transparent 70%);
}

body:hover .page-ev-glow {
    opacity: 1;
}

/* --- Global Light Mode Overrides for Dark Selectors --- */
.text-white {
    color: #111827 !important;
}

.text-white-50 {
    color: #4b5563 !important;
}

.text-muted {
    color: #4b5563 !important;
}

/* Glass panel light mode variant */
.glass-panel {
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    color: #1f2937 !important;
}

.glass-panel:hover {
    border-color: rgba(168, 85, 247, 0.4) !important;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.15) !important;
}

/* Header Light Mode Overrides */
.header-main {
    background: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: none !important;
}

.header-main .navbar-brand {
    color: #111827 !important;
}

.header-main .nav-link {
    color: #374151 !important;
}

.header-main .nav-link:hover,
.header-main .nav-link.active {
    color: #a855f7 !important;
}

/* Header Dropdowns */
.header-main .dropdown-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.header-main .dropdown-item {
    color: #374151 !important;
}

.header-main .dropdown-item:hover {
    background: rgba(168, 85, 247, 0.08) !important;
    color: #a855f7 !important;
}

/* Mobile Toggler */
.header-main .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.header-main .navbar-toggler-icon {
    filter: brightness(0.2) !important;
}

/* Partner Logos (make them dark gray logos, not white) */
.brand-item img {
    filter: grayscale(1) opacity(0.6) !important;
}
.brand-item img:hover {
    filter: none !important;
    opacity: 1 !important;
}

/* Lead Capture Form & Select Fields */
.form-input-premium, .dial-code-select {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #111827 !important;
}

.form-input-premium:focus, .dial-code-select:focus {
    background: #ffffff !important;
    border-color: #a855f7 !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.15) !important;
    color: #111827 !important;
}

/* Pricing Switch Toggle Adjustments */
.slider-toggle {
    background-color: #f3f4f6 !important;
    border: 1px solid rgba(168, 85, 247, 0.2) !important;
}

.pricing-toggle-wrap .toggle-label {
    color: #4b5563 !important;
}

.pricing-toggle-wrap .toggle-label.active {
    color: #111827 !important;
}

/* Pricing Card Prices */
.pricing-price {
    color: #111827 !important;
}

.pricing-price span {
    color: #4b5563 !important;
}

/* Feature Check List */
.feature-check-list li {
    color: #374151 !important;
}

/* Portfolio elements */
.portfolio-img-wrapper {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Testimonial Quote Icon */
.glass-panel div[style*="font-size: 2rem"] {
    color: #a855f7 !important;
}

.d-flex.align-items-center.gap-3.mt-4.pt-3[style*="border-top"] {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* Footer Section Light Style */
.footer-premium {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    background-color: #f9fafb !important;
    color: #4b5563 !important;
}

.footer-premium h5 {
    color: #111827 !important;
}

.footer-premium ul li a {
    color: #4b5563 !important;
}

.footer-premium ul li a:hover {
    color: #a855f7 !important;
}

.social-icon-btn {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    color: #4b5563 !important;
}
.social-icon-btn:hover {
    color: #ffffff !important;
    border-color: transparent !important;
}

/* Section specific background overrides */
section[style*="background: rgba(13, 7, 26, 0.25)"] {
    background: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 1rem !important;
    padding-bottom: 3.5rem !important;
}

/* Global button theme matching #5C5FF5 indigo family */
.btn-premium {
    background: linear-gradient(135deg, #5C5FF5 0%, #8b5cf6 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(92, 95, 245, 0.25) !important;
    border-radius: 50px !important;
}
.btn-premium:hover {
    box-shadow: 0 6px 20px rgba(92, 95, 245, 0.35) !important;
    color: #fff !important;
}

.btn-outline-premium {
    color: #5C5FF5 !important;
    border: 1.5px solid rgba(92, 95, 245, 0.5) !important;
    border-radius: 50px !important;
    background: transparent !important;
}
.btn-outline-premium:hover {
    background: linear-gradient(135deg, #5C5FF5 0%, #8b5cf6 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(92, 95, 245, 0.25) !important;
}
