/* ======================================================
   HOTEL BUSINESS — Newsletter Template Styles
   Theme: Dark Blue/Silver | Corporate & Professional
   ====================================================== */

/* ---- RESET & BASE ---- */
body {
    margin: 0;
    padding: 0;
    background-color: #e8ecf1;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ---- EMAIL CONTAINER ---- */
.email-wrapper {
    background-color: #e8ecf1;
    padding: 20px 10px;
}
.email-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

/* ---- PREHEADER ---- */
.preheader {
    background-color: #1a2744;
    padding: 8px 30px;
    font-size: 11px;
    color: #a0b4d0;
    text-align: center;
}

/* ---- HEADER ---- */
.header {
    background-color: #1a2744;
    padding: 20px 30px;
    border-bottom: 3px solid #c0c0c0;
}
.header-logo {
    display: block;
    border: 0;
    max-width: 170px;
}
.header-tagline {
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ---- HERO ---- */
.hero {
    background: linear-gradient(135deg, #1a2744 0%, #2a3f6a 50%, #3a5a8a 100%);
    padding: 45px 40px 35px;
    text-align: center;
}
.hero-badge {
    margin: 0 0 8px;
    font-size: 12px;
    color: #c0c0c0;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.hero-heading {
    margin: 0 0 12px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
}
.hero-subtext {
    margin: 0 0 22px;
    font-size: 15px;
    color: #a0b4d0;
    line-height: 1.6;
}
.hero-cta {
    display: inline-block;
    padding: 14px 36px;
    background-color: #c0c0c0;
    color: #1a2744;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

/* ---- STATS ---- */
.stats-bar {
    background-color: #f0f4f8;
    padding: 20px 25px;
    border-bottom: 1px solid #d0d8e0;
}
.stat-value {
    margin: 0;
    font-size: 22px;
    color: #1a2744;
    font-weight: bold;
}
.stat-label {
    margin: 3px 0 0;
    font-size: 10px;
    color: #666;
}

/* ---- SECTION ---- */
.section-title {
    padding: 35px 30px 15px;
    text-align: center;
}
.section-title h2 {
    margin: 0;
    font-size: 20px;
    color: #1a2744;
    font-weight: 600;
}
.section-subtitle {
    margin: 5px 0 0;
    font-size: 13px;
    color: #888;
}

/* ---- FEATURED CARDS ---- */
.featured-cards {
    padding: 10px 25px;
}
.card {
    background: #f8fafc;
    border: 1px solid #d0d8e0;
}
.card-icon {
    font-size: 24px;
    margin: 0 0 8px;
}
.card h3 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #1a2744;
}
.card p {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

/* ---- PROMO ---- */
.promo {
    padding: 15px 30px;
}
.promo-box {
    background: linear-gradient(90deg, #1a2744, #2a3f6a);
    border-radius: 4px;
    padding: 25px 30px;
}
.promo-box h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #c0c0c0;
}
.promo-box p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #a0b4d0;
    line-height: 1.4;
}
.promo-cta {
    display: inline-block;
    padding: 8px 20px;
    background-color: #c0c0c0;
    color: #1a2744;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

/* ---- TESTIMONIAL ---- */
.testimonials {
    padding: 15px 30px;
}
.testimonial-box {
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #d0d8e0;
    border-left: 4px solid #1a2744;
}
.testimonial-text {
    margin: 0 0 8px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    font-style: italic;
}
.testimonial-author {
    margin: 0;
    font-size: 12px;
    color: #1a2744;
    font-weight: bold;
}

/* ---- CTA ---- */
.cta-section {
    padding: 20px 30px 35px;
    text-align: center;
}
.cta-button {
    display: inline-block;
    padding: 15px 44px;
    background-color: #1a2744;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

/* ---- SOCIAL ---- */
.social-section {
    background: #e8ecf1;
    padding: 25px 30px;
    text-align: center;
    border-top: 1px solid #d0d8e0;
}
.social-label {
    margin: 0 0 12px;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---- FOOTER ---- */
.footer {
    background-color: #1a2744;
    padding: 25px 30px;
    text-align: center;
}
.footer-brand {
    margin: 0 0 5px;
    font-size: 12px;
    color: #c0c0c0;
}
.footer-info {
    margin: 0 0 4px;
    font-size: 11px;
    color: #a0b4d0;
}
.footer-unsubscribe {
    margin: 0 0 10px;
    font-size: 10px;
    color: #6a7fa0;
}
.footer-copyright {
    margin: 0;
    font-size: 10px;
    color: #5a6f90;
}

/* ---- RESPONSIVE ---- */
@media only screen and (max-width: 600px) {
    table[role="presentation"] {
        width: 100% !important;
    }
    .hero-heading {
        font-size: 26px !important;
    }
    td[style*="width:50%"] {
        width: 100% !important;
        display: block !important;
        padding: 8px 0 !important;
    }
    td[style*="width:25%"] {
        width: 50% !important;
        padding: 8px 10px !important;
    }
    .stat-value {
        font-size: 18px !important;
    }
    .cta-button {
        padding: 12px 32px !important;
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 480px) {
    .hero-heading {
        font-size: 22px !important;
    }
    .hero {
        padding: 30px 20px !important;
    }
    .header {
        padding: 15px 20px !important;
    }
    .stats-bar {
        padding: 12px 15px !important;
    }
    .section-title {
        padding: 25px 15px 10px !important;
    }
    .featured-cards {
        padding: 5px 15px !important;
    }
    .promo {
        padding: 10px 20px !important;
    }
    .testimonials {
        padding: 10px 20px !important;
    }
    .cta-section {
        padding: 15px 20px 25px !important;
    }
    .footer {
        padding: 20px !important;
    }
    .social-section {
        padding: 20px !important;
    }
}
