*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 68px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #1a1a1a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover {
  opacity: 0.88;
}

.wf-container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 1.5rem);
  padding-right: clamp(1rem, 4vw, 1.5rem);
}

.wf-container--narrow {
  max-width: 720px;
}

.wf-section {
  position: relative;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.wf-section__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5c5c5c;
  text-transform: uppercase;
}

.wf-section__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.wf-section__body {
  margin: 0 0 1.5rem;
  max-width: 40em;
  font-size: 1.02rem;
}

.wf-section__lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: #5c5c5c;
  max-width: 38em;
}

.wf-section--band {
  background: #f7f7f7;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.wf-section--band .wf-section__body {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.85;
  max-width: 36em;
}

.wf-section--band .wf-section__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}

.wf-section--invert {
  background: #2a2a2a;
  color: #fafafa;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.wf-section--invert .wf-section__eyebrow {
  color: #c4c4c4;
}

.wf-section--invert .wf-section__title,
.wf-section--invert .wf-section__body {
  color: #fafafa;
}

.wf-section--invert .wf-muted {
  color: #c4c4c4;
}

.wf-section--invert .wf-cta {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #ffffff;
}

.wf-section--invert .wf-cta:hover {
  background: #ececec;
  border-color: #ececec;
}

.wf-section--invert .wf-text-link {
  color: #fafafa;
}

.wf-section--invert .wf-cta-wrap--invert-tight {
  margin-top: 1.35rem;
  margin-bottom: 0;
}

.wf-section--line-top {
  background: #ffffff;
  border-top: 1px solid #d8d8d8;
}

.wf-section--band-gray {
  background: #f7f7f7;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.wf-accent-block {
  border-left: 4px solid #1a1a1a;
  padding-left: clamp(1rem, 2.5vw, 1.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.wf-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 68px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d8d8d8;
  backdrop-filter: blur(6px);
}

.wf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
}

.wf-header__logo {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.wf-header__logo img {
  display: block;
  height: 30px;
  width: auto;
}

@media (max-width: 767px) {
  .wf-header .wf-cta {
    font-size: 0.7125rem;
    padding: 0.55rem 0.85rem;
    min-height: 44px;
  }
}

.wf-muted {
  color: #5c5c5c;
  font-size: 0.94rem;
  line-height: 1.65;
}

.wf-dev-note {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.65;
  font-weight: 400;
  color: #c62828;
}

.wf-muted.wf-dev-note {
  color: #c62828;
  font-size: 0.75rem;
}

.wf-section__lead.wf-dev-note {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color: #c62828;
  font-weight: 400;
}

.wf-section__title + .wf-dev-note {
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
}

.wf-compare__note.wf-dev-note {
  margin-top: 0.65rem;
}

.wf-benefit-card__text.wf-dev-note {
  font-size: 0.75rem;
}

.wf-consult-card__body.wf-dev-note {
  font-size: 0.75rem;
}

a.wf-dev-note {
  font-size: 0.75rem;
  color: #c62828;
}

.wf-section--invert .wf-dev-note {
  color: #ffcdd2;
}

.wf-list {
  margin: 0 0 1.5rem;
  padding-left: 1.35rem;
  max-width: 42em;
}
.wf-list li {
  margin-bottom: 0.45em;
}

.wf-list--merge {
  margin-top: 1.25rem;
}

.wf-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.wf-labels__item {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #f0f0f0;
}

.wf-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.7rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.wf-cta:hover {
  background: #404040;
  border-color: #404040;
  opacity: 1;
}
.wf-cta:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 3px;
}

.wf-cta--block {
  display: flex;
  width: 100%;
  max-width: 22rem;
}

.wf-cta-wrap {
  margin-top: 1.5rem;
}

.wf-cta-wrap--center {
  display: flex;
  justify-content: center;
}

.wf-dummy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #bdbdbd;
  color: #3a3a3a;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wf-dummy--tall {
  min-height: min(52vw, 320px);
}

.wf-dummy--short {
  min-height: 160px;
}

.wf-dummy--mb {
  margin-bottom: 0.75rem;
}

.wf-dummy__cap {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5c5c5c;
  text-align: center;
}

.wf-slider {
  position: relative;
  margin: 1.5rem 0 0.5rem;
  outline: none;
}

.wf-slider__viewport {
  overflow: hidden;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #f7f7f7;
}

.wf-slider__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.wf-slider--gsap .wf-slider__track {
  transition: none;
}

.wf-slider__progress {
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 2px;
  background: #ececec;
  overflow: hidden;
}

.wf-slider__progress-fill {
  display: block;
  height: 100%;
  width: 33.33%;
  border-radius: inherit;
  background: #1a1a1a;
  transform-origin: left center;
}

.wf-slider__slide {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 1.25rem;
}

.wf-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.wf-slider__arrow {
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.wf-slider__arrow:hover {
  background: #ececec;
}
.wf-slider__arrow:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.wf-slider__dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.wf-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #5c5c5c;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.wf-slider__dot.is-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  transform: scale(1.15);
}
.wf-slider__dot:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.wf-slide-card {
  height: 100%;
  min-height: 200px;
  padding: 1.5rem;
  border: 1px dashed #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-slide-card__label {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5c5c5c;
}

.wf-slide-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
}

.wf-slide-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: #5c5c5c;
  line-height: 1.6;
}

.wf-steps {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .wf-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.wf-steps__item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-steps__num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
}

.wf-steps__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.wf-grid-2 {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}
@media (min-width: 768px) {
  .wf-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .wf-grid-2--reverse .wf-grid-2__col--media {
    order: -1;
  }
}

.wf-grid-2__col {
  min-width: 0;
}

.wf-condition-note {
  margin: 0;
  padding: 0.85rem clamp(1rem, 4vw, 1.5rem);
  background: #f7f7f7;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.wf-condition-note__list {
  margin: 0;
  padding: 0;
  padding-left: 1.1rem;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #4a4a4a;
}
.wf-condition-note__list li {
  margin-bottom: 0.35em;
  padding-left: 0.15em;
  text-indent: -0.35em;
}
.wf-condition-note__list li:last-child {
  margin-bottom: 0;
}

.wf-fv {
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  border-bottom: 1px solid #d8d8d8;
  background: #fbfbfb;
}

.wf-fv__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.wf-fv__sub {
  margin: 0 0 1.35rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  color: #5c5c5c;
  max-width: 34em;
  line-height: 1.75;
}

.wf-callout {
  margin-top: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid #d8d8d8;
  border-left: 4px solid #1a1a1a;
  border-radius: 4px;
  background: #ffffff;
}

.wf-callout__note {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: #5c5c5c;
}

.wf-callout .wf-dev-note {
  margin-top: 1rem;
}

.wf-tv-slide-cap {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
}

.wf-panels {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.25rem;
  max-width: 40em;
}

.wf-panel {
  padding: 1rem 1.1rem 1rem 1.25rem;
  border-left: 3px solid #1a1a1a;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 4px 4px 0;
  background: #ffffff;
}

.wf-panel__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.wf-panel__text {
  margin: 0;
  font-size: 0.9rem;
  color: #5c5c5c;
  line-height: 1.55;
}

.wf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.wf-chips__item {
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #f7f7f7;
}

.wf-stats {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  max-width: 42rem;
}
@media (min-width: 640px) {
  .wf-stats {
    grid-template-columns: 1fr 1fr;
  }
}

.wf-stat {
  padding: 1.35rem 1.25rem;
  text-align: center;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
  background: #ffffff;
}

.wf-stat__value {
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wf-stat__label {
  margin: 0;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.45;
}

.wf-consult-cards {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
@media (min-width: 900px) {
  .wf-consult-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wf-consult-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 1.2rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #f7f7f7;
}

.wf-consult-card__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #5c5c5c;
}

.wf-consult-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.wf-consult-card__body {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.6;
}

.wf-consult-card__tel {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wf-notes {
  margin-top: 1.25rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #f7f7f7;
}

@media (min-width: 768px) {
  .wf-notes__columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.wf-notes__list {
  margin: 0;
  padding-left: 1.2rem;
  color: #1a1a1a;
  font-size: 0.9rem;
  line-height: 1.65;
}
.wf-notes__list li {
  margin-bottom: 0.55em;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.wf-notes__list li:last-child {
  margin-bottom: 0;
}

.wf-rule {
  width: 3rem;
  height: 3px;
  margin: 0 auto 1.5rem;
  background: #1a1a1a;
  border: none;
}

.wf-footer {
  padding: clamp(2rem, 5vw, 3rem) 0;
  border-top: 1px solid #d8d8d8;
  background: #ececec;
}

.wf-footer--logo-only {
  padding: clamp(1.5rem, 4vw, 2rem) 0;
  text-align: center;
}

.wf-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wf-footer__logo {
  display: inline-block;
  margin-bottom: 0.75rem;
  line-height: 0;
  text-decoration: none;
}
.wf-footer__logo img {
  height: 30px;
  width: auto;
}

.wf-footer__copyright {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5c5c5c;
}
.wf-footer__copyright small {
  font-size: inherit;
}

.wf-footer__company {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.wf-footer__address,
.wf-footer__contact {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}

.wf-footer__links {
  margin-top: 1.35rem;
  font-size: 0.875rem;
}

.wf-tel {
  font-weight: 800;
}

.wf-note-box {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
  font-size: 0.95rem;
  line-height: 1.65;
}

.wf-compare {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: stretch;
}
@media (min-width: 700px) {
  .wf-compare {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}

.wf-compare__col {
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-compare__col--emph {
  border-width: 2px;
  border-color: #1a1a1a;
}

.wf-compare__label {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #5c5c5c;
}

.wf-compare__note {
  margin: 0.65rem 0 0;
}

.wf-compare__arrow {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #5c5c5c;
  line-height: 1;
}
@media (max-width: 699px) {
  .wf-compare__arrow {
    transform: rotate(90deg);
    padding: 0.25rem 0;
  }
}

.wf-benefit-trio {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 900px) {
  .wf-benefit-trio {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wf-benefit-card {
  padding: 1.15rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-benefit-card__title {
  margin: 0.85rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.wf-benefit-card__text {
  margin: 0;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.6;
}

.wf-twin-promo {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #d8d8d8;
}

.wf-twin-promo__heading {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.wf-twin-promo__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .wf-twin-promo__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.wf-twin-promo__box {
  margin: 0;
  padding: 1.15rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-twin-promo__label {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #5c5c5c;
}

.wf-twin-promo__text {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.55;
}

.wf-value-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .wf-value-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .wf-value-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wf-value-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-value-card__visual {
  margin-bottom: 0.75rem;
}

.wf-value-card__title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.wf-value-card__text {
  margin: 0;
  font-size: 0.86rem;
  color: #5c5c5c;
  line-height: 1.55;
}

.wf-value-card__closing {
  margin-top: 1.75rem;
  margin-bottom: 0;
  font-weight: 700;
}

.wf-referral-inline-note {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
}

.wf-photo-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0;
}
@media (min-width: 600px) {
  .wf-photo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.wf-photo-grid__cell {
  margin: 0;
}

.wf-photo-grid__cap {
  margin: 0.5rem 0 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
}

.wf-switch-easy .wf-section__body {
  margin-top: 0.75rem;
  max-width: 42rem;
}

.wf-switch-easy__grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .wf-switch-easy__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    align-items: stretch;
  }
}

.wf-switch-easy__card {
  margin: 0;
  padding: 1.15rem 1.1rem 1.2rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-switch-easy__num {
  margin: 0 0 0.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  color: #1a1a1a;
}

.wf-switch-easy__card-title {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
}

.wf-switch-easy__card-text {
  margin: 0;
  font-size: 0.86rem;
  color: #5c5c5c;
  line-height: 1.55;
}

.wf-switch-easy__closing {
  margin: 1.5rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1a1a1a;
  max-width: 42rem;
}

.wf-switch-easy .wf-cta-wrap {
  margin-top: 1.25rem;
}

.wf-flow-steps {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .wf-flow-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.wf-flow-steps__item {
  display: flex;
  gap: 1rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}

.wf-flow-steps__num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  font-size: 1rem;
  font-weight: 800;
}

.wf-flow-steps__body {
  min-width: 0;
}

.wf-flow-steps__title {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 800;
}

.wf-flow-steps__text {
  margin: 0;
  font-size: 0.86rem;
  color: #5c5c5c;
  line-height: 1.55;
}

.wf-flow-pin-hint {
  margin: 0.35rem 0 0;
}

.wf-flow-pin-section .wf-flow-pin {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .wf-flow-pin-section .wf-flow-pin {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: stretch;
  }
}
.wf-flow-pin-section .wf-flow-pin__rail {
  min-width: 0;
}
@media (min-width: 768px) {
  .wf-flow-pin-section .wf-flow-pin__rail {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wf-flow-pin-section .wf-flow-pin__sticky {
    position: sticky;
    top: calc(68px + 1rem);
    align-self: flex-start;
    width: 100%;
    max-height: calc(100vh - 68px - 2rem);
    padding: 0.75rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  }
}
.wf-flow-pin-section .wf-flow-pin__visual {
  border-radius: 4px;
  flex-shrink: 0;
}
.wf-flow-pin-section .wf-flow-pin__steps {
  min-width: 0;
}

.wf-flow-steps.wf-flow-steps--pin {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .wf-flow-steps.wf-flow-steps--pin {
    gap: clamp(2rem, 6vh, 4rem);
  }
}
@media (min-width: 768px) {
  .wf-flow-steps.wf-flow-steps--pin .wf-flow-steps__item {
    min-height: clamp(200px, 28vh, 320px);
  }
}
.wf-flow-steps.wf-flow-steps--pin .wf-flow-steps__item.is-flow-active {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 1px #1a1a1a;
}

.wf-text-link {
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
}

.wf-consult-card__foot {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
}/*# sourceMappingURL=lp-wireframe.css.map */