.featuresSection{width:100%;background:rgba(0,0,0,0)}.dark .featuresSection{background-color:#111827;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.features{max-width:72rem;margin:0 auto;padding:3.5rem 1rem}@media(min-width:640px){.features{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.features{padding-top:5rem;padding-bottom:5rem}}.features__heading{text-align:center;font-weight:700;margin:0 0 2.5rem;font-size:1.875rem;color:#0b0b0b}@media(min-width:768px){.features__heading{margin-bottom:3rem;font-size:3rem}}.dark .features__heading{color:#fff}.features__accent{color:#f89921}.features__grid{display:grid;gap:2.5rem;align-items:start}@media(min-width:768px){.features__grid{grid-template-columns:1.05fr .95fr;gap:3rem}}.features__image{position:relative;border-radius:1.25rem;overflow:hidden;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);min-height:320px;display:grid;place-items:center}@media(min-width:768px){.features__image{min-height:420px;position:sticky;top:110px}}.dark .features__image{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.1)}.features__imageInner{width:100%;height:100%;padding:1.25rem;display:grid;place-items:center}.features__image :global(img){will-change:opacity,transform;backface-visibility:hidden;transform:translateZ(0)}.features__imageFade{animation:featuresFadeIn .18s ease-out}@keyframes featuresFadeIn{0%{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.features__list{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.features__list{gap:1.5rem}}.features__item{cursor:pointer;display:flex;gap:1rem;padding:1rem;border-radius:1rem;background:#fff;border:1px solid rgba(15,23,42,.06);width:100%;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.features__item:hover{transform:translateX(6px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.dark .features__item{background:#111827;border-color:hsla(0,0%,100%,.1)}.dark .features__item:hover{box-shadow:0 12px 28px rgba(0,0,0,.4)}@media(hover:none)and (pointer:coarse){.features__item:active{transform:scale(.97)}}.features__num{width:2.5rem;display:flex;align-items:flex-start;justify-content:center;font-weight:700;line-height:1;color:#000;font-size:1.5rem}@media(min-width:768px){.features__num{font-size:2.25rem}}.dark .features__num{color:#fff}.features__content{text-align:left}.features__title{font-weight:600;margin:0;color:#000;font-size:1rem}@media(min-width:768px){.features__title{font-size:1.5rem}}.dark .features__title{color:#fff}.features__desc{margin:.5rem 0 0;font-size:.875rem;line-height:1.6;color:#000}@media(min-width:768px){.features__desc{margin-top:.25rem}}.dark .features__desc{color:hsla(0,0%,100%,.8)}.features__item.is-active{border-color:rgba(248,153,33,.4);background:rgba(248,153,33,.05);box-shadow:0 10px 24px rgba(248,153,33,.1)}.features__item.is-active .features__num,.features__item.is-active .features__title{color:#f89921}.dark .features__item.is-active{background:rgba(248,153,33,.12);border-color:rgba(248,153,33,.6);box-shadow:0 10px 24px rgba(248,153,33,.12)}.featureImage{display:flex;justify-content:center}.featureImage__outer{border-radius:1.5rem;padding:.75rem;background:linear-gradient(90deg,#f89921,#3abb5d);box-shadow:0 18px 40px rgba(0,0,0,.12);transition:transform .22s ease,box-shadow .22s ease}@media(min-width:768px){.featureImage__outer{padding:1.25rem}}.dark .featureImage__outer{box-shadow:0 22px 60px rgba(0,0,0,.55)}.featureImage__inner{background:#fff;border-radius:1.5rem;padding:.5rem;width:100%;max-width:24rem}@media(min-width:768px){.featureImage__inner{max-width:28rem}}.dark .featureImage__inner{background:#111827;border:1px solid hsla(0,0%,100%,.08)}.featureImage__img{width:100%;height:auto;object-fit:contain;transition:opacity .25s ease;opacity:1}.featureImage__img.is-loading{opacity:.7}@media(hover:hover)and (pointer:fine){.featureImage__outer:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(0,0,0,.16)}.dark .featureImage__outer:hover{box-shadow:0 26px 80px rgba(0,0,0,.65)}}@media(hover:none)and (pointer:coarse){.featureImage__outer:active{transform:scale(.98)}}.ctaSection{display:flex;justify-content:center;padding:3.5rem 1rem;background:#f9fbff}@media(min-width:768px){.ctaSection{padding-top:5rem;padding-bottom:5rem}}.dark .ctaSection{background:#111827;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.cta{position:relative;width:100%;max-width:72rem;border-radius:1.5rem;padding:2rem;text-align:center;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#f89921,#ffb35c,#f89921);background-size:200% 200%;animation:ctaGradient 10s ease-in-out infinite;box-shadow:0 18px 50px rgba(17,24,39,.12)}@media(min-width:768px){.cta{padding:4rem}}.cta:after,.cta:before{content:"";position:absolute;z-index:-1;border-radius:999px;filter:blur(28px);opacity:.55;pointer-events:none}.cta:before{width:340px;height:340px;left:-110px;top:-140px}.cta:after{width:420px;height:420px;right:-180px;bottom:-200px}.dark .cta{box-shadow:0 22px 70px rgba(0,0,0,.55)}@keyframes ctaGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cta__title{color:#fff;font-weight:800;line-height:1.15;margin:0 0 2rem;font-size:1.5rem;text-shadow:0 2px 14px rgba(0,0,0,.15)}@media(min-width:640px){.cta__title{font-size:1.875rem}}@media(min-width:768px){.cta__title{font-size:3rem}}.cta__actions{display:flex;justify-content:center}@keyframes shimmer{0%{transform:translateX(-120%)}45%{transform:translateX(120%)}to{transform:translateX(120%)}}.cta__button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:3rem;padding:0 2rem;border-radius:.85rem;font-weight:700;font-size:1rem;background:#34a853;color:#fff;text-decoration:none;box-shadow:0 10px 20px rgba(0,0,0,.16);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}@media(min-width:768px){.cta__button{height:3.5rem;font-size:1.125rem}}.cta__button:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.35) 20%,rgba(255,255,255,0) 40%);transform:translateX(-120%);animation:shimmer 3.5s infinite;pointer-events:none}@media(hover:hover)and (pointer:fine){.cta__button:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 16px 28px rgba(0,0,0,.2)}}@media(hover:none)and (pointer:coarse){.cta__button:active{transform:scale(.96);box-shadow:0 8px 16px rgba(0,0,0,.25)}}@media(prefers-reduced-motion:reduce){.cta,.cta__button:after{animation:none}}