.legal-page{padding-top:140px;padding-bottom:var(--section-pad);min-height:80vh}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.legal-header h1{font-family:var(--font-display);font-size:clamp(2rem, 5vw, 3rem);color:var(--text-dark);margin-bottom:.5rem}.legal-updated{color:var(--text-light);font-size:.95rem}.legal-body{max-width:800px;margin:0 auto;line-height:1.8;color:var(--text-mid)}.legal-body h2{font-family:var(--font-display);font-size:1.5rem;color:var(--text-dark);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.legal-body p{margin-bottom:1rem;font-size:.975rem}.legal-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-body ul li{margin-bottom:.6rem;font-size:.975rem;line-height:1.7}.legal-body a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.legal-body a:hover{color:var(--brand-dark)}.legal-body strong{color:var(--text-dark);font-weight:600}.legal-note{background:var(--warm-white);border-left:3px solid var(--brand);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}.legal-note p{margin-bottom:.75rem}.legal-note ul{margin-bottom:0}.refund-steps{counter-reset:step;list-style:none;padding-left:0}.refund-steps li{counter-increment:step;position:relative;padding-left:3rem;margin-bottom:1.25rem}.refund-steps li::before{content:counter(step);position:absolute;left:0;top:0;width:2rem;height:2rem;background:var(--brand);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.legal-highlight{background:linear-gradient(135deg,#f0f4ff,#e8edff);border-radius:var(--radius);padding:1.5rem 2rem;margin:2rem 0;text-align:center}.legal-highlight strong{color:var(--brand)}@media (max-width:768px){.legal-page{padding-top:110px}.legal-body{padding:0 .5rem}}