.get-started{background:var(--color-background, #fff);overflow:hidden;min-height:100vh;display:flex;align-items:center}@media screen and (max-width: 749px){.get-started{min-height:auto;display:block}}.get-started__inner{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%}@media screen and (min-width: 750px){.get-started__inner{padding:0 2rem}}.get-started__top{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;align-items:center}@media screen and (min-width: 750px){.get-started__top{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem}}.get-started__heading{font-family:var(--font-heading-family, serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;margin:0 0 1.5rem}.get-started__description{font-family:var(--font-body-family, sans-serif);font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7;color:rgba(var(--color-foreground, 0 0 0),.7);margin:0}.get-started__description p{margin:0 0 1rem}.get-started__description p:last-child{margin-bottom:0}.get-started__mockup{position:relative}.get-started__mockup img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));border-radius:8px}.get-started__timeline{position:relative;margin-bottom:4rem}.timeline__steps{display:grid;grid-template-columns:1fr;gap:2rem;position:relative}@media screen and (min-width: 750px){.timeline__steps{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}}@media screen and (min-width: 990px){.timeline__steps{gap:2.5rem}}.timeline__line{position:absolute;background:#8a2be233!important;z-index:0}.timeline__line:before{content:"";position:absolute;background:#8a2be2!important}@media screen and (max-width: 749px){.timeline__line{left:20px;top:0;bottom:0;width:2px;height:calc(100% - 40px)}.timeline__line:before{left:0;top:0;width:2px;height:100%}}@media screen and (min-width: 750px){.timeline__line{top:20px!important;left:20px!important;right:20px!important;height:2px!important;width:calc(100% - 40px)!important}.timeline__line:before{left:0!important;top:0!important;height:2px!important;width:100%!important}}.timeline__step{display:flex;align-items:flex-start;position:relative;z-index:1}@media screen and (max-width: 749px){.timeline__step{flex-direction:row;gap:1.5rem}}@media screen and (min-width: 750px){.timeline__step{flex-direction:column;align-items:center;text-align:center}}.timeline__circle{width:40px;height:40px;min-width:40px;border-radius:50%;background:rgb(var(--color-background, 255 255 255));border:3px solid #8A2BE2!important;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#8a2be2;position:relative;transition:all .5s ease}.timeline__step:hover .timeline__circle{transform:scale(1.1)}@media screen and (min-width: 750px){.timeline__circle{margin-bottom:1.5rem}}.timeline__step-content{flex:1}.timeline__step-title{font-family:var(--font-body-family, sans-serif);font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:600;line-height:1.3;margin:0 0 .75rem;color:rgb(var(--color-foreground, 0 0 0))}.timeline__step-description{font-size:clamp(.875rem,1.2vw,.95rem);line-height:1.6;margin:0;color:rgba(var(--color-foreground, 0 0 0),.6)}.get-started__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}.get-started__button{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body-family, sans-serif);font-weight:500;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.get-started__button--primary{padding:1rem 2.5rem;background:#8a2be2!important;color:#fff!important;font-size:1.125rem;font-weight:600;box-shadow:0 4px 15px #8a2be240!important}.get-started__button--primary:hover{background:#7b1fa2!important;transform:translateY(-2px);box-shadow:0 6px 20px #8a2be259!important}.get-started__button--primary:active{transform:translateY(0);box-shadow:0 2px 10px #8a2be240!important}.get-started__button--primary svg{transition:transform .3s ease}.get-started__button--primary:hover svg{transform:translate(4px)}.get-started__button--secondary{padding:1rem 2rem;background:transparent!important;color:#8a2be2!important;font-size:1rem;border:2px solid #8A2BE2!important}.get-started__button--secondary:hover{background:#8a2be2!important;color:#fff!important;box-shadow:0 4px 15px #8a2be240!important}@media screen and (max-width: 749px){.get-started__top{gap:2rem;margin-bottom:3rem}.get-started__heading{margin-bottom:1rem}.get-started__timeline{margin-bottom:3rem}.timeline__steps{gap:2rem}.timeline__step{gap:1rem}.timeline__circle{margin-top:.25rem}.get-started__buttons{flex-direction:column;gap:1rem}.get-started__button--primary,.get-started__button--secondary{width:100%;justify-content:center;padding:1rem 2rem}}@media screen and (min-width: 1400px){.get-started__heading{font-size:3.5rem;margin-bottom:2rem}.get-started__description{font-size:1.25rem}.timeline__steps{gap:3rem}.timeline__step-title{font-size:1.25rem;margin-bottom:1rem}.timeline__step-description{font-size:1rem}}.get-started__button:focus{outline:2px solid currentColor;outline-offset:4px}@media (prefers-contrast: high){.timeline__circle{border-width:4px}.get-started__button--secondary{border-width:3px}}@media (prefers-reduced-motion: reduce){.timeline__circle,.get-started__button,.get-started__button svg{transition:none!important}.timeline__step:hover .timeline__circle,.get-started__button--primary:hover{transform:none}.get-started__button--primary:hover svg{transform:none}}@media print{.get-started__buttons{display:none}.timeline__line{print-color-adjust:exact;-webkit-print-color-adjust:exact}.timeline__circle{border-width:2px}}@media screen and (max-width: 749px){.timeline__step.animate-mobile{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.timeline__step.animate-mobile.is-visible{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/get-started.css.map */
