/* header section */ .hero text-align: center; margin-bottom: 2.5rem;
.search-box i color: #6f9fbb; font-style: normal; font-weight: 500;
.tpo-card:hover transform: translateY(-5px); box-shadow: 0 18px 30px -12px rgba(0, 32, 64, 0.15); border-color: #c2dfec;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>TOEFL TPO 1-72 | Complete Download Hub</title> <!-- Google Fonts & simple reset --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet"> <style> * margin: 0; padding: 0; box-sizing: border-box;
.toast-msg position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: #1e2f3c; color: white; padding: 12px 24px; border-radius: 60px; font-size: 0.85rem; font-weight: 500; z-index: 1000; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.2); backdrop-filter: blur(8px); background: rgba(20, 50, 65, 0.95); transition: opacity 0.2s; pointer-events: none;
.btn-filter:hover:not(.active) background: #eaf4f9; border-color: #b9d3e2;