/*
Theme Name: IHXS Original Theme
Author: IHXS
Description: 見えない基盤から、見える成果へ。最速でスケールさせるクリーン・テックテーマ。
Version: 1.0.0
*/

.hero-gradient {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    background-size: 200% 200%;
    animation: gradient-shift 8s ease infinite;
}
@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #38bdf8, #818cf8);
}
.gsap-reveal { opacity: 0; transform: translateY(30px); }