/* ============================================
   ENTERPRISE A+ GRADE LAYOUT ENHANCEMENTS
   MNC Level Premium Design System
   Veer's White Fields - All Pages
   ============================================ */

/* -------------------- COLOR CONFLICT FIXES -------------------- */
/* Ensure text visibility on all backgrounds */

/* Light sections - Dark text */
.section-padding:not(.cta-section):not(.trust-bar-section) .section-title,
.bg-light .section-title,
.about-intro-section .section-title,
.mission-vision-section .section-title,
.core-values-section .section-title,
.why-choose-section .section-title,
.contact-info-section .section-title,
.contact-form-section .section-title,
.faq-section .section-title,
.gallery-filter-section .section-title {
    color: #1A2332 !important;
}

.section-padding:not(.cta-section):not(.trust-bar-section) .section-subtitle,
.bg-light .section-subtitle,
.about-intro-section .section-subtitle,
.mission-vision-section .section-subtitle,
.core-values-section .section-subtitle,
.why-choose-section .section-subtitle {
    color: #5a6a7a !important;
}

/* Card text colors - ensure visibility */
.value-card .value-title,
.why-choose-card .card-title,
.mission-vision-card .card-title,
.amenity-card .amenity-title,
.contact-info-card h3 {
    color: #1A2332 !important;
}

.value-card .value-description,
.why-choose-card .card-description,
.mission-vision-card .card-description,
.amenity-card .amenity-desc,
.contact-info-card p {
    color: #5a6a7a !important;
}

/* Section descriptions */
.section-description,
.about-intro-content .section-description {
    color: #4a5568 !important;
    line-height: 1.8;
}

/* Highlight text in about section */
.highlight-text h4,
.about-highlights .highlight-item h4 {
    color: #1A2332 !important;
}

.highlight-text p,
.about-highlights .highlight-item p {
    color: #5a6a7a !important;
}

/* Mission points text */
.mission-points li {
    color: #4a5568 !important;
}

.mission-points li i {
    color: #10B981 !important;
}

/* -------------------- TRUST BAR COLOR FIX -------------------- */
/* Fix for "Government Verified & Legally Sound" section */

.trust-bar-section,
.trust-bar-bottom,
#trust-bar {
    background: linear-gradient(135deg, #1A2332 0%, #0F1419 100%) !important;
}

.trust-bar-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}

.trust-bar-header h3 {
    color: #ffffff !important;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.trust-bar-header p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.05rem;
}

.trust-item {
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px;
    padding: 20px 25px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 100px;
}

.trust-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3) !important;
}

.trust-details h4 {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.trust-details .trust-number {
    color: #D4AF37 !important;
    font-size: 0.95rem;
    font-weight: 600;
}

.trust-details .trust-validity {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
}

.trust-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon i {
    font-size: 1.4rem;
    color: #ffffff !important;
}

.trust-icon.rera {
    background: linear-gradient(135deg, #10B981, #059669) !important;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.trust-icon.dtcp {
    background: linear-gradient(135deg, #3B82F6, #2563EB) !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.trust-icon.title {
    background: linear-gradient(135deg, #D4AF37, #B8860B) !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* QR Section */
.qr-verification-compact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qr-code-placeholder {
    background: #ffffff !important;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-placeholder i {
    color: #1A2332 !important;
    font-size: 1.75rem;
}

.qr-text .qr-title {
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.qr-text .qr-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.8rem;
}

/* -------------------- PREMIUM PAGE HERO SECTION -------------------- */
/* Transforms simple headers into full premium hero sections like home page */

.page-header-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 140px 0 100px;
    background-attachment: fixed;
}

.page-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0F1419 0%, #1A2332 50%, #2C3E50 100%);
    z-index: -2;
    animation: subtleZoom 20s ease-in-out infinite alternate;
}

@keyframes subtleZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(15, 20, 25, 0.95) 0%,
        rgba(26, 35, 50, 0.9) 50%,
        rgba(212, 175, 55, 0.08) 100%);
    z-index: -1;
}

/* Premium floating particles effect */
.page-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    z-index: 0;
    pointer-events: none;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Premium breadcrumb styling */
.breadcrumb-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    animation: fadeInDown 0.6s ease-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.breadcrumb-wrapper a {
    color: var(--primary-gold);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-wrapper a:hover {
    color: var(--primary-gold-light);
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.breadcrumb-wrapper .separator {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.breadcrumb-wrapper .current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Premium page title with gold accent */
.page-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--neutral-white);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    letter-spacing: -0.5px;
    position: relative;
}

.page-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-gold), var(--primary-gold-dark));
    margin: 1.5rem auto 0;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(212, 175, 55, 0.5);
    animation: expandWidth 0.8s ease-out 0.6s both;
}

@keyframes expandWidth {
    from { width: 0; opacity: 0; }
    to { width: 100px; opacity: 1; }
}

.page-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* -------------------- PREMIUM SECTION STYLING -------------------- */

.section-padding {
    padding: 100px 0;
    position: relative;
}

/* Premium section badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-gold);
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
    transition: all 0.3s ease;
}

.section-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
}

.section-badge i {
    font-size: 1rem;
}

/* Premium section header */
.section-header {
    margin-bottom: 4rem;
    position: relative;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--secondary-navy);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.text-center .section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-gold), var(--primary-gold-dark));
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.section-subtitle {
    font-size: 1.15rem;
    color: var(--neutral-gray);
    margin-top: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------- PREMIUM CARD SYSTEM -------------------- */

/* Glassmorphism cards */
.premium-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.08), transparent);
    transition: left 0.6s ease;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.premium-card:hover::before {
    left: 100%;
}

/* Value cards enhancement */
.value-card,
.why-choose-card,
.mission-vision-card,
.amenity-card,
.gallery-item,
.contact-info-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.08);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.value-card:hover,
.why-choose-card:hover,
.mission-vision-card:hover,
.amenity-card:hover,
.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.2);
}

/* Premium icon styling */
.value-icon,
.card-icon,
.amenity-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
    transition: all 0.4s ease;
    position: relative;
}

.value-icon::after,
.card-icon::after,
.amenity-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary-gold), transparent);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.value-card:hover .value-icon,
.why-choose-card:hover .card-icon,
.amenity-card:hover .amenity-icon {
    transform: scale(1.1) rotate(5deg);
}

.value-card:hover .value-icon::after,
.why-choose-card:hover .card-icon::after,
.amenity-card:hover .amenity-icon::after {
    opacity: 0.3;
}

.value-icon i,
.card-icon i,
.amenity-icon i {
    font-size: 1.75rem;
    color: var(--neutral-white);
}

/* Card number styling */
.card-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(212, 175, 55, 0.1);
    font-family: var(--font-secondary);
    line-height: 1;
    transition: all 0.3s ease;
}

.why-choose-card:hover .card-number {
    color: rgba(212, 175, 55, 0.2);
    transform: scale(1.1);
}

/* -------------------- PREMIUM CTA SECTION -------------------- */

.cta-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0F1419 0%, #1A2332 50%, #2C3E50 100%);
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgba(212, 175, 55, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(15, 20, 25, 0.6) 0%,
        rgba(26, 35, 50, 0.5) 100%);
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--neutral-white);
    margin-bottom: 1rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.cta-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cta-buttons .btn-primary {
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));
    border: none;
    color: var(--secondary-navy);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
}

.cta-buttons .btn-white {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: var(--neutral-white);
}

.cta-buttons .btn-white:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--neutral-white);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* -------------------- PREMIUM TRUST BAR -------------------- */

.trust-bar-section {
    background: linear-gradient(135deg, #0F1419 0%, #1A2332 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.trust-bar-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 0% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 100% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.trust-bar-wrapper {
    position: relative;
    z-index: 2;
}

.trust-bar-header {
    text-align: center;
    margin-bottom: 3rem;
}

.trust-bar-header h3 {
    font-size: 1.75rem;
    color: var(--neutral-white);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.trust-bar-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.trust-bar-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.trust-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.4s ease;
}

.trust-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.trust-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon.rera {
    background: linear-gradient(135deg, #10B981, #059669);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.trust-icon.dtcp {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.trust-icon.title {
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.trust-icon i {
    font-size: 1.5rem;
    color: var(--neutral-white);
}

.trust-details h4 {
    font-size: 1.1rem;
    color: var(--neutral-white);
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.trust-details .trust-number {
    font-size: 0.95rem;
    color: var(--primary-gold);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.trust-details .trust-validity {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

/* QR verification compact */
.qr-verification-compact {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.qr-code-placeholder {
    width: 60px;
    height: 60px;
    background: var(--neutral-white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-placeholder i {
    font-size: 2rem;
    color: var(--secondary-navy);
}

.qr-text .qr-title {
    font-size: 0.9rem;
    color: var(--neutral-white);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.qr-text .qr-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

/* -------------------- GALLERY PREMIUM GRID -------------------- */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.gallery-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 35, 50, 0.95) 0%, rgba(26, 35, 50, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-icon {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-icon i {
    font-size: 1.5rem;
    color: var(--neutral-white);
}

.gallery-text h4 {
    font-size: 1.25rem;
    color: var(--neutral-white);
    margin-bottom: 0.5rem;
    font-weight: 600;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.gallery-item:hover .gallery-text h4 {
    transform: translateY(0);
}

.gallery-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    margin-bottom: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.2s;
}

.gallery-item:hover .gallery-text p {
    transform: translateY(0);
}

/* Gallery filter buttons */
.gallery-filter-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border: 2px solid rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    font-weight: 600;
    color: var(--secondary-navy);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));
    border-color: var(--primary-gold);
    color: var(--neutral-white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* -------------------- CONTACT FORM PREMIUM -------------------- */

.contact-form-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.form-control {
    border: 2px solid rgba(26, 35, 50, 0.1);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.form-control:focus {
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
    background: var(--neutral-white);
}

.form-label {
    font-weight: 600;
    color: var(--secondary-navy);
    margin-bottom: 0.5rem;
}

/* -------------------- ANIMATIONS -------------------- */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Scroll reveal animation classes */
[data-aos="premium-fade-up"] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-aos="premium-fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* -------------------- RESPONSIVE ADJUSTMENTS -------------------- */

@media (max-width: 991px) {
    .page-header-section {
        min-height: 60vh;
        padding: 120px 0 80px;
    }
    
    .page-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    
    .section-padding {
        padding: 70px 0;
    }
    
    .trust-bar-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-header-section {
        min-height: 50vh;
        padding: 100px 0 60px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .trust-bar-content {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .gallery-filter-wrapper {
        gap: 0.5rem;
    }
    
    .filter-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* -------------------- PREMIUM HOVER EFFECTS -------------------- */

/* Magnetic button effect */
.btn-magnetic {
    position: relative;
    transition: transform 0.3s ease;
}

/* Glow effect on hover */
.glow-on-hover {
    transition: all 0.3s ease;
}

.glow-on-hover:hover {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}

/* Text gradient animation */
.text-gradient-animated {
    background: linear-gradient(90deg, var(--primary-gold), var(--primary-gold-light), var(--primary-gold));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Premium focus states for accessibility */
*:focus-visible {
    outline: 3px solid var(--primary-gold);
    outline-offset: 3px;
}

/* Smooth scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-gold-dark);
}

/* ============================================
   WHY INVEST SECTION - CLEAN PROFESSIONAL FIX
   Enterprise Level Investment Cards
   ============================================ */

.investment-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}

.investment-section .section-header {
    margin-bottom: 60px;
}

.investment-section .section-title {
    color: #1A2332 !important;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 20px;
}

.investment-section .section-description {
    color: #5a6a7a !important;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.investment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* Clean Investment Cards */
.investment-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.investment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.3);
}

/* All investment cards - CLEAN, NO BARS, NO BADGES */
.investment-card.featured {
    border: 2px solid #D4AF37;
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.15);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.03), #ffffff);
}

/* REMOVE all badges and tags */
.featured-tag {
    display: none !important;
}

/* Card Header */
.investment-card-header {
    margin-bottom: 20px;
}

.investment-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.investment-card:hover .investment-icon {
    transform: scale(1.05) rotate(3deg);
}

.investment-icon i {
    font-size: 1.75rem;
    color: #ffffff;
}

.investment-icon.growth {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.investment-icon.legal {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
}

.investment-icon.build {
    background: linear-gradient(135deg, #10B981, #059669);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.35);
}

.investment-card-header h3 {
    font-size: 1.35rem;
    color: #1A2332 !important;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

/* Card Body */
.investment-card-body p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a6a7a !important;
    margin-bottom: 20px;
}

/* Investment Points List */
.investment-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.investment-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #4a5568 !important;
    transition: all 0.3s ease;
}

.investment-points li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.investment-points li:hover {
    padding-left: 5px;
}

.investment-points li i {
    color: #10B981 !important;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Investment CTA Box */
.investment-cta {
    margin-top: 60px;
    background: linear-gradient(135deg, #1A2332 0%, #2C3E50 100%);
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 20px 60px rgba(26, 35, 50, 0.3);
    position: relative;
    overflow: hidden;
}

.investment-cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.investment-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-left h3 {
    font-size: 1.5rem;
    color: #ffffff !important;
    margin-bottom: 8px;
    font-weight: 700;
}

.cta-left p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0;
}

.cta-right .btn {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border: none;
    color: #1A2332;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.cta-right .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
    color: #1A2332;
}

/* Responsive Investment Grid */
@media (max-width: 991px) {
    .investment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .investment-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .investment-cta {
        padding: 35px 30px;
    }
}

@media (max-width: 767px) {
    .investment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .investment-section {
        padding: 70px 0;
    }
    
    .investment-card {
        padding: 30px 25px;
    }
    
    .investment-icon {
        width: 60px;
        height: 60px;
    }
    
    .investment-icon i {
        font-size: 1.5rem;
    }
}

/* ============================================
   MNC GRADE MARKETING TOOLS & FEATURES
   Enterprise Level Conversion Components
   ============================================ */

/* ============================================
   FIXED FLOATING BUTTONS - ALL PAGES
   WhatsApp & Get Quote - Always Visible
   ============================================ */

/* ============================================
   CRITICAL: FLOATING BUTTONS - TRULY FIXED
   These must stay visible on screen always
   ============================================ */

/* WhatsApp Floating Button - ALWAYS VISIBLE */
.floating-whatsapp {
    position: fixed !important;
    bottom: 100px !important;
    right: 25px !important;
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-decoration: none !important;
}

.floating-whatsapp:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.6) !important;
}

.floating-whatsapp i {
    font-size: 1.75rem !important;
    color: #ffffff !important;
}

/* Get Free Quote Button - ALWAYS VISIBLE */
.floating-cta,
.floating-cta-btn,
#openLeadModal {
    position: fixed !important;
    bottom: 180px !important;
    right: 25px !important;
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #D4AF37, #B8860B) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.floating-cta:hover,
.floating-cta-btn:hover,
#openLeadModal:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 10px 35px rgba(212, 175, 55, 0.6);
}

.floating-cta i,
.floating-cta-btn i,
#openLeadModal i {
    font-size: 1.5rem;
    color: #1A2332;
}

/* Tooltip for floating CTA */
.floating-cta-tooltip {
    position: absolute;
    right: 75px;
    background: #1A2332;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-cta-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1A2332;
}

.floating-cta:hover .floating-cta-tooltip,
.floating-cta-btn:hover .floating-cta-tooltip {
    opacity: 1;
    visibility: visible;
    right: 70px;
}

/* Sticky Mobile Bar - Fixed at Bottom */
.sticky-mobile-bar {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1A2332, #0F1419);
    padding: 12px 20px;
    display: none;
    justify-content: center;
    gap: 15px;
    z-index: 9998;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
}

.sticky-mobile-bar .sticky-btn {
    flex: 1;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sticky-mobile-bar .call-btn {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: #1A2332;
}

.sticky-mobile-bar .whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #ffffff;
}

.sticky-mobile-bar .sticky-btn:hover {
    transform: translateY(-2px);
}

/* Show mobile bar only on mobile */
@media (max-width: 767px) {
    .sticky-mobile-bar {
        display: flex;
    }
    
    .floating-whatsapp {
        bottom: 85px;
        right: 15px;
        width: 55px;
        height: 55px;
    }
    
    .floating-cta,
    .floating-cta-btn,
    #openLeadModal {
        bottom: 155px;
        right: 15px;
        width: 55px;
        height: 55px;
    }
    
    .floating-whatsapp i {
        font-size: 1.5rem;
    }
    
    .floating-cta i,
    .floating-cta-btn i {
        font-size: 1.25rem;
    }
}

/* -------------------- PROMO BANNER / ANNOUNCEMENT BAR -------------------- */
.promo-banner {
    background: linear-gradient(90deg, #1A2332, #2C3E50, #1A2332);
    padding: 12px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--primary-gold);
}

.promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    animation: promoShimmer 3s infinite;
}

@keyframes promoShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.promo-banner p {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.promo-banner .promo-highlight {
    color: var(--primary-gold);
    font-weight: 700;
}

.promo-banner .promo-badge {
    background: var(--primary-gold);
    color: #1A2332;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    animation: badgeBounce 1s ease-in-out infinite;
}

@keyframes badgeBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* -------------------- COUNTDOWN TIMER -------------------- */
.countdown-section {
    background: linear-gradient(135deg, #0F1419 0%, #1A2332 100%);
    padding: 60px 0;
    text-align: center;
}

.countdown-title {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.countdown-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 25px 35px;
    min-width: 120px;
    transition: all 0.3s ease;
}

.countdown-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-gold);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.countdown-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-gold);
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

.countdown-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

/* -------------------- TESTIMONIAL SLIDER -------------------- */
.testimonial-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 6rem;
    font-family: 'Playfair Display', serif;
    color: rgba(212, 175, 55, 0.15);
    line-height: 1;
}

.testimonial-content {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-gold), #B8860B);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}

.testimonial-info h4 {
    color: #1A2332;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-info p {
    color: #5a6a7a;
    font-size: 0.9rem;
    margin: 0;
}

.testimonial-rating {
    color: var(--primary-gold);
    font-size: 1rem;
    margin-top: 5px;
}

/* -------------------- PRICING/INVESTMENT CARDS -------------------- */
.investment-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    border: 2px solid rgba(212, 175, 55, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.investment-card.featured {
    border-color: var(--primary-gold);
    transform: scale(1.05);
}

.investment-card.featured::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, var(--primary-gold), #B8860B);
    color: #1A2332;
    padding: 8px 50px;
    font-size: 0.75rem;
    font-weight: 700;
    transform: rotate(45deg);
}

.investment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.investment-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.investment-card .card-icon i {
    font-size: 2rem;
    color: var(--primary-gold);
}

.investment-card h3 {
    color: #1A2332;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.investment-card .price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-gold);
    margin-bottom: 5px;
}

.investment-card .price-unit {
    color: #5a6a7a;
    font-size: 1rem;
}

.investment-card .features-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.investment-card .features-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 10px;
}

.investment-card .features-list li i {
    color: #10B981;
    font-size: 1rem;
}

/* -------------------- STATS COUNTER SECTION -------------------- */
.stats-counter-section {
    background: linear-gradient(135deg, #1A2332 0%, #0F1419 100%);
    padding: 80px 0;
    position: relative;
}

.stats-counter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.stat-counter-item {
    text-align: center;
    padding: 30px;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.stat-counter-item:last-child {
    border-right: none;
}

.stat-counter-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary-gold);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* -------------------- LEAD MAGNET POPUP -------------------- */
.lead-magnet-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 20, 25, 0.9);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.lead-magnet-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lead-magnet-modal {
    background: #fff;
    border-radius: 24px;
    max-width: 500px;
    width: 90%;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    transform: scale(0.8) translateY(50px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.lead-magnet-overlay.active .lead-magnet-modal {
    transform: scale(1) translateY(0);
}

.lead-magnet-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f1f1f1;
    cursor: pointer;
    font-size: 1.25rem;
    color: #666;
    transition: all 0.3s ease;
}

.lead-magnet-close:hover {
    background: #e0e0e0;
    color: #333;
}

.lead-magnet-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-gold), #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.lead-magnet-icon i {
    font-size: 2rem;
    color: #fff;
}

.lead-magnet-title {
    font-size: 1.75rem;
    color: #1A2332;
    font-weight: 700;
    margin-bottom: 15px;
}

.lead-magnet-subtitle {
    color: #5a6a7a;
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.lead-magnet-form input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.lead-magnet-form input:focus {
    border-color: var(--primary-gold);
    outline: none;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

.lead-magnet-form button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, var(--primary-gold), #B8860B);
    border: none;
    border-radius: 12px;
    color: #1A2332;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lead-magnet-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

/* -------------------- SOCIAL PROOF TICKER -------------------- */
.social-proof-ticker {
    background: #1A2332;
    padding: 15px 0;
    overflow: hidden;
}

.ticker-content {
    display: flex;
    animation: tickerScroll 20s linear infinite;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.ticker-item i {
    color: var(--primary-gold);
}

/* -------------------- COMPARISON TABLE -------------------- */
.comparison-table {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.comparison-table thead {
    background: linear-gradient(135deg, #1A2332, #2C3E50);
}

.comparison-table th {
    padding: 25px 30px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.comparison-table th:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th.highlight {
    background: var(--primary-gold);
    color: #1A2332;
}

.comparison-table td {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    color: #4a5568;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #1A2332;
    border-right: 1px solid #eee;
}

.comparison-table td.highlight {
    background: rgba(212, 175, 55, 0.05);
}

.comparison-table .check {
    color: #10B981;
    font-size: 1.25rem;
}

.comparison-table .cross {
    color: #EF4444;
    font-size: 1.25rem;
}

/* -------------------- VIDEO TESTIMONIAL CARD -------------------- */
.video-testimonial-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
    cursor: pointer;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.video-testimonial-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-testimonial-card:hover img {
    transform: scale(1.05);
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.5);
    transition: all 0.3s ease;
}

.video-play-btn i {
    font-size: 2rem;
    color: #1A2332;
    margin-left: 5px;
}

.video-testimonial-card:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.6);
}

/* -------------------- URGENCY ELEMENTS -------------------- */
.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    animation: urgencyPulse 1.5s ease-in-out infinite;
}

@keyframes urgencyPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.urgency-badge i {
    animation: urgencyBlink 1s infinite;
}

@keyframes urgencyBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.limited-offer-banner {
    background: linear-gradient(90deg, #EF4444, #DC2626, #EF4444);
    background-size: 200% 100%;
    animation: limitedOfferGradient 3s linear infinite;
    padding: 15px;
    text-align: center;
}

@keyframes limitedOfferGradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.limited-offer-banner p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
}

/* -------------------- RESPONSIVE FOR MARKETING TOOLS -------------------- */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stat-counter-item {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .countdown-wrapper {
        gap: 15px;
    }
    
    .countdown-item {
        padding: 20px 25px;
        min-width: 100px;
    }
    
    .countdown-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-counter-item {
        padding: 20px;
    }
    
    .stat-counter-number {
        font-size: 2.5rem;
    }
    
    .countdown-item {
        min-width: 80px;
        padding: 15px 20px;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .lead-magnet-modal {
        padding: 40px 25px;
    }
    
    .investment-card.featured {
        transform: scale(1);
    }
    
    .floating-cta-btn {
        bottom: 80px;
        right: 20px;
        width: 55px;
        height: 55px;
    }
}
