/*
 * 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: #f1e9de;
  --brand-color-text: #050913;
  --brand-color-heading: #00153d;
  --brand-color-surface: #f5e7db;
  --brand-color-card: #fff8ee;
  --brand-color-border: rgba(5, 9, 19, 0.16);
  --brand-color-accent: #f26402;
  --brand-color-on-accent: #050913;
  --brand-color-warm: #efc297;
  --brand-color-secondary: #77b9e8;

  --brand-form-heading-dark: var(--brand-color-heading);
  --brand-form-muted-dark: rgba(5, 9, 19, 0.68);
  --brand-form-heading-light: #ffffff;
  --brand-form-muted-light: rgba(255, 255, 255, 0.84);

  --brand-font-body: "Manrope", Arial, sans-serif;
  --brand-font-heading: "Barlow Condensed", "Arial Narrow", "Manrope", Arial, sans-serif;

  --brand-radius-small: 12px;
  --brand-radius-medium: 18px;
  --brand-radius-large: 28px;
  --brand-carousel-duration: 30s;

  --brand-header-background: var(--brand-color-background);
  --brand-header-background-opacity: 0.82;
  --brand-header-border: var(--brand-color-border);
  --brand-header-text: var(--brand-color-text);
  --brand-header-blur: 12px;

  --brand-image-lead-form: url("../images/leadformular.webp");
  --brand-image-app: url("../images/step2fit-app-anders.jpg");
  --brand-image-coach: url("../images/coachpresentation-framsida.webp");
  --brand-image-final-cta: none;
  --brand-image-team-hero: none;
  --brand-image-team-member-1: url("../images/team-coachsidan.webp");

  /* 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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6,
.faq11_question .text-weight-bold {
  color: var(--brand-color-heading);
  font-family: var(--brand-font-heading);
  letter-spacing: -0.025em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6,
.faq11_question .text-weight-bold {
  font-weight: 600;
}

.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5,
.text-color-white h6,
.text-color-white .heading-style-h1,
.text-color-white .heading-style-h2,
.text-color-white .heading-style-h3,
.text-color-white .heading-style-h4,
.text-color-white .heading-style-h5,
.text-color-white .heading-style-h6 {
  color: inherit;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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-accent);
  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: var(--brand-color-heading);
  font-weight: 600;
  text-decoration-color: var(--brand-color-accent);
  text-decoration-line: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.35em;
}

.navbar14_link,
.footer4_link,
.button,
.button-2,
.button-6,
.button-7,
.w-button {
  font-family: var(--brand-font-body);
  font-weight: 600;
}

.menu-icon2_line-top,
.menu-icon2_line-middle,
.menu-icon2_line-bottom {
  background-color: currentColor;
}

.navbar14_menu-button.w--open {
  color: var(--brand-color-accent);
}

@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;
  }
}

.brand-wordmark {
  color: currentColor;
  font-family: var(--brand-font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-logo {
  display: block;
  height: auto;
  width: 100%;
}

.navbar14_logo-link {
  flex: none;
  width: 10rem;
}

.footer4_logo-link {
  width: 12.5rem;
}

.section_multi-form11 {
  --form-heading-color: var(--brand-form-heading-dark);
  --form-muted-color: var(--brand-form-muted-dark);
  --brand-color-heading: var(--form-heading-color);
  background-image:
    linear-gradient(rgba(5, 9, 19, 0.62), rgba(5, 9, 19, 0.7)),
    var(--brand-image-lead-form);
  background-position: 50%, 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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 .multi-form11_form {
  color: var(--form-heading-color);
}

.section_multi-form11 .radio3_field,
.section_multi-form11 .form_input {
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  backdrop-filter: blur(16px) saturate(115%);
  background-color: rgba(248, 246, 242, 0.68);
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 12px 32px rgba(5, 9, 19, 0.12);
  color: var(--brand-color-text);
}

.section_multi-form11 .radio3_field:hover,
.section_multi-form11 .form_input:hover {
  background-color: rgba(248, 246, 242, 0.76);
}

.section_multi-form11 .radio3_field:focus-within,
.section_multi-form11 .radio3_field:has(input[type="radio"]:checked),
.section_multi-form11 .form_input:focus,
.section_multi-form11 .form_input:focus-visible {
  background-color: rgba(248, 246, 242, 0.84);
}

.section_multi-form11 .form_input::placeholder {
  color: rgba(5, 9, 19, 0.66);
}

.section_multi-form11 .heading-style-h4 {
  color: var(--form-heading-color);
}

.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: #ffffff;
  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-color: #dbeaf4;
  background-image:
    var(--brand-image-app),
    radial-gradient(circle at 72% 24%, rgba(248, 246, 242, 0.88), transparent 25%),
    linear-gradient(145deg, var(--brand-color-secondary), #dbeaf4);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout1_image-wrapper {
  background-color: #f1d4b8;
  background-image: var(--brand-image-coach);
  background-position: 52% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta27_background-image-wrapper {
  background-color: var(--brand-color-text);
  background-image:
    var(--brand-image-final-cta),
    radial-gradient(circle at 82% 22%, rgba(242, 100, 2, 0.48), transparent 32%),
    linear-gradient(135deg, #050913, #17233d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header69_background-image-wrapper[data-image-slot="team-hero-background"] {
  background-color: var(--brand-color-text);
  background-image:
    var(--brand-image-team-hero),
    radial-gradient(circle at 78% 25%, rgba(119, 185, 232, 0.34), transparent 30%),
    linear-gradient(135deg, #050913, #1e304e);
  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"] .header69_background-image-wrapper {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.section_header69.text-color-white,
.section_cta27.text-color-white {
  color: #ffffff;
}

[data-section="team"] {
  background-color: var(--brand-color-background);
}

[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_customer-reviews {
  background-color: var(--brand-color-background);
}

.customer-reviews_grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-review_card {
  background-color: var(--brand-color-card);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  box-shadow: 0 1rem 2.5rem rgba(5, 9, 19, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  min-width: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
}

.layout396_card,
.testimonial21_card,
.testimonial21_card.image,
.pricing11_plan,
.pricing11_plan.premium,
.faq11_accordion {
  background-color: var(--brand-color-card);
}

.customer-review_rating {
  color: var(--brand-color-accent);
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.customer-review_card blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
}

.customer-review_card p {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .customer-reviews_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .customer-reviews_grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.coach-social-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  width: 2.75rem;
}

.coach-social-link:hover {
  color: var(--brand-color-accent);
}

.coach-social-link .social-icon {
  display: block;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  line-height: 0;
  width: 1.5rem;
}

.coach-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) {
  .navbar14_logo-link {
    width: 8.75rem;
  }

  .section_multi-form11 {
    background-position: 50%, 46% 50%;
  }
}

.footer4_component {
  --site-color-on-accent: var(--brand-color-background);
  background-color: var(--brand-color-text);
  color: var(--brand-color-background);
}

.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;
}

.footer4_link[aria-current="page"],
.footer4_legal-link[aria-current="page"] {
  text-decoration-color: var(--brand-color-accent);
  text-decoration-line: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.35em;
}

.button.button-2 {
  color: #fff;
}

.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;
}

.pricing11_plan.personal-training {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 1rem);
}

@media screen and (max-width: 767px) {
  .pricing11_plan.personal-training {
    grid-column: auto;
    width: 100%;
  }
}

.button-7 {
  color: var(--brand-color-on-accent);
}

.pricing11_feature-icon-wrapper {
  color: var(--brand-color-accent);
  font-weight: 700;
}

#om-anders {
  scroll-margin-top: 7rem;
}

.coach-intro-copy p + p,
.coach-details p + p {
  margin-top: 1rem;
}

.coach-credentials {
  display: grid;
  gap: 0.875rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding-left: 0;
}

.coach-credentials li {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  line-height: 1.5;
}

.coach-profile {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
  margin-inline: auto;
  max-width: 76rem;
}

.coach-profile_image {
  aspect-ratio: 4 / 5;
  background-color: #dbeaf4;
  background-image: var(--brand-image-team-member-1);
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1.25rem 3.5rem rgba(5, 9, 19, 0.14);
}

.coach-profile_content {
  max-width: 42rem;
  text-align: left;
}

.coach-profile_header {
  margin-bottom: 2rem;
}

.coach-profile_eyebrow {
  color: var(--brand-color-accent);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.coach-profile_role {
  color: rgba(5, 9, 19, 0.72);
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 600;
  line-height: 1.45;
  margin-top: 0.625rem;
}

.coach-profile .coach-details {
  line-height: 1.7;
  max-width: 65ch;
}

.coach-profile_credentials {
  border-top: 1px solid var(--brand-color-border);
  margin-top: 2rem;
  padding-top: 2rem;
}

.coach-profile .coach-credentials {
  gap: 0.875rem;
  list-style: none;
  margin-top: 1.25rem;
  padding-left: 0;
}

.coach-credential_icon {
  color: var(--brand-color-accent);
  display: block;
  height: 1.5rem;
  line-height: 0;
  width: 1.5rem;
}

.coach-credential_icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .coach-profile {
    grid-template-columns: minmax(0, 1fr);
    max-width: 46rem;
  }

  .coach-profile_image {
    aspect-ratio: 3 / 2;
    background-position: 50% 42%;
  }

  .coach-profile_content {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  [data-section="team-hero"] {
    min-height: 26rem;
  }

  .coach-profile {
    gap: 2rem;
  }

  .coach-profile_image {
    aspect-ratio: 4 / 3;
  }

  .coach-profile_header {
    margin-bottom: 1.5rem;
  }

  .coach-profile_credentials {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.footer4_component [aria-disabled="true"] {
  display: none !important;
}

[data-content-status="pending"] {
  display: none !important;
}

.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;
}

.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="back-btn"],
.section_multi-form11 [data-form="back-btn"]:hover,
.section_multi-form11 [data-form="back-btn"]:focus,
.section_multi-form11 [data-form="back-btn"]:focus-visible,
.section_multi-form11 [data-form="back-btn"]:visited {
  color: var(--brand-form-heading-light);
}

[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 (prefers-reduced-motion: reduce) {
  [data-section="results"] .testimonial21_component,
  [data-section="testimonials"] .testimonial21_component {
    animation: none;
    transform: none;
  }

  [data-form="progress-indicator"] {
    transition: none;
  }
}
