:root{--cream: #FFF8F0;--cream-dark: #F5EDE3;--plum: #2D1B36;--plum-light: #4A3255;--orange: #F28C38;--orange-hover: #D97A2B;--orange-soft: rgba(242, 140, 56, .12);--teal: #2BA89C;--teal-soft: #E8F6F4;--teal-bg: #1A6E66;--white: #FFFFFF;--gray-100: #F7F3EE;--gray-200: #E8E0D6;--gray-500: #8A7E72;--gray-800: #3D3430;--green: #22A06B;--purple: #7B5EA7;--font-display: "Baloo 2", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 28px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(45, 27, 54, .06);--shadow-md: 0 4px 20px rgba(45, 27, 54, .08);--shadow-lg: 0 8px 40px rgba(45, 27, 54, .12);--shadow-neo: 3px 3px 0 var(--plum);--ease-bounce: cubic-bezier(.175, .885, .32, 1.275);--ease-smooth: cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--plum);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.section-title{font-size:1.75rem;text-align:center;margin-bottom:8px}.section-title--light{color:var(--white)}.section-subtitle{text-align:center;font-size:1rem;color:var(--gray-500);max-width:560px;margin:0 auto 32px}.section-subtitle--light{color:#ffffffbf}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:1rem;padding:14px 28px;border-radius:var(--radius-pill);border:2.5px solid var(--plum);cursor:pointer;transition:transform .25s var(--ease-bounce),box-shadow .25s ease;-webkit-tap-highlight-color:transparent;text-align:center;min-height:48px}.btn--primary{background:var(--orange);color:var(--white);box-shadow:var(--shadow-neo)}.btn--primary:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--plum)}.btn--outline{background:var(--white);color:var(--plum);box-shadow:var(--shadow-neo)}.btn--outline:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--plum)}.btn--lg{font-size:1.1rem;padding:16px 36px;min-height:54px}.btn--xs{font-size:.75rem;padding:6px 12px;border-width:2px;box-shadow:2px 2px 0 var(--plum);min-height:32px}.header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:12px 16px}.header__inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;background:#fff8f0e0;backdrop-filter:blur(20px) saturate(1.6);-webkit-backdrop-filter:blur(20px) saturate(1.6);border:2px solid rgba(45,27,54,.85);border-radius:var(--radius-pill);box-shadow:var(--shadow-neo),0 2px 32px #2d1b3614;overflow:hidden;position:relative;transition:border-radius .5s cubic-bezier(.34,1.22,.64,1),box-shadow .4s ease}.header__inner:before{content:"";position:absolute;top:0;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);pointer-events:none;z-index:10;border-radius:1px}.header__inner.expanded{border-radius:22px;box-shadow:4px 4px 0 var(--plum),0 8px 40px #2d1b3624}.header__bar{display:flex;align-items:center;justify-content:space-between;padding:6px 8px 6px 16px;height:52px;flex-shrink:0}.header__logo{display:flex;align-items:center;gap:8px}.header__logo-img{width:30px;height:30px;border-radius:6px}.header__logo-text{font-family:var(--font-display);font-weight:800;font-size:1.35rem;color:var(--plum)}.header__nav,.header__cta{display:none}.header__link{font-family:var(--font-display);font-weight:700;font-size:.95rem;padding:8px 14px;border-radius:var(--radius-pill);transition:background .2s;min-height:44px;display:inline-flex;align-items:center}.header__link:hover{background:var(--orange-soft)}.header__cta{font-family:var(--font-display);font-weight:700;font-size:.9rem;padding:8px 16px;background:var(--orange);color:var(--white);border:2px solid var(--plum);border-radius:var(--radius-pill);box-shadow:2px 2px 0 var(--plum);min-height:44px;align-items:center;gap:6px}.header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:10px;-webkit-tap-highlight-color:transparent;flex-shrink:0}.header__burger span{display:block;width:22px;height:2.5px;background:var(--plum);border-radius:2px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;transform-origin:center}.header__burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.header__burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.header__expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.34,1.22,.64,1)}.header__expand.open{grid-template-rows:1fr}.header__expand-inner{overflow:hidden}.header__mobile-nav{display:flex;flex-direction:column;padding:4px 10px 14px;gap:2px;border-top:1px solid rgba(45,27,54,.1);margin-top:2px}.header__mobile-link{font-family:var(--font-display);font-weight:700;font-size:1.05rem;padding:12px 14px;border-radius:14px;color:var(--plum);min-height:48px;display:flex;align-items:center;transition:background .18s;-webkit-tap-highlight-color:transparent;opacity:0;transform:translateY(8px)}.header__mobile-link:active{background:var(--orange-soft)}.header__mobile-cta{font-family:var(--font-display);font-weight:700;font-size:1rem;text-align:center;padding:14px;background:var(--orange);color:var(--white);border:2px solid var(--plum);border-radius:var(--radius-pill);box-shadow:var(--shadow-neo);margin-top:8px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;-webkit-tap-highlight-color:transparent;opacity:0;transform:translateY(8px)}.header__expand.open .header__mobile-link:nth-child(1){animation:navItemIn .32s ease .08s forwards}.header__expand.open .header__mobile-link:nth-child(2){animation:navItemIn .32s ease .14s forwards}.header__expand.open .header__mobile-link:nth-child(3){animation:navItemIn .32s ease .2s forwards}.header__expand.open .header__mobile-link:nth-child(4){animation:navItemIn .32s ease .26s forwards}.header__expand.open .header__mobile-cta{animation:navItemIn .32s ease .32s forwards}@keyframes navItemIn{to{opacity:1;transform:translateY(0)}}.hero{position:relative;background:linear-gradient(160deg,var(--teal-soft) 0%,var(--cream) 55%);padding:96px 20px 64px;overflow:hidden}.hero__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}.hero__text{text-align:center;width:100%}.hero__title{font-size:clamp(2rem,7.5vw,3.6rem);letter-spacing:-.5px;margin-bottom:16px}.hero__highlight{color:var(--orange);position:relative}.hero__highlight:after{content:"";position:absolute;bottom:2px;left:-2px;right:-2px;height:8px;background:var(--orange-soft);border-radius:4px;z-index:-1}.hero__desc{font-size:1.05rem;color:var(--gray-800);opacity:.85;margin-bottom:28px;max-width:520px;margin-left:auto;margin-right:auto}.hero__buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;align-items:stretch}.hero__badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.hero__badge{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-pill);padding:6px 12px;font-size:.8rem;font-weight:700;color:var(--gray-800);box-shadow:var(--shadow-sm)}.hero__badge-dot{width:7px;height:7px;background:var(--teal);border-radius:50%;flex-shrink:0}.hero__mascot-mobile{display:block;width:100%;text-align:center;margin:8px auto 16px}.hero__mascot-img-mobile{width:min(150px,42vw);height:auto;margin:0 auto;filter:drop-shadow(0 12px 28px rgba(242,140,56,.22));animation:float 3.5s ease-in-out infinite alternate}.hero__phone{display:none}.hero__mascot-hero{width:min(300px,80vw);height:auto;filter:drop-shadow(0 16px 40px rgba(242,140,56,.25));animation:float 3.5s ease-in-out infinite alternate}.hero__wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.hero__wave svg{width:100%;height:40px;display:block}.hero__wave path{fill:var(--plum)}.steps{position:relative;background:var(--plum);padding:56px 0 70px;overflow:hidden}.steps__inner{max-width:1100px;margin:0 auto;padding:0 20px}.steps .section-title{color:var(--white)}.steps .section-subtitle{color:#fff9}.steps__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:16px 0 24px;scrollbar-width:none;padding-left:calc(50% - 145px);padding-right:calc(50% - 145px)}.steps__track::-webkit-scrollbar{display:none}.steps__slider-container{position:relative;width:100%;max-width:360px;margin:0 auto}.steps__arrow{display:none}@media (max-width: 767px){.steps__arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--orange);color:var(--white);border:2px solid var(--plum);box-shadow:2px 2px 0 var(--plum);cursor:pointer;z-index:10;transition:transform .2s var(--ease-bounce),opacity .25s,visibility .25s}.steps__arrow:active{transform:translateY(-50%) scale(.9)}.steps__arrow--left{left:-16px}.steps__arrow--right{right:-16px}.steps__arrow.disabled{opacity:0;visibility:hidden;pointer-events:none}}.steps__dots-container{display:none}@media (max-width: 767px){.steps__dots-container{display:flex;justify-content:center;gap:8px;margin-top:12px}.steps__dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:1.5px solid rgba(255,255,255,.4);cursor:pointer;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.steps__dot.active{background:var(--orange);border-color:var(--orange);transform:scale(1.25)}}.steps__card{flex:0 0 86%;max-width:290px;scroll-snap-align:center;background:#ffffff0f;border:2px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:32px 20px 24px;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .3s var(--ease-bounce)}.steps__num{position:absolute;top:-14px;left:20px;width:30px;height:30px;background:var(--orange);border:2px solid var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:.95rem;color:var(--white);box-shadow:2px 2px 0 var(--white)}.steps__icon{width:52px;height:52px;background:#f28c382e;border:1.5px solid rgba(242,140,56,.35);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:1.4rem;color:var(--orange)}.steps__card-title{color:var(--white);font-size:1.1rem;margin-bottom:6px}.steps__card-desc{color:#ffffffbf;font-size:.9rem;line-height:1.5}.steps__wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.steps__wave svg{width:100%;height:40px;display:block}.steps__wave path{fill:var(--teal-bg)}.parents{position:relative;background:var(--teal-bg);padding:56px 20px 70px;overflow:hidden}.parents__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.parents__text{width:100%}.parents .section-title,.parents .section-subtitle{text-align:left}.parents .section-subtitle{margin:0 0 32px}.parents__features{display:flex;flex-direction:column;gap:18px;margin-top:24px}.parents__feature{display:flex;gap:12px;align-items:flex-start}.parents__feature-icon{width:38px;height:38px;background:var(--white);border:2px solid var(--plum);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;box-shadow:2px 2px #00000026;color:var(--plum)}.parents__feature h4{color:var(--white);font-size:1rem;margin-bottom:2px}.parents__feature p{color:#ffffffbf;font-size:.88rem;line-height:1.5}.parents__gate{width:100%;display:flex;justify-content:center}.gate{width:100%;max-width:320px;background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,.22);border-radius:var(--radius-lg);padding:20px}.gate__header{text-align:center;margin-bottom:16px}.gate__status{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--white);margin-bottom:4px}.gate__hint{font-size:.78rem;color:#ffffffa6}.gate__hint strong{color:var(--orange);background:#0003;padding:1px 5px;border-radius:4px}.gate__auth{display:flex;flex-direction:column;align-items:center;gap:12px}.gate__shield-img{width:80px;height:80px;object-fit:contain;margin:4px 0 2px}.gate__faceid-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--orange);border:2px solid var(--white);color:var(--white);border-radius:var(--radius-pill);padding:13px 16px;font-family:var(--font-display);font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 4px 16px #0003;-webkit-tap-highlight-color:transparent;transition:transform .2s var(--ease-bounce),opacity .2s;min-height:48px}.gate__faceid-btn:active{transform:scale(.97);opacity:.9}.gate__faceid-icon{font-size:1.15rem}.gate__pin-toggle{background:none;border:none;color:#ffffff80;font-family:var(--font-body);font-size:.8rem;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent;min-height:44px}.gate__pin-toggle:hover{color:#fffc}.gate__pad{display:flex;flex-direction:column;align-items:center}.gate__dots{display:flex;gap:12px;margin-bottom:16px}.gate__dot{width:14px;height:14px;border:2px solid rgba(255,255,255,.5);border-radius:50%;transition:all .2s var(--ease-bounce)}.gate__dot.filled{background:var(--orange);border-color:var(--orange);transform:scale(1.15)}.gate__dot.error{background:#e25c5c;border-color:#e25c5c;animation:shake .3s}.gate__keys{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.gate__key{background:#ffffff1a;border:2px solid rgba(255,255,255,.25);color:var(--white);border-radius:var(--radius-sm);padding:14px 0;font-family:var(--font-display);font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .15s;-webkit-tap-highlight-color:transparent;min-height:48px}.gate__key:active{background:#ffffff40}.gate__key--fn{color:var(--orange)}.gate__key--empty{visibility:hidden}.gate__dash{background:var(--cream);border:2px solid var(--plum);border-radius:var(--radius-md);padding:14px;animation:fadeUp .35s ease}.gate__dash-header{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display);font-weight:800;font-size:.85rem;color:var(--plum);border-bottom:1.5px solid var(--gray-200);padding-bottom:8px;margin-bottom:10px}.gate__dash-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);margin-bottom:6px}.gate__dash-row{display:flex;justify-content:space-between;align-items:center;background:var(--white);border:1.5px solid var(--plum);border-radius:8px;padding:5px 8px;font-size:.7rem;font-weight:700;margin-bottom:4px}.gate__badge{background:var(--orange);color:var(--white);border:1px solid var(--plum);border-radius:var(--radius-pill);padding:1px 6px;font-size:.65rem}.gate__check{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;margin-bottom:3px;color:var(--plum)}.hidden{display:none!important}.parents__wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.parents__wave svg{width:100%;height:40px;display:block}.parents__wave path{fill:var(--cream)}.faq{background:var(--cream);padding:56px 20px 64px}.faq__inner{max-width:680px;margin:0 auto}.faq__list{display:flex;flex-direction:column;gap:10px}.faq__item{background:var(--white);border:2px solid var(--plum);border-radius:var(--radius-md);overflow:hidden;box-shadow:3px 3px 0 var(--gray-200);transition:box-shadow .2s}.faq__item[open]{box-shadow:3px 3px 0 var(--orange-soft);border-color:var(--orange)}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-family:var(--font-display);font-weight:700;font-size:1rem;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent;min-height:56px}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"+";font-size:1.3rem;font-weight:800;color:var(--orange);transition:transform .25s ease;flex-shrink:0;margin-left:12px}.faq__item[open] .faq__question:after{transform:rotate(45deg)}.faq__answer{padding:0 18px 16px;font-size:.95rem;color:var(--gray-800);line-height:1.65}.promise{background:var(--cream);padding:56px 20px 64px}.promise__inner{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.promise__quote-wrap{display:flex;flex-direction:column;align-items:center;gap:0}.promise__mascot{width:90px;height:90px;object-fit:contain;margin-bottom:-12px;position:relative;z-index:1;filter:drop-shadow(0 4px 12px rgba(242,140,56,.25))}.promise__quote{background:linear-gradient(135deg,var(--orange) 0%,#D97A2B 100%);color:var(--white);font-family:var(--font-display);font-weight:800;font-size:clamp(1.25rem,4.5vw,1.65rem);line-height:1.35;text-align:center;padding:28px 28px 22px;border-radius:var(--radius-lg);border:2.5px solid var(--plum);box-shadow:var(--shadow-neo);position:relative;width:100%}.promise__quote-mark{font-family:Georgia,serif;font-size:1.8em;line-height:0;vertical-align:-.3em;opacity:.45;margin:0 4px}.promise__signature{display:inline-flex;align-items:center;gap:5px;background:var(--white);border:2px solid var(--plum);border-radius:var(--radius-pill);padding:5px 14px;font-family:var(--font-display);font-weight:700;font-size:.8rem;color:var(--orange);box-shadow:2px 2px 0 var(--plum);margin-top:14px}.promise__rows{display:flex;flex-direction:column;gap:12px}.promise__row{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:2px solid var(--plum);border-radius:var(--radius-md);padding:16px;box-shadow:3px 3px 0 var(--gray-200);transition:box-shadow .2s,transform .2s var(--ease-bounce)}.promise__row:hover{box-shadow:3px 3px 0 var(--orange-soft);transform:translateY(-2px)}.promise__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promise__icon i{font-size:1.05rem}.promise__icon--orange{background:#f28c381f;color:var(--orange)}.promise__icon--purple{background:#7b5ea71f;color:var(--purple)}.promise__icon--green{background:#22a06b1f;color:var(--green)}.promise__icon--teal{background:#2ba89c1f;color:var(--teal)}.promise__row-text{display:flex;flex-direction:column;gap:3px}.promise__row-text strong{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--plum)}.promise__row-text span{font-size:.88rem;color:var(--gray-500);line-height:1.5}.cta{background:linear-gradient(160deg,var(--teal-soft) 0%,var(--cream) 100%);padding:56px 20px 64px;text-align:center}.cta__inner{max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta__mascot{width:110px;height:110px;object-fit:contain;margin-bottom:20px;animation:float 3s ease-in-out infinite alternate}.cta__title{font-size:1.8rem;margin-bottom:10px}.cta__desc{font-size:1.05rem;color:var(--gray-800);opacity:.85;margin-bottom:28px}.cta__note{margin-top:14px;font-size:.78rem;font-weight:600;color:var(--gray-500);line-height:1.5}.btn__icon:before{content:""}.footer{background:var(--plum);color:var(--white);padding:40px 20px 16px}.footer__inner{max-width:960px;margin:0 auto 24px;display:flex;flex-direction:column;gap:28px}.footer__brand{text-align:center}.footer__logo{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-display);font-weight:800;font-size:1.4rem;margin-bottom:6px}.footer__logo-img{width:32px;height:32px;border-radius:6px}.footer__tagline{font-size:.85rem;color:#fff9}.footer__cols{display:flex;justify-content:center;gap:48px}.footer__col{display:flex;flex-direction:column;gap:10px}.footer__col h4{font-size:.8rem;font-weight:700;color:#ffffff73;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.footer__col a{font-size:.9rem;color:#ffffffb3;transition:color .2s;padding:4px 0;min-height:44px;display:flex;align-items:center}.footer__col a:hover{color:var(--orange)}.footer__bottom{max-width:960px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:16px;text-align:center;font-size:.8rem;color:#ffffff59}@keyframes coinDrop{0%{transform:translateY(-20px) rotate(0);opacity:1}85%{opacity:1}to{transform:translateY(380px) rotate(480deg);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-smooth),transform .6s var(--ease-smooth)}.reveal.visible{opacity:1;transform:translateY(0)}@media (min-width: 768px){.header__burger,.header__expand{display:none}.header__nav{display:flex;gap:4px}.header__cta{display:inline-flex}.header__bar{padding:8px 8px 8px 20px}.hero{padding:140px 40px 88px}.hero__inner{flex-direction:row;align-items:center;gap:48px}.hero__text{text-align:left;flex:1}.hero__desc{margin-left:0;margin-right:0}.hero__buttons{flex-direction:row;align-items:center}.hero__badges{justify-content:flex-start}.hero__phone{flex:.8;display:flex;justify-content:center;align-items:center}.hero__mascot-hero{width:clamp(280px,38vw,420px)}.hero__mascot-mobile{display:none}.hero__wave svg{height:60px}.steps{padding:80px 0 100px}.steps__slider-container{max-width:none;margin:0}.steps__track{overflow-x:visible;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:4px 0}.steps__card{flex:none;max-width:none}.steps__card:hover{transform:translateY(-6px)}.steps__wave svg{height:60px}.section-title{font-size:2.2rem}.parents{padding:80px 40px 100px}.parents__inner{flex-direction:row;align-items:center;gap:56px}.parents__text{flex:1.2}.parents__gate{flex:.8}.gate{max-width:340px}.parents__wave svg{height:60px}.promise,.faq,.cta{padding:80px 40px}.cta__mascot{width:150px;height:150px}.cta__title{font-size:2.4rem}.footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer__brand{text-align:left}.footer__logo{justify-content:flex-start}}@media (min-width: 1050px){.steps__track{grid-template-columns:repeat(4,1fr);gap:20px}}
