*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.main-content{margin-top:80px}section{opacity:1;transform:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-hero{position:relative;min-height:50vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--bg-card) 0,var(--bg-card) 50%,var(--bg-card-hover) 100%);z-index:-2}.hero-background::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(59,130,246,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#60a5fa 0,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto}.terms-content{padding:5rem 0}.terms-wrapper{max-width:1000px;margin:0 auto}.terms-intro{text-align:center;margin-bottom:4rem;padding:3rem;background:var(--bg-card);border-radius:20px;border:1px solid rgba(59,130,246,.2)}.intro-text{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.last-updated{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#60a5fa;font-size:.9rem}.terms-sections{display:flex;flex-direction:column;gap:3rem}.terms-section{background:var(--bg-card);border-radius:15px;padding:2.5rem;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.terms-section:hover{border-color:rgba(59,130,246,.3)}.section-title{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#60a5fa}.section-title i{font-size:1.2rem;color:#3b82f6}.section-content{color:var(--text-secondary)}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.term-item{text-align:center;padding:2rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.term-item:hover{border-color:rgba(59,130,246,.3)}.term-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.term-item h3{font-size:1.1rem;margin-bottom:.5rem;color:#60a5fa}.term-item p{font-size:.9rem;color:var(--text-muted)}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.service-category{padding:2rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1)}.service-category h3{color:#60a5fa;font-size:1.2rem;margin-bottom:1rem;font-weight:500}.service-category ul{list-style:none;padding-left:0}.service-category li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:var(--text-primary)}.service-category li::before{content:'•';color:#60a5fa;position:absolute;left:0;font-weight:700}.pricing-terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.pricing-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.pricing-item:hover{border-color:rgba(59,130,246,.3)}.pricing-item i{color:#60a5fa;font-size:1.2rem;margin-top:.2rem}.pricing-item h3{color:#60a5fa;font-size:1rem;margin-bottom:.5rem}.pricing-item p{font-size:.9rem;color:var(--text-muted)}.responsibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.responsibility-item{padding:2rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1);text-align:center;transition:all .3s ease}.responsibility-item:hover{border-color:rgba(59,130,246,.3)}.responsibility-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.responsibility-item h3{font-size:1.1rem;margin-bottom:.5rem;color:#34d399}.responsibility-item p{font-size:.9rem;color:var(--text-muted)}.scheduling-terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.schedule-item{padding:1.5rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1)}.schedule-item h3{color:#60a5fa;font-size:1rem;margin-bottom:.5rem}.schedule-item p{font-size:.9rem;color:var(--text-muted)}.prohibited-list{display:flex;flex-direction:column;gap:1rem}.prohibited-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(220,38,38,.1);border-radius:8px;border-left:4px solid #dc2626}.prohibited-item i{color:#dc2626;font-size:1.1rem}.dispute-resolution{display:flex;flex-direction:column;gap:2rem}.dispute-step{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.dispute-step:hover{border-color:rgba(59,130,246,.3)}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.1rem;flex-shrink:0}.dispute-step h3{color:#60a5fa;font-size:1.1rem;margin-bottom:.5rem}.dispute-step p{font-size:.9rem;color:var(--text-muted)}.contact-info p{margin-bottom:2rem;font-size:1.1rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-card);border-radius:8px;border-left:4px solid #60a5fa}.contact-method i{color:#60a5fa;font-size:1.1rem;width:20px}.terms-footer{margin-top:4rem;text-align:center}.footer-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-card);border-radius:10px;border:1px solid rgba(59,130,246,.1)}.footer-note i{color:#60a5fa}.footer-note p{color:var(--text-muted);font-size:.9rem}.footer-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:10px;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border:none}.btn-primary:hover{box-shadow:0 10px 25px rgba(59,130,246,.3)}.btn-secondary{background:0 0;color:#60a5fa;border:2px solid #60a5fa}.btn-secondary:hover{background:#60a5fa;color:#fff}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.terms-section{padding:2rem}.pricing-terms,.responsibility-grid,.scheduling-terms,.terms-grid{grid-template-columns:1fr}.services-list{grid-template-columns:1fr}.dispute-step{flex-direction:column;text-align:center}.footer-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px;justify-content:center}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.terms-intro,.terms-section{padding:1.5rem}.section-title{font-size:1.3rem}}.animate-on-scroll{opacity:1;transform:none}.animate-slide-up{opacity:1;transform:none}.animate-slide-up-delayed{opacity:1;transform:none}.animate-fade-in{opacity:1;transform:none}.animate-fade-in-delayed{opacity:1;transform:none}.animate-bounce-delayed{opacity:1;transform:none}.animate-zoom-delayed{opacity:1;transform:none}.animate-stagger{opacity:1;transform:none}