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

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; font-weight: 700; }
h2 { font-size: 2.5rem; font-weight: 600; }
h3 { font-size: 1.5rem; font-weight: 600; }

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #764ba2 75%, #667eea 100%);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}

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

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.neural-line{stroke:rgba(255,255,255,0.08);stroke-width:0.3;}.neural-node{fill:rgba(255,255,255,0.12);}.neural-core{fill:rgba(255,255,255,0.2);}</style></defs><!-- Neural connections --><line class="neural-line" x1="20" y1="20" x2="40" y2="60"/><line class="neural-line" x1="20" y1="20" x2="70" y2="30"/><line class="neural-line" x1="80" y1="80" x2="40" y2="60"/><line class="neural-line" x1="80" y1="80" x2="70" y2="30"/><line class="neural-line" x1="40" y1="60" x2="70" y2="30"/><line class="neural-line" x1="90" y1="10" x2="70" y2="30"/><line class="neural-line" x1="10" y1="90" x2="40" y2="60"/><line class="neural-line" x1="90" y1="10" x2="20" y2="20"/><line class="neural-line" x1="10" y1="90" x2="80" y2="80"/><!-- Additional network connections --><line class="neural-line" x1="15" y1="45" x2="40" y2="60"/><line class="neural-line" x1="15" y1="45" x2="20" y2="20"/><line class="neural-line" x1="85" y1="55" x2="80" y2="80"/><line class="neural-line" x1="85" y1="55" x2="70" y2="30"/><line class="neural-line" x1="35" y1="25" x2="60" y2="45"/><line class="neural-line" x1="65" y1="70" x2="35" y2="25"/><line class="neural-line" x1="25" y1="75" x2="60" y2="45"/><!-- New denser connections --><line class="neural-line" x1="45" y1="15" x2="75" y2="65"/><line class="neural-line" x1="12" y1="35" x2="55" y2="85"/><line class="neural-line" x1="78" y1="45" x2="30" y2="85"/><line class="neural-line" x1="52" y1="25" x2="88" y2="72"/><line class="neural-line" x1="22" y1="65" x2="68" y2="52"/><line class="neural-line" x1="42" y1="82" x2="55" y2="12"/><line class="neural-line" x1="45" y1="15" x2="12" y2="35"/><line class="neural-line" x1="78" y1="45" x2="52" y2="25"/><line class="neural-line" x1="68" y1="52" x2="22" y2="65"/><line class="neural-line" x1="88" y1="72" x2="42" y2="82"/><!-- Neural nodes (neurons) --><circle class="neural-node" cx="20" cy="20" r="2.5"/><circle class="neural-core" cx="20" cy="20" r="1"/><circle class="neural-node" cx="80" cy="80" r="2.5"/><circle class="neural-core" cx="80" cy="80" r="1"/><circle class="neural-node" cx="40" cy="60" r="2"/><circle class="neural-core" cx="40" cy="60" r="0.8"/><circle class="neural-node" cx="90" cy="10" r="1.5"/><circle class="neural-core" cx="90" cy="10" r="0.6"/><circle class="neural-node" cx="10" cy="90" r="1.5"/><circle class="neural-core" cx="10" cy="90" r="0.6"/><circle class="neural-node" cx="70" cy="30" r="2"/><circle class="neural-core" cx="70" cy="30" r="0.8"/><circle class="neural-node" cx="15" cy="45" r="1.2"/><circle class="neural-core" cx="15" cy="45" r="0.5"/><circle class="neural-node" cx="85" cy="55" r="1.2"/><circle class="neural-core" cx="85" cy="55" r="0.5"/><!-- Previous additional neurons --><circle class="neural-node" cx="35" cy="25" r="1.5"/><circle class="neural-core" cx="35" cy="25" r="0.6"/><circle class="neural-node" cx="65" cy="70" r="1.8"/><circle class="neural-core" cx="65" cy="70" r="0.7"/><circle class="neural-node" cx="25" cy="75" r="1"/><circle class="neural-core" cx="25" cy="75" r="0.4"/><circle class="neural-node" cx="60" cy="45" r="1.3"/><circle class="neural-core" cx="60" cy="45" r="0.5"/><!-- 30% more neurons for density --><circle class="neural-node" cx="45" cy="15" r="1.1"/><circle class="neural-core" cx="45" cy="15" r="0.4"/><circle class="neural-node" cx="12" cy="35" r="1.4"/><circle class="neural-core" cx="12" cy="35" r="0.6"/><circle class="neural-node" cx="78" cy="45" r="1.6"/><circle class="neural-core" cx="78" cy="45" r="0.7"/><circle class="neural-node" cx="30" cy="85" r="1.2"/><circle class="neural-core" cx="30" cy="85" r="0.5"/><circle class="neural-node" cx="52" cy="25" r="1"/><circle class="neural-core" cx="52" cy="25" r="0.4"/><circle class="neural-node" cx="88" cy="72" r="1.3"/><circle class="neural-core" cx="88" cy="72" r="0.5"/><circle class="neural-node" cx="22" cy="65" r="0.9"/><circle class="neural-core" cx="22" cy="65" r="0.3"/><circle class="neural-node" cx="68" cy="52" r="1.1"/><circle class="neural-core" cx="68" cy="52" r="0.4"/><circle class="neural-node" cx="42" cy="82" r="1.5"/><circle class="neural-core" cx="42" cy="82" r="0.6"/><circle class="neural-node" cx="55" cy="12" r="0.8"/><circle class="neural-core" cx="55" cy="12" r="0.3"/></svg>');
    animation: float 20s infinite linear;
    opacity: 0.7;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.neural-line-2{stroke:rgba(255,255,255,0.05);stroke-width:0.2;}.neural-node-2{fill:rgba(255,255,255,0.08);}</style></defs><!-- Secondary neural network layer --><line class="neural-line-2" x1="30" y1="15" x2="60" y2="75"/><line class="neural-line-2" x1="75" y1="25" x2="25" y2="85"/><line class="neural-line-2" x1="50" y1="40" x2="90" y2="70"/><line class="neural-line-2" x1="5" y1="60" x2="55" y2="20"/><!-- Additional secondary connections --><line class="neural-line-2" x1="18" y1="50" x2="72" y2="80"/><line class="neural-line-2" x1="83" y1="35" x2="38" y2="65"/><line class="neural-line-2" x1="62" y1="28" x2="28" y2="92"/><!-- Secondary nodes --><circle class="neural-node-2" cx="30" cy="15" r="1"/><circle class="neural-node-2" cx="60" cy="75" r="1"/><circle class="neural-node-2" cx="75" cy="25" r="1.2"/><circle class="neural-node-2" cx="25" cy="85" r="1"/><circle class="neural-node-2" cx="50" cy="40" r="0.8"/><circle class="neural-node-2" cx="90" cy="70" r="1"/><circle class="neural-node-2" cx="5" cy="60" r="0.8"/><circle class="neural-node-2" cx="55" cy="20" r="1"/><!-- Additional secondary nodes for density --><circle class="neural-node-2" cx="18" cy="50" r="0.9"/><circle class="neural-node-2" cx="72" cy="80" r="1.1"/><circle class="neural-node-2" cx="83" cy="35" r="0.7"/><circle class="neural-node-2" cx="38" cy="65" r="0.6"/><circle class="neural-node-2" cx="62" cy="28" r="0.8"/><circle class="neural-node-2" cx="28" cy="92" r="0.5"/><circle class="neural-node-2" cx="47" cy="58" r="0.6"/><circle class="neural-node-2" cx="8" cy="78" r="0.7"/></svg>');
    animation: float 25s infinite linear reverse;
    opacity: 0.4;
    pointer-events: none;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* Hero Content */
.hero-content {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-content h1 .highlight {
    font-weight: 700;
    color: #667eea;
}

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

/* Typewriter Effect */
.typewriter-container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.typewriter {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}

.cursor {
    display: inline-block;
    background-color: #ffffff;
    margin-left: 3px;
    width: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
    animation: fadeInUp 1s ease-out 1.2s both;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #764ba2, #667eea);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

/* A/B Testing Variants */
.cta-button.variant-b {
    background: linear-gradient(135deg, #FF6B35, #FF8E53);
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.3);
    animation: pulseOrange 2s infinite;
}

.cta-button.variant-b:hover {
    background: linear-gradient(135deg, #FF8E53, #FFA07A);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.4);
}

@keyframes pulseOrange {
    0%, 100% { box-shadow: 0 8px 32px rgba(255, 107, 53, 0.3); }
    50% { box-shadow: 0 8px 32px rgba(255, 107, 53, 0.5); }
}

.hero h1 .highlight.variant-b {
    background: linear-gradient(135deg, #FF6B35, #FFA07A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 3s ease-in-out infinite;
}

@keyframes textShimmer {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; transform: scale(1.02); }
}

/* A/B Test Debug Info (solo in development) */
.ab-test-debug {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999;
    display: none; /* Mostra solo in dev */
}

/* Services Section */
#services {
    padding: 100px 50px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

#services h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
    position: relative;
}

#services h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
}

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

.service {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.service h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service p {
    color: #7f8c8d;
    line-height: 1.8;
}

/* Featured Service */
.service.featured {
    background: white;
    color: #333;
    border: 2px solid #667eea;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.15);
}

.service.featured::before {
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.service.featured h3 {
    color: #667eea;
    font-size: 1.5rem;
}

.service.featured p {
    color: #555;
}

.service.featured:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
}

/* Contact Section */
#contact {
    padding: 100px 50px;
    background: linear-gradient(135deg, #f8fafe 0%, #e8f4f8 100%);
    color: #2c3e50;
    text-align: center;
}

#contact h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    color: #2c3e50;
}

#contact h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
}

/* Contact subtitle */
#contact .contact-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

#contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

#contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: left;
    color: #2c3e50;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 1.5rem;
    border: 2px solid #e8f4f8;
    border-radius: 10px;
    background: #f8fafe;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #2c3e50;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.1);
    transform: scale(1.02);
}

#contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

#contact-form button {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#contact-form button:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #764ba2, #667eea);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

/* Language Selector */
.language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    gap: 5px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 8px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.lang-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #333;
    font-family: 'Manrope', sans-serif;
}

.lang-btn:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.lang-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* Footer */
footer {
    background: #2c3e50;
    color: white;
    text-align: center;
    padding: 2rem 0;
}

.footer-content p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-content small {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.6;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    color: white;
    padding: 1rem;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-banner p {
    margin: 0;
    flex: 1;
    min-width: 250px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-banner a {
    color: #60a5fa;
    text-decoration: none;
}

.cookie-banner a:hover {
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-btn.accept {
    background: #60a5fa;
    color: white;
}

.cookie-btn.accept:hover {
    background: #3b82f6;
}

.cookie-btn.decline {
    background: transparent;
    color: #60a5fa;
    border: 1px solid #60a5fa;
}

.cookie-btn.decline:hover {
    background: #60a5fa;
    color: white;
}

.cookie-btn.settings {
    background: transparent;
    color: #94a3b8;
    border: 1px solid #94a3b8;
}

.cookie-btn.settings:hover {
    background: #94a3b8;
    color: white;
}

/* Legal Pages Styles */
.legal-page {
    background: #f8fafc;
    min-height: 100vh;
    font-family: 'Manrope', sans-serif;
}

.legal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0 2rem;
    text-align: center;
}

.legal-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.back-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: white;
}

.legal-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.legal-header .updated {
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
}

.legal-content {
    padding: 3rem 0;
}

.legal-content .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.legal-content section {
    background: white;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.legal-content h2 {
    color: #667eea;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.legal-content h3 {
    color: #374151;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem;
}

.legal-content p {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-content li {
    color: #4b5563;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.legal-content strong {
    color: #374151;
    font-weight: 600;
}

.legal-content a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Legal Tables */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.legal-table thead {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.legal-table th,
.legal-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.legal-table th {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.legal-table td {
    color: #4b5563;
    font-size: 0.9rem;
}

.legal-table tbody tr:hover {
    background: #f8fafc;
}

.legal-footer {
    background: #374151;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.legal-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.legal-footer a {
    color: #d1d5db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.legal-footer a:hover {
    color: white;
}

/* Responsive Design for Legal Pages */
@media (max-width: 768px) {
    .legal-header {
        padding: 2rem 0 1.5rem;
    }
    
    .legal-header h1 {
        font-size: 2rem;
    }
    
    .legal-content {
        padding: 2rem 0;
    }
    
    .legal-content section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .legal-table {
        font-size: 0.8rem;
    }
    
    .legal-table th,
    .legal-table td {
        padding: 0.8rem 0.5rem;
    }
    
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        justify-content: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background: rgba(102, 126, 234, 0.3);
}