/* Typography Reset */
.navbar-nav { position: static !important; }

/* The Glassy Overlay */
.rexo-glass-overlay {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    z-index: 10000 !important;
    display: none;
    border-top: 1px solid #e9e4ff;
    border-bottom: 6px solid #6d4df2;
}

.rexo-mega-parent:hover .rexo-glass-overlay {
    display: block !important;
    animation: rexoFloatIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Glass Card - Balanced Size */
.rexo-glass-card {
    background: #fcfaff !important;
    border: 1px solid #f1eeff !important;
    border-radius: 24px !important;
    padding: 30px !important; /* Balanced Padding */
    height: 100% !important;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rexo-glass-card:hover {
    background: #ffffff !important;
    box-shadow: 0 20px 45px rgba(109, 77, 242, 0.12) !important;
    transform: translateY(-8px);
}

.featured-purple { background: #6d4df2 !important; border-color: #6d4df2 !important; }

/* Content Labels */
.rexo-h-label {
    font-family: 'Times New Roman', serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #6d4df2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Link Styling */
.rexo-anchor-pro {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(109, 77, 242, 0.05);
}

.rexo-anchor-pro i {
    font-size: 28px; /* Mid-scale icons */
    color: #6d4df2;
    margin-right: 18px;
}

.rexo-anchor-pro strong {
    font-family: 'Times New Roman', serif;
    font-size: 19px; /* Authoritative font size */
    color: #1a1a1a;
    display: block;
}

.rexo-anchor-pro small {
    font-family: sans-serif;
    font-size: 12px;
    color: #666;
}

/* List Type Styling */
.rexo-list-pro a {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(109, 77, 242, 0.05);
}

.rexo-list-pro a i { margin-right: 15px; color: #6d4df2; font-size: 20px; }

/* Demo Button */
.rexo-demo-btn {
    display: block;
    background: #ffffff;
    color: #6d4df2 !important;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

/*mobile*/
/* Mobile Logic */
.rexo-mob-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    background: #fbfaff !important; /* Light Glassy Purple */
}

/* The Trigger Class */
.rexo-mob-item.rexo-active .rexo-mob-dropdown-content {
    max-height: 2000px; /* Large enough for content */
    transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
    padding-bottom: 30px;
}

.rexo-mob-item.rexo-active .rexo-mob-toggler i {
    transform: rotate(45deg);
    color: #ff4d4d;
}

.rexo-mob-group {
    padding: 10px 25px;
    border-left: 3px solid #6d4df2;
    margin-bottom: 15px;
}

.rexo-mob-label {
    font-size: 11px;
    font-weight: 800;
    color: #6d4df2;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.rexo-mob-group a {
    display: block;
    padding: 10px 0;
    color: #152B3C !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(109, 77, 242, 0.05);
}

.rexo-mob-demo-btn {
    background: #6d4df2;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    margin: 0 25px;
    font-weight: 700;
    text-decoration: none;
}

/*products*/
/* Typography & Layout */
.rexo-products-page {
    color: #152B3C;
}

.rexo-main-title {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.rexo-subtitle {
    font-family: sans-serif;
    color: #666;
    font-size: 1.1rem;
}

/* Glass Card Styling */
.rexo-prod-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid #e9e4ff;
    border-radius: 25px;
    padding: 35px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.rexo-prod-card:hover {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(109, 77, 242, 0.1);
    transform: translateY(-10px);
    border-color: #6d4df2;
}

.rexo-card-icon i {
    font-size: 2.5rem;
    color: #6d4df2;
    margin-bottom: 20px;
    display: inline-block;
}

.rexo-prod-card h3 {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.rexo-prod-card p {
    font-family: sans-serif;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Try Now Button */
.btn-try {
    display: inline-block;
    padding: 12px 25px;
    background: #f4f1ff;
    color: #6d4df2 !important;
    text-decoration: none !important;
    font-weight: 700;
    border-radius: 12px;
    transition: 0.3s;
    font-family: sans-serif;
}

.btn-try:hover {
    background: #6d4df2;
    color: #fff !important;
}

/* Featured Glass Effect */
.featured-glass {
    border-left: 6px solid #6d4df2;
    background: linear-gradient(145deg, #ffffff, #f8f6ff);
}

/* Mini Cards for Ecosystems */
.rexo-mini-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
}

.rexo-mini-card:hover {
    border-color: #6d4df2;
    background: #fdfcff;
}

.small-link {
    color: #6d4df2;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
}