:root{--features-surface:#fff;--features-text:#202023;--features-muted:#666670;--features-border:#e2e2e7;--features-primary:#e5322d;--features-primary-dark:#c92420;--features-primary-light:#fff1f0;--features-container-width:1040px;--features-section-space:62px;--features-page-padding:20px;--features-hero-title-size:40px;--features-section-title-size:28px;--features-card-title-size:17px;--features-button-height:44px;--features-card-radius:16px;--features-small-radius:10px;--features-card-shadow:0 14px 36px #18181e12;--features-hover-shadow:0 20px 48px #18181e1c}.features-page{width:100%;color:var(--features-text);font-family:inherit;overflow:hidden}.features-container{width:min(calc(100% - (var(--features-page-padding) * 2)), var(--features-container-width));margin:0 auto}.features-hero{min-height:auto;padding:34px var(--features-page-padding) 42px;text-align:center;place-items:center;display:grid;position:relative}.features-hero:before,.features-hero:after{content:"";pointer-events:none;background:#e5322d09;border-radius:50%;width:210px;height:210px;position:absolute}.features-hero:before{top:30px;left:-110px}.features-hero:after{bottom:-100px;right:-105px}.features-hero__content{z-index:1;width:min(100%,1000px);margin:0 auto;position:relative}.features-hero__eyebrow{color:var(--features-primary);letter-spacing:1.2px;margin:0 0 9px;font-size:12px;font-weight:800;line-height:1.2}.features-hero__title{max-width:100%;color:var(--features-text);font-size:clamp(33px, 3.3vw, var(--features-hero-title-size));letter-spacing:-1.1px;margin:0 auto;font-weight:800;line-height:1.08}.features-hero__description{max-width:660px;color:var(--features-muted);margin:14px auto 0;font-size:15px;line-height:1.65}.features-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:11px;margin-top:21px;display:flex}@media (min-width:1001px){.features-hero__title{white-space:nowrap}}.features-button{min-height:var(--features-button-height);border-radius:var(--features-small-radius);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:13px;font-weight:800;line-height:1;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.features-button:hover{transform:translateY(-2px)}.features-button:focus-visible{outline:2px solid var(--features-primary);outline-offset:3px}.features-button--primary{color:#fff;background:linear-gradient(135deg, var(--features-primary), var(--features-primary-dark));box-shadow:0 9px 24px #e5322d38}.features-button--primary:hover{color:#fff;box-shadow:0 13px 28px #e5322d4d}.features-button--secondary{color:var(--features-text);background:var(--features-surface);border-color:#cfcfd6}.features-button--secondary:hover{color:var(--features-primary);border-color:#e5322d73;box-shadow:0 8px 22px #18181e14}.features-button--light{color:#fff;background:#ffffff14;border-color:#ffffff59}.features-button--light:hover{color:var(--features-text);background:#fff;border-color:#fff}.features-section-heading{text-align:center;width:min(100%,700px);margin:0 auto 34px}.features-section-heading__eyebrow{color:var(--features-primary);letter-spacing:1px;margin:0 0 9px;font-size:11px;font-weight:800;line-height:1.2}.features-section-heading__title{color:var(--features-text);font-size:clamp(24px, 2.7vw, var(--features-section-title-size));letter-spacing:-.7px;margin:0;font-weight:800;line-height:1.16}.features-section-heading__description{color:var(--features-muted);margin:11px 0 0;font-size:14px;line-height:1.6}.features-categories{padding:var(--features-section-space) 0;background:var(--site-white-background)}.features-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.features-category-card{border:1px solid var(--features-border);border-radius:var(--features-card-radius);background:#fafafd;min-width:0;padding:22px 19px;transition:border-color .18s,box-shadow .18s,transform .18s}.features-category-card:hover{box-shadow:var(--features-hover-shadow);border-color:#cfcfd6;transform:translateY(-4px)}.features-category-card__icon{border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:16px;display:grid}.features-category-card__icon--red{color:#d92e29;background:#ffeded}.features-category-card__icon--yellow{color:#9b6800;background:#fff3c9}.features-category-card__icon--purple{color:#7447bd;background:#f0e8ff}.features-category-card__icon--blue{color:#336cae;background:#e8f2ff}.features-category-card__title{color:var(--features-text);font-size:var(--features-card-title-size);margin:0 0 7px;font-weight:800;line-height:1.3}.features-category-card__description{min-height:84px;color:var(--features-muted);margin:0;font-size:12.5px;line-height:1.58}.features-category-card__tools{border-top:1px solid var(--features-border);gap:7px;margin:17px 0 0;padding:15px 0 0;list-style:none;display:grid}.features-category-card__tools li{color:#4f4f58;padding-left:15px;font-size:11.5px;font-weight:600;line-height:1.4;position:relative}.features-category-card__tools li:before{background:var(--features-primary);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:1px}.features-efficiency{padding:var(--features-section-space) 0;background:var(--site-page-background)}.features-efficiency__layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:68px;display:grid}.features-efficiency__visual{isolation:isolate;min-width:0;min-height:370px;position:relative}.features-efficiency__shape{z-index:-1;background:linear-gradient(145deg,#e5322d,#ff746b);border-radius:50%;width:112px;height:112px;position:absolute;top:25px;left:13%;box-shadow:0 18px 38px #e5322d2e}.features-efficiency__speed-lines{gap:9px;width:112px;display:grid;position:absolute;top:55%;left:0}.features-efficiency__speed-lines span{background:#46c987;border-radius:999px;height:10px}.features-efficiency__speed-lines span:first-child{width:56%;margin-left:auto}.features-efficiency__speed-lines span:nth-child(2){background:#20a764;width:100%}.features-efficiency__speed-lines span:nth-child(3){width:47%}.features-efficiency__window{z-index:1;background:var(--features-surface);border:1px solid var(--features-border);border-radius:18px;width:min(75%,335px);min-height:275px;padding:48px 27px 24px;position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);box-shadow:0 26px 62px #18181e1f}.features-efficiency__window-bar{background:linear-gradient(90deg,#ffb2ab,#ffd0cb);border-radius:17px 17px 0 0;align-items:center;gap:6px;height:16px;padding:0 13px;display:flex;position:absolute;top:0;left:0;right:0}.features-efficiency__window-bar span{background:#75262273;border-radius:50%;width:5px;height:5px}.features-efficiency__gauge{background:conic-gradient(#42c982 0 82%, #ecedf1 82% 100%);border-radius:50%;place-items:center;width:148px;height:148px;margin:7px auto 20px;display:grid;position:relative}.features-efficiency__gauge:before{background:var(--features-surface);content:"";border-radius:50%;width:118px;height:118px;position:absolute}.features-efficiency__gauge-value{z-index:1;color:#24aa67;letter-spacing:.8px;font-size:21px;font-weight:900;line-height:1;position:relative}.features-efficiency__window p{color:var(--features-muted);text-align:center;margin:0;font-size:12px;font-weight:700;line-height:1.4}.features-efficiency__floating-icon{z-index:2;color:#fff;border:4px solid var(--site-page-background);border-radius:14px;place-items:center;width:46px;height:46px;display:grid;position:absolute;box-shadow:0 12px 28px #18181e1f}.features-efficiency__floating-icon--one{color:#8b6300;background:#ffd54d;top:56px;right:7%;transform:rotate(-9deg)}.features-efficiency__floating-icon--two{background:#4b80ba;bottom:62px;right:1%;transform:rotate(10deg)}.features-efficiency__floating-icon--three{background:#ef674f;bottom:17px;right:29%;transform:rotate(-10deg)}.features-efficiency__floating-icon--four{background:#9c62bd;top:8px;right:31%;transform:rotate(5deg)}.features-efficiency__content{min-width:0}.features-efficiency__eyebrow{color:var(--features-primary);letter-spacing:1px;margin:0 0 9px;font-size:11px;font-weight:800;line-height:1.2}.features-efficiency__title{color:var(--features-text);letter-spacing:-.8px;margin:0;font-size:clamp(26px,3vw,34px);font-weight:800;line-height:1.15}.features-efficiency__description{max-width:560px;color:var(--features-muted);margin:12px 0 0;font-size:14px;line-height:1.65}.features-efficiency__benefits{gap:19px;margin-top:27px;display:grid}.features-efficiency__benefit{grid-template-columns:39px minmax(0,1fr);align-items:start;gap:13px;display:grid}.features-efficiency__benefit-icon{width:39px;height:39px;color:var(--features-primary);background:var(--features-primary-light);border-radius:11px;place-items:center;display:grid}.features-efficiency__benefit h3{color:var(--features-text);margin:1px 0 5px;font-size:14px;font-weight:800;line-height:1.35}.features-efficiency__benefit p{color:var(--features-muted);margin:0;font-size:12px;line-height:1.6}.features-highlights{padding:var(--features-section-space) 0;background:var(--site-page-background)}.features-highlights__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.features-highlight{background:var(--features-surface);border:1px solid var(--features-border);min-width:0;box-shadow:var(--features-card-shadow);border-radius:14px;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:13px;padding:19px 17px;display:grid}.features-highlight__icon{width:40px;height:40px;color:var(--features-primary);background:var(--features-primary-light);border-radius:11px;place-items:center;display:grid}.features-highlight__title{color:var(--features-text);margin:1px 0 5px;font-size:15px;font-weight:800;line-height:1.3}.features-highlight__description{color:var(--features-muted);margin:0;font-size:11.5px;line-height:1.58}.features-cta{padding:var(--features-section-space) var(--features-page-padding);background:var(--site-white-background)}.features-cta__content{color:#fff;text-align:center;background:radial-gradient(circle at 85% 10%,#ffffff1a,#0000 28%),linear-gradient(135deg,#282830,#19191f);border-radius:20px;width:min(100%,900px);margin:0 auto;padding:47px 35px;box-shadow:0 22px 55px #18181e2b}.features-cta__title{color:#fff;letter-spacing:-.7px;margin:0;font-size:clamp(24px,3vw,30px);font-weight:800;line-height:1.15}.features-cta__description{color:#d2d2d8;max-width:590px;margin:11px auto 22px;font-size:14px;line-height:1.6}.features-cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}@media (max-width:1000px){:root{--features-section-space:54px}.features-hero{min-height:auto;padding-top:32px;padding-bottom:38px}.features-hero__content{width:min(100%,760px)}.features-hero__title{white-space:normal}.features-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.features-category-card__description{min-height:auto}.features-efficiency__layout{gap:34px}.features-efficiency__visual{min-height:335px}.features-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){:root{--features-section-space:44px;--features-page-padding:15px;--features-hero-title-size:30px;--features-section-title-size:23px;--features-card-title-size:16px;--features-button-height:42px}.features-hero{min-height:auto;padding-top:26px;padding-bottom:32px}.features-hero:before,.features-hero:after{width:150px;height:150px}.features-hero__eyebrow{margin-bottom:7px;font-size:10px}.features-hero__title{letter-spacing:-.8px;font-size:27px;line-height:1.12}.features-hero__description{margin-top:11px;font-size:13px;line-height:1.55}.features-hero__actions{flex-direction:column;align-items:stretch;width:min(100%,330px);margin:18px auto 0}.features-button{width:100%;padding:0 15px;font-size:12px}.features-section-heading{margin-bottom:27px}.features-section-heading__eyebrow{margin-bottom:7px;font-size:10px}.features-section-heading__title{font-size:var(--features-section-title-size)}.features-section-heading__description{margin-top:9px;font-size:12.5px}.features-categories__grid,.features-highlights__grid{grid-template-columns:1fr;gap:11px}.features-category-card{border-radius:13px;padding:18px 16px}.features-category-card:hover{transform:none}.features-category-card__icon{border-radius:10px;width:39px;height:39px;margin-bottom:12px}.features-category-card__description{font-size:12px}.features-category-card__tools{margin-top:13px;padding-top:12px}.features-efficiency__layout{grid-template-columns:1fr;gap:27px}.features-efficiency__visual{width:min(100%,430px);min-height:300px;margin:0 auto}.features-efficiency__shape{width:88px;height:88px;top:22px;left:13%}.features-efficiency__speed-lines{width:84px;left:2%}.features-efficiency__window{width:min(72%,280px);min-height:230px;padding:39px 20px 20px;left:53%}.features-efficiency__gauge{width:116px;height:116px;margin-bottom:15px}.features-efficiency__gauge:before{width:92px;height:92px}.features-efficiency__gauge-value{font-size:18px}.features-efficiency__floating-icon{border-width:3px;border-radius:12px;width:40px;height:40px}.features-efficiency__floating-icon--one{top:40px;right:5%}.features-efficiency__floating-icon--two{bottom:48px;right:2%}.features-efficiency__floating-icon--three{bottom:8px;right:26%}.features-efficiency__floating-icon--four{top:2px;right:29%}.features-efficiency__content{text-align:center}.features-efficiency__title{font-size:25px}.features-efficiency__description{margin-left:auto;margin-right:auto;font-size:12.5px}.features-efficiency__benefits{text-align:left;gap:16px;margin-top:23px}.features-efficiency__benefit{grid-template-columns:37px minmax(0,1fr);gap:11px}.features-efficiency__benefit-icon{width:37px;height:37px}.features-highlight{border-radius:13px;padding:16px 14px}.features-cta__content{border-radius:16px;padding:35px 19px}.features-cta__title{font-size:23px}.features-cta__description{margin-top:9px;margin-bottom:18px;font-size:12.5px}.features-cta__actions{flex-direction:column;align-items:stretch;width:min(100%,270px);margin:0 auto}}@media (max-width:380px){.features-hero__title{font-size:25px}.features-efficiency__visual{min-height:280px}.features-efficiency__speed-lines{width:68px}.features-efficiency__floating-icon--one{right:1%}.features-highlight{grid-template-columns:37px minmax(0,1fr);gap:11px;padding-left:13px;padding-right:13px}.features-highlight__icon{width:37px;height:37px}}@media (prefers-reduced-motion:reduce){.features-page *,.features-page :before,.features-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
