/* ============================================================
   tu-marca.css — Estilos exclusivos de la página /tu-marca
   ============================================================ */

/* ----- Hero ----- */
.tm-hero { min-height: 85vh; display: flex; align-items: center; }
.tm-hero-overlay {
    width: 55%;
    background: linear-gradient(to right, rgba(0,0,0,.72) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,0) 100%);
}
.tm-hero-eyebrow {
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .2em; color: rgba(255,255,255,.55);
}
.tm-divider {
    width: 56px; height: 3px;
    background: linear-gradient(90deg, #008b8b, #60d3aa);
    margin-bottom: 1.5rem; border-radius: 2px;
}
.tm-hero-lead  { opacity: .9;  line-height: 1.65; }
.tm-hero-sub   { opacity: .65; font-size: .9rem; line-height: 1.7; }

/* ----- Stats strip ----- */
.tm-stat-cell  { border-right: 1px solid #e9ecef; }
.tm-stat-num   { font-size: 2.5rem; }
.tm-stat-source { font-size: .7rem; color: #adb5bd; font-style: italic; }

/* ----- Por qué ahora ----- */
.tm-blockquote { border-left: 4px solid #008b8b; }
.tm-blockquote p { font-size: 1.05rem; color: #333; line-height: 1.65; }
.tm-highlight  { border-left: 4px solid #008b8b; color: #333; line-height: 1.65; }
.tm-text-body  { line-height: 1.75; }

/* ----- Comparativa ----- */
.tm-section-eyebrow-light {
    font-size: .73rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .16em; color: rgba(255,255,255,.45);
}
.tm-section-opacity { opacity: .75; }
.tm-compare-before { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.tm-compare-after  { background: rgba(0,139,139,.25);  border: 1px solid rgba(96,211,170,.35); }
.tm-compare-label  {
    font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; opacity: .55;
}
.tm-compare-label-after {
    font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #95f7b1;
}
.tm-compare-item       { font-size: .875rem; opacity: .75; }
.tm-compare-item-after { font-size: .875rem; opacity: .9; }
.tm-icon-cross { color: rgba(255,100,100,.7); font-size: .85rem; }
.tm-icon-check { color: #60d3aa; font-size: .85rem; }

/* ----- Metodología VERR ----- */
.tm-verr-card  { border-top: 3px solid #008b8b; box-shadow: 0 2px 16px rgba(0,0,0,.07); }
.tm-verr-letter {
    font-size: 3.5rem; line-height: 1;
    background: linear-gradient(90deg, #008b8b, #60d3aa);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.tm-verr-title    { font-size: .95rem; color: #212529; letter-spacing: .05em; }
.tm-verr-subtitle { font-size: .8rem; color: #008b8b; font-weight: 600; }
.tm-verr-desc     { font-size: .85rem; line-height: 1.65; }

/* ----- 5 Módulos ----- */
.tm-module-card { border: 1px solid #eef0f2; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.tm-module-num-col {
    background: linear-gradient(135deg, rgba(0,139,139,.08), rgba(149,247,177,.04));
}
.tm-module-num {
    font-size: 2.75rem; line-height: 1;
    background: linear-gradient(90deg, #008b8b, #60d3aa);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.tm-module-label {
    font-size: .65rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .1em; color: #008b8b;
}
.tm-module-tag  { font-size: .65rem; }
.tm-module-title { font-size: 1.05rem; color: #212529; }
.tm-module-desc  { font-size: .9rem;  line-height: 1.7; }
.tm-check-teal   { color: #008b8b; font-size: .75rem; }
.tm-bullet       { font-size: .85rem; line-height: 1.55; }

/* ----- Formato / cards genéricas ----- */
.tm-card-title { font-size: .95rem; color: #212529; }
.tm-card-desc  { font-size: .85rem; line-height: 1.55; }

/* ----- Bonos ----- */
.tm-bono-card { background: linear-gradient(135deg, rgba(0,139,139,.06), rgba(149,247,177,.04)); border: 2px solid rgba(0,139,139,.15); }
.tm-bono-icon {
    width: 2.5rem; height: 2.5rem; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, #008b8b, #31af9d);
    display: flex; align-items: center; justify-content: center;
}
.tm-bono-icon span { font-size: .85rem; }
.tm-bono-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: #008b8b; }
.tm-bono-fa    { color: #008b8b; font-size: 1.4rem; display: block; }
.tm-bono-desc  { font-size: .86rem; line-height: 1.65; }

/* ----- Checklist ----- */
.tm-checklist         { background: #f8f9fa; border: 1px solid #eef0f2; }
.tm-checklist-heading { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #008b8b; }
.tm-check-sm   { color: #008b8b; font-size: .8rem; }
.tm-check-md   { color: #008b8b; font-size: .85rem; }
.tm-check-lg   { color: #008b8b; font-size: .9rem; }
.tm-checklist-item { font-size: .875rem; line-height: 1.55; }

/* ----- Garantía ----- */
.tm-guarantee-text { opacity: .82; font-size: 1rem; line-height: 1.8; max-width: 540px; margin: 0 auto; }

/* ----- Mini-Bio ----- */
.tm-bio-img     { max-height: 500px; object-fit: cover; }
.tm-bio-subtitle { font-size: .9rem; color: #6c757d; }

/* ----- Creencias limitantes ----- */
.tm-creencia-card { border: 1px solid #eef0f2; background: #fafafa; }
.tm-icon-x-soft   { color: rgba(220,80,80,.6); font-size: .9rem; }
.tm-icon-x-muted  { color: #adb5bd; font-size: .85rem; }
.tm-creencia-q    { font-size: .9rem; color: #555; font-style: italic; }
.tm-creencia-a    { font-size: .875rem; line-height: 1.65; }

/* ----- Para quién es ----- */
.tm-for-yes { background: linear-gradient(135deg, rgba(0,139,139,.07), rgba(149,247,177,.04)); border: 2px solid rgba(0,139,139,.2); }
.tm-for-no  { background: #fff; border: 1px solid #dee2e6; }
.tm-section-tag-teal { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #008b8b; }
.tm-section-tag-gray { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #6c757d; }
.tm-list-item { font-size: .9rem; }

/* ----- FAQ ----- */
.tm-faq-item   { border-color: #eef0f2 !important; }
.tm-faq-btn    { font-size: .95rem; background: transparent !important; box-shadow: none !important; color: #212529 !important; }
.tm-faq-body   { font-size: .9rem; line-height: 1.75; }

/* ----- CTA Final ----- */
.tm-cta-container { max-width: 680px; }
.tm-badge-cupo {
    display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35);
    color: #fff; font-size: .75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .14em; padding: .45rem 1.1rem; border-radius: 999px;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .5; transform: scale(1.4); }
}
.tm-pulse-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #95f7b1; display: inline-block;
    animation: pulse-dot 1.6s infinite;
}
.tm-cta-highlight {
    background: linear-gradient(90deg, #60d3aa, #95f7b1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.tm-cta-lead { opacity: .82; line-height: 1.75; }
.tm-cta-fine { opacity: .55; font-size: .85rem; }
.tm-highlight-green { color: #95f7b1; font-weight: 700; }

/* ----- Modal ----- */
.tm-modal-content { border-radius: 16px; overflow: hidden; }
.tm-modal-header  {
    background: linear-gradient(135deg, #006e6e 0%, #008b8b 50%, #31af9d 100%);
    padding: 2rem 2rem 1.75rem;
}
.tm-modal-close   { top: 1rem; right: 1rem; opacity: .7; }
.tm-modal-badge {
    display: inline-block;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.9); font-size: .65rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .18em;
    padding: .3rem .9rem; border-radius: 999px; margin-bottom: 1rem;
}
.tm-modal-title    { font-size: 1.45rem; line-height: 1.3; letter-spacing: -.01em; }
.tm-modal-subtitle { color: rgba(255,255,255,.75); font-size: .9rem; }
.tm-modal-divider  {
    width: 40px; height: 2px; background: rgba(255,255,255,.4);
    border-radius: 2px; margin: 1rem auto 0;
}
.tm-modal-footer-text { font-size: .8rem; }

/* Zoho form inside modal */
#modalMPI #crmWebToEntityForm {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
#modalMPI #crmWebToEntityForm.zcwf_lblLeft {
    padding: 32px 36px !important;
}
@media (max-width: 576px) {
    .tm-stat-cell { border-right: none; }
    #modalMPI #crmWebToEntityForm.zcwf_lblLeft { padding: 24px 18px !important; }
}
