.about{background:var(--background);color:var(--text-primary);padding:7.5vh 0 10vh;position:relative;overflow:hidden}.about:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#ffffff14 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}.about:after{content:"";pointer-events:none;z-index:0;background:#ffffff14;position:absolute;inset:0}.about__container{z-index:1;width:85%;max-width:1800px;margin:0 auto;position:relative}.about__layout{justify-content:space-between;align-items:center;gap:3rem;display:flex}.about__intro{flex-direction:column;flex:1.1;gap:1.5rem;display:flex}.about__eyebrow{font-family:var(--font-secondary);letter-spacing:.2em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.about h2{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:2.625rem;line-height:1.1}.about__lead{text-wrap:balance;color:var(--text-muted);font-size:1.25rem;line-height:1.6}.about__metrics{flex-wrap:wrap;gap:.625rem;display:flex}.about__metric{background:var(--white);text-align:left;color:var(--text-secondary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:14px;flex:200px;align-items:center;gap:.5rem;padding:.875rem .75rem;transition:all .25s;display:flex}.about__metric:hover{background:var(--gray-50);transform:translateY(-3px)}.about__metric strong{color:var(--text-primary);font-size:1.25rem;display:block}.about__metric span{color:var(--text-muted);font-size:.875rem;display:block}.about__metric-icon{background:var(--surface-primary);width:42px;height:42px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:0;display:flex!important}.about__metric-icon svg{width:1.5rem;height:1.5rem}.about__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.about__primary{background:var(--primary);color:var(--white);font-size:1rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.625rem 1.75rem;transition:all .25s;display:inline-flex;box-shadow:0 12px 24px #4f46e540}.about__primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 16px 32px #4f46e559}.about__primary:active{transition:all .1s;transform:translateY(0)scale(.98);box-shadow:0 8px 16px #4f46e540}.about__ghost{color:var(--text-secondary);border:1px solid var(--border-default);font-size:1.125rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:.625rem 1.75rem;transition:all .25s;display:inline-flex}.about__ghost:hover{border-color:var(--primary);color:var(--primary);background:var(--surface-primary);transform:translateY(-2px)}.about__ghost:active{transition:all .1s;transform:translateY(0)scale(.98)}.about__panel{background:var(--white);color:var(--text-primary);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:22px;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex}.about__panel-header{flex-direction:column;gap:.5rem;display:flex}.about__panel-eyebrow{font-family:var(--font-secondary);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-600);font-size:15px;font-weight:600}.about__panel-header h3{color:var(--text-primary);font-size:1.625rem;line-height:1.2}.about__panel-header p{color:var(--text-muted);font-size:1rem;line-height:1.6}.about__panel-list{flex-direction:column;gap:1rem;display:flex}.about__panel-item{background:var(--gray-50);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:1rem;padding:.875rem 1rem;transition:all .2s;display:flex}.about__panel-item:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.about__panel-icon{background:var(--surface-accent);width:42px;height:42px;color:var(--accent-600);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:0;display:inline-flex}.about__panel-icon svg{width:1.25em;height:1.25em;display:block}.about__panel-item h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem}.about__panel-item p{color:var(--text-muted);font-size:1rem;line-height:1.5}.about__note{border:1px dashed var(--border-primary);background:var(--surface-primary);color:var(--text-secondary);border-radius:14px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:1rem;display:flex}.about__note svg{color:var(--primary);font-size:1.25rem;display:block}@media (max-width:1536px){.about__container{width:87.5%}.about__layout{gap:2.5rem}.about h2{font-size:2.5rem}.about__lead{font-size:1.125rem}.about__metric{padding:.75rem}.about__metric-icon{width:40px;height:40px}.about__panel{padding:1.75rem}.about__panel-header h3{font-size:1.5rem}.about__panel-item{padding:.75rem .875rem}.about__note{font-size:.875rem}}@media (max-width:1440px){.about__container{width:90%}.about__layout{gap:2.25rem}.about h2{font-size:2.25rem}.about__lead{font-size:1.125rem}.about__metrics{gap:.5rem}.about__metric strong{font-size:1.125rem}.about__metric-icon{width:38px;height:38px}.about__panel{padding:1.625rem}.about__panel-header h3{font-size:1.5rem}.about__panel-item h4,.about__panel-item p{font-size:1rem}.about__primary,.about__ghost{padding:.625rem 1.5rem;font-size:1rem}}@media (max-width:1366px){.about__container{width:91%}.about__layout{gap:2rem}.about h2{font-size:2.25rem}.about__lead{font-size:1rem}.about__panel{padding:1.5rem}.about__panel-list{gap:.875rem}.about__note{font-size:.875rem}}@media (max-width:1280px){.about__container{width:92.5%}.about__layout{gap:1.75rem}.about h2{font-size:2rem}.about__lead{font-size:1rem}.about__metrics{gap:.5rem}.about__metric{flex:180px;padding:.75rem .625rem}.about__metric strong{font-size:1rem}.about__primary,.about__ghost{padding:.5rem 1.375rem;font-size:1rem}.about__panel-item{padding:.75rem .875rem}.about__note{font-size:.875rem}}@media (max-width:1024px){.about__layout{flex-direction:column;align-items:stretch}.about__lead{max-width:60ch}.about__panel{width:100%}}@media (max-width:768px){.about{padding:9vh 0}.about__intro{text-align:center;align-items:center}.about__metrics,.about__actions{justify-content:center}.about h2{font-size:2.125rem}}@media (max-width:640px){.about__container{width:90%}.about__metrics{flex-direction:column}.about__primary,.about__ghost{width:100%}.about__panel{padding:1.5rem}}
.available-rides{background:var(--background);padding:12.5vh 0}.available-rides__container{width:80%;max-width:1800px;margin:0 auto}.available-rides__header{margin-bottom:2.5rem}.available-rides__header h2{color:var(--text-primary);margin-bottom:.5rem;font-size:2.75rem;font-weight:700}.available-rides__subtitle{color:var(--text-muted);font-size:20px}.available-rides__filters{border:1px solid var(--border-light);background:var(--white);box-shadow:var(--shadow-sm);border-radius:16px;flex-wrap:wrap;align-items:end;gap:.875rem;margin-bottom:2rem;padding:1rem;display:flex}.available-rides__filter{flex-direction:column;flex:180px;gap:.375rem;display:flex}.available-rides__filter span{color:var(--text-secondary);font-size:.875rem;font-weight:600}.available-rides__filter input,.available-rides__filter select{border:1px solid var(--border-default);background:var(--gray-50);width:100%;height:42px;color:var(--text-primary);font-size:1rem;font-family:var(--font-primary);border-radius:10px;padding:0 .75rem;transition:border-color .2s,box-shadow .2s}.available-rides__filter input:focus,.available-rides__filter select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #10b98126}.available-rides__filter input[type=number]{appearance:textfield}.available-rides__filter input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.available-rides__filter input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.available-rides__clear-btn{border:1px solid var(--border-default);min-width:150px;height:42px;color:var(--text-secondary);font-family:var(--font-heading);cursor:pointer;background:0 0;border-radius:10px;font-size:1rem;font-weight:600;transition:all .2s}.available-rides__clear-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-50)}.available-rides__grid{flex-wrap:wrap;gap:2rem;display:flex}.available-rides__grid .ride-card{flex:calc(30% - 3rem);min-width:300px}.available-rides__empty-state{border:1px dashed var(--border-default);background:var(--surface-light);text-align:center;border-radius:16px;margin-top:1rem;padding:2rem 1.5rem}.available-rides__empty-state h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.available-rides__empty-state p{color:var(--text-muted);font-size:1rem}.available-rides__pagination{justify-content:center;gap:.75rem;margin-top:2.25rem;display:flex}.available-rides__dot{background:var(--gray-300);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:all .2s}.available-rides__dot:hover{background:var(--gray-400)}.available-rides__dot--active{background:var(--accent);border-radius:20px;width:38px}.ride-card{background:var(--white);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.ride-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-accent);transform:translateY(-4px)}.ride-card__route{justify-content:space-between;align-items:flex-start;display:flex}.ride-card__locations{flex-direction:column;gap:.625rem;display:flex}.ride-card__location{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:500;display:flex}.ride-card__pin{color:var(--primary-600);flex-shrink:0;font-size:1rem}.ride-card .second_pin{color:var(--accent-600)}.ride-card__price{text-align:right}.ride-card__amount{color:var(--accent);font-size:1.75rem;font-weight:700;font-family:var(--font-heading);display:block}.ride-card__per{color:var(--text-muted);font-size:.875rem}.ride-card__driver{border-top:1px solid var(--border-light);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.ride-card__avatar{background:var(--accent-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42.5px;height:42.5px;display:flex;overflow:hidden}.ride-card__avatar img{object-fit:cover;width:100%;height:100%}.ride-card__avatar-placeholder{color:var(--accent);font-size:1.125rem;font-weight:600;font-family:var(--font-heading)}.ride-card__driver-info h4{color:var(--text-primary);margin-bottom:.125rem;font-size:1rem;font-weight:600}.ride-card__driver-info p{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.875rem;display:flex}.ride-card__driver-info p svg{color:var(--gray-400);font-size:1rem}.ride-card__details{flex-wrap:wrap;gap:.75rem;display:flex}.ride-card__time,.ride-card__seats{background:var(--gray-50);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:8px;align-items:center;gap:.5rem;padding:.375rem .625rem;font-size:.875rem;display:inline-flex}.ride-card__time svg,.ride-card__seats svg{color:var(--accent);font-size:1rem}.ride-card__days{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.ride-card__days-icon{color:var(--gray-400);margin-right:.375rem;font-size:1rem}.ride-card__day{background:var(--gray-100);color:var(--text-muted);border:1px solid var(--border-light);border-radius:6px;justify-content:center;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.ride-card__actions{gap:.75rem;margin-top:auto;padding-top:.5rem;display:flex}.ride-card__actions .ride-card__btn{flex:1}.ride-card__btn{font-size:1rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:2px solid var(--primary-300);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:all .25s;display:inline-flex}.ride-card__btn svg{font-size:1rem;transition:all .2s}.ride-card__btn--call,.ride-card__btn--email{color:var(--primary);background:0 0}.ride-card__btn--call:hover,.ride-card__btn--email:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #4f46e540}.ride-card__btn--call:hover svg,.ride-card__btn--email:hover svg{color:var(--white)}.ride-card__btn--call:active,.ride-card__btn--email:active{transition:all .1s;transform:translateY(0)scale(.97);box-shadow:0 4px 10px #4f46e533}@media (max-width:1536px){.available-rides__container{width:84%}.available-rides__header h2{font-size:2.5rem}.available-rides__subtitle{font-size:1.125rem}.available-rides__filters{gap:.75rem;padding:.875rem}.available-rides__grid{gap:1.75rem}.available-rides__grid .ride-card{min-width:280px}.ride-card{padding:1.125rem}.ride-card__amount{font-size:1.625rem}}@media (max-width:1440px){.available-rides__container{width:86%}.available-rides__header h2{font-size:2.375rem}.available-rides__subtitle{font-size:1rem}.available-rides__filters{gap:.75rem}.available-rides__filter input,.available-rides__filter select{height:40px;font-size:1rem}.available-rides__clear-btn{min-width:130px;font-size:1rem}.available-rides__grid{gap:1.5rem}.available-rides__grid .ride-card{min-width:270px}.ride-card{padding:1.125rem}.ride-card__amount{font-size:1.5rem}}@media (max-width:1366px){.available-rides__container{width:87.5%}.available-rides__header h2{font-size:2.25rem}.available-rides__subtitle{font-size:1rem}.available-rides__filters{gap:.625rem;padding:.875rem}.available-rides__grid{gap:1.375rem}.available-rides__grid .ride-card{min-width:260px}.ride-card{padding:1rem}.ride-card__amount{font-size:1.5rem}.ride-card__per{font-size:.75rem}.ride-card__details{gap:.625rem}.ride-card__btn{padding:.625rem .875rem;font-size:1rem}}@media (max-width:1280px){.available-rides__container{width:90%}.available-rides__header h2{font-size:2.25rem}.available-rides__grid{gap:1.25rem}.available-rides__grid .ride-card{flex:calc(33.333% - 1.25rem);min-width:250px}.available-rides__filter{flex:160px}.available-rides__filter span{font-size:.875rem}.ride-card{padding:1rem}.ride-card__amount{font-size:1.375rem}.ride-card__btn{padding:.625rem .875rem;font-size:.875rem}}@media (max-width:1200px){.available-rides__grid .ride-card{flex:calc(50% - .75rem)}}@media (max-width:1024px){.available-rides{padding:10vh 0}.available-rides__container{width:92.5%}.available-rides__header{margin-bottom:2rem}.available-rides__header h2{font-size:2rem}.available-rides__subtitle{font-size:1rem}.available-rides__filters{gap:.625rem;padding:.75rem}.available-rides__filter{flex:calc(50% - .375rem);min-width:220px}.available-rides__filter span{font-size:.875rem}.available-rides__filter input,.available-rides__filter select{height:2.375rem;font-size:1rem}.available-rides__clear-btn{min-width:100%;height:2.375rem;font-size:1rem}.available-rides__grid{gap:1rem}.available-rides__grid .ride-card{flex:calc(50% - .5rem);min-width:0}.ride-card{padding:.75rem}.ride-card__route{gap:.625rem}.ride-card__location{font-size:1rem}.ride-card__amount{font-size:1.25rem}.ride-card__actions{gap:.625rem}.ride-card__btn{padding:.625rem .75rem;font-size:.875rem}}@media (max-width:768px){.available-rides__container{width:90%}.available-rides__grid{flex-direction:column;max-width:450px;margin:0 auto}.available-rides__grid .ride-card{flex:100%}.available-rides__header h2{font-size:1.75rem}.ride-card__actions{flex-direction:column}}@media (max-width:640px){.available-rides{padding:7vh 0 9vh}.available-rides__container{width:92.5%}.available-rides__header{text-align:center}.available-rides__header h2{font-size:1.625rem}.available-rides__subtitle{font-size:.875rem}.available-rides__filters{gap:.5rem;padding:.625rem}.available-rides__filter{flex:100%}.available-rides__filter span{font-size:.875rem}.available-rides__filter input,.available-rides__filter select{height:2.5rem;font-size:.875rem}.available-rides__grid{max-width:100%}.ride-card{padding:.75rem}.ride-card__route{flex-direction:column;gap:.625rem}.ride-card__price{text-align:left}.ride-card__details{gap:.5rem}.ride-card__actions{flex-direction:column;gap:.5rem}.ride-card__btn{min-height:2.5rem;padding:.625rem .75rem;font-size:.875rem}}@media (max-width:480px){.available-rides{padding:6vh 0 8vh}.available-rides__header{text-align:center}.available-rides__header h2{font-size:1.5rem}.available-rides__subtitle{font-size:.875rem}.available-rides__filters{flex-direction:column;align-items:stretch;padding:.875rem}.available-rides__clear-btn{width:100%}.ride-card{padding:1rem}.ride-card__amount{font-size:1.25rem}.ride-card__btn{padding:.5rem .75rem;font-size:.75rem}}
.faq{background:var(--background);padding:10vh 0 15vh}.faq__container{flex-direction:row;justify-content:space-between;align-items:start;width:80%;max-width:1800px;margin:0 auto;display:flex}.faq__left{position:sticky;top:calc(10vh + 1rem);left:0}.faq__left h2{color:var(--text-primary);margin-bottom:1rem;font-size:3.25rem;font-weight:600}.faq__left .subtitle{color:var(--text-muted);text-wrap:balance;max-width:40ch;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.faq__left .btn{font-size:1.125rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;color:var(--text-primary);border:2px solid var(--border-default);background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2.75rem;transition:all .25s;display:inline-flex}.faq__left .btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #10b98126}.faq__left .btn:active{transition:all .1s;transform:translateY(0)scale(.98)}.faq__right{flex-direction:column;gap:0;display:flex}.faq__item{border-bottom:1px solid var(--border-light);padding:1.5rem 0}.faq__item:first-child{padding-top:0}.faq__item:last-child{border-bottom:none;padding-bottom:0}.faq__question{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.faq__answer{font-family:var(--font-secondary);color:var(--text-muted);max-width:600px;font-size:1rem;line-height:1.7}@media (max-width:1536px){.faq__container{width:85%}.faq__left{top:calc(9vh + 1rem)}.faq__left h2{font-size:3rem}.faq__left .subtitle{font-size:1.125rem}.faq__item{padding:1.375rem 0}.faq__question{font-size:1.125rem}.faq__answer{font-size:1rem}}@media (max-width:1440px){.faq__container{width:86%}.faq__left h2{font-size:2.875rem}.faq__left .subtitle{font-size:1.125rem}.faq__left .btn{padding:.625rem 2.25rem;font-size:1rem}.faq__question{font-size:1.125rem}.faq__answer{font-size:1rem}}@media (max-width:1366px){.faq__container{width:87.5%}.faq__left h2{font-size:2.75rem}.faq__left .subtitle,.faq__question{font-size:1rem}.faq__answer{font-size:.875rem}}@media (max-width:1280px){.faq__container{width:90%}.faq__left{top:calc(8vh + 1rem)}.faq__left h2{font-size:2.5rem}.faq__left .subtitle,.faq__question{font-size:1rem}.faq__answer{font-size:.875rem}}@media (max-width:1024px){.faq__container{flex-direction:column;gap:3rem}.faq__left{text-align:center;position:static}.faq .faq__left .subtitle{max-width:100%;margin-left:auto;margin-right:auto}.faq .faq__left .btn{margin-left:auto;margin-right:auto}.faq__answer{max-width:100%}}@media (max-width:768px){.faq{padding:8vh 0 10vh}.faq h2{font-size:2rem}.faq .faq__left .subtitle{font-size:1rem}.faq__item{padding:1.25rem 0}.faq__question{font-size:1rem}.faq__answer{font-size:.875rem}}@media (max-width:640px){.faq{padding:7vh 0 9vh}.faq__container{gap:2rem;width:92.5%}.faq__left h2{margin-bottom:.75rem;font-size:1.625rem}.faq__left .subtitle{margin-bottom:1.25rem;font-size:.875rem;line-height:1.625}.faq__left .btn{width:100%;padding:.625rem 1rem;font-size:.875rem}.faq__item{padding:1rem 0}.faq__question{margin-bottom:.5rem;font-size:1rem}.faq__answer{font-size:.875rem;line-height:1.625}}@media (max-width:480px){.faq{padding:6vh 0 8vh}.faq__container{width:90%}.faq h2{font-size:1.75rem}.faq .faq__left .btn{width:100%}}
.footer{background:var(--surface-muted);color:var(--text-secondary);padding:15vh 0 5vh}.footer__container{width:80%;margin:0 auto}.footer__contact{justify-content:space-between;align-items:center;display:flex}.footer__eyebrow{font-family:var(--font-secondary);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.footer h2{color:var(--text-primary);letter-spacing:-.0125em;margin:.5rem 0 .25rem;font-size:2.75rem;font-weight:600}.footer__lead{color:var(--text-muted);font-size:18px;font-weight:500}.footer__contact-list{flex-direction:column;gap:2.5rem;margin-top:3rem;display:flex}.footer__contact-item{flex-direction:column;align-items:flex-start;gap:0;display:flex}.footer__contact-item .icon{color:var(--primary-900);margin-bottom:.25rem;font-size:2rem}.footer__contact-item strong{font-size:1.375rem;font-weight:600;font-family:var(--font-secondary);color:var(--primary);display:block}.footer__contact-item p{color:var(--text-muted);margin-bottom:.375rem;font-size:18px;font-weight:500}.footer__contact-body{flex-direction:column;gap:.125rem;display:flex}.footer__link{color:var(--text-secondary);align-items:center;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.footer__link:hover{color:var(--primary);transform:translate(4px)}.footer__link:active{color:var(--primary-hover);opacity:.8;transition:all .1s}.footer__map-link{font-family:var(--font-primary);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:.25rem;padding:0;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.footer__map-link:hover{color:var(--primary);transform:translate(4px)}.footer__map-link:active{color:var(--primary-hover);opacity:.8;transition:all .1s}.footer__map{aspect-ratio:1;border:1px solid var(--border-light);width:100%;max-width:650px;height:100%;box-shadow:var(--shadow-sm);background:linear-gradient(90deg,var(--primary-100),var(--accent-50)60%);border-radius:20px;padding:2rem;position:relative;transform:rotate(-2deg)}.footer__map img{object-fit:cover;object-position:bottom;border-radius:20px;width:100%;height:100%;transform:rotate(2deg)}.footer__divider{background:var(--border-default);height:1px;margin:3rem 0}.footer__main{align-items:flex-start;gap:2rem;display:flex}.footer__brand{flex-direction:column;flex:1;gap:1.5rem;max-width:320px;display:flex}.footer__brand>p{color:var(--text-muted)}.footer__brand small{color:var(--text-muted);font-size:.75rem;line-height:1.5}.footer__logo{font-family:var(--font-secondary);color:var(--primary);letter-spacing:-.04em;cursor:pointer;will-change:transform;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex}.footer__logo:hover{color:var(--primary-hover)}.footer__logo-icon{color:var(--black);font-size:2rem}.footer__newsletter{gap:.75rem;display:flex}.footer__newsletter input{border:1px solid var(--border-default);background:var(--white);color:var(--text-primary);border-radius:999px;outline:none;flex:1;padding:.75rem .875rem;font-size:1rem;transition:all .2s}.footer__newsletter input::placeholder{color:var(--text-light)}.footer__newsletter input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}.footer__newsletter button{border:1px solid var(--primary);background:var(--primary);color:var(--white);cursor:pointer;border-radius:999px;padding:.75rem 1.25rem;font-weight:600;transition:all .25s}.footer__newsletter button:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 24px #4f46e540}.footer__newsletter button:active{transition:all .1s;transform:translateY(0)scale(.97);box-shadow:0 4px 12px #4f46e533}.footer__newsletter-status{color:var(--primary-800);min-height:1.25rem;font-size:.875rem}.footer__links{flex:1;justify-content:flex-end;gap:15%;display:flex}.footer__column{flex-direction:column;gap:.75rem;display:flex}.footer__column h4{color:var(--text-primary);margin-bottom:.75rem;font-size:18px}.footer__column .footer__link{color:var(--text-muted);font-size:1rem}.footer__column .footer__link:hover{color:var(--primary)}.footer__social{color:var(--text-muted);align-items:center;gap:.75rem;font-size:1rem;text-decoration:none;transition:all .2s;display:inline-flex}.footer__social:hover{color:var(--primary);transform:translate(3px)}.footer__social:active{color:var(--primary-hover);opacity:.8;transition:all .1s}.footer__bottom{border-top:1px solid var(--border-light);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;font-size:.875rem;display:flex}.footer__legal{flex-wrap:wrap;gap:1.5rem;display:flex}.footer__legal .footer__link{color:var(--text-muted)}.footer__legal .footer__link:hover{color:var(--primary)}@media (max-width:1536px){.footer{padding:12vh 0 5vh}.footer__container{width:84%}.footer h2{font-size:2.5rem}.footer__lead{font-size:1rem}.footer__contact-list{gap:2rem}.footer__contact-item strong{font-size:1.25rem}.footer__contact-item p{font-size:1rem}.footer__map{max-width:560px;padding:1.75rem}.footer__main{gap:1.5rem}.footer__links{gap:12%}}@media (max-width:1440px){.footer{padding:11vh 0 5vh}.footer__container{width:86%}.footer h2{font-size:2.375rem}.footer__contact-list{gap:1.75rem}.footer__map{max-width:520px;padding:1.5rem}.footer__newsletter input{padding:.625rem .875rem;font-size:.875rem}.footer__newsletter button{padding:.625rem 1.125rem;font-size:1rem}.footer__column h4{font-size:1rem}}@media (max-width:1366px){.footer{padding:10.5vh 0 4.5vh}.footer__container{width:87.5%}.footer h2{font-size:2.25rem}.footer__lead{font-size:1rem}.footer__contact-list{gap:1.5rem}.footer__map{max-width:480px;padding:1.375rem}.footer__links{gap:10%}.footer__bottom{margin-top:1.5rem}}@media (max-width:1280px){.footer{padding:10vh 0 4vh}.footer__container{width:90%}.footer h2{font-size:2rem}.footer__map{max-width:450px;padding:1.25rem}.footer__contact-item strong{font-size:1.125rem}.footer__contact-item p{font-size:1rem}.footer__logo{font-size:1.375rem}.footer__newsletter input,.footer__newsletter button{font-size:.875rem}}@media (max-width:1024px){.footer__contact{flex-direction:column;align-items:stretch}.footer__main{flex-direction:column}.footer__brand{max-width:none}.footer__links{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:640px){.footer__container{width:92.5%}.footer__contact{align-items:center;gap:1.5rem}.footer__contact-left{text-align:center;width:100%}.footer h2{font-size:1.75rem}.footer__lead{font-size:.875rem}.footer__contact-list{align-items:center;gap:1.25rem;margin-top:1.75rem}.footer__contact-item{text-align:center;align-items:center}.footer__contact-item strong{font-size:1rem}.footer__contact-item p{font-size:.875rem}.footer__map{max-width:380px;margin:0 auto;padding:.75rem;transform:none}.footer__main{text-align:center;align-items:center;gap:1.5rem}.footer__brand{align-items:center;max-width:100%}.footer__links{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%}.footer__column{align-items:center}.footer__column h4{margin-bottom:.5rem}.footer__newsletter{flex-direction:column;width:100%;max-width:26.25rem}.footer__newsletter input{text-align:center;width:100%}.footer__newsletter button{width:100%}.footer__bottom{text-align:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.footer__legal{justify-content:center;gap:1rem}}
.header{padding:12.5vh 0 10vh;position:relative}.header__container{width:90%;margin:0 auto}.header__card{background:var(--surface-light);border:1px solid var(--border-primary);min-height:clamp(560px,74vh,760px);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:28px;align-items:stretch;gap:.875rem;padding:.875rem;display:flex}.header__content{background:var(--surface-muted);border-radius:22px;flex-direction:column;flex:48%;justify-content:space-between;gap:1.5rem;padding:clamp(1.5rem,2.5vw,2.75rem);display:flex}.header__eyebrow{font-family:var(--font-secondary);color:var(--gray-500);letter-spacing:.075em;text-transform:uppercase;font-size:.875rem;font-weight:600}.header h1{text-wrap:balance;color:var(--text-primary);letter-spacing:-.025em;font-size:clamp(2.25rem,3.85vw,4.5rem);font-weight:700;line-height:1.08}.header h1 .company-name{color:var(--primary);font-family:var(--font-secondary);font-weight:700}.header h1 span{color:var(--gray-400);font-weight:600}.header__lead{color:var(--gray-700);letter-spacing:-.015em;max-width:42ch;margin-top:auto;font-size:clamp(1rem,1.2vw,1.25rem);line-height:1.4}.header__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.header .btn{font-family:var(--font-heading);cursor:pointer;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;min-width:160px;padding:.625rem 1.75rem;font-size:18px;font-weight:600;transition:all .2s;display:inline-flex}.header .btn--primary{background:var(--primary);color:var(--white);border-color:var(--primary);box-shadow:0 8px 24px #4f46e540}.header .btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #4f46e559}.header .btn--primary:active{transition:all .1s;transform:translateY(0);box-shadow:0 4px 12px #4f46e540}.header .btn--secondary{color:var(--primary);border-color:var(--primary-200);background:0 0;border-radius:15px}.header .btn--secondary:hover{background:var(--primary-50);border-color:var(--primary-300)}.header .btn--secondary:active{background:var(--primary-100);transition:all .1s}.header__details{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;flex-direction:column;gap:1.25rem;margin-top:.75rem;padding:1.5rem;display:flex}.header__details .detail{flex-direction:column;gap:.375rem;display:flex}.header__details .detail .detail__label{text-transform:uppercase;letter-spacing:.075em;color:var(--primary);font-size:.875rem;font-weight:600}.header__details .detail .detail__value{letter-spacing:-.015em;color:var(--text-secondary);font-size:1rem}.header__media{border-radius:22px;flex:52%;display:flex;position:relative;overflow:hidden}.header__media:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff14,#0f172a66);position:absolute;inset:0}.header .media__image-wrap{z-index:0;flex:1;width:100%;height:100%;position:relative;overflow:hidden}.header .media__image{z-index:0;object-fit:cover;object-position:top;aspect-ratio:1.25;will-change:transform;width:100%;height:100%;transition:transform .375s 25ms;position:relative}.header__media:hover .media__image{transform:scale(1.03)}.header .media__badge{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:50;cursor:pointer;background:#f5f7fa;border:1px solid #ffffff80;border-radius:18px;align-items:center;gap:.75rem;width:min(80%,430px);padding:.75rem .625rem;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #0f172a38}.header .media__badge:hover{transform:translate(-50%,-50%)translateY(-6px)}.header .media__badge:hover:after,.header .media__badge:hover:before{transform:translateY(0)scale(1)}.header .media__badge:before{content:"";border-radius:inherit;transform-origin:50%;z-index:-10;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:#f5f7fa99;transition:all .275s ease-out;position:absolute;inset:0;transform:translateY(.875rem)scale(.94)}.header .media__badge:after{content:"";border-radius:inherit;transform-origin:50%;z-index:-20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7fa66;transition:all .275s ease-out;position:absolute;inset:0;transform:translateY(1.5rem)scale(.88)}.header .media__badge>*{z-index:100;position:relative}.header .media__badge-icon{background:var(--black);width:2.25rem;height:2.25rem;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:inline-flex}.header .media__badge-copy{flex-direction:column;gap:0;min-width:0;display:flex}.header .media__badge-brand{font-family:var(--font-secondary);color:var(--text-primary);letter-spacing:-.03em;font-size:18px;font-weight:700;line-height:1.1}.header .media__badge-message{color:var(--gray-700);white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;font-size:15px;overflow:hidden}.header .media__badge-time{font-family:var(--font-heading);letter-spacing:-.015em;color:var(--gray-500);-webkit-user-select:none;user-select:none;flex-shrink:0;margin-left:auto;font-size:16px}@media (max-width:1536px){.header__container{width:92.5%}.header__card{gap:.75rem;min-height:clamp(520px,70vh,720px);padding:.75rem}.header__content{gap:1.25rem;padding:clamp(1.375rem,2.2vw,2.375rem)}.header h1{font-size:clamp(2.125rem,3.4vw,4.125rem)}.header__lead{font-size:clamp(1rem,1.1vw,1.125rem)}.header .btn{min-width:150px;padding:.625rem 1.5rem;font-size:1rem}.header .media__badge{width:min(82%,420px);padding:.75rem .625rem}.header .media__badge-icon{width:2.125rem;height:2.125rem}.header .media__badge-brand{font-size:1rem}}@media (max-width:1440px){.header__card{min-height:clamp(500px,68vh,700px)}.header__content{padding:clamp(1.375rem,2vw,2.25rem)}.header h1{font-size:clamp(2rem,3.2vw,3.75rem)}.header__lead{font-size:clamp(1rem,1.05vw,1.125rem)}.header__details{padding:1.25rem}.header .media__badge{width:min(80%,400px)}.header .media__badge-brand,.header .media__badge-time{font-size:1rem}}@media (max-width:1366px){.header__card{min-height:clamp(480px,66vh,680px);padding:.75rem}.header__content{gap:1.125rem}.header h1{font-size:clamp(2rem,3.1vw,3.625rem)}.header__lead{max-width:40ch}.header .btn{min-width:140px;padding:.5rem 1.375rem;font-size:1rem}.header .media__badge{width:min(78%,380px)}}@media (max-width:1280px){.header__card{min-height:clamp(460px,64vh,660px)}.header__content{padding:1.25rem}.header h1{font-size:clamp(1.875rem,3vw,3.375rem)}.header__lead{font-size:1rem}.header__details{padding:1.125rem 1.25rem}.header .media__badge{width:min(76%,360px)}.header .media__badge-time{font-size:.875rem}}@media (max-width:1080px){.header__card{min-height:clamp(520px,68vh,700px)}.header__content{flex-basis:46%}.header__media{flex-basis:54%}}@media (max-width:1024px){.header{padding:11.5vh 0 9.5vh}.header__container{width:93%}.header__card{border-radius:1.5rem;gap:.625rem;min-height:clamp(500px,66vh,680px)}.header__content{flex-basis:50%;gap:1rem;padding:1.125rem}.header__media{flex-basis:50%}.header h1{font-size:clamp(1.75rem,4vw,3rem)}.header__lead{max-width:38ch;font-size:1rem}.header__details{gap:.875rem;padding:1rem}.header__details .detail .detail__value{font-size:.875rem}.header .btn{min-width:8.25rem;padding:.5rem 1.125rem;font-size:.875rem}.header .media__badge{gap:.5rem;width:min(82%,340px);padding:.625rem .5rem}.header .media__badge-icon{width:1.75rem;height:1.75rem;font-size:1.25rem}.header .media__badge-brand{font-size:.875rem}.header .media__badge-message,.header .media__badge-time{font-size:.75rem}}@media (max-width:900px){.header{padding:12vh 0 10vh}.header__card{flex-direction:column;min-height:auto}.header__content,.header__media{width:100%}.header__media{min-height:380px}.header .media__badge{width:min(87.5%,440px)}}@media (max-width:640px){.header{padding:11vh 0 9vh}.header__container{width:92.5%}.header__card{border-radius:20px;padding:.625rem}.header__content{text-align:center;border-radius:16px;align-items:center;padding:1.25rem}.header__content>div{width:100%}.header__eyebrow{justify-content:center;width:100%;display:inline-flex}.header h1{text-wrap:pretty;font-size:clamp(1.875rem,8.5vw,2.625rem)}.header h1 br{display:none}.header__lead{text-align:center;margin-left:auto;margin-right:auto}.header__actions{flex-direction:column;justify-content:center;align-items:stretch;gap:.625rem;width:100%}.header .btn{width:100%;min-width:0}.header__media{border-radius:16px;min-height:280px}.header .media__badge{gap:.5rem;width:92.5%;padding:.625rem}.header .media__badge-time{font-size:.75rem}}
.highlights{background:var(--background);padding:10vh 0 12.5vh}.highlights__container{width:90%;max-width:1800px;margin:0 auto}.highlights__layout{justify-content:center;align-items:center;gap:5%;display:flex}.highlights__media{justify-content:center;display:flex}.highlights__frame{aspect-ratio:1/1.2;background:var(--gray-100);border:1px solid var(--border-light);max-width:525px;box-shadow:var(--shadow-sm);border-radius:20px;justify-content:center;align-items:center;display:flex;overflow:hidden}.highlights__frame img{object-fit:cover;width:100%;height:100%;display:block}.highlights__content{flex-direction:column;gap:3rem;display:flex}.highlights__list{flex-direction:column;gap:2rem;display:flex}.highlights__item{align-items:flex-start;gap:1.5rem;max-width:500px;transition:all .275s 20ms;display:flex}.highlights__item:hover{transition:all .225s 20ms;transform:translate(6px)}.highlights__icon{color:var(--primary-hover);justify-content:center;align-items:center;display:inline-flex}.highlights__icon svg{font-size:2.25rem}.highlights__title{font-family:var(--font-secondary);color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:600;line-height:1.5}.highlights__text{font-family:var(--font-heading);color:var(--text-muted);font-size:1.125rem;line-height:1.6}.highlights__actions{align-items:center;gap:2rem;display:flex}.highlights__primary{font-family:var(--font-heading);border:2px solid var(--primary);background:var(--primary);color:var(--white);cursor:pointer;border-radius:50px;justify-content:center;align-items:center;padding:.5rem 1.75rem;font-size:1.125rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #4f46e540}.highlights__primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 12px 32px #4f46e559}.highlights__primary:active{transition:all .1s;transform:translateY(0)scale(.99);box-shadow:0 4px 12px #4f46e540}.highlights__link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:1.125rem;font-weight:600;transition:all .225s;display:inline-flex}.highlights__link svg{font-size:1rem}.highlights__link:hover{color:var(--primary);transform:translate(2px)}.highlights__link:active{color:var(--primary-hover);transition:all .1s;transform:translate(0)}@media (max-width:1536px){.highlights__container{width:92.5%}.highlights__layout{gap:4%}.highlights__frame{max-width:500px}.highlights__content{gap:2.5rem}.highlights__list{gap:1.75rem}.highlights__icon svg{font-size:2.125rem}.highlights__title{font-size:1.375rem}.highlights__text{font-size:1rem}.highlights__actions{gap:1.5rem}.highlights__primary,.highlights__link{font-size:1rem}}@media (max-width:1440px){.highlights__container{width:93%}.highlights__layout{gap:3.5%}.highlights__frame{max-width:480px}.highlights__content{gap:2.25rem}.highlights__list{gap:1.5rem}.highlights__title{font-size:1.375rem}.highlights__text{font-size:1rem}.highlights__primary{padding:.5rem 1.5rem}.highlights__link{font-size:1rem}}@media (max-width:1366px){.highlights__container{width:93.5%}.highlights__frame{max-width:460px}.highlights__content{gap:2rem}.highlights__list{gap:1.375rem}.highlights__icon svg{font-size:2rem}.highlights__title{font-size:1.25rem}.highlights__text{font-size:1rem}.highlights__actions{gap:1.25rem}}@media (max-width:1280px){.highlights__container{width:94%}.highlights__layout{gap:3%}.highlights__frame{max-width:440px}.highlights__content{gap:1.75rem}.highlights__list{gap:1.25rem}.highlights__title{font-size:1.25rem}.highlights__text{font-size:1rem}.highlights__primary{padding:.5rem 1.375rem;font-size:1rem}.highlights__link{font-size:1rem}}@media (max-width:1024px){.highlights__layout{flex-direction:column;align-items:stretch}.highlights__content{max-width:100%}.highlights__frame{max-width:520px;margin:0 auto}}@media (max-width:768px){.highlights{padding:9vh 0}.highlights__title,.highlights__text{font-size:1rem}}@media (max-width:640px){.highlights__container{width:92.5%}.highlights__layout{gap:1.5rem}.highlights__content{text-align:center;align-items:center;gap:1.5rem}.highlights__content>div{width:100%}.highlights__list{gap:1.125rem}.highlights__item{text-align:center;flex-direction:column;align-items:center;gap:.625rem;max-width:100%}.highlights__item:hover{transform:none}.highlights__frame{max-width:420px}.highlights__actions{flex-direction:column;align-items:stretch}.highlights__primary,.highlights__link{justify-content:center;width:100%}}
.how-it-works{background:var(--background);padding:10vh 0}.how-it-works__container{width:min(92.5%,1800px);max-width:1800px;margin:0 auto}.how-it-works__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.how-it-works__eyebrow{font-family:var(--font-secondary);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.how-it-works h2{color:var(--text-primary);letter-spacing:-.025em;font-size:3.5rem;font-weight:600}.how-it-works__subtitle{color:var(--text-muted);max-width:50ch;font-size:1.25rem;line-height:1.7}.how-it-works__cards{flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:1rem;display:flex}.how-it-works__card{background:var(--white);border:1px solid var(--gray-200);border-radius:1.375rem;flex-direction:column;flex:calc(25% - 1rem);min-width:260px;max-width:450px;min-height:34rem;transition:transform .275s,border-color .275s,box-shadow .275s;display:flex;overflow:hidden;box-shadow:0 10px 28px #0f172a1a}.how-it-works__card:hover,.how-it-works__card.is-active{border-color:var(--border-default);box-shadow:0 18px 36px #0f172a26}.how-it-works__card:hover .how-it-works__content,.how-it-works__card.is-active .how-it-works__content{background:linear-gradient(165deg,var(--primary)0%,var(--primary-hover)100%)}.how-it-works__card:hover .how-it-works__label,.how-it-works__card:hover .how-it-works__title,.how-it-works__card:hover .how-it-works__text,.how-it-works__card:hover .how-it-works__link,.how-it-works__card.is-active .how-it-works__label,.how-it-works__card.is-active .how-it-works__title,.how-it-works__card.is-active .how-it-works__text,.how-it-works__card.is-active .how-it-works__link{color:var(--white)}.how-it-works__card:hover .how-it-works__link,.how-it-works__card.is-active .how-it-works__link{background:#ffffff2e;border-color:#ffffff52}.how-it-works__card:hover{transform:translateY(-4px)}.how-it-works__card:hover .how-it-works__image img{transform:scale(1.05)}.how-it-works__card.is-active:hover{transform:translateY(-4px);box-shadow:0 22px 44px #0f172a33}.how-it-works__card.is-active:hover .how-it-works__image img{transform:scale(1.05)}.how-it-works__content{background:#eceff3;flex-direction:column;min-height:17.5rem;padding:1.5rem 1.375rem 1.25rem;transition:background-color .275s;display:flex}.how-it-works__image{aspect-ratio:5/4;background:var(--gray-100);width:100%;min-height:13rem;margin-top:auto;overflow:hidden}.how-it-works__image img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .45s;display:block}.how-it-works__label{font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.1em;color:var(--primary-600);margin-bottom:.875rem;font-size:.875rem;font-weight:600;transition:color .25s}.how-it-works__title{color:var(--text-primary);text-wrap:balance;margin-bottom:.75rem;font-size:clamp(1.375rem,.7vw + 1.125rem,2rem);font-weight:600;line-height:1.13}.how-it-works__text{color:var(--gray-700);letter-spacing:-.0125em;max-width:29ch;margin-bottom:0;font-size:1rem;line-height:1.45}.how-it-works__link{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-secondary);font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#fafafabf;border:1px solid #0f172a24;border-radius:99px;align-items:center;gap:.375rem;width:fit-content;margin-top:auto;margin-bottom:0;padding:.5rem .875rem;font-size:.75rem;font-weight:600;transition:color .2s,background-color .2s,border-color .2s,transform .2s;display:inline-flex}.how-it-works__link svg{font-size:1rem;transition:all .2s}.how-it-works__link:hover{transform:translate(3px);border-color:#ffffffb3!important}.how-it-works__link:hover svg{transform:translateY(-2px)translate(1px)}.how-it-works__link:active{transition:all .1s;transform:translate(0)}@media (max-width:1536px){.how-it-works__container{width:min(94%,1800px)}.how-it-works h2{font-size:3.25rem}.how-it-works__subtitle{font-size:1.125rem}.how-it-works__cards{gap:.875rem}.how-it-works__card{min-height:32rem}.how-it-works__content{min-height:16.5rem;padding:1.375rem 1.25rem 1.125rem}.how-it-works__label{font-size:.875rem}.how-it-works__title{font-size:clamp(1.25rem,.6vw + 1rem,1.875rem)}.how-it-works__text{max-width:28ch;font-size:1rem}.how-it-works__link{padding:.5rem .75rem;font-size:.75rem}}@media (max-width:1440px){.how-it-works h2{font-size:3rem}.how-it-works__subtitle{font-size:1.125rem}.how-it-works__cards{gap:.75rem}.how-it-works__card{min-height:31rem}.how-it-works__content{min-height:16rem;padding:1.375rem 1.25rem 1.125rem}.how-it-works__image{min-height:12.5rem}.how-it-works__label{font-size:.75rem}.how-it-works__title{font-size:clamp(1.25rem,.55vw + 1rem,1.75rem)}.how-it-works__text{font-size:1rem}.how-it-works__link{font-size:.75rem}}@media (max-width:1366px){.how-it-works h2{font-size:2.875rem}.how-it-works__subtitle{font-size:1rem}.how-it-works__cards{gap:.75rem}.how-it-works__card{min-height:30rem}.how-it-works__content{min-height:15.5rem}.how-it-works__text{font-size:1rem}.how-it-works__link{padding:.5rem .75rem;font-size:.75rem}}@media (max-width:1280px){.how-it-works h2{font-size:2.75rem}.how-it-works__subtitle{font-size:1rem}.how-it-works__cards{gap:.75rem}.how-it-works__card{min-height:28.5rem}.how-it-works__content{min-height:15rem;padding:1.25rem 1.125rem 1rem}.how-it-works__label{font-size:.75rem}.how-it-works__text{font-size:.875rem}.how-it-works__link{font-size:.75rem}}@media (max-width:1024px){.how-it-works__card{flex-basis:calc(50% - 1rem);max-width:none}.how-it-works__content{min-height:16rem}}@media (max-width:768px){.how-it-works{padding:10vh 0}.how-it-works h2{font-size:2.125rem}.how-it-works__cards{flex-wrap:wrap;gap:1.125rem}.how-it-works__cards>div{flex:calc(50% - .625rem);min-width:0}.how-it-works__card,.how-it-works__content{min-height:auto}}@media (max-width:640px){.how-it-works__container{width:92.5%}.how-it-works__cards{flex-direction:column;align-items:stretch;gap:1rem}.how-it-works__cards>div{flex:100%;width:100%}.how-it-works__card{flex-basis:100%;width:100%;min-width:0;max-width:none}.how-it-works__content{padding:1.125rem .75rem .75rem}.how-it-works__title{font-size:1.25rem}.how-it-works__text{max-width:100%;font-size:.875rem}.how-it-works__link{justify-content:center;width:100%;margin-top:1rem}}
.post-ride-modal{border:1px solid var(--border-light);background:var(--gray-50);width:min(97vw,760px);max-height:92.5vh;box-shadow:var(--shadow-lg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:18px;flex-direction:column;gap:1.5rem;padding:1.75rem 1.75rem 2.25rem;display:flex;overflow-y:auto}.post-ride-modal__overlay{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overscroll-behavior:contain;background:#0f172ad2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.post-ride-modal__top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.post-ride-modal__top h2{letter-spacing:-.025em;color:var(--text-primary);font-size:2rem}.post-ride-modal__close{color:var(--gray-600);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:99px;justify-content:center;align-items:center;padding:.25rem;transition:all .175s;display:inline-flex}.post-ride-modal__close svg{font-size:2rem}.post-ride-modal__close:hover{border-color:var(--gray-300);background:var(--white);color:var(--text-primary)}.post-ride-modal__form{flex-direction:column;gap:1.5rem;display:flex}.post-ride-modal__section{flex-direction:column;gap:1rem;display:flex}.post-ride-modal__section-title{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.post-ride-modal__section-title svg{color:var(--primary);font-size:1.75rem}.post-ride-modal__section-title h3{font-size:1.5rem;font-family:var(--font-heading);letter-spacing:-.025em;font-weight:600}.post-ride-modal__row{flex-wrap:wrap;gap:1rem;display:flex}.post-ride-modal__field{flex-direction:column;flex:320px;gap:.375rem;min-width:0;display:flex}.post-ride-modal__field>span{color:var(--text-secondary);font-size:1rem;font-weight:600}.post-ride-modal__field input{border:1px solid var(--gray-300);background:var(--white);width:100%;height:3rem;color:var(--text-primary);font-size:1.125rem;font-family:var(--font-primary);border-radius:12px;padding:0 .875rem;transition:all .2s}.post-ride-modal__field input::placeholder{color:var(--text-light);font-size:1rem}.post-ride-modal__field input:focus{border-color:var(--primary-400);box-shadow:0 0 0 4px var(--primary-100);outline:none}.post-ride-modal__label-with-icon{align-items:center;gap:.25rem;display:inline-flex}.post-ride-modal__label-with-icon svg{font-size:1rem}.post-ride-modal__preset-list{flex-wrap:wrap;gap:.625rem;display:flex}.post-ride-modal__preset{font-family:var(--font-primary);border:2px solid var(--accent-100);background:var(--white);color:var(--accent-600);cursor:pointer;border-radius:12px;height:2.5rem;padding:0 1rem;font-size:1rem;font-weight:600;transition:all .2s}.post-ride-modal__preset:hover{background:var(--accent-50)}.post-ride-modal__preset.is-active{background:var(--accent-100);border-color:var(--accent-600);color:var(--accent-800)}.post-ride-modal__days-list{flex-wrap:wrap;gap:.625rem;display:flex}.post-ride-modal__day{border:2px solid var(--gray-300);background:var(--white);min-height:3rem;color:var(--text-secondary);font-family:var(--font-primary);letter-spacing:-.025em;cursor:pointer;border-radius:12px;flex:145px;align-items:center;gap:.5rem;padding:0 .75rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.post-ride-modal__day:hover{border-color:var(--primary-300);background:var(--primary-50)}.post-ride-modal__day.is-active{border-color:var(--primary);background:var(--primary-50);color:var(--primary-hover);transition:all .225s ease-in}.post-ride-modal__day-dot{border:2px solid var(--primary-400);background:0 0;border-radius:50px;width:.875rem;height:.875rem;transition:all .2s}.post-ride-modal__day.is-active .post-ride-modal__day-dot{background:var(--primary);border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-100)}.post-ride-modal__actions{flex-wrap:wrap;gap:1rem;margin-top:.25rem;display:flex}.post-ride-modal__btn{cursor:pointer;min-height:3rem;font-size:1rem;font-weight:600;font-family:var(--font-primary);border:2px solid #0000;border-radius:14px;flex:220px;transition:all .225s}.post-ride-modal__btn--ghost{border-color:var(--primary);color:var(--primary);background:0 0}.post-ride-modal__btn--ghost:hover{background:var(--primary-50)}.post-ride-modal__btn--primary{border-color:var(--primary);background:var(--primary);color:var(--white);box-shadow:0 10px 20px var(--border-primary)}.post-ride-modal__btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:0 12px 24px #4f46e540}@media (max-width:1536px){.post-ride-modal{gap:1.25rem;width:min(96vw,720px);padding:1.625rem 1.625rem 2rem}.post-ride-modal__top h2{font-size:1.875rem}.post-ride-modal__section-title svg{font-size:1.625rem}.post-ride-modal__section-title h3{font-size:1.375rem}.post-ride-modal__field input{height:2.875rem;font-size:1rem}.post-ride-modal__preset{height:2.375rem;font-size:1rem}.post-ride-modal__day,.post-ride-modal__btn{min-height:2.75rem;font-size:1rem}}@media (max-width:1440px){.post-ride-modal{gap:1.25rem;width:min(96vw,700px);padding:1.5rem 1.5rem 1.9rem}.post-ride-modal__top h2{font-size:1.75rem}.post-ride-modal__section-title h3{font-size:1.375rem}.post-ride-modal__field input{height:2.75rem;font-size:1rem}.post-ride-modal__field input::placeholder{font-size:1rem}.post-ride-modal__preset{height:2.25rem;font-size:1rem}.post-ride-modal__day{min-height:2.625rem}.post-ride-modal__btn{min-height:2.625rem;font-size:1rem}}@media (max-width:1366px){.post-ride-modal{gap:1.125rem;width:min(96vw,680px);padding:1.375rem 1.375rem 1.75rem}.post-ride-modal__top h2{font-size:1.625rem}.post-ride-modal__section-title h3{font-size:1.25rem}.post-ride-modal__field input{height:2.625rem;font-size:1rem}.post-ride-modal__preset{height:2.25rem;font-size:1rem}.post-ride-modal__day{min-height:2.5rem;font-size:1rem}.post-ride-modal__btn{min-height:2.625rem;font-size:1rem}}@media (max-width:1280px){.post-ride-modal{gap:1rem;width:min(96vw,660px);padding:1.25rem 1.25rem 1.7rem}.post-ride-modal__top h2{font-size:1.625rem}.post-ride-modal__section-title h3{font-size:1.25rem}.post-ride-modal__field input{height:2.5rem;font-size:1rem}.post-ride-modal__preset{height:2.25rem;font-size:.875rem}.post-ride-modal__day,.post-ride-modal__btn{min-height:2.5rem;font-size:1rem}}@media (max-width:1024px){.post-ride-modal{gap:1rem;width:min(96vw,620px);max-height:94vh;padding:1.125rem 1.125rem 1.5rem}.post-ride-modal__overlay{padding:.75rem}.post-ride-modal__top h2,.post-ride-modal__section-title svg{font-size:1.5rem}.post-ride-modal__section-title h3{font-size:1.125rem}.post-ride-modal__row{gap:.75rem}.post-ride-modal__field{flex:calc(50% - .375rem)}.post-ride-modal__field>span{font-size:.875rem}.post-ride-modal__field input{height:2.5rem;padding:0 .75rem;font-size:.875rem}.post-ride-modal__field input::placeholder{font-size:.875rem}.post-ride-modal__preset{height:2.25rem;padding:0 .75rem;font-size:.875rem}.post-ride-modal__day{flex:calc(50% - .375rem);min-height:2.5rem;font-size:.875rem}.post-ride-modal__actions{gap:.75rem}.post-ride-modal__btn{flex:calc(50% - .375rem);min-height:2.5rem;font-size:.875rem}}@media (max-width:780px){.post-ride-modal{border-radius:14px;max-height:95vh;padding:1.125rem}.post-ride-modal__overlay{align-items:flex-start;padding:.625rem}.post-ride-modal__top h2,.post-ride-modal__section-title h3{font-size:1.5rem}.post-ride-modal__field{flex-basis:100%}.post-ride-modal__day{flex-basis:calc(50% - .375rem)}}@media (max-width:640px){.post-ride-modal{gap:.75rem;width:min(97vw,540px);padding:.75rem}.post-ride-modal__overlay{padding:.625rem}.post-ride-modal__top{align-items:flex-start}.post-ride-modal__top h2{font-size:1.25rem}.post-ride-modal__close svg{font-size:1.5rem}.post-ride-modal__form{gap:1rem}.post-ride-modal__section{gap:.75rem}.post-ride-modal__section-title{gap:.375rem}.post-ride-modal__section-title svg{font-size:1.25rem}.post-ride-modal__section-title h3{font-size:1rem}.post-ride-modal__row{gap:.625rem}.post-ride-modal__field{flex-basis:100%}.post-ride-modal__field>span{font-size:.875rem}.post-ride-modal__field input{height:2.5rem;padding:0 .625rem;font-size:.875rem}.post-ride-modal__preset{height:2.375rem;padding:0 .625rem;font-size:.875rem}.post-ride-modal__day{flex-basis:100%;min-height:2.5rem;font-size:.875rem}.post-ride-modal__actions{flex-direction:column;gap:.625rem}.post-ride-modal__btn{flex-basis:100%;min-height:2.5rem;font-size:.875rem}}@media (max-width:520px){.post-ride-modal__day{flex-basis:100%}}
.navbar{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);z-index:1000;will-change:transform;background-color:#f2faff66;border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;width:90%;margin:1rem auto 0;padding:.75rem 1.25%;transition:transform .25s,opacity .25s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(0)}.navbar.nav--hidden{opacity:0;pointer-events:none;transform:translateY(-120%)}.navbar__left{align-items:center;gap:2rem;min-width:0;display:flex}.navbar .logo{font-family:var(--font-secondary);color:var(--primary);letter-spacing:-.04em;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex}.navbar .logo:hover{color:var(--primary-hover)}.navbar .logo .icon{color:var(--black);font-size:2rem}.navbar__links{align-items:center;gap:.5rem;min-width:0;list-style:none;display:flex}.navbar__link-btn{font-family:var(--font-heading);color:var(--gray-500);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50px;padding:.375rem 1.125rem;font-size:18px;font-weight:500;transition:all .2s}.navbar__link-btn:hover{color:var(--text-primary);background-color:var(--gray-200);border-color:var(--gray-300);box-shadow:0 8px 16px #0f172a12}.navbar__actions{flex-shrink:0;align-items:center;gap:.875rem;display:flex}.navbar__login-btn{font-family:var(--font-heading);color:var(--white);cursor:pointer;letter-spacing:.01em;word-spacing:.15em;background:linear-gradient(135deg,#0b1220 0%,#111827 45%,#0b1220 100%);border:1px solid #ffffff14;border-radius:144px;padding:.625rem 1.875rem;font-size:1.125rem;font-weight:600;transition:all .25s;box-shadow:0 10px 24px #0f172a40,inset 0 1px #ffffff14}.navbar__login-btn:hover{background:linear-gradient(135deg,#111827 0%,#1f2937 45%,#0f172a 100%);transform:translateY(-1px);box-shadow:0 14px 30px #0f172a52,inset 0 1px #ffffff1f}.navbar__login-btn:active{transform:translateY(0);box-shadow:0 6px 16px #0f172a38,inset 0 1px #ffffff0f}.navbar__login-btn:focus-visible{outline-offset:3px;outline:2px solid #94a3b899}.navbar__post-btn{font-family:var(--font-heading);color:var(--white);background:var(--accent);border:1px solid var(--border-accent);cursor:pointer;border-radius:14px;padding:.625rem 1.25rem;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 8px 18px #0f172a2e}.navbar__post-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 24px #0f172a3d}.navbar__menu-btn{font-family:var(--font-heading);color:var(--text-primary);border:1px solid var(--gray-300);background:var(--white);cursor:pointer;border-radius:10px;padding:.5rem .875rem;font-size:1rem;font-weight:600;transition:all .2s;display:none}.navbar__menu-btn:hover{border-color:var(--gray-400);background:var(--gray-100)}.navbar-mobile{display:none}@media (max-width:1536px){.navbar{width:92.5%;padding:.625rem 1%}.navbar__left{gap:1.5rem}.navbar .logo{font-size:1.375rem}.navbar .logo .icon{font-size:1.875rem}.navbar__link-btn{padding:.375rem 1rem;font-size:1rem}.navbar__actions{gap:.75rem}.navbar__login-btn{padding:.5rem 1.625rem;font-size:1rem}.navbar__post-btn{padding:.5rem 1rem;font-size:1rem}}@media (max-width:1440px){.navbar{width:92.5%;padding:.625rem .9%}.navbar__left{gap:1.375rem}.navbar .logo{font-size:1.375rem}.navbar .logo .icon{font-size:1.75rem}.navbar__link-btn{padding:.375rem .95rem;font-size:1rem}.navbar__login-btn{padding:.5rem 1.5rem;font-size:1rem}.navbar__post-btn{padding:.5rem 1rem;font-size:1rem}}@media (max-width:1366px){.navbar{width:93%;padding:.625rem .85%}.navbar__left{gap:1.25rem}.navbar__link-btn{padding:.25rem .875rem;font-size:1rem}.navbar__actions{gap:.75rem}.navbar__login-btn,.navbar__post-btn{padding:.5rem 1.375rem;font-size:1rem}.navbar__post-btn{padding:.5rem 1rem}}@media (max-width:1280px){.navbar{width:94%;padding:.625rem .8%}.navbar__left{gap:1.125rem}.navbar__link-btn{padding:.25rem .875rem;font-size:1rem}.navbar__actions{gap:.625rem}.navbar__login-btn,.navbar__post-btn{padding:.5rem 1.25rem;font-size:1rem}.navbar__post-btn{padding:.5rem .875rem}}@media (max-width:1080px){.navbar{padding:.625rem .82rem}.navbar__left{gap:1rem}.navbar .logo{font-size:1.25rem}.navbar .logo .icon{font-size:1.5rem}.navbar__link-btn{padding:.375rem .625rem;font-size:.875rem}}@media (max-width:1024px){.navbar{width:92.5%;padding:.5rem .75rem}.navbar__left{gap:.75rem}.navbar__links{display:none}.navbar__menu-btn{justify-content:center;align-items:center;display:inline-flex}.navbar__login-btn,.navbar__post-btn{padding:.5rem .75rem;font-size:.875rem}.navbar-mobile{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--gray-200);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;background:#fafafafa;border-radius:16px;flex-direction:column;gap:.75rem;padding:.75rem;transition:all .2s;display:flex;position:fixed;top:5.125rem;left:4%;right:4%;transform:translateY(-10px)}.navbar-mobile.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-mobile__links{flex-direction:column;gap:.375rem;list-style:none;display:flex}.navbar-mobile__links li button{text-align:left;border:1px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-700);font-family:var(--font-heading);cursor:pointer;border-radius:10px;padding:.625rem .75rem;font-size:1rem;font-weight:600;transition:all .2s}.navbar-mobile__links li button:hover{border-color:var(--gray-300);color:var(--text-primary);background:var(--gray-100)}.navbar-mobile__actions{gap:.5rem;display:flex}.navbar-mobile__login-btn,.navbar-mobile__post-btn{font-family:var(--font-heading);cursor:pointer;border-radius:10px;width:100%;padding:.625rem .75rem;font-size:1rem;font-weight:600;transition:all .2s}.navbar-mobile__login-btn{color:var(--white);background:linear-gradient(135deg,#0b1220 0%,#111827 45%,#0b1220 100%);border:1px solid #ffffff14;box-shadow:0 8px 18px #0f172a40,inset 0 1px #ffffff14}.navbar-mobile__login-btn:hover{background:linear-gradient(135deg,#111827 0%,#1f2937 45%,#0f172a 100%);transform:translateY(-1px);box-shadow:0 12px 22px #0f172a4d,inset 0 1px #ffffff1f}.navbar-mobile__login-btn:active{transform:translateY(0);box-shadow:0 6px 14px #0f172a33,inset 0 1px #ffffff0f}.navbar-mobile__login-btn:focus-visible{outline-offset:3px;outline:2px solid #94a3b899}.navbar-mobile__post-btn{border:1px solid var(--black);background:var(--black);color:var(--white)}.navbar-mobile__post-btn:hover{transform:translateY(-1px)}}@media (max-width:640px){.navbar{margin-top:.75rem}.navbar .logo{font-size:1.125rem}.navbar .logo .icon{font-size:1.375rem}.navbar__login-btn,.navbar__post-btn{display:none}.navbar-mobile{top:4.625rem}.navbar-mobile__actions{flex-direction:column}}
.our-impact{background:var(--background);padding:5vh 0 10vh}.our-impact__shell{background:#0f172a0a;border-radius:1rem;width:90%;max-width:1800px;margin:0 auto;padding:5rem 2.5rem}.our-impact__top{align-items:flex-start;gap:7vw;display:flex}.our-impact__eyebrow{font-family:var(--font-secondary);color:var(--primary-600);font-size:1.375rem;font-weight:600}.our-impact__title{letter-spacing:-.03em;max-width:22ch;color:var(--text-primary);font-size:4rem;font-weight:400;line-height:1.1}.our-impact__title span{color:var(--gray-400)}.our-impact__gradient{background:linear-gradient(90deg,#6693e7 0%,#c67eea 50%,#f8b66a 100%);-webkit-background-clip:text;background-clip:text;color:#0000!important}.our-impact__cards{align-items:stretch;gap:1.5%;margin-top:2.5rem;margin-left:15%;display:flex}.our-impact__card{background:linear-gradient(160deg,#ffffffe6 0%,#f8f8f7eb 55%,#fcfcfbe0 100%);border:1px solid #0f172a0f;border-radius:10px;flex-direction:column;flex:1 1 0;gap:1.5rem;min-height:20rem;padding:2rem 2rem 1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffbf}.our-impact__card:hover,.our-impact__card:focus-within{border-color:var(--gray-300)}.our-impact__card:hover .our-impact__metric-wrap,.our-impact__card:focus-within .our-impact__metric-wrap{transform:translate(.375rem)}.our-impact__card:hover .our-impact__metric,.our-impact__card:focus-within .our-impact__metric{color:var(--primary-hover)}.our-impact__card:hover .our-impact__description,.our-impact__card:focus-within .our-impact__description{transform:translateY(-3.25rem)}.our-impact__card:hover .our-impact__button,.our-impact__card:focus-within .our-impact__button{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.1s;transform:translateY(0)}.our-impact__metric-wrap{align-items:flex-start;gap:.25rem;line-height:1;transition:all .25s;display:flex}.our-impact__metric{font-family:var(--font-heading);color:var(--primary-900);letter-spacing:-.025em;font-size:3.5rem;font-weight:700;transition:all .25s}.our-impact__suffix{font-family:var(--font-primary);color:var(--gray-400);font-size:2rem;font-weight:600}.our-impact__description{font-family:var(--font-primary);color:var(--text-secondary);max-width:22ch;margin-top:auto;font-size:1.375rem;line-height:1.4;transition:transform .35s cubic-bezier(.22,1,.36,1)}.our-impact__button{font-family:var(--font-secondary);color:var(--text-primary);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:#0f172a12;border:none;border-radius:.75rem;width:fit-content;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1),background .25s,color .25s,box-shadow .25s,visibility .25s;position:absolute;bottom:1.25rem;left:2rem;transform:translateY(1.25rem)}.our-impact__button:hover{background:var(--black);color:var(--white);box-shadow:var(--shadow-sm);transition:all .175s;transform:translateY(-.25rem)}.our-impact__button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;background:var(--black);color:var(--white)}.our-impact__button:active{will-change:transform,background-color;background-color:var(--primary-hover);transition:all 60ms!important;transform:scale(.98)!important}@media (max-width:1536px){.our-impact__shell{width:92.5%;padding:4.5rem 2.25rem}.our-impact__top{gap:6vw}.our-impact__title{font-size:3.625rem}.our-impact__cards{gap:1.25%;margin-left:10%}.our-impact__card{min-height:19rem;padding:1.75rem 1.75rem 1.25rem}.our-impact__metric{font-size:3.25rem}.our-impact__suffix{font-size:1.75rem}.our-impact__description{font-size:1.25rem}.our-impact__button{bottom:1.125rem;left:1.75rem}}@media (max-width:1440px){.our-impact__shell{width:92.5%;padding:4rem 2rem}.our-impact__top{gap:5vw}.our-impact__title{max-width:26ch;font-size:3.25rem}.our-impact__cards{gap:1.25%;margin-left:8%}.our-impact__card{min-height:18.5rem;padding:1.625rem 1.625rem 1.25rem}.our-impact__metric{font-size:3rem}.our-impact__suffix{font-size:1.75rem}.our-impact__description{font-size:1.25rem}}@media (max-width:1366px){.our-impact__shell{width:93%;padding:3.5rem 1.75rem}.our-impact__top{gap:4.5vw}.our-impact__title{font-size:3rem}.our-impact__cards{gap:1%;margin-left:5%}.our-impact__card{min-height:17.5rem;padding:1.5rem 1.5rem 1.125rem}.our-impact__metric{font-size:2.75rem}.our-impact__suffix{font-size:1.625rem}.our-impact__description{font-size:1.125rem}.our-impact__button{bottom:1rem;left:1.5rem}}@media (max-width:1280px){.our-impact__shell{width:94%;padding:3rem 1.5rem}.our-impact__top{gap:4vw}.our-impact__title{font-size:2.75rem}.our-impact__cards{gap:1%;margin-left:0}.our-impact__card{min-height:17rem;padding:1.375rem 1.375rem 1rem}.our-impact__metric{font-size:2.625rem}.our-impact__suffix{font-size:1.5rem}.our-impact__description{font-size:1.125rem}}@media (max-width:1200px){.our-impact__title{max-width:48rem;font-size:3rem}.our-impact__cards{flex-wrap:wrap;margin-left:0}.our-impact__card{flex:calc(50% - .5rem)}}@media (max-width:1024px){.our-impact{padding:5vh 0 9vh}.our-impact__shell{width:94%;padding:2.5rem 1.25rem}.our-impact__top{flex-direction:column;gap:.75rem}.our-impact__eyebrow{font-size:1rem}.our-impact__title{max-width:24ch;font-size:2.5rem}.our-impact__cards{flex-wrap:wrap;gap:.625rem;margin-top:1.75rem;margin-left:0}.our-impact__card{flex:calc(50% - .375rem);gap:1rem;min-height:15.5rem;padding:1.25rem 1.25rem 1rem}.our-impact__card:hover .our-impact__metric-wrap,.our-impact__card:focus-within .our-impact__metric-wrap,.our-impact__card:hover .our-impact__description,.our-impact__card:focus-within .our-impact__description{transform:none}.our-impact__metric{font-size:2.5rem}.our-impact__suffix{font-size:1.25rem}.our-impact__description{max-width:100%;font-size:1rem}.our-impact__button{opacity:1;visibility:visible;pointer-events:auto;margin-top:.25rem;padding:.625rem .75rem;position:static;transform:translateY(0)}}@media (max-width:768px){.our-impact{padding:4vh 0 8vh}.our-impact__shell{width:94%;padding:1.5rem}.our-impact__panel{gap:2rem;padding:1.5rem}.our-impact__top{flex-direction:column;gap:1rem}.our-impact__eyebrow{width:auto;font-size:1rem}.our-impact__title{font-size:2.25rem}.our-impact__cards{flex-direction:column}.our-impact__card{min-height:14rem;padding:1.5rem}.our-impact__metric{font-size:3rem}.our-impact__suffix{font-size:1.5rem}.our-impact__description{font-size:1.25rem}}@media (max-width:640px){.our-impact{padding:3.5vh 0 7vh}.our-impact__shell{width:92.5%;padding:1.25rem .75rem}.our-impact__top{gap:.75rem}.our-impact__eyebrow{font-size:.875rem}.our-impact__title{max-width:100%;font-size:1.75rem}.our-impact__cards{gap:.625rem;margin-top:1.25rem}.our-impact__card{gap:.75rem;min-height:13.5rem;padding:1.125rem .75rem .75rem}.our-impact__metric{font-size:2rem}.our-impact__suffix{font-size:1rem}.our-impact__description{font-size:.875rem;line-height:1.625}.our-impact__button{text-align:center;align-self:stretch;margin-top:.125rem;padding:.625rem .75rem;font-size:.875rem}}
.stories{background:var(--background);padding:10vh 0 12.5vh}.stories__container{width:80%;max-width:1800px;margin:0 auto}.stories__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.stories__eyebrow{font-family:var(--font-secondary);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.stories h2{color:var(--text-primary);letter-spacing:-.025em;font-size:3.5rem;font-weight:600}.stories__subtitle{color:var(--text-muted);max-width:55ch;font-size:1.25rem;line-height:1.7}.stories__cards{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.stories__card{background:var(--white);border:1px solid var(--border-light);min-width:260px;max-width:400px;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;flex:calc(33.333% - 1rem);padding:0 0 1.5rem;transition:all .3s;display:flex;overflow:hidden}.stories__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-default);transform:translateY(-3px)}.stories__card:hover .stories__tag{background:var(--primary-50);color:var(--primary)}.stories__image{aspect-ratio:4/3;background:var(--gray-100);width:100%;overflow:hidden}.stories__image img{object-fit:cover;width:100%;height:100%;display:block}.stories__meta{justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem .25rem;display:flex}.stories__tag{background:var(--gray-100);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.stories__read{color:var(--text-muted);font-size:.875rem;font-weight:600}.stories__title{color:var(--text-primary);margin-top:.75rem;padding:0 1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.stories__text{color:var(--text-muted);margin-top:.5rem;padding:0 1.5rem;font-size:1rem;line-height:1.6}.stories__link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;width:fit-content;margin-top:1.75rem;padding:0 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.stories__link svg{font-size:1rem;transition:all .225s}.stories__link:hover{color:var(--primary)}.stories__link:hover svg{transform:translate(4px)}.stories__link:active{color:var(--primary-hover);transition:all 50ms}.stories__link:active svg{transition:all 75ms;transform:translate(0)}.stories__actions{justify-content:center;margin-top:2.75rem;display:flex}.stories__view{border:1px solid var(--border-light);background:var(--white);color:var(--text-secondary);font-family:var(--font-heading);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:999px;padding:.625rem 1.75rem;font-size:1rem;font-weight:600;transition:all .2s}.stories__view:hover{border-color:var(--border-default);color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.stories__view:active{box-shadow:var(--shadow-sm);transition:all .1s;transform:translateY(0)scale(.98)}@media (max-width:1536px){.stories__container{width:85%}.stories h2{font-size:3.25rem}.stories__subtitle{font-size:1.125rem}.stories__cards{gap:.875rem}.stories__card{max-width:380px}.stories__meta{padding:.875rem 1.25rem .25rem}.stories__tag,.stories__read{font-size:.75rem}.stories__title{font-size:1.125rem}.stories__text{font-size:1rem}.stories__link{margin-top:1.5rem}.stories__view{padding:.625rem 1.5rem;font-size:.875rem}}@media (max-width:1440px){.stories__container{width:86%}.stories h2{font-size:3rem}.stories__subtitle{font-size:1.125rem}.stories__card{max-width:360px}.stories__meta{padding:.75rem 1.25rem .25rem}.stories__title{font-size:1.125rem}.stories__text,.stories__link{font-size:1rem}.stories__actions{margin-top:2.25rem}}@media (max-width:1366px){.stories__container{width:87.5%}.stories h2{font-size:2.875rem}.stories__subtitle{font-size:1rem}.stories__card{max-width:340px}.stories__meta{padding:.75rem 1.125rem .25rem}.stories__tag{font-size:.75rem}.stories__title{font-size:1rem}.stories__text{font-size:.875rem}}@media (max-width:1280px){.stories__container{width:90%}.stories h2{font-size:2.625rem}.stories__subtitle{font-size:1rem}.stories__card{max-width:330px}.stories__meta{padding:.75rem 1rem .25rem}.stories__title{font-size:1rem}.stories__text{font-size:.875rem}.stories__link{margin-top:1.25rem}.stories__view{font-size:.875rem}}@media (max-width:1024px){.stories__card{flex:calc(50% - 1rem)}}@media (max-width:768px){.stories{padding:9vh 0}.stories h2{font-size:2.25rem}.stories__cards{flex-direction:column;align-items:stretch;gap:1.25rem}.stories__cards>div{width:100%;display:flex}.stories__card{flex:100%;width:100%;min-width:0;max-width:none}}@media (max-width:640px){.stories__container{width:92.5%}.stories h2{font-size:1.75rem}.stories__subtitle{max-width:34ch;font-size:.875rem}.stories__card{padding-bottom:1rem}.stories__meta{justify-content:center;gap:.5rem;padding:.75rem .75rem .25rem}.stories__title{text-align:center;padding:0 .75rem;font-size:1rem}.stories__text{text-align:center;padding:0 .75rem;font-size:.875rem}.stories__link{justify-content:center;width:100%;margin-top:1.25rem;padding:0 .75rem}}
.testimonials{background:var(--background);margin-top:2.5vh;padding:10vh 0}.testimonials__container{width:90%;max-width:1800px;margin:0 auto}.testimonials__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.testimonials__eyebrow{font-family:var(--font-secondary);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.testimonials h2{max-width:30ch;color:var(--text-primary);letter-spacing:-.025em;font-size:3.5rem;font-weight:600;line-height:1.1}.testimonials__subtitle{color:var(--text-muted);max-width:55ch;font-size:1.25rem;line-height:1.7}.testimonials__cards{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.25rem;display:flex}.testimonials__card{background:var(--white);border:1px solid var(--border-light);min-width:280px;max-width:400px;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;flex:calc(33.333% - 1rem);transition:all .275s;display:flex;overflow:hidden}.testimonials__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-default);transform:translateY(-4px)}.testimonials__card:hover .testimonials__badge{background:var(--primary-50);color:var(--primary)}.testimonials__image{aspect-ratio:4/3;background-image:var(--testimonial-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:flex-start;width:100%;padding:1rem;display:flex}.testimonials__badge{background:var(--gray-100);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;padding:.375rem .625rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.testimonials__content{flex-direction:column;justify-content:space-between;min-height:250px;padding:1.5rem;display:flex}.testimonials__quote{font-family:var(--font-heading);color:var(--text-muted);text-wrap:balance;font-size:1.125rem;font-weight:400;line-height:1.6}.testimonials__footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.testimonials__name{color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1.3}.testimonials__role{color:var(--text-muted);margin-top:.125rem;font-size:.875rem}.testimonials__commute{font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.06em;color:var(--primary);background:var(--primary-50);border-radius:999px;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.testimonials__commute-icon{font-size:.75rem}@media (max-width:1536px){.testimonials h2{font-size:3.25rem}.testimonials__subtitle{font-size:1.125rem}.testimonials__cards{gap:1.125rem}.testimonials__card{max-width:380px}.testimonials__content{min-height:230px}.testimonials__quote{font-size:1rem}.testimonials__name{font-size:1.25rem}.testimonials__commute{font-size:.75rem}}@media (max-width:1440px){.testimonials h2{font-size:3rem}.testimonials__subtitle{font-size:1.125rem}.testimonials__card{max-width:360px}.testimonials__image{padding:.875rem}.testimonials__content{min-height:220px}.testimonials__quote{font-size:1rem}.testimonials__name{font-size:1.125rem}.testimonials__commute{font-size:.75rem}}@media (max-width:1366px){.testimonials h2{font-size:2.875rem}.testimonials__subtitle{font-size:1rem}.testimonials__card{max-width:340px}.testimonials__content{min-height:210px}.testimonials__quote{font-size:1rem}.testimonials__name{font-size:1.125rem}.testimonials__commute{font-size:.75rem}}@media (max-width:1280px){.testimonials h2{font-size:2.625rem}.testimonials__subtitle{font-size:1rem}.testimonials__card{max-width:330px}.testimonials__content{min-height:200px}.testimonials__quote,.testimonials__name{font-size:1rem}.testimonials__commute{font-size:.75rem}}@media (max-width:1200px){.testimonials h2{font-size:3rem}}@media (max-width:1024px){.testimonials__card{flex:calc(50% - 1rem)}}@media (max-width:768px){.testimonials{padding:9vh 0}.testimonials h2{font-size:2.25rem}.testimonials__subtitle{font-size:1rem}.testimonials__cards{flex-direction:column;align-items:stretch;gap:1.25rem}.testimonials__cards>div{width:100%;display:flex}.testimonials__card{flex:100%;width:100%;min-width:0;max-width:none}.testimonials__image{aspect-ratio:16/10}.testimonials__name{font-size:1.125rem}.testimonials__role{font-size:.875rem}.testimonials__commute{font-size:.75rem}}@media (max-width:640px){.testimonials__container{width:92.5%}.testimonials h2{font-size:1.75rem}.testimonials__subtitle{max-width:34ch;font-size:.875rem}.testimonials__content{text-align:center;padding:1rem .875rem}.testimonials__quote{font-size:.875rem}.testimonials__footer{flex-direction:column;justify-content:center;align-items:center;gap:.625rem;margin-top:1rem;padding-top:.875rem}.testimonials__name{font-size:1rem}.testimonials__role{font-size:.875rem}.testimonials__commute{justify-content:center}}
.why-us{background:var(--background);padding:5vh 0 12.5vh}.why-us__container{width:85%;max-width:1800px;margin:0 auto}.why-us__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.75rem;display:flex}.why-us__eyebrow{font-family:var(--font-secondary);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:1rem;font-weight:600}.why-us h2{color:var(--text-primary);letter-spacing:-.025em;font-size:3.5rem;font-weight:600}.why-us__subtitle{color:var(--text-muted);max-width:55ch;font-size:1.25rem;line-height:1.7}.why-us__cards{justify-content:center;align-items:stretch;gap:1rem;display:flex}.why-us__card{background-image:var(--why-us-bg);box-shadow:var(--shadow-sm);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;flex-direction:column;padding:0;transition:all .25s;display:flex;position:relative;overflow:hidden}.why-us__card:after{content:"";-webkit-backdrop-filter:blur(12px);z-index:5;pointer-events:none;background-color:#0000c840;transition:all .25s;position:absolute;inset:0}.why-us__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.why-us__card:hover:after{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0000c859}.why-us__card-inner{z-index:10;-webkit-backdrop-filter:blur(12px);background:#0f172a80;border:1px solid #f8fafc1f;flex-direction:column;min-height:100%;padding:1.5rem;display:flex;position:relative}.why-us__icon{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:47.5px;height:47.5px;color:var(--white);background:#f8fafc40;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.why-us__icon svg{font-size:1.75rem}.why-us__title{color:var(--white);letter-spacing:.01em;margin-top:2.5rem;font-size:1.375rem;font-weight:700;line-height:1.35}.why-us__text{font-family:var(--font-secondary);color:#f8fafcec;letter-spacing:-.025em;text-wrap:balance;margin-top:.125rem;font-size:1.25rem;font-weight:400;line-height:1.5}.why-us__link{color:#f8fafcd9;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;width:fit-content;margin-top:5rem;padding:0;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.why-us__link svg{font-size:1rem;transition:all .2s}.why-us__link:hover{color:var(--white)}.why-us__link:hover svg{transform:translate(4px)}.why-us__link:active{transition:all .1s;transform:translate(0)scale(.99)}@media (max-width:1536px){.why-us__container{width:87.5%}.why-us h2{font-size:3.25rem}.why-us__subtitle{font-size:1.125rem}.why-us__cards{gap:.875rem}.why-us__card-inner{padding:1.375rem}.why-us__icon{width:44px;height:44px}.why-us__title{font-size:1.25rem}.why-us__text{font-size:1.125rem}.why-us__link{margin-top:4rem}}@media (max-width:1440px){.why-us__container{width:90%}.why-us h2{font-size:3rem}.why-us__subtitle{font-size:1.125rem}.why-us__cards{gap:.875rem}.why-us__card-inner{padding:1.25rem}.why-us__icon{width:42px;height:42px}.why-us__title{font-size:1.25rem}.why-us__text{font-size:1.125rem}.why-us__link{margin-top:3.5rem}}@media (max-width:1366px){.why-us__container{width:91%}.why-us h2{font-size:2.875rem}.why-us__subtitle{font-size:1rem}.why-us__card-inner{padding:1.25rem}.why-us__icon{width:40px;height:40px}.why-us__title{font-size:1.25rem}.why-us__text{font-size:1rem}.why-us__link{margin-top:3.25rem}}@media (max-width:1280px){.why-us__container{width:92.5%}.why-us h2{font-size:2.625rem}.why-us__subtitle{font-size:1rem}.why-us__card-inner{padding:1.25rem}.why-us__icon{width:38px;height:38px}.why-us__title{font-size:1.125rem}.why-us__text{font-size:1rem}.why-us__link{margin-top:3rem}}@media (max-width:1024px){.why-us__card{flex:calc(50% - 1rem)}}@media (max-width:768px){.why-us{padding:9vh 0}.why-us h2{font-size:2.25rem}.why-us__cards{flex-direction:column;align-items:stretch;gap:1.125rem}.why-us__card-reveal{width:100%}.why-us__card{flex:100%;width:100%;max-width:none}}@media (max-width:640px){.why-us__container{width:92.5%}.why-us h2{font-size:1.75rem}.why-us__title{margin-top:1.5rem;font-size:1.25rem}.why-us__subtitle{max-width:34ch;font-size:.875rem}.why-us__card-inner{text-align:center;align-items:center;padding:1.125rem .75rem}.why-us__text{margin-top:.5rem;font-size:.875rem}.why-us__link{margin-top:1.75rem}}
