/*
 * 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: #f7fbfa;
  --brand-color-text: #173330;
  --brand-color-surface: #e6f0ef;
  --brand-color-border: rgba(85, 122, 119, 0.24);
  --brand-color-accent: #557a77;
  --brand-color-secondary: #f1b45f;
  --brand-color-on-accent: #ffffff;

  --brand-form-heading-dark: var(--brand-color-text);
  --brand-form-muted-dark: rgba(23, 51, 48, 0.68);
  --brand-form-heading-light: #ffffff;
  --brand-form-muted-light: rgba(255, 255, 255, 0.78);

  --brand-font-body: "Open Sans", Arial, sans-serif;
  --brand-font-heading: "Open Sans", Arial, sans-serif;

  --brand-radius-small: 16px;
  --brand-radius-medium: 16px;
  --brand-radius-large: 16px;
  --brand-carousel-duration: 30s;

  --brand-header-background: #f7fbfa;
  --brand-header-background-opacity: 0.76;
  --brand-header-border: var(--brand-color-border);
  --brand-header-text: var(--brand-color-text);
  --brand-header-blur: 12px;

  /* Vaihda none esimerkiksi muotoon url("../images/hero.jpg"). */
  --brand-image-lead-form: url("../images/sara-back-new-hero.jpg");
  --brand-image-lead-form-mobile: url("../images/sara-back-new-hero.jpg");
  --brand-image-app: url("../images/step2fit-app-sara-back.jpg");
  --brand-image-coach: url("../images/sara-back-coach-pdf.jpg");
  --brand-image-final-cta: none;
  --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;
}

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: 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;
  }
}

.brand-wordmark {
  color: currentColor;
  font-family: var(--brand-font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.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);
}

.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);
}

.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-image: var(--brand-image-app);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout1_image-wrapper {
  background-image: var(--brand-image-coach);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta27_background-image-wrapper {
  background-image: var(--brand-image-final-cta);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

[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 .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_component.is-grouped .footer4_top-wrapper {
  align-items: start;
  column-gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(6rem, 0.28fr) minmax(22rem, 1fr) max-content;
}

.footer4_navigation {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: repeat(2, minmax(10rem, 1fr));
  justify-self: center;
  width: 100%;
}

.footer4_link-group,
.footer4_group-links {
  display: grid;
}

.footer4_link-group {
  gap: 1rem;
  min-width: 0;
}

.footer4_group-links {
  gap: 0.75rem;
}

.footer4_link-heading {
  color: var(--site-color-on-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.72;
  text-transform: uppercase;
}

.footer4_component.is-grouped .footer4_link {
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  transition: opacity 0.2s ease;
}

.footer4_component.is-grouped .footer4_link:hover {
  opacity: 0.72;
}

.footer4_actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-self: end;
}

.footer4_component .footer4_cta-button,
.footer4_component .footer4_cta-button:hover {
  background-color: var(--site-color-on-accent);
  color: var(--site-color-accent);
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .footer4_component.is-grouped .footer4_top-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 2.5rem;
  }

  .footer4_navigation {
    max-width: 34rem;
  }

  .footer4_actions {
    align-items: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  .footer4_navigation {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 22rem;
  }

  .footer4_actions {
    width: 100%;
  }

  .footer4_cta-button {
    max-width: 18rem;
    width: 100%;
  }
}

.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;
}

.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;
}

[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;
  }
}

/* Sara Back Coaching */

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

.brand-logo {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  display: block;
}

.navbar14_logo-link,
.footer4_logo-link {
  width: auto;
  min-width: 4.25rem;
  min-height: 4.25rem;
}

.footer4_logo-link .brand-logo {
  width: 5.5rem;
  height: 5.5rem;
}

.section_multi-form11 {
  --hero-parallax-y: 0px;
  min-height: 100svh;
  background-color: #365451;
  background-image: none;
  isolation: isolate;
  overflow: hidden;
}

.section_multi-form11::after {
  content: "";
  background-image: var(--brand-image-lead-form);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  inset: -10% 0;
  transform: translate3d(0, var(--hero-parallax-y), 0) scale(1.02);
  transform-origin: center;
  will-change: transform;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  .section_multi-form11::after {
    background-position: right top;
    inset: 0 0 -20%;
    transform-origin: right top;
  }
}

.section_multi-form11::before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(18, 39, 36, 0.82) 0%,
    rgba(18, 39, 36, 0.68) 38%,
    rgba(18, 39, 36, 0.26) 72%,
    rgba(18, 39, 36, 0.08) 100%
  );
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.section_multi-form11 > .padding-global {
  width: 100%;
  position: relative;
  z-index: 2;
}

.section_multi-form11 .multi-form11_component {
  align-items: center;
}

.section_multi-form11 .max-width-medium {
  width: 100%;
  max-width: 39rem;
}

.section_multi-form11 .multi-form11_step-tag,
.section_multi-form11 [data-form="step"] .margin-top.margin-xsmall,
.section_multi-form11 .form_field-label,
.section_multi-form11 .radio3_label {
  color: #ffffff;
}

.section_multi-form11 .radio3_icon-wrapper {
  color: var(--brand-color-secondary);
}

.section_multi-form11 .radio3_field {
  border-color: rgba(255, 255, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.14);
}

.section_multi-form11 .radio3_field:hover {
  border-color: var(--brand-color-secondary);
  background-color: rgba(255, 255, 255, 0.21);
}

.section_multi-form11 .radio3_button {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

.section_multi-form11 .form_input {
  border-color: rgba(255, 255, 255, 0.54);
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.section_multi-form11 .form_input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.section_multi-form11 .form_input:hover,
.section_multi-form11 .form_input:focus,
.section_multi-form11 .form_input:focus-visible,
.section_multi-form11 .form_input:active,
.section_multi-form11 .radio3_field:active,
.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(--brand-color-secondary);
}

.section_multi-form11 .form_input:hover,
.section_multi-form11 .form_input:focus,
.section_multi-form11 .form_input:focus-visible,
.section_multi-form11 .form_input:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.section_multi-form11 .radio3_button.w--redirected-focus {
  box-shadow: none;
}

.section_multi-form11 .radio3_button.w--redirected-checked {
  border-color: var(--brand-color-secondary);
}

.section_multi-form11 .radio3_button.w--redirected-checked::after {
  border-color: var(--brand-color-secondary);
}

.section_multi-form11 [data-form="progress"] {
  background-color: rgba(255, 255, 255, 0.26);
}

.section_multi-form11 [data-form="progress-indicator"] {
  background-color: var(--brand-color-secondary);
}

.section_multi-form11 .button-6:not(.is-secondary),
.section_multi-form11 .button-7:not(.is-secondary) {
  border-color: var(--brand-color-secondary);
  background-color: var(--brand-color-secondary);
  color: var(--brand-color-text);
}

.section_multi-form11 .button-6.is-secondary,
.section_multi-form11 .button-7.is-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.section_multi-form11 [data-form-error] {
  color: #fff0db;
}

.layout396_card {
  box-shadow: 0 16px 42px rgba(85, 122, 119, 0.09);
}

.layout396_card .heading-style-h4 {
  overflow-wrap: anywhere;
}

.layout396_card .heading-style-h4.is-helhetscoachning {
  overflow-wrap: normal;
  word-break: normal;
}

.layout396_item-icon-wrapper,
.layout220_item-icon-wrapper {
  color: var(--brand-color-accent);
}

.layout220_image-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 0;
  background-color: #dce9e8;
  background-image: var(--brand-image-app);
}

.layout1_image-wrapper {
  background-position: center top;
  aspect-ratio: 4 / 5;
}

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

.coach-copy p {
  margin: 0;
}

.coach-copy_heading {
  margin: 1.5rem 0 0;
}

.coach-copy_list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding-left: 1.25rem;
}

.section_coach-packages {
  background-color: var(--brand-color-surface);
}

.coach-package_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.coach-package_card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(85, 122, 119, 0.12);
}

.coach-package_card p,
.coach-package_card h3 {
  margin: 0;
}

.coach-package_header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.coach-package_icon {
  color: var(--brand-color-accent);
  font-size: 2.75rem;
  line-height: 1;
}

.coach-package_prices {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--brand-color-border);
  color: var(--brand-color-accent);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 700;
}

.coach-package_features {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coach-package_features li {
  position: relative;
  padding-left: 1.8rem;
}

.coach-package_features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-color-accent);
  font-weight: 700;
}

.coach-package_button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.coach-package_experience-link {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.section_result-carousel {
  overflow: hidden;
  scroll-margin-top: 7rem;
  background-color: var(--brand-color-surface);
}

.result-carousel {
  width: 100%;
  overflow: hidden;
  border-radius: var(--brand-radius-large);
}

.result-carousel_track {
  display: flex;
  width: max-content;
  animation: step2fit-result-carousel-loop 36s linear infinite;
  will-change: transform;
}

.result-carousel_group {
  display: flex;
  flex: none;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.result-carousel_item {
  flex: 0 0 clamp(18rem, 30vw, 26rem);
  aspect-ratio: 1;
  margin: 0;
}

.result-carousel_image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  box-shadow: 0 16px 42px rgba(85, 122, 119, 0.12);
  object-fit: cover;
}

@keyframes step2fit-result-carousel-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.section_review-carousel {
  scroll-margin-top: 7rem;
  background-color: var(--brand-color-background);
}

.review-carousel {
  max-width: 64rem;
  margin-inline: auto;
}

.review-carousel_viewport {
  overflow: hidden;
  border-radius: var(--brand-radius-large);
  transition: height 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-carousel_track {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-carousel_slide {
  display: grid;
  flex: 0 0 100%;
  align-content: center;
  gap: 1.25rem;
  min-width: 0;
  min-height: 26rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-large);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(85, 122, 119, 0.1);
}

.review-carousel_slide p {
  margin: 0;
}

.review-carousel_quote {
  height: 2rem;
  color: var(--brand-color-accent);
  font-family: Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.review-carousel_name {
  color: var(--brand-color-accent);
  font-size: 1.15rem;
  font-weight: 700;
}

.review-carousel_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.review-carousel_arrow {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--brand-color-accent);
  border-radius: 999px;
  background-color: var(--brand-color-accent);
  color: var(--brand-color-on-accent);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.review-carousel_arrow:hover {
  background-color: transparent;
  color: var(--brand-color-accent);
  transform: translateY(-2px);
}

.review-carousel_status {
  min-width: 3.5rem;
  color: var(--brand-color-accent);
  font-weight: 700;
  text-align: center;
}

.section_cta27 {
  min-height: 36rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.section_cta27 > .padding-global {
  width: 100%;
}

.cta27_background-image-wrapper {
  background-color: var(--brand-color-accent);
  background-image:
    radial-gradient(circle at 82% 28%, rgba(241, 180, 95, 0.58), transparent 28%),
    radial-gradient(circle at 14% 82%, rgba(118, 162, 161, 0.72), transparent 30%),
    linear-gradient(135deg, #365854 0%, #557a77 52%, #2d4b48 100%);
}

.section_cta27 .image-overlay-layer {
  background-color: rgba(10, 25, 23, 0.1);
}

.section_cta27 .button {
  border-color: var(--brand-color-secondary);
  background-color: var(--brand-color-secondary);
  color: var(--brand-color-text);
}

@media screen and (max-width: 991px) {
  .navbar14_logo-link .brand-logo {
    width: 3.75rem;
    height: 3.75rem;
  }

  .section_multi-form11::after {
    background-position: right center;
  }

  .section_multi-form11::before {
    background: rgba(18, 39, 36, 0.68);
  }

  .section_cta27 {
    min-height: 31rem;
  }

  .coach-package_grid {
    grid-template-columns: 1fr;
  }

}

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

  .navbar14_link {
    padding-inline: 0.55rem;
    font-size: 0.85rem;
  }

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

  .navbar14_button-wrapper .button {
    padding-inline: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .layout396_card .heading-style-h4 {
    font-size: clamp(1.4rem, 2.35vw, 2.5rem);
  }

  .review-carousel {
    max-width: 80rem;
  }

  .review-carousel_slide {
    flex-basis: calc(50% - 0.75rem);
  }
}

@media screen and (min-width: 1440px) {
  .layout396_card .heading-style-h4.is-helhetscoachning {
    font-size: 2.25rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .section_multi-form11::after {
    background-image: var(--brand-image-lead-form-mobile);
    background-position: 80% top;
    inset: 0 0 -20%;
    transform-origin: center top;
  }

  .result-carousel_group {
    gap: 1rem;
    padding-right: 1rem;
  }

  .review-carousel_slide {
    min-height: 24rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h1,
  .heading-style-h2,
  .heading-style-h3 {
    overflow-wrap: anywhere;
  }

  .coach-package_title {
    font-size: clamp(1.875rem, 10vw, 2.75rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    white-space: nowrap;
  }

  .brand-logo,
  .navbar14_logo-link,
  .footer4_logo-link {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
  }

  .footer4_logo-link .brand-logo {
    width: 4.75rem;
    height: 4.75rem;
  }

  .section_multi-form11 {
    min-height: 100svh;
  }

  .section_multi-form11::after {
    background-position: 80% top;
  }

  .section_multi-form11::before {
    background: rgba(18, 39, 36, 0.74);
  }

  .section_multi-form11 .radio3_field {
    background-color: rgba(255, 255, 255, 0.16);
  }

  .section_cta27 {
    min-height: 28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section_multi-form11::after {
    transform: scale(1.02);
    will-change: auto;
  }

  .result-carousel_track {
    animation: none;
    will-change: auto;
  }

  .review-carousel_track,
  .review-carousel_viewport,
  .review-carousel_arrow {
    transition: none;
  }
}

.footer4_legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
}

.footer4_cookie-settings {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: var(--brand-color-text);
}

.cookie-consent_panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem;
  width: min(100%, 74rem);
  margin-inline: auto;
  padding: 1.5rem;
  border: 1px solid var(--brand-color-border);
  border-radius: var(--brand-radius-medium);
  background: #fff;
  box-shadow: 0 1.25rem 3.5rem rgba(23, 51, 48, 0.2);
}

.cookie-consent_content {
  max-width: 49rem;
}

.cookie-consent_eyebrow {
  margin-bottom: 0.35rem;
  color: var(--brand-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-consent_title {
  margin: 0 0 0.5rem;
  color: var(--brand-color-text);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.cookie-consent_text {
  margin: 0 0 0.55rem;
  color: var(--brand-color-text);
  font-size: 0.95rem;
  line-height: 1.55;
}

.cookie-consent_link {
  color: var(--brand-color-text);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.cookie-consent_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.cookie-consent_button {
  min-height: 3rem;
  min-width: 10.75rem;
  border: 0;
  cursor: pointer;
}

.cookie-consent_button:focus-visible,
.cookie-consent_link:focus-visible,
.footer4_cookie-settings:focus-visible {
  outline: 3px solid var(--brand-color-secondary);
  outline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .cookie-consent {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .cookie-consent_panel {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-height: calc(100svh - 1.5rem);
    overflow-y: auto;
    padding: 1.25rem;
  }

  .cookie-consent_actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent_button {
    width: 100%;
  }
}
