/* EXPERIENCE PAGE BASE */

.experience-page {
    background: #0f2e23;
    color: white;
    font-family: "Cormorant Garamond", serif;
}

/* HERO */

.experience-page .hero {
    position: relative;
    height: 85vh;
    background-size: cover;
    background-image: url("../images/proposal-hero.jpg");
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.experience-page .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(11, 28, 45, 0.25) 0%,
        rgba(11, 28, 45, 0.55) 60%,
        rgba(11, 28, 45, 0.85) 100%
    );
}

.experience-page .hero-content {
    position: relative;
    z-index: 2;
}

.experience-page .hero h1 {
    font-size: 78px;
    font-weight: 400;
    letter-spacing: 1px;
}

.experience-page .hero p {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
}
/* CONTENT */

.experience-page .content {
    max-width: 1100px;
    margin: -80px auto 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.experience-page .text h2 {
    font-size: 42px;
    font-weight: 400;
}

.experience-page .text p {
    font-size: 19px;
    line-height: 1.9;
    max-width: 520px;
}

.experience-page .text ul {
    list-style: none;
    padding: 0;
}

.experience-page .text ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.experience-page .text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c6a85a;
}

/* GALLERY */

.experience-page .gallery img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    transition: 0.4s ease;
}

.experience-page .gallery img:hover {
    transform: scale(1.02);
}

/* CTA */

.experience-page .cta {
    text-align: center;
    padding: 60px 20px 100px;
}

.primary-btn {
    display: inline-block;
    padding: 14px 50px;
    border: 1px solid #c6a85a;
    background: transparent;
    color: #c6a85a;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    transition: 0.4s ease;
}

.primary-btn:hover {
    background: #c6a85a;
    color: #0f2e23;
}

/* ANNIVERSARY SPECIAL TONE */

.anniversary-page .hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(60, 40, 20, 0.25),
        #0f2e23
    );
}

/* ================= EXPERIENCE PAGE FIX ================= */

.experience-page {
    padding-top: 120px; /* espaço para o header */
}

/* HERO */

.hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.6)
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    opacity: 0.9;
}

/* CONTENT */

.content {
    max-width: 1200px;
    margin: 120px auto;
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 0 40px;
}

.content .text {
    flex: 1;
}

.content .gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gallery img {
    width: 100%;
    border-radius: 12px;
}

/* CTA */

.cta {
    text-align: center;
    margin: 120px 0;
}

/* FOOTER FIX */

.footer {
    background: #0f2e23;
    padding: 60px 40px;
    color: white;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    color: #c5a86a;
    text-decoration: none;
    margin-left: 20px;
}

.footer-copy {
    font-size: 14px;
    opacity: 0.7;
}

/* Remove espaço extra antes do hero */

.experience-page {
    margin-top: 0;
    padding-top: 0;
}

/* Header branco nas páginas de experience */

.experience-page .nav-links a {
    color: white !important;
}

.experience-page .book-btn {
    color: white !important;
    border: 1px solid #c5a86a;
}

/* Remove espaço extra no topo */

.experience-page {
    margin-top: 0;
    padding-top: 0;
}

.hero {
    margin-top: 0;
}

/* Menu branco nas páginas de experience */

body.anniversary .nav-links a {
    color: white !important;
}
.experience-page .nav-links a.book-btn {
    border: 1px solid #c5a86a;
    color: white !important;
}

body.anniversary .nav-links a {
    color: white !important;
}

body.anniversary .book-btn {
    border: 1px solid #c5a86a;
    color: white !important;
}


/* FINAL CTA FIX */

.experience-cta{
padding:120px 20px;
display:flex;
justify-content:center;
}

.cta-container{
max-width:900px;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
}

.cta-container h2{
font-size:32px;
max-width:500px;
}

.cta-button{
padding:14px 32px;
border:2px solid #c9a54c;
color:#c9a54c;
text-decoration:none;
font-weight:600;
}

.hero .cta-button{
margin-top:40px;
}


.footer-social {
    margin-top: 15px;
}

.footer-social a {
    color: #d4af37;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
    transition: 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
}