/* Start custom CSS for text-editor, class: .elementor-element-206fb6bb */.stw-spoke-s02 {
  --stw-blue: #2070eb;
  --stw-charcoal: #524f4c;
  --stw-orange: #ff6004;
  --stw-orange-dark: #e95400;
  --stw-ink: #524f4c;
  --stw-muted: #6d6966;
  --stw-line: #ddd5cd;
  --stw-soft: #efe7de;
  --stw-white: #fff;
  --stw-shadow: 0 14px 36px rgba(82, 79, 76, .12);
  color: var(--stw-ink);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.65;
}

.stw-spoke-s02 *,
.stw-spoke-s02 *::before,
.stw-spoke-s02 *::after { box-sizing: border-box; }

.stw-spoke-s02 img { display: block; max-width: 100%; height: auto; }
.stw-spoke-s02 p { margin-top: 0; }
.stw-spoke-s02 a { color: var(--stw-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.stw-spoke-s02 a:hover { color: var(--stw-charcoal); }
.stw-spoke-s02 a:focus-visible,
.stw-spoke-s02 summary:focus-visible,
.stw-spoke-s02 [tabindex]:focus-visible {
  outline: 3px solid var(--stw-orange);
  outline-offset: 3px;
}

.stw-spoke-s02__sr-only {
  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;
}

.stw-spoke-s02__hero {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  margin: 0 0 28px;
  border-radius: 22px;
  background: var(--stw-charcoal);
  box-shadow: var(--stw-shadow);
}
.stw-spoke-s02__hero-media,
.stw-spoke-s02__hero-media img { min-height: 440px; }
.stw-spoke-s02__hero-media img { width: 100%; height: 440px; object-fit: cover; }
.stw-spoke-s02__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(82,79,76,.94) 0%, rgba(82,79,76,.78) 48%, rgba(82,79,76,.14) 100%);
}
.stw-spoke-s02__hero-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(24px, 5vw, 72px);
  width: min(650px, calc(100% - 48px));
  transform: translateY(-50%);
  color: var(--stw-white);
}
.stw-spoke-s02__eyebrow,
.stw-spoke-s02__kicker {
  margin: 0 0 8px;
  color: var(--stw-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.stw-spoke-s02__hero .stw-spoke-s02__eyebrow { color: var(--stw-orange); }
.stw-spoke-s02__hero h1 {
  margin: 0 0 14px;
  color: var(--stw-white);
  font-size: clamp(2.15rem, 4.6vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.stw-spoke-s02__lead {
  max-width: 62ch;
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}
.stw-spoke-s02__hero-actions,
.stw-spoke-s02__consult-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.stw-spoke-s02__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.stw-spoke-s02__button:hover { transform: translateY(-1px); }
html body .stw-spoke-s02 a.stw-spoke-s02__button--primary,
html body .stw-spoke-s02 a.stw-spoke-s02__button--primary:link,
html body .stw-spoke-s02 a.stw-spoke-s02__button--primary:visited {
  background: var(--stw-orange) !important;
  color: var(--stw-white) !important;
  -webkit-text-fill-color: var(--stw-white) !important;
}
html body .stw-spoke-s02 a.stw-spoke-s02__button--primary:hover,
html body .stw-spoke-s02 a.stw-spoke-s02__button--primary:focus-visible {
  background: var(--stw-orange-dark) !important;
  color: var(--stw-white) !important;
}
.stw-spoke-s02__button--secondary {
  border-color: currentColor;
  background: var(--stw-white);
  color: var(--stw-charcoal) !important;
  -webkit-text-fill-color: var(--stw-charcoal);
}

.stw-spoke-s02__quicknav {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  margin: 0 0 36px;
  padding: 12px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  background: var(--stw-white);
  scrollbar-width: thin;
}
.stw-spoke-s02__quicknav a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--stw-soft);
  color: var(--stw-ink);
  font-weight: 700;
  text-decoration: none;
}
.stw-spoke-s02__quicknav a:hover,
.stw-spoke-s02__quicknav a:focus-visible { background: var(--stw-orange); color: var(--stw-white); }

.stw-spoke-s02__section {
  margin: 0 auto;
  padding: clamp(38px, 6vw, 74px) clamp(18px, 4vw, 54px);
}
.stw-spoke-s02__section--soft { border-radius: 22px; background: var(--stw-soft); }
.stw-spoke-s02__section-head { max-width: 860px; margin-bottom: 30px; }
.stw-spoke-s02__section h2,
.stw-spoke-s02__consult h2,
.stw-spoke-s02__money-cta h2 {
  margin: 0 0 14px;
  color: var(--stw-ink);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.stw-spoke-s02__section h3 { margin: 0 0 8px; color: var(--stw-charcoal); font-size: 1.16rem; line-height: 1.3; }

.stw-spoke-s02__answer {
  display: grid;
  grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr);
  gap: clamp(24px,4vw,54px);
  padding: clamp(24px,4vw,42px);
  border-left: 6px solid var(--stw-blue);
  border-radius: 16px;
  background: var(--stw-soft);
}
.stw-spoke-s02__answer p:last-child { margin-bottom: 0; }
.stw-spoke-s02__facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  margin-top: 22px;
}
.stw-spoke-s02__fact {
  padding: 20px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  background: var(--stw-white);
}
.stw-spoke-s02__fact strong,
.stw-spoke-s02__fact span { display: block; }
.stw-spoke-s02__fact strong { margin-bottom: 5px; color: var(--stw-blue); }

.stw-spoke-s02__component-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.stw-spoke-s02__component {
  padding: 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
  box-shadow: 0 8px 24px rgba(82,79,76,.07);
}
.stw-spoke-s02__component--warning { border-color: rgba(255,96,4,.42); background: #fff8f4; }
.stw-spoke-s02__number,
.stw-spoke-s02__step-index {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}
.stw-spoke-s02__number { margin-bottom: 16px; }
.stw-spoke-s02__component--warning .stw-spoke-s02__number { background: var(--stw-orange); }

.stw-spoke-s02__table-hint { margin: 0 0 10px; color: var(--stw-muted); font-size: .9rem; }
.stw-spoke-s02__compare {
  overflow-x: auto;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  background: var(--stw-white);
  -webkit-overflow-scrolling: touch;
}
.stw-spoke-s02__compare table { width: 100%; min-width: 720px; border-collapse: collapse; }
.stw-spoke-s02__compare th,
.stw-spoke-s02__compare td { padding: 16px 18px; border-bottom: 1px solid var(--stw-line); text-align: left; vertical-align: top; }
.stw-spoke-s02__compare thead th { background: var(--stw-charcoal); color: var(--stw-white); }
.stw-spoke-s02__compare tbody th { width: 22%; background: var(--stw-soft); color: var(--stw-charcoal); font-weight: 800; }
.stw-spoke-s02__compare tr:last-child th,
.stw-spoke-s02__compare tr:last-child td { border-bottom: 0; }

.stw-spoke-s02__choice-links {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 20px;
}
.stw-spoke-s02__choice-links a {
  display: block;
  min-height: 110px;
  padding: 22px;
  border: 2px solid var(--stw-blue);
  border-radius: 14px;
  background: var(--stw-white);
  color: var(--stw-ink);
  text-decoration: none;
}
.stw-spoke-s02__choice-links a:hover,
.stw-spoke-s02__choice-links a:focus-visible { background: #f8f4ef; }
.stw-spoke-s02__choice-links strong,
.stw-spoke-s02__choice-links span { display: block; }
.stw-spoke-s02__choice-links strong { margin-bottom: 4px; color: var(--stw-blue); font-size: 1.15rem; }
.stw-spoke-s02__choice-links span { color: var(--stw-muted); }

.stw-spoke-s02__figure { margin: 0; }
.stw-spoke-s02__figure img { width: 100%; border-radius: 18px; box-shadow: var(--stw-shadow); }
.stw-spoke-s02__figure figcaption { margin-top: 12px; color: var(--stw-muted); font-size: .94rem; }

.stw-spoke-s02__steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.stw-spoke-s02__steps li {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  background: var(--stw-white);
}
.stw-spoke-s02__steps p:last-child { margin-bottom: 0; }

.stw-spoke-s02__money-cta {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr);
  gap: clamp(28px,5vw,60px);
  align-items: center;
  margin: clamp(34px,5vw,64px) clamp(18px,4vw,54px);
  padding: clamp(30px,5vw,54px);
  border-radius: 22px;
  background: var(--stw-charcoal);
  color: var(--stw-white);
  box-shadow: var(--stw-shadow);
}
.stw-spoke-s02__money-cta h2 { color: var(--stw-white); }
.stw-spoke-s02__money-cta .stw-spoke-s02__kicker { color: var(--stw-orange); }
.stw-spoke-s02__money-cta ul { margin: 18px 0 0; padding-left: 20px; }
.stw-spoke-s02__money-cta-action { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.stw-spoke-s02__money-cta-action .stw-spoke-s02__button--primary { min-height: 60px; padding: 16px 24px; font-size: 1.04rem; }
.stw-spoke-s02__money-cta-action > span { color: rgba(255,255,255,.8); font-size: .9rem; text-align: center; }

.stw-spoke-s02__section--mistakes { border-radius: 22px; background: var(--stw-charcoal); color: var(--stw-white); }
.stw-spoke-s02__section--mistakes h2,
.stw-spoke-s02__section--mistakes h3 { color: var(--stw-white); }
.stw-spoke-s02__section--mistakes .stw-spoke-s02__kicker { color: var(--stw-orange); }
.stw-spoke-s02__mistake-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.stw-spoke-s02__mistake-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); }
.stw-spoke-s02__mistake-grid p:last-child { margin-bottom: 0; color: rgba(255,255,255,.9); }

.stw-spoke-s02__products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.stw-spoke-s02__product { overflow: hidden; border: 1px solid var(--stw-line); border-radius: 16px; background: var(--stw-white); box-shadow: 0 8px 24px rgba(82,79,76,.08); }
.stw-spoke-s02__product-image { display: block; overflow: hidden; aspect-ratio: 1/1; background: #f8f8f8; }
.stw-spoke-s02__product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.stw-spoke-s02__product-image:hover img { transform: scale(1.02); }
.stw-spoke-s02__product-content { padding: 20px; }
.stw-spoke-s02__product-tag { margin: 0 0 8px; color: var(--stw-blue); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.stw-spoke-s02__product h3 a { color: var(--stw-charcoal); text-decoration: none; }
.stw-spoke-s02__product h3 a:hover { color: var(--stw-blue); }
.stw-spoke-s02__price { margin: 14px 0 8px; color: var(--stw-orange); font-size: 1.22rem; font-weight: 900; }
.stw-spoke-s02__textlink { display: inline-flex; min-height: 44px; align-items: center; font-weight: 800; }

.stw-spoke-s02__related { margin-top: clamp(44px,6vw,72px); }
.stw-spoke-s02__related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.stw-spoke-s02__related-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--stw-line);
  border-top: 6px solid var(--stw-blue);
  border-radius: 18px;
  background: var(--stw-white);
  color: var(--stw-ink);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(82,79,76,.11);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.stw-spoke-s02__related-card:hover,
.stw-spoke-s02__related-card:focus-visible { transform: translateY(-3px); border-color: var(--stw-blue); color: var(--stw-ink); box-shadow: 0 18px 38px rgba(82,79,76,.15); }
.stw-spoke-s02__related-label { margin-bottom: 12px; color: var(--stw-blue); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.stw-spoke-s02__related-card strong { display: block; margin-bottom: 10px; color: var(--stw-charcoal); font-size: clamp(1.22rem,2vw,1.45rem); line-height: 1.25; }
.stw-spoke-s02__related-card > span:not(.stw-spoke-s02__related-label) { color: var(--stw-muted); }
.stw-spoke-s02__related-card em { margin-top: auto; padding-top: 22px; color: var(--stw-orange); font-style: normal; font-weight: 900; }
.stw-spoke-s02__related-card em::after { content: " →"; }

.stw-spoke-s02__faq { display: grid; gap: 12px; }
.stw-spoke-s02__faq details { border: 1px solid var(--stw-line); border-radius: 12px; background: var(--stw-white); }
.stw-spoke-s02__faq summary { min-height: 52px; padding: 15px 18px; color: var(--stw-charcoal); font-weight: 800; cursor: pointer; }
.stw-spoke-s02__faq details > div { padding: 0 18px 16px; }
.stw-spoke-s02__faq details > div p:last-child { margin-bottom: 0; }

.stw-spoke-s02__consult {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px,4vw,38px);
  border-radius: 20px;
  background: var(--stw-soft);
}
.stw-spoke-s02__consult h2 { margin-bottom: 10px; }
.stw-spoke-s02__consult p:last-child { margin-bottom: 0; }
.stw-spoke-s02__consult-actions { flex-direction: column; align-items: stretch; margin-top: 0; }
.stw-spoke-s02__consult-actions span { color: var(--stw-muted); font-size: .9rem; text-align: center; }

@media (max-width: 980px) {
  .stw-spoke-s02__component-grid,
  .stw-spoke-s02__products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stw-spoke-s02__facts { grid-template-columns: 1fr; }
  .stw-spoke-s02__consult { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .stw-spoke-s02__money-cta { grid-template-columns: 1fr; }
  .stw-spoke-s02__related-grid { grid-template-columns: 1fr; }
  .stw-spoke-s02__related-card { min-height: 0; }
}

@media (max-width: 760px) {
  .stw-spoke-s02__hero { min-height: 580px; }
  .stw-spoke-s02__hero-media,
  .stw-spoke-s02__hero-media img { min-height: 580px; height: 580px; }
  .stw-spoke-s02__hero-media::after { background: linear-gradient(180deg, rgba(82,79,76,.35) 0%, rgba(82,79,76,.88) 50%, rgba(82,79,76,.98) 100%); }
  .stw-spoke-s02__hero-content { top: auto; bottom: 24px; left: 20px; width: calc(100% - 40px); transform: none; }
  .stw-spoke-s02__hero h1 { font-size: clamp(2rem,9vw,2.8rem); }
  .stw-spoke-s02__lead { font-size: 1rem; }
  .stw-spoke-s02__answer,
  .stw-spoke-s02__component-grid,
  .stw-spoke-s02__mistake-grid,
  .stw-spoke-s02__products,
  .stw-spoke-s02__choice-links { grid-template-columns: 1fr; }
  .stw-spoke-s02__steps li { grid-template-columns: 44px minmax(0,1fr); padding: 20px 16px; }
  .stw-spoke-s02__step-index { width: 42px; height: 42px; }
}

@media (max-width: 520px) {
  .stw-spoke-s02__section { padding-right: 14px; padding-left: 14px; }
  .stw-spoke-s02__section--soft,
  .stw-spoke-s02__section--mistakes { padding-right: 18px; padding-left: 18px; border-radius: 16px; }
  .stw-spoke-s02__hero-actions { flex-direction: column; }
  .stw-spoke-s02__button { width: 100%; }
  .stw-spoke-s02__steps li { grid-template-columns: 1fr; }
  .stw-spoke-s02__money-cta { margin-right: 0; margin-left: 0; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .stw-spoke-s02__button,
  .stw-spoke-s02__product-image img,
  .stw-spoke-s02__related-card { transition: none; }
}/* End custom CSS */