
.dw-awareness{ background:linear-gradient(135deg,#f6faf7 0%,#eef5f0 100%); }
.dw-awareness-in{ max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; padding:0 20px; }
.dw-awareness-text h2{ font-size:clamp(1.6rem,3vw,2.2rem); font-weight:900; color:var(--primary,#125c34); margin:12px 0 14px; line-height:1.5; }
.dw-awareness-text p{ color:var(--text-muted,#4a5568); font-size:1.02rem; line-height:2; margin-bottom:22px; }
.dw-awareness-phone{ justify-self:center; width:min(310px,80vw); aspect-ratio:480/848; border-radius:30px; padding:8px; background:linear-gradient(160deg,#d4a63a,#125c34); box-shadow:0 30px 60px -24px rgba(18,92,52,.5); }
.dw-awareness-phone video{ width:100%; height:100%; display:block; border-radius:23px; object-fit:cover; background:#000; }
@media (max-width:820px){ .dw-awareness-in{ grid-template-columns:1fr; gap:34px; text-align:center; } .dw-awareness-text{ order:1; } .dw-awareness-phone{ order:2; } }

.dw-awareness{ position:relative; }
.dw-awareness-brand{ position:absolute; top:26px; inset-inline-start:5%; display:flex; flex-direction:column; align-items:center; gap:10px; max-width:230px; text-align:center; }
.dw-awareness-brand img{ height:92px; width:auto; }
.dw-awareness-brand span{ font-size:.85rem; font-weight:800; line-height:1.7; color:var(--primary,#125c34); }
@media (max-width:1300px){ .dw-awareness-brand{ position:static; margin:0 auto 26px; max-width:none; } }

.dw-awareness-watermark{ position:absolute; inset:0; z-index:0; display:flex; align-items:center; justify-content:center; text-align:center; padding:0 4%; font-size:clamp(2.6rem,7.5vw,6.4rem); font-weight:900; line-height:1.35; color:var(--primary,#125c34); opacity:.07; pointer-events:none; user-select:none; }
.dw-awareness-in,.dw-awareness-brand{ position:relative; z-index:1; }
.dw-awareness-brand{ position:absolute; }
