/* WhyTaiwan shared Follow modal + nav action — v9.4i */
.wt-follow-trigger{
  appearance:none;-webkit-appearance:none;background:transparent;border:0;border-bottom:2px solid transparent;
  color:#173454;font:inherit;font-size:14px;font-weight:800;line-height:1;cursor:pointer;padding:10px 2px;
  text-decoration:none;white-space:nowrap;transition:color .15s ease,border-color .15s ease
}
.wt-follow-trigger:hover{color:#078f95;border-bottom-color:#0aabb0}
.wt-follow-trigger:focus-visible{outline:3px solid rgba(10,171,176,.22);outline-offset:4px;border-radius:5px}
.wt-follow-layer{position:fixed;inset:0;z-index:2400;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(6,26,56,.5);backdrop-filter:blur(6px)}
.wt-follow-layer.open{display:flex}
body.wt-follow-lock{overflow:hidden}
.wt-follow-dialog{position:relative;width:min(100%,470px);background:#fff;border:1px solid #dce6ec;border-radius:24px;box-shadow:0 28px 80px rgba(6,26,56,.28);padding:30px}
.wt-follow-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f5f7;color:#071b3b;font-size:25px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.wt-follow-close:hover{background:#e9f1f4}
.wt-follow-kicker{margin:0 0 8px;color:#078f95;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.wt-follow-dialog h2{margin:0 42px 10px 0;color:#0b1f3b;font-size:29px;line-height:1.08;letter-spacing:-.035em}
.wt-follow-copy{margin:0;color:#61758b;font-size:14px;line-height:1.62}
.wt-follow-form{margin-top:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.wt-follow-form input[type="email"]{min-width:0;min-height:49px;border:1px solid #cfdbe3;border-radius:10px;background:#fff;padding:0 14px;color:#0b1f3b;outline:none;font-size:16px}
.wt-follow-form input[type="email"]:focus{border-color:#64bec2;box-shadow:0 0 0 3px rgba(10,168,173,.11)}
.wt-follow-submit{min-height:49px;border:0;border-radius:10px;background:#071b3b;color:#fff;padding:0 18px;font-size:13.5px;font-weight:850;cursor:pointer;white-space:nowrap}
.wt-follow-submit:hover{filter:brightness(1.08)}
.wt-follow-submit:disabled{opacity:.65;cursor:wait}
.wt-follow-privacy{margin:9px 0 0;color:#8392a0;font-size:11px;line-height:1.45;text-align:center}
.wt-follow-msg{min-height:20px;margin:10px 0 0;font-size:12px;font-weight:750;text-align:center;line-height:1.45}
.wt-follow-msg.ok{color:#18835f}.wt-follow-msg.err{color:#b23b3b}
.wt-follow-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
/* Mobile header placement is owned by site-mobile-header.css.
   Keep Follow styling here, but do not override the shared responsive grid. */
@media(max-width:680px){
  #follow-nav{font-size:13px!important}
}
@media(max-width:520px){.wt-follow-dialog{padding:27px 20px 22px;border-radius:21px}.wt-follow-dialog h2{font-size:25px}.wt-follow-form{grid-template-columns:1fr}.wt-follow-submit{width:100%}}
@media(max-width:390px){#follow-nav{font-size:13.25px!important}}
