:root {
    --teal: #0b8481;
    --green: #8cc63f;
    --card-bg: #e5f2f1;
    --card-border: #d0e5e3;
    --box-bg: #ffffff;
    --text-dark: #333333;
    --text-body: #555555;
    --text-muted: #777777;
    --text-soft: #888888;
}

* { box-sizing: border-box; }
body { margin: 0; padding: 0; background-color: #ffffff; font-family: Arial, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; }
table { border-spacing: 0; border-collapse: collapse; }
img { max-width: 100%; height: auto; }

.wrapper { display: block; width: 100%; padding: 40px 20px; background-color: #ffffff; }
.main-card-wrap { position: relative; width: 100%; max-width: 600px; margin: 0 auto; }

.main-badge-right { 
    position: absolute; 
    top: -45px; 
    right: 35px; 
    width: 110px; 
    height: auto; 
    z-index: 99; 
}

.main-table { width: 100%; background-color: var(--card-bg); border: 1px solid var(--card-border); border-radius: 4px; text-align: left; }


.pad-heading { padding: 55px 40px 20px 40px; }
.welcome-heading { font-size: 22px; color: var(--text-dark); font-weight: bold; line-height: 1.4; margin: 0; letter-spacing: -0.2px; }

.pad-body { padding: 0 40px 10px 40px; }
.body-text { font-size: 13.5px; color: var(--text-body); line-height: 1.6; margin: 0 0 16px 0; }
.text-link-bold { color: var(--teal); text-decoration: none; font-weight: bold; }
.text-link-bold:hover { text-decoration: underline; }

.btn-container { margin: 25px 0 25px 0; text-align: left; }
.btn-verify { display: inline-block; background-color: var(--teal); color: #ffffff !important; text-decoration: none; font-size: 13px; font-weight: bold; padding: 12px 26px; border-radius: 20px; letter-spacing: 0.3px; }

.pad-box-wrap { padding: 10px 40px 30px 40px; }
.preferences-box { width: 100%; background-color: var(--box-bg); border-radius: 4px; border: none; }
.preferences-inner { padding: 35px 30px; }

.pref-title { margin: 0 0 14px 0; font-weight: bold; color: var(--text-dark); font-size: 14px; line-height: 1.4; }
.pref-desc { margin: 0 0 18px 0; color: var(--text-body); font-size: 13.5px; line-height: 1.5; }
.custom-list { margin: 0 0 22px 0; }
.list-item { display: table; width: 100%; margin-bottom: 10px; font-size: 13.5px; line-height: 1.5; }
.list-item .dash { display: table-cell; width: 18px; color: var(--teal); font-weight: bold; font-size: 15px; vertical-align: top; }
.list-item .text { display: table-cell; color: var(--text-body); vertical-align: top; }

.pref-note { margin: 0 0 15px 0; color: var(--text-body); font-size: 13.5px; line-height: 1.5; }
.closing-text { margin: 25px 0 0 0; font-size: 13.5px; color: var(--text-body); line-height: 1.6; }

.pad-footer { padding: 10px 40px 50px 40px; text-align: center; }
.footer-brand-text { font-size: 32px; font-weight: bold; color: #b1dad7; margin-bottom: 25px; letter-spacing: -1px; text-align: center; }
.footer-brand-text .dot { color: #c4e3a4; }

.download-container { margin-bottom: 25px; display: flex;  justify-content: center; }
.download-img { height: 64px; width: auto; display: block; }

.footer-contact-zone { font-size: 12px; color: var(--text-muted); line-height: 1.8; margin-bottom: 30px; text-align: center; }
.contact-link { color: var(--text-muted); text-decoration: none; font-weight: bold; }
.contact-link:hover { text-decoration: underline; }
.phone-text { color: var(--text-muted); }
.social-text { color: var(--text-soft); font-size: 11px; word-spacing: 2px; display: inline-block; margin-top: 4px; }
.thanks-text { font-size: 11px; color: var(--text-soft); display: inline-block; margin-top: 6px; }

.footer-legal { width: 100%; border: none; }
.legal-badges-zone { padding-bottom: 20px; text-align: center; }
.badge-img { display: inline-block; height: 25px; width: auto; margin: 0 6px; vertical-align: middle; opacity: 0.8; }

.legal-text-zone { text-align: center; }
.legal-desc { font-size: 10.5px; color: var(--text-soft); line-height: 1.6; margin: 0 auto 8px auto; max-width: 480px; }
.copyright-text { font-size: 10.5px; color: var(--text-soft); margin: 0 0 12px 0; }
.web-link-row { margin: 0; }
.footer-web-link { font-size: 11px; color: var(--teal); text-decoration: none; font-weight: bold; }
.footer-web-link:hover { text-decoration: underline; }

@media screen and (max-width: 600px) {
    .wrapper { padding: 30px 10px; }
    .main-badge-right { width: 90px; top: -35px; right: 20px; }
    .pad-heading { padding: 45px 20px 15px 20px; }
    .welcome-heading { font-size: 18px; }
    .pad-body, .pad-box-wrap, .pad-footer { padding-left: 20px; padding-right: 20px; }
    .preferences-inner { padding: 25px 15px; }
    .legal-desc { max-width: 100%; }
}