/* ============================================
   SHERAAI - PREMIUM GLASSMORPHISM DESIGN SYSTEM
   World's Most Advanced AI Company Website
   ============================================ */

:root {
    --primary: #7C4DFF;
    --primary-light: #B47CFF;
    --primary-dark: #5C3DCC;
    --secondary: #00E5FF;
    --secondary-dark: #00B8D4;
    --accent: #FF6B9D;
    --accent-light: #FF8A65;
    --success: #00D9A5;
    --warning: #FFB74D;
    --error: #FF5252;
    
    --dark-900: #030014;
    --dark-800: #070B1A;
    --dark-700: #0A0F24;
    --dark-600: #0F1630;
    --dark-500: #151D3B;
    
    --white: #FFFFFF;
    --gray-100: #F0F4FF;
    --gray-200: #C8D4FF;
    --gray-300: #B8C4E8;
    --gray-400: #6B7AA0;
    --gray-500: #4A5578;
    
    --glass-white: rgba(255, 255, 255, 0.03);
    --glass-white-light: rgba(255, 255, 255, 0.06);
    --glass-white-medium: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-border-light: rgba(255, 255, 255, 0.15);
    --glass-border-strong: rgba(255, 255, 255, 0.25);
    
    --glow-primary: 0 0 60px rgba(124, 77, 255, 0.4);
    --glow-secondary: 0 0 60px rgba(0, 229, 255, 0.4);
    --glow-accent: 0 0 60px rgba(255, 107, 157, 0.4);
    
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'Space Grotesk', var(--font-primary);
    
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overscroll-behavior: none;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background:
        radial-gradient(ellipse 100% 80% at 20% -20%, rgba(124, 77, 255, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 85% 10%, rgba(0, 229, 255, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 110%, rgba(255, 107, 157, 0.3) 0%, transparent 50%),
        #030014;
    background-color: #030014;
}

body {
    font-family: var(--font-primary);
    background:
        radial-gradient(ellipse 100% 80% at 20% -20%, rgba(124, 77, 255, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 85% 10%, rgba(0, 229, 255, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 110%, rgba(255, 107, 157, 0.3) 0%, transparent 50%),
        #030014;
    background-color: #030014;
    background-attachment: fixed;
    color: var(--gray-200);
    line-height: 1.7;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

/* ============================================
   ANIMATED BACKGROUND
   ============================================ */

.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 80% at 20% -20%, rgba(124, 77, 255, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 85% 10%, rgba(0, 229, 255, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 110%, rgba(255, 107, 157, 0.3) 0%, transparent 50%),
        #030014;
    background-color: #030014;
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse 100% 80% at 20% -20%, rgba(124, 77, 255, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 85% 10%, rgba(0, 229, 255, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 110%, rgba(255, 107, 157, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 10% 80%, rgba(124, 77, 255, 0.3) 0%, transparent 40%),
        radial-gradient(ellipse 50% 35% at 90% 90%, rgba(0, 229, 255, 0.25) 0%, transparent 40%);
}

.bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(124, 77, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 77, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.floating-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.7;
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 700px;
    height: 700px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    top: -250px;
    left: -200px;
    animation-delay: 0s;
}

.orb-2 {
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    top: 40%;
    right: -200px;
    animation-delay: -5s;
}

.orb-3 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    bottom: -150px;
    left: 25%;
    animation-delay: -10s;
}

.orb-4 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
    top: 20%;
    left: 60%;
    animation-delay: -15s;
    opacity: 0.5;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* ============================================
   CONTAINER & LAYOUT
   ============================================ */

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 100px 0;
    position: relative;
}

/* ============================================
   NAVIGATION
   ============================================ */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

.navbar.scrolled {
    background: rgba(3, 0, 20, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    padding: 12px 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nav-logo img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
}

.logo-text span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link {
    color: var(--gray-300);
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition-fast);
}

.nav-link:hover {
    color: var(--white);
    background: var(--glass-white-light);
}

.nav-link.active {
    color: var(--white);
    background: var(--glass-white-medium);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition-fast);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 0, 20, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-link {
    color: var(--gray-200);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 30px;
    transition: var(--transition-fast);
}

.mobile-link:hover,
.mobile-link.active {
    color: var(--white);
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 14px;
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: var(--transition);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(124, 77, 255, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(124, 77, 255, 0.6);
}

.btn-secondary {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--dark-900);
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.4);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 229, 255, 0.6);
}

.btn-accent {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.4);
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.6);
}

.btn-glass {
    background: var(--glass-white-light);
    border: 1px solid var(--glass-border);
    color: var(--white);
    backdrop-filter: blur(10px);
}

.btn-glass:hover {
    background: var(--glass-white-medium);
    border-color: var(--glass-border-light);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary-light);
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-lg {
    padding: 18px 36px;
    font-size: 1.05rem;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.btn-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 14px;
}

/* ============================================
   GLASS CARDS
   ============================================ */

.glass-card {
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 32px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glass-border-light), transparent);
}

.glass-card:hover {
    background: var(--glass-white-light);
    border-color: var(--glass-border-light);
    transform: translateY(-4px);
}

.glass-card-strong {
    background: var(--glass-white-light);
    border: 1px solid var(--glass-border-light);
}

/* ============================================
   PAGE HEADER
   ============================================ */

.page-header {
    padding: 180px 0 100px;
    text-align: center;
    position: relative;
}

.page-header-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(124, 77, 255, 0.2) 0%, rgba(0, 229, 255, 0.2) 100%);
    border: 1px solid rgba(124, 77, 255, 0.3);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 24px;
}

.page-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
}

.page-description {
    font-size: 1.2rem;
    color: var(--gray-300);
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================
   SECTION HEADERS
   ============================================ */

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(124, 77, 255, 0.2) 0%, rgba(0, 229, 255, 0.2) 100%);
    border: 1px solid rgba(124, 77, 255, 0.3);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: var(--gray-400);
}

/* ============================================
   GRADIENT TEXT
   ============================================ */

.gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text-secondary {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text {
    font-size: 1.1rem;
    color: var(--gray-300);
    margin-bottom: 20px;
    line-height: 1.8;
}

.mission-values {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    transition: var(--transition);
}

.value-item:hover {
    background: var(--glass-white-light);
    border-color: var(--glass-border-light);
    transform: translateX(10px);
}

.value-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 12px;
    color: var(--white);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.value-content h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
}

.value-content p {
    font-size: 0.95rem;
    color: var(--gray-400);
}

.about-visual {
    position: relative;
}

.visual-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    filter: blur(80px);
    opacity: 0.3;
}

.visual-card {
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--gray-400);
    font-weight: 500;
}

/* ============================================
   TIMELINE
   ============================================ */

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary), var(--secondary), var(--accent));
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-right: 50%;
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:nth-child(even) {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 50%;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary);
    border: 4px solid var(--dark-900);
    border-radius: 50%;
    box-shadow: var(--glow-primary);
}

.timeline-card {
    max-width: 350px;
    margin-right: 40px;
}

.timeline-item:nth-child(even) .timeline-card {
    margin-right: 0;
    margin-left: 40px;
}

.timeline-year {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.timeline-card h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
}

.timeline-card p {
    font-size: 0.95rem;
    color: var(--gray-400);
}

/* ============================================
   TEAM
   ============================================ */

.team-showcase {
    display: flex;
    justify-content: center;
}

.team-card {
    max-width: 500px;
    text-align: center;
}

.team-card.featured {
    padding: 48px;
}

.team-image-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
}

.team-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    filter: blur(40px);
    opacity: 0.5;
}

.team-image-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--glass-border-light);
}

.team-info h3 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.team-role {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(124, 77, 255, 0.2) 0%, rgba(0, 229, 255, 0.2) 100%);
    border: 1px solid rgba(124, 77, 255, 0.3);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 20px;
}

.team-bio {
    font-size: 1rem;
    color: var(--gray-300);
    line-height: 1.7;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.team-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-white-light);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    color: var(--gray-300);
    font-size: 1.1rem;
    transition: var(--transition-fast);
}

.team-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

/* ============================================
   CTA CARD
   ============================================ */

.cta-card {
    position: relative;
    background: linear-gradient(135deg, rgba(124, 77, 255, 0.15) 0%, rgba(0, 229, 255, 0.1) 100%);
    border: 1px solid var(--glass-border-light);
    border-radius: 40px;
    padding: 80px;
    text-align: center;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    filter: blur(100px);
    opacity: 0.2;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.2rem;
    color: var(--gray-300);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   PRODUCTS PAGE
   ============================================ */

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.product-card {
    position: relative;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    padding: 40px 32px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: var(--transition);
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--card-gradient);
    opacity: 0;
    transition: var(--transition);
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: var(--glass-border-light);
    background: var(--glass-white-light);
}

.product-card:hover::before {
    opacity: 1;
}

.product-card.chat { --card-gradient: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%); }
.product-card.bot { --card-gradient: linear-gradient(90deg, var(--secondary) 0%, var(--secondary-dark) 100%); }
.product-card.lms { --card-gradient: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }

.product-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 2rem;
    margin-bottom: 28px;
}

.product-card.chat .product-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    box-shadow: 0 10px 40px rgba(124, 77, 255, 0.4);
}

.product-card.bot .product-icon {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--dark-900);
    box-shadow: 0 10px 40px rgba(0, 229, 255, 0.4);
}

.product-card.lms .product-icon {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    color: var(--white);
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.4);
}

.product-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-badge.live {
    background: rgba(0, 217, 165, 0.2);
    color: var(--success);
    border: 1px solid rgba(0, 217, 165, 0.3);
}

.product-badge.new {
    background: rgba(255, 107, 157, 0.2);
    color: var(--accent);
    border: 1px solid rgba(255, 107, 157, 0.3);
}

.product-badge.soon {
    background: rgba(255, 183, 77, 0.2);
    color: var(--warning);
    border: 1px solid rgba(255, 183, 77, 0.3);
}

.product-name {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
}

.product-tagline {
    font-size: 1rem;
    color: var(--gray-300);
    margin-bottom: 24px;
    line-height: 1.6;
}

.product-features {
    list-style: none;
    margin-bottom: 32px;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: var(--gray-300);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--glass-border);
}

.product-features li:last-child {
    border-bottom: none;
}

.product-features li i {
    color: var(--success);
    font-size: 0.8rem;
}

.product-links {
    display: flex;
    gap: 12px;
}

.product-links .btn {
    flex: 1;
    justify-content: center;
}

/* ============================================
   FEATURES GRID
   ============================================ */

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    padding: 32px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 16px;
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.feature-card h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 0.95rem;
    color: var(--gray-400);
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

.contact-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 16px;
    color: var(--white);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.contact-details h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.contact-details p,
.contact-details a {
    font-size: 1rem;
    color: var(--gray-300);
    text-decoration: none;
    transition: var(--transition-fast);
}

.contact-details a:hover {
    color: var(--primary-light);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--gray-200);
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 16px 20px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    color: var(--white);
    font-family: var(--font-primary);
    font-size: 1rem;
    transition: var(--transition-fast);
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-500);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary);
    background: var(--glass-white-light);
    box-shadow: 0 0 0 3px rgba(124, 77, 255, 0.2);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-group select {
    cursor: pointer;
}

.form-group select option {
    background: var(--dark-700);
    color: var(--white);
}

/* ============================================
   FAQ / HELP
   ============================================ */

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    cursor: pointer;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    transition: var(--transition);
}

.faq-question:hover {
    background: var(--glass-white-light);
    border-color: var(--glass-border-light);
}

.faq-question h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
}

.faq-question i {
    color: var(--primary);
    font-size: 1rem;
    transition: var(--transition-fast);
}

.faq-item.active .faq-question {
    background: var(--glass-white-light);
    border-color: var(--primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 24px 28px;
    background: var(--glass-white);
    border: 1px solid var(--primary);
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    color: var(--gray-300);
    font-size: 1rem;
    line-height: 1.7;
}

/* ============================================
   LEGAL PAGES
   ============================================ */

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h2 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white);
    margin: 48px 0 20px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin: 32px 0 16px;
}

.legal-content p {
    color: var(--gray-300);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul,
.legal-content ol {
    color: var(--gray-300);
    margin: 16px 0 24px 24px;
}

.legal-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-content a {
    color: var(--primary-light);
    text-decoration: none;
    transition: var(--transition-fast);
}

.legal-content a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.legal-update {
    display: inline-block;
    padding: 8px 20px;
    background: var(--glass-white-light);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    font-size: 0.9rem;
    color: var(--gray-300);
    margin-bottom: 40px;
}

/* ============================================
   404 PAGE
   ============================================ */

.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.error-content {
    max-width: 600px;
}

.error-code {
    font-family: var(--font-display);
    font-size: clamp(8rem, 20vw, 15rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 0 0 80px rgba(124, 77, 255, 0.5);
}

.error-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.error-description {
    font-size: 1.1rem;
    color: var(--gray-400);
    margin-bottom: 40px;
}

.error-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   CAREERS PAGE
   ============================================ */

.careers-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.careers-intro p {
    font-size: 1.1rem;
    color: var(--gray-300);
    line-height: 1.8;
}

.jobs-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
}

.job-info {
    flex: 1;
}

.job-info h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.job-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.job-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--gray-400);
}

.job-meta i {
    color: var(--primary);
}

    /* Blog pages use inline 100vw gallery widths; force viewport-safe layout */
    #gallery-fullscreen-blog {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #main-gallery-image-blog {
        width: min(700px, calc(100vw - 28px)) !important;
        max-width: calc(100vw - 28px) !important;
        height: min(60vw, 420px) !important;
        max-height: 420px !important;
        border-radius: 24px !important;
    }

    #gallery-large-blog {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .blog-post,
    .blog-post article,
    .blog-post p,
    .blog-post h1,
    .blog-post h2 {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .glass-card[style*="overflow-x: auto"] {
        -webkit-overflow-scrolling: touch;
    }

    table[style*="min-width: 600px"] {
        min-width: 560px !important;
    }

    table[style*="min-width: 600px"] th,
    table[style*="min-width: 600px"] td {
        padding: 14px 12px !important;
    }

.perks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.perk-card {
    text-align: center;
    padding: 32px 24px;
}

.perk-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 20px;
    color: var(--white);
    font-size: 1.75rem;
    margin: 0 auto 20px;
}

.perk-card h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.perk-card p {
    font-size: 0.9rem;
    color: var(--gray-400);
}

/* ============================================
   SERVICES PAGE
   ============================================ */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.service-card {
    padding: 40px;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 1.75rem;
    margin-bottom: 28px;
}

.service-card:nth-child(1) .service-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    box-shadow: 0 10px 40px rgba(124, 77, 255, 0.3);
}

.service-card:nth-child(2) .service-icon {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--dark-900);
    box-shadow: 0 10px 40px rgba(0, 229, 255, 0.3);
}

.service-card:nth-child(3) .service-icon {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    color: var(--white);
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.3);
}

.service-card:nth-child(4) .service-icon {
    background: linear-gradient(135deg, var(--success) 0%, #00B89D 100%);
    color: var(--white);
    box-shadow: 0 10px 40px rgba(0, 217, 165, 0.3);
}

.service-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.service-card p {
    font-size: 1rem;
    color: var(--gray-400);
    margin-bottom: 24px;
    line-height: 1.7;
}

.service-features {
    list-style: none;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: var(--gray-300);
    font-size: 0.95rem;
}

.service-features li i {
    color: var(--success);
    font-size: 0.8rem;
}

/* ============================================
   FOUNDER PAGE
   ============================================ */

.founder-hero {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.founder-image-container {
    position: relative;
}

.founder-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    filter: blur(80px);
    opacity: 0.4;
}

.founder-image {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid var(--glass-border-light);
}

.founder-image img {
    width: 100%;
    height: auto;
    display: block;
}

.founder-details h1 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
}

.founder-role {
    font-size: 1.25rem;
    color: var(--primary-light);
    font-weight: 600;
    margin-bottom: 24px;
}

.founder-bio {
    font-size: 1.1rem;
    color: var(--gray-300);
    line-height: 1.8;
    margin-bottom: 32px;
}

.founder-social {
    display: flex;
    gap: 12px;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.achievement-card {
    text-align: center;
    padding: 32px 24px;
}

.achievement-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 16px;
    color: var(--white);
    font-size: 1.5rem;
    margin: 0 auto 20px;
}

.achievement-card h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.achievement-card p {
    font-size: 0.9rem;
    color: var(--gray-400);
}

/* Hidden SEO Images */
.seo-images {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.seo-images img {
    width: 1px;
    height: 1px;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    padding: 80px 0 40px;
    border-top: 1px solid var(--glass-border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 60px;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-logo img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.footer-tagline {
    color: var(--gray-200);
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-white-light);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    color: var(--gray-300);
    font-size: 1.1rem;
    transition: var(--transition-fast);
}

.footer-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.footer-links h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--gray-200);
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: var(--primary-light);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid var(--glass-border);
}

.footer-copyright {
    color: var(--gray-200);
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: 32px;
}

.footer-legal a {
    color: var(--gray-200);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.footer-legal a:hover {
    color: var(--primary-light);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1200px) {
    .about-grid,
    .founder-hero {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-visual {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .founder-image-container {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .products-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .achievements-grid,
    .perks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .nav-menu,
    .nav-cta {
        display: none;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .mobile-menu {
        display: flex;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Home hero uses inline styles; force mobile-safe overrides */
    .hero {
        padding-top: 120px !important;
        min-height: auto !important;
    }

    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .hero-content,
    .hero-showcase {
        width: 100% !important;
    }

    .products-showcase {
        width: 100% !important;
        gap: 14px !important;
    }

    .showcase-card {
        min-width: 0 !important;
        width: 100% !important;
        padding: 16px 18px !important;
        gap: 14px !important;
        border-radius: 16px !important;
    }

    .showcase-icon {
        width: 52px !important;
        height: 52px !important;
        font-size: 1.2rem !important;
    }

    .hero-stats {
        gap: 20px !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }

    .hero-stat {
        min-width: calc(50% - 10px);
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-right: 0;
        padding-left: 60px;
        justify-content: flex-start;
    }
    
    .timeline-item:nth-child(even) {
        padding-left: 60px;
    }
    
    .timeline-marker {
        left: 20px;
    }
    
    .timeline-card {
        margin-right: 0;
        max-width: none;
    }
    
    .timeline-item:nth-child(even) .timeline-card {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .section {
        padding: 60px 0;
    }
    
    .page-header {
        padding: 140px 0 60px;
    }
    
    .products-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .achievements-grid,
    .perks-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .cta-card {
        padding: 40px 24px;
        border-radius: 24px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hero {
        padding-top: 106px !important;
    }

    .hero-buttons {
        width: 100% !important;
        gap: 10px !important;
        margin-bottom: 28px !important;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-description {
        font-size: 1rem !important;
        margin-bottom: 24px !important;
    }

    .hero-stat {
        min-width: 100%;
    }

    .showcase-info h3 {
        font-size: 1rem !important;
    }

    .showcase-info p {
        font-size: 0.8rem !important;
    }

    .showcase-arrow {
        width: 32px !important;
        height: 32px !important;
    }
    
    .job-card {
        flex-direction: column;
        text-align: center;
    }
    
    .job-meta {
        justify-content: center;
    }

    #main-gallery-image-blog {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        height: min(64vw, 300px) !important;
        max-height: 300px !important;
        border-radius: 18px !important;
    }

    .gallery-thumb-blog {
        width: 56px !important;
        height: 56px !important;
    }

    table[style*="min-width: 600px"] {
        min-width: 520px !important;
    }

    table[style*="min-width: 600px"] th,
    table[style*="min-width: 600px"] td {
        font-size: 0.86rem !important;
        line-height: 1.35 !important;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(124, 77, 255, 0.4); }
    50% { box-shadow: 0 0 40px rgba(124, 77, 255, 0.6); }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out both;
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out both;
}

.animate-slide-in-left {
    animation: slideInLeft 0.6s ease-out both;
}

.animate-slide-in-right {
    animation: slideInRight 0.6s ease-out both;
}

/* Stagger animations */
.stagger > *:nth-child(1) { animation-delay: 0.1s; }
.stagger > *:nth-child(2) { animation-delay: 0.2s; }
.stagger > *:nth-child(3) { animation-delay: 0.3s; }
.stagger > *:nth-child(4) { animation-delay: 0.4s; }
.stagger > *:nth-child(5) { animation-delay: 0.5s; }
.stagger > *:nth-child(6) { animation-delay: 0.6s; }


/* Accessibility focus ring */
:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: 2px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
