:root{--passion-red:#E63946;--passion-red-dark:#C1121F;--intimate-purple:#7209B7;--intimate-purple-light:#9D4EDD;--deep-blue:#1D3557;--warm-amber:#F4A261;--soft-cream:#F1FAEE;--dark-charcoal:#1A1A1A;--medium-gray:#2D2D2D;--light-gray:#F8F9FA;--gradient-passion:linear-gradient(135deg,var(--passion-red) 0%,var(--intimate-purple) 50%,var(--deep-blue) 100%);--gradient-subtle:linear-gradient(135deg,var(--warm-amber) 0%,var(--passion-red) 100%);--gradient-dark:linear-gradient(135deg,var(--dark-charcoal) 0%,var(--deep-blue) 100%);--shadow-soft:0 5px 15px rgba(230,57,70,0.1);--shadow-medium:0 10px 30px rgba(114,9,183,0.15);--shadow-strong:0 15px 40px rgba(230,57,70,0.2);--border-radius:12px;--transition-standard:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--dark-charcoal);background-color:var(--soft-cream)}.container_ed9ad8e8{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.main-header_ed9ad8e8{background:var(--gradient-dark);color:white;padding:1rem 0;box-shadow:var(--shadow-medium);position:sticky;top:0;z-index:1000}.nav-container_ed9ad8e8{display:flex;justify-content:space-between;align-items:center}.logo-wrapper_ed9ad8e8{display:flex;align-items:center;gap:10px;text-decoration:none;color:white;font-size:1.8rem;font-weight:700}.logo-img_ed9ad8e8{height:40px;width:auto}.nav-menu_ed9ad8e8{display:flex;list-style:none;gap:2rem}.nav-link_ed9ad8e8{color:rgba(255,255,255,0.9);text-decoration:none;font-weight:600;padding:0.5rem 0;position:relative;transition:var(--transition-standard)}.nav-link_ed9ad8e8:hover,.nav-link_ed9ad8e8.active_ed9ad8e8{color:var(--warm-amber)}.nav-link_ed9ad8e8::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--warm-amber);transition:width 0.3s ease}.nav-link_ed9ad8e8:hover::after,.nav-link_ed9ad8e8.active_ed9ad8e8::after{width:100%}.breadcrumbs_ed9ad8e8{padding:1.5rem 0;background-color:var(--light-gray);border-bottom:1px solid #e0e0e0}.breadcrumbs-list_ed9ad8e8{display:flex;list-style:none;gap:0.5rem;font-size:0.9rem}.breadcrumb-item_ed9ad8e8 a{color:var(--deep-blue);text-decoration:none;transition:color 0.3s ease}.breadcrumb-item_ed9ad8e8 a:hover{color:var(--passion-red)}.breadcrumb-separator_ed9ad8e8{color:var(--medium-gray)}.terms-hero_ed9ad8e8{text-align:center;padding:4rem 0 2rem;background:var(--gradient-subtle);color:white;margin-bottom:3rem;border-radius:0 0 var(--border-radius) var(--border-radius)}.page-title_ed9ad8e8{font-size:3rem;margin-bottom:1rem}.page-subtitle_ed9ad8e8{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.last-updated_ed9ad8e8{font-style:italic;margin-top:1rem;font-size:0.95rem;color:rgba(255,255,255,0.8)}.terms-content_ed9ad8e8{background:white;padding:3rem;border-radius:var(--border-radius);box-shadow:var(--shadow-soft);margin-bottom:4rem}.section_ed9ad8e8{margin-bottom:3rem}.section-title_ed9ad8e8{color:var(--deep-blue);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--intimate-purple-light)}.section-text_ed9ad8e8{margin-bottom:1.5rem;color:var(--medium-gray)}.highlight_ed9ad8e8{color:var(--passion-red);font-weight:600}.legal-list_ed9ad8e8{list-style-type:decimal;padding-left:1.5rem;margin-bottom:1.5rem}.legal-list_ed9ad8e8 li{margin-bottom:0.8rem}.legal-list-sub_ed9ad8e8{list-style-type:lower-alpha;padding-left:1.5rem;margin-top:0.5rem}.notice-box_ed9ad8e8{background-color:#f0f7ff;border-left:4px solid var(--deep-blue);padding:1.5rem;margin:2rem 0;border-radius:0 var(--border-radius) var(--border-radius) 0}.notice-title_ed9ad8e8{color:var(--deep-blue);font-weight:700;margin-bottom:0.5rem}.main-footer_ed9ad8e8{background-color:var(--dark-charcoal);color:var(--soft-cream);padding:60px 0 30px}.footer-content_ed9ad8e8{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:40px}@media (max-width:768px){.footer-content_ed9ad8e8{grid-template-columns:1fr;gap:40px}}.footer-section_ed9ad8e8 h3{font-size:1.8rem;margin-bottom:20px;color:var(--soft-cream)}.footer-section_ed9ad8e8 h4{color:var(--soft-cream);margin-bottom:20px;font-size:1.2rem}.footer-section_ed9ad8e8 p{color:rgba(241,250,238,0.8);line-height:1.7}.footer-links_ed9ad8e8{list-style:none}.footer-links_ed9ad8e8 li{margin-bottom:10px}.footer-link_ed9ad8e8{color:rgba(241,250,238,0.8);text-decoration:none;transition:color 0.3s ease}.footer-link_ed9ad8e8:hover{color:var(--warm-amber)}.footer-bottom_ed9ad8e8{text-align:center;padding-top:30px;border-top:1px solid var(--medium-gray);color:rgba(241,250,238,0.6);font-size:0.9rem}@media (max-width:768px){.nav-container_ed9ad8e8{flex-direction:column;gap:1rem}.nav-menu_ed9ad8e8{flex-wrap:wrap;justify-content:center;gap:1rem}.page-title_ed9ad8e8{font-size:2.2rem}.terms-content_ed9ad8e8{padding:2rem 1.5rem}}