
/* ===================================================
   HomeSection.vue — Global Styles (unscoped)
   Redesigned landing page for MyCR 2.0
   Theme: Ontology, IoT, Centralized Repository
   =================================================== */

/* ---------- Hero Section ---------- */
#hero {
    z-index: 0;
}
section {
    position: relative;
    display: block;
}
.svg-border-waves img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -2px;
    z-index: -1;
}

/* ===================================================
   Scoped styles for HomeSection landing page
   =================================================== */

/* ---------- Hero Section ---------- */
.mycr-hero[data-v-1ed46677] {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 14rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
}

/* Animated grid pattern background */
.hero-bg-pattern[data-v-1ed46677] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove-1ed46677 20s linear infinite;
}
@keyframes gridMove-1ed46677 {
0% { transform: translate(0, 0);
}
100% { transform: translate(60px, 60px);
}
}
.hero-content[data-v-1ed46677] {
    max-width: 720px;
    margin: 0 auto;
}

/* Animated gradient title matching original style */
.hero-title[data-v-1ed46677] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    background: linear-gradient(135deg, #818cf8, #06b6d4 47%, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: titleShine-1ed46677 3s ease-in-out infinite alternate;
}
@keyframes titleShine-1ed46677 {
0% { background-position: 0% 50%;
}
100% { background-position: 100% 50%;
}
}
.hero-subtitle[data-v-1ed46677] {
    font-size: 1.15rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
}
.hero-description[data-v-1ed46677] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.55);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}
.hero-btn[data-v-1ed46677] {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0 2rem;
}
.hero-btn-outline[data-v-1ed46677] {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0 2rem;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Hero SVG illustration — enlarged for better visual impact */
.hero-illustration[data-v-1ed46677] {
    max-width: 1000px;
    margin: 0 auto;
}
.hero-svg[data-v-1ed46677] {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.15));
}

/* ---------- Features Section ---------- */
.mycr-features[data-v-1ed46677] {
    padding: 6rem 0;
    background: rgba(var(--v-theme-surface), 1);
}
.section-title[data-v-1ed46677] {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(var(--v-theme-on-surface), 1);
}
.section-subtitle[data-v-1ed46677] {
    font-size: 1rem;
    color: rgba(var(--v-theme-on-surface), 0.6);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}
.feature-card[data-v-1ed46677] {
    padding: 2rem;
    border-radius: 16px;
    background: rgba(var(--v-theme-surface), 1);
    border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card[data-v-1ed46677]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--card-accent);
}
.feature-icon-wrap[data-v-1ed46677] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(var(--v-theme-on-surface), 0.04), rgba(var(--v-theme-on-surface), 0.08));
}
.feature-card-title[data-v-1ed46677] {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(var(--v-theme-on-surface), 0.9);
}
.feature-card-desc[data-v-1ed46677] {
    font-size: 0.9rem;
    color: rgba(var(--v-theme-on-surface), 0.55);
    line-height: 1.6;
    margin: 0;
}

/* ---------- How It Works Section ---------- */
.mycr-how-it-works[data-v-1ed46677] {
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(var(--v-theme-surface), 1), rgba(99, 102, 241, 0.04));
}
.step-card[data-v-1ed46677] {
    padding: 2rem 1.5rem;
}
.step-number[data-v-1ed46677] {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(var(--v-theme-on-surface), 0.06);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.step-icon-circle[data-v-1ed46677] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #06b6d4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.step-title[data-v-1ed46677] {
    font-size: 1.15rem;
    font-weight: 600;
    color: rgba(var(--v-theme-on-surface), 0.9);
}
.step-desc[data-v-1ed46677] {
    font-size: 0.9rem;
    color: rgba(var(--v-theme-on-surface), 0.55);
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}

/* ---------- Stats Section ---------- */
.mycr-stats[data-v-1ed46677] {
    padding: 4rem 0;
    background: rgba(var(--v-theme-surface), 1);
    border-block: 1px solid rgba(var(--v-theme-on-surface), 0.06);
}
.stat-item[data-v-1ed46677] {
    padding: 1.5rem;
}
.stat-number[data-v-1ed46677] {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(var(--v-theme-on-surface), 0.85);
}
.stat-label[data-v-1ed46677] {
    font-size: 0.85rem;
    color: rgba(var(--v-theme-on-surface), 0.5);
    margin-top: 0.25rem;
}

/* ---------- CTA Section ---------- */
.mycr-cta[data-v-1ed46677] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
}
.cta-box[data-v-1ed46677] {
    max-width: 600px;
    margin: 0 auto;
}
.cta-title[data-v-1ed46677] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
}
.cta-description[data-v-1ed46677] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ---------- Responsive ---------- */
@media (max-width: 959px) {
.mycr-hero[data-v-1ed46677] {
        padding: 5rem 0 10rem;
}
.hero-title[data-v-1ed46677] {
        font-size: 2.25rem;
}
.hero-description[data-v-1ed46677] {
        font-size: 0.95rem;
}
}
@media (max-width: 599px) {
.mycr-hero[data-v-1ed46677] {
        padding: 3.5rem 0 8rem;
}
.hero-title[data-v-1ed46677] {
        font-size: 1.75rem;
}
.hero-subtitle[data-v-1ed46677] {
        font-size: 1rem;
}
.hero-description[data-v-1ed46677] {
        font-size: 0.88rem;
}
.section-title[data-v-1ed46677] {
        font-size: 1.5rem;
}
.feature-card[data-v-1ed46677] {
        padding: 1.5rem;
}
.mycr-features[data-v-1ed46677],
    .mycr-how-it-works[data-v-1ed46677] {
        padding: 3.5rem 0;
}
.mycr-cta[data-v-1ed46677] {
        padding: 4rem 0;
}
.cta-title[data-v-1ed46677] {
        font-size: 1.5rem;
}
}
