@charset "utf-8";

/* Page Header Styles */
.page-header {
    text-align: center;
}

.page-header h1 {
    font-size: 36px;
    color: #225d5e;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-header p {
    font-size: 19px;
    color: #555;
    max-width: 750px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Hero Cards Section */
.hero-cards-section {
    margin: 50px 0;
}

.hero-gradient-box {
    text-align: center;
    background: linear-gradient(12deg, rgba(34,93,94,1.00) 0%, rgba(56,118,108,1.00) 50%, rgba(81,128,89,1.00) 100%);
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.hero-gradient-box h2 {
    color: white;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}

.hero-gradient-box .hero-subtitle {
    color: rgba(255,255,255,0.95);
    font-size: 17px;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-content-row {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.hero-image-col {
    text-align: center;
    margin-bottom: 20px;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.hero-text-col {
    display: flex;
    align-items: center;
}

.hero-text-content {
    width: 100%;
    text-align: left;
}

.hero-text-content p {
    color: white;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 500;
}

.hero-text-content ul {
    color: rgba(255,255,255,0.95);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.hero-button-container {
    text-align: center;
    margin-bottom: 20px;
}

.hero-cta-button {
    background: #ED5923;
    color: white;
    border: none;
    padding: 18px 42px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}

.hero-cta-button:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
}

.hero-features-list {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin: 0;
}

/* Digital Sharing Section */
.digital-sharing-header {
    margin-top: 50px;
    margin-bottom: 35px;
}

.digital-sharing-header h2 {
    font-size: 30px;
    color: #225d5e;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.digital-sharing-header p {
    font-size: 16px;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.sharing-cards-row {
    margin-bottom: 50px;
}

.sharing-card-col {
    padding: 0 15px 30px 15px;
}

.sharing-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
    text-align: center;
}

.sharing-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.sharing-icon-container {
    margin-bottom: 20px;
}

.sharing-icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #38766c 0%, #518159 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sharing-card h3 {
    color: #225d5e;
    text-align: center;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
}

.sharing-card p {
    font-size: 15px;
    text-align: center;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
}

.sharing-card-button {
    display: inline-block;
    background: linear-gradient(135deg, #38766c 0%, #518159 100%);
    color: white;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(56, 118, 108, 0.3);
    transition: all 0.3s;
}

.sharing-card-button:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Tips Section - Updated */
.tips-section-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tips-box {
    padding: 40px 30px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.tips-box h2 {
    color: #225d5e;
    text-align: center;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 600;
}

.tips-box .tips-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tip-item-modern {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.tip-number-modern {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ED5923;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
    margin-right: 18px;
}

.tip-content-modern h4 {
    color: #225d5e;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.tip-content-modern p {
    color: #555;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* Sample Messages Section - Updated */
.sample-messages-section {
    margin-bottom: 50px;
}

.sample-messages-section h2 {
    text-align: center;
    font-size: 30px;
    color: #225d5e;
    margin-bottom: 12px;
    font-weight: 600;
}

.sample-messages-section .section-subtitle {
    text-align: center;
    margin-bottom: 35px;
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sample-message-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.sample-message-card h4 {
    color: #225d5e;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.sample-message-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    background: #f5f9f8;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid #38766c;
    margin: 0;
    font-style: italic;
}

/* Final CTA Section - Updated */
.final-cta-section {
    margin: 40px 0 50px 0;
}

.final-cta-box {
    padding: 50px 30px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.final-cta-box h3 {
    color: #225d5e;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 32px;
}

.final-cta-box .cta-text-primary {
    font-size: 17px;
    color: #555;
    margin-bottom: 12px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.final-cta-box .cta-text-secondary {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

.final-cta-button {
    background: #ED5923;
    color: white;
    padding: 18px 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 15px rgba(237, 89, 35, 0.35);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.final-cta-button:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    transform: translateY(-2px);
}

.final-cta-features {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .page-header h1 {
        font-size: 28px;
    }

    .hero-gradient-box {
        padding: 40px 20px;
    }

    .hero-gradient-box h2 {
        font-size: 28px;
    }

    .hero-cta-button {
        padding: 16px 35px;
        font-size: 18px;
    }

    .sharing-card {
        margin-bottom: 20px;
        min-height: auto;
    }

    .tip-item-modern {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tip-number-modern {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .sample-message-card {
        padding: 20px 15px;
    }

    .final-cta-box {
        padding: 40px 20px;
    }

    .final-cta-button {
        padding: 16px 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .page-header h1 {
        font-size: 24px;
    }

    .page-header p {
        font-size: 17px;
    }

    .hero-gradient-box h2 {
        font-size: 24px;
    }

    .hero-cta-button {
        padding: 15px 30px;
        font-size: 17px;
    }

    .digital-sharing-header h2 {
        font-size: 26px;
    }

    .tips-box h2 {
        font-size: 26px;
    }

    .sample-messages-section h2 {
        font-size: 26px;
    }

    .final-cta-box h3 {
        font-size: 28px;
    }

    .final-cta-button {
        padding: 15px 35px;
        font-size: 17px;
    }
}
