:root{--primary-orange:#FE9900;--dark-gray:#212121;--light-gray:#f5f5f5;--white:#ffffff;--text-primary:#212121;--text-secondary:#666666;--text-light:#888888;--border-color:#e1e5e9;--success-green:#22c55e;--warning-yellow:#f59e0b;--info-blue:#3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{padding:80px 0;background:linear-gradient(135deg,var(--white) 0,#fafbfc 100%);text-align:center;border-bottom:1px solid var(--border-color)}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff7ed;color:var(--primary-orange);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid #fed7aa}.hero-badge svg{width:16px;height:16px}.hero h1{font-size:3rem;font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem}.hero .highlight{color:var(--primary-orange)}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.5}.last-updated{font-size:.9rem;color:var(--text-light);margin-top:1rem}.policy-section{padding:80px 0;background:var(--white)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.section-header p{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.policy-card{background:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.policy-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.policy-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-orange),#f80);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.policy-icon svg{width:32px;height:32px}.policy-card h3{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.policy-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.policy-list{list-style:none;margin:0;padding:0}.policy-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6;color:var(--text-secondary);line-height:1.6}.policy-list li:last-child{border-bottom:none}.policy-list li svg{width:20px;height:20px;color:var(--primary-orange);margin-top:2px;flex-shrink:0}.key-points{padding:80px 0;background:var(--light-gray)}.points-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.point-card{background:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--border-color);display:flex;align-items:flex-start;gap:1rem}.point-icon{width:48px;height:48px;background:#fef3c7;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--warning-yellow);flex-shrink:0}.point-icon svg{width:24px;height:24px}.point-content h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.point-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.contact-section{padding:80px 0;background:var(--white);text-align:center}.contact-card{background:var(--light-gray);padding:3rem;border-radius:16px;max-width:600px;margin:0 auto}.contact-card h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-card p{color:var(--text-secondary);margin-bottom:2rem}.btn-primary{background:var(--primary-orange);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary svg{width:18px;height:18px}.btn-primary:hover{background:#e88900;transform:translateY(-2px)}@media (max-width:768px){.hero h1{font-size:2.5rem}.policy-grid{grid-template-columns:1fr}.points-grid{grid-template-columns:1fr}.contact-card,.policy-card{padding:2rem}}