@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Rubik',sans-serif;color:#333;line-height:1.6;background-color:#fff}.refund-container{max-width:1200px;margin:50px auto;padding:0 20px}.refund-header{text-align:center;margin-bottom:50px}.refund-header h1{font-size:3.2rem;font-weight:700;color:#73a38c;margin-bottom:15px;text-transform:capitalize;letter-spacing:.8px;position:relative;display:inline-block;padding-bottom:15px}.refund-header h1::before{content:'';position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,#73a38c,#5b8775);border-radius:1px}.refund-header h1::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#73a38c,#5b8775);border-radius:2px}.refund-header h1:hover{text-shadow:2px 2px 4px rgb(115 163 140 / .4)}.refund-header p{font-size:1.2rem;color:#666;max-width:800px;margin:0 auto}.refund-section{margin-bottom:35px;background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .05);transition:transform 0.3s ease,box-shadow 0.3s ease}.refund-section:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgb(0 0 0 / .1)}.refund-section h2{font-size:1.9rem;font-weight:600;color:#73a38c;margin-bottom:20px;position:relative;padding-bottom:12px;text-transform:capitalize;letter-spacing:.5px}.refund-section h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#73a38c,#5b8775);border-radius:1px;transition:width 0.3s ease}.refund-section h2:hover::after{width:70px}.refund-section h2:hover{text-shadow:1px 1px 2px rgb(115 163 140 / .3)}.refund-section p{font-size:1rem;color:#333;margin-bottom:15px}.refund-section ul{margin-left:20px;margin-bottom:15px;list-style:none;padding-left:0}.refund-section ul li{font-size:1rem;color:#333;margin-bottom:10px;position:relative;padding-left:20px}.refund-section ul li::before{content:"\2713";position:absolute;left:0;color:#73a38c;font-weight:700;font-size:1.2rem;line-height:1}.refund-contact{background-color:#f9f9f9;padding:25px;border-radius:8px;margin-top:40px;border-left:5px solid #73a38c;box-shadow:0 4px 12px rgb(0 0 0 / .05)}.refund-contact h2{font-size:1.9rem;font-weight:600;color:#73a38c;margin-bottom:20px}@media (max-width:768px){.refund-container{margin:30px auto;padding:0 15px}.refund-header h1{font-size:2.2rem}.refund-header p{font-size:1rem}.refund-section{padding:20px}.refund-section h2{font-size:1.6rem}.refund-contact{padding:20px}}