@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--color-orange:#f75b24;--color-orange-dark:#e94d1b;--color-burgundy:#7a1f2b;--color-charcoal:#272727;--color-text:#333;--color-muted:#6f6f6f;--color-background:#fffdf9;--color-white:#fff;--color-border:#eee9e3;--font-family:"Segoe UI", system-ui, -apple-system, sans-serif;--shadow-soft:0 6px 24px #2727270f;--shadow-card:0 12px 40px #27272714;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--container-max:1200px;--header-height:52px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--color-charcoal);font-weight:800;line-height:1.15}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 24px}.header{z-index:100;padding:0 24px;position:sticky;top:16px}.header__wrap{width:min(1200px,100%);margin:0 auto;position:relative}.header__inner{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;padding:8px 12px;display:flex}.header__logo{align-items:center;gap:10px;display:flex}.header__logo-mark{place-items:center;display:grid}.header__logo-text{color:var(--color-charcoal);letter-spacing:-.02em;font-size:19px;font-weight:700}.header__logo-accent{color:var(--color-orange)}.header__nav{align-items:center;gap:4px;display:none}.header__link,.header__trigger-button{color:var(--color-text);border-radius:8px;align-items:center;padding:7px 14px;font-size:13.5px;font-weight:600;transition:background-color .15s,color .15s;display:inline-flex}.header__link--active,.header__link:hover{background:var(--color-orange);color:#fff}.header__trigger-button{gap:4px;padding-right:10px}.header__trigger{border-radius:8px;align-items:center;transition:background-color .15s;display:inline-flex}.header__trigger--strong,.header__trigger:hover{background:var(--color-orange)}.header__trigger--strong .header__trigger-button,.header__trigger:hover .header__trigger-button{color:#fff}.header__chevron{width:16px;height:16px}.header__actions{align-items:center;display:flex}.header__toggle{width:36px;height:36px;color:var(--color-charcoal);border-radius:50%;place-items:center;display:grid}.header__mega{z-index:110;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0}.header__mega-card{background:#fffffffa;border:1px solid #00000014;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px #00000014}.header__mega-body{padding:16px}.header__mega-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-orange);margin:0;padding:0 4px 8px;font-size:11px;font-weight:700}.header__mega-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4px;display:grid}.header__mega-grid--compact{grid-template-columns:repeat(3,1fr)}.header__mega-link{color:var(--color-text);border-radius:8px;padding:9px 12px;font-size:14px;font-weight:600;transition:background-color .12s,color .12s;display:block}.header__mega-link:hover{color:var(--color-orange);background:#f75b2414}.header__mega-group{flex-direction:column;align-self:start;gap:8px;display:flex}.header__mega-group-title{color:#171717;padding:9px 12px 4px;font-size:13px;font-weight:600}.header__mega-sub-link{color:#555861;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:400;transition:background-color .12s,color .12s;display:block}.header__mega-sub-link:hover{color:#ff5a24;background:#ff5a2414}.header__mega-footer{border-top:1px solid var(--color-border);background:#f75b240d;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.header__social-pill{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.header__social-pill svg{width:14px;height:14px}.header__mega-divider{background:var(--color-border);width:1px;height:16px;display:none}.header__mega-help{align-items:center;gap:12px;margin-left:auto;font-size:12px;font-weight:700;display:flex}.header__mega-help a{color:var(--color-orange);transition:color .15s}.header__mega-help a:hover{color:var(--color-orange-dark)}.header__mobile{background:var(--color-white);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;align-items:stretch;gap:4px;padding:16px;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0}.header__mobile-link,.header__mobile-accordion{color:var(--color-text);border-radius:8px;align-items:center;padding:14px 16px;font-size:15px;font-weight:600;display:inline-flex}.header__mobile-link:hover{color:var(--color-orange)}.header__mobile-link--active{background:var(--color-orange);color:#fff}.header__mobile-row{justify-content:space-between;align-items:center;display:flex}.header__mobile-row .header__mobile-link,.header__mobile-accordion{flex:1}.header__mobile-accordion{justify-content:space-between;gap:8px}.header__mobile-chevron{width:16px;height:16px}.header__mobile-links{border-left:1px solid var(--color-border);flex-direction:column;gap:2px;margin:2px 0 6px 12px;padding-left:10px;display:flex}.header__mobile-sub{color:var(--color-muted);border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;display:block}.header__mobile-sub:hover{color:var(--color-orange);background:#f75b2414}.header__mobile-group{flex-direction:column;display:flex}.header__mobile-group-title{color:#171717;padding:10px 14px 2px;font-size:13px;font-weight:600}.header__mobile-group .header__mobile-sub{color:#555861;font-size:13px;font-weight:400}@media (width>=640px){.header__mega-divider{display:block}}@media (width>=1024px){.header__nav{display:flex}.header__toggle{display:none}.header__mega{display:block}.header__mega-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.header__mega-grid{grid-template-columns:repeat(3,1fr)}}.footer{width:100%;font-family:Poppins,sans-serif}.footer__top{background-color:var(--color-background);background-image:url(/assets/footer-city-C80n4_fF.png);background-position:bottom;background-repeat:no-repeat;background-size:100%;width:100%;min-height:clamp(400px,30vw,470px);position:relative}.footer__top-inner{grid-template-columns:1.35fr .8fr .8fr .82fr .72fr .35fr;column-gap:30px;width:min(1580px,100% - 90px);margin:0 auto;padding:60px 0 120px;display:grid}.footer__brand{max-width:360px}.footer__logo{display:inline-block}.footer__logo-img{width:232px;max-width:100%;height:auto;display:block}.footer__description{letter-spacing:0;color:#555861;max-width:290px;margin:22px 0 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.65}.footer__socials{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.footer__social{color:#171717;background:#fffc;border:1px solid #0000001a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:color .2s,background-color .2s;display:flex}.footer__social svg{flex-shrink:0;width:17px;height:17px}.footer__social-whatsapp svg{color:#171717;stroke-width:1.9px;opacity:1;width:19px;min-width:19px;height:19px;min-height:19px}.footer__social:hover{color:var(--color-orange);background:#fff}.footer__social-whatsapp:hover svg{color:var(--color-orange)}.footer__column h3{color:#171717;margin:0 0 14px;font-size:16px;font-weight:600;line-height:1.25}.footer__column ul{margin:0;padding:0;list-style:none}.footer__column li+li{margin-top:9px}.footer__column li a{color:#555861;font-size:13px;font-weight:400;line-height:1.35;text-decoration:none;transition:color .2s}.footer__column li a:hover{color:#f75b24}.footer__download{text-align:left;flex-direction:column;align-items:flex-start;max-width:155px;display:flex;position:relative;transform:translate(-35px)}.footer__download-text{color:#555861;max-width:135px;margin:0 0 12px;font-size:12px;font-weight:400;line-height:1.35}.footer__download h3,.footer__download p,.footer__stores{margin-left:0!important;padding-left:0!important}.footer__stores{flex-direction:column;align-items:flex-start;gap:6px;width:100%;margin-top:10px;padding:0;display:flex}.footer__store-link{margin:0;padding:0;line-height:0;display:block}.footer__store-link--apple{margin-left:0}.footer__store-link--google{margin-left:-3px}.footer__store-link img{object-fit:contain;width:auto;height:auto;margin:0;padding:0;display:block}.footer__store-link--google img,.footer__store-link--apple img{object-fit:contain;height:auto;display:block}.footer__store-link--google img{width:122px}.footer__store-link--apple img{width:116px}.footer__bottom{color:#fff;background:linear-gradient(90deg,#7b001c 0%,#8b001f 50%,#720017 100%)}.footer__bottom-inner{grid-template-columns:1.2fr 1.6fr 1fr auto;align-items:center;gap:40px;width:min(1640px,100% - 120px);min-height:145px;margin:0 auto;display:grid}.footer__copy{color:#ffffffe0;flex-direction:column;justify-content:center;padding-right:36px;font-size:12px;line-height:1.55;display:flex;position:relative}.footer__copy:after{content:"";background:#ffffff38;width:1px;height:90px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.footer__copy p{margin:0}.footer__copy p+p{margin-top:4px}.footer__legal{justify-content:center;align-items:center;gap:10px;display:flex}.footer__legal a{white-space:nowrap;color:#fff;font-size:12px;font-weight:400;text-decoration:none;transition:opacity .2s}.footer__legal a:hover{opacity:.8}.footer__legal-sep{color:#fff9;margin:0 4px}.footer__sustainability{justify-content:flex-end;align-items:center;gap:10px;display:flex}.footer__leaf{color:#fff;border:2px solid #ffffffe6;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.footer__leaf svg{width:19px;height:19px}.footer__sustainability p{color:#fff;margin:0;font-size:12px;line-height:1.4}.footer__top-btn{color:#fff;background:0 0;border:2px solid #f75b24;border-radius:50%;place-items:center;width:44px;height:44px;margin-right:24px;transition:background-color .2s,color .2s;display:grid}.footer__top-btn svg{width:16px;height:16px}.footer__top-btn:hover{background:var(--color-orange);color:#fff}@media (width<=1100px){.footer__top-inner{grid-template-columns:repeat(2,1fr);gap:34px 30px}.footer__copy:after{display:none}.footer__download{transform:none}.footer__bottom-inner{grid-template-columns:1fr 1fr;padding:32px 0}}@media (width<=700px){.footer__top{background-position:70% bottom;background-size:auto 100%;min-height:auto}.footer__top-inner{grid-template-columns:1fr;gap:34px 0;width:calc(100% - 32px);padding:50px 0 120px}.footer__brand{max-width:100%}.footer__copy:after{display:none}.footer__copy{padding-right:0}.footer__bottom-inner{text-align:center;grid-template-columns:1fr;gap:28px;width:calc(100% - 32px);padding:34px 0}.footer__legal{flex-wrap:wrap;justify-content:center}.footer__sustainability{justify-content:center}.footer__top-btn{margin:0 auto}.footer__download{max-width:190px;transform:none}}.passenger-comfort{min-height:calc(100svh - var(--header-height));background:#fffdfa;flex-direction:column;justify-content:center;padding-top:122px;padding-bottom:82px;display:flex}.passenger-comfort__inner{grid-template-columns:.9fr 1.35fr;align-items:center;gap:54px;width:min(1400px,100% - 72px);margin:0 auto;display:grid}.passenger-comfort__content{flex-direction:column;display:flex}.passenger-comfort__title{letter-spacing:-.04em;color:#17171d;margin:0;font-family:Poppins,sans-serif;font-size:clamp(36px,3.4vw,56px);font-weight:700;line-height:1.02}.passenger-comfort__title span{color:#ff4d16}.passenger-comfort__description{color:#667085;max-width:560px;margin:20px 0 0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.55}.passenger-comfort__cta{color:#fff;cursor:pointer;background:#ff4d16;border:0;border-radius:14px;align-self:flex-start;align-items:center;gap:10px;height:54px;margin-top:32px;padding:0 30px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 8px 24px #ff4d162e}.passenger-comfort__cta:hover{background:#e94510;transform:translateY(-1px)}.passenger-comfort__benefits{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.passenger-comfort__benefit{color:#667085;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.passenger-comfort__benefit svg{color:#ff4d16}.passenger-comfort__benefit-sep{background:#0000001f;width:1px;height:14px}.passenger-comfort__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.passenger-comfort__card{background:#fff;border:1px solid #0000000f;border-radius:18px;flex-direction:column;min-height:235px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.passenger-comfort__card--accent{background:#ff4d1608}.passenger-comfort__card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000012}.passenger-comfort__card-title{color:#17171d;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:1.2}.passenger-comfort__card-desc{color:#667085;flex:1;margin:8px 0 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.45}.passenger-comfort__card-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.passenger-comfort__tag{background:#00000008;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;display:inline-flex}.passenger-comfort__tag-icon{color:#ff4d16}.passenger-comfort__tag-label{color:#17171d;font-family:Poppins,sans-serif;font-size:11px;font-weight:500}.passenger-comfort__tag-sub{color:#667085;font-family:Poppins,sans-serif;font-size:10px;font-weight:400}@media (width<=1280px){.passenger-comfort__inner{gap:40px;width:min(1200px,100% - 48px)}}@media (width<=1024px){.passenger-comfort__inner{grid-template-columns:1fr;gap:48px}.passenger-comfort__grid{grid-template-columns:repeat(2,1fr)}.passenger-comfort__content{max-width:640px}}@media (width<=640px){.passenger-comfort{padding:98px 0 58px}.passenger-comfort__inner{gap:32px;width:calc(100% - 32px)}.passenger-comfort__title{font-size:clamp(32px,9vw,44px)}.passenger-comfort__cta{justify-content:center;width:100%}.passenger-comfort__benefits{gap:8px}.passenger-comfort__grid{grid-template-columns:1fr}.passenger-comfort__card{min-height:0}}.partner-profit{width:100%;min-height:calc(100svh - var(--header-height));background:#fffdfa;flex-direction:column;justify-content:center;display:flex}.partner-profit__inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:54px;width:min(1600px,100% - 72px);margin:0 auto;padding:72px 0;display:grid}.partner-profit__content{flex-direction:column;display:flex}.partner-profit__title{letter-spacing:-.04em;color:#17171d;margin:0;font-family:Poppins,sans-serif;font-size:clamp(36px,3.4vw,56px);font-weight:700;line-height:1.02}.partner-profit__title span{color:#ff4d16}.partner-profit__description{color:#667085;max-width:560px;margin:20px 0 0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.55}.partner-profit__cta{color:#fff;cursor:pointer;background:#ff4d16;border:0;border-radius:14px;justify-content:center;align-self:flex-start;align-items:center;gap:10px;height:54px;margin-top:32px;padding:0 30px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 8px 24px #ff4d162e}.partner-profit__cta:hover{background:#e94510;transform:translateY(-1px)}.partner-profit__benefits{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.partner-profit__benefit{color:#667085;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.partner-profit__benefit-icon{color:#7b001c;background:#7b001c12;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.partner-profit__benefit-sep{background:#0000001f;width:1px;height:16px}.partner-profit__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:16px;display:grid}.partner-profit__card{background:#fff;border:1px solid #0000000f;border-radius:18px;flex-direction:column;min-height:160px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.partner-profit__card--accent{background:#fff7f4}.partner-profit__card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000012}.partner-profit__card-title{color:#17171d;margin:20px 0 0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:1.2}.partner-profit__card-desc{color:#667085;flex:1;margin:8px 0 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.45}@media (width<=1280px){.partner-profit__inner{gap:40px;width:min(1360px,100% - 48px)}}@media (width<=1024px){.partner-profit__inner{grid-template-columns:1fr;gap:48px}.partner-profit__content{order:-1;max-width:640px}}@media (width<=640px){.partner-profit__inner{gap:40px;width:calc(100% - 32px);padding:64px 0}.partner-profit__title{font-size:clamp(32px,9vw,44px)}.partner-profit__description{font-size:15px}.partner-profit__cta{justify-content:center;align-self:stretch;width:100%}.partner-profit__grid{grid-template-columns:1fr}.partner-profit__card{min-height:0}}.home-hero{width:100%;height:calc(100svh - var(--header-height));min-height:calc(100svh - var(--header-height));background:#fff;margin:0;padding:0;position:relative;overflow:hidden}.home-hero__background{z-index:0;background-image:url(/assets/hero-city-Btn0TsK_.png);background-position:bottom;background-repeat:no-repeat;background-size:100%;width:100%;height:100%;position:absolute;inset:0}.home-hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:min(1100px,100% - 40px);margin:0 auto;padding-top:clamp(45px,6vh,75px);display:flex;position:relative;transform:translateY(32px)}.home-hero__title{letter-spacing:-.035em;color:#232326;flex-direction:column;align-items:center;gap:10px;margin:0;font-family:Poppins,sans-serif;font-size:clamp(2.8rem,4.2vw,4.5rem);font-weight:700;line-height:1;display:flex}.home-hero__title strong{color:#f75b24;font-weight:700}.home-hero__description{color:#747474;width:min(760px,100%);margin:14px auto 0;font-family:Poppins,sans-serif;font-size:clamp(1rem,1.15vw,1.15rem);font-weight:400;line-height:1.45}.home-hero__categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:12px;margin-top:18px;display:flex;overflow-x:auto}.home-hero__categories::-webkit-scrollbar{display:none}.home-hero__category{background:#fffffff5;border:1px solid #23232614;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:92px;height:76px;min-height:76px;padding:10px 8px;display:flex;box-shadow:0 8px 30px #0000000a}.home-hero__category svg{stroke-width:2px;color:#f75b24;width:26px;height:26px}.home-hero__category span{color:#232326;white-space:nowrap;max-width:100%;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;overflow:hidden}.home-hero__cta-wrapper{justify-content:center;width:100%;margin-top:28px;display:flex}.home-hero__cta{color:#fff;cursor:pointer;background:#f75b24;border:0;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-width:250px;height:54px;margin-right:50px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 12px 28px #f75b243d}.home-hero__cta:hover{background:#e94d1b;transform:translateY(-2px)}@media (width<=1024px){.home-hero__content{transform:translateY(20px)}.home-hero__categories{justify-content:flex-start}}@media (aspect-ratio>=16/9){.home-hero__background{background-position:bottom;background-size:100%}}@media (width>=1024px) and (height<=800px){.home-hero__content{padding-top:32px;transform:translateY(20px)}.home-hero__title{font-size:clamp(2.5rem,3.7vw,3.8rem)}.home-hero__description{margin-top:10px}.home-hero__categories{margin-top:14px}.home-hero__category{width:82px;height:70px;min-height:70px}.home-hero__cta-wrapper{margin-top:16px}.home-hero__cta{height:50px}.home-hero__background{background-position:bottom;background-size:100%}}@media (width>=1024px) and (height>=900px){.home-hero__content{padding-top:60px}}@media (width<=768px){.home-hero{height:auto;min-height:780px}.home-hero__content{width:calc(100% - 28px);padding-top:32px;transform:translateY(10px)}.home-hero__title{font-size:clamp(2.3rem,11vw,3.5rem)}.home-hero__description{font-size:.98rem}.home-hero__categories{scrollbar-width:none;justify-content:flex-start;width:100%;padding-bottom:8px;overflow-x:auto}.home-hero__categories::-webkit-scrollbar{display:none}.home-hero__category{flex:0 0 80px}.home-hero__cta-wrapper{width:100%}.home-hero__cta{width:min(100%,320px)}.home-hero__background{background-position:bottom;background-size:auto 100%}}.section-title{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.section-title--center{text-align:center;align-items:center}.section-title--left{text-align:left;align-items:flex-start}.section-title__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-orange);background:#f75b241a;border-radius:999px;padding:6px 16px;font-size:14px;font-weight:700;display:inline-block}.section-title__title{max-width:720px;font-size:40px;line-height:1.15}.section-title__description{color:var(--color-muted);max-width:620px;font-size:17px;line-height:1.6}.button{border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:700;line-height:1;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.button--primary{background-color:var(--color-orange);color:var(--color-white);box-shadow:0 8px 20px #f75b2447}.button--primary:hover{background-color:var(--color-orange-dark);transform:translateY(-1px)}.button--secondary{background-color:var(--color-white);color:var(--color-charcoal);border:1.5px solid var(--color-border);box-shadow:var(--shadow-soft)}.button--secondary:hover{border-color:var(--color-orange);color:var(--color-orange)}.button--outline{color:var(--color-orange);border:1.5px solid var(--color-orange);background-color:#0000}.button--outline:hover{background-color:var(--color-orange);color:var(--color-white)}.group-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.group-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.group-card__media{aspect-ratio:4/3;overflow:hidden}.group-card__image{object-fit:cover;width:100%;height:100%}.group-card__body{flex-direction:column;flex:1;gap:14px;padding:24px;display:flex}.group-card__name{font-size:20px;font-weight:800}.group-card__route{color:var(--color-orange);align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.group-card__meta{color:var(--color-muted);flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.group-card__meta span{align-items:center;gap:6px;display:inline-flex}.group-card__btn{width:100%;margin-top:auto}.grupos{min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;gap:0;padding:64px 0 0;display:flex}.grupos__hero-image{justify-content:center;align-items:center;width:100%;margin-bottom:64px;display:flex;overflow:hidden}.grupos__hero-image img{object-fit:contain;width:100%;max-width:1200px;height:auto}.grupos__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (width<=1023px){.grupos__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.grupos{padding:40px 0 0}.grupos__grid{grid-template-columns:1fr}}.groups-section{--groups-orange:#ff4d16;--groups-orange-dark:#e44312;--groups-ink:#17171d;--groups-muted:#747e91;--groups-soft:#718096;--groups-line:#e5e7eb;width:calc(100% - 32px);max-width:1760px;min-height:calc(100svh - var(--header-height));background-color:#fbfbfd;border-radius:28px;flex-direction:column;justify-content:center;margin:0 auto 20px;padding-top:15px;display:flex;position:relative;overflow:hidden}.groups-section__background{background-image:var(--groups-bg);z-index:0;pointer-events:none;background-position:50% 6px;background-repeat:no-repeat;background-size:112%;position:absolute;inset:0}.groups-section__background:after{content:"";background:linear-gradient(#fbfbfd 0%,#fbfdfd00 14% 78%,#fbfbfd 100%),linear-gradient(90deg,#fbfbfd 0%,#fbfdfd00 7% 93%,#fbfbfd 100%);position:absolute;inset:0}.groups-section__inner{z-index:1;flex-direction:column;gap:28px;width:100%;padding:10px 30px 32px;display:flex;position:relative}.groups-section__content{max-width:640px}.groups-section__title{letter-spacing:-.04em;color:var(--groups-ink);flex-direction:column;margin:0;padding-top:20px;font-family:Poppins,sans-serif;font-size:clamp(44px,4vw,68px);font-weight:700;line-height:.92;display:flex}.groups-section__title-accent{color:var(--groups-orange)}.groups-section__description{max-width:570px;color:var(--groups-muted);margin:14px 0 0;font-family:Poppins,sans-serif;font-size:17px;font-weight:400;line-height:1.45}.groups-section__categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;margin:0;padding:4px 2px 6px;display:flex;overflow-x:auto}.groups-section__categories::-webkit-scrollbar{display:none}.groups-section__category{border:1px solid var(--groups-line);background:#fffffff0;border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:8px;width:112px;height:74px;padding:10px 12px;list-style:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #17171d0d}.groups-section__category:hover{transform:translateY(-2px);box-shadow:0 8px 18px #17171d14}.groups-section__category svg{width:24px;height:24px;color:var(--groups-orange);stroke-width:2px}.groups-section__category span{color:var(--groups-ink);white-space:nowrap;max-width:100%;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;line-height:1.1;overflow:hidden}.groups-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:10px;margin-top:0;display:grid}.groups-section__card{border:1px solid var(--groups-line);background:#fffffff5;border-radius:15px;flex-direction:column;min-width:0;padding:7px;display:flex;overflow:hidden;box-shadow:0 6px 18px #0000000d}.groups-section__cover{border-radius:11px;height:92px;position:relative;overflow:hidden}.groups-section__cover-placeholder{place-items:center;width:100%;height:100%;display:grid}.groups-section__cover-placeholder svg{color:#ffffffeb;stroke-width:1.8px;width:36px;height:36px}.groups-section__cover--students .groups-section__cover-placeholder{background:linear-gradient(135deg,#2f6fed,#1c3f8f)}.groups-section__cover--commute .groups-section__cover-placeholder{background:linear-gradient(135deg,#64748b,#334155)}.groups-section__cover--church .groups-section__cover-placeholder{background:linear-gradient(135deg,#8b5cf6,#5b21b6)}.groups-section__cover--beach .groups-section__cover-placeholder{background:linear-gradient(135deg,#14b8a6,#0f766e)}.groups-section__cover--plaza .groups-section__cover-placeholder{background:linear-gradient(135deg,#22c55e,#15803d)}.groups-section__cover--events .groups-section__cover-placeholder{background:linear-gradient(135deg,#ff6b6b,#c2274a)}.groups-section__members{color:#fff;background:#141419e0;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;line-height:1;display:inline-flex;position:absolute;bottom:8px;right:8px}.groups-section__members-icon{background:var(--groups-orange);border-radius:50%;place-items:center;width:16px;height:16px;display:grid}.groups-section__members-icon svg{color:#fff;stroke-width:2.5px;width:10px;height:10px}.groups-section__card-body{flex-direction:column;flex:1;padding:8px 6px 6px;display:flex}.groups-section__card-title{color:var(--groups-ink);margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.25}.groups-section__route{color:var(--groups-soft);align-items:center;gap:5px;margin:6px 0 0;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.3;display:flex}.groups-section__agenda{color:var(--groups-soft);align-items:center;gap:5px;margin:5px 0 10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.3;display:flex}.groups-section__route svg,.groups-section__agenda svg{width:14px;height:14px;color:var(--groups-orange);stroke-width:2px;flex-shrink:0}.groups-section__cta{background:var(--groups-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:38px;margin-top:auto;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.groups-section__cta svg{width:16px;height:16px;transition:transform .2s}.groups-section__cta:hover{background:var(--groups-orange-dark);transform:translateY(-1px);box-shadow:0 6px 14px #ff4d1647}.groups-section__cta:hover svg{transform:translate(2px)}@media (width<=1500px){.groups-grid,.groups-section__categories{gap:8px}.groups-section__category{width:104px;height:70px;padding:9px 11px}.groups-section__category svg{width:22px;height:22px}.groups-section__cover{height:88px}}@media (width<=1200px){.groups-section__category{gap:6px;width:98px;height:68px;padding:8px 10px}.groups-section__category span{font-size:12px}}@media (width<=1024px){.groups-section__inner{padding-left:24px;padding-right:24px}.groups-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media (width<=640px){.groups-section{border-radius:22px;width:calc(100% - 24px)}.groups-section__background{background-size:112%}.groups-section__inner{width:100%;padding:32px 18px 28px}.groups-section__description{font-size:16px}.groups-section__categories{gap:8px}.groups-section__category{flex:0 0 100px;width:auto;height:70px;padding:8px 10px}.groups-grid{grid-template-columns:1fr}.groups-section__cover{height:100px}}.routes-timeline{background:#fffdfa;width:100%;padding:120px 0 88px;position:relative;overflow:hidden}.routes-timeline__decor{pointer-events:none;background-image:radial-gradient(circle at 12% 8%,#ff4d160f,#0000 40%),radial-gradient(circle at 88% 20%,#7b001c0a,#0000 38%),radial-gradient(circle at 50% 92%,#ff4d160d,#0000 45%);position:absolute;inset:0}.routes-timeline__inner{width:min(1320px,100% - 72px);margin:0 auto;position:relative}.routes-timeline__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:96px;display:flex}.routes-timeline__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ff4d16;background:#ff4d1614;border-radius:999px;align-items:center;padding:8px 18px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;display:inline-flex}.routes-timeline__title{letter-spacing:-.04em;color:#17171d;margin:24px 0 0;font-family:Poppins,sans-serif;font-size:clamp(36px,3.4vw,54px);font-weight:700;line-height:1.06}.routes-timeline__title span{color:#ff4d16}.routes-timeline__description{color:#667085;max-width:620px;margin:20px 0 0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.routes-timeline__track{width:100%;position:relative}.routes-timeline__line{opacity:.85;background:#7b001c;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.routes-timeline__list{flex-direction:column;gap:72px;margin:0;padding:0;list-style:none;display:flex}.routes-timeline__step{grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);align-items:center;column-gap:clamp(30px,3.5vw,48px);width:100%;display:grid;position:relative}.routes-timeline__node{color:#fff;z-index:2;background:#7b001c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:1;display:flex;position:absolute;top:40px;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #7b001c1f}.routes-timeline__card{background:#fff;border:1px solid #0000000f;border-radius:20px;width:min(520px,100%);padding:28px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 10px #0000000a}.routes-timeline__card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00000014}.routes-timeline__step--left .routes-timeline__card,.routes-timeline__step--right .routes-timeline__visual{grid-area:1/1}.routes-timeline__step--right .routes-timeline__card,.routes-timeline__step--left .routes-timeline__visual{grid-area:1/3}.routes-timeline__card-top{align-items:center;gap:12px;display:flex}.routes-timeline__icon{color:#ff4d16;background:#ff4d161a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.routes-timeline__number{letter-spacing:.04em;color:#ff4d16;background:#ff4d161a;border-radius:999px;justify-content:center;align-items:center;padding:6px 14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.routes-timeline__card-title{color:#17171d;margin:20px 0 0;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;line-height:1.2}.routes-timeline__card-desc{color:#667085;margin:10px 0 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.55}.routes-timeline__bullets{flex-direction:column;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}.routes-timeline__bullet{color:#4b5563;align-items:flex-start;gap:9px;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.5;display:flex}.routes-timeline__bullet-check{color:#ff4d16;background:#ff4d161a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;display:inline-flex}.routes-timeline__visual{justify-content:center;align-items:center;min-width:0;display:flex}.routes-timeline__visual img{object-fit:contain;width:100%;max-width:470px;height:auto;display:block}.routes-timeline__visual--map{justify-content:center;align-items:center}.routes-timeline__visual--map img{max-width:460px}.routes-timeline__step--align-top{align-items:start}.routes-timeline__step--align-top .routes-timeline__visual{justify-content:flex-start;align-self:start;margin-top:0;padding-top:0}.routes-timeline__step--align-top .routes-timeline__visual img{object-fit:contain;width:100%;max-width:430px;height:auto;margin:0;padding:0;display:block}.routes-more-strip{background:linear-gradient(135deg,#ff4d16 0%,#ff6a2a 100%);border-radius:22px;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:24px;width:100%;margin-top:40px;margin-bottom:28px;padding:18px 28px;display:grid}.routes-more-strip__item{align-items:center;gap:16px;min-width:0;transition:opacity .2s,transform .2s;display:flex}.routes-more-strip__item:hover{opacity:.92;transform:translateY(-1px)}.routes-more-strip__icon{color:#fff;background:#7b001c;border:2px solid #ffffffd9;border-radius:50%;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid}.routes-more-strip__icon svg{stroke-width:2px;width:28px;height:28px}.routes-more-strip__text{flex-direction:column;gap:4px;min-width:0;display:flex}.routes-more-strip__title{color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:1.2}.routes-more-strip__desc{color:#ffffffe6;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.35}.routes-more-strip__divider{background:#ffffff59;width:1px;height:48px}@media (width<=1100px){.routes-timeline__card{width:min(460px,100%)}}@media (width<=900px){.routes-timeline{padding:96px 0 72px}.routes-timeline__inner{width:min(720px,100% - 48px)}.routes-more-strip{gap:16px;padding:16px 20px}.routes-more-strip__icon{width:54px;height:54px}.routes-more-strip__icon svg{width:26px;height:26px}.routes-timeline__header{margin-bottom:64px}.routes-timeline__line{background:linear-gradient(#ff4d1600 0%,#ff4d1647 6% 94%,#ff4d1600 100%);left:22px;transform:none}.routes-timeline__step{padding-left:68px;display:block}.routes-timeline__node{top:40px;left:22px;transform:translate(-50%,-50%)}.routes-timeline__step--left .routes-timeline__card,.routes-timeline__step--right .routes-timeline__card{width:100%;margin:0}.routes-timeline__visual{width:100%;margin-top:20px}}@media (width<=640px){.routes-timeline{padding:80px 0 60px}.routes-timeline__inner{width:calc(100% - 32px)}.routes-timeline__title{font-size:clamp(30px,8vw,40px)}.routes-timeline__description{font-size:14px}.routes-timeline__list{gap:48px}.routes-timeline__step{padding-left:52px}.routes-timeline__line{left:18px}.routes-timeline__node{top:36px;left:18px}.routes-timeline__card{border-radius:18px;padding:22px}.routes-more-strip{border-radius:20px;grid-template-columns:1fr;gap:16px;padding:20px}.routes-more-strip__item{width:100%}.routes-more-strip__divider{width:100%;height:1px}}.pagina04{min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;padding:64px 0 0;display:flex}.pagina04__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:64px;display:grid}.pagina04__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex-direction:column;gap:14px;padding:32px 28px;transition:transform .2s,box-shadow .2s;display:flex}.pagina04__card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.pagina04__icon{width:58px;height:58px;color:var(--color-orange);background:#f75b241a;border-radius:18px;place-items:center;display:grid}.pagina04__card-title{font-size:20px;font-weight:800}.pagina04__card-desc{color:var(--color-muted);font-size:15px;line-height:1.7}.pagina04__cta{background:linear-gradient(135deg, var(--color-orange) 0%, var(--color-orange-dark) 100%);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:72px;padding:64px 48px;display:flex}.pagina04__cta-title{color:var(--color-white);font-size:38px}.pagina04__cta-desc{color:#ffffffe6;max-width:440px;font-size:17px}.pagina04__cta-actions{gap:14px;margin-top:12px;display:flex}.pagina04__cta-actions .button--primary{background:var(--color-white);color:var(--color-orange);box-shadow:none}.pagina04__cta-actions .button--secondary{border-color:var(--color-white);color:var(--color-white);box-shadow:none;background:0 0}.pagina04__cta-actions .button--secondary:hover{background:var(--color-white);color:var(--color-orange)}@media (width<=1023px){.pagina04__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.pagina04{padding:40px 0 0}.pagina04__grid{grid-template-columns:1fr}.pagina04__cta{padding:48px 24px}.pagina04__cta-title{font-size:30px}.pagina04__cta-actions{flex-direction:column;width:100%}.pagina04__cta-actions .button{width:100%}}
