#fws-header-v2,
  #fws-header-v2 * {
    box-sizing: border-box !important;
    font-family: "Inter", Arial, sans-serif !important;
  }

  #fws-header-v2 {
    --fwsv2-max: 1400px;
    --fwsv2-gap: 24px;
    --fwsv2-left-edge: max(var(--fwsv2-gap), calc((100vw - var(--fwsv2-max)) / 2));

    --fwsv2-smooth-out: cubic-bezier(.16, 1, .3, 1);
    --fwsv2-smooth-soft: cubic-bezier(.22, .75, .18, 1);
    --fwsv2-shrink-ease: cubic-bezier(.19, 1, .22, 1);
    --fwsv2-color-ease: cubic-bezier(.22, .61, .36, 1);

    --fwsv2-text-size: clamp(14px, .92vw, 16px);
    --fwsv2-text-line: 1.55;
    --fwsv2-text-letter: -.035em;
    --fwsv2-text-weight: 500;

    --header-transparent-text: #ffffff;
    --header-transparent-muted: rgba(255,255,255,.76);
    --header-bg-scrolled: rgba(238,240,242,.78);
    --header-border-scrolled: rgba(11,27,51,.075);
    --header-text: #0B1B33;
    --header-muted: rgba(11,27,51,.68);
    --header-accent: #088FD3;
    --header-accent-hover: #0AA1ED;

    --fwsv2-bar-bg: transparent;
    --fwsv2-bar-border: transparent;
    --fwsv2-bar-shadow: none;
    --fwsv2-bar-backdrop: none;
    --fwsv2-nav-color: var(--header-transparent-muted);
    --fwsv2-nav-hover: var(--header-transparent-text);
    --fwsv2-nav-active: var(--header-transparent-text);
    --fwsv2-sep-color: rgba(255,255,255,.22);
    --fwsv2-logo-filter: brightness(0) invert(1);

    --fwsv2-shrink-progress: 0;
    --fwsv2-bar-scale: 1;
    --fwsv2-content-scale: 1;
    --fwsv2-bar-max-width: 1400px;
    --fwsv2-bar-viewport-gap: 48px;

    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    z-index: 999999 !important;
    pointer-events: none !important;
  }

  #fws-header-v2.is-scrolled,
  #fws-header-v2.is-compact,
  #fws-header-v2.is-force-open {
    --fwsv2-bar-bg: var(--header-bg-scrolled);
    --fwsv2-bar-border: var(--header-border-scrolled);
    --fwsv2-bar-shadow: 0 18px 46px rgba(11, 27, 51, .075);
    --fwsv2-bar-backdrop: blur(14px) saturate(118%);
    --fwsv2-nav-color: var(--header-muted);
    --fwsv2-nav-hover: var(--header-accent);
    --fwsv2-nav-active: var(--header-text);
    --fwsv2-sep-color: rgba(11,27,51,.14);
    --fwsv2-logo-filter: none;
  }

  #fws-header-v2 a {
    text-decoration: none !important;
  }

  #fws-header-v2 a,
  #fws-header-v2 button,
  #fws-header-v2 label,
  #fws-header-v2 input,
  #fws-header-v2 .fwsv2-mobile-link,
  #fws-header-v2 .fwsv2-mobile-panel-btn,
  #fws-header-v2 .fwsv2-mobile-project,
  #fws-header-v2 .fwsv2-mobile-sublist a,
  #fws-header-v2 .fwsv2-mobile-panel-cta {
    -webkit-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important;
    outline: none !important;
    box-shadow: none;
    -webkit-touch-callout: none !important;
  }

  #fws-header-v2 a:focus,
  #fws-header-v2 a:active,
  #fws-header-v2 button:focus,
  #fws-header-v2 button:active,
  #fws-header-v2 label:focus,
  #fws-header-v2 label:active,
  #fws-header-v2 input:focus,
  #fws-header-v2 input:active,
  #fws-header-v2 .fwsv2-mobile-link:focus,
  #fws-header-v2 .fwsv2-mobile-link:active,
  #fws-header-v2 .fwsv2-mobile-panel-btn:focus,
  #fws-header-v2 .fwsv2-mobile-panel-btn:active,
  #fws-header-v2 .fwsv2-mobile-project:focus,
  #fws-header-v2 .fwsv2-mobile-project:active,
  #fws-header-v2 .fwsv2-mobile-sublist a:focus,
  #fws-header-v2 .fwsv2-mobile-sublist a:active,
  #fws-header-v2 .fwsv2-mobile-panel-cta:focus,
  #fws-header-v2 .fwsv2-mobile-panel-cta:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel-cta:focus,
  #fws-header-v2 .fwsv2-mobile-panel-cta:active {
    background-color: #088FD3 !important;
  }

  #fws-header-v2 button {
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
  }

  #fws-header-v2 .fwsv2-bar {
    position: relative !important;
    width: min(var(--fwsv2-bar-max-width), calc(100vw - var(--fwsv2-bar-viewport-gap))) !important;
    height: 66px !important;
    margin: 14px auto 0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px 0 28px !important;
    border-radius: 10px !important;
    border: 1px solid var(--fwsv2-bar-border) !important;
    background: var(--fwsv2-bar-bg) !important;
    backdrop-filter: var(--fwsv2-bar-backdrop) !important;
    -webkit-backdrop-filter: var(--fwsv2-bar-backdrop) !important;
    box-shadow: var(--fwsv2-bar-shadow) !important;
    pointer-events: auto !important;
    overflow: hidden !important;
    transform: translate3d(0, 0, 0) scaleX(var(--fwsv2-bar-scale)) !important;
    transform-origin: center top !important;
    backface-visibility: hidden !important;
    contain: paint style !important;
    will-change: transform, background, border-color, box-shadow !important;
    transition:
      height .74s var(--fwsv2-shrink-ease),
      padding .74s var(--fwsv2-shrink-ease),
      background .78s var(--fwsv2-color-ease),
      backdrop-filter .78s var(--fwsv2-color-ease),
      -webkit-backdrop-filter .78s var(--fwsv2-color-ease),
      box-shadow .78s var(--fwsv2-color-ease),
      border-color .78s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-bar > .fwsv2-logo,
  #fws-header-v2 .fwsv2-bar > .fwsv2-compact-arrow,
  #fws-header-v2 .fwsv2-bar > .fwsv2-nav-wrap,
  #fws-header-v2 .fwsv2-bar > .fwsv2-right,
  #fws-header-v2 .fwsv2-bar > .fwsv2-mobile-toggle {
    transform: translate3d(0, 0, 0) scaleX(var(--fwsv2-content-scale)) !important;
    transform-origin: center center !important;
    will-change: transform !important;
  }

  #fws-header-v2.is-scrolled .fwsv2-bar {
    height: 62px !important;
    margin-top: 14px !important;
    background: var(--fwsv2-bar-bg) !important;
    backdrop-filter: var(--fwsv2-bar-backdrop) !important;
    -webkit-backdrop-filter: var(--fwsv2-bar-backdrop) !important;
    border-color: var(--fwsv2-bar-border) !important;
    box-shadow: var(--fwsv2-bar-shadow) !important;
  }

  #fws-header-v2 .fwsv2-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 210px !important;
    height: 100% !important;
    color: var(--fwsv2-nav-hover) !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    transition:
      min-width .64s var(--fwsv2-smooth-out),
      max-width .64s var(--fwsv2-smooth-out),
      color .28s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-logo-img {
    display: block !important;
    width: auto !important;
    height: 46px !important;
    max-width: 210px !important;
    object-fit: contain !important;
    filter: var(--fwsv2-logo-filter) !important;
    transition:
      height .64s var(--fwsv2-smooth-out),
      max-width .64s var(--fwsv2-smooth-out),
      filter .64s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-compact-arrow {
    width: 0 !important;
    height: 34px !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    color: var(--fwsv2-nav-color) !important;
    transition:
      width .62s var(--fwsv2-smooth-out),
      min-width .62s var(--fwsv2-smooth-out),
      margin .62s var(--fwsv2-smooth-out),
      opacity .28s ease,
      visibility .28s ease,
      color .18s ease !important;
  }

  #fws-header-v2 .fwsv2-compact-arrow span {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: currentColor !important;
    transform: translateX(0) !important;
    transition: transform .28s var(--fwsv2-smooth-out), color .18s ease !important;
  }

  #fws-header-v2 .fwsv2-compact-arrow:hover {
    color: var(--fwsv2-nav-hover) !important;
  }

  #fws-header-v2 .fwsv2-compact-arrow:hover span {
    transform: translateX(2px) !important;
  }

  #fws-header-v2 .fwsv2-nav-wrap {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: hidden !important;
    transition:
      opacity .32s ease,
      visibility .32s ease,
      max-width .82s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(20px, 2vw, 34px) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #fws-header-v2 .fwsv2-nav li {
    margin: 0 !important;
    padding: 0 !important;
  }

  #fws-header-v2 .fwsv2-nav-btn,
  #fws-header-v2 .fwsv2-nav-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-size: var(--fwsv2-text-size) !important;
    font-weight: var(--fwsv2-text-weight) !important;
    color: var(--fwsv2-nav-color) !important;
    line-height: var(--fwsv2-text-line) !important;
    letter-spacing: var(--fwsv2-text-letter) !important;
    white-space: nowrap !important;
    transition: color .52s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-nav-btn:hover,
  #fws-header-v2 .fwsv2-nav-link:hover {
    color: var(--fwsv2-nav-hover) !important;
  }

  #fws-header-v2 .fwsv2-nav-btn.is-active,
  #fws-header-v2 .fwsv2-nav-link.is-active {
    color: var(--fwsv2-nav-active) !important;
  }

  #fws-header-v2 .fwsv2-caret {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
    transition: transform .28s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-nav-btn.is-active .fwsv2-caret {
    transform: rotate(-135deg) translateY(-1px) !important;
  }

  #fws-header-v2 .fwsv2-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    min-width: 210px !important;
    flex-shrink: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: hidden !important;
    transition:
      opacity .32s ease,
      visibility .32s ease,
      min-width .82s var(--fwsv2-smooth-out),
      max-width .82s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-cta {
    height: 42px !important;
    min-width: 176px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: var(--header-accent) !important;
    color: #ffffff !important;
    font-size: var(--fwsv2-text-size) !important;
    font-weight: var(--fwsv2-text-weight) !important;
    line-height: var(--fwsv2-text-line) !important;
    letter-spacing: var(--fwsv2-text-letter) !important;
    box-shadow: 0 12px 30px rgba(8,143,211,.30) !important;
    white-space: nowrap !important;
    transition:
      transform .42s var(--fwsv2-smooth-out),
      background .52s var(--fwsv2-color-ease),
      box-shadow .52s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-cta:hover {
    transform: translateY(-1px) !important;
    background: var(--header-accent-hover) !important;
    color: #ffffff !important;
    box-shadow: 0 15px 34px rgba(8,143,211,.36) !important;
  }

  #fws-header-v2 .fwsv2-mega {
    position: fixed !important;
    top: 92px !important;
    left: 50% !important;
    width: min(var(--fwsv2-bar-max-width), calc(100vw - var(--fwsv2-bar-viewport-gap))) !important;
    transform: translateX(-50%) translateY(-10px) scaleX(var(--fwsv2-bar-scale)) !important;
    transform-origin: center top !important;
    background: rgba(238, 240, 242, .82) !important;
    border: 1px solid rgba(11, 27, 51, .075) !important;
    border-radius: 10px !important;
    box-shadow: 0 24px 62px rgba(11, 27, 51, .13) !important;
    backdrop-filter: blur(18px) saturate(122%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(122%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: flex !important;
    overflow: hidden !important;
    z-index: 1000000 !important;
    will-change: transform, opacity !important;
    transition:
      opacity .30s ease,
      transform .42s var(--fwsv2-smooth-out),
      visibility .30s ease !important;
  }

  #fws-header-v2 .fwsv2-mega.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) scaleX(var(--fwsv2-bar-scale)) !important;
  }

  #fws-header-v2 .fwsv2-mega > * {
    transform: scaleX(var(--fwsv2-content-scale)) !important;
    transform-origin: center top !important;
  }

  #fws-header-v2 .fwsv2-mega::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 34%,
        rgba(255, 255, 255, .22) 48%,
        rgba(255, 255, 255, .08) 60%,
        transparent 78%
      ) !important;
    opacity: .18 !important;
    transform: translate3d(-14%, 0, 0) !important;
    animation: fwsv2-glass-breathe 18s ease-in-out infinite alternate !important;
  }

  #fws-header-v2 .fwsv2-projects-menu {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(28px, 2.7vw, 48px) !important;
    align-items: start !important;
    padding: 24px 34px 20px !important;
  }

  #fws-header-v2 .fwsv2-project-card {
    --fwsv2-project-card-x: 0px;

    display: block !important;
    min-width: 0 !important;
    color: #0B1B33 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transform: translate3d(var(--fwsv2-project-card-x), 0, 0) !important;
    transition: transform .28s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-project-card:nth-child(1) {
    --fwsv2-project-card-x: calc(24px * var(--fwsv2-shrink-progress));
  }

  #fws-header-v2 .fwsv2-project-card:nth-child(3) {
    --fwsv2-project-card-x: calc(-24px * var(--fwsv2-shrink-progress));
  }

  #fws-header-v2 .fwsv2-project-card:hover {
    transform: translate3d(var(--fwsv2-project-card-x), -2px, 0) !important;
  }

  #fws-header-v2 .fwsv2-project-card__media {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  #fws-header-v2 .fwsv2-project-card__media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  #fws-header-v2 .fwsv2-blog-thumb {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(255,255,255,.70), transparent 34%),
      linear-gradient(135deg, rgba(8,143,211,.18) 0%, rgba(8,143,211,.08) 42%, rgba(11,27,51,.12) 100%) !important;
  }

  #fws-header-v2 .fwsv2-blog-thumb::before {
    content: "" !important;
    position: absolute !important;
    inset: 18px !important;
    border: 1px solid rgba(11, 27, 51, .09) !important;
  }

  #fws-header-v2 .fwsv2-blog-thumb__tag {
    position: absolute !important;
    left: 18px !important;
    top: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    background: rgba(255,255,255,.72) !important;
    color: rgba(11, 27, 51, .68) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
    font-weight: 600 !important;
  }

  #fws-header-v2 .fwsv2-blog-thumb__title {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    color: #0B1B33 !important;
    font-size: clamp(20px, 1.35vw, 28px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.07em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-project-card__body {
    display: block !important;
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  #fws-header-v2 .fwsv2-project-card__title {
    display: block !important;
    max-width: 520px !important;
    color: #0B1B33 !important;
    font-size: clamp(18px, 1.25vw, 23px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.058em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-project-card__desc {
    display: block !important;
    max-width: 94% !important;
    margin-top: 8px !important;
    color: rgba(11, 27, 51, .64) !important;
    font-size: clamp(13px, .9vw, 15px) !important;
    line-height: 1.46 !important;
    letter-spacing: -.034em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-projects-action {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: -4px !important;
  }

  #fws-header-v2 .fwsv2-projects-btn {
    min-width: 220px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 22px !important;
    border-radius: 8px !important;
    background: #088FD3 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 143, 211, .22) !important;
    font-size: var(--fwsv2-text-size) !important;
    font-weight: var(--fwsv2-text-weight) !important;
    line-height: 1 !important;
    letter-spacing: var(--fwsv2-text-letter) !important;
    white-space: nowrap !important;
    transition:
      transform .28s var(--fwsv2-smooth-out),
      background .22s ease,
      box-shadow .22s ease !important;
  }

  #fws-header-v2 .fwsv2-projects-btn:hover {
    transform: translateY(-1px) !important;
    background: #0AA1ED !important;
    color: #ffffff !important;
    box-shadow: 0 18px 40px rgba(8, 143, 211, .28) !important;
  }

  #fws-header-v2 .fwsv2-solutions-menu {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(28px, 2.7vw, 48px) !important;
    align-items: start !important;
    padding: 34px 34px 38px !important;
  }

  #fws-header-v2 .fwsv2-solution-col {
    --fwsv2-solution-x: 0px;

    display: block !important;
    min-width: 0 !important;
    transform: translate3d(var(--fwsv2-solution-x), 0, 0) !important;
    transition: transform .28s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-solution-col:nth-child(1) {
    --fwsv2-solution-x: calc(24px * var(--fwsv2-shrink-progress));
  }

  #fws-header-v2 .fwsv2-solution-col:nth-child(3) {
    --fwsv2-solution-x: calc(-24px * var(--fwsv2-shrink-progress));
  }

  #fws-header-v2 .fwsv2-solution-title {
    display: block !important;
    max-width: 520px !important;
    margin: 0 0 22px !important;
    color: #0B1B33 !important;
    font-size: clamp(21px, 1.55vw, 30px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.058em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-solution-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #fws-header-v2 .fwsv2-solution-list li {
    margin: 0 !important;
    padding: 0 !important;
  }

  #fws-header-v2 .fwsv2-solution-list a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    min-height: 48px !important;
    padding: 12px 0 !important;
    color: rgba(11, 27, 51, .68) !important;
    font-size: clamp(15px, 1vw, 17px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.045em !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(11, 27, 51, .075) !important;
    transition:
      color .22s ease,
      padding .28s var(--fwsv2-smooth-out),
      border-color .22s ease !important;
  }

  #fws-header-v2 .fwsv2-solution-list a:hover {
    color: #088FD3 !important;
    padding-left: 4px !important;
    border-color: rgba(8, 143, 211, .22) !important;
  }

  #fws-header-v2 .fwsv2-solution-list a span {
    color: rgba(11, 27, 51, .34) !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transition: color .22s ease, transform .28s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-solution-list a:hover span {
    color: #088FD3 !important;
    transform: translate(2px, -2px) !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle {
    display: none !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 0 !important;
    background: transparent !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle input {
    display: none !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle svg {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle .line {
    fill: none !important;
    stroke: var(--fwsv2-nav-color) !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-width: 3 !important;
    transition:
      stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke .52s var(--fwsv2-color-ease) !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle .line-top-bottom {
    stroke-dasharray: 12 63 !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle input:checked + svg {
    transform: rotate(-45deg) !important;
  }

  #fws-header-v2 .fwsv2-mobile-toggle input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300 !important;
    stroke-dashoffset: -32.42 !important;
  }

  #fws-header-v2 .fwsv2-mobile-menu {
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    width: min(520px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 108px) !important;
    padding: 14px 14px 16px !important;
    border-radius: 14px !important;
    background: rgba(238, 240, 242, .92) !important;
    backdrop-filter: blur(22px) saturate(125%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(125%) !important;
    box-shadow: 0 24px 70px rgba(11, 27, 51, .16) !important;
    border: 1px solid rgba(11, 27, 51, .08) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden auto !important;
    transform: translateX(-50%) translateY(-8px) !important;
    transition:
      opacity .24s ease,
      transform .36s var(--fwsv2-smooth-out),
      visibility .24s ease !important;
    z-index: 1000000 !important;
  }

  #fws-header-v2 .fwsv2-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  #fws-header-v2 .fwsv2-mobile-menu::-webkit-scrollbar {
    width: 6px !important;
  }

  #fws-header-v2 .fwsv2-mobile-menu::-webkit-scrollbar-thumb {
    background: rgba(11, 27, 51, .18) !important;
    border-radius: 999px !important;
  }

  #fws-header-v2 .fwsv2-mobile-row {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
  }

  #fws-header-v2 .fwsv2-mobile-row--primary {
    grid-template-columns: repeat(3, max-content) !important;
    justify-content: space-between !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(11,27,51,.075) !important;
  }

  #fws-header-v2 .fwsv2-mobile-row--secondary {
    grid-template-columns: max-content max-content max-content !important;
    justify-content: space-between !important;
    align-items: center !important;
    column-gap: 0 !important;
    margin-top: 8px !important;
    padding-bottom: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-row--secondary .fwsv2-mobile-panel-btn[data-mobile-panel="soluzioni"] {
    justify-self: start !important;
  }

  #fws-header-v2 .fwsv2-mobile-row--secondary .fwsv2-mobile-panel-btn[data-mobile-panel="progetti"] {
    justify-self: center !important;
    transform: none !important;
  }

  #fws-header-v2 .fwsv2-mobile-row--secondary .fwsv2-mobile-link--cta {
    justify-self: end !important;
    white-space: nowrap !important;
    text-align: right !important;
  }

  #fws-header-v2 .fwsv2-mobile-link,
  #fws-header-v2 .fwsv2-mobile-panel-btn {
    min-height: 44px !important;
    width: auto !important;
    max-width: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: rgba(11, 27, 51, .68) !important;
    font-size: 16.3px !important;
    font-weight: 500 !important;
    line-height: 1.32 !important;
    letter-spacing: -.035em !important;
    text-align: left !important;
    white-space: nowrap !important;
    transition:
      color .24s ease,
      transform .28s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-mobile-link--cta {
    white-space: nowrap !important;
    line-height: 1.05 !important;
    font-size: 16.3px !important;
  }

  #fws-header-v2 .fwsv2-mobile-link:hover,
  #fws-header-v2 .fwsv2-mobile-panel-btn:hover,
  #fws-header-v2 .fwsv2-mobile-panel-btn.is-active {
    color: #0B1B33 !important;
    background: transparent !important;
    border-color: transparent !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel-btn__icon {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transform: translateY(-1px) rotate(0deg) !important;
    color: rgba(11,27,51,.42) !important;
    transition:
      transform .32s var(--fwsv2-smooth-out),
      color .24s ease !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel-btn.is-active .fwsv2-mobile-panel-btn__icon {
    transform: translateY(-1px) rotate(45deg) !important;
    color: #088FD3 !important;
  }

  #fws-header-v2 .fwsv2-mobile-panels {
    display: block !important;
    width: 100% !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel {
    display: grid !important;
    grid-template-rows: 0fr !important;
    opacity: 0 !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    transition:
      grid-template-rows .48s var(--fwsv2-smooth-out),
      opacity .26s ease,
      margin-top .32s var(--fwsv2-smooth-out) !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel.is-open {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    margin-top: 14px !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel__inner {
    min-height: 0 !important;
    overflow: hidden !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel__box {
    padding: 4px 0 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-solutions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-group {
    display: block !important;
    min-width: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-solutions .fwsv2-mobile-group:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-group + .fwsv2-mobile-group {
    padding-top: 0 !important;
    margin-top: 18px !important;
    border-top: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-group-title {
    display: block !important;
    margin: 0 0 8px !important;
    color: #0B1B33 !important;
    font-size: 27px !important;
    line-height: 1.04 !important;
    letter-spacing: -.058em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-mobile-sublist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #fws-header-v2 .fwsv2-mobile-sublist li {
    margin: 0 !important;
    padding: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-sublist a {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 11px 0 !important;
    border-bottom: 1px solid rgba(11,27,51,.07) !important;
    color: rgba(11, 27, 51, .66) !important;
    font-size: 16.3px !important;
    line-height: 1.32 !important;
    letter-spacing: -.035em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-mobile-sublist a span {
    color: rgba(11,27,51,.34) !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  #fws-header-v2 .fwsv2-mobile-projects {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #fws-header-v2 .fwsv2-mobile-project {
    display: grid !important;
    grid-template-columns: 136px minmax(0, 1fr) !important;
    gap: 15px !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 14px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(11,27,51,.075) !important;
    color: #0B1B33 !important;
  }

  #fws-header-v2 .fwsv2-mobile-project:first-child {
    padding-top: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-project:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-project__media {
    display: block !important;
    width: 136px !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 9px !important;
    background: transparent !important;
  }

  #fws-header-v2 .fwsv2-mobile-project__media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 9px !important;
  }

  #fws-header-v2 .fwsv2-mobile-project__body {
    display: block !important;
    min-width: 0 !important;
  }

  #fws-header-v2 .fwsv2-mobile-project__title {
    display: block !important;
    color: #0B1B33 !important;
    font-size: 27px !important;
    line-height: 1.04 !important;
    letter-spacing: -.058em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-mobile-project__desc {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(11, 27, 51, .58) !important;
    font-size: 16.3px !important;
    line-height: 1.32 !important;
    letter-spacing: -.035em !important;
    font-weight: 500 !important;
  }

  #fws-header-v2 .fwsv2-mobile-panel-cta {
    min-height: 44px !important;
    margin-top: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 10px !important;
    background: #088FD3 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 143, 211, .22) !important;
    font-size: 16.3px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -.035em !important;
  }

  @media (max-width: 1180px) {
    #fws-header-v2 .fwsv2-bar {
      width: calc(100vw - 32px) !important;
      padding: 0 14px 0 20px !important;
    }

    #fws-header-v2 .fwsv2-nav-wrap,
    #fws-header-v2 .fwsv2-right,
    #fws-header-v2 .fwsv2-mega {
      display: none !important;
    }

    #fws-header-v2 .fwsv2-logo {
      min-width: auto !important;
    }

    #fws-header-v2 .fwsv2-logo-img {
      height: 42px !important;
      max-width: 190px !important;
    }

    #fws-header-v2 .fwsv2-mobile-toggle {
      display: flex !important;
    }

    #fws-header-v2 .fwsv2-compact-arrow {
      display: none !important;
    }
  }

  @media (max-width: 640px) {
    #fws-header-v2 .fwsv2-bar {
      height: 58px !important;
      margin-top: 12px !important;
      width: calc(100vw - 24px) !important;
      padding: 0 10px 0 16px !important;
    }

    #fws-header-v2.is-scrolled .fwsv2-bar {
      height: 58px !important;
      margin-top: 12px !important;
    }

    #fws-header-v2 .fwsv2-logo-img {
      height: 36px !important;
      max-width: 160px !important;
    }

    #fws-header-v2 .fwsv2-mobile-toggle {
      width: 42px !important;
      height: 42px !important;
    }

    #fws-header-v2 .fwsv2-mobile-toggle svg {
      width: 34px !important;
      height: 34px !important;
    }

    #fws-header-v2 .fwsv2-mobile-menu {
      top: 80px !important;
      width: calc(100vw - 24px) !important;
      max-height: calc(100vh - 94px) !important;
      padding: 12px 12px 14px !important;
      border-radius: 12px !important;
    }

    #fws-header-v2 .fwsv2-mobile-link,
    #fws-header-v2 .fwsv2-mobile-panel-btn {
      min-height: 44px !important;
      padding: 0 2px !important;
      border-radius: 0 !important;
      font-size: 16.3px !important;
      letter-spacing: -.035em !important;
      line-height: 1.15 !important;
    }

    #fws-header-v2 .fwsv2-mobile-row--secondary {
      grid-template-columns: max-content max-content max-content !important;
      justify-content: space-between !important;
      column-gap: 0 !important;
    }

    #fws-header-v2 .fwsv2-mobile-row--secondary .fwsv2-mobile-panel-btn[data-mobile-panel="progetti"] {
      transform: none !important;
    }

    #fws-header-v2 .fwsv2-mobile-link--cta {
      font-size: 16.3px !important;
      line-height: 1.05 !important;
      white-space: nowrap !important;
    }

    #fws-header-v2 .fwsv2-mobile-panel__box {
      padding: 4px 0 0 !important;
      border-radius: 0 !important;
    }

    #fws-header-v2 .fwsv2-mobile-group-title {
      font-size: 26px !important;
      line-height: 1.04 !important;
      letter-spacing: -.058em !important;
    }

    #fws-header-v2 .fwsv2-mobile-sublist a {
      font-size: 16.3px !important;
    }

    #fws-header-v2 .fwsv2-mobile-projects {
      gap: 10px !important;
    }

    #fws-header-v2 .fwsv2-mobile-project {
      grid-template-columns: 126px minmax(0, 1fr) !important;
      gap: 13px !important;
      padding: 13px 0 !important;
    }

    #fws-header-v2 .fwsv2-mobile-project__media {
      width: 126px !important;
      height: auto !important;
      border-radius: 8px !important;
    }

    #fws-header-v2 .fwsv2-mobile-project__media img {
      border-radius: 8px !important;
    }

    #fws-header-v2 .fwsv2-mobile-project__title {
      font-size: 26px !important;
      line-height: 1.04 !important;
      letter-spacing: -.058em !important;
    }

    #fws-header-v2 .fwsv2-mobile-project__desc {
      font-size: 16.3px !important;
      line-height: 1.32 !important;
      letter-spacing: -.035em !important;
    }
  }

  @media (max-width: 380px) {
    #fws-header-v2 .fwsv2-mobile-link,
    #fws-header-v2 .fwsv2-mobile-panel-btn {
      font-size: 15px !important;
      padding: 0 1px !important;
    }

    #fws-header-v2 .fwsv2-mobile-row--secondary {
      column-gap: 0 !important;
      justify-content: space-between !important;
    }

    #fws-header-v2 .fwsv2-mobile-row--secondary .fwsv2-mobile-panel-btn[data-mobile-panel="progetti"] {
      transform: none !important;
    }

    #fws-header-v2 .fwsv2-mobile-link--cta {
      font-size: 14px !important;
      white-space: nowrap !important;
    }

    #fws-header-v2 .fwsv2-mobile-projects {
      gap: 8px !important;
    }

    #fws-header-v2 .fwsv2-mobile-project {
      grid-template-columns: 112px minmax(0, 1fr) !important;
      gap: 11px !important;
      padding: 12px 0 !important;
    }

    #fws-header-v2 .fwsv2-mobile-project__media {
      width: 112px !important;
      height: auto !important;
    }

    #fws-header-v2 .fwsv2-mobile-group-title,
    #fws-header-v2 .fwsv2-mobile-project__title {
      font-size: 22px !important;
      line-height: 1.04 !important;
      letter-spacing: -.056em !important;
    }

    #fws-header-v2 .fwsv2-mobile-sublist a,
    #fws-header-v2 .fwsv2-mobile-project__desc,
    #fws-header-v2 .fwsv2-mobile-panel-cta {
      font-size: 15px !important;
      line-height: 1.28 !important;
    }
  }

  #fws-header-v2 .fwsv2-bar::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    background:
      linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 32%,
        rgba(255, 255, 255, .18) 48%,
        rgba(255, 255, 255, .06) 58%,
        transparent 76%
      ) !important;
    transition: opacity .86s var(--fwsv2-color-ease) !important;
    animation: fwsv2-glass-breathe 16s ease-in-out infinite alternate !important;
  }

  #fws-header-v2.is-scrolled .fwsv2-bar::before,
  #fws-header-v2.is-force-open .fwsv2-bar::before {
    opacity: .16 !important;
  }

  #fws-header-v2 .fwsv2-bar > * {
    position: relative !important;
    z-index: 1 !important;
  }

  @keyframes fwsv2-glass-breathe {
    0% {
      transform: translate3d(-18%, 0, 0) !important;
    }

    100% {
      transform: translate3d(18%, 0, 0) !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #fws-header-v2 .fwsv2-bar::before,
    #fws-header-v2 .fwsv2-mega::before {
      animation: none !important;
    }

    #fws-header-v2 .fwsv2-mobile-toggle svg,
    #fws-header-v2 .fwsv2-mobile-toggle .line,
    #fws-header-v2 .fwsv2-mobile-panel {
      transition: none !important;
    }
  }

/* ---- section ---- */

html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden !important;
    }
  }

  body:has(#e-commerce),
  html:has(#e-commerce) {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip !important;
  }

  @supports not (overflow-x: clip) {
    body:has(#e-commerce),
    html:has(#e-commerce) {
      overflow-x: hidden !important;
    }
  }

  body:has(#e-commerce) .pf-section:has(#e-commerce),
  body:has(#e-commerce) .pf-row:has(#e-commerce),
  body:has(#e-commerce) .pf-column:has(#e-commerce),
  body:has(#e-commerce) .pf-element:has(#e-commerce),
  body:has(#e-commerce) .pf-widget:has(#e-commerce),
  body:has(#e-commerce) .pf-custom:has(#e-commerce),
  body:has(#e-commerce) .page-width:has(#e-commerce),
  body:has(#e-commerce) .container:has(#e-commerce),
  body:has(#e-commerce) .shopify-section:has(#e-commerce) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip !important;
  }

  @supports not (overflow-x: clip) {
    body:has(#e-commerce) .pf-section:has(#e-commerce),
    body:has(#e-commerce) .pf-row:has(#e-commerce),
    body:has(#e-commerce) .pf-column:has(#e-commerce),
    body:has(#e-commerce) .pf-element:has(#e-commerce),
    body:has(#e-commerce) .pf-widget:has(#e-commerce),
    body:has(#e-commerce) .pf-custom:has(#e-commerce),
    body:has(#e-commerce) .page-width:has(#e-commerce),
    body:has(#e-commerce) .container:has(#e-commerce),
    body:has(#e-commerce) .shopify-section:has(#e-commerce) {
      overflow-x: hidden !important;
    }
  }

  .fws-web-hero,
  .fws-web-hero * {
    box-sizing: border-box;
  }

  .fws-web-hero {
    --fws-blue: #088fd3;
    --fws-blue-hover: #0aa1ed;
    --fws-deep: #04101c;
    --fws-navy: #061522;
    --fws-navy-2: #0d233a;
    --fws-ink: #ffffff;
    --fws-muted: rgba(229, 241, 249, .74);
    --fws-line: rgba(255, 255, 255, .12);
    --fws-max: 1400px;
    --fws-x: 24px;
    --fws-ease: cubic-bezier(.16, 1, .3, 1);
    --fws-scroll-p: 0;

    position: relative;
    display: block;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 650px;
    height: 100vh;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden !important;
    isolation: isolate;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--fws-ink);
    background:
      radial-gradient(circle at var(--mx, 13%) var(--my, 48%), rgba(8, 143, 211, .24), transparent 30%),
      radial-gradient(circle at 8% 46%, rgba(8, 143, 211, .32), transparent 28%),
      radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .10), transparent 28%),
      radial-gradient(circle at 82% 88%, rgba(8, 143, 211, .22), transparent 34%),
      linear-gradient(135deg, #04101c 0%, #061522 42%, #102e4b 100%);
  }

  .fws-web-hero a {
    color: inherit;
    text-decoration: none;
  }

  .fws-web-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .fws-web-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
      linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at 54% 52%, #000 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at 54% 52%, #000 0%, transparent 72%);
  }

  .fws-web-hero__orb {
    position: absolute;
    width: clamp(360px, 34vw, 680px);
    aspect-ratio: 1;
    border-radius: 999px;
    filter: blur(20px);
    opacity: .48;
  }

  .fws-web-hero__orb--one {
    left: -16%;
    top: 20%;
    background: radial-gradient(circle, rgba(8, 143, 211, .58), transparent 68%);
    animation: fwsWebFloatOne 12s ease-in-out infinite alternate;
  }

  .fws-web-hero__orb--two {
    right: -18%;
    bottom: -22%;
    background: radial-gradient(circle, rgba(8, 143, 211, .38), transparent 70%);
    animation: fwsWebFloatTwo 14s ease-in-out infinite alternate;
  }

  .fws-web-hero__line {
    position: absolute;
    left: 50%;
    width: min(1120px, 86vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8, 143, 211, .72), rgba(255, 255, 255, .18), transparent);
    transform-origin: center;
    opacity: .72;
  }

  .fws-web-hero__line--one {
    bottom: 10%;
    transform: translateX(-50%) rotate(-6deg);
  }

  .fws-web-hero__line--two {
    bottom: 7%;
    transform: translateX(-46%) rotate(-9deg);
    opacity: .34;
  }

  .fws-web-hero__inner {
    position: relative;
    z-index: 2;
    width: min(var(--fws-max), calc(100% - var(--fws-x) * 2));
    height: 100%;
    min-height: 650px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(540px, 1.18fr);
    align-items: center;
    gap: clamp(34px, 4vw, 70px);
  }

  .fws-web-hero__copy {
    position: relative;
    z-index: 5;
  }

  .fws-web-hero__title {
    max-width: 920px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(50px, 4.8vw, 80px);
    line-height: 1.06;
    letter-spacing: -.07em;
    font-weight: 500;
    text-shadow: none !important;

    transform: translate3d(0, calc(var(--fws-scroll-p) * -52px), 0);
    filter: blur(calc(var(--fws-scroll-p) * 18px));
    opacity: calc(1 - (var(--fws-scroll-p) * .42));
    transition: filter .08s linear, transform .08s linear, opacity .08s linear;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero__title,
  .fws-web-hero__title * {
    text-shadow: none !important;
  }

  .fws-web-hero__title-inner {
    display: block;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero__text {
    max-width: 660px;
    margin: clamp(6px, .8vw, 12px) 0 0;
    color: var(--fws-muted);
    font-size: clamp(14px, .92vw, 16px);
    line-height: 1.55;
    letter-spacing: -.035em;
    font-weight: 500;

    transform: translate3d(0, calc(var(--fws-scroll-p) * -52px), 0);
    filter: blur(calc(var(--fws-scroll-p) * 18px));
    opacity: calc(1 - (var(--fws-scroll-p) * .42));
    transition: filter .08s linear, transform .08s linear, opacity .08s linear;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero__text-inner,
  .fws-web-hero__actions-inner,
  .fws-web-hero__visual-inner {
    display: block;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero:not(.is-split-ready) [data-fws-web-title-inner],
  .fws-web-hero:not(.is-split-ready) [data-fws-web-subtitle-inner],
  .fws-web-hero:not(.is-split-ready) [data-fws-web-actions-inner],
  .fws-web-hero:not(.is-split-ready) [data-fws-web-visual-inner] {
    visibility: hidden;
    opacity: 0;
  }

  .fws-web-hero.is-split-ready [data-fws-web-title-inner],
  .fws-web-hero.is-split-ready [data-fws-web-subtitle-inner],
  .fws-web-hero.is-split-ready [data-fws-web-actions-inner],
  .fws-web-hero.is-split-ready [data-fws-web-visual-inner] {
    visibility: visible;
  }

  .fws-web-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: clamp(34px, 4vh, 54px);

    transform: translate3d(0, calc(var(--fws-scroll-p) * -52px), 0);
    filter: blur(calc(var(--fws-scroll-p) * 18px));
    opacity: calc(1 - (var(--fws-scroll-p) * .42));
    transition: filter .08s linear, transform .08s linear, opacity .08s linear;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero__actions-inner {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .fws-web-hero__cta,
  .fws-web-hero__cta-secondary {
    height: clamp(40px, 2.8vw, 48px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;

    font-size: clamp(14px, .92vw, 16px);
    line-height: 1.55;
    letter-spacing: -.035em;
    font-weight: 500;
    white-space: nowrap;

    transition:
      transform .2s ease,
      background .2s ease,
      border-color .2s ease,
      color .2s ease,
      box-shadow .2s ease;
  }

  .fws-web-hero__cta:hover,
  .fws-web-hero__cta-secondary:hover {
    transform: translateY(-1px);
  }

  .fws-web-hero__cta {
    min-width: clamp(220px, 14vw, 276px);
    padding: 0 24px;
    background: #088fd3;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 143, 211, .28);
  }

  .fws-web-hero__cta:hover {
    background: #0aa1ed;
    color: #ffffff;
  }

  .fws-web-hero__cta-secondary {
    min-width: clamp(158px, 9.8vw, 198px);
    padding: 0 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .fws-web-hero__cta-secondary:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .28);
    color: #ffffff;
  }

  .fws-web-hero.is-split-ready .fws-web-hero__actions-inner,
  .fws-web-hero.is-split-ready .fws-web-hero__cta,
  .fws-web-hero.is-split-ready .fws-web-hero__cta-secondary {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .fws-web-hero__visual {
    position: relative;
    min-height: clamp(420px, 39vw, 585px);

    transform: translate3d(0, calc(var(--fws-scroll-p) * -52px), 0) scale(1);
    filter: blur(calc(var(--fws-scroll-p) * 18px));
    opacity: calc(1 - (var(--fws-scroll-p) * .42));
    transition: filter .08s linear, transform .08s linear, opacity .08s linear;
    will-change: transform, filter, opacity;
  }

  .fws-web-hero__visual-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .fws-web-browser,
  .fws-web-phone {
    position: absolute;
    will-change: transform;
    backface-visibility: hidden;
  }

  .fws-web-browser--desktop {
    right: 0;
    top: 50%;
    width: min(760px, 96%);
    aspect-ratio: 16 / 9.15;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(-50%);
    box-shadow:
      0 34px 100px rgba(0, 0, 0, .42),
      0 0 0 1px rgba(255, 255, 255, .12);
  }

  .fws-web-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    background: #061522;
  }

  .fws-web-preview__full-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
    filter: none !important;
    transform: none !important;
  }

  .fws-web-preview::before,
  .fws-web-preview::after {
    content: none !important;
    display: none !important;
  }

  .fws-web-phone {
    left: calc(0.8% - 40px);
    top: 67%;
    width: clamp(132px, 11.1vw, 184px);
    height: auto;
    aspect-ratio: auto;
    border-radius: 18.5px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 8;
    box-shadow:
      0 28px 78px rgba(0, 0, 0, .40),
      0 0 0 .55px rgba(255, 255, 255, .11);
  }

  .fws-web-phone__screen {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 18.5px;
    background: #061522;
  }

  .fws-web-phone .fws-web-preview {
    height: auto;
    background: transparent;
  }

  .fws-web-phone .fws-web-preview__full-img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  @keyframes fwsWebFloatOne {
    from {
      transform: translate3d(0, 0, 0) scale(1);
    }

    to {
      transform: translate3d(5%, 7%, 0) scale(1.08);
    }
  }

  @keyframes fwsWebFloatTwo {
    from {
      transform: translate3d(0, 0, 0) scale(1);
    }

    to {
      transform: translate3d(-6%, -5%, 0) scale(1.06);
    }
  }

  @media (max-width: 1180px) {
    .fws-web-hero {
      height: auto;
      min-height: 100svh;
      --fws-x: 24px;
    }

    .fws-web-hero__inner {
      width: min(var(--fws-max), calc(100% - var(--fws-x) * 2));
      height: auto;
      min-height: 100svh;
      grid-template-columns: 1fr;
      gap: 54px;
      padding: 84px 0 70px !important;
    }

    .fws-web-hero__copy {
      max-width: 820px;
    }

    .fws-web-hero__title {
      max-width: 1000px;
      font-size: clamp(42px, 4.35vw, 56px);
      line-height: 1.06;
      letter-spacing: -.07em;
    }

    .fws-web-hero__visual {
      width: 100%;
      min-height: clamp(500px, 64vw, 700px);
    }

    .fws-web-browser--desktop {
      width: 78%;
      right: 0;
      transform: translateY(-50%);
    }

    .fws-web-phone {
      left: calc(1% - 40px);
      top: 66%;
      width: clamp(136px, 17vw, 182px);
      transform: translateY(-50%);
    }
  }

  @media (max-width: 760px) {
    .fws-web-hero {
      --fws-x: 16px;
      min-height: 720px;
      height: auto;
    }

    .fws-web-hero__inner {
      width: calc(100% - var(--fws-x) * 2);
      min-height: 720px;
      gap: 42px;
      padding: 76px 0 62px !important;
    }

    .fws-web-hero__title {
      max-width: 100%;
      font-size: clamp(34px, 9.4vw, 52px);
      line-height: 1.02;
      letter-spacing: -.065em;
    }

    .fws-web-hero__text {
      max-width: 100%;
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.55;
      letter-spacing: -.035em;
    }

    .fws-web-hero__actions {
      flex-direction: column;
      align-items: stretch;
      margin-top: 30px;
    }

    .fws-web-hero__actions-inner {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
    }

    .fws-web-hero__cta,
    .fws-web-hero__cta-secondary {
      width: 100%;
      min-width: 0;
    }

    .fws-web-hero__visual {
      min-height: 545px;
      margin-left: -8px;
      margin-right: -8px;
    }

    .fws-web-browser--desktop {
      width: 94%;
      right: -34%;
      top: 44%;
      border-radius: 18px;
      transform: translateY(-50%);
    }

    .fws-web-phone {
      width: 146px;
      left: calc(-1% - 40px);
      top: 65%;
      border-radius: 17.5px;
      transform: translateY(-50%);
    }

    .fws-web-phone__screen {
      border-radius: 17.5px;
    }
  }

  @media (max-width: 430px) {
    .fws-web-hero__visual {
      min-height: 490px;
    }

    .fws-web-browser--desktop {
      width: 100%;
      right: -50%;
      top: 42%;
      transform: translateY(-50%);
    }

    .fws-web-phone {
      width: 134px;
      top: 65%;
      left: calc(-1% - 40px);
      transform: translateY(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-web-hero.is-split-ready [data-fws-web-title-inner],
    .fws-web-hero.is-split-ready [data-fws-web-subtitle-inner],
    .fws-web-hero.is-split-ready [data-fws-web-actions-inner],
    .fws-web-hero.is-split-ready [data-fws-web-visual-inner],
    .fws-web-hero [data-fws-web-title-inner],
    .fws-web-hero [data-fws-web-subtitle-inner],
    .fws-web-hero [data-fws-web-actions-inner],
    .fws-web-hero [data-fws-web-visual-inner] {
      transform: none !important;
      filter: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      transition: none !important;
      animation: none !important;
    }

    .fws-web-hero__title,
    .fws-web-hero__text,
    .fws-web-hero__actions,
    .fws-web-hero__visual,
    .fws-web-hero__orb,
    .fws-web-browser,
    .fws-web-phone {
      animation: none !important;
      transition: none !important;
      transform: none !important;
      filter: none !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }

/* ---- section ---- */

html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  body:has(#fws-ecommerce-problemi-unico-2026) .pf-section:has(#fws-ecommerce-problemi-unico-2026),
  body:has(#fws-ecommerce-problemi-unico-2026) .pf-row:has(#fws-ecommerce-problemi-unico-2026),
  body:has(#fws-ecommerce-problemi-unico-2026) .pf-column:has(#fws-ecommerce-problemi-unico-2026),
  body:has(#fws-ecommerce-problemi-unico-2026) .pf-element:has(#fws-ecommerce-problemi-unico-2026),
  body:has(#fws-ecommerce-problemi-unico-2026) .pf-widget:has(#fws-ecommerce-problemi-unico-2026),
  body:has(#fws-ecommerce-problemi-unico-2026) .pf-custom:has(#fws-ecommerce-problemi-unico-2026) {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow-x: clip !important;
  }

  #fws-ecommerce-problemi-unico-2026,
  #fws-ecommerce-problemi-unico-2026 * {
    box-sizing: border-box;
  }

  #fws-ecommerce-problemi-unico-2026.fws-ecom-problemi-u {
    --fws-ecu-ink: #0b1b33;
    --fws-ecu-muted: #66758d;
    --fws-ecu-blue: #088fd3;
    --fws-ecu-blue-hover: #0aa1ed;
    --fws-ecu-bg: #ffffff;
    --fws-ecu-card-bg: #eef0f2;
    --fws-ecu-card-bg-hover: #e7eaed;
    --fws-ecu-max: 1400px;
    --fws-ecu-head-max: 1040px;

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    --fws-subtitle-reveal-opacity: 0;
    --fws-subtitle-reveal-blur: 20px;
    --fws-subtitle-reveal-y: 42px;

    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 84px 24px 92px !important;
    background: var(--fws-ecu-bg) !important;
    color: var(--fws-ecu-ink) !important;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__wrap {
    position: relative;
    z-index: 2;
    width: min(var(--fws-ecu-max), 100%) !important;
    margin: 0 auto !important;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__head {
    width: min(var(--fws-ecu-head-max), 100%);
    margin: 0 0 clamp(44px, 4.4vw, 70px);
    transform: none;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head {
    margin: 0;
    padding: 0;
    color: #05080d;
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head .is-muted {
    color: #c7cbd0;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-line--desktop,
  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-product {
    display: block;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-line--mobile {
    display: none;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__subtitle-head {
    max-width: 790px;
    margin: clamp(18px, 1.55vw, 28px) 0 0;
    color: rgba(11, 27, 51, .58);
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.55;
    letter-spacing: -0.045em;
    font-weight: 600;

    opacity: var(--fws-subtitle-reveal-opacity);
    filter: blur(var(--fws-subtitle-reveal-blur));
    transform: translate3d(0, var(--fws-subtitle-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.15vw, 20px);
    align-items: start;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__card {
    position: relative;
    display: block;
    min-width: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--fws-ecu-ink);
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.4;
    min-height: 190px;
    padding: 0;
    background: var(--fws-ecu-card-bg);
    border: 1px solid rgba(11, 27, 51, .055);
    border-radius: 0;
    overflow: hidden;
    transition:
      background .42s cubic-bezier(.22, .61, .36, 1),
      transform .42s cubic-bezier(.22, .61, .36, 1);
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media::after {
    display: none;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__body {
    display: block;
    padding-top: 16px;
    background: transparent;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title {
    display: block;
    max-width: 520px;
    color: var(--fws-ecu-ink);
    font-size: clamp(19px, 1.32vw, 25px);
    line-height: 1.08;
    letter-spacing: -0.058em;
    font-weight: 500;
  }

  #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__desc {
    display: block;
    max-width: 100%;
    margin-top: 10px;
    color: var(--fws-ecu-muted);
    font-size: clamp(14px, .98vw, 16px);
    line-height: 1.34;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  @media (hover: hover) {
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__card:hover .fws-ecom-problemi-u__media {
      background: var(--fws-ecu-card-bg-hover);
      transform: translateY(-2px);
    }
  }

  @media (min-width: 1025px) and (max-height: 820px) {
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head {
      font-size: clamp(34px, 3.75vw, 60px);
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      min-height: 178px;
    }
  }

  @media (max-width: 1320px) {
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head {
      font-size: clamp(32px, 3.55vw, 58px);
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      min-height: 178px;
    }
  }

  @media (max-width: 1180px) {
    #fws-ecommerce-problemi-unico-2026.fws-ecom-problemi-u {
      padding: 58px 24px 76px !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__wrap {
      width: 100% !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__head {
      width: 100%;
      transform: none;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head {
      font-size: clamp(32px, 5.2vw, 56px);
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__subtitle-head {
      max-width: 760px;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      min-height: 210px;
    }
  }

  @media (max-width: 760px) {
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head {
      font-size: clamp(32px, 9.6vw, 50px);
      line-height: 1.02;
      white-space: nowrap;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-line--desktop {
      display: none;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-line--mobile,
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-product {
      display: block;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-line--mobile {
      color: #05080d;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-solo,
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-period {
      display: none;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title {
      font-size: clamp(22px, 6.4vw, 30px);
      line-height: 1.08;
      letter-spacing: -0.058em;
      font-weight: 500;
    }
  }

  @media (max-width: 720px) {
    #fws-ecommerce-problemi-unico-2026.fws-ecom-problemi-u {
      padding: 52px 18px 76px !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__wrap {
      width: 100% !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__head {
      margin-bottom: 34px;
      transform: none;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__subtitle-head {
      max-width: 100%;
      font-size: 16px;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      aspect-ratio: 16 / 8.4;
      min-height: 200px;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__desc {
      max-width: 100%;
    }
  }

  @media (max-width: 430px) {
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      min-height: 180px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #fws-ecommerce-problemi-unico-2026 {
      --fws-title-reveal-opacity: 1 !important;
      --fws-title-reveal-blur: 0px !important;
      --fws-title-reveal-y: 0px !important;

      --fws-subtitle-reveal-opacity: 1 !important;
      --fws-subtitle-reveal-blur: 0px !important;
      --fws-subtitle-reveal-y: 0px !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head,
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__subtitle-head,
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__media {
      transition: none !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__title-head,
    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__subtitle-head {
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }

    #fws-ecommerce-problemi-unico-2026 .fws-ecom-problemi-u__card:hover .fws-ecom-problemi-u__media {
      transform: none !important;
    }
  }

/* ---- section ---- */

html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  body:has(#struttura-ecommerce) .pf-section:has(#struttura-ecommerce),
  body:has(#struttura-ecommerce) .pf-row:has(#struttura-ecommerce),
  body:has(#struttura-ecommerce) .pf-column:has(#struttura-ecommerce),
  body:has(#struttura-ecommerce) .pf-element:has(#struttura-ecommerce),
  body:has(#struttura-ecommerce) .pf-widget:has(#struttura-ecommerce),
  body:has(#struttura-ecommerce) .pf-custom:has(#struttura-ecommerce) {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow-x: clip !important;
  }

  .fws-custom-site,
  .fws-custom-site * {
    box-sizing: border-box;
  }

  .fws-custom-site {
    --fws-cs-ink: #0b1b33;
    --fws-cs-black: #05080d;
    --fws-cs-muted: #66758d;
    --fws-cs-blue: #088fd3;
    --fws-cs-bg: #ffffff;
    --fws-cs-max: 1400px;
    --fws-cs-ease: cubic-bezier(.16, 1, .3, 1);

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    --fws-text-reveal-opacity: 0;
    --fws-text-reveal-blur: 20px;
    --fws-text-reveal-y: 42px;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 84px 24px 92px;
    overflow: hidden;
    isolation: isolate;
    background: var(--fws-cs-bg);
    color: var(--fws-cs-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .fws-custom-site__wrap {
    position: relative;
    z-index: 3;
    width: min(var(--fws-cs-max), 100%);
    min-height: clamp(610px, 76vh, 780px);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(390px, .9fr) minmax(560px, 1.1fr);
    align-items: center;
    gap: clamp(34px, 4vw, 70px);
  }

  .fws-custom-site__copy {
    position: relative;
    z-index: 4;
    max-width: 650px;
  }

  .fws-custom-site__title {
    margin: 0;
    color: var(--fws-cs-black);
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-custom-site__title .is-muted {
    color: #c7cbd0;
  }

  .fws-custom-site__text {
    max-width: 610px;
    margin: clamp(18px, 1.55vw, 28px) 0 0;
    color: rgba(11, 27, 51, .58);
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.55;
    letter-spacing: -0.045em;
    font-weight: 600;

    opacity: var(--fws-text-reveal-opacity);
    filter: blur(var(--fws-text-reveal-blur));
    transform: translate3d(0, var(--fws-text-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-custom-site__visual {
    position: relative;
    z-index: 3;
    width: clamp(560px, 48vw, 820px);
    max-width: none;
    margin-left: clamp(-14px, 1vw, 24px);
    opacity: 0;
    transform: translate3d(42px, 34px, 0) rotateX(3deg);
    transform-origin: center center;
    transition:
      opacity 1800ms var(--fws-cs-ease),
      transform 1800ms var(--fws-cs-ease);
    transition-delay: 120ms;
    will-change: transform, opacity;
  }

  .fws-custom-site.is-visible .fws-custom-site__visual {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
  }

  .fws-custom-site__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 12% 10% 10% 10%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(8, 143, 211, .08), transparent 62%);
    filter: blur(34px);
    opacity: .55;
    pointer-events: none;
  }

  .fws-custom-site__visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    transform: translateZ(0);
  }

  @media (min-width: 1025px) and (max-height: 820px) {
    .fws-custom-site {
      padding-top: 64px;
      padding-bottom: 72px;
    }

    .fws-custom-site__wrap {
      min-height: 600px;
    }

    .fws-custom-site__title {
      font-size: clamp(34px, 3.75vw, 60px);
    }

    .fws-custom-site__text {
      font-size: clamp(15.5px, 1vw, 18px);
      line-height: 1.55;
      margin-top: 22px;
    }

    .fws-custom-site__visual {
      width: clamp(540px, 45vw, 760px);
    }
  }

  @media (max-width: 1320px) {
    .fws-custom-site__wrap {
      grid-template-columns: minmax(380px, .95fr) minmax(520px, 1.05fr);
      gap: clamp(30px, 3.6vw, 62px);
    }

    .fws-custom-site__title {
      font-size: clamp(32px, 3.55vw, 58px);
    }

    .fws-custom-site__visual {
      width: clamp(520px, 47vw, 760px);
      margin-left: 0;
    }
  }

  @media (max-width: 1080px) {
    .fws-custom-site {
      padding: 58px 24px 76px;
    }

    .fws-custom-site__wrap {
      width: 100%;
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 42px;
      padding: 0;
    }

    .fws-custom-site__copy {
      max-width: 760px;
    }

    .fws-custom-site__title {
      font-size: clamp(32px, 5.2vw, 56px);
      line-height: 1.03;
      letter-spacing: -0.072em;
    }

    .fws-custom-site__text {
      max-width: 720px;
    }

    .fws-custom-site__visual {
      width: min(820px, 98%);
      margin-left: 50%;
      transform: translate3d(calc(-50% + 162px), 34px, 0) rotateX(3deg);
    }

    .fws-custom-site.is-visible .fws-custom-site__visual {
      transform: translate3d(calc(-50% + 120px), 0, 0) rotateX(0deg);
    }
  }

  @media (max-width: 760px) {
    .fws-custom-site {
      padding: 52px 18px 76px;
    }

    .fws-custom-site__wrap {
      width: 100%;
      gap: 34px;
    }

    .fws-custom-site__title {
      font-size: clamp(32px, 9.6vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.072em;
    }

    .fws-custom-site__text {
      margin-top: 22px;
      font-size: 16px;
      line-height: 1.55;
      letter-spacing: -0.045em;
    }

    .fws-custom-site__visual {
      width: min(600px, 102%);
      margin-top: 8px;
      margin-left: 50%;
      transform: translate3d(calc(-50% - 42px), 34px, 0) rotateX(3deg);
    }

    .fws-custom-site.is-visible .fws-custom-site__visual {
      transform: translate3d(-50%, 0, 0) rotateX(0deg);
    }

    .fws-custom-site__visual::before {
      opacity: .35;
      filter: blur(26px);
    }
  }

  @media (max-width: 430px) {
    .fws-custom-site {
      padding-left: 15px;
      padding-right: 15px;
    }

    .fws-custom-site__visual {
      width: 108%;
      margin-left: 50%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-custom-site {
      --fws-title-reveal-opacity: 1 !important;
      --fws-title-reveal-blur: 0px !important;
      --fws-title-reveal-y: 0px !important;

      --fws-text-reveal-opacity: 1 !important;
      --fws-text-reveal-blur: 0px !important;
      --fws-text-reveal-y: 0px !important;
    }

    .fws-custom-site,
    .fws-custom-site *,
    .fws-custom-site *::before,
    .fws-custom-site *::after {
      animation: none !important;
      transition: none !important;
      scroll-behavior: auto !important;
    }

    .fws-custom-site__title,
    .fws-custom-site__text,
    .fws-custom-site__visual {
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }

    @media (max-width: 1080px) {
      .fws-custom-site__visual {
        transform: translateX(calc(-50% + 120px)) !important;
      }
    }

    @media (max-width: 760px) {
      .fws-custom-site__visual {
        transform: translateX(-50%) !important;
      }
    }
  }

/* ---- section ---- */

html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  .fws-transformations,
  .fws-transformations * {
    box-sizing: border-box;
  }

  .fws-transformations {
    --fws-tr-ink: #0b1b33;
    --fws-tr-muted: #66758d;
    --fws-tr-blue: #088fd3;
    --fws-tr-blue-hover: #0aa1ed;
    --fws-tr-border: #cdeafa;
    --fws-tr-bg: #eef0f2;
    --fws-tr-max: 1400px;
    --fws-tr-ease: cubic-bezier(.16, 1, .3, 1);
    --fws-tr-gap: clamp(24px, 2.6vw, 40px);

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(98px, 7.2vw, 132px) 24px clamp(82px, 6.4vw, 112px);
    background: var(--fws-tr-bg);
    color: var(--fws-tr-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    isolation: isolate;
  }

  .fws-transformations button {
    font-family: inherit;
  }

  .fws-transformations a {
    color: inherit;
    text-decoration: none;
  }

  .fws-transformations__wrap {
    position: relative;
    z-index: 2;
    width: min(var(--fws-tr-max), 100%);
    margin: 0 auto;
  }

  .fws-transformations__head {
    position: relative;
    width: 100%;
    margin: 0 0 clamp(34px, 3.2vw, 50px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 680px);
    column-gap: clamp(42px, 5.5vw, 92px);
    align-items: start;
  }

  .fws-transformations__title-head {
    margin: 0;
    padding: 0;
    color: #05080d;
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-transformations__title-head span {
    display: inline;
    color: #c7cbd0;
  }

  .fws-transformations__subtitle {
    width: 100%;
    max-width: 680px;
    margin: clamp(4px, .45vw, 8px) 0 0;
    justify-self: end;
    color: var(--fws-tr-muted);
    font-size: clamp(15px, 1.05vw, 17.5px);
    line-height: 1.6;
    letter-spacing: -0.035em;
    font-weight: 500;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-transformations__viewport {
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  .fws-transformations__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--fws-tr-gap);
    align-items: flex-start;
    width: 100%;
  }

  .fws-transformations__card {
    position: relative;
    display: block;
    min-width: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--fws-tr-ink);
    transform: none !important;
  }

  .fws-transformations__media {
    display: block;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 0;
    overflow: visible;
  }

  .fws-transformations__media img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    object-fit: contain;
    object-position: top center;
    border-radius: 0;
  }

  .fws-transformations__media video,
  .fws-transformations__media iframe {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    object-fit: contain;
    object-position: top center;
    border-radius: 0;
  }

  .fws-transformations__body {
    display: block;
    padding-top: 16px;
    background: transparent;
  }

  .fws-transformations__kicker {
    display: block;
    height: 14px;
    margin-bottom: 7px;
    color: var(--fws-tr-blue);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
  }

  .fws-transformations__title {
    display: block;
    max-width: 520px;
    margin: 0;
    color: var(--fws-tr-ink);
    font-size: clamp(21px, 1.55vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.058em;
    font-weight: 500;
  }

  .fws-transformations__desc {
    display: block;
    max-width: 640px;
    margin: 8px 0 0;
    color: var(--fws-tr-muted);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  @media (min-width: 1025px) and (max-height: 820px) {
    .fws-transformations {
      padding-top: 90px;
      padding-bottom: 86px;
    }

    .fws-transformations__title-head {
      font-size: clamp(34px, 3.75vw, 60px);
    }
  }

  @media (max-width: 1320px) {
    .fws-transformations__title-head {
      font-size: clamp(32px, 3.55vw, 58px);
    }

    .fws-transformations {
      --fws-tr-gap: clamp(22px, 2.4vw, 34px);
    }

    .fws-transformations__head {
      grid-template-columns: minmax(0, 1fr) minmax(480px, 620px);
      column-gap: clamp(34px, 4.5vw, 70px);
    }

    .fws-transformations__subtitle {
      max-width: 620px;
    }
  }

  @media (max-width: 1180px) {
    .fws-transformations__wrap {
      width: min(980px, 100%);
    }

    .fws-transformations {
      padding-top: 92px;
      padding-bottom: 90px;
    }

    .fws-transformations__head {
      display: block;
    }

    .fws-transformations__title-head {
      font-size: clamp(32px, 5.2vw, 56px);
    }

    .fws-transformations__subtitle {
      max-width: 720px;
      margin: clamp(14px, 1.4vw, 20px) 0 0;
      justify-self: auto;
    }

    .fws-transformations__desc {
      max-width: 640px;
    }
  }

  @media (max-width: 760px) {
    .fws-transformations {
      padding: 86px 18px 82px;
    }

    .fws-transformations__wrap {
      width: 100%;
    }

    .fws-transformations__head {
      margin-bottom: 34px;
    }

    .fws-transformations__title-head {
      font-size: clamp(32px, 9.6vw, 50px);
      line-height: 1.02;
    }

    .fws-transformations__subtitle {
      max-width: 100%;
      font-size: 15.5px;
      line-height: 1.58;
      letter-spacing: -0.035em;
      display: none !important;
    }

    .fws-transformations__grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .fws-transformations__title {
      font-size: clamp(22px, 6.4vw, 30px);
      line-height: 1.08;
      letter-spacing: -0.058em;
      font-weight: 500;
    }

    .fws-transformations__desc {
      max-width: 100%;
      font-size: clamp(15px, 1.08vw, 17px);
      line-height: 1.28;
      letter-spacing: -0.035em;
      font-weight: 500;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-transformations {
      --fws-title-reveal-opacity: 1 !important;
      --fws-title-reveal-blur: 0px !important;
      --fws-title-reveal-y: 0px !important;
    }

    .fws-transformations__title-head,
    .fws-transformations__subtitle {
      transition: none !important;
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }
  }

/* ---- section ---- */

.fws-integrations-section,
  .fws-integrations-section * {
    box-sizing: border-box;
  }

  .fws-integrations-section {
    --fws-ink: #0f172a;
    --fws-muted: rgba(15, 23, 42, .68);
    --fws-blue: #088fd3;
    --fws-blue-hover: #0aa1ed;
    --fws-blue-soft: rgba(8, 143, 211, .08);
    --fws-border: rgba(15, 23, 42, .10);
    --fws-bg: #ffffff;

    --fws-max: 1400px;
    --fws-gap: 14px;
    --fws-card-h: 488px;

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    --fws-hover-dur: 840ms;
    --fws-hover-ease: cubic-bezier(.16, 1, .3, 1);

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ffffff;
    padding: 98px 24px 82px;
    overflow: hidden;
    color: var(--fws-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .fws-integrations-section a {
    color: inherit;
    text-decoration: none;
  }

  .fws-integrations-section button {
    font-family: inherit;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .fws-integrations__bg {
    display: none;
  }

  .fws-integrations__grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
      linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at 54% 52%, #000 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at 54% 52%, #000 0%, transparent 72%);
  }

  .fws-integrations__orb {
    position: absolute;
    width: clamp(360px, 34vw, 680px);
    aspect-ratio: 1;
    border-radius: 999px;
    filter: blur(20px);
    opacity: .48;
  }

  .fws-integrations__orb--one {
    left: -16%;
    top: 20%;
    background: radial-gradient(circle, rgba(8, 143, 211, .58), transparent 68%);
    animation: fwsIntegrationsFloatOne 12s ease-in-out infinite alternate;
  }

  .fws-integrations__orb--two {
    right: -18%;
    bottom: -22%;
    background: radial-gradient(circle, rgba(8, 143, 211, .38), transparent 70%);
    animation: fwsIntegrationsFloatTwo 14s ease-in-out infinite alternate;
  }

  .fws-integrations {
    position: relative;
    z-index: 2;
    width: min(var(--fws-max), 100%);
    margin: 0 auto;
  }

  .fws-integrations__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
  }

  .fws-integrations__title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;
    text-shadow: none;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-integrations__title .is-muted {
    color: #c7cbd0;
  }

  .fws-integrations__arrows {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
  }

  .fws-int-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    background: rgba(15, 23, 42, .04);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: none;
    transition:
      transform .22s ease,
      background .22s ease,
      color .22s ease,
      box-shadow .22s ease;
  }

  .fws-int-arrow:hover {
    transform: translateY(-1px);
    background: var(--fws-blue);
    color: #fff;
    box-shadow: 0 10px 26px rgba(8,143,211,.22);
  }

  .fws-int-arrow svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.3;
  }

  .fws-int-carousel {
    position: relative;
    width: 100%;
  }

  .fws-int-carousel__viewport {
    position: relative;
    width: 100%;
    height: var(--fws-card-h);
    overflow: hidden;
    touch-action: pan-y;
  }

  .fws-int-carousel__track {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .fws-int-card {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--card-w, 100px);
    transform: translate3d(var(--card-x, 0px), 0, 0);
    transform-origin: center center;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    isolation: isolate;
    cursor: pointer;
    opacity: var(--card-opacity, 1);
    z-index: var(--card-z, 1);
    filter: none !important;
    transition:
      width var(--fws-hover-dur) var(--fws-hover-ease),
      transform var(--fws-hover-dur) var(--fws-hover-ease),
      opacity 320ms ease;
    will-change: width, transform, opacity;
    border: 0 !important;
    box-shadow: none;
  }

  .fws-integrations-section:not(.is-ready) .fws-int-card,
  .fws-integrations-section.is-moving .fws-int-card {
    transition: none !important;
  }

  .fws-int-card.is-render-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .fws-int-card.is-active {
    cursor: default;
    box-shadow: none;
    opacity: 1;
  }

  .fws-int-card.is-hovered {
    filter: none !important;
    box-shadow: none;
  }

  .fws-int-card.is-active.is-hovered {
    box-shadow: none;
  }

  .fws-int-card::before,
  .fws-int-card::after,
  .fws-int-card.is-active::after,
  .fws-int-card--image-only::before,
  .fws-int-card__image::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
  }

  .fws-int-card__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: clamp(26px, 2.25vw, 44px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-content: space-between;
    background:
      radial-gradient(circle at 82% 18%, rgba(15, 23, 42, .045), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  }

  .fws-int-card--image-only .fws-int-card__inner {
    display: block;
    padding: 0;
    background: #eef0f2;
  }

  .fws-int-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eef0f2;
    z-index: 1;
  }

  .fws-int-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .fws-int-card.is-active .fws-int-card__image img,
  .fws-int-card.is-hovered .fws-int-card__image img {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .fws-int-carousel__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
  }

  .fws-int-indicators {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
    min-height: 14px !important;
  }

  .fws-int-indicator {
    width: 38px !important;
    height: 14px !important;
    min-width: 38px !important;
    min-height: 14px !important;
    max-width: 38px !important;
    max-height: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transform: translateZ(0);
  }

  .fws-int-indicator__bar {
    width: 34px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 0 !important;
    background: #aeb5bf !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition:
      background .24s ease,
      box-shadow .24s ease,
      transform .24s ease;
  }

  .fws-int-indicator:hover .fws-int-indicator__bar {
    background: #98a1ad !important;
  }

  .fws-int-indicator.is-active .fws-int-indicator__bar {
    background: var(--fws-blue) !important;
    box-shadow: 0 0 0 1px rgba(8, 143, 211, .10), 0 0 14px rgba(8, 143, 211, .44) !important;
  }

  .fws-int-btn,
  .fws-int-btn:visited,
  .fws-int-btn:hover,
  .fws-int-btn:focus {
    color: #ffffff !important;
  }

  .fws-int-btn {
    height: clamp(40px, 2.8vw, 48px);
    min-width: 0;
    padding: 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid var(--fws-blue);
    background: var(--fws-blue);
    box-shadow: 0 14px 34px rgba(8, 143, 211, .28);

    font-size: clamp(14px, .92vw, 16px);
    line-height: 1.55;
    letter-spacing: -.035em;
    font-weight: 500;

    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
    transition:
      transform .2s ease,
      background .2s ease,
      border-color .2s ease,
      color .2s ease,
      box-shadow .2s ease;
  }

  .fws-int-btn svg {
    width: 17px;
    height: 17px;
    stroke-width: 2.4;
    flex: 0 0 auto;
    transition: transform .2s ease;
  }

  .fws-int-btn:hover {
    transform: translateY(-1px);
    background: var(--fws-blue-hover);
    border-color: var(--fws-blue-hover);
    box-shadow: 0 16px 36px rgba(8, 143, 211, .26);
  }

  .fws-int-btn:hover svg {
    transform: translateX(2px);
  }

  @keyframes fwsIntegrationsFloatOne {
    from {
      transform: translate3d(0, 0, 0) scale(1);
    }

    to {
      transform: translate3d(5%, 7%, 0) scale(1.08);
    }
  }

  @keyframes fwsIntegrationsFloatTwo {
    from {
      transform: translate3d(0, 0, 0) scale(1);
    }

    to {
      transform: translate3d(-6%, -5%, 0) scale(1.06);
    }
  }

  @media (max-width: 1180px) {
    .fws-integrations-section {
      --fws-card-h: 455px;
      padding-top: 84px;
    }

    .fws-integrations {
      width: min(var(--fws-max), 100%);
    }

    .fws-integrations__top {
      margin-bottom: 30px;
    }

    .fws-int-carousel__bottom {
      margin-top: 24px;
    }
  }

  @media (max-width: 920px) {
    .fws-integrations-section {
      --fws-gap: 10px;
      --fws-card-h: 390px;
      padding: 76px 18px 72px;
    }

    .fws-integrations {
      width: 100%;
    }

    .fws-integrations__top {
      align-items: flex-start;
      margin-bottom: 26px;
    }

    .fws-integrations__title {
      font-size: clamp(34px, 7vw, 58px);
      white-space: normal;
    }

    .fws-int-carousel__bottom {
      justify-content: space-between;
      margin-top: 22px;
    }
  }

  @media (max-width: 760px) {
    .fws-integrations-section {
      --fws-card-h: min(330px, calc((100vw - 36px) * 0.52513));
    }

    .fws-int-card,
    .fws-int-arrow,
    .fws-int-btn,
    .fws-int-indicator {
      -webkit-tap-highlight-color: transparent !important;
      outline: none !important;
      user-select: none;
      -webkit-user-select: none;
    }

    .fws-int-card:focus,
    .fws-int-card:active,
    .fws-int-arrow:focus,
    .fws-int-arrow:active,
    .fws-int-btn:focus,
    .fws-int-btn:active,
    .fws-int-indicator:focus,
    .fws-int-indicator:active {
      outline: none !important;
    }

    .fws-integrations__title {
      font-size: clamp(28px, 8.2vw, 42px);
      line-height: 1.02;
      letter-spacing: -0.072em;
      font-weight: 500;
      white-space: nowrap;
    }

    .fws-integrations__title-line {
      display: inline;
    }
  }

  @media (max-width: 640px) {
    .fws-integrations-section {
      padding: 70px 18px 70px;
    }

    .fws-integrations__top {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 18px;
    }

    .fws-integrations__title {
      font-size: clamp(34px, 9.6vw, 50px);
      line-height: 1.02;
    }

    .fws-integrations__arrows {
      align-self: flex-end;
    }

    .fws-int-carousel__bottom {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
    }

    .fws-int-indicators {
      width: 100% !important;
      justify-content: flex-end !important;
      margin-left: 0 !important;
      gap: 7px !important;
    }

    .fws-int-indicator {
      width: 34px !important;
      min-width: 34px !important;
      max-width: 34px !important;
      height: 14px !important;
      min-height: 14px !important;
      max-height: 14px !important;
    }

    .fws-int-indicator__bar {
      width: 30px !important;
      height: 2px !important;
      background: #aeb5bf !important;
    }

    .fws-int-btn {
      width: 100%;
      min-width: 0;
      height: 48px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-integrations-section {
      --fws-title-reveal-opacity: 1 !important;
      --fws-title-reveal-blur: 0px !important;
      --fws-title-reveal-y: 0px !important;
    }

    .fws-integrations__title,
    .fws-integrations__orb,
    .fws-int-card,
    .fws-int-arrow,
    .fws-int-btn,
    .fws-int-btn svg,
    .fws-int-indicator,
    .fws-int-indicator__bar,
    .fws-int-card__image,
    .fws-int-card__image img,
    .fws-int-card::before,
    .fws-int-card::after {
      transition: none !important;
    }

    .fws-integrations__title {
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }
  }

/* ---- section ---- */

.fws-web-process,
  .fws-web-process * {
    box-sizing: border-box;
  }

  .fws-web-process {
    --fws-wp-ink: #0b1b33;
    --fws-wp-muted: #66758d;
    --fws-wp-title-muted: rgba(11, 27, 51, .23);
    --fws-wp-blue: #088fd3;
    --fws-wp-blue-hover: #0aa1ed;
    --fws-wp-blue-dark: #004272;
    --fws-wp-border: #cdeafa;
    --fws-wp-bg: #eef0f2;
    --fws-wp-card: #ffffff;
    --fws-wp-max: 1400px;

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    --fws-card-base-height: 258px;
    --fws-cards-lift: -160px;

    --fws-card-1-extra: 0px;
    --fws-card-2-extra: 40px;
    --fws-card-3-extra: 80px;
    --fws-card-4-extra: 120px;
    --fws-card-5-extra: 160px;

    --fws-content-x: 0px;
    --fws-cards-gap: clamp(12px, .95vw, 18px);
    --fws-connector-y: 57px;

    --fws-step-pad: clamp(24px, 1.55vw, 30px);
    --fws-step-icon: clamp(48px, 3.05vw, 54px);
    --fws-step-icon-svg: clamp(22px, 1.42vw, 25px);

    --fws-step-title: clamp(21px, 1.55vw, 30px);
    --fws-step-text: clamp(15px, 1.08vw, 17px);

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 84px 24px 64px;
    background: var(--fws-wp-bg);
    color: var(--fws-wp-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    isolation: isolate;
  }

  .fws-web-process__watermark {
    position: absolute;
    z-index: 0;
    top: clamp(-360px, -16vw, -230px);
    right: clamp(-360px, -15vw, -220px);
    width: clamp(780px, 58vw, 1220px);
    height: auto;
    opacity: .105;
    pointer-events: none;
    user-select: none;
    filter: saturate(1.18);
  }

  .fws-web-process a {
    color: inherit;
    text-decoration: none;
  }

  .fws-web-process__wrap {
    position: relative;
    z-index: 2;
    width: min(var(--fws-wp-max), 100%);
    margin: 0 auto;
  }

  .fws-web-process__workspace {
    position: relative;
    width: 100%;
    min-height: auto;
    isolation: isolate;
  }

  .fws-web-process__copy {
    position: relative;
    z-index: 8;
    width: 100%;
    min-height: auto;
    display: block;
    padding: clamp(8px, .7vw, 14px) 0 0 0;
    pointer-events: none;
  }

  .fws-web-process__head {
    max-width: 980px;
    transform: translateY(clamp(10px, 1.2vw, 22px));
  }

  .fws-web-process__title {
    margin: 0;
    color: #05080d;
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-web-process__title span {
    display: block;
    white-space: nowrap;
  }

  .fws-web-process__title-muted {
    color: var(--fws-wp-title-muted);
  }

  .fws-web-process__desc {
    position: relative;
    left: auto;
    bottom: auto;
    width: 720px;
    max-width: 720px;
    margin: clamp(18px, 1.55vw, 28px) 0 0;
    color: rgba(11, 27, 51, .58);
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.55;
    letter-spacing: -0.045em;
    font-weight: 600;

    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-web-process__btn-spacer {
    height: clamp(40px, 2.8vw, 48px);
    min-width: 0;
    margin-top: clamp(20px, 2vw, 32px);
    padding: 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
  }

  .fws-web-process__cards {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: clamp(50px, 4.25vw, 76px) 0 0;
    margin-bottom: var(--fws-cards-lift);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: var(--fws-cards-gap);
    overflow: visible;
    transform: translateY(var(--fws-cards-lift));
  }

  .fws-web-process__card {
    position: relative;
    z-index: 4;
    width: 100%;
    height: calc(var(--fws-card-base-height) + var(--fws-card-extra));
    padding: var(--fws-step-pad);
    background: var(--fws-wp-card);
    border: 1px solid rgba(11, 27, 51, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
    overflow: visible;
  }

  .fws-web-process__card--one {
    --fws-card-extra: var(--fws-card-1-extra);
  }

  .fws-web-process__card--two {
    --fws-card-extra: var(--fws-card-2-extra);
  }

  .fws-web-process__card--three {
    --fws-card-extra: var(--fws-card-3-extra);
  }

  .fws-web-process__card--structure {
    --fws-card-extra: var(--fws-card-4-extra);
  }

  .fws-web-process__card--four {
    --fws-card-extra: var(--fws-card-5-extra);
  }

  .fws-web-process__card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: var(--fws-connector-y);
    width: var(--fws-cards-gap);
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(8, 143, 211, .34),
      rgba(8, 143, 211, .16)
    );
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 6;
  }

  .fws-web-process__card:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(100% + (var(--fws-cards-gap) / 2) - 4px);
    top: var(--fws-connector-y);
    width: 8px;
    height: 8px;
    border: 1.5px solid rgba(8, 143, 211, .35);
    border-radius: 50%;
    background: var(--fws-wp-bg);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 7;
  }

  .fws-web-process__icon {
    width: var(--fws-step-icon);
    height: var(--fws-step-icon);
    display: grid;
    place-items: center;
    margin-bottom: clamp(16px, 1.05vw, 19px);
    border-radius: 50%;
    background: rgba(8, 143, 211, .08);
    color: var(--fws-wp-blue-dark);
  }

  .fws-web-process__icon svg {
    width: var(--fws-step-icon-svg);
    height: var(--fws-step-icon-svg);
    stroke-width: 2;
  }

  .fws-web-process__card h3 {
    display: block;
    max-width: 520px;
    margin: 0 0 clamp(13px, .9vw, 16px);
    color: var(--fws-wp-ink);
    font-size: var(--fws-step-title);
    line-height: 1.08;
    letter-spacing: -0.058em;
    font-weight: 500;
  }

  .fws-web-process__card p {
    margin: 0;
    color: var(--fws-wp-muted);
    font-size: var(--fws-step-text);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  @media (max-width: 1280px) {
    .fws-web-process__cards {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: visible;
      padding: 22px 28px 10px 0;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
    }

    .fws-web-process__card {
      flex: 0 0 clamp(246px, 22vw, 292px);
      width: clamp(246px, 22vw, 292px);
      scroll-snap-align: start;
    }

    .fws-web-process__cards::-webkit-scrollbar {
      height: 0;
    }

    .fws-web-process__cards {
      scrollbar-width: none;
    }
  }

  @media (max-width: 1320px) {
    .fws-web-process__desc {
      width: min(560px, 100%);
      max-width: 560px;
    }
  }

  @media (max-width: 1180px) {
    .fws-web-process {
      padding: 58px 24px 64px;
    }

    .fws-web-process__wrap {
      width: 100%;
    }

    .fws-web-process__watermark {
      width: clamp(520px, 86vw, 760px);
      top: -250px;
      right: -260px;
      opacity: .08;
      filter: saturate(1.18);
    }

    .fws-web-process__workspace {
      min-height: auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .fws-web-process__copy {
      width: 100%;
      min-height: auto;
      padding: 0;
      pointer-events: auto;
      order: 0;
    }

    .fws-web-process__head {
      transform: none;
    }

    .fws-web-process__title {
      font-size: clamp(34px, 7vw, 68px);
      line-height: 1.03;
      letter-spacing: -0.072em;
    }

    .fws-web-process__title span {
      white-space: normal;
    }

    .fws-web-process__desc {
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%;
      max-width: 760px;
      margin-top: 32px;
    }

    .fws-web-process__cards {
      width: 100%;
      margin: 18px 0 0;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr;
      align-items: stretch;
      gap: 18px;
      overflow: visible;
      scroll-snap-type: none;
      transform: none;
    }

    .fws-web-process__card {
      width: 100%;
      height: auto !important;
      min-height: auto;
      flex: none;
      padding: 30px;
      scroll-snap-align: none;
      overflow: visible;
    }

    .fws-web-process__card::before,
    .fws-web-process__card::after {
      display: none;
    }

    .fws-web-process__icon {
      width: 58px;
      height: 58px;
      margin-bottom: 20px;
    }

    .fws-web-process__icon svg {
      width: 27px;
      height: 27px;
    }
  }

  @media (max-width: 720px) {
    .fws-web-process {
      padding: 52px 18px 64px;
    }

    .fws-web-process__wrap {
      width: 100%;
    }

    .fws-web-process__watermark {
      width: 560px;
      top: -210px;
      right: -250px;
      opacity: .06;
      filter: saturate(1.18);
    }

    .fws-web-process__title {
      font-size: clamp(34px, 9vw, 52px);
      letter-spacing: -0.072em;
    }

    .fws-web-process__btn-spacer {
      width: 100%;
      min-width: 0;
      justify-content: center;
      padding-left: 0;
      padding-right: 0;
    }

    .fws-web-process__desc {
      font-size: 16px;
    }

    .fws-web-process__workspace {
      gap: 16px;
    }

    .fws-web-process__card {
      padding: 26px;
    }
  }

  @media (max-width: 640px) {
    .fws-web-process__card h3 {
      font-size: clamp(22px, 6.4vw, 30px);
      line-height: 1.08;
      letter-spacing: -0.058em;
      font-weight: 500;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-web-process {
      --fws-title-reveal-opacity: 1 !important;
      --fws-title-reveal-blur: 0px !important;
      --fws-title-reveal-y: 0px !important;
    }

    .fws-web-process__title,
    .fws-web-process__desc {
      transition: none !important;
      opacity: 1 !important;
      filter: none !important;
      transform: none !important;
    }
  }

/* ---- section ---- */

html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  .fws-start-project,
  .fws-start-project * {
    box-sizing: border-box;
  }

  .fws-start-project button,
  .fws-start-project input,
  .fws-start-project textarea {
    font-family: inherit;
  }

  .fws-start-project {
    --fws-sp-ink: #0b1b33;
    --fws-sp-muted: #66758d;
    --fws-sp-blue: #088fd3;
    --fws-sp-blue-hover: #0aa1ed;
    --fws-sp-blue-soft: #eaf7ff;
    --fws-sp-border: #cdeafa;
    --fws-sp-line: rgba(11, 27, 51, .14);
    --fws-sp-line-strong: rgba(11, 27, 51, .22);
    --fws-sp-bg: #eef0f2;
    --fws-sp-field: #ffffff;
    --fws-sp-error: #d92d20;
    --fws-sp-success: #21a66b;
    --fws-sp-max: 1400px;
    --fws-sp-form-max: 1160px;
    --fws-sp-ease: cubic-bezier(.16, 1, .3, 1);

    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 84px 24px 78px;
    background: var(--fws-sp-bg);
    color: var(--fws-sp-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: clip;
    overflow-y: visible;
    isolation: isolate;
  }

  @supports not (overflow-x: clip) {
    .fws-start-project {
      overflow-x: hidden;
    }
  }

  .fws-start-project__wrap {
    position: relative;
    z-index: 2;
    width: min(var(--fws-sp-max), 100%);
    margin: 0 auto;
  }

  .fws-start-project__head {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
    margin: 0 0 clamp(28px, 3.2vw, 46px);
  }

  .fws-start-project__title {
    margin: 0;
    color: #05080d;
    font-size: clamp(34px, 4.15vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.072em;
    font-weight: 500;
    white-space: nowrap;
    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition: opacity .08s linear, filter .08s linear, transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-start-project__title-muted {
    color: #c7cbd0;
  }

  .fws-start-project__subtitle {
    max-width: 620px;
    margin: clamp(18px, 1.55vw, 28px) auto 0;
    color: rgba(11, 27, 51, .58);
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.55;
    letter-spacing: -0.045em;
    font-weight: 600;
    opacity: var(--fws-title-reveal-opacity);
    filter: blur(var(--fws-title-reveal-blur));
    transform: translate3d(0, var(--fws-title-reveal-y), 0);
    transition: opacity .08s linear, filter .08s linear, transform .08s linear;
    will-change: opacity, filter, transform;
  }

  .fws-start-project__form {
    position: relative;
    width: min(var(--fws-sp-form-max), 100%);
    margin: 0 auto;
  }

  .fws-start-project__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 0;
    overflow: visible;
  }

  .fws-start-project__main {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    overflow: visible;
  }

  .fws-start-project__main-col {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: visible;
  }

  .fws-start-project__main-col--left {
    z-index: 20;
  }

  .fws-start-project__main-col--center,
  .fws-start-project__main-col--right {
    z-index: 10;
  }

  .fws-start-project__field {
    position: relative;
    min-width: 0;
  }

  .fws-start-project__field--span-4 {
    grid-column: span 4;
  }

  .fws-start-project__field label:not(.fws-start-project__privacy):not(.fws-start-project__site-check),
  .fws-start-project__site-check-title {
    display: block;
    margin: 0 0 8px;
    color: rgba(11, 27, 51, .78);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  .fws-start-project__field input,
  .fws-start-project__field textarea,
  .fws-start-project__select-btn {
    width: 100%;
    border: 1px solid var(--fws-sp-line);
    border-radius: 0;
    background: var(--fws-sp-field);
    color: var(--fws-sp-ink);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
    outline: none;
    transition:
      border-color .22s ease,
      box-shadow .22s ease,
      background .22s ease,
      color .22s ease,
      height .32s var(--fws-sp-ease),
      min-height .32s var(--fws-sp-ease),
      transform .32s var(--fws-sp-ease);
  }

  .fws-start-project__field input,
  .fws-start-project__select-btn {
    height: 54px;
  }

  .fws-start-project__field input {
    padding: 0 16px;
  }

  .fws-start-project__field textarea {
    min-height: 54px;
    height: 54px;
    padding: 13px 16px;
    resize: none;
    overflow: hidden;
  }

  .fws-start-project__field--message {
    position: relative;
    z-index: 30;
    min-height: 84px;
  }

  .fws-start-project__field--message textarea {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 1;
  }

  .fws-start-project__field--message.is-active,
  .fws-start-project__field--message:focus-within {
    z-index: 200;
  }

  .fws-start-project__field--message.is-active textarea,
  .fws-start-project__field--message:focus-within textarea {
    min-height: 238px;
    height: 238px;
    padding-top: 17px;
    padding-bottom: 17px;
    resize: vertical;
    overflow: auto;
    box-shadow: 0 18px 42px rgba(11, 27, 51, .14);
    transform: translateY(0);
  }

  .fws-start-project__field input::placeholder,
  .fws-start-project__field textarea::placeholder {
    color: rgba(11, 27, 51, .42);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  .fws-start-project__field input:hover,
  .fws-start-project__field textarea:hover,
  .fws-start-project__select-btn:hover {
    border-color: var(--fws-sp-line-strong);
  }

  .fws-start-project__field input:focus,
  .fws-start-project__field textarea:focus,
  .fws-start-project__select.is-open .fws-start-project__select-btn {
    border-color: rgba(8, 143, 211, .82);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(8, 143, 211, .08);
  }

  .fws-start-project__field--message textarea:focus {
    box-shadow:
      0 0 0 4px rgba(8, 143, 211, .08),
      0 18px 42px rgba(11, 27, 51, .14);
  }

  .fws-start-project__select {
    position: relative;
    z-index: 1;
  }

  .fws-start-project__select.is-open {
    z-index: 260;
  }

  .fws-start-project__select-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 15px 0 16px;
    cursor: pointer;
    text-align: left;
  }

  .fws-start-project__select-btn span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(11, 27, 51, .46);
  }

  .fws-start-project__select.has-value .fws-start-project__select-btn span {
    color: var(--fws-sp-ink);
  }

  .fws-start-project__select-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    color: rgba(11, 27, 51, .56);
    transition: transform 260ms var(--fws-sp-ease);
  }

  .fws-start-project__select.is-open .fws-start-project__select-btn svg {
    transform: rotate(180deg);
  }

  .fws-start-project__select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 300;
    max-height: 242px;
    padding: 8px;
    border: 1px solid rgba(11, 27, 51, .12);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 42px rgba(11, 27, 51, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(.985);
    transform-origin: top center;
    overflow: auto;
    overscroll-behavior: contain;
    transition: opacity 180ms ease, visibility 180ms ease, transform 240ms var(--fws-sp-ease);
  }

  .fws-start-project__select.is-open .fws-start-project__select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .fws-start-project__select-menu button {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(11, 27, 51, .76);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
    transition: background .18s ease, color .18s ease, transform .18s var(--fws-sp-ease);
  }

  .fws-start-project__select-menu button:hover,
  .fws-start-project__select-menu button.is-selected {
    background: rgba(8, 143, 211, .08);
    color: var(--fws-sp-blue-dark);
    transform: translateX(2px);
  }

  .fws-start-project__site-check {
    height: 54px;
    margin: 0 !important;
    padding: 0 16px;
    display: flex !important;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--fws-sp-line);
    background: #ffffff;
    color: rgba(11, 27, 51, .78);
    cursor: pointer;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  }

  .fws-start-project__site-check:hover {
    border-color: var(--fws-sp-line-strong);
  }

  .fws-start-project__site-check input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    accent-color: var(--fws-sp-blue);
    cursor: pointer;
  }

  .fws-start-project__site-check span {
    min-width: 0;
    color: rgba(11, 27, 51, .78);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  .fws-start-project__privacy-bottom-dock {
    grid-column: span 12;
    position: relative;
    z-index: 4;
    width: 100%;
    height: auto;
    min-height: 24px;
    margin-top: 2px;
    pointer-events: auto;
    overflow: visible;
  }

  .fws-start-project__field--privacy {
    position: relative;
    min-width: 0;
    overflow: visible;
    pointer-events: auto;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .fws-start-project__privacy {
    width: max-content;
    max-width: none;
    margin: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: rgba(11, 27, 51, .78);
    font-size: clamp(11px, .72vw, 14px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
  }

  .fws-start-project__privacy input {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: var(--fws-sp-blue);
  }

  .fws-start-project__site-url-field {
    animation: fwsSiteFieldIn 260ms var(--fws-sp-ease) both;
  }

  @keyframes fwsSiteFieldIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fws-start-project__notice {
    display: none;
    margin: 16px 0 0;
    color: var(--fws-sp-error);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    font-weight: 500;
    text-align: center;
  }

  .fws-start-project__notice.is-visible {
    display: block;
  }

  .fws-start-project__notice.is-success {
    color: var(--fws-sp-success);
  }

  .fws-start-project__actions {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: clamp(30px, 3vw, 48px) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .fws-start-project__submit {
    height: clamp(40px, 2.8vw, 48px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: inherit;
    font-size: clamp(14px, .92vw, 16px);
    line-height: 1.55;
    letter-spacing: -.035em;
    font-weight: 500;
    min-width: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
  }

  .fws-start-project__submit:hover {
    transform: translateY(-1px);
  }

  .fws-start-project__submit--primary {
    padding: 0 54px;
    background: var(--fws-sp-blue);
    color: #ffffff !important;
    border: 1px solid var(--fws-sp-blue);
    box-shadow: 0 14px 34px rgba(8, 143, 211, .28);
  }

  .fws-start-project__submit--primary:hover {
    background: var(--fws-sp-blue-hover);
    border-color: var(--fws-sp-blue-hover);
    color: #ffffff !important;
    box-shadow: 0 16px 36px rgba(8, 143, 211, .26);
  }

  .fws-start-project__submit--ghost {
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid var(--fws-sp-border);
    color: var(--fws-sp-blue) !important;
    box-shadow: 0 12px 30px rgba(8, 143, 211, .08);
  }

  .fws-start-project__submit--ghost:hover {
    background: #ffffff;
    border-color: var(--fws-sp-blue);
    color: var(--fws-sp-blue) !important;
    box-shadow: 0 14px 34px rgba(8, 143, 211, .14);
  }

  @media (max-width: 1320px) {
    .fws-start-project {
      padding: 74px 24px 72px;
    }

    .fws-start-project__title {
      font-size: clamp(32px, 3.55vw, 58px);
    }

    .fws-start-project__subtitle {
      font-size: clamp(15px, 1.05vw, 18px);
    }

    .fws-start-project__grid,
    .fws-start-project__main,
    .fws-start-project__main-col {
      gap: 14px;
    }
  }

  @media (max-width: 980px) {
    .fws-start-project__main {
      grid-template-columns: 1fr;
    }

    .fws-start-project__privacy-bottom-dock {
      position: relative;
      left: auto;
      top: auto;
      grid-column: span 12;
      height: auto;
      min-height: 24px;
      pointer-events: auto;
      margin-top: 2px;
    }

    .fws-start-project__field--privacy {
      position: relative;
      left: auto;
      top: auto;
      transform: none !important;
    }

    .fws-start-project__privacy {
      width: 100%;
      max-width: 100%;
      white-space: normal;
    }

    .fws-start-project__field--message {
      min-height: 84px;
    }

    .fws-start-project__field--message textarea {
      position: absolute;
      top: 30px;
      min-height: 54px;
      height: 54px;
      resize: none;
      overflow: hidden;
    }

    .fws-start-project__field--message.is-active textarea,
    .fws-start-project__field--message:focus-within textarea {
      min-height: 180px;
      height: 180px;
      resize: vertical;
      overflow: auto;
    }
  }

  @media (max-width: 780px) {
    .fws-start-project {
      padding: 36px 18px 72px;
    }

    .fws-start-project__head {
      margin-bottom: 32px;
    }

    .fws-start-project__title {
      font-size: clamp(26px, 7.15vw, 42px);
    }

    .fws-start-project__subtitle {
      margin-top: 16px;
      font-size: 15.5px;
      line-height: 1.58;
    }

    .fws-start-project__grid {
      grid-template-columns: 1fr;
      gap: 18px;
      padding-bottom: 0;
    }

    .fws-start-project__main,
    .fws-start-project__main-col {
      gap: 18px;
    }

    .fws-start-project__field--span-4 {
      grid-column: span 1;
    }

    .fws-start-project__field input,
    .fws-start-project__select-btn {
      height: 52px;
    }

    .fws-start-project__site-check {
      height: 52px;
    }

    .fws-start-project__field--message {
      min-height: 82px;
    }

    .fws-start-project__field--message textarea {
      top: 30px;
      min-height: 52px;
      height: 52px;
      padding-top: 13px;
      padding-bottom: 13px;
    }

    .fws-start-project__field--message.is-active textarea,
    .fws-start-project__field--message:focus-within textarea {
      min-height: 170px;
      height: 170px;
      padding-top: 17px;
      padding-bottom: 17px;
      resize: vertical;
      overflow: auto;
    }

    .fws-start-project__actions {
      width: 100%;
      margin-top: 32px;
      flex-direction: column;
      align-items: stretch;
      gap: 14px;
    }

    .fws-start-project__submit,
    .fws-start-project__submit--primary,
    .fws-start-project__submit--ghost {
      width: 100%;
      min-width: 0;
      height: 48px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-start-project__field input,
    .fws-start-project__field textarea,
    .fws-start-project__select-btn,
    .fws-start-project__select-btn svg,
    .fws-start-project__select-menu,
    .fws-start-project__select-menu button,
    .fws-start-project__submit {
      transition: none !important;
    }
  }

/* ---- section ---- */

html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow-x: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  .fws-pv-stack5,
  .fws-pv-stack5 * {
    box-sizing: border-box;
  }

  .fws-pv-stack5 {
    --fws-ink: #0b1b33;
    --fws-muted: #66758d;
    --fws-line: rgba(11, 27, 51, .105);
    --fws-max: 1400px;
    --fws-x: 24px;

    --fws-head-top: 74px;
    --fws-panel-top: 210px;
    --fws-panel-h: 285px;
    --fws-panel-step: 470px;
    --fws-after-gap: 34px;
    --fws-after-h: 560px;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    overflow-y: visible;
    background: #ffffff;
    color: var(--fws-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    isolation: isolate;
  }

  @supports not (overflow-x: clip) {
    .fws-pv-stack5 {
      overflow-x: hidden;
    }
  }

  .fws-pv-stack5__scene {
    position: relative;
    width: 100%;
    height: var(--fws-scene-h, 170vh);
    min-height: var(--fws-scene-h, 170vh);
    overflow: visible;
  }

  .fws-pv-stack5__pin {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #ffffff;
    z-index: 5;
  }

  .fws-pv-stack5__pin.is-pinned {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100vh;
  }

  .fws-pv-stack5__pin.is-after {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--fws-after-top, 0px);
    width: 100%;
    height: var(--fws-after-h);
    overflow: visible;
  }

  .fws-pv-stack5__pin-inner {
    position: relative;
    width: min(var(--fws-max), calc(100% - (var(--fws-x) * 2)));
    height: 100%;
    margin: 0 auto;
  }

  .fws-pv-stack5__head {
    position: absolute;
    left: 0;
    top: var(--fws-head-top);
    z-index: 50;
    width: min(1040px, 100%);
    background: #ffffff;
  }

  .fws-pv-stack5__title {
    margin: 0;
    color: #05080d;
    font-size: clamp(21px, 1.55vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.058em;
    font-weight: 500;
  }

  .fws-pv-stack5__panel {
    --panel-y: 0px;
    --text-alpha: 1;
    --num-alpha: .32;
    --text-opacity: 1;
    --text-shift: 0px;
    --text-blur: 0px;

    position: absolute;
    left: 0;
    right: 0;
    top: var(--fws-panel-top);
    min-height: var(--fws-panel-h);
    background: #ffffff;
    border-top: 1px solid var(--fws-line);
    transform: translate3d(0, var(--panel-y), 0);
    will-change: transform;
    overflow: hidden;
  }

  .fws-pv-stack5__panel-inner {
    width: 100%;
    min-height: var(--fws-panel-h);
    display: grid;
    grid-template-columns: minmax(210px, .34fr) minmax(0, .66fr);
    gap: clamp(44px, 6vw, 118px);
    padding: clamp(28px, 3vw, 46px) 0 clamp(32px, 3.4vw, 54px);
    opacity: var(--text-opacity);
    transform: translate3d(0, var(--text-shift), 0);
    filter: blur(var(--text-blur));
    will-change: opacity, transform, filter;
  }

  .fws-pv-stack5__side {
    max-width: 360px;
  }

  .fws-pv-stack5__side span {
    display: block;
    margin-bottom: 14px;
    color: rgba(11, 27, 51, var(--num-alpha));
    font-size: 13px;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
  }

  .fws-pv-stack5__side p {
    display: block;
    max-width: 520px;
    margin: 0;
    color: rgba(11, 27, 51, var(--text-alpha));
    font-size: clamp(21px, 1.55vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.058em;
    font-weight: 500;
  }

  .fws-pv-stack5__main {
    max-width: 780px;
  }

  .fws-pv-stack5__main p {
    max-width: 780px;
    margin: 0;
    color: rgba(102, 117, 141, var(--text-alpha));
    font-size: clamp(15px, 1.05vw, 17.5px);
    line-height: 1.6;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  @media (max-width: 1180px) {
    .fws-pv-stack5 {
      --fws-x: 24px;
    }

    .fws-pv-stack5__pin-inner {
      width: min(var(--fws-max), calc(100% - (var(--fws-x) * 2)));
    }

    .fws-pv-stack5__panel-inner {
      grid-template-columns: minmax(180px, .34fr) minmax(0, .66fr);
      gap: 44px;
    }

    .fws-pv-stack5__main p {
      font-size: clamp(15px, 1.05vw, 17.5px);
      line-height: 1.6;
      letter-spacing: -0.035em;
      font-weight: 500;
    }
  }

  @media (max-width: 820px) {
    .fws-pv-stack5 {
      --fws-x: 18px;
      overflow: hidden;
    }

    .fws-pv-stack5__scene {
      height: auto !important;
      min-height: 0 !important;
    }

    .fws-pv-stack5__pin,
    .fws-pv-stack5__pin.is-pinned,
    .fws-pv-stack5__pin.is-after {
      position: relative !important;
      inset: auto !important;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      width: 100% !important;
      height: auto !important;
      overflow: visible !important;
    }

    .fws-pv-stack5__pin-inner {
      width: min(var(--fws-max), calc(100% - (var(--fws-x) * 2)));
      height: auto;
      padding: 34px 0 34px;
    }

    .fws-pv-stack5__head {
      position: relative;
      top: auto;
      width: 100%;
      margin-bottom: 34px;
    }

    .fws-pv-stack5__title {
      font-size: clamp(22px, 6.4vw, 30px);
      line-height: 1.08;
      letter-spacing: -0.058em;
      font-weight: 500;
    }

    .fws-pv-stack5__panel {
      position: relative;
      top: auto;
      min-height: 0;
      transform: none !important;
      border-top: 1px solid var(--fws-line);
    }

    .fws-pv-stack5__panel-inner {
      min-height: 0;
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 28px 0 32px;
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
    }

    .fws-pv-stack5__side {
      max-width: 100%;
    }

    .fws-pv-stack5__side span {
      margin-bottom: 10px;
    }

    .fws-pv-stack5__side p {
      color: var(--fws-ink) !important;
      font-size: clamp(22px, 6.4vw, 30px);
      line-height: 1.08;
      letter-spacing: -0.058em;
      font-weight: 500;
    }

    .fws-pv-stack5__main {
      max-width: 100%;
    }

    .fws-pv-stack5__main p {
      color: var(--fws-muted) !important;
      font-size: 15.5px;
      line-height: 1.58;
      letter-spacing: -0.035em;
      font-weight: 500;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-pv-stack5__scene {
      height: auto !important;
      min-height: 0 !important;
    }

    .fws-pv-stack5__pin,
    .fws-pv-stack5__pin.is-pinned,
    .fws-pv-stack5__pin.is-after {
      position: relative !important;
      inset: auto !important;
      width: 100% !important;
      height: auto !important;
      overflow: visible !important;
    }

    .fws-pv-stack5__pin-inner {
      height: auto !important;
      padding: 34px 0 34px !important;
    }

    .fws-pv-stack5__head {
      position: relative !important;
      top: auto !important;
      margin-bottom: 34px !important;
    }

    .fws-pv-stack5__panel {
      position: relative !important;
      top: auto !important;
      transform: none !important;
    }

    .fws-pv-stack5__panel-inner {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
    }
  }

/* ---- section ---- */

.fws-footer-clean,
  .fws-footer-clean * {
    box-sizing: border-box;
  }

  .fws-footer-clean {
    --fws-footer-ink: #ffffff;
    --fws-footer-muted: rgba(232, 244, 252, .66);
    --fws-footer-soft: rgba(232, 244, 252, .42);
    --fws-footer-blue: #088fd3;
    --fws-footer-blue-hover: #0aa1ed;
    --fws-footer-line: rgba(255,255,255,.12);
    --fws-footer-bg: #030b12;
    --fws-footer-bg-2: #061522;
    --fws-footer-max: 1540px;
    --fws-footer-ease: cubic-bezier(.16, 1, .3, 1);

    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(64px, 6vw, 92px) 24px 28px;
    background:
      radial-gradient(circle at 8% 0%, rgba(8,143,211,.18), transparent 34%),
      linear-gradient(180deg, var(--fws-footer-bg-2) 0%, var(--fws-footer-bg) 100%);
    color: var(--fws-footer-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .fws-footer-clean::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: .18;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  }

  .fws-footer-clean a {
    color: inherit;
    text-decoration: none;
  }

  .fws-footer-clean__wrap {
    width: min(var(--fws-footer-max), 100%);
    margin: 0 auto;
  }

  .fws-footer-clean__top {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(420px, .72fr);
    align-items: end;
    gap: clamp(42px, 6vw, 110px);
    padding-bottom: clamp(42px, 5vw, 66px);
    border-bottom: 1px solid var(--fws-footer-line);
  }

  .fws-footer-clean__brand {
    max-width: 780px;
  }

  .fws-footer-clean__logo {
    display: inline-flex;
    color: #ffffff;
    font-size: clamp(34px, 4.2vw, 68px);
    line-height: .94;
    letter-spacing: -0.075em;
    font-weight: 600;
    transition:
      color .24s ease,
      transform .32s var(--fws-footer-ease);
  }

  .fws-footer-clean__logo:hover {
    color: #8fdcff;
    transform: translateX(4px);
  }

  .fws-footer-clean__brand p {
    max-width: 690px;
    margin: 22px 0 0;
    color: var(--fws-footer-muted);
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.62;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  .fws-footer-clean__message {
    width: 100%;
    max-width: 660px;
    justify-self: end;
  }

  .fws-footer-clean__message label {
    display: block;
    margin-bottom: 18px;
    color: rgba(143, 220, 255, .92);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 850;
  }

  .fws-footer-clean__message-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }

  .fws-footer-clean__message input {
    width: 100%;
    min-width: 0;
    height: 54px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.24);
    border-radius: 0;
    outline: none;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 600;
    transition:
      border-color .24s ease,
      box-shadow .24s ease;
  }

  .fws-footer-clean__message input::placeholder {
    color: rgba(232, 244, 252, .38);
  }

  .fws-footer-clean__message input:focus {
    border-color: var(--fws-footer-blue);
    box-shadow: 0 10px 26px -24px rgba(8,143,211,.9);
  }

  .fws-footer-clean__btn {
    min-height: 54px;
    min-width: 238px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    padding: 0 28px;
    font: inherit;
    font-size: clamp(14px, .92vw, 16px);
    line-height: 1.55;
    letter-spacing: -0.035em;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition:
      transform .28s var(--fws-footer-ease),
      background .24s ease,
      color .24s ease,
      border-color .24s ease,
      box-shadow .24s ease;
  }

  .fws-footer-clean__btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .28s var(--fws-footer-ease);
  }

  .fws-footer-clean__btn:hover {
    transform: translateY(-2px);
  }

  .fws-footer-clean__btn:hover svg {
    transform: translateX(3px);
  }

  .fws-footer-clean__btn--primary {
    background: var(--fws-footer-blue);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(8,143,211,.30);
  }

  .fws-footer-clean__btn--primary:hover {
    background: var(--fws-footer-blue-hover);
    color: #ffffff;
    box-shadow: 0 22px 50px rgba(8,143,211,.38);
  }

  .fws-footer-clean__grid {
    display: grid;
    grid-template-columns:
      minmax(140px, .8fr)
      minmax(220px, 1.18fr)
      minmax(230px, 1.15fr)
      minmax(340px, 1.55fr);
    gap: clamp(30px, 4.8vw, 72px);
    padding: clamp(42px, 5vw, 66px) 0;
    border-bottom: 1px solid var(--fws-footer-line);
  }

  .fws-footer-clean__col {
    min-width: 0;
  }

  .fws-footer-clean__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(143, 220, 255, .92);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 850;
  }

  .fws-footer-clean__label::before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--fws-footer-blue);
  }

  .fws-footer-clean__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
  }

  .fws-footer-clean__links a,
  .fws-footer-clean__links span {
    max-width: 100%;
    color: var(--fws-footer-muted);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-weight: 700;
    overflow-wrap: anywhere;
    transition:
      color .22s ease,
      transform .28s var(--fws-footer-ease);
  }

  .fws-footer-clean__links a:hover {
    color: #ffffff;
    transform: translateX(5px);
  }

  .fws-footer-clean__company {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
    margin-top: 22px;
  }

  .fws-footer-clean__company p {
    min-width: 0;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 13.5px;
    line-height: 1.36;
    letter-spacing: -0.025em;
    font-weight: 700;
    overflow-wrap: anywhere;
  }

  .fws-footer-clean__company p span {
    display: block;
    margin-bottom: 6px;
    color: var(--fws-footer-soft);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-weight: 850;
  }

  .fws-footer-clean__company-wide {
    grid-column: span 2;
  }

  .fws-footer-clean__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 24px;
  }

  .fws-footer-clean__legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
  }

  .fws-footer-clean__legal a {
    color: var(--fws-footer-soft);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 850;
    transition: color .22s ease;
  }

  .fws-footer-clean__legal a:hover {
    color: #ffffff;
  }

  .fws-footer-clean__bottom p {
    margin: 0;
    color: var(--fws-footer-soft);
    font-size: 12.5px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-align: right;
  }

  .fws-footer-clean__bottom p strong {
    color: rgba(255,255,255,.84);
    font-weight: 800;
  }

  @media (max-width: 1180px) {
    .fws-footer-clean__top {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .fws-footer-clean__message {
      max-width: 780px;
      justify-self: start;
    }

    .fws-footer-clean__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fws-footer-clean__col--company {
      grid-column: 1 / -1;
    }

    .fws-footer-clean__company {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fws-footer-clean__company-wide {
      grid-column: span 2;
    }
  }

  @media (max-width: 720px) {
    .fws-footer-clean {
      padding: 56px 18px 26px;
    }

    .fws-footer-clean__top {
      gap: 38px;
      padding-bottom: 38px;
    }

    .fws-footer-clean__logo {
      font-size: clamp(34px, 11vw, 54px);
      line-height: .98;
    }

    .fws-footer-clean__brand p {
      margin-top: 20px;
      font-size: 15px;
      line-height: 1.58;
    }

    .fws-footer-clean__message {
      max-width: 100%;
    }

    .fws-footer-clean__message label {
      margin-bottom: 16px;
      font-size: 10.5px;
    }

    .fws-footer-clean__message-row {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .fws-footer-clean__message input {
      height: 50px;
      font-size: 15px;
    }

    .fws-footer-clean__btn {
      width: 100%;
      min-width: 0;
    }

    .fws-footer-clean__grid {
      grid-template-columns: 1fr;
      gap: 34px;
      padding: 40px 0;
    }

    .fws-footer-clean__col--company {
      grid-column: auto;
    }

    .fws-footer-clean__company {
      grid-template-columns: 1fr;
      gap: 17px;
    }

    .fws-footer-clean__company-wide {
      grid-column: auto;
    }

    .fws-footer-clean__bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .fws-footer-clean__bottom p {
      text-align: left;
      font-size: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fws-footer-clean,
    .fws-footer-clean * {
      transition: none !important;
      animation: none !important;
    }
  }

/* E-commerce: gerarchia tipografica mobile condivisa */
@media (max-width: 760px) {
  body section h1,
  body section h2,
  .fws-footer-clean__logo {
    font-size: clamp(31.5px, 8vw, 44px) !important;
  }

  body section h3,
  .fws-ecom-problemi-u__title,
  .fws-transformations__title,
  .fws-pv-stack5__title,
  .fws-pv-stack5__side p,
  .fws-start-project__site-check-title {
    font-size: 26px !important;
  }

  body section p,
  body section [class$="__desc"],
  body section [class$="__text"],
  body section [class*="__btn"],
  body section [class*="__cta"],
  .fws-footer-clean__brand p,
  .fws-footer-clean__label,
  .fws-footer-clean__links a,
  .fws-footer-clean__links span,
  .fws-footer-clean__company p,
  .fws-footer-clean__company p span,
  .fws-footer-clean__message label,
  .fws-footer-clean__btn {
    font-size: 16.3px !important;
  }
}

/* CTA mobile: titolo forzato su due righe. */
@media (max-width: 760px) {
  .fws-start-project__title {
    font-size: clamp(31.5px, 8vw, 44px) !important;
    line-height: 1.02 !important;
    white-space: normal !important;
  }

  .fws-start-project__title-muted {
    display: block !important;
  }
}

/* Modulo progetto: layout mobile allineato alla pagina Identita */
@media (max-width: 820px) {
  .fws-start-project__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .fws-start-project__grid > .fws-start-project__field--span-4 {
    grid-column: auto;
  }

  .fws-start-project__main,
  .fws-start-project__main-col {
    display: contents;
  }

  .fws-start-project__site-url-field,
  .fws-start-project__privacy-bottom-dock {
    grid-column: 1 / -1;
  }
}

/* Hero mobile allineata alla pagina Consulenza gratuita. */
@media (max-width: 768px) {
  .fws-web-hero,
  .fws-web-hero__inner {
    height: auto !important;
    min-height: clamp(540px, 65svh, 620px) !important;
  }
}

@media (max-width: 640px) {
  .fws-web-hero__inner {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(120px, 1fr) !important;
    align-content: center !important;
    gap: 8px !important;
    padding: 86px 0 16px !important;
  }

  .fws-web-hero__copy {
    max-width: 100% !important;
  }

  .fws-web-hero__title {
    font-size: clamp(31.5px, 8vw, 44px) !important;
    line-height: 1.04 !important;
  }

  .fws-web-hero__text {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  .fws-web-hero__actions {
    display: none !important;
  }

  .fws-web-hero__visual {
    width: 100% !important;
    min-height: 120px !important;
    height: 100% !important;
    max-height: 190px !important;
    margin: 0 !important;
  }

  .fws-web-browser--desktop {
    left: 50% !important;
    right: auto !important;
    top: 48% !important;
    width: min(82vw, 320px) !important;
    transform: translate(-44%, -50%) !important;
  }

  .fws-web-phone {
    left: 0 !important;
    top: 72% !important;
    width: clamp(76px, 24vw, 100px) !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 430px) {
  .fws-web-hero,
  .fws-web-hero__inner {
    min-height: clamp(540px, 65svh, 610px) !important;
  }
}

@media (max-height: 740px) and (max-width: 480px) {
  .fws-web-hero,
  .fws-web-hero__inner {
    height: auto !important;
    min-height: 540px !important;
  }
}

.fws-web-process__title-line--mobile {
  display: none !important;
}

/* Processo e-commerce: layout mobile allineato alla pagina Siti web. */
@media (max-width: 760px) {
  .fws-web-process {
    --fws-title-reveal-opacity: 0;
    --fws-title-reveal-blur: 22px;
    --fws-title-reveal-y: 48px;
    --fws-subtitle-reveal-opacity: 0;
    --fws-subtitle-reveal-blur: 20px;
    --fws-subtitle-reveal-y: 42px;
    padding: 72px 18px 76px !important;
  }

  .fws-web-process__wrap {
    width: min(100%, calc(100vw - 36px)) !important;
    max-width: 720px !important;
  }

  .fws-web-process__workspace {
    display: block !important;
    gap: 0 !important;
  }

  .fws-web-process__head {
    max-width: 100% !important;
    transform: none !important;
  }

  .fws-web-process__title {
    opacity: var(--fws-title-reveal-opacity) !important;
    filter: blur(var(--fws-title-reveal-blur)) !important;
    transform: translate3d(0, var(--fws-title-reveal-y), 0) !important;
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear !important;
    will-change: opacity, filter, transform !important;
  }

  .fws-web-process__desc {
    opacity: var(--fws-subtitle-reveal-opacity) !important;
    filter: blur(var(--fws-subtitle-reveal-blur)) !important;
    transform: translate3d(0, var(--fws-subtitle-reveal-y), 0) !important;
    transition:
      opacity .08s linear,
      filter .08s linear,
      transform .08s linear !important;
    will-change: opacity, filter, transform !important;
  }

  .fws-web-process__title {
    font-size: clamp(31.5px, 8vw, 44px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.072em !important;
  }

  .fws-web-process__title span {
    white-space: normal !important;
  }

  .fws-web-process__title-line--desktop {
    display: none !important;
  }

  .fws-web-process__title-line--mobile {
    display: block !important;
  }

  .fws-web-process__desc {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 0 !important;
    font-size: 16.3px !important;
    line-height: 1.54 !important;
    letter-spacing: -0.035em !important;
    font-weight: 500 !important;
  }

  .fws-web-process__btn-spacer {
    display: none !important;
  }

  .fws-web-process__cards {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 36px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .fws-web-process__cards::before,
  .fws-web-process__card::before,
  .fws-web-process__card::after {
    display: none !important;
    content: none !important;
  }

  .fws-web-process__card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    align-items: start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 2px 0 50px 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .fws-web-process__card:last-child {
    padding-bottom: 0 !important;
  }

  .fws-web-process__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    margin: -4px 0 0 !important;
    border-radius: 999px !important;
    background: rgba(8, 143, 211, .08) !important;
    color: #004272 !important;
    place-items: center !important;
  }

  .fws-web-process__icon svg {
    width: 19px !important;
    height: 19px !important;
    stroke-width: 2 !important;
  }

  .fws-web-process__card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-right: 0 !important;
    font-size: 26px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.058em !important;
    font-weight: 500 !important;
    color: #0b1b33 !important;
  }

  .fws-web-process__bar {
    grid-column: 1 / -1 !important;
    width: 52px !important;
    height: 1px !important;
    margin: 12px 0 12px 52px !important;
    background: linear-gradient(90deg, #088fd3, transparent) !important;
    opacity: .82 !important;
  }

  .fws-web-process__card p {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
    margin: 12px 0 0 52px !important;
    font-size: 16.3px !important;
    line-height: 1.52 !important;
    letter-spacing: -0.035em !important;
    font-weight: 500 !important;
    color: #66758d !important;
  }
}
