/* 
   HORUS: FARO DE MARCA — V12 "Dark Glass Cinema"
   Estética: Glassmorphism Oscuro · Degradés de Marca · Animaciones Cinematográficas
   Paleta: Gold #F9BD2C · Purple #7863C2 · Tech Blue #78B6EE · Air Blue #79CBF8
*/

/* ── IMPORTS ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&family=Playfair+Display:ital,wght@1,400;1,700&display=swap');

/* ── DESIGN TOKENS ── */
:root {
    /* Brand Colors */
    --gold:        #F9BD2C;
    --gold-soft:   rgba(249, 189, 44, 0.15);
    --gold-glow:   rgba(249, 189, 44, 0.35);
    --purple:      #7863C2;
    --purple-deep: #3D2D8E;
    --purple-soft: rgba(120, 99, 194, 0.15);
    --purple-glow: rgba(120, 99, 194, 0.4);
    --blue:        #78B6EE;
    --blue-soft:   rgba(120, 182, 238, 0.15);
    --air:         #79CBF8;
    --air-soft:    rgba(121, 203, 248, 0.1);

    /* Text */
    --text:        #F0EDF8;
    --text-mid:    #BDB4D4;
    --text-light:  #8A7FB0;

    /* Glass (dark) */
    --glass-bg:      rgba(255, 255, 255, 0.06);
    --glass-bg-mid:  rgba(255, 255, 255, 0.10);
    --glass-bg-high: rgba(255, 255, 255, 0.14);
    --glass-border:  rgba(255, 255, 255, 0.14);
    --glass-border-h:rgba(255, 255, 255, 0.28);
    --glass-shadow:  0 8px 40px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0,0,0,0.2);
    --glass-hover:   0 24px 72px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(120, 99, 194, 0.2);

    /* Backgrounds */
    --bg-base:  #0E0A1A;
    --bg-dark:  #0A0714;

    /* Brand Gradient (titles) */
    --grad-brand: linear-gradient(135deg, #F9BD2C 0%, #C97FE0 50%, #79CBF8 100%);
    --grad-line:  linear-gradient(135deg, var(--purple) 0%, var(--blue) 60%, var(--air) 100%);
    --grad-cta:   linear-gradient(135deg, #F9BD2C 0%, #F0A800 100%);
    --grad-glow:  linear-gradient(135deg, rgba(249,189,44,0.3), rgba(120,99,194,0.3), rgba(121,203,248,0.3));

    /* Spacing */
    --v-xl:  160px;
    --v-lg:  120px;
    --v-md:  80px;
    --v-sm:  40px;
    --narrow: 720px;
    --wide:   1140px;
    --r-lg:   32px;
    --r-xl:   48px;

    /* Typography */
    --font: 'Poppins', -apple-system, sans-serif;
    --serif: 'Playfair Display', Georgia, serif;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--bg-base);
    color: var(--text);
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
}

/* ── BACKGROUND ORBS (ANIMATED) ── */
body::before,
body::after {
    content: '';
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    will-change: transform;
}
body::before {
    width: 900px; height: 900px;
    top: -200px; left: -200px;
    background: radial-gradient(circle, rgba(120, 99, 194, 0.18) 0%, transparent 70%);
    animation: orbFloat1 20s ease-in-out infinite;
}
body::after {
    width: 700px; height: 700px;
    bottom: -150px; right: -150px;
    background: radial-gradient(circle, rgba(121, 203, 248, 0.14) 0%, transparent 70%);
    animation: orbFloat2 25s ease-in-out infinite;
}

.orb-gold {
    position: fixed;
    width: 500px; height: 500px;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(249, 189, 44, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: orbFloat3 30s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(80px, 60px) scale(1.05); }
    66% { transform: translate(-40px, 100px) scale(0.95); }
}
@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-60px, -80px) scale(1.08); }
    66% { transform: translate(40px, -40px) scale(0.92); }
}
@keyframes orbFloat3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.3); }
}

/* ── TYPOGRAPHY SYSTEM ── */
/* ── TIPO SCALE UNIFICADA ──
   Display h1:  5rem / 900 / -0.035em
   Section h2:  3.2rem / 900 / -0.03em
   Card h3:     1.75rem / 800
   Body:        1rem / 400 / 1.75
   Small:       0.9rem
*/
h1 { 
    font-size: clamp(2.8rem, 7vw, 5rem); 
    font-weight: 900; 
    line-height: 1.06; 
    letter-spacing: -0.035em; 
    color: var(--text);
    margin-bottom: 0;
}
h2 { 
    font-size: clamp(2rem, 4.5vw, 3.2rem); 
    font-weight: 900; 
    line-height: 1.12; 
    letter-spacing: -0.03em; 
    color: var(--text);
    margin-bottom: 0;
}
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 800; line-height: 1.25; color: var(--text); margin-bottom: 0; }
h4 { font-size: 1.1rem; font-weight: 700; }
p  { color: var(--text-mid); margin-bottom: 0; }

/* Gradient text utility */
.grad-text {
    background: var(--grad-brand);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.grad-text-line {
    background: var(--grad-line);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.serif-italic { 
    font-family: var(--serif);
    font-style: italic; 
    font-weight: 400; 
    color: var(--gold); 
    -webkit-text-fill-color: var(--gold);
}
.text-center  { text-align: center; }

.label-faro {
    display: inline-block;
    font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.24em;
    color: var(--gold);
    background: rgba(249, 189, 44, 0.1);
    padding: 6px 18px; border-radius: 100px;
    border: 1px solid rgba(249, 189, 44, 0.25);
    margin-bottom: 20px;
}
/* Section header spacing: label → h2 → intro → content */
.section-head { margin-bottom: 56px; }
.section-intro {
    font-size: 1.1rem; color: var(--text-mid);
    margin-top: 16px; line-height: 1.8;
    max-width: 600px;
}
.narrative-content p { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 20px; line-height: 1.8; }
.p-conc { font-size: 1.05rem; color: var(--text-light); margin-bottom: 6px; }

/* ── LAYOUT ── */
.wrap-narrative { max-width: var(--narrow); margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
.wrap-wide      { max-width: var(--wide);   margin: 0 auto; padding: 0 40px; position: relative; z-index: 1; }
section         { padding: var(--v-lg) 0; position: relative; }
.alternate-bg   { 
    background: rgba(255, 255, 255, 0.025);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
footer { padding: 60px 0; border-top: 1px solid rgba(255, 255, 255, 0.07); }
footer p { color: var(--text-light); font-size: 0.9rem; }
footer .wrap-narrative { text-align: center; }

.powered-by {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 28px;
    padding: 10px 20px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    backdrop-filter: blur(12px);
}
.powered-by span {
    font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.16em; color: var(--text-light);
}
.horus-logo { height: 18px; opacity: 0.75; }

/* ── GLASSMORPHISM CARD ── */
.glass {
    background: var(--glass-bg);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.glass:hover {
    box-shadow: var(--glass-hover);
    border-color: var(--glass-border-h);
    transform: translateY(-4px);
}

/* ── NAV ── */
#navbar {
    position: fixed; top: 0; width: 100%; z-index: 9999;
    padding: 24px 0; transition: all 0.5s var(--ease);
}
#navbar.scrolled {
    padding: 14px 0;
    background: rgba(14, 10, 26, 0.85);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}
.nav-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-img  { height: 36px; }
.logo-faro { height: 76px; }
.nav-cta { 
    font-size: 0.85rem; font-weight: 700; text-decoration: none; letter-spacing: 0.02em;
    color: var(--text); background: var(--glass-bg-mid); 
    padding: 12px 28px; border-radius: 100px;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    transition: all 0.3s var(--ease);
}
.nav-cta:hover { 
    background: var(--gold); 
    color: #0E0A1A; 
    border-color: transparent;
    box-shadow: 0 8px 32px var(--gold-glow);
    transform: translateY(-2px);
}

/* ── BUTTONS ── */
.btn-main {
    display: inline-block;
    padding: 20px 52px;
    background: var(--grad-cta);
    color: #0E0A1A;
    font-weight: 800; font-size: 1rem; text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 12px 40px var(--gold-glow), 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.4s var(--ease-bounce);
    letter-spacing: -0.01em;
    position: relative; overflow: hidden;
}
.btn-main::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.btn-main:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 28px 70px var(--gold-glow), 0 8px 24px rgba(0,0,0,0.25);
}
.btn-main:hover::before { opacity: 1; }

.btn-secondary {
    display: inline-block;
    padding: 19px 48px;
    background: var(--glass-bg-mid);
    backdrop-filter: blur(12px);
    color: var(--text); font-weight: 700; font-size: 0.95rem; text-decoration: none;
    border: 1.5px solid var(--glass-border-h);
    border-radius: 100px;
    transition: all 0.3s var(--ease);
}
.btn-secondary:hover { 
    background: var(--glass-bg-high); 
    border-color: var(--gold); 
    color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(249, 189, 44, 0.15);
}
.hero-cta-group { margin-top: 56px; }

/* ── HERO ── */
.hero-faro {
    min-height: 100vh;
    display: flex; align-items: center;
    padding-top: 140px; padding-bottom: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Foto de Alexa como fondo cinematográfico */
.hero-bg-photo {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 55%;
    z-index: 0;
    pointer-events: none;
}
.hero-bg-photo img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.55;
    filter: grayscale(20%) contrast(1.05);
    mask-image: linear-gradient(to left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 45%, transparent 85%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 45%, transparent 85%);
}


/* Animated gradient beam */
.hero-faro::before {
    content: '';
    position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
    width: 160%; height: 120%;
    background: 
        radial-gradient(ellipse 60% 50% at 50% 20%, rgba(120, 99, 194, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 30% 70%, rgba(121, 203, 248, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 70% 80%, rgba(249, 189, 44, 0.1) 0%, transparent 60%);
    pointer-events: none;
    animation: heroGlow 8s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% { opacity: 0.7; transform: translateX(-50%) scale(1); }
    100% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

.eyebrow-faro {
    display: inline-block;
    font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.24em;
    color: var(--gold);
    background: rgba(249, 189, 44, 0.1);
    padding: 8px 22px; border-radius: 100px;
    border: 1px solid rgba(249, 189, 44, 0.25);
    margin-bottom: 44px;
    animation: fadeInDown 1s var(--ease) both;
}

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

.hero-faro h1 { 
    margin-bottom: 24px; 
    animation: fadeInUp 1s 0.2s var(--ease) both;
}
.hero-faro h1 .serif-italic { 
    display: block; 
    font-size: 0.82em;
    margin-top: 10px;
}
.hero-subline {
    font-size: 1.15rem; font-weight: 400; color: var(--text-light);
    margin: 0 auto 52px; max-width: 520px;
    line-height: 1.7;
    animation: fadeInUp 1s 0.4s var(--ease) both;
}
.hero-problem-box {
    background: var(--glass-bg-mid);
    backdrop-filter: blur(30px) saturate(160%);
    -webkit-backdrop-filter: blur(30px) saturate(160%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    padding: 44px 52px;
    margin: 0 auto 52px;
    max-width: 620px;
    font-size: 1.25rem; font-weight: 700; line-height: 1.5;
    color: var(--text);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s 0.5s var(--ease) both;
}
.hero-problem-box::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--grad-brand);
}
.hero-problem-box::after {
    content: '';
    position: absolute; bottom: 0; right: 0;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(249, 189, 44, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hero-desc {
    font-size: 1.05rem; color: var(--text-mid); line-height: 1.8;
    max-width: 560px; margin: 0 auto 40px;
    animation: fadeInUp 1s 0.6s var(--ease) both;
}
.manifesto-list { 
    margin: 0 auto 44px; max-width: 480px;
    animation: fadeInUp 1s 0.7s var(--ease) both;
}
.mani-item {
    font-size: 0.97rem; font-weight: 600; color: var(--text-mid);
    padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mani-item:last-child { border-bottom: none; color: var(--gold); font-weight: 700; }

/* ── FOR YOU ── */
.check-list { list-style: none; margin-top: 48px; }
.check-list li {
    padding: 22px 0 22px 52px; position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text-mid); font-size: 1.05rem;
    transition: color 0.3s, transform 0.3s;
}
.check-list li::before {
    content: '→';
    position: absolute; left: 0;
    color: var(--gold); font-weight: 900; font-size: 1.1rem;
    top: 22px;
    transition: transform 0.3s var(--ease);
}
.check-list li:hover { 
    color: var(--text); 
    transform: translateX(6px);
}
.check-list li:hover::before { transform: translateX(4px); }

.negation-manifesto {
    text-align: center;
    margin: 80px auto 60px;
    padding: 64px 52px;
    background: var(--glass-bg-mid);
    backdrop-filter: blur(30px) saturate(160%);
    -webkit-backdrop-filter: blur(30px) saturate(160%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    max-width: 640px;
    position: relative;
    overflow: hidden;
}
.negation-manifesto::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--grad-brand);
}
.neg-item { font-size: 1.05rem; color: var(--text-light); margin-bottom: 6px; }
.negation-manifesto h3 {
    margin-top: 32px; font-size: 1.9rem; font-weight: 900;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── PROBLEM REAL ── */
.real-problem { position: relative; overflow: hidden; }
.real-problem::after {
    content: '';
    position: absolute; top: 10%; right: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(120, 182, 238, 0.1) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.pain-points-grid { margin: 56px 0; display: grid; gap: 14px; }
.pain-item {
    padding: 28px 36px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    font-size: 1.05rem; color: var(--text-mid);
    display: flex; align-items: flex-start; gap: 16px;
    transition: all 0.35s var(--ease);
}
.pain-item:hover { 
    border-color: rgba(120, 99, 194, 0.4); 
    color: var(--text); 
    transform: translateX(8px);
    background: var(--glass-bg-mid);
    box-shadow: var(--glass-shadow);
}
.pain-item span { color: var(--purple); font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.problem-conclusion { margin-top: 64px; text-align: center; }
.highlight-line {
    margin-top: 48px; padding-top: 32px;
    border-top: 1px solid rgba(249, 189, 44, 0.2);
    font-size: 1.8rem; font-weight: 900;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── PERSPECTIVE ── */
.perspective { position: relative; }
.solution-steps { margin-top: 72px; display: grid; gap: 18px; }
.step-card {
    display: flex; gap: 36px; align-items: flex-start;
    padding: 40px 44px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    box-shadow: var(--glass-shadow);
    transition: all 0.4s var(--ease);
}
.step-card:hover { 
    box-shadow: var(--glass-hover); 
    transform: translateX(8px);
    border-color: var(--glass-border-h);
    background: var(--glass-bg-mid);
}
.step-num {
    font-size: 2.6rem; font-weight: 900; letter-spacing: -0.04em;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0; line-height: 1; padding-top: 4px;
    min-width: 60px;
}
.step-card p { font-size: 1.05rem; font-weight: 500; color: var(--text-mid); }
.step-card:hover p { color: var(--text); }
.perspective-outro {
    margin-top: 72px; text-align: center;
    padding: 56px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
}
.perspective-outro p { font-size: 1.2rem; color: var(--text-mid); line-height: 1.8; }
.perspective-outro .serif-italic { font-size: 1.4rem; display: block; margin-top: 12px; }

/* ── PROCESS TIMELINE ── */
.vertical-timeline {
    margin-top: 80px; position: relative;
}
.week-block {
    display: grid; grid-template-columns: 180px 1fr; gap: 40px 52px;
    margin-bottom: 20px; align-items: start;
    padding: 48px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    transition: all 0.4s var(--ease);
    position: relative;
    overflow: hidden;
}
.week-block::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: var(--grad-brand);
    opacity: 0;
    transition: opacity 0.4s;
}
.week-block:hover { 
    box-shadow: var(--glass-hover);
    border-color: var(--glass-border-h);
    background: var(--glass-bg-mid);
}
.week-block:hover::before { opacity: 1; }
.week-head { grid-column: 1; }
.week-body { grid-column: 2; }
.week-num {
    display: inline-block;
    font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.2em;
    color: var(--gold);
    background: rgba(249, 189, 44, 0.1);
    padding: 5px 14px; border-radius: 100px;
    border: 1px solid rgba(249, 189, 44, 0.25);
    margin-bottom: 16px;
}
.week-head h3 {
    font-size: 1.5rem; font-weight: 900;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    word-break: keep-all;
    overflow-wrap: normal;
}
.week-intro { font-size: 1rem; color: var(--text-mid); margin-bottom: 20px; line-height: 1.7; font-weight: 500; }
.week-details { list-style: none; }
.week-details li {
    padding: 10px 0 10px 32px; position: relative;
    color: var(--text-mid); font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.week-details li::before {
    content: '→'; position: absolute; left: 0;
    color: var(--gold); font-weight: 900;
}

/* ── FEATURES ── */
.features-list { margin-top: 48px; }
.feat-item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: grid; grid-template-columns: 1fr; gap: 8px;
    transition: padding-left 0.3s var(--ease);
}
.feat-item:first-child { padding-top: 0; }
.feat-item:hover { padding-left: 12px; }
.feat-item strong {
    font-size: 1.1rem; font-weight: 800; color: var(--text);
}
.feat-item span { font-size: 0.98rem; color: var(--text-mid); line-height: 1.7; }

/* ── INFO TOOLTIP ── */
.info-tip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px; height: 18px;
    font-size: 0.78rem; font-weight: 700;
    color: var(--gold);
    -webkit-text-fill-color: var(--gold);
    background: rgba(249, 189, 44, 0.12);
    border: 1px solid rgba(249, 189, 44, 0.3);
    border-radius: 50%;
    cursor: help;
    vertical-align: middle;
    margin-left: 6px;
    transition: background 0.2s, border-color 0.2s;
    font-style: normal;
}
.info-tip:hover,
.info-tip:focus {
    background: rgba(249, 189, 44, 0.22);
    border-color: rgba(249, 189, 44, 0.6);
    outline: none;
}
.tip-box {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%; transform: translateX(-50%);
    width: 280px;
    padding: 16px 20px;
    background: rgba(18, 12, 35, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(249, 189, 44, 0.25);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
    font-size: 0.84rem; font-weight: 400; font-style: normal;
    color: var(--text-mid);
    -webkit-text-fill-color: var(--text-mid);
    line-height: 1.65;
    text-align: left;
    white-space: normal;
    z-index: 100;
    pointer-events: none;
}
.tip-box::after {
    content: '';
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: rgba(249, 189, 44, 0.25);
}
.info-tip:hover .tip-box,
.info-tip:focus .tip-box {
    display: block;
    animation: tipFadeIn 0.18s ease;
}
@keyframes tipFadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(6px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}


/* ── OUTCOMES ── */
.outcome-manifesto {
    margin: 40px 0 48px;
    padding: 48px 52px;
    background: var(--glass-bg-mid);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.outcome-manifesto::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: var(--grad-brand);
}
.outcome-manifesto p { font-size: 1.05rem; color: var(--text-light); margin-bottom: 12px; }
.outcome-manifesto h3 { font-size: clamp(1.4rem, 3vw, 1.75rem); font-weight: 900; }
.check-list-outcomes { list-style: none; margin: 36px 0 52px; }
.check-list-outcomes li {
    padding: 18px 0 18px 52px; position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text-mid); font-size: 1rem;
    line-height: 1.65;
    transition: all 0.3s;
}
.check-list-outcomes li:hover { color: var(--text); transform: translateX(6px); }
.check-list-outcomes li::before {
    content: '✓'; position: absolute; left: 0;
    width: 30px; height: 30px;
    background: rgba(249, 189, 44, 0.12);
    border: 1px solid rgba(249, 189, 44, 0.25);
    border-radius: 50%;
    color: var(--gold); font-weight: 900; font-size: 0.8rem;
    top: 16px; text-align: center; line-height: 30px;
}

/* ── TARGET ── */
.target-flex {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.target-col {
    padding: 52px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    transition: all 0.4s var(--ease);
}
.target-col:hover {
    border-color: var(--glass-border-h);
    background: var(--glass-bg-mid);
    transform: translateY(-4px);
    box-shadow: var(--glass-hover);
}
.target-col h3 {
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.22em;
    color: var(--gold); margin-bottom: 24px;
    padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.target-col p { font-size: 1rem; color: var(--text-mid); margin-bottom: 20px; }
.target-col ul { list-style: none; }
.target-col ul li {
    padding: 10px 0 10px 24px; position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.97rem; color: var(--text-mid);
}
.target-col ul li::before { content: '·'; position: absolute; left: 6px; color: var(--gold); font-weight: 900; font-size: 1.4rem; top: 6px; }
.not-place { font-weight: 800; font-size: 1.05rem; margin-top: 24px; color: var(--purple); -webkit-text-fill-color: var(--purple); }

/* ── BIO ── */
.bio-faro { position: relative; overflow: hidden; }
.bio-flex {
    display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center;
    max-width: var(--wide); margin: 0 auto; padding: 0 40px;
}
.bio-visual { position: relative; }
.bio-visual::before {
    content: '';
    position: absolute; inset: -20px;
    background: radial-gradient(ellipse, rgba(120, 99, 194, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.bio-visual img {
    width: 100%; border-radius: var(--r-xl);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255,255,255,0.08);
    position: relative; z-index: 1;
    transition: transform 0.6s var(--ease);
}
.bio-visual:hover img { transform: scale(1.02) rotate(-1deg); }
.bio-text .label-faro { margin-bottom: 12px; }
.bio-job { font-size: 0.85rem; color: var(--purple); font-weight: 600; margin-bottom: 24px; letter-spacing: 0.02em; -webkit-text-fill-color: var(--purple); }
.bio-text h2 { margin-bottom: 32px; }
.bio-text p { font-size: 1rem; color: var(--text-mid); margin-bottom: 20px; line-height: 1.85; }
.bio-quote {
    margin-top: 40px; padding: 36px 44px;
    background: var(--glass-bg-mid);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-left: 3px solid var(--gold);
    border-radius: 0 24px 24px 0;
    font-size: 1.05rem; font-style: italic; font-weight: 500;
    color: var(--text);
    line-height: 1.7;
}

/* ── TESTIMONIALS ── */
.testimonials-faro { position: relative; }
.testimonials-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    margin-top: 56px;
}
.testi-card {
    padding: 36px 36px 32px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-xl);
    box-shadow: var(--glass-shadow);
    transition: all 0.4s var(--ease);
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 24px;
}
.testi-quote-mark {
    font-size: 4rem; font-weight: 900; line-height: 0.8;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Georgia, serif;
    opacity: 0.5;
    user-select: none;
}
.testi-card:hover {
    box-shadow: var(--glass-hover);
    transform: translateY(-6px);
    border-color: var(--glass-border-h);
    background: var(--glass-bg-mid);
}
.testi-card p {
    font-style: italic; font-size: 0.97rem;
    color: var(--text-mid);
    line-height: 1.8; position: relative;
    flex: 1;
    margin: 0;
}
.testi-author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.testi-avatar {
    width: 52px; height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--glass-bg-mid);
    box-shadow:
        0 0 0 2px rgba(249,189,44,0.4),
        0 0 0 4px rgba(249,189,44,0.1);
}
.testi-avatar img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
}
.testi-author-info {
    display: flex; flex-direction: column; gap: 3px;
}
.testi-author-info strong {
    font-size: 0.87rem; font-weight: 800; color: var(--text);
    -webkit-text-fill-color: var(--text);
}
.testi-author-info span {
    font-size: 0.75rem; font-weight: 500; color: var(--gold);
    -webkit-text-fill-color: var(--gold);
    letter-spacing: 0.02em;
}


/* ── INVESTMENT ── */
.investment-faro { position: relative; overflow: hidden; }
.investment-faro::before {
    content: '';
    position: absolute; inset: 0;
    background: 
        radial-gradient(ellipse 60% 60% at 50% 50%, rgba(249, 189, 44, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 20% 20%, rgba(120, 99, 194, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.inv-card {
    margin-top: 72px;
    padding: 80px 80px;
    background: var(--glass-bg-mid);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 60px;
    box-shadow: 0 60px 140px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.06);
    text-align: center;
    position: relative; overflow: hidden;
}
.inv-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--grad-brand);
}
.inv-card::after {
    content: '';
    position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%);
    width: 600px; height: 300px;
    background: radial-gradient(ellipse, rgba(249, 189, 44, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.inv-title { font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--text-light); margin-bottom: 24px; }
.inv-price {
    font-size: clamp(4.5rem, 10vw, 6.5rem); font-weight: 900; line-height: 1;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    letter-spacing: -0.04em;
}
.inv-subtitle { font-weight: 600; color: var(--text-light); margin-bottom: 48px; font-size: 0.9rem; letter-spacing: 0.02em; }
.inv-list {
    list-style: none; text-align: left;
    max-width: 460px; margin: 0 auto 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 36px;
}
.inv-list li {
    padding: 14px 0 14px 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.98rem; color: var(--text-mid); font-weight: 500;
    line-height: 1.6;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
.inv-list li:hover { color: var(--text); transform: translateX(4px); }
.inv-list li::before {
    content: '✓';
    position: absolute; left: 0;
    color: var(--gold); font-weight: 900;
}
.inv-cta-box { }
.inv-footer { margin-top: 24px; font-size: 0.85rem; color: var(--text-light); }

/* ── FAQ (ACCORDION) ── */
.faq-accordion { margin-top: 56px; display: grid; gap: 10px; }
.faq-item {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.faq-item.active {
    border-color: rgba(249, 189, 44, 0.3);
    background: var(--glass-bg-mid);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.faq-q {
    font-weight: 700; font-size: 1rem; color: var(--text);
    padding: 24px 32px;
    cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 20px;
    user-select: none;
    transition: color 0.3s;
    margin: 0;
    line-height: 1.4;
}
.faq-q::after {
    content: '+';
    font-size: 1.5rem; font-weight: 300;
    color: var(--gold);
    flex-shrink: 0;
    transition: transform 0.4s var(--ease-bounce), color 0.3s;
    line-height: 1;
    -webkit-text-fill-color: var(--gold);
}
.faq-item.active .faq-q::after {
    transform: rotate(45deg);
}
.faq-item.active .faq-q { color: var(--gold); -webkit-text-fill-color: var(--gold); }
.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--ease);
}
.faq-item.active .faq-body {
    max-height: 400px;
}
.faq-a {
    font-size: 0.95rem; color: var(--text-mid); line-height: 1.8;
    padding: 0 32px 24px;
    margin: 0;
}

/* ── FOOTER CTA ── */
.footer-cta { position: relative; overflow: hidden; }
.footer-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: 
        radial-gradient(ellipse 60% 80% at 50% 100%, rgba(120, 99, 194, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 10% 10%, rgba(249, 189, 44, 0.05) 0%, transparent 60%);
    pointer-events: none;
}
.faro-brand {
    font-size: clamp(2.8rem, 8vw, 5.5rem); font-weight: 900;
    background: var(--grad-brand);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.04em;
}
.footer-cta h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 700; margin-bottom: 24px; }
.faro-outro { font-size: 1.05rem; color: var(--text-mid); max-width: 520px; margin: 0 auto 52px; line-height: 1.85; }

/* ── REVEAL ANIMATIONS ── */
[data-reveal] {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

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

/* ── FLOATING PARTICLES ── */
.particle {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    animation: particleFade 6s ease-in-out infinite;
}
@keyframes particleFade {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0.8); }
    50% { opacity: 0.6; transform: translateY(-40px) scale(1.2); }
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-base); }
::-webkit-scrollbar-thumb { background: rgba(120, 99, 194, 0.4); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--purple); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    section { padding: var(--v-md) 0; }

    .bio-flex {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 600px;
        margin: 0 auto;
    }
    .bio-visual { max-width: 300px; margin: 0 auto; }
    .bio-text { text-align: left; }
    .bio-quote { border-left: 3px solid var(--gold); }

    .testimonials-grid { grid-template-columns: 1fr; }
    .target-flex { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .week-block { grid-template-columns: 1fr; }
    .week-body { grid-column: 1; }
    .week-head { grid-column: 1; }

    .hero-problem-box { padding: 36px 32px; }
    .inv-card { padding: 64px 48px; }
    .solution-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    :root { --v-xl: 72px; --v-lg: 60px; --v-md: 52px; }

    h1 { font-size: 2.1rem; letter-spacing: -0.025em; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }
    p  { font-size: 0.95rem; }

    #navbar { padding: 14px 0; }
    .logo-faro { height: 42px; }
    .nav-cta { font-size: 0.75rem; padding: 9px 18px; }

    .hero-faro { padding: 96px 0 72px; min-height: auto; }
    .hero-bg-photo { display: none; }
    .eyebrow-faro { font-size: 0.62rem; padding: 8px 18px; }
    .hero-problem-box { padding: 24px 20px; font-size: 1rem; border-radius: 20px; }
    .hero-subline { font-size: 0.97rem; margin-bottom: 28px; }
    .hero-desc { font-size: 0.95rem; margin-bottom: 28px; }
    .manifesto-list { margin-bottom: 32px; gap: 8px; }
    .mani-item { font-size: 0.95rem; padding: 12px 16px; }
    .btn-main { font-size: 0.9rem; padding: 16px 28px; }
    .btn-secondary { font-size: 0.9rem; padding: 14px 28px; }

    .check-list li { font-size: 0.95rem; padding: 10px 0; }
    .negation-manifesto { padding: 32px 22px; gap: 8px; }
    .neg-item { font-size: 1.1rem; }

    .pain-points-grid { grid-template-columns: 1fr; gap: 12px; }
    .pain-item { padding: 20px 22px; font-size: 0.93rem; }
    .problem-conclusion { padding: 36px 24px; }
    .p-conc { font-size: 1.2rem; }
    .highlight-line { font-size: 1rem; padding: 20px 24px; }

    .solution-steps { grid-template-columns: 1fr; gap: 12px; }
    .step-card { flex-direction: row; align-items: flex-start; gap: 14px; padding: 20px; }
    .step-num { font-size: 1.4rem; min-width: 36px; }
    .step-card p { font-size: 0.93rem; }
    .perspective-outro { padding: 28px 24px; }

    .week-block { padding: 24px 20px; gap: 12px; grid-template-columns: 1fr; }
    .week-head h3 { font-size: 1.35rem; }
    .week-intro { font-size: 0.93rem; }
    .week-details li { font-size: 0.88rem; padding: 8px 0 8px 28px; }

    .feat-item strong { font-size: 1rem; }
    .feat-item span { font-size: 0.93rem; }

    .tip-box {
        bottom: auto;
        top: calc(100% + 10px);
        left: 0;
        transform: translateX(0);
        width: 240px;
    }
    .tip-box::after {
        top: auto; bottom: 100%;
        left: 16px; transform: none;
        border-top-color: transparent;
        border-bottom-color: rgba(249, 189, 44, 0.25);
    }

    .bio-flex { gap: 32px; }
    .bio-visual { max-width: 240px; }
    .bio-text { text-align: left; }
    .bio-job { font-size: 0.78rem; }
    .bio-quote { padding: 22px; font-size: 0.9rem; border-radius: 14px; }

    .target-col { padding: 28px 22px; }
    .target-col h3 { font-size: 0.85rem; }
    .target-col li { font-size: 0.92rem; }

    .outcome-manifesto { padding: 28px 22px; margin: 28px 0 36px; }
    .check-list-outcomes li { font-size: 0.93rem; }

    .testimonials-grid { margin-top: 36px; gap: 16px; }
    .testi-card { padding: 24px 20px; gap: 18px; }
    .testi-card p { font-size: 0.91rem; }

    .inv-card { padding: 40px 22px; border-radius: 28px; margin-top: 36px; }
    .inv-price { font-size: 3.8rem; }
    .inv-list { max-width: 100%; }
    .inv-list li { font-size: 0.92rem; }
    .inv-cta-box { margin-top: 36px; }

    .faq-accordion { margin-top: 36px; gap: 8px; }
    .faq-q { padding: 16px 18px; font-size: 0.9rem; }
    .faq-a { padding: 0 18px 16px; font-size: 0.88rem; }

    .faro-brand { font-size: 2.8rem; }
    .footer-cta h3 { font-size: 1.2rem; }
    .faro-outro { font-size: 0.93rem; margin-bottom: 32px; }

    footer { padding: 48px 0 36px; }
    footer p { font-size: 0.82rem; }

    .wrap-narrative { padding: 0 18px; }
    .wrap-wide { padding: 0 18px; }
}

@media (max-width: 480px) {
    :root { --v-xl: 60px; --v-lg: 52px; --v-md: 44px; }

    h1 { font-size: 1.85rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.15rem; }

    .logo-faro { height: 36px; }
    .nav-cta { font-size: 0.7rem; padding: 8px 14px; }

    .hero-faro { padding: 84px 0 60px; }
    .eyebrow-faro { font-size: 0.56rem; letter-spacing: 0.12em; }
    .hero-problem-box { font-size: 0.95rem; }
    .btn-main { width: 100%; text-align: center; box-sizing: border-box; }
    .btn-secondary { width: 100%; text-align: center; box-sizing: border-box; }

    .pain-item { padding: 16px 18px; }
    .step-card { padding: 16px; }

    .bio-visual { max-width: 200px; }

    .inv-card { padding: 28px 16px; }
    .inv-price { font-size: 3.2rem; }

    .tip-box { width: 200px; font-size: 0.78rem; }

    .powered-by { flex-direction: column; gap: 6px; align-items: center; }
    .horus-logo { height: 22px; }

    .wrap-narrative { padding: 0 16px; }
    .wrap-wide { padding: 0 16px; }
}

