/* Visible WhatsApp Channel cards for Toppingdom */
.td-channel-section{padding:30px 0 64px;background:#f6faf8}
.td-channel-section.td-channel-on-white{background:#fff}
.td-channel-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.td-channel-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px 30px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:linear-gradient(135deg,#0b2f4a 0%,#124d5f 58%,#0b6a4c 100%);box-shadow:0 18px 44px rgba(18,49,74,.16);color:#fff}
.td-channel-mark{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:#25d366;color:#063b28;font-size:19px;font-weight:950;letter-spacing:-.03em;box-shadow:0 10px 24px rgba(37,211,102,.23)}
.td-channel-qr{display:block;width:98px;height:110px;overflow:hidden;border:2px solid rgba(255,255,255,.38);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.td-channel-qr img{display:block;width:132%;height:auto;max-width:none;transform:translate(-12%,-31.5%)}
.td-channel-copy{min-width:0}
.td-channel-kicker{margin:0 0 6px;color:#86efac;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.td-channel-copy h2{margin:0;color:#fff;font-size:clamp(24px,3vw,34px);line-height:1.18}
.td-channel-copy>p:not(.td-channel-kicker):not(.td-channel-note){max-width:760px;margin:9px 0 0;color:#dbe9ee;line-height:1.65}
.td-channel-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.td-channel-tags span{padding:7px 10px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.08);color:#edf8f4;font-size:11px;font-weight:800}
.td-channel-note{margin:13px 0 0;color:#cce1e6;font-size:11px;line-height:1.55}
.td-channel-action{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 20px;border-radius:11px;background:#25d366;color:#073b29;font-weight:950;text-align:center;text-decoration:none;white-space:nowrap;box-shadow:0 10px 24px rgba(37,211,102,.20);transition:.2s ease}
.td-channel-action:hover,.td-channel-action:focus{background:#57e384;color:#052d20;transform:translateY(-1px);outline:none}
@media(max-width:860px){.td-channel-card{grid-template-columns:auto minmax(0,1fr)}.td-channel-action{grid-column:1/-1;width:100%;box-sizing:border-box}}
@media(max-width:560px){.td-channel-section{padding:24px 0 48px}.td-channel-qr{display:none}.td-channel-shell{width:min(100% - 28px,1180px)}.td-channel-card{grid-template-columns:1fr;gap:16px;padding:23px 19px}.td-channel-mark{width:52px;height:52px;border-radius:15px}.td-channel-action{grid-column:auto}.td-channel-tags{gap:6px}.td-channel-tags span{font-size:10px}}
