.main-container.svelte-1vx7a7g{max-width:1200px;width:100%;margin:0 auto;position:relative}.timeline-container.svelte-1vx7a7g{background:var(--bg-card);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px #0000001a;width:100%;position:relative;overflow:hidden}.timeline.svelte-1vx7a7g{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.timeline-item.svelte-1vx7a7g{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;opacity:0;transform:translateY(20px);animation:svelte-1vx7a7g-fadeInUp .6s ease-out forwards}.timeline-item.svelte-1vx7a7g:nth-child(1){animation-delay:.2s}.timeline-item.svelte-1vx7a7g:nth-child(2){animation-delay:.4s}.timeline-item.svelte-1vx7a7g:nth-child(3){animation-delay:.6s}.timeline-item.svelte-1vx7a7g:nth-child(4){animation-delay:.8s}.timeline-item.svelte-1vx7a7g:nth-child(5){animation-delay:1s}.timeline-item.svelte-1vx7a7g:nth-child(6){animation-delay:1.2s}.timeline-item.svelte-1vx7a7g:nth-child(7){animation-delay:1.4s}.timeline-item.svelte-1vx7a7g:nth-child(8){animation-delay:1.6s}.dot.svelte-1vx7a7g{width:22px;height:22px;border-radius:50%;background:var(--text-color, #000000);margin-bottom:15px;position:relative;z-index:3;transition:all .3s ease;box-shadow:0 2px 12px #21ff9733}.timeline-item.svelte-1vx7a7g:hover .dot:where(.svelte-1vx7a7g){transform:scale(1.2);background:#599bff;box-shadow:0 2px 16px #599bff66}.label.svelte-1vx7a7g{font-size:15px;font-weight:600;color:var(--text-color, #374151);text-align:center;max-width:140px;line-height:1.4;transform:rotate(-45deg);white-space:nowrap;padding:0 5px}.timeline-item.svelte-1vx7a7g:nth-child(1) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out .75s forwards}.timeline-item.svelte-1vx7a7g:nth-child(2) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 1s forwards}.timeline-item.svelte-1vx7a7g:nth-child(3) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 1.25s forwards}.timeline-item.svelte-1vx7a7g:nth-child(4) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 1.5s forwards}.timeline-item.svelte-1vx7a7g:nth-child(5) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 1.75s forwards}.timeline-item.svelte-1vx7a7g:nth-child(6) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 2s forwards}.timeline-item.svelte-1vx7a7g:nth-child(7) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 2.25s forwards}.timeline-item.svelte-1vx7a7g:nth-child(8) .dot:where(.svelte-1vx7a7g){animation:svelte-1vx7a7g-turnGreen .3s ease-out 2.69s forwards}.gradient-bar-container.svelte-1vx7a7g{position:absolute;bottom:35px;left:40px;right:40px;height:12px;background:var(--bg-alt);border-radius:6px;overflow:hidden;z-index:2}.gradient-bar.svelte-1vx7a7g{height:100%;width:0%;background:linear-gradient(90deg,#ea5757,#599bff,#73c382);border-radius:6px;animation:svelte-1vx7a7g-expandBar 3s ease-out .5s forwards;position:relative}.gradient-bar.svelte-1vx7a7g:before{content:"";position:absolute;inset:-4px;background:linear-gradient(90deg,#ea5757,#599bff,#73c382);border-radius:10px;opacity:.3;filter:blur(8px);z-index:-1;animation:svelte-1vx7a7g-expandGlow 3s ease-out .5s forwards;width:0%}@keyframes svelte-1vx7a7g-fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes svelte-1vx7a7g-expandBar{to{width:100%}}@keyframes svelte-1vx7a7g-expandGlow{to{width:100%}}@keyframes svelte-1vx7a7g-showIndicator{to{opacity:1}}@keyframes svelte-1vx7a7g-turnGreen{to{background:#21ff97;transform:scale(1.1)}}.everything-heading.svelte-1vx7a7g{margin-top:3rem;text-align:center}.everything-heading.svelte-1vx7a7g p:where(.svelte-1vx7a7g){font-size:3rem;font-weight:500;line-height:1.2;color:var(--text-color, #111827);margin:0}.everything-heading.svelte-1vx7a7g .bold-text:where(.svelte-1vx7a7g){font-weight:800}.everything-heading.svelte-1vx7a7g .underline:where(.svelte-1vx7a7g){text-decoration:underline;text-underline-offset:4px}.mobile-break.svelte-1vx7a7g{display:none}@media (max-width: 768px){.timeline-container.svelte-1vx7a7g{padding:40px 20px}.timeline.svelte-1vx7a7g{flex-direction:column;align-items:flex-start;gap:35px;margin-bottom:0;margin-left:40px}.timeline-item.svelte-1vx7a7g{flex-direction:row;justify-content:flex-start;align-content:center;align-items:center;gap:20px;transform:translate(-20px);animation-name:svelte-1vx7a7g-fadeInLeft!important}.label.svelte-1vx7a7g{font-size:15px;max-width:none;transform:none;text-align:left;padding:0;margin-top:-15px}.dot.svelte-1vx7a7g{width:20px;height:20px;margin-bottom:0;flex-shrink:0}.gradient-bar-container.svelte-1vx7a7g{inset:60px auto 60px 28px;width:10px;height:auto}.gradient-bar.svelte-1vx7a7g{width:100%;height:0%;background:linear-gradient(180deg,#ea5757,#599bff,#73c382);animation:svelte-1vx7a7g-expandBarVertical 3s ease-out .5s forwards}.gradient-bar.svelte-1vx7a7g:before{width:100%;height:0%;background:linear-gradient(180deg,#ea5757,#599bff,#73c382);animation:svelte-1vx7a7g-expandGlowVertical 3s ease-out .5s forwards}.gradient-bar.svelte-1vx7a7g:after{top:calc(100% - 40px);left:50%;transform:translate(-50%);width:24px;height:100px;background:radial-gradient(ellipse at center,#ffffffd9,#fff0 70%);animation:svelte-1vx7a7g-glowMove 3s ease-out .5s forwards}.everything-heading.svelte-1vx7a7g p:where(.svelte-1vx7a7g){font-size:2.25rem}.mobile-break.svelte-1vx7a7g{display:block}}@keyframes svelte-1vx7a7g-fadeInLeft{to{opacity:1;transform:translate(0)}}@keyframes svelte-1vx7a7g-expandBarVertical{to{height:100%}}@keyframes svelte-1vx7a7g-expandGlowVertical{to{height:100%}}.dot.svelte-1vx7a7g{position:relative}.dot.svelte-1vx7a7g:after{content:"";position:absolute;inset:0;margin:auto;width:6px;height:10px;border:solid var(--bg-card, #000);border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px);opacity:0;transition:opacity .3s}.timeline-item.svelte-1vx7a7g:nth-child(1) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s .75s forwards}.timeline-item.svelte-1vx7a7g:nth-child(2) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 1s forwards}.timeline-item.svelte-1vx7a7g:nth-child(3) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 1.25s forwards}.timeline-item.svelte-1vx7a7g:nth-child(4) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 1.5s forwards}.timeline-item.svelte-1vx7a7g:nth-child(5) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 1.75s forwards}.timeline-item.svelte-1vx7a7g:nth-child(6) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 2s forwards}.timeline-item.svelte-1vx7a7g:nth-child(7) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 2.25s forwards}.timeline-item.svelte-1vx7a7g:nth-child(8) .dot:where(.svelte-1vx7a7g):after{animation:svelte-1vx7a7g-showCheck 0s 2.69s forwards}@keyframes svelte-1vx7a7g-showCheck{to{opacity:1}}.gradient-bar.svelte-1vx7a7g{position:relative}.gradient-bar.svelte-1vx7a7g:after{content:"";position:absolute;top:50%;left:calc(100% - 40px);transform:translateY(-50%);width:120px;height:24px;background:radial-gradient(ellipse at center,#ffffffd9,#fff0 70%);border-radius:50%;opacity:0;pointer-events:none;animation:svelte-1vx7a7g-glowMove 3s ease-out .5s forwards}@keyframes svelte-1vx7a7g-glowMove{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}.access-wrapper.svelte-a23kkf{padding:5rem 1rem;display:flex;justify-content:center;font-family:Inter,Outfit,sans-serif}.access-container.svelte-a23kkf{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1200px}@media (max-width: 768px){.access-container.svelte-a23kkf{display:flex;flex-direction:column;gap:2rem}}.access-card.svelte-a23kkf{background:var(--bg-alt, #fff);border-radius:1.5rem;padding:3rem 2.5rem;text-align:center;box-shadow:0 12px 30px #0000000f;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;height:100%}@media (max-width: 768px){.access-card.svelte-a23kkf{padding:2rem 1.5rem}}.access-card.svelte-a23kkf:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0000001a}.access-card.svelte-a23kkf h2:where(.svelte-a23kkf){font-size:2rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.access-card.svelte-a23kkf p:where(.svelte-a23kkf){font-size:1.05rem;color:#555;margin-bottom:2rem;line-height:1.5;flex-grow:1}.access-card.svelte-a23kkf .btn:where(.svelte-a23kkf){display:inline-block;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .2s ease;width:100%;max-width:320px}.access-card.svelte-a23kkf .primary:where(.svelte-a23kkf){background-color:#599bff;color:#fff}.access-card.svelte-a23kkf .primary:where(.svelte-a23kkf):hover{background-color:#3b8dff;transform:translateY(-2px);box-shadow:0 4px 12px #599bff4d}.access-card.svelte-a23kkf .glowing:where(.svelte-a23kkf){position:relative;color:#fff;background-color:transparent;z-index:1}.access-card.svelte-a23kkf .glowing:where(.svelte-a23kkf):after{content:"";position:absolute;inset:0;background-color:#0070f3;border-radius:.75rem;z-index:-1;transition:background-color .2s ease}.access-card.svelte-a23kkf .glowing:where(.svelte-a23kkf):before{content:"";position:absolute;inset:-6px;background:conic-gradient(from var(--gradient-angle),rgba(0,0,0,0) 0%,#ea5757 20%,#599bff 40%,#73c382 60%,#599bff 80%,rgba(0,0,0,0) 100%);border-radius:1.1rem;z-index:-2;filter:blur(14px);animation:svelte-a23kkf-rotateGlow 3s linear infinite;opacity:.9}.access-card.svelte-a23kkf .glowing:where(.svelte-a23kkf):hover:after{background-color:#005bb5}.access-card.svelte-a23kkf .glowing:where(.svelte-a23kkf):hover{transform:translateY(-2px)}.access-card.svelte-a23kkf .label:where(.svelte-a23kkf){margin-top:1.5rem;font-size:.95rem;color:#777;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1.4;min-height:4.5rem}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes svelte-a23kkf-rotateGlow{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}.highlight-blue.svelte-a23kkf{color:#599bff}.highlight-green.svelte-a23kkf{color:#28a745}
