.features-container{width:100%;max-width:1180px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:12px}.features-tabs{display:none}@media(min-width:768px){.features-tabs{display:flex;gap:24px;justify-content:center;margin-bottom:16px}.features-tab{flex:1;display:flex;flex-direction:column;gap:8px;background:transparent;border:none;cursor:pointer;padding:0;text-align:left;min-width:0}.features-tab__content{display:flex;align-items:center;gap:10px;justify-content:flex-start}.features-tab__number{font-size:14px;font-weight:var(--font-weight-bold);color:var(--color-gray-light)}.features-tab__name{font-size:16px;font-weight:var(--font-weight-medium);color:var(--color-gray);line-height:1.2}.features-tab__progress{width:100%;height:4px;border-radius:999px;background:#091a2b1a;overflow:hidden;position:relative}.features-tab__progress-fill{display:block;height:100%;border-radius:inherit;background:var(--color-primary-darker);width:0%}.features-tab--active .features-tab__name,.features-tab--active .features-tab__number{color:var(--color-primary-darkest)}.features-tab:focus-visible{outline:2px solid var(--color-primary-darkest);outline-offset:4px;border-radius:8px}}@media(min-width:768px){.features-container{padding:20px;gap:16px}.features-card__header,.features-progress,.features-carousel-wrapper,.features-controls{display:none!important}.features-desktop-content{display:block!important}}.features-card__header{display:flex;align-items:baseline;gap:12px;width:100%;margin-bottom:6px}.features-progress{width:100%;margin-bottom:8px}.features-progress__bar{height:4px;width:100%;background:#091a2b1a;border-radius:999px;overflow:hidden}.features-progress__fill{height:100%;background:var(--color-primary-darker);border-radius:inherit}.features-desktop-content{display:none}.features-desktop-window{width:100%;overflow:hidden;padding:4px}.features-desktop-track{display:flex;width:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);will-change:transform}.features-desktop-card-wrapper{width:100%;flex-shrink:0;padding:0 12px}.features-desktop-card{width:100%;height:550px;display:grid;grid-template-columns:1fr 1fr;position:relative;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%);border-radius:24px;overflow:hidden}.features-desktop-card-wrapper:nth-child(1) .features-desktop-card,.features-card__tile:nth-child(1){background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%)}.features-desktop-card-wrapper:nth-child(2) .features-desktop-card,.features-card__tile:nth-child(2){background:linear-gradient(180deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%)}.features-desktop-card-wrapper:nth-child(3) .features-desktop-card,.features-card__tile:nth-child(3){background:linear-gradient(200deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%)}.features-desktop-card-wrapper:nth-child(4) .features-desktop-card,.features-card__tile:nth-child(4){background:linear-gradient(160deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%)}.features-desktop-card[data-layout=image-left]{grid-template-columns:1fr 1fr}.features-desktop-text{position:relative;z-index:2;padding:48px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;background:transparent}.features-desktop-card[data-layout=image-left] .features-desktop-text{padding-left:12px;padding-right:40px}.features-desktop-text-main{font-size:22px;font-weight:var(--font-weight-bold);font-family:var(--font-family-bold);color:var(--color-white);margin:0;line-height:1.4;max-width:100%}.features-desktop-text-sub{font-size:18px;font-weight:var(--font-weight-regular);font-family:var(--font-family-regular);color:var(--color-white);margin:12px 0 0;line-height:1.5;max-width:100%;opacity:.9}.features-desktop-image{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;background:transparent;padding:24px;overflow:hidden}.features-desktop-image img{max-width:85%;max-height:90%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}.features-carousel-wrapper{width:100%;overflow:hidden;margin-bottom:20px;touch-action:pan-y}.features-carousel{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1);will-change:transform}.features-card__number{font-size:18px;color:var(--color-gray-light);font-weight:var(--font-weight-regular);font-family:var(--font-family-regular);line-height:1}.features-card__name{font-size:18px;font-weight:var(--font-weight-bold);color:var(--color-primary-darkest);font-family:var(--font-family-bold);line-height:1}.features-card__tile{position:relative;border-radius:24px;flex:0 0 100%;width:100%;height:580px;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary-darkest) 100%);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;padding:32px 24px;overflow:hidden}.features-card__feature-wrapper{width:100%;flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;min-height:0;overflow:hidden;background:transparent!important;background-color:transparent!important}.features-card__feature-image{max-width:100%;max-height:100%;width:auto!important;height:auto;pointer-events:none;object-fit:contain;transform-origin:center;opacity:.95;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}.features-card__tile-text{position:relative;z-index:2;font-size:18px;font-weight:var(--font-weight-medium);font-family:var(--font-family-medium);color:var(--color-white);line-height:1.4;text-align:center;margin:0;max-width:95%;flex:0 0 auto;padding:8px 0}.features-card__tile[data-text-position=bottom] .features-card__feature-wrapper{order:0;background:transparent!important;background-color:transparent!important}.features-card__tile[data-text-position=bottom] .features-card__tile-text{order:1}.features-card__tile[data-text-position=top] .features-card__feature-wrapper{order:1;background:transparent!important;background-color:transparent!important}.features-card__tile[data-text-position=top] .features-card__tile-text{order:0}@media(min-width:768px){.features-card__tile{height:550px;border-radius:24px;gap:28px;padding:36px 28px}.features-card__number,.features-card__name{font-size:24px}.features-card__tile-text{font-size:22px;max-width:85%}}@media(min-width:1024px){.features-card__tile{height:550px;gap:32px;padding:40px 32px}.features-card__number,.features-card__name{font-size:28px}.features-card__tile-text{font-size:22px}}@media(min-width:1200px){.features-card__tile{height:550px}.features-card__number,.features-card__name{font-size:34px}.features-card__tile-text{font-size:22px}}
