
#xq9welo7z3root11 {
  width: 100%;
  max-width: none;
  position: relative;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #151515;
  overflow-x: hidden;
  isolation: isolate;
}


    :where(#xq9welo7z3root11) :where(*:not(.welo-widget):not(.welo-widget *)) {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #xq9welo7z3root11 {
      --bg: #ffffff;
      --text: #151515;
      --muted: #6e6e73;
      --muted-2: #9a9aa1;
      --line: #e9e9ec;
      --soft: #f7f7f8;
      --soft-2: #fbfbfc;
      --black: #111111;
      --white: #ffffff;
      --radius: 20px;
      --radius-lg: 28px;
      --shadow: 0 12px 30px rgba(0,0,0,0.04);
      --shadow-lg: 0 22px 60px rgba(0,0,0,0.06);
      --container: 1180px;
    }

    #xq9welo7z3root11 {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }

    :where(#xq9welo7z3root11) :where(a:not(.welo-widget *)) {
      text-decoration: none;
      color: inherit;
    }

    :where(#xq9welo7z3root11) :where(img:not(.welo-widget *)) {
      display: block;
      max-width: 100%;
    }

    .xq9welo7z3-container {
      width: 100%;
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 24px;
    }

    :where(#xq9welo7z3root11) section {
      padding: 96px 0;
    }

    .xq9welo7z3-reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .55s ease, transform .55s ease;
    }

    .xq9welo7z3-reveal.xq9welo7z3-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .xq9welo7z3-delay-1 { transition-delay: .08s; }
    .xq9welo7z3-delay-2 { transition-delay: .16s; }
    .xq9welo7z3-delay-3 { transition-delay: .24s; }

    .xq9welo7z3-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 18px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 500;
      transition: .18s ease;
      white-space: nowrap;
    }

    .xq9welo7z3-btn-primary {
      background: var(--black);
      color: var(--white);
      border: 1px solid var(--black);
    }

    .xq9welo7z3-btn-primary:hover { opacity: 0.88; }

    .xq9welo7z3-btn-secondary {
      background: var(--white);
      color: var(--text);
      border: 1px solid var(--line);
    }

    .xq9welo7z3-btn-secondary:hover {
      background: var(--soft);
      border-color: #d9d9de;
    }

    .xq9welo7z3-btn-white {
      background: var(--white);
      color: var(--black);
      border: 1px solid var(--white);
    }

    .xq9welo7z3-btn-outline-white {
      background: transparent;
      color: var(--white);
      border: 1px solid rgba(255,255,255,0.18);
    }

    .xq9welo7z3-btn-outline-white:hover {
      border-color: rgba(255,255,255,0.34);
    }

    .xq9welo7z3-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 12px;
      background: var(--white);
    }

    .xq9welo7z3-eyebrow-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--black);
      display: inline-block;
    }

    .xq9welo7z3-section-kicker {
      display: inline-block;
      font-size: 11px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted-2);
      font-weight: 500;
      margin-bottom: 14px;
    }

    .xq9welo7z3-section-title {
      font-size: clamp(30px, 4vw, 54px);
      line-height: 1.04;
      letter-spacing: -0.05em;
      font-weight: 600;
      max-width: 840px;
    }

    .xq9welo7z3-section-sub {
      margin-top: 14px;
      font-size: 17px;
      line-height: 1.5;
      color: var(--muted);
      font-weight: 400;
      max-width: 760px;
    }

    .xq9welo7z3-section-head {
      margin-bottom: 36px;
    }

    .xq9welo7z3-section-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .xq9welo7z3-icon-box svg,
    .xq9welo7z3-list-check svg,
    .xq9welo7z3-demo-check svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
    }

    /* HERO */
    .xq9welo7z3-hero {
      padding: 64px 0 72px;
    }

    .xq9welo7z3-hero-grid {
      display: grid;
      grid-template-columns: 1.06fr 0.94fr;
      gap: 42px;
      align-items: center;
    }

    .xq9welo7z3-hero-copy {
      max-width: 720px;
    }

    .xq9welo7z3-hero h1 {
      font-size: clamp(42px, 5.8vw, 74px);
      line-height: 0.98;
      letter-spacing: -0.06em;
      font-weight: 600;
      max-width: 780px;
    }

    .xq9welo7z3-hero-sub {
      margin-top: 18px;
      margin-bottom: 18px;
      font-size: 17px;
      line-height: 1.5;
      color: var(--muted);
      font-weight: 400;
      max-width: 660px;
    }

    .xq9welo7z3-hero-offer {
      margin-top: 18px;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 600;
      color: var(--text);
    }

    .xq9welo7z3-hero-note {
      margin-top: 12px;
      max-width: 520px;
      font-size: 12px;
      line-height: 1.55;
      color: var(--muted-2);
    }

    .xq9welo7z3-hero-example {
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .xq9welo7z3-example-heading {
      font-size: 13px;
      line-height: 1.45;
      font-weight: 600;
      margin-bottom: 3px;
    }

    .xq9welo7z3-example-copy {
      font-size: 12px;
      line-height: 1.5;
      color: var(--muted);
      margin-bottom: 12px;
    }

    .xq9welo7z3-hero-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 26px;
    }

    .xq9welo7z3-hero-card {
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 16px;
      background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
      box-shadow: var(--shadow-lg);
      overflow: hidden;
    }

    .xq9welo7z3-hero-card img {
      width: 100%;
      border-radius: 18px;
      border: 1px solid var(--line);
    }

    /* SOCIAL PROOF */
    .xq9welo7z3-logo-strip {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .xq9welo7z3-logo-strip-label {
      text-align: center;
      font-size: 12px;
      line-height: 1.4;
      color: var(--muted-2);
      letter-spacing: .02em;
    }

    .xq9welo7z3-bw-logo-rotator {
      width: 100%;
      padding: 28px 0 0;
      overflow: hidden;
      background: transparent;
    }

    .xq9welo7z3-bw-logo-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      align-items: center;
      justify-items: center;
      gap: 28px;
    }

    .xq9welo7z3-bw-logo-item {
      width: 100%;
      min-width: 0;
      height: 74px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    .xq9welo7z3-bw-logo-item img {
      max-width: 150px;
      max-height: 52px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
      opacity: 1;
      transform: translateY(0) scale(1);
      transition: opacity .4s ease, transform .4s ease;
    }

    .xq9welo7z3-bw-logo-item.xq9welo7z3-is-changing img {
      opacity: 0;
      transform: translateY(8px) scale(.97);
    }

    .xq9welo7z3-bw-logo-item.xq9welo7z3-is-visible img {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    @media screen and (max-width: 991px) {
      .xq9welo7z3-bw-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
      }

      .xq9welo7z3-bw-logo-item {
        height: 64px;
      }

      .xq9welo7z3-bw-logo-item img {
        max-width: 130px;
        max-height: 46px;
      }
    }

    @media screen and (max-width: 479px) {
      .xq9welo7z3-bw-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }

      .xq9welo7z3-bw-logo-item {
        height: 56px;
      }

      .xq9welo7z3-bw-logo-item img {
        max-width: 112px;
        max-height: 40px;
      }
    }

    /* THE PROBLEM */
    .xq9welo7z3-problem-section {
      background: var(--white);
    }

    .xq9welo7z3-problem-head {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 64px;
      align-items: end;
    }

    .xq9welo7z3-problem-head .xq9welo7z3-section-title {
      max-width: 720px;
    }

    .xq9welo7z3-problem-head .xq9welo7z3-section-sub {
      max-width: 500px;
      margin: 0 0 4px auto;
    }

    .xq9welo7z3-problem-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 48px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .xq9welo7z3-problem-item {
      min-height: 176px;
      padding: 22px 24px 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .xq9welo7z3-problem-item + .xq9welo7z3-problem-item {
      border-left: 1px solid var(--line);
    }

    .xq9welo7z3-problem-label {
      font-size: 12px;
      line-height: 1.4;
      color: var(--muted-2);
      font-weight: 400;
    }

    .xq9welo7z3-problem-question {
      max-width: 290px;
      font-size: 20px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 600;
    }

    /* WHAT IS WELO */
    .xq9welo7z3-what-is-layout {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 32px;
      align-items: start;
    }

    .xq9welo7z3-what-is-video-card {
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
      overflow: hidden;
      box-shadow: var(--shadow);
      padding: 12px;
    }

    .xq9welo7z3-what-is-video-card video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
    }

    .xq9welo7z3-what-is-right {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .xq9welo7z3-system-card,
    .xq9welo7z3-what-is-summary {
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 22px;
      background: var(--soft-2);
      min-height: 180px;
    }

    .xq9welo7z3-icon-box {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: var(--white);
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--black);
      margin-bottom: 16px;
    }

    .xq9welo7z3-system-card h4,
    .xq9welo7z3-what-is-summary h4 {
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .xq9welo7z3-system-card p,
    .xq9welo7z3-what-is-summary p {
      font-size: 14px;
      line-height: 1.65;
      color: var(--muted);
    }

    .xq9welo7z3-what-is-summary {
      grid-column: 1 / -1;
      min-height: auto;
      background: var(--white);
    }

    /* WHY USE IT */
    .xq9welo7z3-strip-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .xq9welo7z3-strip-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 20px;
      background: var(--soft-2);
    }

    .xq9welo7z3-strip-card strong {
      display: block;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: -0.02em;
      margin-bottom: 6px;
    }

    .xq9welo7z3-strip-card p {
      font-size: 14px;
      line-height: 1.6;
      color: var(--muted);
      font-weight: 400;
    }

    /* WHAT WELO VERIFIES */
    .xq9welo7z3-role-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .xq9welo7z3-role-item {
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 22px;
      background: var(--white);
      min-height: 200px;
    }

    .xq9welo7z3-role-item h4 {
      font-size: 17px;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: -0.03em;
      margin-bottom: 8px;
    }

    .xq9welo7z3-role-item p {
      font-size: 14px;
      line-height: 1.65;
      color: var(--muted);
    }

    /* STEPS */
.xq9welo7z3-steps-section {
  background: var(--soft-2);
  border-bottom: 1px solid var(--line);
}

    .xq9welo7z3-steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .xq9welo7z3-step-card {
      border: 1px solid var(--line);
      border-radius: 22px;
      background: var(--white);
      padding: 26px;
    }

    .xq9welo7z3-step-number {
      width: 42px;
      height: 42px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--soft);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 18px;
    }

    .xq9welo7z3-step-card h3 {
      font-size: 20px;
      line-height: 1.14;
      letter-spacing: -0.03em;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .xq9welo7z3-step-card p {
      font-size: 14px;
      line-height: 1.68;
      color: var(--muted);
      font-weight: 400;
    }

    /* SELECTED ACCESS */
    .xq9welo7z3-access-section {
      padding: 0 0 96px;
      background: var(--soft-2);
    }

    .xq9welo7z3-access-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      padding: 32px;
      border: 1px solid #dfe5ff;
      border-radius: 24px;
      background: var(--white);
    }

    .xq9welo7z3-access-copy {
      max-width: 760px;
    }

    .xq9welo7z3-access-copy h2 {
      font-size: clamp(24px, 3vw, 38px);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 600;
    }

    .xq9welo7z3-access-copy p {
      margin-top: 10px;
      font-size: 15px;
      line-height: 1.6;
      color: var(--muted);
    }

    /* WHAT YOU GET */
    .xq9welo7z3-cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .xq9welo7z3-info-card {
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 22px;
      background: var(--white);
      min-height: 220px;
    }

    .xq9welo7z3-info-card h3 {
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .xq9welo7z3-info-card p {
      font-size: 14px;
      line-height: 1.65;
      color: var(--muted);
      font-weight: 400;
    }

    /* WIDGETS */
    .xq9welo7z3-widgets-wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .xq9welo7z3-widget-card {
      border: 1px solid var(--line);
      border-radius: 22px;
      overflow: hidden;
      background: var(--white);
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .xq9welo7z3-widget-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .xq9welo7z3-widget-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      background: var(--soft);
      border-bottom: 1px solid var(--line);
    }

    .xq9welo7z3-widget-body {
      padding: 16px;
    }

    .xq9welo7z3-widget-tag {
      display: inline-block;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .12em;
      color: var(--muted-2);
      font-weight: 500;
      margin-bottom: 10px;
    }

    .xq9welo7z3-widget-body h3 {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
    }

    .xq9welo7z3-widget-body p {
      font-size: 14px;
      line-height: 1.6;
      color: var(--muted);
      font-weight: 400;
    }

    /* DEMO */
.xq9welo7z3-demo-section {
  background: var(--soft-2);
  border-top: 1px solid var(--line);
}

    .xq9welo7z3-demo-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 32px;
      align-items: center;
    }

    .xq9welo7z3-demo-points {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .xq9welo7z3-demo-point {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding-top: 14px;
      border-top: 1px solid var(--line);
    }

    .xq9welo7z3-demo-point:first-child {
      border-top: none;
      padding-top: 0;
    }

    .xq9welo7z3-demo-check,
    .xq9welo7z3-list-check {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: var(--black);
      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .xq9welo7z3-demo-point strong,
    .xq9welo7z3-list-item strong {
      display: block;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: -0.02em;
      margin-bottom: 4px;
    }

    .xq9welo7z3-demo-point p,
    .xq9welo7z3-list-item p {
      font-size: 14px;
      line-height: 1.6;
      color: var(--muted);
      font-weight: 400;
    }

    .xq9welo7z3-demo-frame-wrap {
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .xq9welo7z3-demo-frame-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      border-bottom: 1px solid var(--line);
      background: #fcfcfd;
    }

    .xq9welo7z3-demo-frame-top span {
      font-size: 13px;
      color: var(--muted);
      font-weight: 500;
    }

    .xq9welo7z3-demo-dots {
      display: flex;
      gap: 6px;
    }

    .xq9welo7z3-demo-dots i {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #d7d7dc;
      display: block;
    }

    .xq9welo7z3-demo-frame {
      width: 100%;
      height: 620px;
      border: 0;
      background: #fff;
      display: block;
    }

    /* REVIEWS */
    .xq9welo7z3-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 42px;
      align-items: center;
    }

    .xq9welo7z3-image-frame {
      border: 1px solid var(--line);
      border-radius: 26px;
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .xq9welo7z3-image-frame img {
      width: 100%;
      height: auto;
      display: block;
    }

    .xq9welo7z3-list {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .xq9welo7z3-list-item {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding-top: 14px;
      border-top: 1px solid var(--line);
    }

    .xq9welo7z3-list-item:first-child {
      border-top: none;
      padding-top: 0;
    }

    /* FAQ */
    .xq9welo7z3-faq-section-head {
      max-width: 920px;
      margin: 0 auto 36px;
      text-align: center;
    }

    .xq9welo7z3-faq-section-head .xq9welo7z3-section-title,
    .xq9welo7z3-faq-section-head .xq9welo7z3-section-sub {
      max-width: none;
    }

    .xq9welo7z3-faq-wrap {
      display: grid;
      gap: 18px;
      max-width: 1080px;
      width: 100%;
      margin: 0 auto;
    }

    .xq9welo7z3-faq-item {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--white);
      overflow: hidden;
    }

    .xq9welo7z3-faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 20px 22px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.02em;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .xq9welo7z3-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .xq9welo7z3-faq-item summary span {
      color: var(--muted);
      font-weight: 500;
      font-size: 18px;
      transition: transform .2s ease;
    }

    .xq9welo7z3-faq-item[open] summary span {
      transform: rotate(45deg);
    }

    .xq9welo7z3-faq-content {
      padding: 0 22px 20px;
      font-size: 14px;
      line-height: 1.72;
      color: var(--muted);
    }

    /* CTA */
    .xq9welo7z3-cta {
      padding: 110px 0;
    }

    .xq9welo7z3-cta-box {
      background: var(--black);
      color: var(--white);
      border-radius: 30px;
      padding: 46px;
      text-align: center;
    }

    .xq9welo7z3-cta-box h2 {
      font-size: clamp(30px, 4vw, 56px);
      line-height: 1.02;
      letter-spacing: -0.05em;
      font-weight: 600;
      max-width: 900px;
      margin: 0 auto;
    }

    .xq9welo7z3-cta-box p {
      max-width: 700px;
      margin: 16px auto 0;
      font-size: 17px;
      line-height: 1.72;
      color: rgba(255,255,255,0.72);
      font-weight: 400;
    }

    .xq9welo7z3-cta-actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .xq9welo7z3-cta-note {
      margin-top: 16px;
      font-size: 13px;
      color: rgba(255,255,255,0.46);
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
      .xq9welo7z3-hero-grid,
      .xq9welo7z3-what-is-layout,
      .xq9welo7z3-demo-grid,
      .xq9welo7z3-split,
      .xq9welo7z3-role-grid,
      .xq9welo7z3-cards-grid,
      .xq9welo7z3-steps-grid,
      .xq9welo7z3-strip-grid,
      .xq9welo7z3-widgets-wrap {
        grid-template-columns: 1fr 1fr;
      }

      .xq9welo7z3-what-is-right {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 780px) {
      .xq9welo7z3-hero {
        padding-top: 42px;
      }

      .xq9welo7z3-hero-grid,
      .xq9welo7z3-what-is-layout,
      .xq9welo7z3-what-is-right,
      .xq9welo7z3-demo-grid,
      .xq9welo7z3-split,
      .xq9welo7z3-role-grid,
      .xq9welo7z3-cards-grid,
      .xq9welo7z3-steps-grid,
      .xq9welo7z3-strip-grid,
      .xq9welo7z3-widgets-wrap {
        grid-template-columns: 1fr;
      }

      .xq9welo7z3-problem-head,
      .xq9welo7z3-problem-grid {
        grid-template-columns: 1fr;
      }

      .xq9welo7z3-problem-head {
        gap: 20px;
      }

      .xq9welo7z3-problem-head .xq9welo7z3-section-sub {
        margin-left: 0;
      }

      .xq9welo7z3-problem-grid {
        margin-top: 34px;
      }

      .xq9welo7z3-problem-item {
        min-height: 142px;
        padding: 20px 0 22px;
      }

      .xq9welo7z3-problem-item + .xq9welo7z3-problem-item {
        border-left: 0;
        border-top: 1px solid var(--line);
      }

      .xq9welo7z3-hero-grid > *,
      .xq9welo7z3-what-is-layout > *,
      .xq9welo7z3-demo-grid > *,
      .xq9welo7z3-split > * {
        min-width: 0;
      }

      .xq9welo7z3-hero h1 {
        font-size: clamp(36px, 10.2vw, 42px);
      }

      .xq9welo7z3-section-title {
        font-size: 34px;
      }

      .xq9welo7z3-demo-frame {
        height: 500px;
      }

      .xq9welo7z3-cta-box {
        padding: 30px 22px;
      }

      .xq9welo7z3-access-box {
        align-items: flex-start;
        flex-direction: column;
      }

      .xq9welo7z3-access-box .xq9welo7z3-btn {
        width: 100%;
      }

      .xq9welo7z3-hero-example .welo-widget,
      .xq9welo7z3-image-frame .welo-widget {
        max-width: 100%;
      }

      .xq9welo7z3-what-is-summary {
        grid-column: auto;
      }
    }

/* WEBFLOW H1 SAFEGUARD */
#xq9welo7z3root11 .xq9welo7z3-hero-copy > h1 {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
}

#xq9welo7z3root11 .xq9welo7z3-hero-copy {
  display: block !important;
}

