@font-face {
    font-family: "Agency";
    src: url("/assets/fonts/agency.woff2") format("woff2"),
         url("/assets/fonts/agency.otf") format("opentype");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   ALMA ECOSYSTEM - STYLES.CSS
   Extracted from inline styles
   Version: 1.0
   Date: March 1, 2026
============================================ */

/* ============================================
   CSS VARIABLES & RESET
============================================ */
:root {
    --bg-primary: #0A0A0A;
    --bg-secondary: #111111;
    --bg-card: #1A1A1A;
    --bg-card-border: #2A2A2A;
    --text-primary: #FAFAFA;
    --text-secondary: #888888;
    --text-muted: #767676;  /* WCAG AA: 4.54:1 on #0A0A0A */
    --border-color: #222222;
    --accent: #FFFFFF;
    --accent-purple: #8B5CF6;
    --icon-sound: #7B61FF;
    --icon-systems: #00C2A8;
    --icon-studio: #FF2D55;
    --icon-fly: #3693C8;
    --icon-records: #EB5757;
    --icon-lux: #C9A227;

}

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

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #333 #0A0A0A;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ============================================
   NAVIGATION
============================================ */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav .nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Subpage nav uses .nav-container — keep logo left, center links */
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--text-primary);
}

.nav-logo-icon {
    display: flex;
    gap: 2px;
    align-items: flex-end;
}

.nav-logo-icon span {
    width: 3px;
    background: var(--text-primary);
    border-radius: 2px;
}

.nav-logo-icon span:nth-child(1) {
    height: 12px;
}

.nav-logo-icon span:nth-child(2) {
    height: 8px;
}

.nav-logo-icon span:nth-child(3) {
    height: 16px;
}

.nav-logo-icon span:nth-child(4) {
    height: 10px;
}

.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--text-primary);
}

.nav-cta {
    padding: 14px 20px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    background: transparent;
    color: var(--text-primary);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-cta:hover {
    background: var(--text-primary);
    color: var(--bg-primary);
}

.nav-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 16px 12px;
    background: none;
    border: none;
    outline: none;
}

.nav-mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    transition: all 0.3s ease;
}

/* ============================================
   HERO SECTION
============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 20px 40px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-secondary);
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-logo {
    margin: 0 auto 24px;
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.8s ease 0.1s forwards;
    opacity: 0;
}

.hero-logo-img {
    width: 100%;
    height: auto;
    max-height: 38vh;
    object-fit: contain;
    display: block;
    filter: brightness(1.1);
}

.hero-manifesto {
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.75;
    color: rgba(250, 250, 250, 0.5);
    max-width: 600px;
    margin: 0 auto 48px;
    animation: fadeInUp 0.8s ease 0.25s forwards;
    opacity: 0;
    font-weight: 400;
    font-style: italic;
    padding: 20px 32px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}

/* Spotify Embed */
.spotify-embed {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

/* ============================================
   ECOSYSTEM SECTION (Scroll Stack)
============================================ */
.ecosystem {
    padding: 120px 20px;
    position: relative;
}

.ecosystem-header {
    text-align: center;
    margin-bottom: 80px;
    padding: 56px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.ecosystem-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(139, 92, 246, 0.4), transparent);
}

.section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.stack-container {
    position: relative;
    height: 300vh;
}

.service-card {
    position: sticky;
    top: 100px;
    height: 80vh;
    max-height: 800px;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--bg-card);
    border: 1px solid var(--bg-card-border);
    will-change: transform;
}

.service-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.service-card:hover .service-card-bg {
    opacity: 0.5;
}

.service-card-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.9));
}

.service-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    margin-bottom: 16px;
}

.service-tagline {
    font-size: 20px;
    color: var(--accent-purple);
    margin-bottom: 24px;
}

.service-description {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    max-width: 600px;
}

.service-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-list li {
    font-size: 16px;
    color: var(--text-secondary);
    padding-left: 24px;
    position: relative;
}

.service-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--accent-purple);
}

/* ============================================
   TAGLINES SECTION
============================================ */
.taglines {
    padding: 120px 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.taglines::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--bg-primary);
    z-index: -1;
    pointer-events: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tagline-item {
    padding: 60px 0;
    border-bottom: 1px solid var(--border-color);
    opacity: 0.3;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.tagline-item.active {
    opacity: 1;
    transform: translateY(0);
}

.tagline-item:last-child {
    border-bottom: none;
}

.tagline-item h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    margin-bottom: 16px;
}

.tagline-item p {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

/* ============================================
   ABOUT SECTION
============================================ */
.about {
    padding: 120px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--bg-primary);
    z-index: -1;
    pointer-events: none;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.value-card {
    padding: 40px 30px;
    background: var(--bg-card);
    border: 1px solid var(--bg-card-border);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: var(--accent-purple);
    transform: translateY(-4px);
}

.value-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 15px;
    color: var(--text-secondary);
}

/* ============================================
   CONTACT SECTION
============================================ */
.contact {
    padding: 120px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.contact-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.contact-social a:hover {
    border-color: var(--accent-purple);
    color: var(--text-primary);
}

.contact-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    margin-bottom: 24px;
}

.contact-description {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 40px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
}

.contact-info a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: var(--bg-card);
    border: 1px solid var(--bg-card-border);
    border-radius: 12px;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
}

.contact-info a:hover {
    border-color: var(--accent-purple);
    background: rgba(139, 92, 246, 0.05);
}

/* ============================================
   CONTACT FORM
============================================ */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
}

.form-group input,
.form-group textarea {
    padding: 16px;
    background: var(--bg-card);
    border: 1px solid var(--bg-card-border);
    border-radius: 8px;
    color: var(--text-primary);
    font-family: inherit;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-purple);
    background: rgba(139, 92, 246, 0.03);
}

.form-group input:focus-visible,
.form-group textarea:focus-visible {
    outline: 2px solid var(--accent-purple);
    outline-offset: 2px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    padding: 16px 32px;
    background: var(--text-primary);
    color: var(--bg-primary);
    border: none;
    border-radius: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: var(--accent-purple);
    transform: translateY(-2px);
}

.form-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   FOOTER
============================================ */
.footer {
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 14px;
}

.footer p {
    margin-bottom: 12px;
}

.footer a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--text-primary);
}

/* ============================================
   TERMS PAGE
============================================ */
.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 140px 20px 60px;
}

.terms-container h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 16px;
}

.terms-updated {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 60px;
}

.terms-section {
    margin-bottom: 48px;
}

.terms-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--accent-purple);
}

.terms-section p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 16px;
}

.terms-section ul {
    margin-left: 24px;
    color: var(--text-secondary);
}

.terms-section li {
    margin-bottom: 8px;
    line-height: 1.8;
}

/* ============================================
   ANIMATIONS
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

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

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

/* ============================================
   RESPONSIVE DESIGN
============================================ */
@media (max-width: 768px) {
    .nav {
        padding: 16px 20px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        border-bottom: 1px solid var(--border-color);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 14px 0;
    }

    .nav-mobile-toggle {
        display: flex;
    }

    .hero {
        padding: 60px 20px 60px;
        min-height: 100svh;
    }

    .service-card-content {
        padding: 40px 24px;
    }

    .tagline-item {
        padding: 40px 0;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-info {
        gap: 12px;
    }

}

@media (max-width: 480px) {
    .nav-logo {
        font-size: 16px;
    }

    .service-card {
        height: 70vh;
    }

    .service-card-content {
        padding: 32px 20px;
    }
}

/* ============================================
   FUZZY INTRO & WAVES BG
============================================ */
.waves-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(500vh + 1000px);
    z-index: 1;
    pointer-events: none;
}

.waves-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.rolling-intro {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-primary);
    z-index: 50;
    transition: opacity 0.8s ease-out;
}

.rolling-intro.fade-out {
    opacity: 0;
    pointer-events: none;
}

.fuzzy-canvas {
    max-width: 90vw;
    max-height: 50vh;
    object-fit: contain;
}

.hero-content {
    opacity: 0;
    position: relative;
    z-index: 2;
    transition: opacity 0.8s ease-in;
}

.hero-content.fade-in {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    #rollingIntro {
        display: none !important;
    }

    #heroContent {
        opacity: 1 !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================================
   SKIP LINK — keyboard navigation (WCAG 2.4.1)
============================================ */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--accent-purple);
    color: var(--text-primary);
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0;
}


/* ============================================
   NAV LOGO (Brand Icon)
   ============================================ */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo-img {
    height: 56px;
    width: auto;
    display: block;
}


/* Navbar logo sizing (responsive) */
@media (max-width: 768px) {
    .nav-logo-img {
        height: 44px;
    }

    .nav {
        padding: 18px 20px;
    }
}

/* ============================================
   SPRINT S1A - NEW STYLES
============================================ */

/* Process Line (Por qué ALMA section) */
.process-line {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    color: var(--text-primary);
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 60px;
    margin: 40px auto 60px;
    text-align: center;
    max-width: fit-content;
    transition: all 0.3s ease;
}

.process-line:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(139, 92, 246, 0.3);
    transform: translateY(-2px);
}

/* Hero Manifesto stagger animation support */
.hero-content.fade-in .hero-badge {
    animation-delay: 0s;
}

.hero-content.fade-in .hero-manifesto {
    animation-delay: 0.1s;
}

.hero-content.fade-in .hero-title {
    animation-delay: 0.2s;
}


.hero-content.fade-in .spotify-embed {
    animation-delay: 0.4s;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .hero-manifesto {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .hero-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 40px;
    }

    .process-line {
        font-size: 13px;
        padding: 16px 24px;
        letter-spacing: 0.05em;
    }
}

@media (max-width: 480px) {
    .process-line {
        font-size: 12px;
        padding: 12px 20px;
        max-width: 90%;
    }
}

/* ============================================
   HERO FIX - MOBILE RESPONSIVE
============================================ */
@media (max-width: 1024px) {
    .hero-logo {
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(14px, 3.5vw, 18px);
        margin-bottom: 24px;
    }

    .hero-logo {
        max-width: 320px;
        margin-bottom: 24px;
    }

    .hero-manifesto {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero-logo {
        max-width: 280px;
    }

    .hero-manifesto {
        font-size: 14px;
        margin-bottom: 24px;
    }
}/* ============================================
   SPRINT S1 - AGENCY FONT & HERO UPDATES
============================================ */

/* Hero Brand - H1 con Agency */
.hero-brand {
  font-family: 'Agency', 'Space Grotesk', sans-serif;
  font-size: clamp(56px, 10vw, 120px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
  margin-top: 16px;
  animation: fadeInUp 0.9s ease 0.15s forwards;
  opacity: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 80px rgba(255, 255, 255, 0.08),
    0 0 160px rgba(139, 92, 246, 0.06);
  line-height: 0.95;
}

/* Hero Tagline - H2 con pill bg */
.hero-tagline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  color: rgba(250, 250, 250, 0.6);
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0s forwards;
  opacity: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  backdrop-filter: blur(8px);
}

/* Hero Subtitle — geo keyword visible bajo el H1 */
.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 400;
  color: rgba(250, 250, 250, 0.45);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  animation: fadeInUp 0.8s ease 0.6s forwards;
  opacity: 0;
}

/* Hero CTAs */
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  animation: fadeInUp 0.8s ease 0.8s forwards;
  opacity: 0;
}

.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: #FAFAFA;
  color: #0A0A0A;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 100px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-cta-primary:hover {
  background: #E0E0E0;
  transform: translateY(-2px);
}

.hero-cta-primary:focus-visible {
  outline: 2px solid #8B5CF6;
  outline-offset: 3px;
}

.hero-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: #FAFAFA;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hero-cta-wa:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.hero-cta-wa:focus-visible {
  outline: 2px solid #8B5CF6;
  outline-offset: 3px;
}

/* About Manifesto — texto que viene del hero, vive aquí */
.about-manifesto {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.75;
  color: rgba(250, 250, 250, 0.65);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px auto;
  padding: 32px 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

@media (max-width: 768px) {
  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hero-cta-primary,
  .hero-cta-wa {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 16px 32px;
  }

  .about-manifesto {
    padding: 24px 20px;
    font-size: 15px;
  }
}

/* Waves Container */
.waves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(500vh + 1000px);
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.waves-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Fuzzy Intro */
.rolling-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease-out;
}

.rolling-intro.fade-out {
  opacity: 0;
}

.fuzzy-canvas {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

/* Hero Content - asegurar z-index correcto */
.hero-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

.hero-content.fade-in {
  opacity: 1;
}

/* Mobile: Hide waves */
@media (max-width: 768px) {
  .waves-container {
    opacity: 0.5 !important;
  }

  .hero-content {
    padding-top: 20px;
    width: 100%;
    max-width: 560px;
  }

  .hero-brand {
    font-size: clamp(36px, 10vw, 64px);
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .hero-tagline {
    font-size: clamp(10px, 2.8vw, 12px);
    margin-bottom: 48px;
    padding: 10px 20px;
    letter-spacing: 0.12em;
  }

  .fuzzy-canvas {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .hero-brand {
    font-size: clamp(28px, 12vw, 48px);
  }
}

/* ============================================
   CORRECCIONES ADICIONALES
   Fecha: 2026-03-05
============================================ */

/* Service card taglines con color oficial */
.service-card[data-color="#FF2D55"] .service-tagline {
    color: #FF2D55;
}

.service-card[data-color="#00C2A8"] .service-tagline {
    color: #00C2A8;
}

.service-card[data-color="#7B61FF"] .service-tagline {
    color: #7B61FF;
}

/* Service cards clickeables */
.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.service-card-link[data-color="#FF2D55"]:hover {
    border-color: rgba(255, 45, 85, 0.4);
}

.service-card-link[data-color="#00C2A8"]:hover {
    border-color: rgba(0, 194, 168, 0.4);
}

.service-card-link[data-color="#7B61FF"]:hover {
    border-color: rgba(123, 97, 255, 0.4);
}

/* Taglines clickeables */
.tagline-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tagline-link[data-color="#7B61FF"]:hover h3 {
    color: #7B61FF;
}

.tagline-link[data-color="#00C2A8"]:hover h3 {
    color: #00C2A8;
}

.tagline-link[data-color="#FF2D55"]:hover h3 {
    color: #FF2D55;
}

/* Spotify embed visible */
.spotify-embed {
    opacity: 1 !important;
    visibility: visible !important;
}

.spotify-embed iframe {
    display: block !important;
}

/* Nav más fino */
.nav {
    padding: 14px 40px;
}

.nav-logo-img {
    height: 38px;
    width: auto;
}

/* ============================================
   PAQUETE — WhatsApp Button
============================================ */
.paquete-wa-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 14px 20px;
    background: #25D366;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.paquete-wa-btn:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
}

.paquete-wa-btn:focus-visible {
    outline: 2px solid #25D366;
    outline-offset: 2px;
}
