:root {
    --primary-color: #2C3E50;
    --accent-color: #DAA520;
    --text-color: #333;
    --light-bg: #f9f9f9;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
}

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

/* Navbar */
.navbar {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    margin-left: 2rem;
    transition: color 0.3s ease;
}

/* Hero Section - Updated Style */
.hero {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/capitolo-lissoni.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content {
    max-width: 1200px;
    padding: 0 20px;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
}

.project-title {
    display: inline-block;
    border: 1px solid #FFD700;
    padding: 1rem 3rem;
    color: #FFD700;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin: 2rem 0;
}

.hero-description {
    max-width: 800px;
    margin: 2rem auto;
    line-height: 1.6;
    font-size: 1.2rem;
}

.hero h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 2rem 0;
}

.cta-button {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: white;
    color: black;
}

.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 8px;
    margin: 2rem auto;
    color: #DAA520;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.brand-name::before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px solid #DAA520;
    opacity: 0.5;
    pointer-events: none;
}

.cta-text {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.discover-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 1.2rem 2.5rem;
    background: transparent;
    border: 1px solid #DAA520;
    color: #DAA520;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
}

.discover-button:hover {
    background: #DAA520;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.3);
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.discover-button:hover .arrow-icon {
    transform: translateY(4px);
}

/* Buttons */
.primary-button, .whatsapp-button {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 0.5rem;
}

.primary-button {
    background: var(--accent-color);
    color: white;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #00C853, #00E676);
    color: white;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    text-align: center;
}

.whatsapp-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-size: contain;
    margin-bottom: 8px;
}

.whatsapp-subtext {
    font-size: 0.9rem;
    font-weight: normal;
}

.primary-button:hover, .whatsapp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Properties Section */
.properties {
    padding: 5rem 0;
    background: var(--light-bg);
}

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

.property-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.property-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #fff;
    padding: 1rem;
}

.property-info {
    padding: 1.5rem;
}

/* Features Section */
.features {
    padding: 5rem 0;
}

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

.feature-card {
    text-align: center;
    padding: 1rem;
}

.feature-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

/* Location Section */
.location {
    padding: 5rem 0;
    background: var(--light-bg);
}

.location-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.location-info ul {
    list-style: none;
    margin-top: 1rem;
}

.location-info li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.location-info li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

/* Contact Section - Updated Style */
.contact {
    padding: 5rem 0;
    text-align: center;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.contact h2 {
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    color: #2C3E50;
    margin-bottom: 1.5rem;
}

.contact-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.elegant-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #DAA520, #B8860B);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.3);
}

.elegant-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}

.elegant-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
}

.elegant-button:hover::before {
    left: 100%;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-icon svg {
    width: 24px;
    height: 24px;
}

.business-hours {
    color: #666;
    font-size: 0.9rem;
    margin-top: 2rem;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact h2 {
        font-size: 2rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
        padding: 0 20px;
    }
    
    .elegant-button {
        font-size: 1rem;
        padding: 1.2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .brand-name {
        font-size: 1.5rem;
        letter-spacing: 3px;
    }

    .hero-description p {
        font-size: 1.1rem;
    }

    .cta-text {
        font-size: 1.1rem;
    }

    .discover-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }

    .brand-name {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
}

.btn-elegante {
    /* Layout e dimensões */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    min-width: 200px;
    
    /* Tipografia */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    
    /* Cores e efeitos */
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
    /* Transições */
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-transform: none;
}

.btn-elegante:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-elegante:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Removendo efeitos anteriores que não combinam com o novo estilo */
.btn-elegante::before {
    display: none;
}

.btn-texto {
    font-size: inherit;
    position: relative;
    z-index: 1;
}

.btn-icone {
    font-size: 20px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.btn-elegante:hover .btn-icone {
    transform: translateX(4px);
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .btn-elegante {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* Estilos do Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    backdrop-filter: blur(5px);
}

.modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: white;
    padding: 3rem;
    max-width: 800px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.4s ease;
}

.modal-content h2 {
    color: #2C3E50;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.modal-content h3 {
    color: #DAA520;
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    font-family: 'Playfair Display', serif;
}

.modal-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.modal-content strong {
    color: #2C3E50;
}

.modal-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}

.modal-content ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #555;
}

.modal-content ul li::before {
    content: "•";
    color: #DAA520;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.close-button {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #666;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.close-button:hover {
    background: #eee;
    color: #333;
    transform: rotate(90deg);
}

/* Animações do Modal */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Estilização da scrollbar do modal */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #DAA520;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #B8860B;
}

/* Responsividade do Modal */
@media (max-width: 768px) {
    .modal-content {
        padding: 2rem;
        width: 95%;
        max-height: 90vh;
    }

    .modal-content h2 {
        font-size: 1.8rem;
    }

    .modal-content h3 {
        font-size: 1.2rem;
    }

    .modal-content p, 
    .modal-content ul li {
        font-size: 1rem;
    }
}

.saiba-mais {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #FFD700;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.saiba-mais:hover {
    background-color: #FFC700;
}

.main-nav .saiba-mais {
    color: white;
    text-decoration: none;
}

.main-nav .saiba-mais:hover {
    color: #FFD700;
}

.map {
    width: 100%;
    height: 450px;
    border-radius: 4px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-button {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #FFD700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #FFD700;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

#mapa-localizacao {
    scroll-margin-top: 80px; /* Ajuste este valor conforme a altura do seu menu */
}

.footer {
    background: linear-gradient(to bottom, #1a1a1a, #2c2c2c);
    color: #fff;
    padding: 80px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        rgba(218, 165, 32, 0) 0%,
        rgba(218, 165, 32, 0.5) 50%,
        rgba(218, 165, 32, 0) 100%
    );
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 20px;
}

.footer-column h3 {
    color: #DAA520;
    margin-bottom: 25px;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.footer-column a:hover {
    color: #DAA520;
}

.footer-column a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #DAA520;
    transition: width 0.3s ease;
}

.footer-column a:hover::after {
    width: 100%;
}

.social-media {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.social-media a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.social-media a:hover {
    color: #DAA520;
    transform: translateY(-2px);
}

.footer-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsividade do Footer */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 60px 0 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .social-media {
        justify-content: center;
    }

    .footer-column a::after {
        display: none;
    }
    
    .footer-column h3 {
        margin-bottom: 20px;
    }
}

.nav-button.saiba-mais-btn {
    background-color: transparent;
    border: 1px solid #DAA520;
    color: #DAA520;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-button.saiba-mais-btn:hover {
    background-color: #DAA520;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(218, 165, 32, 0.3);
} 