
/* <inline asset> */
@charset "UTF-8"; 

/* /website_extended_msh/static/src/landing/fivo_landing.scss */
 .fivo-landing{--fivo-orange: #ff6b35; --fivo-orange-2: #ff8c42; --fivo-orange-soft: #fff1e8; --fivo-cream: #faf9fc; --fivo-ink: #000000; --fivo-muted: #6d6d6d; --fivo-line: rgba(23, 23, 23, 0.1); --fivo-white: #ffffff; --fivo-radius: 28px; --fivo-gradient: linear-gradient(90deg, #ff6a37 0%, #ec4a8f 100%); --fivo-ease: cubic-bezier(0.22, 1, 0.36, 1); color: var(--fivo-ink); background: var(--fivo-cream); font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}.visually-hidden{position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;}.fivo-landing *, .fivo-landing *::before, .fivo-landing *::after{box-sizing: border-box;}.fivo-landing a{color: inherit; text-decoration: none;}.fivo-container{width: min(1180px, calc(100% - 48px)); margin: 0 auto;}.fivo-landing.fivo-nav-open{overflow: hidden;}.fivo-header{position: sticky; top: 0; z-index: 40; background: transparent; border-bottom: 1px solid transparent; transition: background 0.35s var(--fivo-ease), border-color 0.35s var(--fivo-ease), box-shadow 0.35s var(--fivo-ease), backdrop-filter 0.35s var(--fivo-ease);}.fivo-header.is-scrolled, .fivo-header.is-nav-open{background: rgba(255, 255, 255, 0.94); border-bottom-color: rgba(23, 18, 15, 0.06); box-shadow: 0 10px 36px rgba(23, 18, 15, 0.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);}.fivo-header__inner{position: relative; min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding-top: 8px;}.fivo-header__brand{grid-column: 1;}.fivo-header__nav{grid-column: 2;}.fivo-header__actions{grid-column: 3;}.fivo-header__toggle{display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); cursor: pointer;}.fivo-header__toggle span{display: block; width: 100%; height: 2px; border-radius: 2px; background: #17120f; transition: transform 0.3s var(--fivo-ease), opacity 0.3s var(--fivo-ease);}.fivo-header.is-nav-open .fivo-header__toggle span:nth-child(1){transform: translateY(7px) rotate(45deg);}.fivo-header.is-nav-open .fivo-header__toggle span:nth-child(2){opacity: 0;}.fivo-header.is-nav-open .fivo-header__toggle span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}.fivo-header__brand img{display: block; width: 96px; max-width: 28vw; height: auto;}.fivo-header__nav{display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; min-height: 60px; padding: 0 16px; border-radius: 77px;}.fivo-header__nav-link{padding: 0; border-radius: 0; color: #565758; font-size: 16px; font-weight: 600; line-height: 20px; transition: color 0.25s ease;}.fivo-header__nav-link:hover{color: var(--fivo-orange);}.fivo-header__nav-link.is-active{padding: 8px 16px; border-radius: 100px; background: rgba(230, 230, 250, 0.57); border: 1px solid rgba(0, 0, 0, 0.04); color: #000000; font-size: 14px; font-weight: 700; line-height: 18px;}.fivo-header__actions{display: flex; align-items: center; gap: 12px;}.fivo-header__lang-link{display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 5px; background: #ffffff; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); color: #000000; font-size: 12px; font-weight: 600; line-height: 15px;}.fivo-header__lang-link:hover{background: #ffffff;}.fivo-btn--download{display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: auto; min-width: 179px; height: 48px; padding: 0 18px; border-radius: 100px; color: #ffffff; background: linear-gradient(90deg, #ff6b35 0%, #ff5e7a 100%); font-size: 14px; font-weight: 700; line-height: 18px; text-transform: uppercase; letter-spacing: 0.04em; box-shadow: 0 8px 22px rgba(255, 94, 122, 0.22); transition: transform 0.25s var(--fivo-ease), box-shadow 0.25s ease;}.fivo-btn--download::after{content: none; display: none;}.fivo-btn__label{color: #ffffff; white-space: nowrap;}.fivo-btn__download-icon{display: block; width: 18px; height: auto; flex-shrink: 0;}.fivo-btn--download:hover{transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255, 94, 122, 0.32);}.fivo-btn--download-lg{min-width: 200px; height: 52px; margin-top: 28px; padding: 0 22px; font-size: 15px; gap: 12px;}.fivo-btn--download-lg .fivo-btn__download-icon{width: 20px;}.fivo-download-cta{display: inline-flex; align-items: center; gap: 0; margin-top: 28px;}.fivo-download-cta__pill{display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 36px; border-radius: 100px; color: #ffffff !important; background: linear-gradient(90deg, #ff6f48 0%, #ff4e91 100%); box-shadow: 0 12px 32px rgba(255, 78, 145, 0.3); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 16px; font-weight: 600; white-space: nowrap; transition: transform 0.25s ease, box-shadow 0.25s ease;}.fivo-download-cta__pill:hover{transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255, 78, 145, 0.36);}.fivo-download-cta__circle{display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; color: #ffffff !important; background: linear-gradient(135deg, #ff6f48, #ff4e91); box-shadow: 0 8px 22px rgba(255, 78, 145, 0.3); transition: transform 0.25s ease, box-shadow 0.25s ease;}.fivo-download-cta__circle:hover{transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255, 78, 145, 0.36);}.fivo-download-cta__circle svg{display: block;}.fivo-download-cta--header{margin-top: 0;}.fivo-download-cta--header .fivo-download-cta__pill{height: 44px; padding: 0 24px; font-size: 14px; box-shadow: 0 8px 20px rgba(255, 78, 145, 0.22);}.fivo-download-cta--header .fivo-download-cta__circle{width: 44px; height: 44px; box-shadow: 0 6px 16px rgba(255, 78, 145, 0.22);}.fivo-download-cta--header .fivo-download-cta__circle svg{width: 16px; height: 16px;}.fivo-hero-slider--v2{position: relative; overflow: hidden; min-height: 840px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 12.5%, #e6e6fa 88.94%); padding-bottom: 56px;}.fivo-hero-slider--v2 .fivo-hero-slider__bg{position: absolute; inset: 0; z-index: 0; background: url("/website_extended_msh/static/src/landing/img/hero-bg-ellipse-1.png") no-repeat -8% -18%/42% auto, url("/website_extended_msh/static/src/landing/img/hero-bg-ellipse-2.png") no-repeat 72% -12%/34% auto, url("/website_extended_msh/static/src/landing/img/hero-bg-ellipse-3.png") no-repeat 48% 72%/36% auto, radial-gradient(circle at 52% 45%, rgba(255, 255, 255, 0.55), transparent 34%), radial-gradient(circle at 78% 12%, rgba(255, 219, 206, 0.35), transparent 28%), transparent; backdrop-filter: blur(27px);}.fivo-hero-slider--v2 .fivo-hero-slider__orange, .fivo-hero-slider--v2 .fivo-hero-slider__side, .fivo-hero-slider--v2 .fivo-hero-slider__controls{display: none;}.fivo-hero-slider--v2 .fivo-hero-slider__viewport{position: relative; z-index: 1; min-height: 720px;}.fivo-hero-slider--v2 .fivo-slide__grid{grid-template-columns: minmax(280px, 420px) minmax(560px, 1fr); align-items: start; gap: 0; min-height: 720px; padding: 56px 0 112px; width: min(1280px, calc(100% - 40px));}.fivo-slide__content{padding-top: 48px;}.fivo-hero-badge{margin: 0 0 29px;}.fivo-hero-badge span{display: inline-flex; align-items: center; justify-content: center; gap: 4px; min-height: 28px; padding: 4px 12px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: rgba(23, 18, 15, 0.62); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase; filter: drop-shadow(0 1px 3px #fdceba);}.fivo-hero-badge span::before{content: "+"; color: rgba(23, 18, 15, 0.62); font-size: 12px; font-weight: 700;}.fivo-hero-slider--v2 .fivo-slide h1{max-width: 435px; margin: 0; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 60px; font-weight: 700; line-height: 60px; letter-spacing: -0.04em; color: #000000;}.fivo-hero-accent{color: #ff6b35;}.fivo-slide__visual{position: relative; align-self: stretch; min-height: 680px; margin-right: -48px; overflow: visible;}.fivo-hero-visual{position: absolute; inset: 0; width: 100%; max-width: none; min-height: 680px; overflow: visible;}.fivo-hero-visual__path{position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: visible;}.fivo-hero-connector{fill: none; stroke: #ff9a6a; stroke-width: 2.5; stroke-dasharray: 8 11; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke;}.fivo-hero-card{position: absolute; z-index: 3; display: flex; align-items: flex-start; gap: 12px; width: 214px; min-height: 78px; padding: 12px 14px; border-radius: 12px; background: #ffffff; box-shadow: 0 2px 22px rgba(0, 0, 0, 0.15);}.fivo-hero-card__icon{display: inline-grid; place-items: center; width: 40px; height: 38px; border-radius: 6px; color: #ff6b2c; background: rgba(255, 190, 166, 0.37); flex-shrink: 0;}.fivo-hero-card__icon img{display: block; width: 22px; height: auto;}.fivo-hero-card strong{display: block; margin-bottom: 4px; font-size: 13px; font-weight: 700; line-height: 16px; color: #000000;}.fivo-hero-card p{margin: 0; color: #6d6d6d; font-size: 12px; font-weight: 500; line-height: 15px;}.fivo-hero-card--store{top: 0; left: 0; box-shadow: 0 2px 22px rgba(0, 0, 0, 0.15);}.fivo-hero-card--grow{top: 11.63%; left: 58.4%; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.23);}.fivo-hero-card--reach{top: 77.52%; left: 74.12%; box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);}.fivo-hero-phone{position: absolute; right: -10%; bottom: -20%; left: auto; top: auto; z-index: 2; width: 128%; margin: 0; pointer-events: none;}.fivo-hero-phone__img{display: block; width: 100%; height: auto; object-fit: contain; object-position: 100% 100%; filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.16));}.fivo-hero-slider__dots{position: absolute; z-index: 2; left: 0; right: 0; bottom: 52px; display: flex; justify-content: center; align-items: center; gap: 7px; margin: 0;}.fivo-hero-slider__dot{width: 8px; height: 8px; padding: 0; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 50%; background: rgba(255, 147, 39, 0.38); cursor: pointer; transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;}.fivo-hero-slider__dot.is-active{width: 81px; border-radius: 20px; border: 0; background: #ff8c42;}.fivo-hero-ticker{position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; overflow: hidden; background: #fff5ef; border-top: 1px solid #ffe6d8;}.fivo-hero-ticker__track{display: flex; gap: 48px; width: max-content; padding: 12px 0; animation: fivo-hero-ticker 28s linear infinite;}.fivo-hero-ticker__track span{color: #ff6b35; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap;}.fivo-hero-ticker__track span::after{content: "•"; margin-left: 48px;}@keyframes fivo-hero-ticker{from{transform: translateX(0);}to{transform: translateX(-50%);}}.fivo-header__main{min-width: 0;}.fivo-hero-slider{position: relative; overflow: hidden; min-height: 720px; background: var(--fivo-cream);}.fivo-hero-slider__bg{position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 10% 90%, rgba(255, 107, 53, 0.1), transparent 22%), linear-gradient(90deg, rgba(250, 247, 242, 0.95) 0%, rgba(250, 247, 242, 0.78) 52%, rgba(250, 247, 242, 0.2) 100%), url("/website_extended_msh/static/src/landing/img/hero-slider-bg-1-3.jpg") center/cover no-repeat; opacity: 0.65;}.fivo-hero-slider__orange{position: absolute; top: 0; right: 0; bottom: 0; width: 40%; z-index: 1; background: linear-gradient(165deg, #ff7a40 0%, #ff6b35 42%, #ff8c42 100%); clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);}.fivo-hero-slider__orange::before{content: ""; position: absolute; left: -70px; bottom: 18%; width: 180px; height: 180px; border-radius: 50%; background: rgba(255, 140, 66, 0.55); filter: blur(2px);}.fivo-hero-slider__orange::after{content: ""; position: absolute; right: -30px; bottom: -50px; width: 260px; height: 260px; border-radius: 58% 42% 55% 45% / 48% 52% 48% 52%; background: linear-gradient(135deg, #ff8c42, #ff6b35); opacity: 0.95;}.fivo-hero-slider__viewport{position: relative; z-index: 2; min-height: 720px;}.fivo-slide{position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(24px); transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;}.fivo-slide.is-active{opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); z-index: 1;}.fivo-slide__grid{display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr); align-items: center; gap: 48px; min-height: 720px; padding: 48px 0 110px;}.fivo-badge{margin: 0 0 18px;}.fivo-badge span{display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; color: var(--fivo-orange); background: var(--fivo-white); box-shadow: 0 10px 30px rgba(255, 107, 53, 0.12); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em;}.fivo-badge span::before{content: ""; width: 34px; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--fivo-orange), var(--fivo-orange-2));}.fivo-slide h1, .fivo-copy h2, .fivo-section-title h2{margin: 0; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-weight: 800; line-height: 1.02; letter-spacing: -0.04em; color: var(--fivo-ink);}.fivo-slide h1{max-width: 700px; font-size: clamp(2.6rem, 5.8vw, 5.4rem);}.fivo-outline{color: transparent; -webkit-text-stroke: 2px var(--fivo-orange); text-shadow: none;}.fivo-lead{max-width: 620px; margin: 24px 0 0; color: var(--fivo-muted); font-size: clamp(1rem, 1.8vw, 1.15rem); line-height: 1.75;}.fivo-actions{display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px;}.fivo-actions--stores{gap: 12px; align-items: center;}.fivo-store-btn{display: inline-flex; transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;}.fivo-store-btn img{display: block; width: auto; height: 48px; max-width: 160px;}.fivo-store-btn:hover, .fivo-store-btn:focus-visible{transform: translateY(-4px) scale(1.03); filter: brightness(1.06);}.fivo-btn{display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;}.fivo-btn::after{content: "↗"; display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; font-size: 0.9rem; transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);}.fivo-btn:hover::after{transform: translate(2px, -2px) rotate(12deg);}.fivo-btn:hover, .fivo-btn:focus-visible{transform: translateY(-4px) scale(1.02);}.fivo-btn--white{color: var(--fivo-ink); background: var(--fivo-white); box-shadow: 0 14px 34px rgba(23, 23, 23, 0.08);}.fivo-btn--white::after{color: var(--fivo-white); background: var(--fivo-orange);}.fivo-btn--orange{color: var(--fivo-white); background: linear-gradient(135deg, var(--fivo-orange), var(--fivo-orange-2)); box-shadow: 0 14px 34px rgba(255, 107, 53, 0.28);}.fivo-btn--orange::after{color: var(--fivo-orange); background: var(--fivo-white);}.fivo-btn--primary{color: var(--fivo-white); background: linear-gradient(135deg, var(--fivo-orange), var(--fivo-orange-2)); box-shadow: 0 14px 34px rgba(255, 107, 53, 0.28);}.fivo-slide__visual{position: relative; z-index: 2; min-height: 520px;}.fivo-slide__frame{position: relative; z-index: 2; padding: 14px; border-radius: 42% 58% 46% 54% / 48% 42% 58% 52%; background: var(--fivo-white); box-shadow: 0 28px 70px rgba(23, 23, 23, 0.14); overflow: hidden;}.fivo-slide__frame img{display: block; width: 100%; height: 500px; object-fit: cover; border-radius: 42% 58% 46% 54% / 48% 42% 58% 52%;}.fivo-hero-slider__controls{position: absolute; right: 40px; bottom: 42px; z-index: 6; display: inline-flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 999px; background: var(--fivo-white); box-shadow: 0 16px 40px rgba(23, 23, 23, 0.12); pointer-events: auto;}.fivo-hero-slider__arrow, .fivo-hero-slider__side{display: inline-grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--fivo-ink); background: #f3f4f6; font-size: 1.5rem; line-height: 1; cursor: pointer;}.fivo-hero-slider__count{min-width: 48px; text-align: center; font-weight: 800; color: var(--fivo-muted);}.fivo-hero-slider__side{position: absolute; left: 0; top: 50%; z-index: 6; transform: translateY(-50%); border-radius: 0 999px 999px 0; width: 34px; height: 68px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 10px 30px rgba(23, 23, 23, 0.08); pointer-events: auto;}.fivo-eyebrow{margin: 0 0 16px; color: var(--fivo-orange); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase;}.fivo-eyebrow--slashes span{color: #2d9f6f; margin-right: 0.35em;}.fivo-eyebrow--pill{display: inline-block; padding: 8px 16px; border-radius: 6px; color: var(--fivo-orange); background: #ecf5f4;}.fivo-eyebrow--light{color: rgba(255, 255, 255, 0.92);}.fivo-section{padding: 100px 0;}.fivo-split, .fivo-app__grid, .fivo-about__grid{display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); align-items: center; gap: 64px;}.fivo-about{background: #ecf5f4;}.fivo-about__image{position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 70px rgba(23, 23, 23, 0.1);}.fivo-about__image img{display: block; width: 100%; min-height: 480px; object-fit: cover;}.fivo-about__image-label{position: absolute; left: 24px; bottom: 24px; margin: 0; padding: 14px 22px; border-radius: 12px; color: var(--fivo-white); background: rgba(27, 34, 60, 0.88); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.25rem; font-weight: 700;}.fivo-about__item{display: flex; gap: 16px; margin: 28px 0 18px; align-items: flex-start;}.fivo-about__item-icon{display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #ecf5f4; font-size: 1.2rem;}.fivo-about__item strong, .fivo-about__item span{display: block;}.fivo-about__item span{margin-top: 6px; color: var(--fivo-muted);}.fivo-about__list{margin: 0 0 28px; padding: 0; list-style: none;}.fivo-about__list li{position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--fivo-muted); font-weight: 600;}.fivo-about__list li::before{content: "✓"; position: absolute; left: 0; color: var(--fivo-orange); font-weight: 900;}.fivo-about__actions{display: flex; flex-wrap: wrap; align-items: center; gap: 24px;}.fivo-active-users{display: flex; align-items: center; gap: 14px;}.fivo-active-users__avatars{display: flex;}.fivo-active-users__avatars img{width: 42px; height: 42px; margin-left: -10px; border: 2px solid var(--fivo-white); border-radius: 50%; object-fit: cover;}.fivo-active-users__avatars img:first-child{margin-left: 0;}.fivo-active-users strong, .fivo-active-users span{display: block; line-height: 1.2;}.fivo-active-users strong{font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.35rem; color: var(--fivo-orange);}.fivo-active-users span{color: var(--fivo-muted); font-size: 0.9rem;}.fivo-highlights{padding-top: 0; background: var(--fivo-white);}.fivo-highlights__grid{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px;}.fivo-highlight-card{position: relative; min-height: 320px; padding: 36px; border-radius: 24px; overflow: hidden; background-size: cover; background-position: center;}.fivo-highlight-card::before{content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27, 34, 60, 0.88), rgba(27, 34, 60, 0.55));}.fivo-highlight-card__content{position: relative; z-index: 1; color: var(--fivo-white);}.fivo-highlight-card__icon{display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 50%; background: var(--fivo-orange); font-size: 1.1rem;}.fivo-highlight-card h3{margin: 0 0 12px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.5rem; font-weight: 800;}.fivo-highlight-card p{margin: 0; line-height: 1.7; color: rgba(255, 255, 255, 0.85);}.fivo-growth{position: relative; overflow: hidden; color: var(--fivo-white);}.fivo-growth__bg{position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255, 107, 53, 0.92), rgba(255, 140, 66, 0.88)), url("/website_extended_msh/static/src/landing/img/finance-growth-bg.jpg") center/cover no-repeat;}.fivo-growth .fivo-container{position: relative; z-index: 1;}.fivo-growth__top{display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); gap: 40px; align-items: end; margin-bottom: 48px;}.fivo-growth__intro h2{margin: 0; color: var(--fivo-white); font-size: clamp(2rem, 3.8vw, 3.5rem);}.fivo-growth__text{margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 1.05rem; line-height: 1.8;}.fivo-growth__grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; overflow: hidden;}.fivo-growth-card{padding: 32px 28px; border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.06); transition: background 0.25s ease;}.fivo-growth-card:nth-child(3n){border-right: 0;}.fivo-growth-card:nth-last-child(-n+3){border-bottom: 0;}.fivo-growth-card:hover{background: rgba(255, 255, 255, 0.12);}.fivo-growth-card__ring{position: relative; display: inline-grid; place-items: center; width: 72px; height: 72px; margin-bottom: 20px; border-radius: 50%; border: 4px solid #f5c835;}.fivo-growth-card__ring::after{content: ""; width: 14px; height: 14px; border-radius: 50%; background: #f5c835;}.fivo-growth-card h3{margin: 0 0 10px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.35rem; font-weight: 800;}.fivo-growth-card p{margin: 0; color: rgba(255, 255, 255, 0.82); line-height: 1.65;}.fivo-growth__bottom{display: flex; align-items: center; gap: 14px; margin-top: 36px; padding: 18px 24px; border-radius: 14px; background: rgba(255, 255, 255, 0.12);}.fivo-growth__bottom p{margin: 0; font-weight: 700; font-size: 1.05rem;}.fivo-process--v2{padding: 72px 0 88px; background: var(--fivo-cream);}.fivo-process-v2__header{text-align: center; margin-bottom: 36px;}.fivo-process-v2__badge{margin: 0 0 20px;}.fivo-process-v2__badge span{display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: rgba(23, 18, 15, 0.62); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-process-v2__header h2{margin: 0 auto; max-width: 720px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.03em; color: var(--fivo-ink);}.fivo-process-v2__tabs{display: flex; justify-content: center; gap: 0; width: fit-content; max-width: 100%; margin: 0 auto 32px; padding: 6px; border-radius: 100px; border: 1px solid rgba(0, 0, 0, 0.06); background: var(--fivo-white); box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);}.fivo-process-v2__tab{display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 22px; border: 0; border-radius: 100px; background: transparent; color: #8a8a8a; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.2; cursor: pointer; transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;}.fivo-process-v2__tab svg{flex-shrink: 0; color: #b0b0b0; transition: color 0.25s ease;}.fivo-process-v2__tab.is-active{color: var(--fivo-orange); background: #ffede4; box-shadow: inset 0 -3px 0 var(--fivo-orange);}.fivo-process-v2__tab.is-active svg{color: var(--fivo-orange);}.fivo-process-v2__panel{display: none; padding: 28px 24px 32px; border-radius: 28px; border: 1px solid rgba(0, 0, 0, 0.06); background: var(--fivo-white); box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05); overflow: hidden;}.fivo-process-v2__panel.is-active{display: block;}.fivo-process-v2__panel-label{display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--fivo-orange); font-size: 15px; font-weight: 700; line-height: 1.2;}.fivo-process-v2__panel-label-icon{display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--fivo-orange); background: #ffede4;}.fivo-process-v2__track{display: flex; align-items: stretch; justify-content: center; gap: 0; width: 100%; margin-bottom: 28px;}.fivo-process--v2 .fivo-process-v2__step{flex: 1 1 0; min-width: 0; max-width: 285px; height: 272px; display: flex; flex-direction: column; align-items: flex-start; padding: 14px 14px 12px; border-radius: 15px; background: rgba(255, 107, 53, 0.12); box-shadow: 0 1px 30px 2px rgba(154, 154, 154, 0.13); text-align: left;}.fivo-process--v2 .fivo-process-v2__step-text{align-self: stretch; width: 100%;}.fivo-process--v2 .fivo-process-v2__step-label{margin: 0 0 4px; color: #b3b3b3; font-size: 10px; font-weight: 500; line-height: 1.2;}.fivo-process--v2 .fivo-process-v2__step h3{margin: 0 0 8px; min-height: 36px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--fivo-ink);}.fivo-process--v2 .fivo-process-v2__step-icon{box-sizing: border-box; display: flex; align-items: center; justify-content: center; align-self: flex-start; flex: 0 0 100px; width: 100px; min-width: 100px; max-width: 100px; height: 100px; margin: 2px 0 6px; padding: 0; border-radius: 10px; color: #ff6b35; background: #ffffff; box-shadow: none;}.fivo-process--v2 .fivo-process-v2__panel-label-icon img{display: block; width: 22px; height: 22px; object-fit: contain;}.fivo-process--v2 .fivo-process-v2__step-icon img, .fivo-process--v2 .fivo-process-v2__step-icon svg{display: block; width: auto; height: auto; max-width: 72px; max-height: 68px; object-fit: contain;}.fivo-process--v2 .fivo-process-v2__tab img{display: block; width: 18px; height: 18px; object-fit: contain;}.fivo-process--v2 .fivo-process-v2__step-tag{display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 26px; margin-top: auto; padding: 5px 14px; border-radius: 100px; background: var(--fivo-white); color: #666666; font-size: 10px; font-weight: 500; line-height: 1.2; box-shadow: none;}.fivo-process-v2__arrow{display: inline-grid; place-items: center; flex: 0 0 24px; align-self: center; width: 24px; height: 24px; margin: 0 4px; border-radius: 50%; color: #ff8c42; background: var(--fivo-white); box-shadow: 0 2px 8px rgba(154, 154, 154, 0.15);}.fivo-process-v2__arrow svg{width: 12px; height: 12px;}.fivo-process-v2__dots{display: flex; justify-content: center; align-items: center; gap: 7px;}.fivo-process-v2__dot{width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 147, 39, 0.35);}.fivo-process-v2__dot.is-active{width: 56px; border-radius: 20px; background: #ff8c42;}@media (max-width: 900px){.fivo-process-v2__panel{overflow: visible;}.fivo-process-v2__track{justify-content: flex-start; flex-wrap: nowrap; gap: 0; margin: 0 -8px 28px; padding: 4px 8px 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;}.fivo-process-v2__track::-webkit-scrollbar{display: none;}.fivo-process--v2 .fivo-process-v2__step{flex: 0 0 248px; max-width: 248px; scroll-snap-align: center;}.fivo-process-v2__arrow{flex: 0 0 24px; scroll-snap-align: none;}}@media (max-width: 700px){.fivo-process--v2{padding: 56px 0 64px;}.fivo-process-v2__tabs{width: 100%;}.fivo-process-v2__tab{flex: 1; justify-content: center; padding: 10px 12px; font-size: 13px;}.fivo-process-v2__panel{padding: 20px 16px 24px; border-radius: 22px;}}.fivo-features--v2{position: relative; overflow: hidden; padding: 72px 0 96px; background: #f9f8fc;}.fivo-features-v2{position: relative; z-index: 1;}.fivo-features-v2__decor{position: absolute; top: 0; right: 0; z-index: 0; width: min(22vw, 820px); pointer-events: none;}.fivo-features-v2__decor img{display: block; width: 100%; height: auto; object-fit: contain; object-position: top right;}.fivo-features-v2__header{position: relative; z-index: 1; text-align: center; margin: 0 auto 40px; max-width: 720px;}.fivo-features-v2__badge{margin: 0 0 22px;}.fivo-features-v2__badge span{display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: rgba(23, 18, 15, 0.62); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-features-v2__header h2{margin: 0 auto; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.5rem, 4.8vw, 3.75rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.04em; color: var(--fivo-ink);}.fivo-features-v2__layout{position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); gap: 40px; align-items: start; margin-top: 72px;}.fivo-features-v2__nav{display: flex; flex-direction: column; gap: 10px;}.fivo-features-v2__nav-item{display: grid; grid-template-columns: 44px 1fr 20px; align-items: center; gap: 14px; width: 100%; min-height: 58px; padding: 8px 16px 8px 12px; border: 1px solid #ececf0; border-radius: 16px; background: var(--fivo-white); box-shadow: none; color: #1a1a1a; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.25; text-align: left; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;}.fivo-features-v2__nav-item.is-active{background: #e8e4ff; border-color: transparent; color: #5b4dc7; box-shadow: 0 4px 18px rgba(107, 92, 230, 0.1);}.fivo-features-v2__nav-icon{display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;}.fivo-features-v2__nav-label{min-width: 0;}.fivo-features-v2__nav-icon--purple{color: #6b5ce6; background: #e8e4ff;}.fivo-features-v2__nav-icon--orange{color: #ff6b35; background: #ffede4;}.fivo-features-v2__nav-icon--green{color: #2f9d62; background: #e8f8ef;}.fivo-features-v2__nav-icon--brown{color: #c47a3d; background: #fbf0e8;}.fivo-features-v2__nav-icon--yellow{color: #d4a017; background: #fff6df;}.fivo-features-v2__nav-icon--red{color: #e85d4c; background: #ffeae7;}.fivo-features-v2__nav-icon--teal{color: #2f9d62; background: #e8f8ef;}.fivo-features-v2__nav-icon--blue{color: #4a7fd4; background: #e8f0ff;}.fivo-features-v2__nav-icon--violet{color: #7b5ce6; background: #f0ebff;}.fivo-features-v2__nav-arrow{color: #b8b8b8; font-size: 18px; font-weight: 400; line-height: 1; text-align: right;}.fivo-features-v2__nav-item.is-active .fivo-features-v2__nav-arrow{color: #8b7ee8;}.fivo-features-v2__preview{position: relative; min-height: 100%;}.fivo-features-v2__panel{display: none; height: 100%; padding: 28px 28px 24px; border-radius: 32px; background: var(--fivo-white); border: 0; box-shadow: 0 10px 40px rgba(23, 18, 15, 0.06);}.fivo-features-v2__panel.is-active{display: flex; flex-direction: column;}.fivo-features-v2__panel-head{display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; padding-bottom: 0;}.fivo-features-v2__panel-icon{display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;}.fivo-features-v2__panel-head h3{margin: 0 0 8px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.15; color: #5b4dc7;}.fivo-features-v2__panel-head p{margin: 0; color: #8a8a8a; font-size: 15px; line-height: 1.45;}.fivo-features-v2__mock{flex: 1 1 auto; border-radius: 20px; background: #f7f8fc; border: 1px solid #eceef5; overflow: hidden;}.fivo-features-v2__mock--generic{padding: 32px 24px;}.fivo-features-v2__mock--generic p{margin: 0; color: #666; font-size: 15px; line-height: 1.6;}.fivo-features-v2__mock-top{display: grid; grid-template-columns: 24px 1fr 24px; align-items: center; padding: 14px 16px 10px; background: #eef2fb; color: #4a6fd4; font-size: 18px;}.fivo-features-v2__mock-top strong{text-align: center; font-size: 16px; font-weight: 700; color: #4a6fd4;}.fivo-features-v2__mock-search{margin: 0 20px 14px; padding: 11px 16px 11px 38px; border: 1px solid #e8e8e8; border-radius: 100px; background: var(--fivo-white); color: #b0b0b0; font-size: 13px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%23b0b0b0' stroke-width='2'/%3E%3Cpath d='M16.5 16.5L21 21' stroke='%23b0b0b0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 14px center;}.fivo-features-v2__mock-chats{list-style: none; margin: 0; padding: 0 8px 12px;}.fivo-features-v2__mock-chats li{display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; padding: 10px 8px; border-radius: 12px;}.fivo-features-v2__mock-chats li.is-active{background: #eef3ff;}.fivo-features-v2__mock-chats li div{min-width: 0;}.fivo-features-v2__mock-chats li strong{display: block; font-size: 13px; font-weight: 700; color: var(--fivo-ink);}.fivo-features-v2__mock-chats li span{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #7a7a7a; font-size: 11px;}.fivo-features-v2__mock-chats li em{font-style: normal; color: #9a9a9a; font-size: 10px;}.fivo-features-v2__mock-chats li b{grid-column: 3; grid-row: 1 / span 2; align-self: start; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 100px; background: #4a6fd4; color: #fff; font-size: 10px; font-weight: 700;}.fivo-features-v2__avatar{display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-size: 14px; font-weight: 700;}.fivo-features-v2__avatar--pink{background: #e85d9a;}.fivo-features-v2__avatar--yellow{background: #e8b339;}.fivo-features-v2__avatar--green{background: #4caf7d;}.fivo-features-v2__mock--verified, .fivo-features-v2__mock--shelves{padding: 18px 16px 16px; background: #f4f5f8;}.fivo-verified-mock__title{margin: 0 0 12px; text-align: center; font-size: 16px; font-weight: 700; color: var(--fivo-ink);}.fivo-verified-mock__summary{display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 14px;}.fivo-verified-mock__ring{position: relative; width: 72px; height: 72px; flex-shrink: 0;}.fivo-verified-mock__ring svg{width: 72px; height: 72px; transform: rotate(-90deg);}.fivo-verified-mock__ring circle{fill: none; stroke: #ececec; stroke-width: 6;}.fivo-verified-mock__ring circle.is-fill{stroke: #ff7a3a; stroke-linecap: round; stroke-dasharray: 96 100;}.fivo-verified-mock__ring strong{position: absolute; inset: 0; display: grid; place-items: center; font-size: 20px; font-weight: 800; color: var(--fivo-ink);}.fivo-verified-mock__stars{color: #f5b400; letter-spacing: 2px; font-size: 16px; line-height: 1;}.fivo-verified-mock__summary p{margin: 6px 0 0; color: #8a8a8a; font-size: 13px;}.fivo-verified-mock__bars{padding: 12px 12px 8px; border: 1px dashed #d7d7d7; border-radius: 8px; background: #fff;}.fivo-verified-mock__bar{display: grid; grid-template-columns: 48px 1fr 36px; gap: 8px; align-items: center; margin-bottom: 8px; font-size: 12px; color: #555;}.fivo-verified-mock__bar i{display: block; height: 8px; border-radius: 4px; background: #ececec; position: relative; overflow: hidden;}.fivo-verified-mock__bar i::after{content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: #111; border-radius: 4px;}.fivo-verified-mock__bar em{font-style: normal; text-align: right; color: #111; font-weight: 600;}.fivo-verified-mock__reviews{margin-top: 16px;}.fivo-verified-mock__reviews-head{display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; color: #4a4a4a;}.fivo-verified-mock__reviews-head strong{font-size: 15px; color: var(--fivo-ink);}.fivo-verified-mock__chips{display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;}.fivo-verified-mock__chips span{padding: 7px 12px; border: 1px solid #e2e2e2; border-radius: 8px; background: #fff; color: #666; font-size: 12px;}.fivo-verified-mock__chips span.is-active{background: #ececec; border-color: #ececec; color: #222; font-weight: 600;}.fivo-verified-mock__review .fivo-verified-mock__stars{font-size: 13px; margin-bottom: 4px;}.fivo-verified-mock__review p{margin: 0 0 4px; font-size: 14px; color: var(--fivo-ink);}.fivo-verified-mock__review time{color: #9a9a9a; font-size: 12px;}.fivo-shelves-mock__tabs{display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 14px; overflow: hidden; border: 1px solid #ececec; border-radius: 8px; background: #fff;}.fivo-shelves-mock__tabs span{padding: 10px 8px; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: #9a9a9a;}.fivo-shelves-mock__tabs span.is-active{color: #fff; background: linear-gradient(90deg, #ff6b4a 0%, #f24e81 100%);}.fivo-shelves-mock__list{list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 10px;}.fivo-shelves-mock__list li{display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid #ececec; border-radius: 10px; background: #fff;}.fivo-shelves-mock__icon{display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: #eef1f6; color: #1f2430;}.fivo-shelves-mock__list li > div strong{display: block; font-size: 14px; color: var(--fivo-ink);}.fivo-shelves-mock__list li > div span{display: block; font-size: 12px; color: #8a8a8a;}.fivo-shelves-mock__actions{display: flex; gap: 8px; color: #3a4150;}.fivo-shelves-mock__add{width: 100%; padding: 12px 16px; border: 0; border-radius: 8px; background: linear-gradient(90deg, #ff6b4a 0%, #f24e81 100%); color: #fff; font-size: 14px; font-weight: 700; cursor: default;}.fivo-features-v2__mock--listings{padding: 14px; background: #f4f5f8;}.fivo-listings-mock__banner{margin: 0 0 12px; padding: 10px 12px; border-radius: 8px; background: #ece6ff; color: #5b4dc7; font-size: 12px; line-height: 1.45;}.fivo-listings-mock__tabs{display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px;}.fivo-listings-mock__tabs span{font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #9a9a9a;}.fivo-listings-mock__tabs span.is-active{padding: 8px 16px; border-radius: 999px; color: #fff; background: linear-gradient(90deg, #ff4d4d 0%, #f24e81 100%);}.fivo-listings-mock__form{padding: 14px; border-radius: 12px; background: #fff;}.fivo-listings-mock__label, .fivo-listings-mock__form label{display: block; margin-bottom: 8px; font-size: 12px; font-weight: 600; color: #333;}.fivo-listings-mock__form label i, .fivo-listings-mock__label i, .fivo-listings-mock__cat-head i{color: #e24b4b; font-style: normal;}.fivo-listings-mock__form input{width: 100%; margin-top: 6px; margin-bottom: 12px; padding: 10px 12px; border: 1px solid #e6e6e6; border-radius: 8px; background: #fafafa; color: #888; font-size: 13px;}.fivo-listings-mock__types{display: flex; gap: 8px; margin: 0 0 14px;}.fivo-listings-mock__types span{flex: 1; padding: 8px 6px; border: 1px solid #e6e6e6; border-radius: 8px; text-align: center; font-size: 12px; color: #666; background: #fff;}.fivo-listings-mock__types span.is-active{border-color: #7aa3ff; color: #4a7fd4; background: #f4f8ff;}.fivo-listings-mock__cat-head{display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; font-size: 12px; font-weight: 600;}.fivo-listings-mock__cat-head a{color: #5b4dc7; font-weight: 600; text-decoration: none;}.fivo-listings-mock__select{padding: 10px 12px; border: 1px solid #e6e6e6; border-radius: 8px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center; color: #9a9a9a; font-size: 13px;}.fivo-features-v2__mock--shot{background: #f4f5f8;}.fivo-features-v2__mock--shot img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top;}@media (max-width: 1100px){.fivo-features-v2__layout{grid-template-columns: 1fr; gap: 24px; margin-top: 40px;}.fivo-features-v2__preview{min-height: 0;}.fivo-features-v2__panel.is-active{min-height: 480px;}}@media (max-width: 700px){.fivo-features--v2{padding: 48px 0 64px;}.fivo-features-v2__decor{top: 0; right: 0; width: min(78vw, 380px); opacity: 0.95;}.fivo-features-v2__header{margin-bottom: 28px;}.fivo-features-v2__nav-item{min-height: 52px; font-size: 14px; grid-template-columns: 40px 1fr 18px;}.fivo-features-v2__nav-icon{width: 40px; height: 40px;}.fivo-features-v2__panel{padding: 20px 16px; border-radius: 20px;}}.fivo-app-experience--v2{padding: 80px 0 64px; background: #fef5f1; overflow: visible;}.fivo-app-experience-v2__intro{position: relative; z-index: 2; margin-bottom: 36px;}.fivo-app-experience-v2__header{max-width: 520px;}.fivo-app-experience-v2__badge{margin: 0 0 22px;}.fivo-app-experience-v2__badge span{display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: rgba(23, 18, 15, 0.62); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-app-experience-v2__header h2{margin: 0 0 20px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.75rem, 5.2vw, 4rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.04em; color: var(--fivo-ink);}.fivo-app-experience-v2__header h2 span{color: #f07e54;}.fivo-app-experience-v2__header p{margin: 0; max-width: 480px; color: #666666; font-size: clamp(0.95rem, 1.5vw, 1.05rem); line-height: 1.7;}.fivo-app-experience-v2__slider{position: relative; width: 100%; padding: 8px 0 24px;}.fivo-app-experience-v2__viewport{overflow: hidden; width: 100%; padding: 56px 0 80px;}.fivo-app-experience-v2__track{display: flex; align-items: flex-end; width: max-content; will-change: transform;}.fivo-app-experience-v2__set{display: flex; align-items: flex-end; gap: clamp(24px, 2.8vw, 40px); padding-right: clamp(24px, 2.8vw, 40px);}.fivo-app-experience-v2__track.is-marquee{animation: fivo-app-marquee 42s linear infinite;}.fivo-app-experience-v2__slider:hover .fivo-app-experience-v2__track.is-marquee{animation-play-state: paused;}@keyframes fivo-app-marquee{from{transform: translateX(0);}to{transform: translateX(-50%);}}.fivo-app-experience-v2__phone{position: relative; flex: 0 0 auto; width: clamp(240px, 22vw, 320px); margin: 0; padding: 10px; overflow: hidden; border-radius: 36px; background: #ffffff; box-shadow: 0 24px 56px rgba(23, 18, 15, 0.1), 0 8px 24px rgba(23, 18, 15, 0.05); transition: box-shadow 0.65s var(--fivo-ease), opacity 0.65s var(--fivo-ease);}.fivo-app-experience-v2__phone img{display: block; width: 100%; height: clamp(460px, 42vw, 620px); object-fit: contain; object-position: top center; background: #ffffff; border-radius: 28px;}.fivo-app-experience-v2__phone:nth-child(odd){transform: translateY(36px);}.fivo-app-experience-v2__phone:nth-child(even){transform: translateY(-28px);}.fivo-app-experience-v2__phone.is-active{box-shadow: 0 32px 72px rgba(23, 18, 15, 0.14), 0 12px 32px rgba(23, 18, 15, 0.08);}@media (max-width: 1100px){.fivo-app-experience-v2__phone{width: 260px;}.fivo-app-experience-v2__phone img{height: 500px;}.fivo-app-experience-v2__phone:nth-child(odd){transform: translateY(28px);}.fivo-app-experience-v2__phone:nth-child(even){transform: translateY(-20px);}}@media (max-width: 700px){.fivo-app-experience--v2{padding: 48px 0 0;}.fivo-app-experience-v2__intro{margin-bottom: 24px;}.fivo-app-experience-v2__viewport{padding: 24px 0 40px;}.fivo-app-experience-v2__set{gap: 18px; padding-right: 18px;}.fivo-app-experience-v2__phone{width: 230px; padding: 8px; border-radius: 28px;}.fivo-app-experience-v2__phone img{height: 440px; border-radius: 22px;}.fivo-app-experience-v2__phone:nth-child(odd), .fivo-app-experience-v2__phone:nth-child(even){transform: none;}}.fivo-growth-path--v2{position: relative; overflow: hidden; padding: 88px 0 40px; background: #ffffff;}.fivo-growth-path__ellipse{position: absolute; top: 96px; right: -160px; z-index: 0; width: min(46vw, 520px); height: min(46vw, 520px); border-radius: 50%; background: #ffd9c8; pointer-events: none;}.fivo-growth-path__inner{position: relative; z-index: 1;}.fivo-growth-path__header{max-width: 640px; margin-bottom: 8px;}.fivo-growth-path__badge{margin: 0 0 22px;}.fivo-growth-path__badge span{display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: rgba(23, 18, 15, 0.62); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-growth-path__header h2{margin: 0; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.5rem, 5vw, 3.75rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.04em; color: #111111;}.fivo-growth-path__header h2 span{color: #ff6b35;}.fivo-growth-path__stage{position: relative; width: 100%; aspect-ratio: 1440 / 480; margin-top: 8px; container-type: size;}.fivo-growth-path__wave{position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; overflow: visible;}.fivo-growth-path__num{position: absolute; z-index: 1; margin: 0; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(4rem, 7.8vw, 7rem); font-size: clamp(4rem, 23.333cqh, 7rem); font-weight: 700; line-height: 0.72; letter-spacing: -0.06em; color: rgba(17, 17, 17, 0.08); user-select: none; pointer-events: none;}.fivo-growth-path__num--1{left: 15.833%; top: 79.375%;}.fivo-growth-path__num--2{left: 46.389%; top: 41.875%;}.fivo-growth-path__num--3{left: 76.25%; top: 22.292%;}.fivo-growth-path__copy{position: absolute; z-index: 3; width: 16.667%; min-width: 210px; max-width: 250px; padding: 0;}.fivo-growth-path__copy h3{margin: 0 0 10px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.35rem; font-weight: 700; line-height: 1.2; color: #111111;}.fivo-growth-path__copy p{margin: 0; color: #6d6d6d; font-size: 0.92rem; font-weight: 500; line-height: 1.55;}.fivo-growth-path__copy--1{left: 15.833%; top: 89.583%;}.fivo-growth-path__copy--2{left: 46.389%; top: 52.083%;}.fivo-growth-path__copy--3{left: 76.25%; top: 32.5%;}@media (max-width: 1100px){.fivo-growth-path__ellipse{right: -180px;}}@media (max-width: 980px){.fivo-growth-path--v2{padding: 72px 0 88px;}.fivo-growth-path__header{margin-bottom: 32px;}.fivo-growth-path__stage{aspect-ratio: auto; min-height: 0; display: flex; flex-direction: column; gap: 36px; margin-top: 0;}.fivo-growth-path__wave, .fivo-growth-path__ellipse, .fivo-growth-path__num{display: none;}.fivo-growth-path__copy{position: relative; left: auto !important; top: auto !important; width: 100%; max-width: 420px;}}.fivo-testimonials--v2{position: relative; overflow: hidden; padding: 72px 0 88px; background: #fde7dc;}.fivo-testimonials-v2__top-wave{position: absolute; top: 0; left: 0; right: 0; height: 56px; background: #ffffff; border-radius: 0 0 50% 50% / 0 0 100% 100%; transform: scaleX(1.08); pointer-events: none;}.fivo-testimonials-v2__slider{position: relative; padding: 12px 0 56px;}.fivo-testimonials-v2__viewport{overflow: hidden; width: 100%;}.fivo-testimonials-v2__track{display: flex; align-items: center; gap: 24px; width: max-content; transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1); will-change: transform;}.fivo-testimonials-v2__card{display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.72fr); align-items: stretch; flex: 0 0 min(920px, 84vw); width: min(920px, 84vw); min-height: 340px; border-radius: 28px; background: #ffffff; box-shadow: 0 24px 60px rgba(23, 18, 15, 0.08); overflow: hidden; opacity: 0.45; transform: scale(0.94); transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);}.fivo-testimonials-v2__card.is-active{opacity: 1; transform: scale(1);}.fivo-testimonials-v2__card-body{display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 36px 28px 32px 36px;}.fivo-testimonials-v2__quote{display: block; margin-bottom: 4px; color: #ff6b35; font-family: Georgia, "Times New Roman", serif; font-size: 3.4rem; font-weight: 700; line-height: 0.8;}.fivo-testimonials-v2__card blockquote{margin: 0; padding: 0; border: 0;}.fivo-testimonials-v2__card blockquote p{margin: 0; color: #555555; font-size: 1rem; font-weight: 500; line-height: 1.75;}.fivo-testimonials-v2__author{display: flex; flex-direction: column; gap: 4px;}.fivo-testimonials-v2__author strong{color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.05rem; font-weight: 700;}.fivo-testimonials-v2__author span{color: #666666; font-size: 0.92rem; font-weight: 500;}.fivo-testimonials-v2__card-photo{display: flex; align-items: flex-end; justify-content: center; margin: 0; padding: 0; background: #ffffff;}.fivo-testimonials-v2__card-photo img{display: block; width: 100%; max-width: 320px; height: 100%; max-height: 340px; object-fit: contain; object-position: bottom center;}.fivo-testimonials-v2__arrow{position: absolute; top: 50%; z-index: 3; display: grid; place-items: center; width: 52px; height: 52px; border: 0; border-radius: 50%; color: #ffffff; background: #ff6b35; box-shadow: 0 12px 28px rgba(255, 107, 53, 0.28); transform: translateY(-50%); cursor: pointer; transition: transform 0.2s ease, background 0.2s ease;}.fivo-testimonials-v2__arrow:hover{transform: translateY(-50%) scale(1.04); background: #ff8255;}.fivo-testimonials-v2__arrow--prev{left: max(0px, calc(50% - min(460px, 42vw) - 26px));}.fivo-testimonials-v2__arrow--next{right: max(0px, calc(50% - min(460px, 42vw) - 26px));}.fivo-testimonials-v2__dots{display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 28px;}.fivo-testimonials-v2__dot{width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: #d8c4bc; cursor: pointer; transition: width 0.25s ease, background 0.25s ease;}.fivo-testimonials-v2__dot.is-active{width: 34px; background: #ff6b35;}@media (max-width: 900px){.fivo-testimonials-v2__card{grid-template-columns: 1fr; min-height: 0;}.fivo-testimonials-v2__card-body{padding: 28px 24px 20px;}.fivo-testimonials-v2__card-photo{min-height: 280px; padding: 0 16px 8px;}.fivo-testimonials-v2__arrow--prev{left: 8px;}.fivo-testimonials-v2__arrow--next{right: 8px;}}@media (max-width: 700px){.fivo-testimonials--v2{padding: 56px 0 72px;}.fivo-testimonials-v2__card{flex-basis: calc(100vw - 48px); width: calc(100vw - 48px);}.fivo-testimonials-v2__arrow{width: 44px; height: 44px;}}.fivo-communities{position: relative; overflow: hidden; padding: 96px 0 112px; background: #ffffff;}.fivo-communities__blob{position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(8px);}.fivo-communities__blob--top{top: -120px; left: -160px; width: min(42vw, 480px); height: min(42vw, 480px); background: radial-gradient(circle at 40% 40%, rgba(255, 140, 90, 0.42) 0%, rgba(255, 196, 160, 0.22) 46%, transparent 72%);}.fivo-communities__blob--bottom{bottom: -180px; left: -80px; width: min(36vw, 420px); height: min(36vw, 420px); background: radial-gradient(circle at 50% 50%, rgba(255, 176, 140, 0.28) 0%, transparent 70%);}.fivo-communities .fivo-container{position: relative; z-index: 1;}.fivo-communities__header{max-width: 560px; margin: 0 0 64px;}.fivo-communities__header h2{margin: 0 0 12px; color: #bdbdbd; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.4rem, 4.6vw, 3.6rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.08;}.fivo-communities__header p{margin: 0; color: #8a8a8a; font-size: 1.05rem; font-weight: 500; line-height: 1.6;}.fivo-communities__list{display: flex; flex-direction: column; gap: 56px; max-width: 820px;}.fivo-communities__item{display: flex; align-items: center; gap: 36px; max-width: 640px;}.fivo-communities__item--1{margin-left: 0;}.fivo-communities__item--2{margin-left: 88px;}.fivo-communities__item--3{margin-left: 28px;}.fivo-communities__photo{flex: 0 0 188px; width: 188px; height: 188px; margin: 0; overflow: hidden; border-radius: 50%; background: #f4f4f4;}.fivo-communities__photo img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%;}.fivo-communities__item--1 .fivo-communities__photo img{object-position: 42% 40%;}.fivo-communities__item--2 .fivo-communities__photo img{object-position: center 12%;}.fivo-communities__item--3 .fivo-communities__photo img{object-position: center 20%;}.fivo-communities__copy{min-width: 0; max-width: 340px;}.fivo-communities__copy h3{margin: 0 0 8px; color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(1.7rem, 2.4vw, 2.15rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15;}.fivo-communities__copy p{margin: 0; color: #555555; font-size: 1.02rem; font-weight: 500; line-height: 1.6;}@media (max-width: 800px){.fivo-communities__item--1, .fivo-communities__item--2, .fivo-communities__item--3{margin-left: 0;}.fivo-communities__list{gap: 40px;}}@media (max-width: 640px){.fivo-communities{padding: 72px 0 88px;}.fivo-communities__header{margin-bottom: 40px;}.fivo-communities__item{gap: 20px;}.fivo-communities__photo{flex-basis: 120px; width: 120px; height: 120px;}.fivo-communities__copy h3{font-size: 1.4rem;}}.fivo-process{background: var(--fivo-white);}.fivo-process__head{max-width: 760px; margin-bottom: 56px;}.fivo-process__tag{display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; padding: 8px 22px 8px 10px; border-radius: 4px; color: var(--fivo-orange); background: #ecf5f4; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);}.fivo-process__tag em{font-style: normal; font-weight: 900;}.fivo-process__tag img{width: 34px; height: auto;}.fivo-process__head h2{margin: 0 0 16px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 800; line-height: 1.08; color: var(--fivo-ink);}.fivo-process__head > p:last-child{margin: 0 auto; max-width: 680px; color: var(--fivo-muted); font-size: 1.05rem; line-height: 1.75;}.fivo-process__grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;}.fivo-process__grid--4{grid-template-columns: repeat(4, minmax(0, 1fr));}.fivo-process__group + .fivo-process__group{margin-top: 48px;}.fivo-process__group-title{margin: 0 0 24px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 800; line-height: 1.2; color: var(--fivo-ink);}.fivo-process-card{position: relative; display: flex; flex-direction: column; min-height: 280px; padding: 28px 28px 88px; border-radius: 22px; color: var(--fivo-ink); background: #ecf5f4; overflow: hidden; transition: transform 0.35s var(--fivo-ease), box-shadow 0.35s var(--fivo-ease), background 0.35s ease;}.fivo-process-card::before{content: ""; position: absolute; top: -42px; right: -28px; z-index: 0; width: 140px; height: 140px; border-radius: 50%; background: linear-gradient(135deg, #ff8c42, #ff6b35); opacity: 0; transform: scale(0.55); transition: opacity 0.35s ease, transform 0.35s var(--fivo-ease);}.fivo-process-card::after{content: ""; position: absolute; right: 0; bottom: 0; z-index: 2; width: 72px; height: 72px; background: var(--fivo-white); border-top-left-radius: 100%; transition: background 0.35s ease;}.fivo-process-card > *{position: relative; z-index: 1;}.fivo-process-card:hover{transform: translateY(-6px); background: #1a2b4f; box-shadow: 0 22px 48px rgba(26, 43, 79, 0.24);}.fivo-process-card:hover::before{opacity: 1; transform: scale(1);}.fivo-process-card__label{display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--fivo-muted); font-size: 0.95rem; font-weight: 600; transition: color 0.35s ease;}.fivo-process-card__diamond{display: inline-block; flex-shrink: 0; width: 8px; height: 8px; background: var(--fivo-ink); transform: rotate(45deg); transition: background 0.35s ease;}.fivo-process-card:hover .fivo-process-card__label{color: var(--fivo-orange);}.fivo-process-card:hover .fivo-process-card__diamond{background: var(--fivo-orange);}.fivo-process-card h3{margin: 0 0 12px; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1.2; color: var(--fivo-ink); transition: color 0.35s ease;}.fivo-process-card:hover h3{color: var(--fivo-white);}.fivo-process-card > p:not(.fivo-process-card__label){margin: 0; max-width: 92%; color: var(--fivo-muted); line-height: 1.7; font-size: 0.98rem; transition: color 0.35s ease;}.fivo-process-card:hover > p:not(.fivo-process-card__label){color: rgba(255, 255, 255, 0.82);}.fivo-process-card__icon{position: absolute; left: 28px; bottom: 24px; z-index: 1; display: inline-flex; color: #1a2b4f; opacity: 0.85; transition: color 0.35s ease, opacity 0.35s ease;}.fivo-process-card:hover .fivo-process-card__icon{color: rgba(255, 255, 255, 0.5); opacity: 1;}.fivo-process-card__icon svg{display: block;}.fivo-marquee{position: relative; overflow: hidden; padding: 48px 0; background: var(--fivo-white);}.fivo-marquee__band{overflow: hidden; padding: 16px 0; transform: skewY(-4deg);}.fivo-marquee__band--pink{margin-bottom: -8px; color: var(--fivo-ink); background: #efdde3;}.fivo-marquee__band--orange{color: var(--fivo-white); background: linear-gradient(90deg, var(--fivo-orange), var(--fivo-orange-2)); transform: skewY(4deg);}.fivo-marquee__track{display: flex; gap: 40px; width: max-content; animation: fivo-marquee-left 22s linear infinite;}.fivo-marquee__track--reverse{animation-name: fivo-marquee-right;}.fivo-marquee__track span{flex-shrink: 0; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.5rem; font-weight: 800; white-space: nowrap;}.fivo-marquee__band:hover .fivo-marquee__track{animation-play-state: paused;}@keyframes fivo-marquee-left{from{transform: translateX(0);}to{transform: translateX(-50%);}}@keyframes fivo-marquee-right{from{transform: translateX(-50%);}to{transform: translateX(0);}}.fivo-faq{overflow: visible; background: var(--fivo-white); --fivo-faq-primary: #ff8c42; --fivo-faq-navy: #1a2036;}.fivo-faq .fivo-container{overflow: visible;}.fivo-faq__layout{display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: 0;}.fivo-faq .fivo-reveal{opacity: 1 !important; transform: none !important; transition: none !important;}.fivo-faq__media{position: relative; z-index: 1; margin-left: -131px;}.fivo-faq__image{position: relative; width: 100%; max-width: none;}.fivo-faq__image img{display: block; width: 100%; height: auto; min-height: 520px; object-fit: cover; border-radius: 30px;}.fivo-faq__panel{position: relative; z-index: 2; margin-left: -110px; padding: 17px 0 17px 17px; border-radius: 30px; background: var(--fivo-white);}.fivo-faq__panel-inner{position: relative; overflow: visible; padding: 80px 68px 72px; border-radius: 30px; background: var(--fivo-faq-navy);}@media (max-width: 1399px){.fivo-faq__media{margin-left: -100px;}.fivo-faq__panel{margin-left: -60px;}}@media (max-width: 1199px){.fivo-faq__layout{grid-template-columns: 1fr; gap: 28px;}.fivo-faq__media{margin-left: 0;}.fivo-faq__panel{margin-left: 0; padding: 0; background: transparent;}.fivo-faq__panel-inner{padding: 48px 32px;}}.fivo-faq__panel-shape{position: absolute; top: 0; right: 0; z-index: 0; max-width: 48%; height: auto; opacity: 0.22; pointer-events: none;}.fivo-faq__header{position: relative; z-index: 1; margin-bottom: 26px;}.fivo-faq__tag{display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; padding: 8px 22px 8px 10px; border-radius: 4px; color: var(--fivo-faq-primary); background: var(--fivo-white); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);}.fivo-faq__tag em{font-style: normal; font-weight: 900;}.fivo-faq__tag span{color: var(--fivo-faq-primary);}.fivo-faq__tag img{width: 34px; height: auto;}.fivo-faq__header h2{margin: 0 0 14px; color: var(--fivo-white); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; line-height: 1.1;}.fivo-faq__intro{margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 1rem; line-height: 1.75;}.fivo-faq-accordion{position: relative; z-index: 3; counter-reset: fivo-faq;}.fivo-faq-item{border-radius: 10px; background: var(--fivo-white); overflow: hidden;}.fivo-faq-item + .fivo-faq-item{margin-top: 30px;}.fivo-faq-item__title{display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 10px 23px 10px 10px; border: 0; border-radius: 10px; color: #131111; background: var(--fivo-white); text-align: left; cursor: pointer; transition: background 0.25s ease, border-radius 0.25s ease;}.fivo-faq-item__num{position: relative; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 50px; height: 50px; border-radius: 10px; background: var(--fivo-faq-primary); transition: background 0.3s ease;}.fivo-faq-item__num::before{content: "0" counter(fivo-faq) "."; counter-increment: fivo-faq; font-size: 18px; font-weight: 500; color: var(--fivo-white); line-height: 1;}.fivo-faq-item__num::after{content: ""; position: absolute; top: 50%; right: -11px; transform: translateY(-50%); border-style: solid; border-width: 10.5px 0 10.5px 11px; border-color: transparent transparent transparent var(--fivo-faq-primary);}.fivo-faq-item__question{flex: 1; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 18px; font-weight: 600; line-height: 1.5; text-transform: capitalize; color: #131111;}.fivo-faq-item__toggle{position: relative; flex-shrink: 0; width: 15px; height: 15px;}.fivo-faq-item__toggle::before, .fivo-faq-item__toggle::after{content: ""; position: absolute; top: 50%; left: 50%; background: var(--fivo-faq-primary); transform: translate(-50%, -50%); transition: opacity 0.3s ease, background 0.3s ease;}.fivo-faq-item__toggle::before{width: 2px; height: 15px;}.fivo-faq-item__toggle::after{width: 15px; height: 2px;}.fivo-faq-item:not(.is-active) .fivo-faq-item__title{border: 1px solid #e8e8e8;}.fivo-faq-item.is-active .fivo-faq-item__question{color: var(--fivo-white);}.fivo-faq-item.is-active .fivo-faq-item__title{border-radius: 10px 10px 0 0; border-color: transparent; background: var(--fivo-faq-primary);}.fivo-faq-item.is-active .fivo-faq-item__num{background: var(--fivo-white);}.fivo-faq-item.is-active .fivo-faq-item__num::before{color: #131111;}.fivo-faq-item.is-active .fivo-faq-item__num::after{border-color: transparent transparent transparent var(--fivo-faq-primary);}.fivo-faq-item.is-active .fivo-faq-item__toggle::before{opacity: 0;}.fivo-faq-item.is-active .fivo-faq-item__toggle::after{background: #131111;}.fivo-faq-item__body{max-height: 0; overflow: hidden; background: var(--fivo-white); transition: max-height 0.35s ease;}.fivo-faq-item.is-active .fivo-faq-item__body{max-height: 220px;}.fivo-faq-item__answer{display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 15px; align-items: center; padding: 10px 23px 14px 10px;}.fivo-faq-item__answer img{width: 62px; height: 62px; border-radius: 5px; object-fit: cover;}.fivo-faq-item__answer p{margin: 0; color: #333333; line-height: 1.65;}.fivo-faq--v2{position: relative; overflow: hidden; padding: 96px 0 112px; background: #ffffff;}.fivo-faq-v2__blob{position: absolute; z-index: 0; border-radius: 50%; pointer-events: none;}.fivo-faq-v2__blob--tr{top: -90px; right: -140px; width: 340px; height: 340px; background: #e8dff8;}.fivo-faq-v2__blob--bl{bottom: -160px; left: -160px; width: 360px; height: 360px; background: #ebe3f8;}.fivo-faq-v2__dash{position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none;}.fivo-faq-v2__layout{position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr); align-items: start; gap: 56px;}.fivo-faq-v2__intro{position: sticky; top: 108px; max-width: 420px;}.fivo-faq-v2__badge{margin: 0 0 22px;}.fivo-faq-v2__badge span{display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: #ffdbce; color: #ff6b35; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-faq-v2__intro h2{margin: 0 0 18px; color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.4rem, 4.4vw, 3.6rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.08;}.fivo-faq-v2__intro h2 span{color: #ff6b35;}.fivo-faq-v2__intro p{margin: 0; max-width: 360px; color: #7a7a7a; font-size: 1.02rem; font-weight: 500; line-height: 1.7;}.fivo-faq--v2 .fivo-faq-accordion{display: flex; flex-direction: column; gap: 12px; counter-reset: none;}.fivo-faq--v2 .fivo-faq-item{margin: 0; overflow: hidden; border-radius: 18px; background: #fde8dc; box-shadow: none;}.fivo-faq--v2 .fivo-faq-item + .fivo-faq-item{margin-top: 0;}.fivo-faq--v2 .fivo-faq-item.is-active{background: #ece7f8;}.fivo-faq--v2 .fivo-faq-item__title{align-items: flex-start; gap: 16px; padding: 18px 20px; border: 0; border-radius: 18px; background: transparent;}.fivo-faq--v2 .fivo-faq-item:not(.is-active) .fivo-faq-item__title, .fivo-faq--v2 .fivo-faq-item.is-active .fivo-faq-item__title{border: 0; background: transparent;}.fivo-faq--v2 .fivo-faq-item__question{color: #1a1a1a; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.02rem; font-weight: 700; line-height: 1.4; text-transform: none;}.fivo-faq--v2 .fivo-faq-item.is-active .fivo-faq-item__question{color: #1a1a1a;}.fivo-faq--v2 .fivo-faq-item__toggle{width: 18px; height: 18px; margin-top: 4px;}.fivo-faq--v2 .fivo-faq-item__toggle::before, .fivo-faq--v2 .fivo-faq-item__toggle::after{background: #3a3a3a;}.fivo-faq--v2 .fivo-faq-item.is-active .fivo-faq-item__toggle::after{background: #3a3a3a;}.fivo-faq--v2 .fivo-faq-item__body{background: transparent;}.fivo-faq--v2 .fivo-faq-item.is-active .fivo-faq-item__body{max-height: 360px;}.fivo-faq--v2 .fivo-faq-item__answer{display: block; padding: 0 48px 20px 20px;}.fivo-faq--v2 .fivo-faq-item__answer p{color: #5c5c5c; font-size: 0.95rem; font-weight: 500; line-height: 1.7;}@media (max-width: 980px){.fivo-faq-v2__layout{grid-template-columns: 1fr; gap: 36px;}.fivo-faq-v2__intro{position: static; max-width: 560px;}}@media (max-width: 640px){.fivo-faq--v2{padding: 72px 0 88px;}.fivo-faq-v2__blob--tr, .fivo-faq-v2__blob--bl{width: 220px; height: 220px;}}.fivo-download--v2{padding: 88px 0 96px; background: #fdfbfa;}.fivo-download-v2__layout{display: grid; grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr); align-items: center; gap: 48px;}.fivo-download-v2__copy h2{margin: 0 0 18px; max-width: 520px; color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.3rem, 4.4vw, 3.5rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.08;}.fivo-download-v2__copy h2 span{color: #ff6b35;}.fivo-download-v2__copy > p{margin: 0 0 28px; max-width: 440px; color: #7a7a7a; font-size: 1.05rem; font-weight: 500; line-height: 1.7;}.fivo-download-v2__qr{display: block; width: 148px; height: 148px; margin: 0 0 28px; object-fit: contain; background: #ffffff;}.fivo-download-v2__stores p{margin: 0 0 12px; color: #8a8a8a; font-size: 0.95rem; font-weight: 600;}.fivo-download-v2__store-row{display: flex; flex-wrap: wrap; gap: 12px;}.fivo-download-v2__store{display: inline-flex; align-items: center; gap: 10px; min-width: 188px; min-height: 54px; padding: 8px 18px; border-radius: 14px; color: #ffffff; box-shadow: 0 10px 24px rgba(240, 90, 126, 0.22); transition: transform 0.2s ease, box-shadow 0.2s ease;}.fivo-download-v2__store:first-child{background: linear-gradient(90deg, #ff6b35 0%, #ef4f67 100%);}.fivo-download-v2__store:last-child{background: linear-gradient(90deg, #ef5f88 0%, #ef4f67 100%);}.fivo-download-v2__store:hover{transform: translateY(-2px); box-shadow: 0 14px 28px rgba(240, 90, 126, 0.28); color: #ffffff;}.fivo-download-v2__store-icon{flex: 0 0 auto; width: 22px; height: 22px; object-fit: contain;}.fivo-download-v2__store-icon--apple{width: 20px; height: 24px;}.fivo-download-v2__store span{display: flex; flex-direction: column; line-height: 1.15; font-size: 0.95rem; font-weight: 700; color: #ffffff;}.fivo-download-v2__store em{font-style: normal; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.04em; color: #ffffff; opacity: 0.95;}.fivo-download-v2__phones{display: flex; justify-content: center; align-items: center; width: 100%;}.fivo-download-v2__phones-cluster{display: block; width: min(100%, 640px); max-height: 520px; height: auto; margin: 0 auto; object-fit: contain;}@media (max-width: 1100px){.fivo-download-v2__layout{grid-template-columns: 1fr; gap: 36px;}.fivo-download-v2__phones-cluster{width: min(100%, 560px); max-height: 460px;}}@media (max-width: 700px){.fivo-download--v2{padding: 64px 0 72px;}.fivo-download-v2__phones-cluster{width: min(100%, 360px); max-height: 320px;}}.fivo-media-card{position: relative; padding: 18px; border: 1px solid var(--fivo-line); border-radius: var(--fivo-radius); background: var(--fivo-white); box-shadow: 0 24px 70px rgba(23, 23, 23, 0.08);}.fivo-media-card img{display: block; width: 100%; min-height: 420px; object-fit: cover; border-radius: 22px;}.fivo-stat{position: absolute; right: -18px; bottom: 34px; display: grid; min-width: 168px; padding: 22px; border-radius: 24px; color: var(--fivo-white); background: linear-gradient(135deg, var(--fivo-orange), var(--fivo-orange-2)); box-shadow: 0 22px 48px rgba(255, 107, 53, 0.28);}.fivo-stat strong{font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 2.4rem; line-height: 1;}.fivo-section-title{max-width: 760px; margin: 0 auto 48px; text-align: center;}.fivo-copy h2, .fivo-section-title h2{font-size: clamp(2.2rem, 4vw, 4.2rem);}.fivo-copy h2, .fivo-section-title h2{margin: 0;}.fivo-copy > p, .fivo-section-title > p{margin: 22px 0 0; color: var(--fivo-muted); font-size: 1.06rem; line-height: 1.85;}.fivo-check-list{display: grid; gap: 18px; margin: 32px 0;}.fivo-check-list > div{position: relative; padding-left: 52px;}.fivo-check-list > div::before, .fivo-bullets li::before{content: ""; position: absolute; left: 0; top: 3px; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--fivo-orange), var(--fivo-orange-2));}.fivo-check-list > div::after, .fivo-bullets li::after{content: ""; position: absolute; left: 12px; top: 12px; width: 10px; height: 7px; border-left: 2px solid var(--fivo-white); border-bottom: 2px solid var(--fivo-white); transform: rotate(-45deg);}.fivo-check-list strong, .fivo-check-list span{display: block;}.fivo-check-list span{color: var(--fivo-muted);}.fivo-accordion{display: grid; gap: 14px; margin-top: 30px;}.fivo-app{position: relative; background: #ecf5f4;}.fivo-app::before{content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70%; background: var(--fivo-white); border-radius: 80px 80px 0 0;}.fivo-app__grid{position: relative; z-index: 1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px;}.fivo-app__copy{padding-right: 24px;}.fivo-app__text{margin-bottom: 20px;}.fivo-app__inner{margin-bottom: 40px; padding-right: 10px;}.fivo-app__why{margin: 0 0 18px; font-size: 1.375rem; font-weight: 700; line-height: 1.32;}.fivo-app-features{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; margin: 0; padding: 28px 25px; list-style: none; background: var(--fivo-white); border: 1px solid var(--fivo-line);}.fivo-app-features li{position: relative; min-height: 20px; padding-left: 31px; color: #333333; font-weight: 500; line-height: 1.45;}.fivo-app-features li::before{content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: #1a2b4f;}.fivo-app-features li::after{content: ""; position: absolute; left: 6px; top: 8px; width: 8px; height: 5px; border-left: 2px solid var(--fivo-white); border-bottom: 2px solid var(--fivo-white); transform: rotate(-45deg);}.fivo-app__bottom{display: flex; flex-wrap: wrap; align-items: center; gap: 25px 28px;}.fivo-app__stores{display: flex; flex-wrap: wrap; gap: 12px;}.fivo-app__store-btn{display: inline-flex;}.fivo-app__store-btn img{display: block; width: auto; max-width: 160px; height: 48px;}.fivo-app__chat{display: flex; align-items: center; gap: 19px;}.fivo-app__chat-icon{display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; color: var(--fivo-white); background: #1a2b4f;}.fivo-app__chat-content h4{margin: 0 0 3px; font-size: 1.125rem; font-weight: 700; line-height: 1.25;}.fivo-app__chat-content p{margin: 0; color: #333333; font-size: 1rem; font-weight: 500; line-height: 1.25;}.fivo-app__visual{position: relative; text-align: right; min-height: 498px;}.fivo-app__phones{display: inline-block; max-width: 100%;}.fivo-app__phones img{display: block; max-width: 498px; width: 100%; height: auto; border-radius: 50px;}.fivo-app__orbit{position: absolute; top: 50%; left: -50px; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 248px; height: 248px; border-radius: 50%; background: var(--fivo-white); transform: translateY(-50%);}.fivo-app__orbit > img{width: calc(100% - 43px); height: calc(100% - 43px); border-radius: 50%; object-fit: cover;}.fivo-app__orbit-shape{position: absolute; inset: 0; width: calc(100% - 22px); height: calc(100% - 22px); margin: auto; border: 1px solid rgba(26, 43, 79, 0.35); border-radius: 50%; animation: fivo-orbit-spin 6s linear infinite;}.fivo-app__orbit-shape span{position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--fivo-orange);}.fivo-app__orbit-shape span:nth-child(1){left: -4px; bottom: 91px;}.fivo-app__orbit-shape span:nth-child(2){right: 24px; bottom: 31px;}.fivo-app__orbit-shape span:nth-child(3){top: -1px; right: 77px;}@keyframes fivo-orbit-spin{from{transform: rotate(0deg);}to{transform: rotate(359deg);}}.fivo-bullets{display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none;}.fivo-bullets li{position: relative; min-height: 34px; padding-left: 50px; color: var(--fivo-muted); font-weight: 700;}.fivo-back-top{position: fixed; right: 22px; bottom: 72px; z-index: 25; display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--fivo-orange); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;}.fivo-back-top::before{content: ""; width: 3px; height: 72px; border-radius: 999px; background: var(--fivo-ink);}.fivo-back-top span{writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg);}.fivo-back-top.is-shown{opacity: 0.92; visibility: visible; transform: translateY(0);}.fivo-back-top:hover{opacity: 1; transform: translateY(-4px);}.fivo-store-badges{display: flex; flex-wrap: wrap; gap: 14px;}.fivo-store-badges img{display: block; height: 48px; width: auto;}@media (max-width: 700px){.fivo-download-v2__copy h2{font-size: clamp(2rem, 8vw, 2.6rem);}}.fivo-business-cta{padding: 88px 0 72px; background: #ffffff; text-align: center;}.fivo-business-cta__inner{display: flex; flex-direction: column; align-items: center;}.fivo-business-cta__badge{margin: 0 0 24px;}.fivo-business-cta__badge span{display: inline-flex; align-items: center; justify-content: center; gap: 4px; min-height: 28px; padding: 4px 14px; border-radius: 22px; border: 1px solid #f6b9a3; background: rgba(255, 219, 206, 0.72); color: #ff6b35; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; line-height: 20px; text-transform: uppercase;}.fivo-business-cta__badge span::before{content: "+"; font-size: 12px; font-weight: 700;}.fivo-business-cta h2{margin: 0 0 8px; max-width: 760px; color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.04em;}.fivo-business-cta .fivo-download-cta{margin-top: 28px;}.fivo-business-cta__payments{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin: 40px 0 0; padding: 0; list-style: none;}.fivo-business-cta__payments li{display: flex; align-items: center; justify-content: center; width: 96px; height: 48px; padding: 8px 10px; border: 1px solid rgba(23, 23, 23, 0.08); border-radius: 10px; background: #ffffff; box-shadow: 0 4px 14px rgba(23, 23, 23, 0.04);}.fivo-business-cta__payments img{display: block; width: auto; height: auto; max-width: 100%; object-fit: contain; object-position: center;}.fivo-business-cta__payments .is-apple-pay img{width: 58px; height: 24px;}.fivo-business-cta__payments .is-mada{width: 112px;}.fivo-business-cta__payments .is-mada img{width: 88px; height: 32px;}.fivo-business-cta__payments .is-mastercard img{width: 34px; height: 22px;}.fivo-business-cta__payments .is-visa img{width: 46px; height: 14px;}.fivo-business-cta__payments .is-google-pay img{width: 52px; height: 20px;}.fivo-business-cta__payments .is-stripe img{width: 48px; height: 18px;}@media (max-width: 560px){.fivo-business-cta{padding: 72px 0 56px;}.fivo-business-cta__payments{gap: 10px;}.fivo-business-cta__payments li{width: 88px; height: 44px; padding: 6px 8px;}.fivo-business-cta__payments .is-mada{width: 100px;}.fivo-business-cta__payments .is-mada img{width: 80px; height: 28px;}.fivo-business-cta__payments .is-apple-pay img{width: 54px; height: 22px;}}.fivo-footer{position: relative; color: var(--fivo-ink); background: #ffffff;}.fivo-footer--v2{border-top: 1px solid rgba(23, 23, 23, 0.06);}.fivo-footer-v2__grid{display: grid; grid-template-columns: minmax(200px, 1.15fr) minmax(220px, 1fr) minmax(260px, 1.05fr); gap: 48px; padding: 72px 0 56px;}.fivo-footer-v2__logo{display: inline-block; margin-bottom: 22px;}.fivo-footer-v2__logo img{display: block; width: 148px; height: auto;}.fivo-footer-v2__contact{display: block; margin-top: 10px; color: #111111; font-size: 0.98rem; font-weight: 600; line-height: 1.5;}.fivo-footer h3{margin: 0 0 20px; color: #111111; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1.2;}.fivo-footer-v2__links-grid{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 36px;}.fivo-footer-v2__links-col{display: flex; flex-direction: column; gap: 12px;}.fivo-footer-v2__links-col a{display: inline-block; color: #6d6d6d; font-size: 0.98rem; font-weight: 500; line-height: 1.4;}.fivo-footer-v2__links-col a.is-active{color: #111111; font-weight: 700;}.fivo-footer-v2__form{margin: 0;}.fivo-footer-v2__field{display: flex; align-items: center; gap: 8px; width: 100%; min-height: 54px; padding: 5px 5px 5px 18px; border: 1px solid rgba(23, 23, 23, 0.12); border-radius: 999px; background: #ffffff;}.fivo-footer-v2__field input{flex: 1; min-width: 0; padding: 0; border: 0; outline: none; color: #111111; background: transparent; font-family: inherit; font-size: 0.95rem;}.fivo-footer-v2__field input::placeholder{color: #9ca3af;}.fivo-footer-v2__submit{display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; color: #ffffff; background: linear-gradient(135deg, #ff6b35, #ff8c42); box-shadow: 0 8px 18px rgba(255, 107, 53, 0.24); cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease;}.fivo-footer-v2__submit svg{flex-shrink: 0;}.fivo-footer-v2__meta{padding: 22px 0; border-top: 1px solid rgba(23, 23, 23, 0.08);}.fivo-footer-v2__meta-inner{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;}.fivo-footer__social{display: flex; flex-wrap: wrap; gap: 10px; margin: 0;}.fivo-footer__social-link{display: inline-flex !important; align-items: center; justify-content: center; width: 42px; height: 42px; margin-top: 0 !important; border: 1px solid rgba(23, 23, 23, 0.16); border-radius: 50%; color: #171717 !important; background: #ffffff; transition: background 0.3s ease, transform 0.3s var(--fivo-ease), border-color 0.3s ease, color 0.3s ease;}.fivo-footer__social-link::before{content: ""; display: block; width: 18px; height: 18px; background: currentColor; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat;}.fivo-footer__social-link--facebook::before{-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 9.5V7.75C14 6.78 14.78 6 15.75 6H17V3H15.75C13.13 3 11 5.13 11 7.75V9.5H9V12.5H11V21H14V12.5H16.25L17 9.5H14Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 9.5V7.75C14 6.78 14.78 6 15.75 6H17V3H15.75C13.13 3 11 5.13 11 7.75V9.5H9V12.5H11V21H14V12.5H16.25L17 9.5H14Z'/%3E%3C/svg%3E");}.fivo-footer__social-link--x::before{-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.064l-6.754 7.76L22.5 21.75h-6.418l-4.288-5.817-5.804 5.817H2.076l7.202-8.085L1.5 2.25h6.418l3.711 5.231 6.615-5.231Zm-1.164 17.52h1.82L7.686 4.126H5.741l11.339 15.644Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.064l-6.754 7.76L22.5 21.75h-6.418l-4.288-5.817-5.804 5.817H2.076l7.202-8.085L1.5 2.25h6.418l3.711 5.231 6.615-5.231Zm-1.164 17.52h1.82L7.686 4.126H5.741l11.339 15.644Z'/%3E%3C/svg%3E");}.fivo-footer__social-link--linkedin::before{-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.5 9H3.5V21H6.5V9ZM5 3.5C3.9 3.5 3 4.4 3 5.5C3 6.6 3.9 7.5 5 7.5C6.1 7.5 7 6.6 7 5.5C7 4.4 6.1 3.5 5 3.5ZM20.5 13.7C20.5 10.8 18.7 9.5 16.5 9.5C15.1 9.5 14.2 10.2 13.8 10.8V9H10.8V21H13.8V14.5C13.8 13.8 14.2 12.5 15.6 12.5C17.1 12.5 17.2 13.9 17.2 14.6V21H20.5V13.7Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.5 9H3.5V21H6.5V9ZM5 3.5C3.9 3.5 3 4.4 3 5.5C3 6.6 3.9 7.5 5 7.5C6.1 7.5 7 6.6 7 5.5C7 4.4 6.1 3.5 5 3.5ZM20.5 13.7C20.5 10.8 18.7 9.5 16.5 9.5C15.1 9.5 14.2 10.2 13.8 10.8V9H10.8V21H13.8V14.5C13.8 13.8 14.2 12.5 15.6 12.5C17.1 12.5 17.2 13.9 17.2 14.6V21H20.5V13.7Z'/%3E%3C/svg%3E");}.fivo-footer-v2__legal{display: flex; flex-wrap: wrap; gap: 24px;}.fivo-footer-v2__legal a{color: #8a8a8a; font-size: 0.92rem; font-weight: 500; line-height: 1.4;}.fivo-footer-v2__copyright{padding: 0 0 36px;}.fivo-footer-v2__copyright p{margin: 0; text-align: center; color: #b0b0b0; font-size: 0.92rem; font-weight: 500;}@media (max-width: 900px){.fivo-footer-v2__grid{grid-template-columns: 1fr 1fr; gap: 36px;}.fivo-footer-v2__brand{grid-column: 1 / -1;}.fivo-footer-v2__subscribe{grid-column: 1 / -1; max-width: 420px;}}@media (max-width: 560px){.fivo-footer-v2__grid{grid-template-columns: 1fr; padding: 56px 0 40px;}.fivo-footer-v2__subscribe{max-width: none;}.fivo-footer-v2__meta-inner{flex-direction: column; align-items: flex-start;}.fivo-footer-v2__legal{gap: 16px;}}@media (max-width: 1080px){.fivo-header__inner{grid-template-columns: auto 1fr auto; gap: 12px; min-height: 72px; padding: 10px 0;}.fivo-header__brand{grid-column: 1;}.fivo-header__actions{grid-column: 2; justify-self: end;}.fivo-header__toggle{display: inline-flex; grid-column: 3;}.fivo-header__nav{position: absolute; top: calc(100% + 1px); left: 0; right: 0; z-index: 5; display: flex; flex-direction: column; align-items: stretch; gap: 6px; max-height: 0; padding: 0 20px; overflow: hidden; opacity: 0; pointer-events: none; border-radius: 0 0 24px 24px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 18px 40px rgba(23, 18, 15, 0.1); transition: max-height 0.35s var(--fivo-ease), opacity 0.25s ease, padding 0.35s var(--fivo-ease);}.fivo-header.is-nav-open .fivo-header__nav{max-height: 420px; padding: 16px 20px 24px; opacity: 1; pointer-events: auto;}.fivo-header__nav-link{width: 100%; padding: 12px 14px; border-radius: 14px; text-align: left;}.fivo-header__nav-link.is-active{width: 100%; padding: 12px 14px; font-size: 16px;}.fivo-btn--download{width: auto; min-width: 0; height: 38px; padding: 0 14px; font-size: 12px;}.fivo-hero-slider--v2 .fivo-slide__grid, .fivo-split, .fivo-app__grid, .fivo-about__grid, .fivo-faq__layout, .fivo-growth__top{grid-template-columns: 1fr;}.fivo-faq__media{grid-column: 1; grid-row: auto; margin-left: 0;}.fivo-faq__image{width: 100%;}.fivo-faq__panel{grid-column: 1; grid-row: auto; margin-left: 0; margin-top: 28px; padding: 0; background: transparent;}.fivo-faq__panel-inner{padding: 48px 32px;}.fivo-highlights__grid, .fivo-growth__grid, .fivo-process__grid, .fivo-process__grid--4{grid-template-columns: repeat(2, minmax(0, 1fr));}.fivo-growth-card{border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2);}.fivo-growth-card:nth-child(3n){border-right: 1px solid rgba(255, 255, 255, 0.2);}.fivo-growth-card:nth-child(2n){border-right: 0;}.fivo-growth-card:nth-last-child(-n+3){border-bottom: 1px solid rgba(255, 255, 255, 0.2);}.fivo-growth-card:nth-last-child(-n+2){border-bottom: 0;}.fivo-slide__visual{min-height: auto;}.fivo-slide__frame img{height: 420px;}.fivo-step-grid, .fivo-feature-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}.fivo-highlights__grid, .fivo-growth__grid, .fivo-process__grid, .fivo-process__grid--4{grid-template-columns: 1fr;}.fivo-app__visual{min-height: auto; margin-top: 32px; text-align: center;}.fivo-app__orbit{left: 0;}.fivo-app__copy{padding-right: 0;}}@media (max-width: 1100px){.fivo-hero-slider--v2 .fivo-slide h1{font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.05;}.fivo-hero-slider--v2 .fivo-slide__grid{grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 32px 0 88px;}.fivo-slide__content{padding-top: 12px;}.fivo-slide__visual{min-height: 480px; margin-right: 0;}.fivo-hero-visual{position: relative; inset: auto; max-width: 640px; margin: 0 auto; min-height: 480px;}.fivo-hero-phone{position: absolute; right: -4%; bottom: -8%; left: auto; top: auto; width: 108%; margin: 0;}.fivo-hero-card--store{top: 0; left: 0;}.fivo-hero-card--grow{top: 0; right: 0; left: auto;}.fivo-hero-card--reach{right: 0; bottom: 8%; left: auto; top: auto;}}@media (max-width: 760px){.fivo-header__inner{grid-template-columns: auto 1fr auto; min-height: 64px; gap: 10px;}.fivo-header__actions{gap: 8px;}.fivo-header__lang-link{padding: 6px 8px; font-size: 11px;}.fivo-btn--download:not(.fivo-btn--download-split):not(.fivo-btn--download-lg) .fivo-btn__label{display: none;}.fivo-btn--download:not(.fivo-btn--download-split):not(.fivo-btn--download-lg){width: 42px; height: 42px; min-width: 42px; padding: 0; justify-content: center; gap: 0;}.fivo-btn--download .fivo-btn__download-icon{width: 18px;}.fivo-btn--download-lg{width: auto; min-width: 180px; height: 48px; padding: 0 20px; gap: 10px; justify-content: center;}.fivo-btn--download-lg .fivo-btn__label{display: inline; color: #ffffff;}.fivo-hero-slider--v2, .fivo-hero-slider--v2 .fivo-hero-slider__viewport, .fivo-hero-slider--v2 .fivo-slide__grid{min-height: auto;}.fivo-hero-slider--v2 .fivo-slide__grid{padding: 24px 0 80px;}.fivo-hero-visual{min-height: auto;}.fivo-hero-visual__path{display: none;}.fivo-hero-card{position: relative; top: auto !important; right: auto !important; left: auto !important; bottom: auto !important; width: 100%; max-width: none; margin-bottom: 10px;}.fivo-hero-phone{width: min(100%, 340px); margin: 8px auto 0;}.fivo-hero-slider--v2 .fivo-hero-slider__dots{position: relative; bottom: auto; margin-top: 12px;}.fivo-hero-slider__dot.is-active{width: 48px;}.fivo-hero-slider, .fivo-hero-slider__viewport, .fivo-slide__grid{min-height: auto;}.fivo-slide__grid{padding: 36px 0 100px;}.fivo-hero-slider__controls{right: 20px; left: 20px; justify-content: center;}.fivo-hero-slider__side{display: none;}.fivo-hero-slider__orange{width: 100%; height: 42%; top: auto; bottom: 0; clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 100%); opacity: 0.92;}.fivo-step-grid, .fivo-feature-grid, .fivo-app-features, .fivo-highlights__grid, .fivo-growth__grid, .fivo-process__grid, .fivo-process__grid--4{grid-template-columns: 1fr;}.fivo-app__orbit{display: none;}.fivo-app__phones img{max-width: 100%;}.fivo-faq__panel-inner{padding: 36px 22px;}.fivo-faq-item__answer{grid-template-columns: 1fr;}.fivo-faq-item__answer img{display: none;}.fivo-faq-item__num{width: 40px; height: 40px;}.fivo-back-top{right: 12px; bottom: 48px;}.fivo-section{padding: 76px 0;}.fivo-actions{flex-direction: column; align-items: stretch;}.fivo-btn{width: 100%;}}.fivo-landing{--fivo-ease: cubic-bezier(0.22, 1, 0.36, 1);}.fivo-landing.fivo-anim-ready .fivo-reveal:not(.is-visible){opacity: 0;}.fivo-faq-accordion, .fivo-faq-accordion *{pointer-events: auto;}.fivo-reveal{transition: opacity 0.85s var(--fivo-ease), transform 0.85s var(--fivo-ease); transition-delay: var(--fivo-delay, 0ms); will-change: opacity, transform;}.fivo-reveal--up{transform: translateY(36px);}.fivo-reveal--left{transform: translateX(-40px);}.fivo-reveal--right{transform: translateX(40px);}.fivo-reveal--scale{transform: scale(0.94);}.fivo-reveal--fade{transform: translateY(20px);}.fivo-reveal.is-visible{opacity: 1; transform: none; pointer-events: auto;}.fivo-header__brand img{transition: transform 0.35s var(--fivo-ease);}.fivo-header__brand:hover img{transform: scale(1.05);}.fivo-header__nav a{position: relative; transition: color 0.25s ease, transform 0.25s var(--fivo-ease);}.fivo-header__nav a:hover{color: var(--fivo-orange); transform: translateY(-2px);}.fivo-header__search{transition: transform 0.3s var(--fivo-ease), background 0.3s ease, color 0.3s ease;}.fivo-header__search:hover{transform: scale(1.08) rotate(-8deg); color: var(--fivo-white); background: var(--fivo-orange);}.fivo-header__support{transition: filter 0.3s ease, transform 0.3s var(--fivo-ease);}.fivo-header__support:hover{filter: brightness(1.07); transform: translateX(-2px);}.fivo-hero-slider__arrow, .fivo-hero-slider__side{transition: transform 0.3s var(--fivo-ease), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;}.fivo-hero-slider__arrow:hover, .fivo-hero-slider__side:hover{transform: scale(1.1); color: var(--fivo-white); background: var(--fivo-orange); box-shadow: 0 10px 24px rgba(255, 107, 53, 0.35);}.fivo-slide__frame{transition: transform 0.5s var(--fivo-ease), box-shadow 0.5s var(--fivo-ease);}.fivo-slide__visual:hover .fivo-slide__frame{transform: translateY(-8px) scale(1.02); box-shadow: 0 36px 80px rgba(23, 23, 23, 0.18);}.fivo-about__image{overflow: hidden;}.fivo-about__image img{transition: transform 0.65s var(--fivo-ease);}.fivo-about__image:hover img{transform: scale(1.05);}.fivo-about__image-label{transition: transform 0.35s var(--fivo-ease);}.fivo-about__image:hover .fivo-about__image-label{transform: translateY(-4px);}.fivo-active-users__avatars img{transition: transform 0.3s var(--fivo-ease);}.fivo-active-users:hover .fivo-active-users__avatars img:nth-child(1){transform: translateX(0) scale(1.12);}.fivo-active-users:hover .fivo-active-users__avatars img:nth-child(2){transform: translateX(2px) scale(1.12);}.fivo-active-users:hover .fivo-active-users__avatars img:nth-child(3){transform: translateX(4px) scale(1.12);}.fivo-highlight-card{transition: transform 0.45s var(--fivo-ease), box-shadow 0.45s var(--fivo-ease);}.fivo-highlight-card::before{transition: opacity 0.45s ease;}.fivo-highlight-card:hover{transform: translateY(-8px); box-shadow: 0 30px 70px rgba(23, 23, 23, 0.2);}.fivo-highlight-card:hover::before{opacity: 0.68;}.fivo-highlight-card__icon{transition: transform 0.35s var(--fivo-ease);}.fivo-highlight-card:hover .fivo-highlight-card__icon{transform: scale(1.12) rotate(-8deg);}.fivo-growth-card{transition: transform 0.35s var(--fivo-ease), background 0.35s ease;}.fivo-growth-card:hover{transform: translateY(-5px); background: rgba(255, 255, 255, 0.14);}.fivo-growth-card__ring{transition: transform 0.45s var(--fivo-ease), border-color 0.35s ease;}.fivo-growth-card:hover .fivo-growth-card__ring{transform: scale(1.1) rotate(10deg); border-color: var(--fivo-white);}.fivo-growth__bottom{transition: transform 0.35s var(--fivo-ease), background 0.35s ease;}.fivo-growth__bottom:hover{transform: translateX(6px); background: rgba(255, 255, 255, 0.18);}.fivo-marquee__track span{transition: transform 0.3s var(--fivo-ease), color 0.3s ease;}.fivo-marquee__track span:hover{transform: scale(1.08);}.fivo-app__phones img{transition: transform 0.5s var(--fivo-ease), filter 0.5s ease;}.fivo-app__visual:hover .fivo-app__phones img{transform: translateY(-6px) scale(1.02);}.fivo-app__orbit{transition: transform 0.5s var(--fivo-ease);}.fivo-app__visual:hover .fivo-app__orbit{transform: translateY(-50%) scale(1.04);}.fivo-app__store-btn img{transition: transform 0.3s var(--fivo-ease), filter 0.3s ease;}.fivo-app__store-btn:hover img{transform: scale(1.07); filter: brightness(1.08);}.fivo-app__chat{transition: transform 0.3s var(--fivo-ease);}.fivo-app__chat:hover{transform: translateX(5px);}.fivo-app__chat-icon{transition: background 0.3s ease, transform 0.3s var(--fivo-ease);}.fivo-app__chat:hover .fivo-app__chat-icon{background: var(--fivo-orange); transform: scale(1.1);}.fivo-app-features li{transition: transform 0.25s var(--fivo-ease);}.fivo-app-features li:hover{transform: translateX(4px);}.fivo-footer a{transition: color 0.25s ease, transform 0.25s var(--fivo-ease);}.fivo-footer-v2__links-col a:hover, .fivo-footer-v2__contact:hover, .fivo-footer-v2__legal a:hover{color: var(--fivo-orange);}.fivo-footer-v2__submit:hover{transform: translateY(-1px); box-shadow: 0 10px 22px rgba(255, 107, 53, 0.28);}.fivo-footer-v2__field:focus-within{border-color: rgba(255, 107, 53, 0.35); box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.08);}.fivo-footer__social a{transition: background 0.3s ease, transform 0.3s var(--fivo-ease), color 0.3s ease, border-color 0.3s ease;}.fivo-footer__social-link:hover{border-color: var(--fivo-orange); background: var(--fivo-orange); color: var(--fivo-white) !important; transform: translateY(-4px) scale(1.08);}@media (prefers-reduced-motion: reduce){.fivo-reveal{opacity: 1 !important; transform: none !important; transition: none !important;}.fivo-landing *{animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;}}