.wcsolution-page {
  color: var(--wc-dark);
  background: #f5f7fb;
  overflow: hidden;
}

.wcsolution-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.wcsolution-hero {
  position: relative;
  padding: 112px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(79, 70, 229, 0.42), transparent 35%),
    radial-gradient(circle at 92% 72%, rgba(14, 165, 233, 0.25), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #101d35 53%, #182747 100%);
  border-radius: 0 0 44px 44px;
}

.wcsolution-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 68px;
  align-items: center;
}

.wcsolution-eyebrow,
.wcsolution-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c7d2fe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wcsolution-eyebrow::before,
.wcsolution-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #818cf8, #38bdf8);
}

.wcsolution-hero h1 {
  max-width: 680px;
  margin: 20px 0 22px;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.wcsolution-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #a5b4fc, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.wcsolution-hero-copy > p {
  max-width: 650px;
  color: #c7d2e5;
  font-size: 17px;
  line-height: 1.75;
}

.wcsolution-hero-actions,
.wcsolution-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wcsolution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.wcsolution-btn:hover {
  transform: translateY(-2px);
}

.wcsolution-btn:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.34);
  outline-offset: 3px;
}

.wcsolution-btn-primary,
.wcsolution-btn-next {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #0ea5e9);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.3);
}

.wcsolution-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.wcsolution-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 25px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
}

.wcsolution-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wcsolution-trust-row i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #86efac;
  background: rgba(34, 197, 94, 0.14);
  font-style: normal;
  font-size: 10px;
}

.wcsolution-platform {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 38px;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 34px 34px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 35px 80px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.wcsolution-platform::before {
  content: "";
  position: absolute;
  inset: 70px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.15);
  filter: blur(35px);
}

.wcsolution-platform-label {
  position: absolute;
  top: 20px;
  left: 22px;
  color: #a5b4fc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wcsolution-platform-core {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: 186px;
  padding: 24px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background: rgba(7, 17, 31, 0.86);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4), 0 0 70px rgba(79, 70, 229, 0.28);
}

.wcsolution-platform-core img {
  width: 72px;
  height: 72px;
  margin-bottom: 13px;
  border-radius: 20px;
  object-fit: contain;
}

.wcsolution-platform-core strong {
  font-size: 18px;
  font-weight: 900;
}

.wcsolution-platform-core small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 700;
}

.wcsolution-orbit {
  position: absolute;
  border: 1px solid rgba(129, 140, 248, 0.23);
  border-radius: 50%;
}

.wcsolution-orbit-one {
  width: 330px;
  height: 220px;
  transform: rotate(10deg);
}

.wcsolution-orbit-two {
  width: 390px;
  height: 310px;
  transform: rotate(-12deg);
}

.wcsolution-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #dbeafe;
  background: #14213a;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.28);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.wcsolution-orbit-one span:first-child { top: -17px; left: 68px; transform: rotate(-10deg); }
.wcsolution-orbit-one span:last-child { right: 40px; bottom: -17px; transform: rotate(-10deg); }
.wcsolution-orbit-two span:first-child { top: 55px; right: -24px; transform: rotate(12deg); }
.wcsolution-orbit-two span:last-child { bottom: 52px; left: -34px; transform: rotate(12deg); }

.wcsolution-builder-section {
  padding: 92px 0;
}

.wcsolution-builder-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 54px;
  align-items: start;
}

.wcsolution-builder-intro {
  position: sticky;
  top: 110px;
  padding: 18px 0;
}

.wcsolution-kicker {
  color: #4f46e5;
}

.wcsolution-builder-intro h2,
.wcsolution-next-heading h2 {
  margin: 17px 0 16px;
  color: #0f172a;
  font-size: clamp(31px, 4vw, 47px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.wcsolution-builder-intro > p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.wcsolution-builder-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.wcsolution-builder-points > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 12px;
  align-items: start;
}

.wcsolution-builder-points > div > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 11px;
  color: #4338ca;
  background: #eef2ff;
  font-size: 11px;
  font-weight: 900;
}

.wcsolution-builder-points strong,
.wcsolution-builder-points small {
  display: block;
}

.wcsolution-builder-points strong {
  color: #1e293b;
  font-size: 13px;
}

.wcsolution-builder-points small {
  margin-top: 2px;
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.45;
}

.wcsolution-builder-card {
  min-height: 620px;
  padding: 30px;
  border: 1px solid #e1e7f0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(15, 23, 42, 0.1);
}

.wcsolution-progress-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.wcsolution-progress-head span,
.wcsolution-progress-head strong {
  display: block;
}

.wcsolution-progress-head span {
  color: #6366f1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wcsolution-progress-head strong {
  margin-top: 4px;
  color: #334155;
  font-size: 14px;
}

.wcsolution-progress-head b {
  color: #64748b;
  font-size: 13px;
}

.wcsolution-progress-track {
  height: 7px;
  margin: 15px 0 34px;
  border-radius: 999px;
  background: #e9edf5;
  overflow: hidden;
}

.wcsolution-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f46e5, #0ea5e9);
  transition: width 260ms ease;
}

.wcsolution-step {
  animation: wcsolutionStepIn 260ms ease both;
}

.wcsolution-step fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.wcsolution-step legend {
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.wcsolution-step-help {
  margin: 8px 0 24px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.wcsolution-option-grid {
  display: grid;
  gap: 12px;
}

.wcsolution-option-grid-four,
.wcsolution-option-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wcsolution-option-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wcsolution-option-grid-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wcsolution-option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.wcsolution-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wcsolution-option > span {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 124px;
  padding: 18px;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wcsolution-option > span::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff;
}

.wcsolution-option input[type="checkbox"] + span::after {
  border-radius: 6px;
}

.wcsolution-option:hover > span {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.07);
}

.wcsolution-option input:checked + span {
  color: #312e81;
  border-color: #6366f1;
  background: linear-gradient(135deg, #eef2ff, #f0f9ff);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.13);
}

.wcsolution-option input:checked + span::after {
  border-color: #4f46e5;
  background: #4f46e5;
  box-shadow: inset 0 0 0 5px #fff;
}

.wcsolution-option input:focus-visible + span {
  outline: 3px solid rgba(79, 70, 229, 0.25);
  outline-offset: 2px;
}

.wcsolution-option b,
.wcsolution-option small {
  display: block;
}

.wcsolution-option b {
  padding-right: 28px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
}

.wcsolution-option small {
  margin-top: 7px;
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.5;
}

.wcsolution-option-service > span {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  min-height: 112px;
}

.wcsolution-option-service i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #4338ca;
  background: #e0e7ff;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.wcsolution-option-service small {
  margin-top: 3px;
}

.wcsolution-error {
  min-height: 22px;
  margin: 16px 0 0;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
}

.wcsolution-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.wcsolution-btn-back {
  color: #334155;
  border-color: #dfe5ef;
  background: #f8fafc;
}

.wcsolution-btn-next {
  margin-left: auto;
}

.wcsolution-result {
  animation: wcsolutionStepIn 300ms ease both;
}

.wcsolution-result-top {
  padding: 27px;
  border-radius: 23px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.3), transparent 40%),
    linear-gradient(135deg, #111a30, #172b51);
}

.wcsolution-result-top span {
  color: #a5b4fc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wcsolution-result-top h2 {
  margin: 9px 0 10px;
  font-size: clamp(27px, 4vw, 39px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.wcsolution-result-top p {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.65;
}

.wcsolution-result-includes {
  margin-top: 24px;
}

.wcsolution-result-includes h3 {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 900;
}

.wcsolution-result-includes ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wcsolution-result-includes li {
  position: relative;
  padding: 10px 12px 10px 37px;
  border-radius: 12px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  line-height: 1.5;
}

.wcsolution-result-includes li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 10px;
  color: #16a34a;
  font-weight: 900;
}

.wcsolution-result-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 19px;
}

.wcsolution-result-summary div {
  padding: 11px 13px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
}

.wcsolution-result-summary span,
.wcsolution-result-summary strong {
  display: block;
}

.wcsolution-result-summary span {
  color: #64748b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wcsolution-result-summary strong {
  margin-top: 3px;
  color: #1e293b;
  font-size: 11.5px;
}

.wcsolution-result-note {
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid #dbeafe;
  border-radius: 13px;
  color: #475569;
  background: #f0f9ff;
  font-size: 11.5px;
  line-height: 1.55;
}

.wcsolution-result-actions .wcsolution-btn-secondary {
  color: #334155;
  border-color: #dfe5ef;
  background: #f8fafc;
}

.wcsolution-next-section {
  padding: 86px 0 100px;
  background: #fff;
}

.wcsolution-next-heading {
  max-width: 760px;
  margin-bottom: 35px;
}

.wcsolution-next-heading > span {
  color: #4f46e5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wcsolution-next-heading h2 {
  font-size: clamp(28px, 4vw, 43px);
}

.wcsolution-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wcsolution-next-grid article {
  padding: 25px;
  border: 1px solid #e4e9f1;
  border-radius: 21px;
  background: #f8fafc;
}

.wcsolution-next-grid article > b {
  color: #6366f1;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wcsolution-next-grid h3 {
  margin: 17px 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.wcsolution-next-grid p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

@keyframes wcsolutionStepIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .wcsolution-hero-grid,
  .wcsolution-builder-shell {
    grid-template-columns: 1fr;
  }

  .wcsolution-platform {
    min-height: 390px;
  }

  .wcsolution-builder-intro {
    position: static;
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .wcsolution-container {
    width: min(100% - 28px, 1180px);
  }

  .wcsolution-hero {
    padding: 82px 0 78px;
    border-radius: 0 0 30px 30px;
  }

  .wcsolution-hero-grid {
    gap: 46px;
  }

  .wcsolution-platform {
    min-height: 330px;
    border-radius: 28px;
  }

  .wcsolution-orbit-one { width: 265px; height: 180px; }
  .wcsolution-orbit-two { width: 310px; height: 255px; }
  .wcsolution-orbit-two span:first-child { right: -8px; }
  .wcsolution-orbit-two span:last-child { left: -7px; }

  .wcsolution-builder-section {
    padding: 68px 0;
  }

  .wcsolution-builder-shell {
    gap: 30px;
  }

  .wcsolution-builder-card {
    min-height: 0;
    padding: 20px;
    border-radius: 23px;
  }

  .wcsolution-option-grid-four,
  .wcsolution-option-grid-two,
  .wcsolution-option-grid-three,
  .wcsolution-option-grid-services,
  .wcsolution-result-summary,
  .wcsolution-next-grid {
    grid-template-columns: 1fr;
  }

  .wcsolution-option > span {
    min-height: 104px;
  }

  .wcsolution-option-service > span {
    min-height: 96px;
  }

  .wcsolution-next-section {
    padding: 65px 0 76px;
  }
}

@media (max-width: 500px) {
  .wcsolution-hero-actions,
  .wcsolution-result-actions,
  .wcsolution-controls {
    flex-direction: column;
  }

  .wcsolution-btn,
  .wcsolution-btn-next {
    width: 100%;
    margin-left: 0;
  }

  .wcsolution-trust-row {
    display: grid;
  }

  .wcsolution-platform {
    min-height: 300px;
  }

  .wcsolution-platform-core {
    width: 158px;
  }

  .wcsolution-orbit-one { width: 230px; height: 150px; }
  .wcsolution-orbit-two { width: 270px; height: 220px; }
  .wcsolution-orbit span { font-size: 8.5px; padding: 6px 9px; min-height: 30px; }
  .wcsolution-orbit-one span:first-child { left: 35px; }
  .wcsolution-orbit-one span:last-child { right: 24px; }

  .wcsolution-progress-head {
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wcsolution-step,
  .wcsolution-result {
    animation: none;
  }

  .wcsolution-progress-track span,
  .wcsolution-option > span,
  .wcsolution-btn {
    transition: none;
  }
}
