/* --- Root Variables for easy branding --- */
:root {
    --primary-gold: #28a745; 
    --gold-hover: #967533;
    --dark-navy: #0a192f;
    --text-dark: #2d3436;
    --text-light: #636e72;
    --bg-soft: #f4f7f6;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- Layout & Container --- */
.content-wrapper {

    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 0 5%; 
    max-width: 1200px;
    margin: 0 auto;
    /* Add top padding here to clear your fixed header/filter bar */
    padding-top: 130px; 
    padding-bottom: 60px;
    box-sizing: border-box;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--dark-navy);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-gold);
    margin: 10px auto 0;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-light);
    font-style: italic;
}

/* --- Section Titles --- */
h3.title-decor {
    color: var(--dark-navy);
    border-left: 5px solid var(--primary-gold);
    padding-left: 15px;
    margin: 40px 0 25px;
    font-size: 1.6rem;
}

/* --- Section I: Core Values Grid --- */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.value-card {
    padding: 30px;
    background: var(--white);
    border: 1px solid #eef2f3;
    border-radius: 15px;
    transition: var(--transition);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(179, 142, 68, 0.15);
    border-color: var(--primary-gold);
}

.value-card h4 {
    color: var(--primary-gold);
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.value-card ul {
    list-style: none;
    padding: 0;
}

.value-card li {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.value-card li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-gold);
}

/* --- Section II: Benefits Banner --- */
.benefits-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: var(--dark-navy);
    color: var(--white);
    padding: 50px;
    border-radius: 20px;
    margin: 60px 0;
}

.benefit-item h4 {
    color: var(--primary-gold);
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.benefit-item ul {
    list-style: none;
    padding: 0;
}

.benefit-item li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
}

.benefit-item li b {
    color: var(--primary-gold);
    margin-right: 5px;
}

.benefit-item li::before {
    content: "✓";
    margin-right: 15px;
    background: var(--primary-gold);
    color: var(--dark-navy);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
}

/* --- Section III: Accordion Policies --- */
.policy-container {
    margin-bottom: 50px;
}

details {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: var(--transition);
}

details[open] {
    border-color: var(--primary-gold);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

summary {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--dark-navy);
    font-size: 1.1rem;
}

summary::-webkit-details-marker { display: none; }

summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--primary-gold);
    transition: transform 0.3s ease;
}

details[open] summary::after {
    transform: rotate(45deg);
    content: '+';
}

.policy-content {
    padding: 0 25px 25px;
    border-top: 1px solid #f0f0f0;
    line-height: 1.8;
    color: var(--text-dark);
}

/* --- CTA Button --- */
.cta-container {
    text-align: center;
    margin: 60px 0 20px;
}

.tour-button {
    background: var(--primary-gold);
    color: white;
    border: none;
    padding: 20px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(179, 142, 68, 0.3);
}

.tour-button:hover {
    background: var(--dark-navy);
    transform: scale(1.05);
    box-shadow: 0 15px 25px rgba(10, 25, 47, 0.3);
}

/* Styling for the new conservation graphic */
.section-header .planet-preservation-graphic {
    max-width: 800px; /* Limits graphic size to avoid overpowering text */
    margin: 30px auto 50px auto; /* Centers the graphic and adds clear spacing above and below */
    text-align: center;
    overflow: hidden; /* Ensures any slight vector bleed is contained */
}

.section-header .planet-preservation-graphic img {
    width: 100%; /* Graphic scales responsively to the container width */
    height: auto;
    display: block; /* Removes image-inline spacing issues */
}

/* Ensure the values-grid follows correctly after the graphic */
.values-grid {
    margin-top: 20px;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .content-wrapper { padding: 20px; margin: 20px; }
    .benefits-banner { grid-template-columns: 1fr; padding: 30px; }
    .section-header h2 { font-size: 1.8rem; }
}