TD-M11 IP67 Waterproof 2W FRS PMR446 Walkie Talkies 2 Pack with 400–480MHz Wideband
/* 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; } /* Features Text */ .features h4 { font-size: 2.5rem; /* doubled from 1.75rem */ margin-bottom: 5px; } .features p { font-size: 2rem; /* doubled from 1rem */ margin-bottom: 5px; } /* Feature Images */ .feature-images { display: grid; gap: 24px; margin: 24px 0; } /* Cards Grid */ .cards { display: grid; gap: 24px; margin-bottom: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .card { background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); overfl