/* Give Page Specific Styles */

/* Hero Section */
.give-hero {
    min-height: 450px;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    min-height: 450px;
}

.hero-image-section {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #242424;
}

.hero-title {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    margin: 0;
    text-align: center;
}

.hero-text-section {
    background-color: #508fae;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px;
}

.hero-text-section h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
}

/* Scripture Section */
.scripture-section {
    background-color: #fff;
    padding: 56px 20px 40px;
}

.scripture-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.scripture-content h2 {
    font-size: 38px;
    font-weight: 900;
    color: #242424;
    line-height: 1.4;
    margin-bottom: 15px;
}

.scripture-content .highlight {
    color: #185b8f;
}

.scripture-reference {
    font-size: 32px;
    color: #242424;
    font-weight: 900;
    margin-top: 20px;
}

/* Giving Options Section */
.giving-options {
    background-color: #fff;
    padding: 26px 20px 76px;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.option-card {
    padding: 10px;
}

.option-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #242424;
    margin-bottom: 20px;
}

.option-card p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.option-card strong {
    font-weight: 700;
}

.option-card .example {
    font-style: italic;
}

.option-card .note {
    font-style: italic;
}

.option-card .note strong {
    font-weight: 700;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    text-align: center;
    justify-content: center;
}

.btn-primary {
    background-color: #e35725;
    color: #fff;
    border-color: #e35725;
}

.btn-primary:hover {
    background-color: #c94a1f;
    border-color: #c94a1f;
}

.btn-primary svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.97);
    color: #242424;
    border: none;
    margin-right: 20px;
}

.btn-secondary:hover {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-white {
    background-color: #fff;
    color: #242424;
    border-color: #242424;
}

.btn-white:hover {
    background-color: #f0f0f0;
}

/* Generosity Section */
.generosity-section {
    background-color: #f2ede8;
}

.generosity-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.generosity-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.generosity-image {
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.generosity-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.generosity-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Additional Info Section */
.additional-info {
    background-color: #fff;
    padding: 76px 20px 100px;
}

.info-content {
    max-width: 1200px;
    margin: 0 auto;
}

.info-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.info-content a {
    color: #185b8f;
}

.info-content a:hover {
    text-decoration: underline;
}

/* Footer */
.site-footer {
    background-color: #242424;
    color: #fff;
    padding: 56px 20px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 900;
    color: #c0c0c0;
    margin-bottom: 20px;
}

.footer-section p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-section > h3:first-child {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

.footer-section > h3:first-child strong {
    font-weight: 700;
}

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

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #fff;
    font-weight: 700;
}

.footer-links a:hover {
    color: #508fae;
}

.footer-bottom {
    background-color: #131313;
    padding: 30px 0;
    text-align: center;
}

.footer-logo {
    width: 139px;
    max-width: 100%;
    height: auto;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-links svg {
    width: 24px;
    height: 24px;
    fill: #535353;
}

.social-links a:hover svg {
    fill: #508fae;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
    }
    
    .hero-text-section {
        padding: 50px 30px;
    }
    
    .options-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .generosity-container {
        grid-template-columns: 1fr;
    }
    
    .generosity-image {
        min-height: 300px;
    }
    
    .generosity-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 56px;
    }
    
    .hero-text-section h2 {
        font-size: 24px;
    }
    
    .scripture-content h2 {
        font-size: 30px;
    }
    
    .scripture-reference {
        font-size: 24px;
    }
    
    .option-card h3 {
        font-size: 24px;
    }
    
    .generosity-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 48px;
    }
    
    .hero-text-section {
        padding: 40px 20px;
    }
    
    .hero-text-section h2 {
        font-size: 20px;
    }
    
    .scripture-content h2 {
        font-size: 24px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-section > h3:first-child {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-text-section h2 {
        font-size: 18px;
    }
    
    .scripture-content h2 {
        font-size: 20px;
    }
    
    .scripture-reference {
        font-size: 18px;
    }
    
    .option-card h3 {
        font-size: 20px;
    }
    
    .option-card p {
        font-size: 16px;
    }
    
    .generosity-content h2 {
        font-size: 24px;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}