﻿/* ============================================
   {$keywords} - Estilo 3: Depósito Recorrente
   Tema Azul e Confiável - Mobile-Friendly
   ============================================ */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    background: linear-gradient(135deg, #000d1a 0%, #000000 50%, #001a33 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-header {
    background: linear-gradient(135deg, #001a33 0%, #000d1a 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.2);
    border-bottom: 2px solid #007bff;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.5));
}

.header-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}

.btn-success {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.4);
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 86, 179, 0.6);
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
}

.hero-section {
    padding: 40px 0;
    background: radial-gradient(circle at center, rgba(0, 123, 255, 0.1) 0%, transparent 70%);
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.hero-text {
    flex: 1;
    text-align: center;
}

.hero-text h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text .lead {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4da6ff;
    line-height: 1.7;
}

.hero-text p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.hero-img {
    width: 100%;
    max-width: 582px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 15px 50px rgba(0, 123, 255, 0.5);
    border: 4px solid rgba(0, 123, 255, 0.5);
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.hero-img:hover {
    transform: rotate(2deg) scale(1.05);
}

.cta-banner {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
}

.cta-banner h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.features-section {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5);
}

.features-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #007bff;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.feature-item {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 86, 179, 0.1) 100%);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
    border-color: #007bff;
}

.feature-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #007bff;
}

.feature-item p {
    font-size: 16px;
    color: #e0e0e0;
}

.main-cta {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    padding: 50px 0;
    text-align: center;
    color: #ffffff;
}

.main-cta h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.access-section {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.3);
}

.access-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.access-content img {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.5));
}

.access-links h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #007bff;
}

.access-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.main-footer {
    background: #000000;
    padding: 30px 0;
    text-align: center;
    border-top: 2px solid rgba(0, 123, 255, 0.3);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-link {
    color: #007bff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #4da6ff;
    text-decoration: underline;
}

.footer-info {
    color: #999999;
    font-size: 14px;
}

.legal-section {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5);
}

.legal-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #007bff;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .hero-content {
        flex-direction: row-reverse;
        gap: 60px;
        align-items: flex-start;
    }
    .hero-text {
        text-align: right;
    }
    .hero-image {
        flex-shrink: 0;
    }
    .hero-text h1 {
        font-size: 36px;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .access-content {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .hero-text h1 {
        font-size: 42px;
    }
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

