/* Estilos Globais */
:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --accent-color: #ff0066;
    --text-color: #ffffff;
    --background-color: #000000;
    --transition-speed: 0.3s;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

a:hover {
    color: var(--accent-color);
}

/* Animação de Fundo */
.background-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../../images/Gemini_Generated_Image_qel5cyqel5cyqel5 (1).jpg') center center/cover no-repeat;
    opacity: 0.6;
}

.background-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
    animation: glitchBackground 8s infinite alternate;
}

@keyframes glitchBackground {
    0%, 100% {
        opacity: 0.7;
    }
    8%, 10% {
        opacity: 0.5;
        transform: translate3d(-10px, 0, 0);
    }
    18%, 20% {
        opacity: 0.8;
        transform: translate3d(10px, -5px, 0);
    }
    28%, 30% {
        opacity: 0.6;
        transform: translate3d(-5px, 5px, 0);
    }
    38%, 40% {
        opacity: 0.8;
        transform: translate3d(5px, -5px, 0);
    }
    48%, 50% {
        opacity: 0.7;
        transform: translate3d(-10px, 10px, 0);
    }
    58%, 60% {
        opacity: 0.9;
        transform: translate3d(10px, 10px, 0);
    }
    68%, 70% {
        opacity: 0.6;
        transform: translate3d(-5px, 0, 0);
    }
    78%, 80% {
        opacity: 0.8;
        transform: translate3d(5px, 0, 0);
    }
    88%, 90% {
        opacity: 0.7;
        transform: translate3d(0, 5px, 0);
    }
}

/* Efeito Glitch para textos */
.glitch {
    position: relative;
    animation: glitch-text 3s infinite;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.glitch::before {
    color: #0ff;
    z-index: -1;
    animation: glitch-before 3s infinite;
}

.glitch::after {
    color: #f0f;
    z-index: -2;
    animation: glitch-after 2s infinite;
}

@keyframes glitch-text {
    0%, 100% {
        transform: translate(0);
    }
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
}

@keyframes glitch-before {
    0%, 100% {
        transform: translate(0);
    }
    20% {
        transform: translate(3px, 3px);
    }
    40% {
        transform: translate(3px, -3px);
    }
    60% {
        transform: translate(-3px, 3px);
    }
    80% {
        transform: translate(-3px, -3px);
    }
}

@keyframes glitch-after {
    0%, 100% {
        transform: translate(0);
    }
    20% {
        transform: translate(-3px, -3px);
    }
    40% {
        transform: translate(-3px, 3px);
    }
    60% {
        transform: translate(3px, -3px);
    }
    80% {
        transform: translate(3px, 3px);
    }
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    position: relative;
    z-index: 10;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}

.logo::after {
    content: 'Reflections';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--accent-color);
    clip-path: inset(0 0 0 0);
    animation: noise-anim 3s infinite linear alternate-reverse;
}

@keyframes noise-anim {
    0% {
        clip-path: inset(40% 0 61% 0);
    }
    5% {
        clip-path: inset(92% 0 1% 0);
    }
    10% {
        clip-path: inset(43% 0 1% 0);
    }
    15% {
        clip-path: inset(25% 0 58% 0);
    }
    20% {
        clip-path: inset(54% 0 7% 0);
    }
    25% {
        clip-path: inset(58% 0 43% 0);
    }
    30% {
        clip-path: inset(3% 0 46% 0);
    }
    35% {
        clip-path: inset(100% 0 1% 0);
    }
    40% {
        clip-path: inset(83% 0 4% 0);
    }
    45% {
        clip-path: inset(23% 0 54% 0);
    }
    50% {
        clip-path: inset(66% 0 25% 0);
    }
    55% {
        clip-path: inset(14% 0 84% 0);
    }
    60% {
        clip-path: inset(1% 0 85% 0);
    }
    65% {
        clip-path: inset(96% 0 4% 0);
    }
    70% {
        clip-path: inset(59% 0 3% 0);
    }
    75% {
        clip-path: inset(40% 0 60% 0);
    }
    80% {
        clip-path: inset(15% 0 75% 0);
    }
    85% {
        clip-path: inset(93% 0 7% 0);
    }
    90% {
        clip-path: inset(41% 0 59% 0);
    }
    95% {
        clip-path: inset(20% 0 20% 0);
    }
    100% {
        clip-path: inset(52% 0 39% 0);
    }
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 2rem;
}

nav ul li a {
    color: var(--text-color);
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: width var(--transition-speed) ease;
}

nav ul li a:hover::after,
nav ul li a.active::after {
    width: 100%;
}

/* Hero Section */
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem 5%;
    text-align: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    z-index: -1;
}

.quote-container {
    margin-bottom: 3rem;
    max-width: 800px;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

blockquote {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 1rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.quote-author {
    font-size: 1.1rem;
    text-align: right;
    opacity: 0.8;
}

.cta-container {
    max-width: 800px;
    animation: slideUp 1s 0.5s forwards;
    opacity: 0;
    position: relative;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-container h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.cta-container h1::before,
.cta-container h1::after {
    content: 'Reflections';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-container h1::before {
    left: 2px;
    text-shadow: -1px 0 #ff00cc;
    animation: glitch-h1-1 2s infinite linear alternate-reverse;
}

.cta-container h1::after {
    left: -2px;
    text-shadow: 2px 0 #00ffff;
    animation: glitch-h1-2 3s infinite linear alternate-reverse;
}

@keyframes glitch-h1-1 {
    0% {
        clip-path: inset(40% 0 61% 0);
    }
    20% {
        clip-path: inset(92% 0 1% 0);
    }
    40% {
        clip-path: inset(43% 0 1% 0);
    }
    60% {
        clip-path: inset(25% 0 58% 0);
    }
    80% {
        clip-path: inset(54% 0 7% 0);
    }
    100% {
        clip-path: inset(58% 0 43% 0);
    }
}

@keyframes glitch-h1-2 {
    0% {
        clip-path: inset(3% 0 46% 0);
    }
    20% {
        clip-path: inset(100% 0 1% 0);
    }
    40% {
        clip-path: inset(83% 0 4% 0);
    }
    60% {
        clip-path: inset(23% 0 54% 0);
    }
    80% {
        clip-path: inset(66% 0 25% 0);
    }
    100% {
        clip-path: inset(14% 0 84% 0);
    }
}

.cta-container p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all var(--transition-speed) ease;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transition: 0.5s;
}

.cta-button:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(255, 0, 102, 0.6);
    color: var(--secondary-color);
}

.cta-button:hover::before {
    left: 100%;
}

/* Features Intro Section */
.features-intro {
    text-align: center;
    padding: 5rem 5% 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.features-intro h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
    position: relative;
    display: inline-block;
}

.features-intro p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 3rem 5% 5rem;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.feature {
    padding: 2rem;
    border-radius: 10px;
    background-color: rgba(20, 20, 20, 0.5);
    backdrop-filter: blur(10px);
    transition: all var(--transition-speed) ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    animation: memory-flicker 8s infinite alternate;
    animation-delay: calc(var(--card-index, 0) * 2s);
}

@keyframes memory-flicker {
    0%, 100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    }
    5% {
        opacity: 0.7;
        transform: translateY(5px) scale(0.98);
        box-shadow: 0 0 10px rgba(255, 0, 102, 0.2);
    }
    10% {
        opacity: 0.9;
        transform: translateY(-3px) scale(1.01);
    }
    25% {
        opacity: 0.8;
        transform: translateY(0) scale(0.99);
    }
    40% {
        opacity: 0.4;
        transform: translateY(8px) scale(0.96);
        filter: blur(1px);
        box-shadow: 0 0 20px rgba(255, 0, 102, 0.3);
    }
    45% {
        opacity: 0.9;
        transform: translateY(-2px) scale(1);
        filter: blur(0);
    }
    60% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    75% {
        opacity: 0.6;
        transform: translateY(4px) scale(0.97);
        filter: blur(1.5px);
    }
    80% {
        opacity: 0.9;
        transform: translateY(-1px) scale(0.99);
        filter: blur(0);
    }
    90% {
        opacity: 0.5;
        transform: translateY(2px) scale(0.98);
        filter: blur(0.5px);
    }
}

.feature:nth-child(1) {
    --card-index: 0;
}

.feature:nth-child(2) {
    --card-index: 1;
}

.feature:nth-child(3) {
    --card-index: 2;
}

.feature::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    animation: glitch-border 5s infinite linear;
}

.feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 0, 102, 0.05), transparent);
    z-index: -1;
    opacity: 0;
    animation: memory-static 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s + 1s);
}

/* Efeito de ruído digital */
.digital-noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    z-index: 0;
    opacity: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    animation: noise-animation 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s);
}

@keyframes noise-animation {
    0%, 100% {
        opacity: 0;
    }
    40%, 42% {
        opacity: 0.3;
    }
    41% {
        opacity: 0.5;
    }
    75%, 77% {
        opacity: 0.3;
    }
    76% {
        opacity: 0.5;
    }
}

@keyframes memory-static {
    0%, 100% {
        opacity: 0;
    }
    40%, 45% {
        opacity: 0.8;
    }
    75%, 80% {
        opacity: 0.6;
    }
}

@keyframes glitch-border {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    animation-play-state: paused;
}

.feature:hover::after {
    animation-play-state: paused;
}

.feature h2 {
    margin-bottom: 1rem;
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
    z-index: 2;
}

.feature p, .feature-icon {
    position: relative;
    z-index: 2;
}

.memory-title {
    position: relative;
    animation: memory-title-flicker 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s);
}

.memory-title::before,
.memory-title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.memory-title::before {
    color: #0ff;
    z-index: -1;
    animation: memory-title-before 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s);
}

.memory-title::after {
    color: #f0f;
    z-index: -2;
    animation: memory-title-after 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s + 0.1s);
}

@keyframes memory-title-flicker {
    0%, 100% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 0 transparent;
    }
    39% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 0 transparent;
    }
    40%, 42% {
        opacity: 0.8;
        transform: translateX(3px);
        text-shadow: 2px 0 #ff00cc, -2px 0 #00ffff;
    }
    41% {
        transform: translateX(-2px);
    }
    43% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 0 transparent;
    }
    74% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 0 transparent;
    }
    75%, 77% {
        opacity: 0.8;
        transform: translateX(-2px);
        text-shadow: -1px 0 #ff00cc, 1px 0 #00ffff;
    }
    76% {
        transform: translateX(3px);
    }
    78% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 0 transparent;
    }
}

@keyframes memory-title-before {
    0%, 100% {
        opacity: 0;
        transform: translateX(0);
    }
    40%, 42% {
        opacity: 0.5;
        transform: translateX(5px);
    }
    41% {
        transform: translateX(-3px);
    }
    43% {
        opacity: 0;
    }
    75%, 77% {
        opacity: 0.5;
        transform: translateX(-4px);
    }
    76% {
        transform: translateX(2px);
    }
    78% {
        opacity: 0;
    }
}

@keyframes memory-title-after {
    0%, 100% {
        opacity: 0;
        transform: translateX(0);
    }
    40%, 42% {
        opacity: 0.5;
        transform: translateX(-5px);
    }
    41% {
        transform: translateX(3px);
    }
    43% {
        opacity: 0;
    }
    75%, 77% {
        opacity: 0.5;
        transform: translateX(4px);
    }
    76% {
        transform: translateX(-2px);
    }
    78% {
        opacity: 0;
    }
}

.feature h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: var(--accent-color);
}

.feature p {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    position: relative;
}

.feature p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    opacity: 0;
    animation: text-glitch 8s infinite;
    animation-delay: calc(var(--card-index, 0) * 2s + 0.5s);
}

@keyframes text-glitch {
    0%, 100% {
        opacity: 0;
        transform: translateX(0);
    }
    40%, 42% {
        opacity: 0.8;
        transform: translateX(5px);
    }
    41% {
        transform: translateX(-3px);
    }
    75%, 77% {
        opacity: 0.6;
        transform: translateX(-4px);
    }
    76% {
        transform: translateX(2px);
    }
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    height: 60px;
    position: relative;
}

.memory-recovered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.3s ease;
    z-index: 10;
    text-transform: uppercase;
    border-radius: 10px;
    text-shadow: 0 0 5px var(--accent-color);
    pointer-events: none;
}

.feature:hover .memory-recovered {
    opacity: 1;
    transform: scale(1);
    animation: memory-recovered 1.5s forwards;
}

@keyframes memory-recovered {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    10% {
        opacity: 1;
        transform: scale(1);
    }
    20% {
        opacity: 0.8;
        transform: scale(1.05);
        text-shadow: 0 0 10px var(--accent-color);
    }
    30% {
        opacity: 1;
        transform: scale(0.95);
    }
    40% {
        opacity: 0.9;
        transform: scale(1);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.icon-pulse, 
.icon-target, 
.icon-timeline {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}

.icon-pulse::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.8;
    }
}

.icon-target::before,
.icon-target::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.icon-target::before {
    width: 40px;
    height: 40px;
    border: 2px solid var(--secondary-color);
    opacity: 0.5;
}

.icon-target::after {
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    top: 10px;
    left: 10px;
    animation: target-pulse 3s infinite alternate;
}

@keyframes target-pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

.icon-timeline::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--secondary-color);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.icon-timeline::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    animation: timeline-move 3s infinite alternate;
}

@keyframes timeline-move {
    0% {
        left: 0;
    }
    100% {
        left: 30px;
    }
}

/* Curiosity Hook Section */
.curiosity-hook {
    padding: 5rem 5%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.curiosity-hook::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 0, 102, 0.1), transparent);
    z-index: -1;
}

.hook-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.hook-container h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

.hook-container p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.hook-highlight {
    font-size: 1.3rem !important;
    color: var(--accent-color);
    font-style: italic;
    margin: 2rem 0 !important;
    position: relative;
    display: inline-block;
}

.hook-highlight::before,
.hook-highlight::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: var(--accent-color);
    top: 50%;
}

.hook-highlight::before {
    left: -60px;
}

.hook-highlight::after {
    right: -60px;
}

.secondary-cta {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all var(--transition-speed) ease;
    margin-top: 1rem;
}

.secondary-cta:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 102, 0.3);
}

/* Contact Page Styles */
.contact-hero {
    text-align: center;
    padding: 5rem 5% 3rem;
    position: relative;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.contact-hero h1::before {
    content: 'Contato';
    position: absolute;
    top: 0;
    left: 2px;
    color: var(--accent-color);
    clip-path: inset(0 0 0 0);
    animation: noise-anim 3s infinite linear alternate-reverse;
}

.privacy-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 5%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-info h2 {
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

.privacy-info p {
    margin-bottom: 1rem;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 5%;
}

.contact-form h2 {
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

.calendar-container {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.calendar-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: glitch-scan 3s infinite linear;
    z-index: 1;
}

@keyframes glitch-scan {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.alternative-contact {
    padding: 1.5rem;
    background-color: rgba(20, 20, 20, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.alternative-contact h3 {
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

/* Footer */
footer {
    text-align: center;
    padding: 2rem 5%;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
    margin-top: 1rem;
}

.footer-links a {
    margin: 0 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
    header {
        flex-direction: column;
    }
    
    nav ul {
        margin-top: 1rem;
    }
    
    nav ul li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .cta-container h1 {
        font-size: 2.5rem;
    }
    
    blockquote {
        font-size: 1.4rem;
    }
    
    .features-intro h2 {
        font-size: 1.8rem;
    }
    
    .hook-highlight::before,
    .hook-highlight::after {
        display: none;
    }
}

/* Memórias Flutuantes */
.floating-memories {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.memory-fragment {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 0, 102, 0.3);
    opacity: 0;
    filter: grayscale(0.7) sepia(0.3);
    transform: rotate(var(--rotation, 0deg));
    animation: float-memory var(--duration, 15s) linear forwards;
    animation-delay: var(--delay, 0s);
    transition: box-shadow 0.5s ease;
}

.memory-fragment:hover {
    box-shadow: 0 0 25px rgba(255, 0, 102, 0.6), 0 0 5px rgba(255, 255, 255, 0.8);
    filter: grayscale(0.3) sepia(0.5);
}

.memory-fragment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: 1;
}

.memory-fragment::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.2;
    mix-blend-mode: overlay;
    z-index: 2;
}

@keyframes float-memory {
    0% {
        opacity: 0;
        transform: translate(var(--start-x, -100px), var(--start-y, 100px)) rotate(var(--rotation, 0deg)) scale(0.8);
    }
    10% {
        opacity: 0.7;
        transform: translate(calc(var(--start-x, -100px) + 50px), calc(var(--start-y, 100px) + 20px)) rotate(calc(var(--rotation, 0deg) + 5deg)) scale(0.9);
    }
    80% {
        opacity: 0.7;
        transform: translate(calc(var(--start-x, -100px) + var(--distance-x, 1000px) - 50px), calc(var(--start-y, 100px) + var(--distance-y, 300px) - 20px)) rotate(calc(var(--rotation, 0deg) - 5deg)) scale(0.9);
    }
    100% {
        opacity: 0;
        transform: translate(calc(var(--start-x, -100px) + var(--distance-x, 1000px)), calc(var(--start-y, 100px) + var(--distance-y, 300px))) rotate(var(--rotation, 0deg)) scale(0.8);
    }
}

.memory-fragment.memory-1 {
    background-image: url('../images/memory1.svg');
    background-size: cover;
    background-position: center;
}

.memory-fragment.memory-2 {
    background-image: url('../images/memory2.svg');
    background-size: cover;
    background-position: center;
}

.memory-fragment.memory-3 {
    background-image: url('../images/memory3.svg');
    background-size: cover;
    background-position: center;
}

.memory-fragment.memory-4 {
    background-image: url('../images/memory4.svg');
    background-size: cover;
    background-position: center;
}

.memory-fragment.memory-5 {
    background-image: url('../images/memory5.svg');
    background-size: cover;
    background-position: center;
}

.memory-fragment.memory-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.8));
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-align: center;
    padding: 10px;
}

.memory-fragment.memory-placeholder::before {
    content: '?';
    position: absolute;
    font-size: 3rem;
    opacity: 0.2;
    color: var(--accent-color);
}

/* Responsividade para memórias flutuantes */
@media (max-width: 768px) {
    .memory-fragment {
        width: 100px;
        height: 130px;
    }
} 