/* Te escribo · cross-sell block (shared across SEO landings)
 * Cargado vía <link rel="stylesheet" href="/assets/te-escribo-cta.css">
 */
.te-escribo-cta { background:#173D30; color:#fff; padding:3.5rem 1.5rem; }
.te-escribo-cta .te-wrap { max-width:640px; margin:0 auto; text-align:center; }
.te-escribo-cta .te-kicker { font-size:.78rem; letter-spacing:3px; text-transform:uppercase; color:#C2A78B; margin:0 0 .8rem; font-weight:400; }
.te-escribo-cta h2 { font-family:'Barlow Condensed',sans-serif; font-size:2.1rem; line-height:1.2; color:#fff; font-weight:600; margin:0 0 1.1rem; letter-spacing:.3px; }
.te-escribo-cta .te-sub { font-size:1.02rem; line-height:1.65; color:rgba(255,255,255,.82); max-width:520px; margin:0 auto 1.8rem; font-weight:300; }
.te-escribo-cta .te-form { display:flex; flex-direction:column; gap:.6rem; max-width:420px; margin:0 auto; }
.te-escribo-cta .te-form input[type=email] { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); color:#fff; padding:.9rem 1rem; border-radius:6px; font-family:inherit; font-size:1rem; }
.te-escribo-cta .te-form input[type=email]::placeholder { color:rgba(255,255,255,.55); }
.te-escribo-cta .te-form input[type=email]:focus { outline:none; border-color:#C2A78B; background:rgba(255,255,255,.12); }
.te-escribo-cta .te-form button { background:#C2A78B; color:#fff; border:none; padding:.95rem 1rem; border-radius:6px; font-family:inherit; font-size:1rem; font-weight:500; cursor:pointer; transition:background .15s; }
.te-escribo-cta .te-form button:hover { background:#A89070; }
.te-escribo-cta .te-form button:disabled { opacity:.5; cursor:not-allowed; }
.te-escribo-cta .te-fine { font-size:.78rem; color:rgba(255,255,255,.5); margin-top:1rem; }
.te-escribo-cta .te-ok { background:rgba(194,167,139,.15); border:1px solid rgba(194,167,139,.4); padding:1.1rem; border-radius:6px; color:#fff; max-width:420px; margin:0 auto; display:none; }
.te-escribo-cta .te-err { color:#ff9a8b; font-size:.9rem; margin-top:.6rem; display:none; }
