:root{--primary-crimson:#E63946;--primary-deep:#9D174D;--secondary-amber:#F59E0B;--secondary-teal:#0D9488;--dark-charcoal:#1F2937;--dark-midnight:#111827;--light-ivory:#FDF2F8;--light-pearl:#FAFAFA;--gray-slate:#6B7280;--gray-smoke:#374151;--gradient-passion:linear-gradient(135deg,var(--primary-crimson) 0%,var(--primary-deep) 50%,var(--secondary-amber) 100%);--gradient-subtle:linear-gradient(90deg,var(--primary-deep) 0%,var(--secondary-teal) 100%);--gradient-dark:linear-gradient(135deg,var(--dark-midnight) 0%,var(--dark-charcoal) 100%);--shadow-soft:0 10px 25px rgba(230,57,70,0.1);--shadow-medium:0 15px 35px rgba(157,23,77,0.15);--shadow-strong:0 20px 50px rgba(157,23,77,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.08);--border-radius:12px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}body{background-color:var(--light-pearl);color:var(--dark-charcoal);line-height:1.6}a{color:var(--primary-deep);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-crimson)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.site-header_e971b683{background:var(--gradient-dark);padding:1rem 0;box-shadow:var(--shadow-medium);position:sticky;top:0;z-index:1000}.header-container_e971b683{display:flex;justify-content:space-between;align-items:center}.logo-container_e971b683{display:flex;align-items:center;gap:12px}.logo-img_e971b683{height:40px;width:auto}.logo-text_e971b683{font-size:1.8rem;font-weight:800;background:var(--gradient-passion);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-menu_e971b683{display:flex;gap:2rem;align-items:center}.nav-link_e971b683{color:var(--light-ivory);font-weight:500;padding:0.5rem 0;position:relative}.nav-link_e971b683:hover{color:white}.nav-link_e971b683::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-passion);transition:width 0.3s ease}.nav-link_e971b683:hover::after{width:100%}.mobile-menu-btn_e971b683{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer}.breadcrumbs_e971b683{background-color:var(--light-ivory);padding:1rem 0;border-bottom:1px solid rgba(157,23,77,0.1);margin-bottom:2rem}.breadcrumbs-list_e971b683{display:flex;list-style:none;gap:0.5rem;font-size:0.9rem}.breadcrumbs-list_e971b683 li:not(:last-child)::after{content:'/';margin-left:0.5rem;color:var(--gray-slate)}.terms-container_e971b683{background:white;border-radius:var(--border-radius);box-shadow:var(--shadow-soft);padding:3rem;margin-bottom:3rem}.page-title_e971b683{font-size:2.5rem;margin-bottom:1rem;color:var(--dark-midnight);background:var(--gradient-subtle);-webkit-background-clip:text;background-clip:text;color:transparent}.last-updated_e971b683{color:var(--gray-slate);font-style:italic;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--light-ivory)}.terms-section_e971b683{margin-bottom:2.5rem}.section-title_e971b683{font-size:1.5rem;color:var(--primary-deep);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--light-ivory)}.terms-content_e971b683 p{margin-bottom:1rem}.terms-content_e971b683 ul,.terms-content_e971b683 ol{margin-left:1.5rem;margin-bottom:1rem}.terms-content_e971b683 li{margin-bottom:0.5rem}.highlight-box_e971b683{background-color:var(--light-ivory);border-left:4px solid var(--primary-crimson);padding:1.5rem;margin:1.5rem 0;border-radius:0 var(--border-radius) var(--border-radius) 0}.site-footer_e971b683{background:var(--gradient-dark);color:var(--light-ivory);padding:3rem 0 1.5rem;margin-top:3rem}.footer-grid_e971b683{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand_e971b683 h3{font-size:1.8rem;margin-bottom:1rem;background:var(--gradient-passion);-webkit-background-clip:text;background-clip:text;color:transparent}.footer-brand_e971b683 p{color:var(--gray-slate);max-width:300px}.footer-links_e971b683 h4{color:white;margin-bottom:1.2rem;font-size:1.2rem}.footer-link-list_e971b683{list-style:none}.footer-link-list_e971b683 li{margin-bottom:0.7rem}.footer-link-list_e971b683 a{color:var(--gray-slate)}.footer-link-list_e971b683 a:hover{color:white;padding-left:5px}.footer-bottom_e971b683{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-smoke);color:var(--gray-slate);font-size:0.9rem}.footer-bottom_e971b683 p{margin-bottom:0.5rem}@media (max-width:768px){.nav-menu_e971b683{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:var(--dark-midnight);padding:1rem;box-shadow:var(--shadow-strong)}.nav-menu_e971b683.active{display:flex}.mobile-menu-btn_e971b683{display:block}.terms-container_e971b683{padding:2rem 1.5rem}.page-title_e971b683{font-size:2rem}}