/* ======================================================
   HOTEL LUXURY — Newsletter Template Styles
   Theme: Deep Navy & Gold | Elegant & Sophisticated
   ====================================================== */

/* ---- RESET & BASE ---- */
body {
    margin: 0;
    padding: 0;
    background-color: #f4f1eb;
    font-family: 'Georgia', 'Times New Roman', serif;
    -webkit-font-smoothing: antialiased;
}

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

/* ---- PREHEADER ---- */
.preheader {
    background-color: #0a192f;
    padding: 6px 30px;
    font-size: 11px;
    color: #c9a84c;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* ---- HEADER ---- */
.header {
    background-color: #0a192f;
    padding: 30px 40px 20px;
    text-align: center;
    border-bottom: 2px solid #c9a84c;
}
.header-logo {
    display: block;
    margin: 0 auto 10px;
    border: 0;
    max-width: 180px;
}
.header-tagline {
    margin: 5px 0 0;
    font-size: 12px;
    color: #c9a84c;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ---- HERO ---- */
.hero {
    background-color: #0a192f;
    padding: 50px 40px;
    text-align: center;
    background: linear-gradient(135deg, #0a192f 0%, #1a3a5c 100%);
}
.hero-heading {
    margin: 0 0 15px;
    font-size: 36px;
    color: #c9a84c;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
}
.hero-subtext {
    margin: 0 0 25px;
    font-size: 16px;
    color: #e8dcc8;
    line-height: 1.6;
}
.hero-cta {
    display: inline-block;
    padding: 14px 36px;
    background-color: #c9a84c;
    color: #0a192f;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

/* ---- STATS BAR ---- */
.stats-bar {
    background: linear-gradient(90deg, #c9a84c, #d4b96a, #c9a84c);
    padding: 25px 30px;
}
.stat-value {
    margin: 0;
    font-size: 28px;
    color: #0a192f;
    font-weight: bold;
}
.stat-label {
    margin: 3px 0 0;
    font-size: 11px;
    color: #0a192f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- SECTION TITLE ---- */
.section-title {
    padding: 40px 40px 20px;
    text-align: center;
}
.section-title h2 {
    margin: 0;
    font-size: 22px;
    color: #0a192f;
    letter-spacing: 1px;
    font-weight: 400;
}
.section-divider {
    width: 40px;
    height: 2px;
    background: #c9a84c;
    margin: 10px auto;
}

/* ---- FEATURED CARDS ---- */
.featured-cards {
    padding: 10px 30px;
}
.card {
    background: #faf8f5;
    border: 1px solid #e8dcc8;
}
.card-image {
    height: 160px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.card-image h3 {
    margin: 0;
    font-size: 18px;
    color: #c9a84c;
}
.card-body {
    padding: 15px;
    text-align: center;
}
.card-body p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.card-link {
    color: #c9a84c;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}

/* ---- CONCIERGE PROMO ---- */
.promo {
    padding: 20px 40px;
}
.promo-box {
    background: #0a192f;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
}
.promo-box h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #c9a84c;
    letter-spacing: 1px;
}
.promo-box p {
    margin: 0 0 5px;
    font-size: 14px;
    color: #e8dcc8;
    line-height: 1.6;
}
.promo-cta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 24px;
    border: 1px solid #c9a84c;
    color: #c9a84c;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ---- TESTIMONIALS ---- */
.testimonials {
    padding: 30px 40px;
}
.testimonial-box {
    padding: 25px;
    background: #faf8f5;
    border-left: 3px solid #c9a84c;
}
.testimonial-text {
    margin: 0 0 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    font-style: italic;
}
.testimonial-author {
    margin: 0;
    font-size: 12px;
    color: #0a192f;
    font-weight: bold;
}

/* ---- CTA ---- */
.cta-section {
    padding: 10px 40px 40px;
    text-align: center;
}
.cta-button {
    display: inline-block;
    padding: 16px 48px;
    background-color: #c9a84c;
    color: #0a192f;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

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

/* ---- FOOTER ---- */
.footer {
    background: #0a192f;
    padding: 30px 40px;
    text-align: center;
}
.footer-brand {
    margin: 0 0 8px;
    font-size: 12px;
    color: #c9a84c;
}
.footer-info {
    margin: 0 0 5px;
    font-size: 11px;
    color: #888;
}
.footer-unsubscribe {
    margin: 0 0 12px;
    font-size: 10px;
    color: #666;
}
.footer-copyright {
    margin: 0;
    font-size: 10px;
    color: #555;
}

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