:root {
    --color-primary: #7c4dbe;
    --color-accent: #ffb366;
    --color-cyan: #e6f6f8;
    --color-dark: #2d2d35;
    --color-light: #f5f5f7;
    --color-muted: #bdbdbd;
    --color-text: #232228;
    --color-text-light: #f5f5f7;
}

.wellness-hero {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.wellness-hero .container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.wellness-hero .section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: clamp(20px, 5vw, 60px);
    padding-right: clamp(20px, 5vw, 60px);
    flex: 1;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.wellness-hero .section:hover {
    box-shadow: 0 12px 40px 0 rgba(124,77,190,0.15), 0 2px 8px 0 rgba(44,44,44,0.08);
    transform: translateY(-8px) scale(1.02);
    z-index: 2;
}

.wellness-hero .left-section {
    background-color: var(--color-cyan);
    color: var(--color-text);
    animation-delay: 0.2s;
}

.wellness-hero .right-section {
    background-color: #000;
    color: var(--color-text-light);
    animation-delay: 0.4s;
    position: relative;
    overflow: hidden;
    background-image: url('../images/stardust.png');
    background-repeat: repeat;
    background-size: auto;
    opacity: 1;
}

.wellness-hero .right-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124,77,190,0.1) 0%, rgba(124,77,190,0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Nuevo efecto de brillo */
.wellness-hero .right-section::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 255, 255, 0.03) 48%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.03) 52%,
        rgba(255, 255, 255, 0) 55%,
        transparent 100%
    );
    transform: rotate(45deg);
    animation: shine 15s infinite;
    pointer-events: none;
    opacity: 0.7;
}

@keyframes shine {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
        transform: translate(50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

.wellness-hero .right-section:hover {
    box-shadow: 0 16px 48px 0 rgba(124,77,190,0.2), 0 4px 12px 0 rgba(44,44,44,0.1);
    transform: translateY(-12px) scale(1.03);
}

.wellness-hero .right-section:hover::before {
    opacity: 1;
}

.wellness-hero .right-section:hover .label,
.wellness-hero .right-section:hover .main-heading,
.wellness-hero .right-section:hover .description {
    transform: translateY(-4px);
    transition: transform 0.4s ease;
}

.wellness-hero .right-section:hover .cta-button {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(124,77,190,0.2);
    transition: all 0.4s ease;
}

.wellness-hero .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--color-primary);
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 32px;
    margin-top: 0;
    min-height: unset;
    box-shadow: none;
    transition: color 0.2s;
}

.wellness-hero .left-section .label {
    color: var(--color-primary);
}

.wellness-hero .right-section .label {
    color: #fff;
}

.wellness-hero .label-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 0.7;
    filter: grayscale(0.2) brightness(0.9);
}

.wellness-hero .guidance-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 11H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-4'/%3E%3Cpath d='M9 7l3-3 3 3'/%3E%3Cpath d='M12 4v14'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.wellness-hero .reflection-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.wellness-hero .reflection-label {
    color: var(--color-primary);
}

.wellness-hero .main-heading {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

.wellness-hero .left-section .main-heading {
    color: var(--color-text);
}

.wellness-hero .right-section .main-heading {
    color: var(--color-text-light);
}

.wellness-hero .highlight-green,
.wellness-hero .highlight-pink {
    color: var(--color-primary);
}

.wellness-hero .description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
    margin-bottom: 40px;
    max-width: 400px;
}

.wellness-hero .right-section .description {
    color: var(--color-text-light);
    opacity: 0.85;
}

.wellness-hero .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    max-width: fit-content;
    box-shadow: 0 2px 8px 0 rgba(44,44,44,0.06);
}

.wellness-hero .primary-button {
    background-color: var(--color-primary);
    color: var(--color-text-light);
}

.wellness-hero .primary-button:hover {
    background-color: var(--color-dark);
    color: var(--color-primary);
    box-shadow: 0 4px 16px 0 rgba(124,77,190,0.10);
}

.wellness-hero .secondary-button {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.wellness-hero .secondary-button:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
}

.wellness-hero .arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.wellness-hero .cta-button:hover .arrow {
    transform: translateX(4px);
}

.wellness-hero .square-separator {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.80); /* blanco translúcido */
    backdrop-filter: blur(6px); /* efecto blur */
    border: none;
    box-shadow: 0 4px 18px 0 rgba(44,44,44,0.13); /* sombra suave */
    border-radius: 12px;
    font-size: 2rem;
    font-weight: 900;
    color: #232228;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    animation: fadeIn 0.8s ease 0.8s forwards;
}

/* Botón especial para 'Haz el Test' */
.wellness-hero .test-button {
    background: linear-gradient(90deg, #5a2d82 0%, #ff4e8e 100%);
    /* Fondo más oscuro: #5a2d82 es un violeta oscuro, #ff4e8e es un rosa fuerte */
    color: var(--color-text-light);
    border: 2px solid var(--color-primary);
    box-shadow: 0 6px 24px 0 rgba(124,77,190,0.18);
    font-size: 18px;
    padding: 18px 38px;
    letter-spacing: 0.04em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: pulse 2.5s infinite;
    animation-delay: 1s;
    text-shadow: 0 1px 4px rgba(0,0,0,0.28), 0 0px 1px #000;
}
.wellness-hero .test-button:hover {
    animation: bounce 0.5s;
    background: linear-gradient(90deg, #ff4e8e 0%, #5a2d82 100%);
    color: var(--color-text-light);
    box-shadow: 0 12px 32px 0 rgba(124,77,190,0.22);
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-8px); }
    50%  { transform: translateY(2px); }
    70%  { transform: translateY(-4px); }
    100% { transform: translateY(0); }
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(90,45,130,0.5), 0 6px 24px 0 rgba(124,77,190,0.18); }
    70% { box-shadow: 0 0 0 16px rgba(90,45,130,0); }
    100% { box-shadow: 0 0 0 0 rgba(90,45,130,0.5), 0 6px 24px 0 rgba(124,77,190,0.18); }
}
.wellness-hero .test-button .arrow {
    filter: drop-shadow(0 0 4px #ff7eb3);
    transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}
.wellness-hero .test-button:hover .arrow {
    transform: translateX(8px) scale(1.2) rotate(8deg);
}

@media (max-width: 1024px) {
    .wellness-hero .container {
        max-width: 98vw;
    }
    .wellness-hero .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .wellness-hero .main-heading {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .wellness-hero {
        padding-top: 64px;
    }
    .wellness-hero .container {
        flex-direction: column;
        max-width: 100vw;
    }
    .wellness-hero .section {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .wellness-hero .main-heading {
        font-size: 36px;
    }
    .wellness-hero .circle-element {
        position: static;
        transform: none;
        margin: 32px auto;
        display: none;
    }
    .wellness-hero .label {
        font-size: 11px;
        gap: 4px;
        margin-bottom: 18px;
        white-space: normal;
        word-break: break-word;
    }
    .wellness-hero .square-separator {
        position: static;
        width: 90vw;
        max-width: 400px;
        height: 44px;
        margin: 32px auto;
        border-radius: 16px;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.92);
        box-shadow: 0 2px 8px 0 rgba(44,44,44,0.10);
        color: #232228;
        z-index: 10;
        opacity: 1;
        animation: none;
        transform: none;
        border: none;
    }
    .wellness-hero .container {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .wellness-hero .main-heading {
        font-size: 32px;
    }
    .wellness-hero .cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .wellness-hero .section {
        padding: 40px 20px;
    }
    .wellness-hero .main-heading {
        font-size: 28px;
    }
    .wellness-hero .description {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .wellness-hero .container {
        position: relative;
    }
    .wellness-hero .square-separator {
        display: flex;
        width: 110px;
        height: 44px;
        border-radius: 16px;
        font-size: 1.5rem;
        position: absolute;
        top: calc(50% - 22px); /* centrado vertical exacto entre los dos sections, 22px es la mitad de la altura */
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 20;
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Fondo uniforme para el header y nav */
.gh-head.outer, .gh-head-inner, .gh-head-menu {
    background: var(--ghost-accent-color, #f5f5f7) !important;
    box-shadow: none;
}

.gh-head-menu .nav {
    background: transparent !important;
}

.gh-head {
    border-bottom: 1px solid #ececec;
} 