/* Reset e configurações básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Cores do tema */
:root {
    --primary-black: #1a1a1a;
    --secondary-black: #2d2d2d;
    --gold: #d4af37;
    --light-gold: #f4e4bc;
    --gray: #6c757d;
    --light-gray: #e9ecef;
    --white: #ffffff;
    --text-dark: #333333;
}

/* Header */
.header {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.logo-img:hover {
    transform: translateY(-2px) scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}

.logo h2 {
    color: var(--gold);
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.3),
        0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
}

.logo h2:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 4px 8px rgba(0,0,0,0.4),
        0 8px 16px rgba(212, 175, 55, 0.3);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: var(--gold);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--gold);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--white);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 50%, var(--gray) 100%);
    color: var(--white);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.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 200 200"><defs><pattern id="car-keys" width="200" height="200" patternUnits="userSpaceOnUse"><g opacity="0.1"><path d="M20 40c0-5.5 4.5-10 10-10s10 4.5 10 10v20c0 5.5-4.5 10-10 10s-10-4.5-10-10V40z" fill="%23d4af37"/><rect x="25" y="35" width="10" height="30" fill="%23d4af37"/><circle cx="30" cy="25" r="3" fill="%23d4af37"/><path d="M45 30h15v5H45z" fill="%23d4af37"/><path d="M45 40h15v5H45z" fill="%23d4af37"/><path d="M45 50h15v5H45z" fill="%23d4af37"/></g><g opacity="0.05"><path d="M120 60c0-5.5 4.5-10 10-10s10 4.5 10 10v20c0 5.5-4.5 10-10 10s-10-4.5-10-10V60z" fill="%23d4af37"/><rect x="125" y="55" width="10" height="30" fill="%23d4af37"/><circle cx="130" cy="45" r="3" fill="%23d4af37"/><path d="M145 50h15v5h-15z" fill="%23d4af37"/><path d="M145 60h15v5h-15z" fill="%23d4af37"/><path d="M145 70h15v5h-15z" fill="%23d4af37"/></g><g opacity="0.08"><path d="M70 120c0-5.5 4.5-10 10-10s10 4.5 10 10v20c0 5.5-4.5 10-10 10s-10-4.5-10-10v-20z" fill="%23d4af37"/><rect x="75" y="115" width="10" height="30" fill="%23d4af37"/><circle cx="80" cy="105" r="3" fill="%23d4af37"/><path d="M95 110h15v5h-15z" fill="%23d4af37"/><path d="M95 120h15v5h-15z" fill="%23d4af37"/><path d="M95 130h15v5h-15z" fill="%23d4af37"/></g><g opacity="0.06"><path d="M170 140c0-5.5 4.5-10 10-10s10 4.5 10 10v20c0 5.5-4.5 10-10 10s-10-4.5-10-10v-20z" fill="%23d4af37"/><rect x="175" y="135" width="10" height="30" fill="%23d4af37"/><circle cx="180" cy="125" r="3" fill="%23d4af37"/><path d="M195 130h15v5h-15z" fill="%23d4af37"/><path d="M195 140h15v5h-15z" fill="%23d4af37"/><path d="M195 150h15v5h-15z" fill="%23d4af37"/></g></pattern></defs><rect width="200" height="200" fill="url(%23car-keys)"/></svg>');
    opacity: 0.4;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gold);
    text-shadow: 
        0 3px 6px rgba(0,0,0,0.4),
        0 6px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
}

.hero h1:hover {
    transform: translateY(-3px);
    text-shadow: 
        0 6px 12px rgba(0,0,0,0.5),
        0 12px 24px rgba(212, 175, 55, 0.3);
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    color: var(--light-gray);
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.feature i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.feature h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
}

.hero-description {
    font-size: 1.1rem;
    margin: 2rem 0;
    color: var(--light-gray);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Botões */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #b8941f 100%);
    color: var(--primary-black);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    color: var(--primary-black);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--gold);
}

.btn-secondary:hover {
    background: var(--gold);
    color: var(--primary-black);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--primary-black);
    border: 2px solid var(--primary-black);
    padding: 8px 20px;
    font-size: 0.9rem;
}

.btn-outline:hover {
    background: var(--primary-black);
    color: var(--white);
}

/* About Us Section */
.about-us {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 100%);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about-us::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 200 200"><defs><pattern id="car-keys-about" width="200" height="200" patternUnits="userSpaceOnUse"><g opacity="0.08"><path d="M30 50c0-6 5-11 11-11s11 5 11 11v25c0 6-5 11-11 11s-11-5-11-11V50z" fill="%23d4af37"/><rect x="35" y="45" width="12" height="35" fill="%23d4af37"/><circle cx="41" cy="35" r="4" fill="%23d4af37"/><path d="M55 40h18v6H55z" fill="%23d4af37"/><path d="M55 50h18v6H55z" fill="%23d4af37"/><path d="M55 60h18v6H55z" fill="%23d4af37"/></g><g opacity="0.05"><path d="M130 70c0-6 5-11 11-11s11 5 11 11v25c0 6-5 11-11 11s-11-5-11-11V70z" fill="%23d4af37"/><rect x="135" y="65" width="12" height="35" fill="%23d4af37"/><circle cx="141" cy="55" r="4" fill="%23d4af37"/><path d="M155 60h18v6h-18z" fill="%23d4af37"/><path d="M155 70h18v6h-18z" fill="%23d4af37"/><path d="M155 80h18v6h-18z" fill="%23d4af37"/></g><g opacity="0.06"><path d="M80 130c0-6 5-11 11-11s11 5 11 11v25c0 6-5 11-11 11s-11-5-11-11v-25z" fill="%23d4af37"/><rect x="85" y="125" width="12" height="35" fill="%23d4af37"/><circle cx="91" cy="115" r="4" fill="%23d4af37"/><path d="M105 120h18v6h-18z" fill="%23d4af37"/><path d="M105 130h18v6h-18z" fill="%23d4af37"/><path d="M105 140h18v6h-18z" fill="%23d4af37"/></g><g opacity="0.04"><path d="M180 150c0-6 5-11 11-11s11 5 11 11v25c0 6-5 11-11 11s-11-5-11-11v-25z" fill="%23d4af37"/><rect x="185" y="145" width="12" height="35" fill="%23d4af37"/><circle cx="191" cy="135" r="4" fill="%23d4af37"/><path d="M205 140h18v6h-18z" fill="%23d4af37"/><path d="M205 150h18v6h-18z" fill="%23d4af37"/><path d="M205 160h18v6h-18z" fill="%23d4af37"/></g></pattern></defs><rect width="200" height="200" fill="url(%23car-keys-about)"/></svg>');
    opacity: 0.3;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.about-text h2 {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.3),
        0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
}

.about-text h2:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 4px 8px rgba(0,0,0,0.4),
        0 8px 16px rgba(212, 175, 55, 0.3);
}

.about-text h3 {
    font-size: 1.8rem;
    color: var(--light-gray);
    margin-bottom: 2rem;
    font-weight: 500;
}

.about-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: var(--light-gray);
}

.about-features {
    display: grid;
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--gold) 0%, #b8941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: var(--primary-black);
}

.feature-content h4 {
    color: var(--gold);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.feature-content p {
    color: var(--light-gray);
    line-height: 1.6;
    margin: 0;
}

/* Statistics */
.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.stat-label {
    color: var(--light-gray);
    font-size: 1rem;
    font-weight: 500;
}

/* Mission and Values */
.about-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    position: relative;
    z-index: 2;
}

.mission-content {
    background: rgba(255,255,255,0.05);
    padding: 3rem;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.mission-content h3 {
    color: var(--gold);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.mission-content p {
    color: var(--light-gray);
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 0;
}

.mission-values h3 {
    color: var(--gold);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.value-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.value-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.value-item i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.value-item h4 {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.value-item p {
    color: var(--light-gray);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Testimonials */
.testimonials {
    background: var(--light-gray);
    padding: 80px 0;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-black);
    margin-bottom: 3rem;
    font-weight: 700;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid var(--gold);
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
}

.testimonial .stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1rem;
}

.testimonial .stars i {
    color: var(--gold);
    font-size: 0.9rem;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
}

.testimonial h4 {
    color: var(--gold);
    font-weight: 600;
}

/* Google Reviews */
.google-reviews {
    background: var(--white);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

.google-reviews h3 {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-black);
    margin-bottom: 2rem;
    font-weight: 700;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.google-review {
    background: var(--light-gray);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--gold) 0%, #b8941f 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.reviewer-details h4 {
    margin: 0;
    color: var(--primary-black);
    font-size: 1rem;
    font-weight: 600;
}

.reviewer-details .stars {
    display: flex;
    gap: 2px;
    margin-top: 0.2rem;
}

.reviewer-details .stars i {
    color: var(--gold);
    font-size: 0.8rem;
}

.review-date {
    color: var(--gray);
    font-size: 0.9rem;
}

.google-review p {
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.google-link {
    text-align: center;
}

.google-link .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Services */
.services {
    background: var(--white);
    padding: 80px 0;
}

.services h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-black);
    margin-bottom: 1rem;
    font-weight: 700;
}

.services h3 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--gray);
    margin-bottom: 1rem;
    font-weight: 500;
}

.services > .container > p {
    text-align: center;
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: 1px solid var(--light-gray);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--gold) 0%, #b8941f 100%);
}

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

.service-card h4 {
    color: var(--primary-black);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card p {
    color: var(--gray);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.service-card ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-card li {
    color: var(--gray);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.service-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

.service-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Contact Section */
.contact {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 100%);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact::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 200 200"><defs><pattern id="car-keys-contact" width="200" height="200" patternUnits="userSpaceOnUse"><g opacity="0.06"><path d="M25 45c0-5 4-9 9-9s9 4 9 9v20c0 5-4 9-9 9s-9-4-9-9V45z" fill="%23d4af37"/><rect x="29" y="40" width="10" height="25" fill="%23d4af37"/><circle cx="34" cy="30" r="3" fill="%23d4af37"/><path d="M47 35h12v4H47z" fill="%23d4af37"/><path d="M47 45h12v4H47z" fill="%23d4af37"/><path d="M47 55h12v4H47z" fill="%23d4af37"/></g><g opacity="0.04"><path d="M125 65c0-5 4-9 9-9s9 4 9 9v20c0 5-4 9-9 9s-9-4-9-9V65z" fill="%23d4af37"/><rect x="129" y="60" width="10" height="25" fill="%23d4af37"/><circle cx="134" cy="50" r="3" fill="%23d4af37"/><path d="M147 55h12v4h-12z" fill="%23d4af37"/><path d="M147 65h12v4h-12z" fill="%23d4af37"/><path d="M147 75h12v4h-12z" fill="%23d4af37"/></g><g opacity="0.05"><path d="M75 125c0-5 4-9 9-9s9 4 9 9v20c0 5-4 9-9 9s-9-4-9-9v-20z" fill="%23d4af37"/><rect x="79" y="120" width="10" height="25" fill="%23d4af37"/><circle cx="84" cy="110" r="3" fill="%23d4af37"/><path d="M97 115h12v4h-12z" fill="%23d4af37"/><path d="M97 125h12v4h-12z" fill="%23d4af37"/><path d="M97 135h12v4h-12z" fill="%23d4af37"/></g><g opacity="0.03"><path d="M175 145c0-5 4-9 9-9s9 4 9 9v20c0 5-4 9-9 9s-9-4-9-9v-20z" fill="%23d4af37"/><rect x="179" y="140" width="10" height="25" fill="%23d4af37"/><circle cx="184" cy="130" r="3" fill="%23d4af37"/><path d="M197 135h12v4h-12z" fill="%23d4af37"/><path d="M197 145h12v4h-12z" fill="%23d4af37"/><path d="M197 155h12v4h-12z" fill="%23d4af37"/></g></pattern></defs><rect width="200" height="200" fill="url(%23car-keys-contact)"/></svg>');
    opacity: 0.3;
}

.contact h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--gold);
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.3),
        0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.contact h2:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 4px 8px rgba(0,0,0,0.4),
        0 8px 16px rgba(212, 175, 55, 0.3);
}

.contact > .container > p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: var(--light-gray);
    position: relative;
    z-index: 2;
}

.contact-info {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--gold);
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.contact-item i {
    color: var(--gold);
    font-size: 1.3rem;
}

.contact-item a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--gold);
}

/* Contact Form */
.contact-form-container {
    background: rgba(255,255,255,0.1);
    padding: 3rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.contact-form-container h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--gold);
}

.contact-form {
    display: grid;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: var(--white);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Map */
.map-container {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.map-container h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--gold);
}

.address-info {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 10px;
    border-left: 4px solid var(--gold);
}

.address-info p {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.address-info i {
    color: var(--gold);
    font-size: 1.2rem;
}

.map-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.map-wrapper:hover .map-overlay {
    opacity: 1;
}

.map-link {
    background: var(--gold);
    color: var(--primary-black);
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.map-link:hover {
    background: #b8941f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    color: var(--primary-black);
}

.map-link i {
    font-size: 1.1rem;
}

.map-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.map-actions .btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 150px;
    justify-content: center;
}

/* Map Fallback */
.map-fallback {
    display: none;
    background: var(--light-gray);
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

.map-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.map-placeholder i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.map-placeholder h4 {
    color: var(--primary-black);
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
}

.map-placeholder p {
    color: var(--gray);
    font-size: 1.1rem;
    margin: 0;
}

/* Show fallback if iframe fails */
.map-wrapper iframe:not([src]) + .map-fallback,
.map-wrapper iframe[src=""] + .map-fallback {
    display: block;
}

/* Footer */
.footer {
    background: var(--primary-black);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-info h3 {
    color: var(--gold);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-shadow: 
        0 1px 2px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.footer-info h3:hover {
    transform: translateY(-1px);
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.4),
        0 4px 8px rgba(212, 175, 55, 0.2);
}

.footer-info p {
    color: var(--light-gray);
    line-height: 1.6;
}

.footer-contact h4 {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-contact p {
    color: var(--light-gray);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact i {
    color: var(--gold);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--secondary-black);
    color: var(--gray);
}

/* Responsividade */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--primary-black);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 1rem 0;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-methods {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
    
    .google-reviews {
        padding: 2rem;
    }
    
    .reviews-container {
        grid-template-columns: 1fr;
    }
    
    .map-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .map-actions .btn {
        min-width: 200px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-mission {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .about-text h2 {
        font-size: 2.5rem;
    }
    
    .about-text h3 {
        font-size: 1.5rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .logo {
        gap: 10px;
    }
    
    .logo-img {
        height: 40px;
    }
    
    .logo h2 {
        font-size: 1.5rem;
    }
    
    .contact h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .services h2,
    .testimonials h2,
    .contact h2 {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .google-reviews {
        padding: 1.5rem;
    }
    
    .google-reviews h3 {
        font-size: 1.5rem;
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .reviewer-info {
        gap: 0.5rem;
    }
    
    .reviewer-avatar {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .about-text h2 {
        font-size: 2rem;
    }
    
    .about-text h3 {
        font-size: 1.3rem;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .logo {
        gap: 8px;
    }
    
    .logo-img {
        height: 35px;
    }
    
    .logo h2 {
        font-size: 1.3rem;
    }
    
    .contact h2 {
        font-size: 1.8rem;
    }
    
    .footer-info h3 {
        font-size: 1.3rem;
    }
    
    .about-intro {
        font-size: 1rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .mission-content {
        padding: 2rem;
    }
    
    .value-item {
        padding: 1.5rem;
    }
    
    .value-item i {
        font-size: 2rem;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.testimonial {
    animation: fadeInUp 0.6s ease-out;
}

/* Scroll suave */
html {
    scroll-behavior: smooth;
}

/* Efeitos de hover para links */
a {
    transition: all 0.3s ease;
}

/* Melhorias de acessibilidade */
.btn:focus,
input:focus,
textarea:focus {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

/* Loading states */
.btn:active {
    transform: scale(0.98);
}
