@import '_content/OnePortfolio.Razor/OnePortfolio.Razor.a255ozcswc.bundle.scp.css';

/* _content/OnePortfolio/Components/Pages/Home2.razor.rz.scp.css */
.container[b-4kr78derh7] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Top Black Section */
.hero-section[b-4kr78derh7] {
    position: relative;
    background: #000;
    color: white;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg[b-4kr78derh7] {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.hero-gradient[b-4kr78derh7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #374151, #000);
}

.hero-pattern[b-4kr78derh7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.1%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%221%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.hero-content[b-4kr78derh7] {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem 0;
}

.logo[b-4kr78derh7] {
    margin-bottom: 2rem;
    transform: scale(1.25);
}

.logo-text[b-4kr78derh7] {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -0.025em;
}

.logo-accent[b-4kr78derh7] {
    color: #9ca3af;
}

.hero-title[b-4kr78derh7] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-gradient-text[b-4kr78derh7] {
    display: block;
    background: linear-gradient(to right, white, #d1d5db);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description[b-4kr78derh7] {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-bottom: 2rem;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hero-buttons[b-4kr78derh7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.btn[b-4kr78derh7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary[b-4kr78derh7] {
    background: white;
    color: black;
}

    .btn-primary:hover[b-4kr78derh7] {
        background: #f3f4f6;
    }

.btn-outline[b-4kr78derh7] {
    background: transparent;
    color: white;
    border: 1px solid white;
}

    .btn-outline:hover[b-4kr78derh7] {
        background: white;
        color: black;
    }

.hero-stats[b-4kr78derh7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    font-size: 0.875rem;
}

.stat-item[b-4kr78derh7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
}

/* Arc Transition */
.arc-transition[b-4kr78derh7] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.arc-svg[b-4kr78derh7] {
    display: block;
    width: 100%;
    height: 6rem;
}

/* Bottom White Section */
.features-section[b-4kr78derh7] {
    background: white;
    padding: 4rem 0 8rem;
}

.features-header[b-4kr78derh7] {
    text-align: center;
    margin-bottom: 4rem;
}

.features-title[b-4kr78derh7] {
    font-size: 3rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1.5rem;
}

.features-description[b-4kr78derh7] {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 512px;
    margin: 0 auto;
}

.features-grid[b-4kr78derh7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.feature-card[b-4kr78derh7] {
    text-align: center;
    padding: 1.5rem;
    border-radius: 1rem;
    transition: box-shadow 0.3s ease;
}

    .feature-card:hover[b-4kr78derh7] {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.feature-icon[b-4kr78derh7] {
    width: 4rem;
    height: 4rem;
    background: black;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.feature-title[b-4kr78derh7] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1rem;
}

.feature-text[b-4kr78derh7] {
    color: #6b7280;
    line-height: 1.7;
}

.cta-section[b-4kr78derh7] {
    text-align: center;
    margin-top: 4rem;
}

.cta-title[b-4kr78derh7] {
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1.5rem;
}

.cta-description[b-4kr78derh7] {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.btn-dark[b-4kr78derh7] {
    background: black;
    color: white;
}

    .btn-dark:hover[b-4kr78derh7] {
        background: #374151;
    }

/* Responsive Design */
@media (min-width: 640px) {
    .hero-buttons[b-4kr78derh7] {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .features-grid[b-4kr78derh7] {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .hero-title[b-4kr78derh7] {
        font-size: 6rem;
    }

    .features-title[b-4kr78derh7] {
        font-size: 4rem;
    }

    .cta-title[b-4kr78derh7] {
        font-size: 3rem;
    }

    .arc-svg[b-4kr78derh7] {
        height: 8rem;
    }
}

@media (min-width: 1024px) {
    .features-grid[b-4kr78derh7] {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-title[b-4kr78derh7] {
        font-size: 7rem;
    }

    .features-title[b-4kr78derh7] {
        font-size: 5rem;
    }

    .arc-svg[b-4kr78derh7] {
        height: 10rem;
    }
}
