/*
Theme Name: AAWallpaperPRO
Description: Tema premium para AAWallpaperPRO - Wallpapers Premium HD
Version: 2.0
Author: AMOACHADINHOS
Text Domain: aawallpaperpro
*/

/* Importar fonte Nunito */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    background: white;
}

/* Header Styles */
.site-header {
    background: linear-gradient(135deg, #FF8C00, #FF4500);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .logo {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
}

/* Main Navigation */
.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin: 0;
}

.main-navigation a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 5px;
    white-space: nowrap;
}

.main-navigation a:hover {
    background: rgba(255,255,255,0.1);
}

/* Hero Section */
.hero-section {
    background: radial-gradient(circle at bottom right, #FF8C00, #FF4500 72%);
    position: relative;
    padding: 150px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.cssigniter.com/elementor/wp-content/uploads/2017/06/hero-7.jpg') center center/cover no-repeat;
    opacity: 0.9;
}

.hero-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.hero-content {
    color: #ffffff;
}

.hero-subtitle {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.hero-title {
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Download Buttons */
.download-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    min-width: 200px;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    background: #333333;
}

.download-btn i {
    font-size: 18px;
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff 25%, rgba(255,140,0,0.25));
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 231px;
    background: white;
    transform: skewY(-2deg);
    transform-origin: bottom left;
}

.features-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    color: #FF8C00;
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    text-align: center;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    opacity: 0.3;
}

.feature-card h3 {
    color: #FF8C00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
}

/* Wallpaper Categories */
.wallpaper-categories {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff 25%, rgba(255,140,0,0.25));
}

.category-section {
    max-width: 1040px;
    margin: 0 auto 80px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.category-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.category-content {
    padding: 20px;
}

.category-number {
    color: #9b9b9b;
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 15px;
}

.category-title {
    color: #FF8C00;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}

.category-description {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
}

/* Testimonials */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff 39%, rgba(255,140,0,0.25));
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1040px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.testimonial-content {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    color: #FF8C00;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.author-info p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 100;
}

/* Footer */
.site-footer {
    background: #ffffff;
    padding: 50px 0 30px;
    text-align: center;
}

.footer-contact {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.footer-contact a {
    color: #FF8C00;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #666;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-navigation ul {
        justify-content: center;
        gap: 10px;
    }
    
    .main-navigation a {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 38px;
    }
    
    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .download-btn {
        width: 100%;
        max-width: 280px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-section {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .main-navigation ul {
        gap: 8px;
    }
    
    .main-navigation a {
        font-size: 11px;
        padding: 5px 8px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .download-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-width: 180px;
    }
}

/* Page Content Styles */
.page-content {
    max-width: 1200px;
    margin: 100px auto 50px;
    padding: 0 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 0;
    background: linear-gradient(135deg, #FF8C00, #FF4500);
    color: white;
    border-radius: 10px;
}

.page-title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    color: white;
}

.page-subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
}

.page-body {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    line-height: 1.8;
}

.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4,
.page-body h5,
.page-body h6 {
    color: #FF8C00;
    margin: 30px 0 15px;
    font-weight: 600;
}

.page-body h1 {
    font-size: 32px;
    border-bottom: 2px solid #FF8C00;
    padding-bottom: 10px;
}

.page-body h2 {
    font-size: 28px;
}

.page-body h3 {
    font-size: 24px;
}

.page-body p {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
}

.page-body ul,
.page-body ol {
    margin: 20px 0;
    padding-left: 30px;
}

.page-body li {
    margin-bottom: 10px;
    color: #555;
}

.page-body strong {
    color: #FF8C00;
    font-weight: 600;
}

.page-body a {
    color: #FF8C00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-body a:hover {
    color: #FF4500;
    text-decoration: underline;
}

.page-body blockquote {
    border-left: 4px solid #FF8C00;
    padding: 20px;
    margin: 30px 0;
    background: #FFF9F0;
    font-style: italic;
}

.page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.page-body th,
.page-body td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.page-body th {
    background: #FFF9F0;
    color: #FF8C00;
    font-weight: 600;
}

/* Contact Form Styles */
.contact-form {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    margin: 40px 0;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #FF8C00;
    font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #FF8C00;
}

.submit-btn {
    background: #FF8C00;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #FF4500;
}

/* Responsive Page Content */
@media (max-width: 768px) {
    .page-content {
        margin: 80px auto 30px;
        padding: 0 15px;
    }
    
    .page-header {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .page-title {
        font-size: 32px;
    }
    
    .page-body {
        padding: 30px 20px;
    }
    
    .page-body h1 {
        font-size: 28px;
    }
    
    .page-body h2 {
        font-size: 24px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 28px;
    }
    
    .page-body {
        padding: 20px 15px;
    }
    
    .page-body h1 {
        font-size: 24px;
    }
    
    .contact-form {
        padding: 20px 15px;
    }
}
/* Footer Styles */
.site-footer {
    background: #f8f9fa;
    padding: 50px 0 30px;
    text-align: center;
    margin-top: 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-contact {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.footer-contact a {
    color: #FF8C00;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-navigation a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: #FF8C00;
}

.footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-navigation ul {
        flex-direction: column;
        gap: 10px;
    }
}

/* Prevenir sobreposição do conteúdo */
@media (max-width: 768px) {
    body {
        padding-top: 70px !important; /* Compensa a altura do header fixo */
    }
    
    .page-title {
        margin-top: 20px !important;
        padding-top: 10px !important;
        font-size: 22px !important;
    }
}