* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #FF6B9D;
    --color-primary-dark: #E84A7F;
    --color-secondary: #7B68EE;
    --color-accent: #00D9FF;
    --color-bg: #FFFFFF;
    --color-bg-alt: #F8F9FA;
    --color-buy: #28a745;
    --color-offer: #FF4757;
    --color-kpop: #FF6B9D;
    --color-tech: #00D9FF;
    --color-food: #FFA502;
    --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: var(--font-main);
    color: #2D3436;
    background: linear-gradient(135deg, #fff0f5 0%, #f0e6ff 25%, #e6f7ff 50%, #fff0f5 75%, #f0e6ff 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Background animation - Confetti style */
.money-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.money-sign {
    position: absolute;
    top: -50px;
    font-weight: 400;
    animation: confettiFall linear infinite;
    opacity: 0.8;
}

@keyframes confettiFall {
    0% {
        transform: translateY(0) rotate(0deg) scale(1) translateX(0);
        opacity: 0.8;
    }
    25% {
        transform: translateY(25vh) rotate(90deg) scale(1.2) translateX(50px);
        opacity: 0.9;
    }
    50% {
        transform: translateY(50vh) rotate(180deg) scale(1) translateX(-50px);
        opacity: 1;
    }
    75% {
        transform: translateY(75vh) rotate(270deg) scale(1.2) translateX(50px);
        opacity: 0.9;
    }
    100% {
        transform: translateY(100vh) rotate(360deg) scale(1) translateX(0);
        opacity: 0.8;
    }
}

.money-sign:nth-child(odd) {
    filter: drop-shadow(0 0 8px rgba(255, 107, 157, 0.5));
}

.money-sign:nth-child(even) {
    filter: drop-shadow(0 0 8px rgba(123, 104, 238, 0.5));
}

.money-sign:nth-child(1) {
    left: 2%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 0s;
    opacity: 1;
}
.money-sign:nth-child(2) {
    left: 12%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 0.5s;
    opacity: 1;
}
.money-sign:nth-child(3) {
    left: 22%;
    font-size: 2.2rem;
    animation-duration: 7s;
    animation-delay: 1s;
    opacity: 1;
}
.money-sign:nth-child(4) {
    left: 32%;
    font-size: 3.5rem;
    animation-duration: 12s;
    animation-delay: 0.3s;
    opacity: 1;
}
.money-sign:nth-child(5) {
    left: 42%;
    font-size: 2.8rem;
    animation-duration: 9s;
    animation-delay: 1.5s;
    opacity: 1;
}
.money-sign:nth-child(6) {
    left: 52%;
    font-size: 2.4rem;
    animation-duration: 8s;
    animation-delay: 0.8s;
    opacity: 1;
}
.money-sign:nth-child(7) {
    left: 62%;
    font-size: 3.2rem;
    animation-duration: 11s;
    animation-delay: 1.2s;
    opacity: 1;
}
.money-sign:nth-child(8) {
    left: 72%;
    font-size: 2.6rem;
    animation-duration: 9s;
    animation-delay: 0.4s;
    opacity: 1;
}
.money-sign:nth-child(9) {
    left: 82%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 2s;
    opacity: 1;
}
.money-sign:nth-child(10) {
    left: 92%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 0.6s;
    opacity: 1;
}
.money-sign:nth-child(11) {
    left: 7%;
    font-size: 2.2rem;
    animation-duration: 9s;
    animation-delay: 2.5s;
    opacity: 1;
}
.money-sign:nth-child(12) {
    left: 17%;
    font-size: 3.2rem;
    animation-duration: 11s;
    animation-delay: 1.8s;
    opacity: 1;
}
.money-sign:nth-child(13) {
    left: 27%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 3s;
    opacity: 1;
}
.money-sign:nth-child(14) {
    left: 37%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 1.5s;
    opacity: 1;
}
.money-sign:nth-child(15) {
    left: 47%;
    font-size: 2.8rem;
    animation-duration: 9s;
    animation-delay: 2.8s;
    opacity: 1;
}
.money-sign:nth-child(16) {
    left: 57%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 1s;
    opacity: 1;
}
.money-sign:nth-child(17) {
    left: 67%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 2s;
    opacity: 1;
}
.money-sign:nth-child(18) {
    left: 77%;
    font-size: 3.2rem;
    animation-duration: 11s;
    animation-delay: 0.5s;
    opacity: 1;
}
.money-sign:nth-child(19) {
    left: 87%;
    font-size: 2.6rem;
    animation-duration: 9s;
    animation-delay: 1.8s;
    opacity: 1;
}
.money-sign:nth-child(20) {
    left: 97%;
    font-size: 2.8rem;
    animation-duration: 10s;
    animation-delay: 3s;
    opacity: 1;
}
.money-sign:nth-child(21) {
    left: 5%;
    font-size: 2.4rem;
    animation-duration: 8s;
    animation-delay: 1.2s;
    opacity: 1;
}
.money-sign:nth-child(22) {
    left: 15%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 2.5s;
    opacity: 1;
}
.money-sign:nth-child(23) {
    left: 25%;
    font-size: 2.7rem;
    animation-duration: 9s;
    animation-delay: 0.8s;
    opacity: 1;
}
.money-sign:nth-child(24) {
    left: 35%;
    font-size: 3.3rem;
    animation-duration: 11s;
    animation-delay: 1.5s;
    opacity: 1;
}
.money-sign:nth-child(25) {
    left: 45%;
    font-size: 2.9rem;
    animation-duration: 10s;
    animation-delay: 2.2s;
    opacity: 1;
}
.money-sign:nth-child(26) {
    left: 55%;
    font-size: 3.1rem;
    animation-duration: 9s;
    animation-delay: 1.3s;
    opacity: 1;
}
.money-sign:nth-child(27) {
    left: 65%;
    font-size: 2.6rem;
    animation-duration: 8s;
    animation-delay: 2.7s;
    opacity: 1;
}
.money-sign:nth-child(28) {
    left: 75%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 0.9s;
    opacity: 1;
}
.money-sign:nth-child(29) {
    left: 85%;
    font-size: 2.8rem;
    animation-duration: 9s;
    animation-delay: 1.6s;
    opacity: 1;
}
.money-sign:nth-child(30) {
    left: 95%;
    font-size: 3.2rem;
    animation-duration: 11s;
    animation-delay: 2.4s;
    opacity: 1;
}
.money-sign:nth-child(31) {
    left: 10%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 0.7s;
    opacity: 1;
}
.money-sign:nth-child(32) {
    left: 20%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 1.9s;
    opacity: 1;
}
.money-sign:nth-child(33) {
    left: 30%;
    font-size: 2.7rem;
    animation-duration: 9s;
    animation-delay: 2.6s;
    opacity: 1;
}
.money-sign:nth-child(34) {
    left: 40%;
    font-size: 3.3rem;
    animation-duration: 11s;
    animation-delay: 0.4s;
    opacity: 1;
}
.money-sign:nth-child(35) {
    left: 50%;
    font-size: 2.9rem;
    animation-duration: 10s;
    animation-delay: 1.7s;
    opacity: 1;
}
.money-sign:nth-child(36) {
    left: 60%;
    font-size: 3.1rem;
    animation-duration: 9s;
    animation-delay: 2.3s;
    opacity: 1;
}
.money-sign:nth-child(37) {
    left: 70%;
    font-size: 2.6rem;
    animation-duration: 8s;
    animation-delay: 0.6s;
    opacity: 1;
}
.money-sign:nth-child(38) {
    left: 80%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 1.4s;
    opacity: 1;
}
.money-sign:nth-child(39) {
    left: 90%;
    font-size: 2.8rem;
    animation-duration: 9s;
    animation-delay: 2.9s;
    opacity: 1;
}
.money-sign:nth-child(40) {
    left: 3%;
    font-size: 3.2rem;
    animation-duration: 11s;
    animation-delay: 0.8s;
    opacity: 1;
}
.money-sign:nth-child(41) {
    left: 13%;
    font-size: 2.5rem;
    animation-duration: 8s;
    animation-delay: 2.1s;
    opacity: 1;
}
.money-sign:nth-child(42) {
    left: 23%;
    font-size: 3rem;
    animation-duration: 10s;
    animation-delay: 1.1s;
    opacity: 1;
}
.money-sign:nth-child(43) {
    left: 33%;
    font-size: 2.7rem;
    animation-duration: 9s;
    animation-delay: 2.5s;
    opacity: 1;
}
.money-sign:nth-child(44) {
    left: 43%;
    font-size: 3.3rem;
    animation-duration: 11s;
    animation-delay: 0.3s;
    opacity: 1;
}
.money-sign:nth-child(45) {
    left: 53%;
    font-size: 2.9rem;
    animation-duration: 10s;
    animation-delay: 1.8s;
    opacity: 1;
}

/* Sparkle effect on signs */
.money-sign::before {
    content: '✨';
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.7rem;
    opacity: 0.8;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotate(180deg);
    }
}

main {
    position: relative;
    z-index: 1;
}

header, footer {
    position: relative;
    z-index: 2;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.95) 100%);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(255, 107, 157, 0.15);
    z-index: 1000;
    padding: 1rem 2rem;
    transition: var(--transition);
    animation: slideDown 0.6s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header.scrolled {
    padding: 0.7rem 2rem;
    box-shadow: 0 4px 30px rgba(255, 107, 157, 0.35);
    background: linear-gradient(180deg, #FF6B9D 0%, #E84A7F 50%, #7B68EE 100%);
    backdrop-filter: blur(20px);
}

.header.scrolled .logo {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF0F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 40px rgba(255, 107, 157, 0.5));
}

.header.scrolled .logo::before {
    background: linear-gradient(90deg, #FFFFFF, #FFF0F5, #00D9FF);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.header.scrolled .nav-links a {
    color: #FFFFFF;
}

.header.scrolled .nav-links a:hover {
    color: #00D9FF;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #FF6B9D 0%, #E84A7F 50%, #7B68EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    cursor: pointer;
    transition: var(--transition);
    filter: drop-shadow(0 2px 8px rgba(255, 107, 157, 0.4));
}

.logo::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF6B9D, #7B68EE, #00D9FF);
    transition: width 0.4s ease;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255, 107, 157, 0.5);
}

.logo:hover::before {
    width: 100%;
}

.logo:hover {
    filter: drop-shadow(0 4px 15px rgba(255, 107, 157, 0.6));
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #2D3436;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    transition: var(--transition);
    padding: 0.3rem 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF6B9D, #7B68EE);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-links a:hover {
    color: #FF6B9D;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a.active {
    color: #FF6B9D;
    font-weight: 700;
}

.nav-links a.active::after {
    width: 100%;
    background: linear-gradient(90deg, #FF6B9D, #7B68EE);
}

/* Hamburger menu for mobile */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, #FF6B9D, #7B68EE);
    border-radius: 2px;
    transition: var(--transition);
}

.header.scrolled .hamburger span {
    background: #FFFFFF;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 50%, rgba(232, 234, 246, 0.9) 100%);
    text-align: center;
    padding: 0 2rem;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 107, 157, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(123, 104, 238, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 50%, #00D9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.2rem;
    color: #636E72;
    font-weight: 400;
    margin-bottom: 2rem;
}

.btn-hero {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7B68EE 0%, #00D9FF 100%);
    transition: transform 0.4s ease;
}

.btn-hero:hover::before {
    transform: translateX(100%);
}

.btn-hero:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 157, 0.5);
}

/* Page Hero */
.page-hero {
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 100%);
    text-align: center;
    padding: 0 2rem;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 4px;
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-hero-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* Preview Section */
.preview-section {
    padding: 6rem 2rem;
    background: var(--color-bg);
}

.preview-section.blog-preview {
    background: var(--color-bg-alt);
}

.preview-content {
    max-width: 1200px;
    margin: 0 auto;
}

.preview-grid {
    margin-bottom: 2rem;
}

.view-all {
    text-align: center;
}

.btn-view-all {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-view-all:hover {
    background: var(--color-primary);
    color: #FDFFF0;
}

/* Fade In Animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease forwards;
}

.fade-in.delay {
    animation-delay: 0.3s;
}

.fade-in.delay-2 {
    animation-delay: 0.6s;
}

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

/* About Page */
.about-page {
    padding: 6rem 2rem;
    background: var(--color-bg);
}

.about-page .about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-page .about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-secondary);
    margin-bottom: 2rem;
}

/* Values Section */
.values {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #fff0f5 0%, #f0e6ff 25%, #e6f7ff 50%, #f0e6ff 75%, #fff0f5 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    position: relative;
    overflow: hidden;
}

.values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 107, 157, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(123, 104, 238, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 40% 20%, rgba(255, 107, 157, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 60% 60%, rgba(123, 104, 238, 0.1) 0%, transparent 40%);
    pointer-events: none;
    animation: floatBg 20s ease-in-out infinite;
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(20px, -20px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(1.1); }
    75% { transform: translate(20px, 20px) scale(0.95); }
}

.values .section-title {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #FF6B9D 0%, #E84A7F 50%, #7B68EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.5rem;
    font-weight: 800;
}

.values .section-title::after {
    background: linear-gradient(90deg, #FF6B9D, #7B68EE, #00D9FF);
    height: 3px;
    box-shadow: 0 0 10px rgba(255, 107, 157, 0.5);
}

.values-intro {
    text-align: center;
    color: #636E72;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

/* ========================================
   VALORES - GRID SUPER ANIMADO
   ======================================== */

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.values-grid .value-card {
    background: #FFFFFF;
    padding: 2.5rem 2rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 3px solid #FF6B9D;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Borde animado giratorio */
.values-grid .value-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(255, 107, 157, 0.3) 60deg,
      transparent 120deg,
      rgba(255, 107, 157, 0.3) 180deg,
      transparent 240deg,
      rgba(255, 107, 157, 0.3) 300deg,
      transparent 360deg
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: rotateBorder 3s linear infinite;
    pointer-events: none;
}

@keyframes rotateBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.values-grid .value-card:hover::before {
    opacity: 1;
}

/* Barra inferior expansiva */
.values-grid .value-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 6px;
    background: linear-gradient(90deg, #FF6B9D, #FFB6C1, #FF6B9D, #FFB6C1, #FF6B9D);
    background-size: 200% 100%;
    transform: translateX(-50%);
    transition: width 0.5s ease;
    border-radius: 0 0 30px 30px;
    animation: shimmerBar 2s linear infinite;
}

@keyframes shimmerBar {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.values-grid .value-card:hover::after {
    width: 90%;
}

/* Overlay de partículas en hover */
.values-grid .value-card .particle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.values-grid .value-card:hover .particle-overlay {
    opacity: 1;
}

.values-grid .value-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(255, 107, 157, 0.5),
                0 0 0 4px rgba(255, 107, 157, 0.1) inset;
    border-color: #E84A7F;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF5F8 50%, #F0E6FF 100%);
}

.values-grid .value-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    filter: drop-shadow(0 5px 15px rgba(255, 107, 157, 0.4));
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    animation: iconFloatBounce 2s ease-in-out infinite;
    position: relative;
}

@keyframes iconFloatBounce {
    0%, 100% {
        transform: translateY(0) scale(1) rotate(0deg);
    }
    25% {
        transform: translateY(-8px) scale(1.03) rotate(-5deg);
    }
    50% {
        transform: translateY(-4px) scale(0.98) rotate(0deg);
    }
    75% {
        transform: translateY(-8px) scale(1.03) rotate(5deg);
    }
}

/* Círculo brillante detrás del ícono */
.values-grid .value-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 107, 157, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
    pointer-events: none;
}

.values-grid .value-card:hover .value-icon::after {
    transform: translate(-50%, -50%) scale(1.5);
}

.values-grid .value-card:hover .value-icon {
    transform: scale(1.3) rotate(15deg) translateY(-15px);
    filter: drop-shadow(0 20px 50px rgba(255, 107, 157, 0.8))
            drop-shadow(0 0 30px rgba(255, 107, 157, 0.5));
    animation: iconSpin 0.6s ease;
}

@keyframes iconSpin {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.4) rotate(180deg); }
    100% { transform: scale(1.3) rotate(15deg); }
}

.values-grid .value-card h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #E84A7F;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 15px rgba(232, 74, 127, 0.3);
    transition: all 0.4s ease;
    position: relative;
}

.values-grid .value-card h3::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF6B9D, transparent);
    transform: translateX(-50%);
    transition: width 0.5s ease;
}

.values-grid .value-card:hover h3::before {
    width: 80%;
}

.values-grid .value-card:hover h3 {
    letter-spacing: 4px;
    text-shadow: 0 4px 30px rgba(232, 74, 127, 0.6),
                 0 0 20px rgba(255, 107, 157, 0.4);
    transform: scale(1.05);
}

.values-grid .value-card p {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2;
    text-align: justify;
    text-align-last: center;
    transition: all 0.4s ease;
}

.values-grid .value-card:hover p {
    color: #1a1a1a;
    transform: scale(1.02);
}

/* Efecto de brillo que recorre la tarjeta */
.values-grid .value-card .shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.7s ease;
    pointer-events: none;
}

.values-grid .value-card:hover .shine {
    left: 100%;
}

/* ========================================
   VALORES - RESPONSIVE PARA MÓVIL
   ======================================== */
@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .values-grid .value-card {
        padding: 2rem 1.5rem;
        border-radius: 20px;
        transform: none !important;
    }

    .values-grid .value-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 15px 40px rgba(255, 107, 157, 0.3);
    }

    .values-grid .value-icon {
        font-size: 3.5rem;
        margin-bottom: 1rem;
    }

    .values-grid .value-card h3 {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .values-grid .value-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .values-grid .value-card::after {
        height: 4px;
    }

    .values-grid .value-card:hover::after {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .values-grid {
        padding: 1.5rem 0.5rem;
        gap: 1.5rem;
    }

    .values-grid .value-card {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }

    .values-grid .value-icon {
        font-size: 2.8rem;
        margin-bottom: 0.75rem;
    }

    .values-grid .value-card h3 {
        font-size: 1.1rem;
    }

    .values-grid .value-card p {
        font-size: 0.85rem;
    }
}

/* Products Page */
.products-page {
    padding: 6rem 2rem;
    background: var(--color-bg);
}

.categories-filter {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.7rem 1.5rem;
    border: 2px solid rgba(255, 107, 157, 0.3);
    background: #FFFFFF;
    color: #2D3436;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.1);
}

.filter-btn:hover {
    border-color: #FF6B9D;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.1), rgba(123, 104, 238, 0.1));
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.2);
}

.filter-btn.active {
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
}

/* Blog Page */
.blog-page {
    padding: 6rem 2rem;
    background: var(--color-bg);
}

.about-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 10px;
    background: var(--color-bg-alt);
    min-width: 150px;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(20px);
}

.stat.visible {
    opacity: 1;
    transform: translateY(0);
}

.stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(162, 49, 49, 0.1);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--color-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Products Section */
.products {
    padding: 6rem 2rem;
    background: var(--color-bg-alt);
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--color-accent);
    margin: 1rem auto 0;
    transition: width 0.3s ease;
}

.section-title:hover::after {
    width: 100px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.15);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 107, 157, 0.1);
}

.product-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 107, 157, 0.3);
    border-color: rgba(255, 107, 157, 0.3);
}

.product-image {
    position: relative;
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 107, 157, 0.1);
    padding: 15px;
}

.product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: var(--transition);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}

.product-card:hover .product-image img {
    transform: scale(1.1);
    filter: drop-shadow(0 10px 20px rgba(255, 107, 157, 0.25));
}

.product-sku {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #2D3436, #636E72);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-offer {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #FF4757, #FF6B9D);
    color: white;
    padding: 0.35rem 0.7rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    animation: pulse 2s ease-in-out infinite;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(255, 71, 87, 0.4);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.product-info {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #2D3436;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-category {
    font-size: 0.8rem;
    color: #636E72;
    text-transform: capitalize;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
}

.product-price .price {
    font-size: 1.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FF6B9D, #7B68EE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-price .old-price {
    font-size: 0.9rem;
    color: #B2BEC3;
    text-decoration: line-through;
}

.product-stock {
    font-size: 0.8rem;
    color: #636E72;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.product-actions {
    display: flex;
    gap: 0.4rem;
    margin-top: auto;
}

.btn-buy {
    flex: 1;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.85rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-buy:hover {
    background: linear-gradient(135deg, #218838 0%, #17a589 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Contact Section */
.contact {
    padding: 6rem 2rem;
    text-align: center;
    background: var(--color-bg);
}

.contact p {
    color: var(--color-secondary);
    font-size: 1.1rem;
}

/* Blog Section */
.blog {
    padding: 6rem 2rem;
    background: var(--color-bg);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-card {
    background: var(--color-bg-alt);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(20px);
}

.blog-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 35px rgba(162, 49, 49, 0.12);
}

.blog-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-bg);
    font-size: 3rem;
}

.blog-content {
    padding: 1.5rem;
}

.blog-date {
    font-size: 0.8rem;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
}

.blog-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0.8rem;
}

.blog-card p {
    font-size: 0.95rem;
    color: var(--color-secondary);
    line-height: 1.6;
}

.blog-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: var(--transition);
}

.blog-link::after {
    content: '→';
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.blog-link:hover::after {
    transform: translateX(5px);
}

/* Footer */
.footer {
    padding: 3rem 2rem 1rem;
    background: linear-gradient(135deg, #2D3436 0%, #636E72 100%);
    color: #FFFFFF;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #FF6B9D, #7B68EE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #00D9FF;
}

.footer-section p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: #FF6B9D;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0.7rem 1.2rem 0.7rem 0.7rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: visible;
    border: 2px solid rgba(255, 255, 255, 0.2);
    min-width: 140px;
}

.social-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: width 0.4s ease, height 0.4s ease;
    pointer-events: none;
}

.social-btn:hover::before {
    width: 150px;
    height: 150px;
}

.social-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.social-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.social-btn .icon svg {
    width: 100%;
    height: 100%;
}

.social-btn:hover .icon {
    transform: scale(1.15) rotate(10deg);
}

.social-btn .btn-text {
    position: relative;
    z-index: 1;
    letter-spacing: 0.3px;
}

.social-btn.facebook {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
    border-color: #1877f2;
    box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

.social-btn.facebook:hover {
    background: linear-gradient(135deg, #42a5f5, #1877f2);
    box-shadow: 0 15px 35px rgba(24, 119, 242, 0.6);
    border-color: #42a5f5;
}

.social-btn.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-color: #25d366;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.social-btn.whatsapp:hover {
    background: linear-gradient(135deg, #128c7e, #25d366);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
    border-color: #128c7e;
}

.social-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #e6683c;
    box-shadow: 0 5px 15px rgba(225, 48, 108, 0.4);
}

.social-btn.instagram:hover {
    background: linear-gradient(45deg, #bc1888, #cc2366, #dc2743, #e6683c, #f09433);
    background-size: 200% 200%;
    animation: instagramShine 0.6s ease forwards;
    box-shadow: 0 15px 35px rgba(225, 48, 108, 0.6);
    border-color: #bc1888;
}

@keyframes instagramShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Animación de pulso para las redes */
@keyframes socialPulse {
    0%, 100% {
        box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 5px 25px rgba(255, 255, 255, 0.4);
    }
}

.social-btn {
    animation: socialPulse 2s ease-in-out infinite;
}

.social-btn.facebook {
    animation-delay: 0s;
}

.social-btn.whatsapp {
    animation-delay: 0.3s;
}

.social-btn.instagram {
    animation-delay: 0.6s;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Buttons - Buy and Offer */
.btn-buy {
    background: var(--color-buy);
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.btn-buy:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.btn-offer {
    background: var(--color-offer);
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.btn-offer:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - 70px);
        background: linear-gradient(135deg, #FFFFFF 0%, #FFF0F5 100%);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 2rem;
        gap: 1.5rem;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -5px 0 20px rgba(255, 107, 157, 0.3);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        color: #2D3436;
        font-size: 1.1rem;
    }

    .nav-links a:hover {
        color: #FF6B9D;
    }

    .nav-links a.active {
        color: #FF6B9D;
        font-weight: 700;
    }

    .header.scrolled .nav-links a {
        color: #2D3436;
    }

    .header.scrolled .nav-links a:hover {
        color: #FF6B9D;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        align-items: center;
    }

    .page-hero-content h1 {
        font-size: 2.5rem;
    }

    .categories-filter {
        padding: 0 1rem;
    }

    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .social-links {
        justify-content: center;
        gap: 0.75rem;
    }

    .social-btn {
        padding: 0.5rem 1rem 0.5rem 0.5rem;
        min-width: 120px;
        font-size: 0.85rem;
    }

    .social-btn .icon {
        width: 26px;
        height: 26px;
    }

    .social-btn .icon svg {
        width: 100%;
        height: 100%;
    }
}

/* ========================================
   NUEVAS SECCIONES - BENEFICIOS, TESTIMONIOS
   ======================================== */

/* Benefits Section */
.benefits-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

.benefits-content {
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
    border: 2px solid transparent;
}

.benefit-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 107, 157, 0.2);
    border-color: rgba(255, 107, 157, 0.3);
}

.benefit-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 10px rgba(255, 107, 157, 0.3));
}

.benefit-card h3 {
    font-size: 1.4rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-weight: 700;
}

.benefit-card p {
    color: #636E72;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #fff0f5 0%, #f0e6ff 50%, #e6f7ff 100%);
}

.testimonials-content {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-section .section-title {
    color: var(--color-primary);
}

.testimonials-intro {
    text-align: center;
    color: #636E72;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
    border: 2px solid rgba(255, 107, 157, 0.1);
}

.testimonial-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 107, 157, 0.25);
    border-color: rgba(255, 107, 157, 0.3);
}

.testimonial-rating {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 1rem;
    color: #2D3436;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
    min-height: 80px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 107, 157, 0.2);
}

.author-avatar {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #FF6B9D, #7B68EE);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.author-name {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 1rem;
}

.author-location {
    font-size: 0.85rem;
    color: #636E72;
}

/* CTA Section */
.cta-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-section p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #FFFFFF;
    color: var(--color-primary);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    color: var(--color-primary-dark);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive para nuevas secciones */
@media (max-width: 768px) {
    .stats-section,
    .benefits-section,
    .testimonials-section,
    .cta-section {
        padding: 4rem 1.5rem;
    }

    .stats-grid,
    .benefits-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/* ========================================
   SECCIONES QUIÉNES SOMOS
   ======================================== */

/* Mission & Vision Section */
.mission-vision-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mv-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.mv-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
    border: 2px solid transparent;
}

.mv-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 107, 157, 0.2);
    border-color: rgba(255, 107, 157, 0.3);
}

.mv-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 10px rgba(255, 107, 157, 0.3));
}

.mv-card h3 {
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.mv-card p {
    color: #636E72;
    line-height: 1.8;
    font-size: 1rem;
}

/* Categories Showcase */
.categories-showcase {
    padding: 6rem 2rem;
    background: #FFFFFF;
}

.categories-showcase-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.category-showcase-card {
    background: linear-gradient(135deg, #fff0f5 0%, #f0e6ff 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
    border: 2px solid rgba(255, 107, 157, 0.2);
}

.category-showcase-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.category-showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 107, 157, 0.3);
    border-color: rgba(255, 107, 157, 0.5);
}

.category-icon {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 10px rgba(255, 107, 157, 0.3));
}

.category-showcase-card h3 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-weight: 700;
}

.category-showcase-card p {
    color: #636E72;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Process Section */
.process-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.process-section .section-title {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.process-section .section-title::after {
    background: #FFFFFF;
}

.process-timeline {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.process-step {
    text-align: center;
    padding: 2rem;
    opacity: 0;
    transform: translateY(30px);
}

.process-step.visible {
    opacity: 1;
    transform: translateY(0);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF6B9D, #7B68EE);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 auto 1.5rem;
    box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
}

.step-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.3));
}

.process-step h3 {
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    font-weight: 700;
}

.process-step p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(20px);
}

.faq-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.05), rgba(123, 104, 238, 0.05));
    transition: var(--transition);
}

.faq-question:hover {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.1), rgba(123, 104, 238, 0.1));
}

.faq-icon {
    font-size: 1.5rem;
}

.faq-question h3 {
    font-size: 1.1rem;
    color: var(--color-primary);
    font-weight: 600;
    margin: 0;
}

.faq-answer {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 1.5rem 2rem;
    max-height: 500px;
}

.faq-answer p {
    color: #636E72;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Newsletter Section */
.newsletter-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #FF6B9D 0%, #7B68EE 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

.newsletter-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.newsletter-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.newsletter-section h2 {
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.newsletter-section p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.subscribe-form {
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    min-width: 250px;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    color: #2D3436;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.newsletter-input::placeholder {
    color: #636E72;
}

.btn-newsletter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
    white-space: nowrap;
}

.btn-newsletter:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.6);
    background: linear-gradient(135deg, #218838 0%, #17a589 100%);
}

.btn-newsletter:active {
    transform: translateY(-2px) scale(1);
}

.newsletter-success {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive para secciones Quiénes Somos */
@media (max-width: 768px) {
    .mv-container {
        grid-template-columns: 1fr;
    }

    .categories-showcase-grid,
    .process-timeline {
        grid-template-columns: 1fr;
    }

    .process-section,
    .faq-section,
    .newsletter-section {
        padding: 4rem 1.5rem;
    }

    .newsletter-section h2 {
        font-size: 1.6rem;
    }

    .mv-card,
    .category-showcase-card {
        padding: 2rem 1.5rem;
    }

    .subscribe-form {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-input {
        min-width: auto;
        width: 100%;
    }

    .btn-newsletter {
        width: 100%;
        justify-content: center;
    }
}
