:root{--TermsConditions-primary-color:#2c3e50;--TermsConditions-secondary-color:#3498db;--TermsConditions-accent-color:#2980b9;--TermsConditions-light-bg:#f8f9fa;--TermsConditions-dark-text:#222;--TermsConditions-light-text:#6c757d;--TermsConditions-medium-text:#495057;--TermsConditions-border-color:#e9ecef;--TermsConditions-shadow:0 4px 20px #00000014;--TermsConditions-transition:all .3s ease}.TermsConditions-container{opacity:0;background-color:#fff;justify-content:center;min-height:100vh;margin-top:100px;padding:2rem 1rem;transition:opacity .6s,transform .6s;display:flex;transform:translateY(20px)}.TermsConditions-container.visible{opacity:1;transform:translateY(0)}.TermsConditions-content{width:100%;max-width:1000px}.TermsConditions-header{text-align:center;border-bottom:1px solid var(--TermsConditions-border-color);margin-bottom:4rem;padding-bottom:2.5rem;position:relative}.TermsConditions-header-decoration{background:linear-gradient(90deg, var(--TermsConditions-primary-color), var(--TermsConditions-secondary-color));border-radius:2px;width:60px;height:4px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.TermsConditions-header h1{color:var(--TermsConditions-dark-text);letter-spacing:-.5px;background:linear-gradient(135deg, var(--TermsConditions-primary-color), var(--TermsConditions-secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.8rem;font-weight:700;line-height:1.2}.TermsConditions-last-updated{color:var(--TermsConditions-light-text);margin-bottom:1.5rem;font-size:1rem;font-weight:400}.TermsConditions-disclaimer{max-width:800px;color:var(--TermsConditions-medium-text);background-color:var(--TermsConditions-light-bg);border-radius:12px;margin:0 auto;padding:1.5rem;font-size:1.1rem;line-height:1.7;position:relative}.TermsConditions-disclaimer:before{content:"\"";color:var(--TermsConditions-secondary-color);opacity:.2;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:0;left:15px}.TermsConditions-sections{margin-bottom:2rem}.TermsConditions-section{transition:var(--TermsConditions-transition);background:#fff;border-radius:12px;margin-bottom:3.5rem;padding:1.5rem;position:relative}.TermsConditions-section:hover{box-shadow:var(--TermsConditions-shadow);transform:translateY(-5px)}.TermsConditions-section-header{align-items:center;margin-bottom:1.5rem;display:flex}.TermsConditions-section-number{background:linear-gradient(135deg, var(--TermsConditions-primary-color), var(--TermsConditions-secondary-color));color:#fff;width:3rem;height:3rem;transition:var(--TermsConditions-transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:1.5rem;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 10px #2c3e5033}.TermsConditions-section:hover .TermsConditions-section-number{transform:scale(1.05)}.TermsConditions-section-header h2{color:var(--TermsConditions-primary-color);letter-spacing:-.25px;margin:0;padding-bottom:.5rem;font-size:1.7rem;font-weight:600;position:relative}.TermsConditions-section-header h2:after{content:"";background:linear-gradient(90deg, var(--TermsConditions-secondary-color), transparent);border-radius:3px;width:40px;height:3px;position:absolute;bottom:0;left:0}.TermsConditions-section-content{padding-left:4.5rem}.TermsConditions-section-content p{color:var(--TermsConditions-medium-text);margin:0 0 1.5rem;font-size:1.05rem;line-height:1.7}.TermsConditions-section-content a{color:var(--TermsConditions-secondary-color);transition:var(--TermsConditions-transition);border-bottom:1px solid #3498db4d;padding-bottom:1px;font-weight:500;text-decoration:none}.TermsConditions-section-content a:hover{color:var(--TermsConditions-accent-color);border-bottom-color:var(--TermsConditions-accent-color)}.TermsConditions-list{margin:1rem 0 1.5rem 1rem;padding-left:1rem;list-style:none}.TermsConditions-list li{color:var(--TermsConditions-medium-text);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.TermsConditions-list li:before{content:"•";color:var(--TermsConditions-secondary-color);width:1em;margin-left:-1em;font-size:1.2rem;font-weight:700;display:inline-block}.TermsConditions-footer{text-align:center;border-top:1px solid var(--TermsConditions-border-color);color:var(--TermsConditions-light-text);margin-top:5rem;padding-top:2.5rem;font-size:.95rem;position:relative}.TermsConditions-footer:before{content:"";background:linear-gradient(90deg, var(--TermsConditions-primary-color), var(--TermsConditions-secondary-color));border-radius:3px;width:60px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes TermsConditions-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TermsConditions-section{opacity:0;animation:.5s forwards TermsConditions-fadeInUp}.TermsConditions-section:first-child{animation-delay:.1s}.TermsConditions-section:nth-child(2){animation-delay:.2s}.TermsConditions-section:nth-child(3){animation-delay:.3s}.TermsConditions-section:nth-child(4){animation-delay:.4s}.TermsConditions-section:nth-child(5){animation-delay:.5s}.TermsConditions-section:nth-child(6){animation-delay:.6s}.TermsConditions-section:nth-child(7){animation-delay:.7s}.TermsConditions-section:nth-child(8){animation-delay:.8s}.TermsConditions-section:nth-child(9){animation-delay:.9s}.TermsConditions-section:nth-child(10){animation-delay:1s}@media (max-width:900px){.TermsConditions-header{margin-bottom:3rem}.TermsConditions-header h1{font-size:2.4rem}.TermsConditions-section-header h2{font-size:1.5rem}.TermsConditions-section-content{padding-left:3.5rem}}@media (max-width:768px){.TermsConditions-container{margin-top:80px;padding:1.5rem}.TermsConditions-header{margin-bottom:2.5rem;padding-bottom:2rem}.TermsConditions-header h1{font-size:2.2rem}.TermsConditions-disclaimer{padding:1.25rem;font-size:1rem}.TermsConditions-section-number{width:2.6rem;height:2.6rem;margin-right:1.2rem;font-size:1.1rem}.TermsConditions-section-content{padding-left:3rem}.TermsConditions-section-content p{font-size:1rem}.TermsConditions-footer{margin-top:4rem}}@media (max-width:576px){.TermsConditions-container{padding:1rem}.TermsConditions-header h1{font-size:2rem}.TermsConditions-last-updated{font-size:.9rem}.TermsConditions-section-header{flex-direction:column;align-items:flex-start}.TermsConditions-section-number{margin-bottom:.8rem;margin-right:0}.TermsConditions-section-content{padding-left:0}.TermsConditions-section{margin-bottom:2.5rem;padding:1.25rem}.TermsConditions-section:hover{transform:none}.TermsConditions-footer{margin-top:3rem;font-size:.9rem}.TermsConditions-section-header h2{font-size:1.4rem}}
