body {
    background: #0b0b0f;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

/* NAVBAR */
.custom-navbar {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.logo {
    width: 40px;
}

.brand-text {
    font-weight: bold;
    letter-spacing: 1px;
}

.nav-link {
    color: #ccc !important;
    margin: 0 10px;
}

.nav-link.active,
.nav-link:hover {
    color: #d946ef !important;
}

.btn-outline-purple {
    border: 1px solid #d946ef;
    color: #d946ef;
}

.btn-outline-purple:hover {
    background: #d946ef;
    color: #000;
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 70% 40%, rgba(160,44,140,0.5), transparent 40%), #0b0b0f;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.gradient-text {
    background: linear-gradient(45deg, #a02c8c, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    color: #bbb;
    margin-top: 20px;
}

.hero-buttons {
    margin-top: 25px;
}

.btn-purple {
    background: linear-gradient(45deg, #a02c8c, #d946ef);
    color: #fff;
    border: none;
}

.hero-logo {
    max-width: 300px;
    opacity: 0.9;
}

/* SERVICIOS */
.services {
    background: #f5f5f5;
    color: #000;
    padding: 80px 0;
}

.section-tag {
    color: #a02c8c;
    font-weight: bold;
    letter-spacing: 2px;
}

.text-purple {
    color: #a02c8c;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(160,44,140,0.2);
}

/* CTA */
.cta {
    background: linear-gradient(45deg, #a02c8c, #d946ef);
    padding: 30px 0;
}

/* FOOTER */
.footer {
    background: #0b0b0f;
    text-align: center;
    padding: 20px;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    color: #a02c8c;
}

/* efecto hover tipo glow */
.service-card:hover .service-icon {
    color: #d946ef;
    text-shadow: 0 0 15px rgba(217, 70, 239, 0.7);
}

.hero-sub {
    background: linear-gradient(45deg, #0b0b0f, #1a1a24);
    color: white;
    padding: 120px 0 60px;
}

.service-detail {
    background: #1a1a24;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

.service-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(160,44,140,0.4);
}

.service-detail ul {
    margin-top: 15px;
    padding-left: 20px;
}

.process {
    background: #12121a;
    color: #fff;
}

/* HERO */
.hero-sub {
    padding: 120px 0 60px;
    background: radial-gradient(circle, rgba(160,44,140,0.3), transparent),
                #0b0b0f;
}

/* SECCIÓN SERVICIOS */
.services-dark {
    background: #0b0b0f;
}

/* CARDS PREMIUM */
.service-card-dark {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.service-card-dark:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 30px rgba(160,44,140,0.5);
}

/* ICONOS GLOW */
.service-icon-glow {
    font-size: 40px;
    margin-bottom: 15px;
    color: #d946ef;
    text-shadow: 0 0 20px rgba(217,70,239,0.7);
}

/* PROCESO */
.process-dark {
    background: #12121a;
}

.process-step span {
    font-size: 30px;
    color: #a02c8c;
    display: block;
}

/* CTA */
.cta-dark {
    background: linear-gradient(45deg, #a02c8c, #d946ef);
}

/* SECCIÓN CLARA */
.services-light {
    background: #f5f5f7;
    color: #000;
}

/* CARDS CLARAS */
.service-card-light {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
}

.service-card-light:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(160,44,140,0.2);
}

/* ICONOS */
.service-icon-light {
    font-size: 40px;
    margin-bottom: 15px;
    color: #a02c8c;
}

/* SECCIONES OSCURAS */
.section-dark {
    background: #0b0b0f;
    padding: 80px 0;
}

/* BADGES TEC */
.tech-badge {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.tech-badge:hover {
    box-shadow: 0 10px 25px rgba(160,44,140,0.2);
    transform: translateY(-5px);
}

.hero-icon {
    font-size: 180px;
    color: #d946ef;
    opacity: 0.8;
}

.section-dark {
    background: #0b0b0f;
    padding: 80px 0;
}

/* TECNOLOGÍAS */
.tech-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
}

.tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(160,44,140,0.2);
}

.tech-icon {
    font-size: 40px;
    color: #a02c8c;
    margin-bottom: 10px;
}

/* PROCESO */
.process-dark {
    background: #12121a;
    color: #fff;
}

/* CLICKABLE */
.process-step {
    cursor: pointer;
    transition: 0.3s;
}

.process-step:hover {
    transform: translateY(-5px);
    color: #d946ef;
}

/* MODAL DARK */
.modal-custom {
    background: #12121a;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}

.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}