/* SISTEMA DE DISEÑO LANDING V2 - DESPIERTA TU VOZ */
:root {
    --color-bg-light: #f9f5f0;
    --color-brown: #a65d47;
    --color-brown-light: #d4a373;
    --color-teal: #2a7d7d;
    --color-text-dark: #2c2c2c;
    --color-text-muted: #666666;
    --color-white: #ffffff;
    --shadow-soft: 0 10px 30px rgba(166, 93, 71, 0.1);
    --border-radius-lg: 20px;
    --border-radius-md: 12px;
}

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

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--color-bg-light);
    color: var(--color-text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* HEADER */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: var(--color-white);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

nav a {
    text-decoration: none;
    color: var(--color-text-dark);
    font-weight: 400;
    font-size: 0.95rem;
    transition: color 0.3s;
}

nav a:hover {
    color: var(--color-brown);
}

.btn-auth {
    background: var(--color-brown);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, background 0.3s;
}

.btn-auth:hover {
    background: #8e4d3a;
    transform: translateY(-2px);
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10%;
    color: white;
    background: linear-gradient(rgba(44, 44, 44, 0.3), rgba(44, 44, 44, 0.3)), url('../assets/hero-v2.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-content {
    max-width: 850px;
    z-index: 3;
}

.hero h1 {
    font-size: 3.8rem;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 300;
}

.hero-btns {
    display: flex;
    gap: 25px;
    justify-content: center;
}

/* DECORACIÓN HERO: PLUMAS Y ONDAS */
.hero-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.feather {
    position: absolute;
    width: 200px;
    height: auto;
    opacity: 0.45;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
    animation: float 12s ease-in-out infinite;
    z-index: 2;
}

.feather.left {
    top: 15%;
    left: 8%;
    transform: rotate(-15deg);
}

.feather.right {
    top: 25%;
    right: 8%;
    transform: rotate(15deg) scaleX(-1);
    animation-delay: -6s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(-15deg);
    }

    50% {
        transform: translateY(-30px) rotate(-10deg);
    }
}

.voice-wave-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 120px;
    transform: translateY(-50%);
    opacity: 0.25;
    z-index: 1;
}

.voice-wave-svg {
    width: 100%;
    height: 80px;
}

.btn-primary {
    background: var(--color-teal);
    color: white;
    padding: 16px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-secondary {
    background: white;
    color: var(--color-text-dark);
    padding: 16px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* ONDA DE VOZ SVG */
.hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3%3Cpath fill='%23f9f5f0' fill-opacity='1' d='M0,192L48,197.3C96,203,192,213,288,192C384,171,480,117,576,112C672,107,768,149,864,165.3C960,181,1056,171,1152,149.3C1248,128,1344,96,1392,80L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    z-index: 2;
}

/* GENERAL SECTIONS */
.services,
.recorrido,
.nudo-section {
    padding: 100px 5%;
    text-align: center;
}

.services h2,
.recorrido h2,
.nudo-section h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
    color: var(--color-brown);
}

/* GRID & CARDS */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.base-card {
    background: white;
    padding: 50px 40px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-soft);
    transition: all 0.4s ease;
    border: 1px solid rgba(166, 93, 71, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.base-card.highlight {
    border: 2px solid var(--color-teal);
    background: linear-gradient(to bottom, #ffffff, #f0f7f7);
    transform: scale(1.02);
}

.base-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(166, 93, 71, 0.12);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.base-card h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    color: var(--color-brown);
}

.base-card p {
    color: var(--color-text-muted);
    font-size: 1.05rem;
    margin-bottom: 30px;
    flex-grow: 1;
}

.card-link {
    text-decoration: none;
    font-weight: 700;
    color: var(--color-teal);
    font-size: 1rem;
    transition: all 0.2s;
}

.card-link:hover {
    letter-spacing: 0.5px;
}

.badge-upcoming {
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--color-brown);
    color: white;
    padding: 5px 40px;
    font-size: 0.75rem;
    font-weight: 800;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* SHOWCASE SECTION */
.showcase {
    background: var(--color-white);
    padding: 120px 10%;
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.showcase-content {
    flex: 1;
    min-width: 350px;
}

.showcase-content h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: var(--color-brown);
}

.showcase-content p {
    margin-bottom: 40px;
    font-size: 1.15rem;
    color: var(--color-text-muted);
}

.showcase-stats {
    color: #d4af37;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.showcase-avatars {
    display: flex;
    margin-bottom: 20px;
}

.avatar {
    border-radius: 50%;
    border: 3px solid white;
    width: 50px;
    height: 50px;
    margin-left: -15px;
    object-fit: cover;
}

.avatar:first-child {
    margin-left: 0;
}

.showcase-visual {
    flex: 1;
    min-width: 350px;
    text-align: center;
}

.app-mockup {
    background: linear-gradient(135deg, #fff, #f9f5f0);
    width: 100%;
    max-width: 420px;
    height: 580px;
    border-radius: 45px;
    border: 14px solid #2c2c2c;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.mockup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1512428559083-a40ce10b8857?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    opacity: 0.15;
}

.mockup-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

/* FOOTER CTA */
.footer-cta {
    background: linear-gradient(rgba(166, 93, 71, 0.88), rgba(166, 93, 71, 0.88)), url('https://images.unsplash.com/photo-1516280440614-37939bbacd81?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 140px 10%;
}

.footer-cta h2 {
    font-size: 3.5rem;
    margin-bottom: 45px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-lg {
    padding: 20px 50px;
    font-size: 1.3rem;
    background: white;
    color: var(--color-brown);
    border-radius: 60px;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    display: inline-block;
}

.btn-lg:hover {
    background: var(--color-teal);
    color: white;
    transform: scale(1.08);
}

.social-links {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-links a {
    font-size: 2rem;
    text-decoration: none;
    transition: transform 0.3s;
}

.social-links a:hover {
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 50px;
    background: #232323;
    color: white;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer p {
    opacity: 0.7;
    margin-bottom: 10px;
}

/* ANIMACIONES REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.6rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero-btns {
        flex-direction: column;
    }

    .nudo-section h2,
    .services h2,
    .showcase h2,
    .footer-cta h2 {
        font-size: 2.2rem;
    }

    header nav {
        display: none;
    }

    .showcase {
        padding: 80px 5%;
    }

    .footer-nav ul {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .footer-nav a {
        font-size: 1.1rem;
    }
}

/* FOUNDER SECTION */
.founder-section {
    padding: 120px 10%;
    background: #fff;
}

.container-flex {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.founder-image {
    flex: 1;
    max-width: 450px;
}

.founder-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
}

.founder-content {
    flex: 1.5;
}

.founder-content h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    color: var(--color-brown);
}

.founder-content p {
    font-size: 1.2rem;
    color: var(--color-text-dark);
    margin-bottom: 20px;
}

.founder-signature {
    margin-top: 40px;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--color-brown);
}

.founder-signature span {
    font-weight: 300;
    font-size: 1rem;
    color: var(--color-text-muted);
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    padding: 120px 5%;
    background: var(--color-bg-light);
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(5, 350px);
    gap: 30px;
    max-width: 1400px;
    margin: 60px auto 0;
    overflow-x: auto;
    padding: 20px 20px 40px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--color-brown-light) transparent;
    -webkit-overflow-scrolling: touch;
}

/* Barra de scroll personalizada para buscadores basados en webkit */
.testimonials-grid::-webkit-scrollbar {
    height: 6px;
}

.testimonials-grid::-webkit-scrollbar-track {
    background: rgba(166, 93, 71, 0.05);
    border-radius: 10px;
}

.testimonials-grid::-webkit-scrollbar-thumb {
    background-color: var(--color-brown-light);
    border-radius: 10px;
}

.testimonial-card {
    background: white;
    padding: 40px 30px 30px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-soft);
    position: relative;
    text-align: left;
    transition: transform 0.3s ease;
    border: 1px solid rgba(166, 93, 71, 0.05);
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
    min-width: 350px;
}

.testimonial-card.featured {
    border: 2px solid var(--color-brown-light);
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.quote-icon-mini {
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    color: var(--color-brown);
    opacity: 0.1;
    position: absolute;
    top: 5px;
    left: 30px;
}

.testimonial-text {
    font-size: 0.95rem;
    color: var(--color-text-dark);
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

.testimonial-info {
    border-top: 1px solid rgba(166, 93, 71, 0.1);
    padding-top: 20px;
}

.testimonial-info strong {
    display: block;
    color: var(--color-brown);
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.testimonial-info span {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .testimonial-card.featured {
        transform: scale(1);
    }

    .testimonial-card.featured:hover {
        transform: translateY(-10px);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        min-width: 0;
    }
}

/* RECORRIDO STEPS */
.recorrido-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.step-card {
    background: white;
    padding: 30px 20px;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-soft);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(166, 93, 71, 0.05);
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--color-brown);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 800;
}

.step-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--color-brown);
}

.step-card p {
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

/* NUDO CHECKLIST */
.nudo-checklist {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
}

.nudo-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.checkpoint {
    color: var(--color-teal);
    font-weight: 800;
    font-size: 1.2rem;
}

.nudo-item p {
    font-size: 1.1rem;
    color: var(--color-text-dark);
}

.alt-tag {
    display: inline-block;
    color: var(--color-brown);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.alt-tag.dark {
    color: var(--color-teal);
    opacity: 1;
}

@media (max-width: 991px) {
    .container-flex {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .founder-image {
        max-width: 300px;
    }

    .main-quote {
        font-size: 1.8rem;
    }
}