.schedule-module__LjijKa__schedulePage{width:100%;min-height:100vh}.schedule-module__LjijKa__heroSection{background:linear-gradient(180deg,var(--surface-bg)0%,var(--background)100%);border-bottom:1px solid var(--border-light);padding:8rem 1rem 4rem;position:relative;overflow:hidden}.schedule-module__LjijKa__heroSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(16,185,129,.03) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.schedule-module__LjijKa__heroContent{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.schedule-module__LjijKa__heroTitle{color:var(--text-primary);letter-spacing:-.04em;text-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.schedule-module__LjijKa__heroSubtitle{color:var(--text-secondary);letter-spacing:-.015em;max-width:750px;margin:0 auto;font-size:1.35rem;font-weight:400;line-height:1.85}.schedule-module__LjijKa__scheduleWrapper{background:var(--background);max-width:1200px;margin:0 auto;padding:5rem 2rem}.schedule-module__LjijKa__scheduleContainer{width:100%}.schedule-module__LjijKa__scheduleHeader{text-align:center;margin-bottom:3rem}.schedule-module__LjijKa__scheduleTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.schedule-module__LjijKa__scheduleDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.schedule-module__LjijKa__scheduleImageCard{background:var(--background);border:1px solid var(--border-light);border-radius:16px;margin-bottom:2.5rem;padding:2rem;transition:all .3s;box-shadow:0 8px 24px rgba(0,0,0,.08)}.schedule-module__LjijKa__scheduleImageCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.schedule-module__LjijKa__scheduleImage{border-radius:8px;width:100%;height:auto;display:block}.schedule-module__LjijKa__scheduleActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.schedule-module__LjijKa__downloadButton,.schedule-module__LjijKa__registerButton{cursor:pointer;letter-spacing:-.01em;border-radius:12px;padding:1.125rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.schedule-module__LjijKa__downloadButton{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 6px 20px rgba(59,130,246,.3)}.schedule-module__LjijKa__downloadButton:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(59,130,246,.4)}.schedule-module__LjijKa__registerButton{background:var(--background);color:var(--primary);border:2px solid var(--primary)}.schedule-module__LjijKa__registerButton:hover{background:var(--surface-bg);transform:translateY(-3px);box-shadow:0 6px 20px rgba(59,130,246,.15)}.schedule-module__LjijKa__infoSection{background:linear-gradient(180deg,var(--surface-bg)0%,var(--background)100%);border-top:1px solid var(--border-light);padding:5rem 2rem}.schedule-module__LjijKa__infoContainer{max-width:1200px;margin:0 auto}.schedule-module__LjijKa__infoTitle{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.schedule-module__LjijKa__infoGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.schedule-module__LjijKa__infoCard{background:var(--background);border:1px solid var(--border-light);text-align:center;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.schedule-module__LjijKa__infoCard:before{content:"";background:linear-gradient(90deg,var(--pride-red)0%,var(--pride-orange)10%,var(--pride-yellow)20%,var(--pride-green)30%,var(--pride-blue)40%,var(--pride-purple)50%,var(--pride-black)60%,var(--pride-brown)70%,var(--pride-light-blue)80%,var(--pride-pink)90%,var(--pride-white)100%);transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.schedule-module__LjijKa__infoCard:hover:before{transform:scaleX(1)}.schedule-module__LjijKa__infoCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.schedule-module__LjijKa__infoIcon{margin-bottom:1rem;font-size:3rem;line-height:1}.schedule-module__LjijKa__infoCard h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.schedule-module__LjijKa__infoCard p{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:992px){.schedule-module__LjijKa__heroTitle{font-size:3rem}.schedule-module__LjijKa__scheduleTitle,.schedule-module__LjijKa__infoTitle{font-size:2rem}.schedule-module__LjijKa__infoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.schedule-module__LjijKa__heroSection{padding:6rem 1rem 3rem}.schedule-module__LjijKa__heroTitle{font-size:2.5rem}.schedule-module__LjijKa__heroSubtitle{font-size:1.2rem}.schedule-module__LjijKa__scheduleWrapper{padding:4rem 1.5rem}.schedule-module__LjijKa__scheduleImageCard{padding:1.5rem}.schedule-module__LjijKa__scheduleActions{flex-direction:column}.schedule-module__LjijKa__downloadButton,.schedule-module__LjijKa__registerButton{text-align:center;width:100%}.schedule-module__LjijKa__infoSection{padding:4rem 1.5rem}}@media (max-width:480px){.schedule-module__LjijKa__heroSection{padding:5rem 1rem 2.5rem}.schedule-module__LjijKa__heroTitle{font-size:2rem}.schedule-module__LjijKa__heroSubtitle{font-size:1.05rem}.schedule-module__LjijKa__scheduleWrapper{padding:3rem 1.25rem}.schedule-module__LjijKa__scheduleTitle{font-size:1.75rem}.schedule-module__LjijKa__scheduleDescription{font-size:1rem}.schedule-module__LjijKa__scheduleImageCard{padding:1rem}.schedule-module__LjijKa__downloadButton,.schedule-module__LjijKa__registerButton{padding:1rem 2rem;font-size:1rem}.schedule-module__LjijKa__infoSection{padding:3rem 1.25rem}.schedule-module__LjijKa__infoTitle{font-size:1.75rem}.schedule-module__LjijKa__infoGrid{grid-template-columns:1fr;gap:1.5rem}}
