.register-section{padding:80px 0;background:var(--bg-gray)}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.register-form-wrap{background:var(--white);border-radius:var(--radius);padding:40px;box-shadow:var(--shadow)}.register-form-header{margin-bottom:32px}.register-form-header h2{font-size:26px;font-weight:800;color:var(--text-dark);margin:10px 0 8px}.register-form-header p{font-size:14px;color:var(--text-gray)}.register-form .form-group label{display:flex;align-items:center;gap:6px}.register-form .form-group label i{color:var(--primary);font-size:12px}.required{color:var(--accent);margin-left:2px}.register-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e0e0e0;border-radius:var(--radius-sm);font-size:14px;font-family:inherit;resize:vertical;transition:border-color 0.2s;background:var(--white)}.register-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(118 50 123 / .1)}.register-submit{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.register-info-wrap{display:flex;flex-direction:column;gap:0}.register-info-header{margin-bottom:28px}.register-info-header h2{font-size:26px;font-weight:800;color:var(--text-dark);margin:10px 0 8px}.register-info-header p{font-size:14px;color:var(--text-gray)}.benefit-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.benefit-card{display:flex;align-items:flex-start;gap:16px;background:var(--white);border-radius:var(--radius);padding:20px 24px;border:1.5px solid #eee;transition:all 0.25s}.benefit-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow);transform:translateY(-2px)}.benefit-card--highlight{border-color:var(--primary-light);background:var(--bg-section)}.benefit-card--highlight:hover{border-color:var(--primary)}.benefit-card-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-card-icon i{font-size:20px;color:var(--primary)}.benefit-card--highlight .benefit-card-icon{background:var(--primary)}.benefit-card--highlight .benefit-card-icon i{color:var(--white)}.benefit-card-body{display:flex;flex-direction:column;gap:6px}.benefit-card-body h4{font-size:15px;font-weight:700;color:var(--text-dark);line-height:1.3}.benefit-card-body p{font-size:13px;color:var(--text-gray);line-height:1.6}.register-hotline{background:var(--white);border-radius:var(--radius);padding:24px;border:1.5px solid var(--primary-light);text-align:center}.register-hotline-label{font-size:13px;color:var(--text-gray);margin-bottom:12px}.register-hotline-btn{display:inline-flex;align-items:center;gap:10px;background:var(--primary);color:var(--white);padding:12px 28px;border-radius:50px;font-weight:800;font-size:20px;transition:all 0.2s}.register-hotline-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 20px rgb(118 50 123 / .35)}@media (max-width:1024px){.register-grid{grid-template-columns:1fr;gap:32px}.register-form-wrap{padding:32px}}@media (max-width:768px){.register-section{padding:48px 0}.register-form-wrap{padding:24px}}@media (max-width:480px){.register-form-wrap{padding:20px 16px}.register-form-header h2,.register-info-header h2{font-size:22px}.benefit-card{padding:16px}.benefit-card-body h4{font-size:14px}.register-hotline-btn{font-size:18px;padding:10px 22px}}