/*
 * STEP2FIT WEBFLOW MASTER
 * Muuta asiakkaan brändi ensisijaisesti tästä tiedostosta.
 * Webflow-pohjan rakenne ja alkuperäiset komponenttityylit ovat webflow-theme.css-tiedostossa.
 */

:root {
  --brand-color-background: #fff8f9;
  --brand-color-text: #1d1116;
  --brand-color-surface: #ffd1d7;
  --brand-color-border: rgba(29, 17, 22, 0.18);
  --brand-color-accent: #ff045c;
  --brand-color-on-accent: #ffffff;
  --brand-color-secondary: #ff9e7a;
  --brand-color-focus: #b8003f;
  --brand-color-on-dark: #fff8f9;
  --brand-color-footer-text: #ffffff;

  --brand-form-heading-dark: var(--brand-color-text);
  --brand-form-muted-dark: rgba(29, 17, 22, 0.72);
  --brand-form-heading-light: #fff8f9;
  --brand-form-muted-light: rgba(255, 248, 249, 0.82);

  --brand-font-body: "Inter", Arial, sans-serif;
  --brand-font-heading: "Fraunces", Georgia, serif;

  --brand-radius-small: 14px;
  --brand-radius-medium: 20px;
  --brand-radius-large: 28px;
  --brand-carousel-duration: 30s;

  --brand-header-background: var(--brand-color-background);
  --brand-header-background-opacity: 0.84;
  --brand-header-border: var(--brand-color-border);
  --brand-header-text: var(--brand-color-text);
  --brand-header-blur: 14px;

  /* Vaihda none esimerkiksi muotoon url("../images/hero.jpg"). */
  --brand-image-lead-form:
    linear-gradient(rgba(29, 17, 22, 0.62), rgba(29, 17, 22, 0.62)),
    url("../images/elina-hero-fallback.webp");
  --brand-image-app: url("../images/step2fit-sovellus-elina.jpg");
  --brand-image-coach: url("../images/elina-coach-portrait.webp");
  --brand-image-final-cta: url("../images/elina-final-cta.webp");
  --brand-image-team-hero: none;
  --brand-image-team-member-1: none;
  --brand-image-team-member-2: none;
  --brand-image-team-member-3: none;
  --brand-image-team-member-4: none;

  /* Webflow-pohjan käyttämät muuttujat kytketään brändiarvoihin. */
  --site-color-background: var(--brand-color-background);
  --site-color-text: var(--brand-color-text);
  --site-color-surface: var(--brand-color-surface);
  --site-color-border: var(--brand-color-border);
  --site-color-accent: var(--brand-color-accent);
  --site-color-on-accent: var(--brand-color-on-accent);
  --_typography---font-styles--body: var(--brand-font-body);
  --_typography---font-styles--heading: var(--brand-font-heading);
  --_ui-styles---radius--small: var(--brand-radius-small);
  --_ui-styles---radius--medium: var(--brand-radius-medium);
  --_ui-styles---radius--large: var(--brand-radius-large);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[hidden] {
  display: none !important;
}

.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6 {
  font-family: var(--brand-font-heading);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

button.w-button {
  font: inherit;
  cursor: pointer;
}

[id] {
  scroll-margin-top: 7.5rem;
}

a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

*:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid var(--brand-color-focus);
  outline-offset: 0.125rem;
}

.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

.navbar14_container {
  background-color: transparent;
  border: 1px solid var(--brand-header-border);
  border-radius: var(--brand-radius-medium);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  color: var(--brand-header-text);
  -webkit-backdrop-filter: blur(var(--brand-header-blur));
  backdrop-filter: blur(var(--brand-header-blur));
  isolation: isolate;
  position: relative;
}

.navbar14_container::before {
  content: "";
  background-color: var(--brand-header-background);
  border-radius: inherit;
  opacity: var(--brand-header-background-opacity);
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.navbar14_link.w--current {
  color: currentColor;
}

.menu-icon2_line-top,
.menu-icon2_line-middle,
.menu-icon2_line-bottom {
  background-color: currentColor;
}

@media screen and (max-width: 991px) {
  .navbar14_menu-link-wrapper {
    background-color: transparent;
    border-color: var(--brand-header-border);
    color: var(--brand-header-text);
    -webkit-backdrop-filter: blur(var(--brand-header-blur));
    backdrop-filter: blur(var(--brand-header-blur));
    isolation: isolate;
    position: relative;
  }

  .navbar14_menu-link-wrapper::before {
    content: "";
    background-color: var(--brand-header-background);
    border-radius: inherit;
    opacity: var(--brand-header-background-opacity);
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .navbar14_menu-button.w--open .menu-icon2_line-top,
  .navbar14_menu-button.w--open .menu-icon2_line-middle,
  .navbar14_menu-button.w--open .menu-icon2_line-bottom {
    background-color: var(--brand-color-accent);
  }
}

.brand-wordmark {
  align-items: flex-start;
  color: currentColor;
  display: inline-flex;
  flex-direction: column;
  font-family: var(--brand-font-heading);
  line-height: 1;
}

.brand-wordmark-main {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-wordmark-sub {
  color: var(--brand-color-accent);
  font-family: var(--brand-font-body);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.brand-logo-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.navbar14_logo-link .brand-logo-image {
  width: clamp(10rem, 16vw, 13.5rem);
}

.footer4_logo-link .brand-logo-image {
  width: min(12rem, 100%);
}

.section_multi-form11 {
  --form-heading-color: var(--brand-form-heading-dark);
  --form-muted-color: var(--brand-form-muted-dark);
  background-image: var(--brand-image-lead-form);
  background-position: 50% 58%;
  isolation: isolate;
  overflow: hidden;
}

.section_multi-form11 > .padding-global.hero {
  position: relative;
  z-index: 1;
}

.lead-form_hero-video {
  filter: brightness(0.38);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 58%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.section_multi-form11[data-form-text-theme="light"] {
  --form-heading-color: var(--brand-form-heading-light);
  --form-muted-color: var(--brand-form-muted-light);
}

.section_multi-form11 .heading-style-h4 {
  color: var(--form-heading-color);
  text-shadow: 0 1px 20px rgba(29, 17, 22, 0.25);
}

.section_multi-form11 .multi-form11_step-tag,
.section_multi-form11 .form_field-label,
.section_multi-form11 [data-form="step"] .text-align-center > .margin-top {
  color: var(--form-heading-color);
}

.section_multi-form11 .radio3_field,
.section_multi-form11 .form_input {
  background-color: rgba(255, 248, 249, 0.82);
  border-color: rgba(255, 248, 249, 0.5);
  color: var(--brand-color-text);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.section_multi-form11 .radio3_field:hover {
  background-color: rgba(255, 209, 215, 0.9);
}

.section_multi-form11 .form_input::placeholder {
  color: rgba(29, 17, 22, 0.58);
}

.section_multi-form11 .form_input:focus,
.section_multi-form11 .form_input:focus-visible,
.section_multi-form11 .radio3_field:focus-within,
.section_multi-form11 .radio3_field:has(input[type="radio"]:checked),
.section_multi-form11 .radio3_button.w--redirected-checked,
.section_multi-form11 .radio3_button.w--redirected-focus {
  border-color: var(--site-color-accent);
}

.section_multi-form11 .radio3_button.w--redirected-checked {
  border: 2px solid var(--site-color-accent);
  background-color: var(--brand-color-background);
  background-image: none;
}

.section_multi-form11 .radio3_button.w--redirected-checked::after {
  content: "";
  width: 0.3rem;
  height: 0.55rem;
  border: solid var(--site-color-accent);
  border-width: 0 0.125rem 0.125rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%) rotate(45deg);
}

.layout220_image-wrapper {
  background-image: var(--brand-image-app);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-preview {
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--brand-color-surface);
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.app-preview_image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.app-preview::before,
.app-preview::after {
  border: 1px solid rgba(29, 17, 22, 0.12);
  border-radius: 999px;
  content: none;
  pointer-events: none;
  position: absolute;
}

.app-preview::before {
  height: 24rem;
  right: -8rem;
  top: -11rem;
  width: 24rem;
}

.app-preview::after {
  bottom: -9rem;
  height: 20rem;
  left: -7rem;
  width: 20rem;
}

.app-preview_phone {
  background: #1d1116;
  border: 0.35rem solid #1d1116;
  border-radius: 2rem;
  box-shadow: 0 22px 48px rgba(29, 17, 22, 0.2);
  color: #fff8f9;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  padding: 1.35rem;
  position: relative;
  width: 13rem;
  z-index: 1;
}

.app-preview_phone::before {
  background: #fff8f9;
  border-radius: 999px;
  content: "";
  height: 0.28rem;
  left: 50%;
  opacity: 0.24;
  position: absolute;
  top: 0.65rem;
  transform: translateX(-50%);
  width: 2.8rem;
}

.app-preview_phone.is-back {
  margin-right: -2.5rem;
  min-height: 21.5rem;
  opacity: 0.94;
  transform: rotate(-9deg) translateY(1rem);
  width: 11.5rem;
}

.app-preview_phone-kicker {
  color: var(--brand-color-secondary);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 0.65rem;
  text-transform: uppercase;
}

.app-preview_phone-title {
  font-family: var(--brand-font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0.55rem;
}

.app-preview_metric {
  background: rgba(255, 248, 249, 0.08);
  border: 1px solid rgba(255, 248, 249, 0.1);
  border-radius: 1rem;
  margin-top: 1.25rem;
  padding: 1rem;
}

.app-preview_metric strong,
.app-preview_metric span {
  display: block;
}

.app-preview_metric strong {
  color: var(--brand-color-secondary);
  font-family: var(--brand-font-heading);
  font-size: 1.75rem;
}

.app-preview_metric span {
  font-size: 0.72rem;
  margin-top: 0.15rem;
  opacity: 0.72;
}

.app-preview_rows {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.app-preview_row {
  align-items: center;
  background: rgba(255, 248, 249, 0.07);
  border-radius: 0.75rem;
  display: flex;
  font-size: 0.72rem;
  gap: 0.55rem;
  padding: 0.7rem;
}

.app-preview_row::before {
  background: var(--brand-color-accent);
  border-radius: 999px;
  content: "";
  flex: 0 0 0.45rem;
  height: 0.45rem;
  width: 0.45rem;
}

.layout1_image-wrapper {
  aspect-ratio: 3 / 4;
  background-image: var(--brand-image-coach);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 24%;
  justify-self: center;
  width: min(100%, 32rem);
}

.coach-intro-copy {
  display: grid;
  gap: 1rem;
}

.coach-intro-copy p {
  margin-bottom: 0;
}

.layout1_content-left {
  min-width: 0;
}

.coach-credentials {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.coach-credentials li {
  align-items: flex-start;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.65rem;
  line-height: 1.35;
  padding: 0;
}

.coach-credentials li::before,
.pricing-checkmark {
  color: var(--brand-color-accent);
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.coach-credentials li::before {
  content: "✓";
}

[data-section="programs"] .pricing11_content-title .heading-style-h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  min-width: 0;
  text-wrap: balance;
}

[data-section="programs"] .pricing11_content-title {
  grid-template-columns: minmax(0, 1fr);
}

.testimonial-static-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 64rem;
}

.testimonial-static-card {
  background-color: var(--brand-color-surface);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-medium);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.testimonial-static-rating {
  color: var(--brand-color-accent);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.testimonial-static-card blockquote {
  border-left: 0;
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin: 0;
  padding-left: 0;
}

.testimonial-static-card figcaption {
  color: var(--brand-color-text);
  font-weight: 700;
}

.footer4_nav-group {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  min-width: 0;
}

.footer4_action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.footer4_component .footer4_action-button {
  background-color: var(--brand-color-footer-text);
  color: var(--brand-color-text);
}

.footer4_component .footer4_action-button:hover,
.footer4_component .footer4_action-button.w--current:hover {
  background-color: var(--brand-color-background);
  color: var(--brand-color-text);
}

.footer4_component .footer4_action-button.is-secondary {
  background-color: #e5e1e2;
  box-shadow: 0 1px 2px rgba(29, 17, 22, 0.18), inset 0 -2px 1px rgba(29, 17, 22, 0.08);
  color: var(--brand-color-text);
}

.footer4_component .footer4_action-button.is-secondary:hover,
.footer4_component .footer4_action-button.is-secondary.w--current:hover {
  background-color: #d8d3d5;
  color: var(--brand-color-text);
}

.cta27_background-image-wrapper {
  background-attachment: scroll;
  background-image: var(--brand-image-final-cta);
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-section="final-cta"] .image-overlay-layer {
  background-color: rgba(29, 17, 22, 0.62);
}

[data-section="final-cta"] .button {
  background-color: var(--brand-color-accent);
  color: var(--brand-color-on-accent);
}

[data-section="final-cta"] .heading-style-h2,
[data-section="final-cta"] .text-size-medium {
  color: var(--brand-color-on-dark);
  text-shadow: 0 2px 24px rgba(29, 17, 22, 0.45);
}

@media screen and (min-width: 992px) {
  [data-section="final-cta"] .padding-section-large {
    padding-bottom: 8.5rem;
    padding-top: 8.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1339px) {
  .navbar14_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar14_logo-link .brand-logo-image {
    width: 8rem;
  }

  .navbar14_link {
    font-size: 0.8125rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .navbar14_menu-links {
    flex-wrap: nowrap;
  }

  .navbar14_button-wrapper {
    margin-left: 0.5rem;
  }

  .navbar14_button-wrapper .button {
    font-size: 0.8125rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .footer4_link-list {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 991px) {
  [data-section="coach"] .layout1_content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer4_logo-link .brand-logo-image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer4_nav-group,
  .footer4_action-list {
    width: 100%;
  }

  .footer4_action-button {
    width: min(100%, 22rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  [data-section="final-cta"] .padding-section-large {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

@media screen and (min-width: 992px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  [data-section="final-cta"] .cta27_background-image-wrapper {
    background-attachment: fixed;
  }
}

.influencer-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 4, 92, 0.12), transparent 28rem),
    var(--brand-color-background);
  overflow: hidden;
  padding-bottom: clamp(4rem, 7vw, 7rem);
  padding-top: clamp(9rem, 13vw, 12rem);
}

.influencer-hero_grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
}

.influencer-hero_content {
  min-width: 0;
}

.influencer-hero .heading-style-h1 {
  font-size: clamp(3.25rem, 5.5vw, 5.75rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

.influencer-lead {
  font-size: clamp(1.0625rem, 1.35vw, 1.25rem);
  line-height: 1.65;
  margin: 2rem 0 0;
  max-width: 42rem;
}

.influencer-lead a {
  color: var(--brand-color-accent);
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.influencer-hero_media {
  aspect-ratio: 2 / 3;
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  box-shadow: 0 24px 70px rgba(29, 17, 22, 0.16);
  margin: 0;
  max-height: 46rem;
  overflow: hidden;
  justify-self: center;
  width: min(100%, 30.75rem);
}

.influencer-hero_media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.influencer-details {
  background-color: var(--brand-color-surface);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  padding-top: clamp(4rem, 7vw, 7rem);
}

.influencer-details_inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.influencer-details_heading {
  max-width: 45rem;
}

.influencer-details_heading .heading-style-h2 {
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.influencer-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.influencer-stat {
  background-color: rgba(255, 248, 249, 0.72);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-medium);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.influencer-stat dt {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.influencer-stat dd {
  color: var(--brand-color-accent);
  font-family: var(--brand-font-heading);
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  overflow-wrap: anywhere;
}

.influencer-contact-card {
  align-items: end;
  background-color: var(--brand-color-background);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.6fr) minmax(13rem, 0.7fr);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.influencer-contact-card p {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  margin: 0;
}

.influencer-contact-card p a {
  color: var(--brand-color-accent);
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.influencer-channel-links {
  display: grid;
  gap: 0.75rem;
}

.influencer-channel-links a {
  align-items: center;
  border-bottom: 1px solid var(--brand-color-border);
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.6rem 0;
  text-decoration: none;
}

.influencer-channel-links a::after {
  color: var(--brand-color-accent);
  content: "↗";
  font-size: 1.1em;
}

@media screen and (max-width: 991px) {
  .influencer-hero_grid {
    grid-template-columns: 1fr;
  }

  .influencer-hero_media {
    justify-self: center;
    max-width: 30rem;
    width: 100%;
  }

  .influencer-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .influencer-contact-card {
    align-items: start;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .influencer-hero {
    padding-top: 7.5rem;
  }

  .influencer-hero .heading-style-h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .influencer-stats {
    grid-template-columns: 1fr;
  }
}

[data-image-slot^="team-member-"] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-image-slot="team-hero-background"] {
  background-image: var(--brand-image-team-hero);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-section="team-hero"] {
  align-items: center;
  display: flex;
  isolation: isolate;
  min-height: 32rem;
  overflow: hidden;
  position: relative;
}

[data-section="team-hero"] > .padding-global {
  position: relative;
  width: 100%;
  z-index: 2;
}

[data-section="team-hero"] .heading-style-h1 {
  color: var(--brand-color-on-accent);
}

[data-section="team-hero"] .header69_background-image-wrapper {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

[data-section="team"] {
  background-color: var(--brand-color-background);
  isolation: isolate;
  position: relative;
  z-index: 1;
}

[data-image-slot="team-member-1"] {
  background-image: var(--brand-image-team-member-1);
}

[data-image-slot="team-member-2"] {
  background-image: var(--brand-image-team-member-2);
}

[data-image-slot="team-member-3"] {
  background-image: var(--brand-image-team-member-3);
}

[data-image-slot="team-member-4"] {
  background-image: var(--brand-image-team-member-4);
}

[data-section="results"] .testimonial21_component,
[data-section="testimonials"] .testimonial21_component {
  animation: step2fit-testimonial21-loop var(--brand-carousel-duration) linear infinite;
  flex: none;
  min-width: max-content;
  width: max-content;
  will-change: transform;
}

[data-section="results"] .testimonial21_loop-trigger,
[data-section="testimonials"] .testimonial21_loop-trigger {
  flex: 0 0 auto;
}

@keyframes step2fit-testimonial21-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.section_team12 .team12_social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
}

.section_team12 .social-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  width: 1.5rem;
}

.section_team12 .social-icon {
  display: block;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  line-height: 0;
  width: 1.5rem;
}

.section_team12 .social-link svg {
  color: inherit;
  display: block;
  height: 1.5rem !important;
  max-height: 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem !important;
}

@media screen and (max-width: 767px) {
  [data-section="team-hero"] {
    min-height: 26rem;
  }
}

.footer4_component {
  --site-color-on-accent: var(--brand-color-footer-text);
  color: var(--brand-color-footer-text);
}

.footer4_component .divider-horizontal {
  background-color: currentColor;
}

.footer4_component .footer4_social-list,
.footer4_component .footer4_social-link,
.footer4_component .footer4_social-link .icon-embed-xsmall,
.footer4_component .footer4_social-link svg {
  color: inherit;
}

.footer4_component .footer4_social-link svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.footer4_component .footer4_social-link svg [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.button.button-2:hover,
.button.button-2.w--current:hover {
  background-color: var(--site-color-text);
  border-color: var(--site-color-text);
}

.pricing11_price-row {
  align-items: baseline;
  column-gap: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.pricing11_price-period {
  white-space: nowrap;
}

.footer4_created-by {
  color: var(--site-color-on-accent);
  font-size: 0.75rem;
  margin-top: 0.75rem;
  text-align: center;
}

.footer4_created-by-link {
  color: inherit;
  text-decoration: underline;
}

.button-7 {
  color: var(--brand-color-on-accent);
}

.section_multi-form11 .button-6.is-secondary,
.section_multi-form11 .button-7.is-secondary {
  background-color: rgba(255, 248, 249, 0.12);
  color: var(--brand-color-on-dark);
}

.footer4_social-link {
  transition: transform 180ms ease, color 180ms ease;
}

.footer4_social-link:hover {
  color: var(--brand-color-background);
  transform: translateY(-2px);
}

.footer4_component .brand-wordmark-sub {
  color: currentColor;
  opacity: 0.72;
}

.form-privacy-note {
  color: var(--form-muted-color);
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.form-privacy-note a {
  color: var(--form-heading-color);
  text-decoration: underline;
}

[data-form="step"][hidden] {
  display: none !important;
}

.section_multi-form11 [data-form-step-heading]:focus,
.section_multi-form11 [data-form-step-heading]:focus-visible {
  outline: none;
}

.section_multi-form11 [data-form-step-heading] {
  scroll-margin-top: 7.5rem;
}

[data-form="back-btn"][hidden],
[data-form="next-btn"][hidden] {
  display: none !important;
}

[data-form="step"]:has(input[type="radio"]) [data-form="next-btn"] {
  display: none !important;
}

[data-form="progress"] {
  background-color: var(--brand-color-border);
}

[data-form="progress"] > .multi-form11_progress-bar.current {
  display: none;
}

[data-form="progress-indicator"] {
  flex: 0 0 auto;
  width: 20%;
  background-color: var(--brand-color-accent);
  transition: width 220ms ease;
}

[data-form-error] {
  color: #b42318;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2,
  .heading-style-h2 {
    font-size: 2.25rem;
  }

  #valmentaja .padding-section-large,
  #valmennus .padding-section-large,
  #sovellus .padding-section-large,
  #arvostelut .padding-section-large,
  #ukk .padding-section-large {
    padding-top: 6rem;
  }

  .section_multi-form11 {
    background-position: 53% 50%;
  }

  .lead-form_hero-video {
    object-position: 53% 50%;
  }

  [data-section="final-cta"] .cta27_background-image-wrapper {
    background-position: 50% 50%;
  }

  [data-section="final-cta"] .padding-section-large {
    padding-bottom: 4.75rem;
    padding-top: 4.75rem;
  }

  #w-node-_0b54a7c8-8261-db07-de54-7f3fe37ea4ef-e37ea4e7 {
    order: 1;
  }

  .app-preview {
    aspect-ratio: 1;
    min-height: 0;
    order: 0;
    padding: 0;
    width: 100%;
  }

  .app-preview_phone {
    min-height: 22rem;
    width: 11.5rem;
  }

  .app-preview_phone.is-back {
    margin-right: -3.75rem;
    min-height: 18.5rem;
    width: 10rem;
  }

  .testimonial-static-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .lead-form_hero-video {
    display: none;
  }

  [data-section="results"] .testimonial21_component,
  [data-section="testimonials"] .testimonial21_component {
    animation: none;
    transform: none;
  }

  [data-form="progress-indicator"] {
    transition: none;
  }
}
