/* Variables de colores */
:root {
    --violet: #6C4CCF;
    --violet-dark: #4E38A0;
    --purple: #9A7DFF;
    --deep-violet: #3F2B86;
    --night: #0D0B1A;
    --indigo: #15122A;
    --star: rgba(255,255,255,0.05);
    --gold: #E4C76C;
    --gold-deep: #C9A646;
    --lilac: #F2EEFF;
    --lilac-soft: #FAF8FF;
    --text-dark: #EAE6FF;
    --text-muted: #C8C3E0;
    --white: #FFFFFF;
    --gradient: linear-gradient(120deg, #201B3E, #0F0D1F);
}

/* Reset y base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background:
        radial-gradient(1200px 400px at 10% -10%, rgba(156,120,255,0.12), transparent 40%),
        radial-gradient(900px 380px at 100% 0%, rgba(78,56,160,0.10), transparent 45%),
        radial-gradient(circle at 20% 10%, var(--star) 1px, transparent 1px),
        radial-gradient(circle at 80% 5%, var(--star) 1.2px, transparent 1.2px),
        linear-gradient(180deg, #0C0A18, #0A0914 35%, #0E0C1E);
    background-size: auto, auto, 420px 420px, 520px 520px, auto;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.header {
    background: linear-gradient(180deg, rgba(48,38,96,0.65), rgba(21,18,42,0.85) 60%, rgba(15,13,31,0.95));
    padding: 140px 0 60px;
    position: relative;
    color: var(--white);
    overflow: hidden;
}

.header::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        conic-gradient(from 180deg at 10% 10%, rgba(154,125,255,0.18), transparent 25%),
        conic-gradient(from 0deg at 90% 0%, rgba(76,56,160,0.10), transparent 30%),
        radial-gradient(circle at 10% 15%, rgba(255,255,255,0.06) 1px, transparent 1px),
        radial-gradient(circle at 80% 5%, rgba(255,255,255,0.06) 1.2px, transparent 1.2px);
    background-size: auto, auto, 380px 380px, 460px 460px;
    pointer-events: none;
}

/* Capa de estrellas animadas */
.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 30% 40%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 70% 30%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 90% 60%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 50% 80%, rgba(255,255,255,0.8), transparent);
    animation: drift 60s linear infinite;
    opacity: 0.6;
}

@keyframes drift {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-20px) translateX(10px); }
    100% { transform: translateY(0) translateX(0); }
}

.header-content { position: relative; z-index: 5; }
.profile-section { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.profile-image { flex-shrink: 0; }
.profile-image img { width: 240px; height: 240px; border-radius: 28px; border: 0; object-fit: cover; box-shadow: 0 18px 45px rgba(0,0,0,0.45); position: relative; }
.profile-image img { outline: 4px solid rgba(228,199,108,0.35); outline-offset: -6px; }

.profile-info { flex: 1; min-width: 300px; }
.main-title { font-family: 'Cinzel', serif; font-size: 3.2rem; font-weight: 700; margin-bottom: 8px; color: var(--white); letter-spacing: 1px; text-shadow: 0 2px 12px rgba(0,0,0,0.35); }
.title-glow { position: relative; display: inline-block; font-size: 1.2em; color: #d9f3ff; background-image: linear-gradient(180deg, #ffffff 0%, #e9f8ff 35%, #a9e3ff 70%, #63c3ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-stroke: 0.7px rgba(255,255,255,0.98); text-shadow: 0 3px 6px rgba(0,0,0,0.75), 0 0 26px rgba(99,195,255,1), 0 0 90px rgba(99,195,255,0.8); z-index: 6; }
.title-glow::after { content: ''; position: absolute; left: -8%; right: -8%; bottom: 0%; height: 92%; background: radial-gradient(ellipse at 50% 50%, rgba(120,200,255,1), rgba(120,200,255,0.45) 55%, transparent 72%); filter: blur(14px); z-index: 5; opacity: 1; transform: scale(1); pointer-events: none; }

/* Animación removida para dejar el efecto fijo */
.subtitle { font-size: 1.15rem; color: #D7D2F1; margin-bottom: 14px; }
.description { font-size: 1.05rem; color: #C9C3E8; max-width: 620px; }

.cta-group { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; }
.cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 12px; text-decoration: none; font-weight: 600; transition: all 0.25s ease; }
.cta-btn.primary { background: var(--gold); color: #2A244A; }
.cta-btn.primary:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 28px rgba(228,199,108,0.35); }
.cta-btn.secondary { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.35); }
.cta-btn.secondary:hover { transform: translateY(-3px) scale(1.03); border-color: rgba(255,255,255,0.75); box-shadow: 0 12px 26px rgba(255,255,255,0.12); }

.wave-separator { height: 32px; background: linear-gradient(to bottom, rgba(14,12,30,0.6), rgba(14,12,30,0)); }

/* Secciones */
.section-title { font-family: 'Cinzel', serif; font-size: 2.2rem; text-align: center; margin: 48px 0 10px; color: var(--gold); position: relative; letter-spacing: 0.2px; text-shadow: 0 1px 12px rgba(0,0,0,0.3); }
.section-title::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 90px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); border-radius: 2px; }

/* Servicios */
.services { padding: 36px 0 80px; background: linear-gradient(180deg, rgba(14,12,30,0.95), rgba(11,9,26,0.98)); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 28px; }
.service-card { background: var(--indigo); padding: 0 0 18px 0; border-radius: 18px; text-align: left; border: 1px solid rgba(228,199,108,0.35); transition: all 0.25s ease; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.service-card::before { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); pointer-events: none; }
.service-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 24px 55px rgba(0,0,0,0.55); border-color: rgba(228,199,108,0.75); }
.service-icon { width: 64px; height: 64px; margin: 18px 18px 10px; background: rgba(255,255,255,0.04); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.6rem; border: 1px solid rgba(228,199,108,0.35); }
.service-icon i { transition: transform 0.5s ease, filter 0.5s ease; animation: float 4s ease-in-out infinite; }
.service-card:hover .service-icon i { transform: scale(1.18) rotate(-6deg); filter: drop-shadow(0 6px 12px rgba(228,199,108,0.45)); }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.service-card h3 { font-size: 1.2rem; margin: 10px 18px 6px; color: var(--gold); font-weight: 700; letter-spacing: 0.4px; font-family: 'Cinzel', serif; }
.service-card p { color: var(--text-muted); font-size: 0.98rem; margin: 0 18px; }

/* Carta con imagen */
.service-card.has-image { padding-top: 0; }
.service-media { width: 100%; height: 240px; overflow: hidden; position: relative; }
.service-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(11,9,26,0.0) 60%, rgba(11,9,26,0.35)); }
.service-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(1.05) contrast(1.02); }
.card-ornament { position: absolute; right: 10px; top: 10px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(228,199,108,0.45); box-shadow: inset 0 0 12px rgba(228,199,108,0.25); }

/* Badge de icono animado sobre la imagen */
.icon-badge { position: absolute; left: 12px; top: 12px; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,0.35); color: var(--gold); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(228,199,108,0.45); box-shadow: 0 8px 18px rgba(0,0,0,0.35); animation: pop 1s ease both; }
.icon-badge i { animation: twinkle 2.4s ease-in-out infinite; }

@keyframes pop { 0% { transform: scale(0.7); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes twinkle { 0%, 100% { transform: rotate(0deg); filter: drop-shadow(0 0 0 rgba(228,199,108,0)); } 50% { transform: rotate(-8deg) scale(1.08); filter: drop-shadow(0 0 10px rgba(228,199,108,0.5)); } }

/* Medios de pago */
.payment { padding: 80px 0; background: linear-gradient(180deg, rgba(11,9,26,0.98), rgba(14,12,30,0.95)); }
.payment-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 28px; }
.payment-method { background: var(--indigo); padding: 28px 22px; border-radius: 16px; text-align: center; border: 1px solid rgba(228,199,108,0.3); transition: all 0.25s ease; min-height: 200px; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
.payment-method:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(0,0,0,0.5); border-color: rgba(228,199,108,0.6); }
.payment-icon { width: 100px; height: 72px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border-radius: 12px; padding: 10px; box-shadow: inset 0 0 0 1px rgba(228,199,108,0.25); }
.payment-logo { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px; }
.payment-method h3 { font-size: 1.15rem; margin-bottom: 6px; color: var(--gold); font-family: 'Cinzel', serif; letter-spacing: 0.3px; }
.payment-method p { color: var(--text-muted); font-size: 0.98rem; }

/* Contacto */
.contact { padding: 80px 0; background: linear-gradient(180deg, rgba(14,12,30,0.95), rgba(11,9,26,0.98)); }
.contact-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 28px; }
.contact-method { background: var(--indigo); padding: 38px 28px; border-radius: 16px; text-align: center; border: 1px solid rgba(228,199,108,0.3); transition: all 0.25s ease; position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
.contact-method::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 120px at 50% -10%, rgba(228,199,108,0.12), transparent); opacity: 0; transition: opacity 0.25s ease; pointer-events: none; }
.contact-method:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,0.5); border-color: rgba(228,199,108,0.6); }
.contact-method:hover::before { opacity: 1; }
.contact-icon { width: 84px; height: 84px; margin: 0 auto 14px; background: rgba(255,255,255,0.04); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--gold); border: 1px solid rgba(228,199,108,0.35); }
.contact-method h3 { font-size: 1.3rem; margin-bottom: 6px; color: var(--gold); font-family: 'Cinzel', serif; letter-spacing: 0.3px; }
.contact-info { font-size: 1.1rem; color: var(--white); margin-bottom: 16px; font-weight: 700; }
.contact-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: all 0.25s ease; border: none; cursor: pointer; font-size: 1rem; }
.whatsapp-btn { background: #25D366; color: var(--white); }
.whatsapp-btn:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(37,211,102,0.3); }
.phone-btn { background: var(--gold); color: #2A244A; }
.phone-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(63,43,134,0.24); }

/* Footer */
.footer { background: #0A0816; padding: 26px 0; text-align: center; color: #9C96BF; border-top: 1px solid rgba(228,199,108,0.2); }

/* WhatsApp flotante */
.floating-whatsapp { position: fixed; bottom: 26px; right: 26px; z-index: 1000; }
.whatsapp-float { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; background: #25D366; color: var(--white); border-radius: 50%; text-decoration: none; font-size: 1.8rem; box-shadow: 0 5px 15px rgba(37,211,102,0.3); transition: all 0.25s ease; animation: pulse 2s infinite; }
.whatsapp-float:hover { background: #128C7E; transform: scale(1.12) rotate(3deg); box-shadow: 0 10px 26px rgba(37,211,102,0.45); }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); } 70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Responsive */
@media (max-width: 768px) {
    .profile-section { flex-direction: column; text-align: center; }
    .main-title { font-size: 2.5rem; }
    .subtitle { font-size: 1.05rem; }
    .profile-image { width: 100%; }
    .profile-image img { width: 100%; height: auto; max-height: 420px; border-radius: 18px; object-fit: cover; }
    .services, .payment, .contact { padding: 56px 0; }
    .service-media { height: 220px; }
    /* Mostrar imágenes completas en mobile */
    .service-photo { object-fit: contain; background: rgba(0,0,0,0.2); }
    .cta-group { justify-content: center; }
}

/* CTA destacada */
.cta-highlight { padding: 70px 0; background: linear-gradient(180deg, rgba(11,9,26,0.98), rgba(14,12,30,0.94)); }
.cta-box { background: var(--indigo); border: 1px solid rgba(228,199,108,0.35); border-radius: 18px; padding: 28px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.cta-box h2 { font-family: 'Cinzel', serif; color: var(--gold); margin-bottom: 10px; letter-spacing: 0.4px; }
.cta-box p { color: var(--text-muted); margin-bottom: 16px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 480px) {
    .header { padding: 84px 0 40px; }
    .main-title { font-size: 2.1rem; }
    .service-media { height: 200px; }
    .cta-group { justify-content: center; }
}


