@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";.sr-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#1a2538d9;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.sr-nav__inner{justify-content:space-between;align-items:center;max-width:1100px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.sr-nav__logo img{height:32px}.sr-nav__links{gap:2rem;display:flex}.sr-nav__link{font-family:var(--font-family);color:#ffffffb3;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.sr-nav__link:hover,.sr-nav__link--active{color:#fff}.sr-nav__actions{align-items:center;gap:.75rem;display:flex}.sr-nav__btn--signin{font-family:var(--font-family);color:#fffc;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.sr-nav__btn--signin:hover{color:#fff}.sr-nav__btn--signup{font-family:var(--font-family);color:#fff;background:#ff4820;border-radius:10px;padding:8px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s}.sr-nav__btn--signup:hover{background:#e63e18}.sr-nav__toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;display:none}.sr-nav__overlay{z-index:99;background:#0006;position:fixed;inset:0}.sr-nav__mobile{z-index:100;background:#1a2538;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:flex;position:fixed;top:60px;left:0;right:0}.sr-nav__mobile-link{font-family:var(--font-family);color:#fffc;border-radius:8px;padding:10px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s}.sr-nav__mobile-link:hover{background:#ffffff0f}.sr-nav__mobile-divider{border:none;border-top:1px solid #ffffff1a;margin:.5rem 0}.sr-nav__mobile-cta{font-family:var(--font-family);color:#fff;text-align:center;background:#ff4820;border-radius:10px;margin-top:.25rem;padding:12px;font-size:15px;font-weight:700;text-decoration:none}@media screen and (width<=768px){.sr-nav__links,.sr-nav__actions{display:none}.sr-nav__toggle{display:block}}.sr-footer{background:var(--color-footer);flex-direction:column;justify-content:center;align-items:center;margin-top:auto;display:flex}.sr-footer__content{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.sr-footer__content>div{width:250px;margin:1rem}.sr-footer__logo{flex-direction:column;display:flex}.sr-footer__logo img{height:64px;margin-bottom:1rem}.sr-footer__col{flex-direction:column;display:flex}.sr-footer__col h4{font-family:var(--font-family);color:#fff;margin-bottom:1.5rem;font-size:14px;font-weight:700;line-height:16px}.sr-footer__col p{font-family:var(--font-family);text-align:left;color:#fff;margin-bottom:.75rem;padding:.5rem 0;font-size:14px;line-height:16px}.sr-footer__col a:hover{border-left:.3rem solid #fff;padding-left:.5rem}.sr-footer__copyright{text-align:center;width:100%;margin-top:2rem}.sr-footer__copyright p{font-family:var(--font-family);color:#fff;font-size:12px;line-height:16px}@media screen and (width<=850px){.sr-footer__logo img{height:56px}.sr-footer__content{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem 1rem;display:grid}.sr-footer__logo{grid-column:1/-1;align-items:center}.sr-footer__content>div{width:100%;margin:0}.sr-footer__col h4{margin-bottom:.75rem}.sr-footer__col p{text-align:left;margin-bottom:.25rem;padding:.2rem 0}.sr-footer__col:last-child{text-align:center;grid-column:1/-1}.sr-footer__col:last-child h4,.sr-footer__col:last-child p{text-align:center}.sr-footer__col a:hover{border-left:none;padding-left:0}.sr-footer__copyright{margin-top:1.5rem}}@media screen and (width<=550px){.sr-footer__content{gap:1.25rem .75rem}.sr-footer__logo img{height:36px;margin-bottom:.5rem}.sr-footer__col h4{margin-bottom:.5rem;font-size:13px}.sr-footer__col p{margin-bottom:.15rem;padding:.15rem 0;font-size:13px}.sr-footer__copyright{margin-top:1rem}.sr-footer{padding-bottom:1rem}}.sr-landing{background:#fff;flex-direction:column;min-height:100vh;padding-top:60px;display:flex}.sr-landing__hero{background:var(--page-bg);text-align:center;border-radius:0 0 28px 28px;flex-direction:column;align-items:center;width:100%;padding:5rem 2rem 3rem;display:flex}.sr-landing__hero-badge{font-family:var(--font-family);color:#fff;letter-spacing:.02em;background:#ffffff0f;border:1px solid #ffffff26;border-radius:100px;margin-bottom:1.5rem;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.sr-landing__hero-title{font-family:var(--font-family);color:#fff;letter-spacing:-.02em;max-width:700px;margin:0 auto;font-size:48px;font-weight:800;line-height:1.15}.sr-landing__hero-subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.7;max-width:560px;margin-top:1.25rem;margin-left:auto;margin-right:auto;font-size:18px;font-weight:400;line-height:1.7}.sr-landing__hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.sr-landing__btn--primary{min-height:50px;font-family:var(--font-family);color:#fff;cursor:pointer;background:#ff4820;border:none;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.sr-landing__btn--primary:hover{background:#e63e18}.sr-landing__btn--secondary{min-height:50px;font-family:var(--font-family);color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.sr-landing__btn--secondary:hover{border-color:#fff}.sr-landing__hero-stats{justify-content:center;gap:3rem;margin-top:2.5rem;display:flex}.sr-landing__stat{text-align:center}.sr-landing__stat-number{font-family:var(--font-family);color:#fff;font-size:32px;font-weight:800;line-height:1.2}.sr-landing__stat-label{font-family:var(--font-family);color:var(--color-text);opacity:.7;margin-top:4px;font-size:13px}.sr-landing__section{flex-direction:column;align-items:center;width:100%;padding:4rem 2rem;display:flex}.sr-landing__section--dark{background:var(--color-bg)}.sr-landing__section--light{background:#fff}.sr-landing__section-content{width:100%;max-width:900px}.sr-landing__section-label{font-family:var(--font-family);text-transform:uppercase;letter-spacing:.1em;color:#ff4820;text-align:center;margin-bottom:.75rem;font-size:12px;font-weight:700}.sr-landing__section-title{font-family:var(--font-family);color:#1a2538;text-align:center;margin-bottom:2.5rem;font-size:32px;font-weight:800;line-height:1.2}.sr-landing__section--dark .sr-landing__section-title{color:#fff}.sr-landing__features-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sr-landing__feature-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.sr-landing__feature-icon{color:#ff4820;background:#ff482014;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.sr-landing__feature-title{font-family:var(--font-family);color:#1a2538;margin-bottom:.5rem;font-size:18px;font-weight:700}.sr-landing__feature-desc{font-family:var(--font-family);color:#666;font-size:14px;line-height:1.6}.sr-landing__steps{justify-content:center;gap:2rem;display:flex;position:relative}.sr-landing__step{text-align:center;flex:1;max-width:200px;position:relative}.sr-landing__step-number{color:#fff;width:40px;height:40px;font-family:var(--font-family);background:#ff4820;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:18px;font-weight:800;display:flex}.sr-landing__step-title{font-family:var(--font-family);color:#fff;margin-bottom:.5rem;font-size:16px;font-weight:700}.sr-landing__step-desc{font-family:var(--font-family);color:var(--color-text);opacity:.7;font-size:14px;line-height:1.6}.sr-landing__advantages-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sr-landing__advantage-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.sr-landing__advantage-icon{color:#ff4820;margin-bottom:1rem}.sr-landing__advantage-title{font-family:var(--font-family);color:#fff;margin-bottom:.5rem;font-size:18px;font-weight:700}.sr-landing__advantage-desc{font-family:var(--font-family);color:var(--color-text);font-size:14px;line-height:1.6}.sr-landing__routes-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.sr-landing__route-card{background:#ffffff0d;border-radius:12px;padding:1.25rem;text-decoration:none;transition:background .15s;display:block}.sr-landing__route-card:hover{background:#ffffff1a}.sr-landing__route-cities{font-family:var(--font-family);color:#fff;margin-bottom:.5rem;font-size:16px;font-weight:700}.sr-landing__route-meta{font-family:var(--font-family);color:var(--color-text);opacity:.7;font-size:13px}.sr-landing__routes-all{text-align:center;margin-top:1.5rem}.sr-landing__routes-all a{font-family:var(--font-family);color:#ff4820;font-size:15px;font-weight:600;text-decoration:none}.sr-landing__routes-all a:hover{text-decoration:underline}.sr-landing__cta-links{font-family:var(--font-family);color:var(--color-text);opacity:.7;margin-top:.75rem;font-size:14px}.sr-landing__cta-links a{color:#ff4820;font-weight:600;text-decoration:none}.sr-landing__cta-links a:hover{text-decoration:underline}.sr-landing__testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.sr-landing__testimonial{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.sr-landing__testimonial-stars{color:#ffb800;letter-spacing:2px;margin-bottom:.75rem;font-size:18px}.sr-landing__testimonial-text{font-family:var(--font-family);color:var(--color-text);margin-bottom:1rem;font-size:14px;font-style:italic;line-height:1.7}.sr-landing__testimonial-author{flex-direction:column;gap:2px;display:flex}.sr-landing__testimonial-author strong{font-family:var(--font-family);color:#fff;font-size:14px;font-weight:700}.sr-landing__testimonial-author span{font-family:var(--font-family);color:#ffffff80;font-size:12px}.sr-landing__trust-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sr-landing__trust-item{background:#fff;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #0000000f}.sr-landing__trust-icon{color:#ff4820;background:#ff482014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sr-landing__trust-text h3{font-family:var(--font-family);color:#1a2538;margin-bottom:.35rem;font-size:16px;font-weight:700}.sr-landing__trust-text p{font-family:var(--font-family);color:#666;font-size:14px;line-height:1.6}.sr-landing__cta-final{background:var(--color-bg);text-align:center;flex-direction:column;align-items:center;width:100%;padding:4rem 2rem;display:flex}.sr-landing__cta-bar{background:var(--gradient-bar);border-radius:2px;width:60px;height:4px;margin-bottom:1.5rem}.sr-landing__cta-title{font-family:var(--font-family);color:#fff;max-width:600px;margin-bottom:1rem;font-size:36px;font-weight:800}.sr-landing__cta-subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.7;max-width:500px;margin-bottom:2rem;font-size:16px;line-height:1.6}.sr-landing__cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.sr-landing__cta-signin{font-family:var(--font-family);color:var(--color-text);opacity:.7;font-size:14px}.sr-landing__cta-signin a{color:#ff4820;font-weight:600;text-decoration:none}.sr-landing__cta-signin a:hover{text-decoration:underline}@media screen and (width<=1050px){.sr-landing__routes-grid{grid-template-columns:1fr 1fr}.sr-landing__steps{flex-wrap:wrap;gap:1.5rem}.sr-landing__step{max-width:180px}}@media screen and (width<=650px){.sr-landing__hero{padding:4rem 1.5rem 2.5rem}.sr-landing__hero-title{font-size:32px}.sr-landing__hero-subtitle{font-size:15px}.sr-landing__hero-ctas{flex-direction:column;width:100%;max-width:320px}.sr-landing__hero-stats{gap:2rem}.sr-landing__stat-number{font-size:26px}.sr-landing__section{padding:2.5rem 1.25rem}.sr-landing__section-title{font-size:24px}.sr-landing__features-grid,.sr-landing__advantages-grid,.sr-landing__trust-grid,.sr-landing__testimonials-grid,.sr-landing__routes-grid{grid-template-columns:1fr}.sr-landing__steps{flex-direction:column;align-items:center}.sr-landing__step{max-width:100%}.sr-landing__cta-final{padding:2.5rem 1.25rem}.sr-landing__cta-title{font-size:28px}.sr-landing__cta-buttons{flex-direction:column;align-items:center}}@media screen and (width<=490px){.sr-landing__hero{border-radius:0 0 22px 22px;padding:3.5rem 1rem 2rem}.sr-landing__hero-title{font-size:26px}.sr-landing__hero-subtitle{font-size:14px}.sr-landing__hero-badge{font-size:11px}.sr-landing__hero-stats{gap:1.5rem}.sr-landing__stat-number{font-size:22px}.sr-landing__stat-label{font-size:11px}.sr-landing__section{padding:2rem 1rem}.sr-landing__section-title{font-size:22px}.sr-landing__feature-card,.sr-landing__advantage-card,.sr-landing__trust-item{padding:1.25rem}.sr-landing__cta-final{padding:2rem 1rem}.sr-landing__cta-title{font-size:24px}}.sr-faqs{background:#fff;flex-direction:column;align-items:center;min-height:100vh;padding-top:60px;display:flex}.sr-faqs__top{background:var(--page-bg);text-align:center;border-radius:0 0 28px 28px;width:100%;padding:4.5rem 1.5rem 2rem}.sr-faqs__title{font-family:var(--font-family);color:#fff;letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800;line-height:1.2}.sr-faqs__subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.5;margin-top:6px;font-size:14px;font-weight:500}.sr-faqs__body{width:100%;max-width:700px;padding:1.5rem 1.5rem 4rem}.sr-faqs__container{flex-direction:column;display:flex}.sr-faqs__item{cursor:pointer;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #e8e8e8;border-radius:8px;padding:0 1rem;transition:background-color .2s}.sr-faqs__item:active{background-color:#00000005}.sr-faqs__item h2{font-family:var(--font-family);letter-spacing:-.02em;color:#1a1a2e;text-align:left;align-items:center;margin:0;padding:1rem 0 .5rem;font-size:16px;font-weight:700;line-height:24px;display:flex}.sr-faqs__item h2:before{content:"+";color:#ff4820;flex-shrink:0;width:1.5em;font-size:1.2em;font-weight:400;display:inline-block}.sr-faqs__item p{font-family:var(--font-family);color:#666;text-align:left;padding-bottom:1rem;padding-left:1.5em;font-size:14px;line-height:22px}.sr-faqs__links{text-align:center;background:#fff;border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.sr-faqs__links p{font-family:var(--font-family);color:#666;font-size:14px;line-height:1.8}.sr-faqs__links a{color:#ff4820;font-weight:600;text-decoration:none}.sr-faqs__links a:hover{text-decoration:underline}@media screen and (width<=650px){.sr-faqs__title{font-size:28px}.sr-faqs__item{padding:0 .5rem}.sr-faqs__item h2{padding:.75rem 0 .5rem;font-size:15px;line-height:22px}.sr-faqs__item p{padding-bottom:.75rem;font-size:13px;line-height:20px}}@media screen and (width<=490px){.sr-faqs__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-faqs__body{padding:1rem 1rem 3rem}.sr-faqs__title{font-size:24px}.sr-faqs__item h2{font-size:14px;line-height:20px}.sr-faqs__item p{font-size:13px;line-height:18px}}.sr-terms{background:#fff;flex-direction:column;align-items:center;min-height:100vh;padding-top:60px;display:flex}.sr-terms__top{background:var(--page-bg);text-align:center;border-radius:0 0 28px 28px;width:100%;padding:4.5rem 1.5rem 2rem}.sr-terms__title{font-family:var(--font-family);color:#fff;letter-spacing:-.02em;margin:0;font-size:26px;font-weight:800;line-height:1.2}.sr-terms__subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.6;margin-top:4px;margin-bottom:1rem;font-size:13px;font-weight:500}.sr-terms__body{width:100%;max-width:700px;padding:1.5rem 1.5rem 4rem}.sr-terms__content{width:100%}.sr-terms__section{margin-bottom:1.5rem}.sr-terms__section h2{font-family:var(--font-family);color:#1a1a2e;margin-bottom:.5rem;font-size:18px;font-weight:700}.sr-terms__section p{font-family:var(--font-family);color:#555;font-size:15px;line-height:1.6}.sr-terms__section a{color:#ff4820}@media screen and (width<=650px){.sr-terms__title{font-size:24px}.sr-terms__section{margin-bottom:1.25rem}.sr-terms__section h2{margin-bottom:.35rem;font-size:16px}.sr-terms__section p{font-size:14px}}@media screen and (width<=490px){.sr-terms__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-terms__body{padding:1rem 1rem 3rem}.sr-terms__title{font-size:22px}.sr-terms__section h2{font-size:15px}.sr-terms__section p{font-size:14px;line-height:1.5}}.sr-route{background:#fff;flex-direction:column;min-height:100vh;padding-top:60px;display:flex}.sr-route__hero{background:var(--page-bg);text-align:center;border-radius:0 0 28px 28px;flex-direction:column;align-items:center;width:100%;padding:3rem 2rem 2.5rem;display:flex}.sr-route__breadcrumb{font-family:var(--font-family);color:#ffffff80;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:13px;display:flex}.sr-route__breadcrumb a{color:#fff9;text-decoration:none}.sr-route__breadcrumb a:hover{color:#fff}.sr-route__breadcrumb span{color:#fffc}.sr-route__title{font-family:var(--font-family);color:#fff;letter-spacing:-.02em;max-width:700px;margin:0 auto;font-size:40px;font-weight:800;line-height:1.15}.sr-route__subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.7;margin-top:.75rem;font-size:17px;line-height:1.6}.sr-route__stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.sr-route__stat{font-family:var(--font-family);color:#fff;align-items:center;gap:.5rem;font-size:15px;font-weight:600;display:flex}.sr-route__stat svg{color:#ff4820}.sr-route__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.75rem;display:flex}.sr-route__btn--primary{min-height:48px;font-family:var(--font-family);color:#fff;cursor:pointer;background:#ff4820;border:none;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:15px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.sr-route__btn--primary:hover{background:#e63e18}.sr-route__btn--secondary{min-height:48px;font-family:var(--font-family);color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:15px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.sr-route__btn--secondary:hover{border-color:#fff}.sr-route__section{flex-direction:column;align-items:center;width:100%;padding:3rem 2rem;display:flex}.sr-route__section--dark{background:var(--color-bg)}.sr-route__section--light{background:#fff}.sr-route__content{width:100%;max-width:800px}.sr-route__content h2{font-family:var(--font-family);margin-bottom:1rem;font-size:28px;font-weight:800;line-height:1.2}.sr-route__section--light .sr-route__content h2{color:#1a2538}.sr-route__section--dark .sr-route__content h2{color:#fff}.sr-route__content h3{font-family:var(--font-family);margin-top:1.5rem;margin-bottom:.75rem;font-size:20px;font-weight:700}.sr-route__section--light .sr-route__content h3{color:#1a2538}.sr-route__section--dark .sr-route__content h3{color:#fff}.sr-route__content p{font-family:var(--font-family);color:#555;font-size:15px;line-height:1.7}.sr-route__section--dark .sr-route__content p{color:#ffffffb3}.sr-route__highlights{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sr-route__highlights li{font-family:var(--font-family);color:#444;align-items:flex-start;gap:.75rem;font-size:15px;line-height:1.5;display:flex}.sr-route__highlights li svg{color:#ff4820;flex-shrink:0;margin-top:3px}.sr-route__faqs{flex-direction:column;gap:1.25rem;display:flex}.sr-route__faq{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.25rem}.sr-route__faq h3{color:#fff;margin-top:0;font-size:16px}.sr-route__faq p{margin-top:.5rem;font-size:14px}.sr-route__other-routes{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.sr-route__other-card{background:#fff;border-radius:12px;padding:1.25rem;text-decoration:none;transition:box-shadow .15s;box-shadow:0 2px 8px #0000000f}.sr-route__other-card:hover{box-shadow:0 4px 16px #0000001f}.sr-route__other-cities{font-family:var(--font-family);color:#1a2538;margin-bottom:.35rem;font-size:16px;font-weight:700}.sr-route__other-meta{font-family:var(--font-family);color:#666;font-size:13px}.sr-route__all-link{text-align:center;margin-top:1.5rem}.sr-route__all-link a{font-family:var(--font-family);color:#ff4820;font-size:15px;font-weight:600;text-decoration:none}.sr-route__all-link a:hover{text-decoration:underline}.sr-route__grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sr-route__card{background:#fff;border-radius:16px;padding:1.5rem;text-decoration:none;transition:box-shadow .15s;box-shadow:0 2px 12px #0000000f}.sr-route__card:hover{box-shadow:0 4px 20px #0000001f}.sr-route__card-title{font-family:var(--font-family);color:#1a2538;margin-bottom:.75rem;font-size:20px;font-weight:700}.sr-route__card-details{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.sr-route__card-details span{font-family:var(--font-family);color:#555;align-items:center;gap:.35rem;font-size:13px;font-weight:600;display:inline-flex}.sr-route__card-details svg{color:#ff4820}.sr-route__card-desc{font-family:var(--font-family);color:#666;font-size:14px;line-height:1.6}@media screen and (width<=650px){.sr-route__hero{padding:2.5rem 1.25rem 2rem}.sr-route__title{font-size:28px}.sr-route__stats{gap:1.25rem}.sr-route__section{padding:2rem 1.25rem}.sr-route__content h2{font-size:24px}.sr-route__other-routes,.sr-route__grid{grid-template-columns:1fr}.sr-route__ctas{flex-direction:column;width:100%;max-width:320px}}.sr-blog{background:#f5f5f5;flex-direction:column;min-height:100vh;padding-top:60px;display:flex}.sr-blog__hero{background:var(--page-bg);text-align:center;border-radius:0 0 28px 28px;flex-direction:column;align-items:center;width:100%;padding:3rem 2rem 2.5rem;display:flex}.sr-blog__breadcrumb{font-family:var(--font-family);color:#ffffff80;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:13px;display:flex}.sr-blog__breadcrumb a{color:#fff9;text-decoration:none}.sr-blog__breadcrumb a:hover{color:#fff}.sr-blog__title{font-family:var(--font-family);color:#fff;letter-spacing:-.02em;max-width:700px;font-size:36px;font-weight:800;line-height:1.15}.sr-blog__subtitle{font-family:var(--font-family);color:var(--color-text);opacity:.7;margin-top:.75rem;font-size:16px}.sr-blog__post-category{font-family:var(--font-family);text-transform:uppercase;letter-spacing:.1em;color:#ff4820;margin-bottom:.75rem;font-size:12px;font-weight:700;display:inline-block}.sr-blog__post-meta{font-family:var(--font-family);color:#ffffff80;gap:1.5rem;margin-top:.75rem;font-size:14px;display:flex}.sr-blog__list{flex-direction:column;gap:1.25rem;width:100%;max-width:800px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.sr-blog__card{background:#fff;border-radius:16px;padding:1.75rem;text-decoration:none;transition:box-shadow .15s;display:block;box-shadow:0 2px 12px #0000000f}.sr-blog__card:hover{box-shadow:0 4px 20px #0000001f}.sr-blog__card-category{font-family:var(--font-family);text-transform:uppercase;letter-spacing:.1em;color:#ff4820;font-size:11px;font-weight:700}.sr-blog__card-title{font-family:var(--font-family);color:#1a2538;margin-top:.5rem;margin-bottom:.5rem;font-size:20px;font-weight:700;line-height:1.3}.sr-blog__card-desc{font-family:var(--font-family);color:#666;font-size:14px;line-height:1.6}.sr-blog__card-meta{font-family:var(--font-family);color:#999;gap:1.5rem;margin-top:.75rem;font-size:13px;display:flex}.sr-blog__article{width:100%;max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem}.sr-blog__section{margin-bottom:2rem}.sr-blog__section h2{font-family:var(--font-family);color:#1a2538;margin-bottom:.75rem;font-size:22px;font-weight:700;line-height:1.3}.sr-blog__section p{font-family:var(--font-family);color:#444;font-size:16px;line-height:1.8}.sr-blog__cta{background:var(--color-bg);text-align:center;border-radius:16px;margin-top:2rem;padding:2rem}.sr-blog__cta h3{font-family:var(--font-family);color:#fff;margin-bottom:.5rem;font-size:22px;font-weight:700}.sr-blog__cta p{font-family:var(--font-family);color:#ffffffb3;margin-bottom:1.25rem;font-size:15px}.sr-blog__cta-btn{min-height:48px;font-family:var(--font-family);color:#fff;background:#ff4820;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.sr-blog__cta-btn:hover{background:#e63e18}.sr-blog__related{width:100%;max-width:800px;margin:0 auto;padding:0 1.5rem 3rem}.sr-blog__related h2{font-family:var(--font-family);color:#1a2538;margin-bottom:1.25rem;font-size:24px;font-weight:800}.sr-blog__related-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media screen and (width<=650px){.sr-blog__hero{padding:2.5rem 1.25rem 2rem}.sr-blog__title{font-size:26px}.sr-blog__list,.sr-blog__article{padding:1.5rem 1.25rem 2.5rem}.sr-blog__section h2{font-size:19px}.sr-blog__section p{font-size:15px}.sr-blog__related-grid{grid-template-columns:1fr}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.hidden{display:none}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--font-family:"Manrope", sans-serif;--gradient-text:linear-gradient(89.97deg, #ae67fa 1.84%, #f49867 102.67%);--gradient-bar:linear-gradient(103.22deg, #ae67fa -13.86%, #f49867 99.55%);--page-bg:radial-gradient(ellipse at 50% 0%, #1e3a5f80 0%, transparent 60%), linear-gradient(180deg, #22304c, #1a2538);--color-bg:#1a2538;--color-footer:#1a2538;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--page-bg);scroll-behavior:smooth;background-attachment:fixed}html,body{overflow-x:hidden}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.gradient__text{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section__padding{padding:4rem 6rem}@media screen and (width<=700px){.section__padding{padding:4rem}}@media screen and (width<=550px){.section__padding{padding:4rem 2rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
