/* whatsapp.css */
.wa-outer   { background:var(--bg2); border-radius:var(--r2); margin:0 2rem; }
.wa-inner   { padding:4rem; max-width:1200px; margin:0 auto; }
.wa-section { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.wa-content .section-sub { margin-bottom:2rem; }
.wa-features { list-style:none; display:flex; flex-direction:column; gap:10px; }
.wa-features li { display:flex; align-items:center; gap:10px; font-size:0.85rem; color:var(--text2); }
.wa-phone-wrap { display:flex; justify-content:center; }
.wa-phone  { width:260px; background:#0f1a0f; border-radius:36px; border:3px solid #1a2e1a; padding:16px 12px; box-shadow:0 30px 80px rgba(0,0,0,0.5); }
.wa-notch  { width:80px; height:8px; background:#1a2e1a; border-radius:4px; margin:0 auto 16px; }
.wa-screen { background:#111b11; border-radius:20px; overflow:hidden; min-height:400px; }
.wa-header { background:#1f2b1f; padding:12px 14px; display:flex; align-items:center; gap:10px; }
.wa-avatar { width:34px; height:34px; background:var(--grad1); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.7rem; font-weight:700; color:#030712; }
.wa-name   { font-size:0.82rem; font-weight:700; }
.wa-status { font-size:0.65rem; color:#4ade80; }
.wa-msgs   { padding:12px; display:flex; flex-direction:column; gap:8px; }
.wa-msg    { padding:8px 12px; border-radius:10px; font-size:0.72rem; line-height:1.5; max-width:90%; }
.wa-in     { background:#1f2b1f; border-radius:10px 10px 10px 2px; align-self:flex-start; color:#d1fae5; }
.wa-time   { font-size:0.6rem; color:#4a5568; margin-top:4px; text-align:right; }
