
.hero h1 .gradient-text {
    background: linear-gradient(90deg, #ffffff 0%, #00e5ff 25%, #0066ff 50%, #00e5ff 75%, #ffffff 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    animation: liquidFlow 4s linear infinite !important;
    filter: drop-shadow(0 0 20px rgba(0, 102, 255, 0.4)) !important;
}

@keyframes liquidFlow {
    to { background-position: 200% center; }
}

.floating-crystal {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(0, 229, 255, 0.1) 60%, transparent 100%) !important;
    border: 1px solid rgba(0, 229, 255, 0.3) !important;
    border-radius: 50% !important;
    transform: none !important;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.2) !important;
    animation: bubbleRise 10s infinite ease-in !important;
}

@keyframes bubbleRise {
    0% { transform: translateY(100vh) scale(0.5); opacity: 0; }
    20% { opacity: 0.8; }
    80% { opacity: 0.8; }
    100% { transform: translateY(-20vh) scale(1.5); opacity: 0; }
}

.floating-crystal:nth-child(even) {
    animation-duration: 14s !important;
    width: 15px !important;
    height: 15px !important;
}
.floating-crystal:nth-child(odd) {
    animation-duration: 8s !important;
    width: 8px !important;
    height: 8px !important;
}


.wave-divider {
    position: absolute;
    bottom: -5px; 
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 5;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.wave-divider .shape-fill {
    fill: #07090f;
}

.modality-showcase .portal-card {
    border-radius: 40px !important; 
    border: 2px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    transform: perspective(1000px) rotateX(0) rotateY(0) scale(1) !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease, border-color 0.6s ease !important;
}

.modality-showcase .portal-card:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) scale(1.05) !important;
    border-color: rgba(0, 229, 255, 0.4) !important;
    box-shadow: 0 40px 80px rgba(0, 102, 255, 0.4), inset 0 0 20px rgba(0, 229, 255, 0.2) !important;
}

.portal-card img {
    filter: brightness(0.4) saturate(1) blur(2px) !important;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.portal-card:hover img {
    filter: brightness(0.9) saturate(1.3) blur(0px) !important; 
}

.portal-content {
    transform: translateY(30px) !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.portal-card:hover .portal-content {
    transform: translateY(0) !important;
}
.portal-card p {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transition-delay: 0.1s !important;
}
.portal-card:hover p {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.bento-card {
    border-radius: 30px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 102, 255, 0.05) 100%) !important;
    position: relative;
    overflow: hidden;
}
.bento-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 229, 255, 0.1), transparent 70%);
    opacity: 0;
    transition: 0.5s;
}
.bento-card:hover::after {
    opacity: 1;
}

.btn-hero-store {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.5), rgba(0, 229, 255, 0.5)) !important;
    border: 1px solid rgba(0, 229, 255, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.4), inset 0 0 15px rgba(0, 229, 255, 0.3) !important;
}
.btn-hero-store:hover {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.8), rgba(0, 229, 255, 0.8)) !important;
    box-shadow: 0 20px 50px rgba(0, 102, 255, 0.6), inset 0 0 20px rgba(0, 229, 255, 0.5) !important;
    transform: translateY(-4px) scale(1.02) !important;
}

.ip-trigger {
    background: rgba(0, 50, 100, 0.3) !important;
    border: 1px solid rgba(0, 102, 255, 0.4) !important;
}
.ip-trigger:hover {
    border-color: rgba(0, 229, 255, 0.8) !important;
    box-shadow: 0 15px 40px rgba(0, 229, 255, 0.3), inset 0 0 10px rgba(0,229,255,0.2) !important;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    background: linear-gradient(to top, var(--bg-dark), transparent);
    z-index: 5;
    pointer-events: none;
}

.features-flex {
    display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2;
}

.f-bento-card {
    background: rgba(5, 12, 25, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 3.5rem 3rem;
    flex: 1; min-width: 320px;
    position: relative; overflow: hidden;
    text-align: left;
    transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    display: flex; flex-direction: column; justify-content: flex-end;
}

.f-bento-card:hover {
    background: rgba(10, 20, 35, 0.6);
    border-color: rgba(0, 229, 255, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 40px rgba(0,229,255,0.05);
}

.f-bento-glow {
    position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,0.8), transparent);
    opacity: 0; transition: 0.5s; transform: translateY(-3px);
}
.f-bento-card:hover .f-bento-glow { opacity: 1; transform: translateY(0); }

.f-bento-number, .f-bento-watermark {
    position: absolute; right: -20px; top: -10px;
    font-size: 10rem; font-weight: 900;
    color: rgba(255,255,255,0.03);
    line-height: 1; pointer-events: none;
    transition: 0.5s; font-family: 'Inter', sans-serif;
    transform: rotate(5deg);
    white-space: nowrap;
}
.f-bento-card:hover .f-bento-number, .f-bento-card:hover .f-bento-watermark { 
    color: rgba(0,229,255,0.1); 
    transform: scale(1.1) rotate(0deg); 
}

.f-bento-content { position: relative; z-index: 3; }
.f-bento-content h3 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 1rem; letter-spacing: -0.5px; }
.f-bento-content p { color: rgba(255,255,255,0.6); font-size: 1.05rem; line-height: 1.6; margin-bottom: 1rem; }
.f-bento-content p strong { color: #fff; }

.f-bento-card.highlight {
    background: linear-gradient(180deg, rgba(0,229,255,0.05) 0%, rgba(5,12,25,0.4) 100%);
    border-color: rgba(0,229,255,0.15);
}
.f-bento-card.highlight:hover { border-color: var(--primary); }

@media (max-width: 768px) {
    .features-flex { flex-direction: column; }
    .f-bento-card { min-width: 100%; padding: 2.5rem 2rem; }
    .f-bento-number, .f-bento-watermark { font-size: 6rem; right: -10px; top: -5px; }
}
