/*  Landing surfaces and section presentation · source-order-preserving landing stylesheet.  */
      .chapter {
        overflow: visible;
      }
      .chapter-margin {
        align-self: stretch;
        min-height: 100%;
      }
      .chapter-margin-inner {
        position: sticky !important;
        top: calc(var(--nav-height) + 28px) !important;
        z-index: 4;
      }
      .chapter-margin-inner > p {
        display: none !important;
      }
      .workflow-flex-intro {
        margin-top: 38px;
      }
      .chapter-heading {
        margin-top: 38px;
      }
      .pricing .section-intro {
        margin-top: 38px;
      }
      .cta .cta-band {
        margin-top: 38px;
      }
      .chapter-body {
        overflow: hidden;
      }
      @media (max-width: 820px) {
        .chapter {
          overflow: hidden;
        }

        .chapter-margin-inner {
          position: static !important;
          top: auto !important;
        }

        .workflow-flex-intro,
        .chapter-heading,
        .pricing .section-intro,
        .cta .cta-band {
          margin-top: 22px;
        }
      }
      #home::before,
      #home::after,
      .hero::before,
      .hero::after {
        content: none !important;
        display: none !important;
      }
      .cta .cta-band::before {
        content: none !important;
        display: none !important;
      }
      .cta .cta-band {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(238, 234, 227, 0.15);
        border-radius: 22px;
        background: transparent !important;
      }
      .cta .cta-visual {
        min-height: 224px;
        padding: 30px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid rgba(237, 185, 76, 0.16);
        border-radius: 18px;
        background: linear-gradient(
          145deg,
          rgba(237, 185, 76, 0.24),
          rgba(212, 122, 107, 0.07)
        );
      }
      .flow-card,
      .workflow-flex-card,
      .screen-frame,
      .memory-row,
      .memory-media,
      .meme-stage,
      .benefit-item,
      .price-row,
      .price-focus,
      .faq-list details,
      .guide-card,
      .cta-band,
      .cta-visual {
        border-radius: 18px !important;
      }
      .screen-frame,
      .memory-row,
      .memory-media,
      .meme-stage,
      .benefit-item,
      .price-row,
      .price-focus,
      .faq-list details,
      .guide-card,
      .cta-band,
      .cta-visual {
        overflow: hidden;
      }
      .pricing .price-list {
        gap: 14px;
        border-top: 0;
      }
      .pricing .price-row,
      .pricing .price-row.is-featured {
        border: 1px solid rgba(238, 234, 227, 0.14);
        background: rgba(17, 18, 24, 0.58);
      }
      .pricing .price-row.is-featured {
        background: rgba(237, 185, 76, 0.055);
      }
      .benefit-item,
      .faq-list details,
      .guide-card {
        border-radius: 18px !important;
      }
      @media (max-width: 820px) {
        .cta .cta-band {
          border-radius: 18px;
        }

        .cta .cta-visual {
          border-radius: 16px;
        }
      }
      .cta::before,
      .cta::after {
        content: none !important;
        display: none !important;
      }
      .cta .chapter-body {
        min-height: 0 !important;
        padding: 46px clamp(34px, 5vw, 88px) 58px !important;
        overflow: hidden;
      }
      .cta .cta-band {
        width: min(100%, 1120px);
        min-height: 352px;
        margin: 24px auto 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
        gap: 0;
        align-items: stretch;
        overflow: hidden;
        border: 1px solid rgba(238, 234, 227, 0.16);
        border-radius: 22px !important;
        background: #111218 !important;
        box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
      }
      .cta .cta-band::before,
      .cta .cta-band::after {
        content: none !important;
        display: none !important;
      }
      .cta .cta-copy {
        position: relative;
        z-index: 2;
        min-width: 0;
        padding: 54px 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
      }
      .cta .cta-copy h3 {
        max-width: 620px;
        margin: 0;
        font-size: clamp(3rem, 4.7vw, 4.8rem);
        line-height: 1.08;
      }
      .cta .cta-copy p {
        max-width: 520px;
        margin: 18px 0 0;
        color: #a39e95;
        font-size: 13px;
        line-height: 1.9;
      }
      .cta .cta-actions {
        margin-top: 26px;
      }
      .cta .cta-visual {
        position: relative;
        z-index: 1;
        min-width: 0;
        min-height: 100%;
        padding: 46px 42px 46px 86px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 0 !important;
        border-radius: 0 !important;
        background:
          radial-gradient(
            circle at 70% 34%,
            rgba(237, 185, 76, 0.17),
            transparent 38%
          ),
          linear-gradient(
            145deg,
            rgba(104, 76, 31, 0.78),
            rgba(47, 38, 27, 0.88)
          );
        clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
      }
      .cta .cta-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(
          125deg,
          rgba(255, 255, 255, 0.035),
          transparent 44%
        );
      }
      .cta .cta-visual > * {
        position: relative;
        z-index: 1;
      }
      .cta .cta-visual img {
        width: 84px;
        height: 84px;
        margin: 0 auto 24px;
      }
      .cta .cta-visual strong {
        max-width: 320px;
        font-size: clamp(1.35rem, 2vw, 1.8rem);
        line-height: 1.45;
        text-align: center;
      }
      .cta .cta-visual span {
        max-width: 340px;
        margin-top: 9px;
        color: rgba(238, 234, 227, 0.58);
        font-size: 12px;
        line-height: 1.75;
        text-align: center;
      }
      .cta .chapter-margin {
        padding-left: 24px;
        padding-right: 24px;
      }
      .cta .margin-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
      }
      .cta .chapter-margin h2 {
        font-size: clamp(1.35rem, 1.7vw, 1.75rem);
      }
      @media (max-width: 1080px) {
        .cta .cta-band {
          grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
        }

        .cta .cta-copy {
          padding: 46px 38px;
        }

        .cta .cta-visual {
          padding: 40px 30px 40px 66px;
        }
      }
      @media (max-width: 820px) {
        .cta .chapter-body {
          padding: 34px 17px 52px !important;
        }

        .cta .cta-band {
          width: 100%;
          min-height: 0;
          margin-top: 18px !important;
          grid-template-columns: 1fr;
          border-radius: 18px !important;
        }

        .cta .cta-copy {
          padding: 40px 25px 34px;
        }

        .cta .cta-copy h3 {
          font-size: clamp(2.8rem, 13vw, 4.3rem);
        }

        .cta .cta-visual {
          min-height: 220px;
          padding: 34px 24px;
          clip-path: none;
          border-radius: 0 !important;
        }

        .cta .cta-visual img {
          width: 70px;
          height: 70px;
          margin-bottom: 18px;
        }
      }
