
TD-M15 Global PTT Walkie Talkies with SIM Card
/* Reset & Base */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; color: #333; line-height: 1.6; } img, iframe { display: block; max-width: 100%; height: auto; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Responsive Video */ .video-container { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 */ background: #000; margin-bottom: 30px; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } /* Notice */ .notice { color: #fe0b0b; margin-bottom: 20px; font-weight: bold; font-size: 2.5rem; /* doubled from 1.25rem */ } /* Features Text */ .features h4 { font-size: 3.5rem; /* doubled from 1.75rem */ margin-bottom: 16px; } .features