      max-width: 520px;
      margin-top: 18px;
      color: var(--soft);
      font-size: 14px;
      line-height: 1.55;
    }

    .signal {
      min-height: 560px;
      position: relative;
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background:
        linear-gradient(180deg, rgba(255, 250, 241, .78), rgba(235, 228, 216, .64)),
        var(--surface);
      overflow: hidden;
      box-shadow: 0 40px 110px rgba(54, 45, 33, .14);
    }

    .signal::before {
      content: "";
      position: absolute;
      inset: 22px;
      border-radius: 28px;
      border: 1px solid rgba(21, 21, 21, .08);
    }

    .signal::after {
      content: "";
      position: absolute;
      width: 430px;
      height: 430px;
      right: -170px;
      top: -190px;
      border-radius: 50%;
      background: rgba(184, 155, 94, .22);
      filter: blur(2px);
    }

    .signal-inner {
      position: relative;
      z-index: 2;
      height: 100%;
      min-height: 560px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .signal-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 640;
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(21, 21, 21, .055);
      color: var(--ink);
    }

    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #5c936f;
    }

    .orb-wrap {
      margin: 44px auto 0;
      width: min(310px, 72vw);
      aspect-ratio: 1;
      position: relative;
      display: grid;
      place-items: center;
    }

    .ring {
      position: absolute;
      inset: 0;
      border: 1px solid rgba(21, 21, 21, .1);
      border-radius: 50%;
    }

    .ring:nth-child(2) {
      inset: 34px;
      opacity: .72;
    }

    .ring:nth-child(3) {
      inset: 68px;
      opacity: .5;
    }

    .orb {
      width: 116px;
      height: 116px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--cream);
      font-size: 34px;
      box-shadow: 0 22px 60px rgba(21, 21, 21, .22);
    }

    .pulse {
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 9px rgba(184, 155, 94, .18);
    }

    .pulse-a {
      top: 76px;
      right: 60px;
    }

    .pulse-b {
      bottom: 72px;
      left: 58px;
      transform: scale(.72);
      opacity: .8;
    }

    .signal-bottom {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 34px;
    }

    .mini-card {
      padding: 18px;
      border: 1px solid rgba(21, 21, 21, .09);
      border-radius: 20px;
      background: rgba(255, 250, 241, .56);
    }

    .mini-card span {
      display: block;
      color: var(--soft);
      font-size: 12px;
      font-weight: 640;
      margin-bottom: 8px;
    }

    .mini-card strong {
      display: block;
      font-size: 24px;
      line-height: 1;
      letter-spacing: -.055em;
      font-weight: 780;
    }

    .bar {
      height: 1px;
      background: var(--line);
      margin: 0 auto;
      width: min(var(--max), calc(100% - 40px));
    }

    .metrics {
      padding: 28px 0;
    }

    .metrics-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(3, 1fr);
      gap: 14px;
    }

    .metric {
      min-height: 126px;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255, 250, 241, .38);
    }

    .metric:first-child {
      background: var(--ink);
      color: var(--cream);
      border-color: var(--ink);
    }

    .metric span {
      display: block;
      color: var(--soft);
      font-size: 13px;
      font-weight: 620;
      margin-bottom: 17px;
    }

    .metric:first-child span {
      color: rgba(248, 242, 231, .58);
    }

    .metric strong {
      display: block;
      font-size: clamp(25px, 3vw, 38px);
      line-height: .95;
      letter-spacing: -.068em;
      font-weight: 760;
    }

    .section {
      padding: 82px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: 1fr .62fr;
      gap: 42px;
      align-items: end;
      margin-bottom: 34px;
    }

    .eyebrow {
      color: var(--accent-dark);
      font-size: 12px;
      font-weight: 720;
      text-transform: uppercase;
      letter-spacing: .16em;
      margin-bottom: 14px;
    }

    h2 {
      font-size: clamp(38px, 5.8vw, 76px);
      line-height: .94;
      letter-spacing: -.075em;
      font-weight: 760;
      text-wrap: balance;
    }

    .section-text {
      color: var(--muted);
      font-size: 17px;
      line-height: 1.56;
      letter-spacing: -.018em;
    }

    .split {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 16px;
    }

    .quiet-panel {
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: rgba(255, 250, 241, .42);
    }

    .quiet-panel.dark {
      background: var(--ink);
      color: var(--cream);
      border-color: var(--ink);
    }

    .quiet-panel h3 {
      max-width: 440px;
      font-size: 34px;
      line-height: 1;
      letter-spacing: -.062em;
      font-weight: 740;
      margin-bottom: 18px;
    }

    .quiet-panel p {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.65;
      letter-spacing: -.015em;
    }

    .quiet-panel.dark p {
      color: rgba(248, 242, 231, .68);
    }

    .feature-list {
      display: grid;
      gap: 12px;
    }

    .feature {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 16px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255, 250, 241, .38);
    }

    .number {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--surface-2);
      color: var(--muted);
      font-size: 13px;
      font-weight: 740;
    }

    .feature h3 {
      font-size: 20px;
      letter-spacing: -.045em;
      font-weight: 720;
      margin-bottom: 7px;
    }

    .feature p {
      color: var(--muted);
      line-height: 1.58;
      font-size: 15px;
      letter-spacing: -.01em;
    }

    .plans {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    .plan {
      min-height: 490px;
      display: flex;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: rgba(255, 250, 241, .42);
    }

    .plan.main {
      background: var(--ink);
      color: var(--cream);
      border-color: var(--ink);
      box-shadow: 0 34px 90px rgba(21, 21, 21, .16);
    }

    .plan-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 28px;
    }

    .plan h3 {
      font-size: 24px;
      letter-spacing: -.055em;
      font-weight: 740;
    }

    .tag {
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid var(--line);
      color: var(--muted);
      font-size: 12px;
      font-weight: 680;
      white-space: nowrap;
    }

    .plan.main .tag {
      border-color: rgba(248, 242, 231, .18);
      color: rgba(248, 242, 231, .68);
    }

    .price {
      display: flex;
      align-items: end;
      gap: 8px;
      margin-bottom: 18px;
    }

    .price strong {
      font-size: 54px;
      line-height: .88;
      letter-spacing: -.08em;
      font-weight: 760;
    }

    .price span {
      color: var(--soft);
      font-size: 14px;
      font-weight: 620;
      padding-bottom: 5px;
    }

    .plan.main .price span {
      color: rgba(248, 242, 231, .52);
    }

    .plan-desc {
      color: var(--muted);
      line-height: 1.58;
      font-size: 15px;
      letter-spacing: -.01em;
      margin-bottom: 24px;
    }

    .plan.main .plan-desc {
      color: rgba(248, 242, 231, .67);
    }

    .plan ul {
      list-style: none;
      display: grid;
      gap: 13px;
      margin-bottom: 28px;
    }

    .plan li {
      display: flex;
      gap: 10px;
      color: var(--muted);
      line-height: 1.42;
      font-size: 15px;
    }

    .plan.main li {
      color: rgba(248, 242, 231, .74);
    }

    .check {
      color: var(--accent-dark);
      font-weight: 900;
    }

    .plan.main .check {
      color: var(--accent);
    }

    .plan .button {
      width: 100%;
      margin-top: auto;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      overflow: hidden;
      background: rgba(255, 250, 241, .32);
    }

    .process-step {
      min-height: 250px;
      padding: 24px;
      border-right: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .process-step:last-child {
      border-right: 0;
    }

    .process-step span {
      color: var(--soft);
      font-size: 13px;
      font-weight: 640;
    }

    .process-step h3 {
      font-size: 23px;
      line-height: 1.05;
      letter-spacing: -.055em;
      font-weight: 740;
      margin-bottom: 10px;
    }

    .process-step p {
      color: var(--muted);
      line-height: 1.55;
      font-size: 15px;
      letter-spacing: -.01em;
    }

    .faq {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 18px;
      align-items: start;
    }

    .faq-intro {
      position: sticky;
      top: 112px;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: var(--ink);
      color: var(--cream);
    }

    .faq-intro h2 {
      font-size: clamp(34px, 4vw, 54px);
    }

    .faq-intro p {
      margin-top: 18px;
      color: rgba(248, 242, 231, .64);
      line-height: 1.58;
    }

    .questions {
      display: grid;
      gap: 10px;
    }

    details {
      border: 1px solid var(--line);
      border-radius: 22px;
      background: rgba(255, 250, 241, .38);
      overflow: hidden;
    }

    summary {
      list-style: none;
      cursor: pointer;
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 22px;
      font-size: 18px;
      font-weight: 690;
      letter-spacing: -.035em;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "+";
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      border: 1px solid var(--line);
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: var(--muted);
      font-weight: 520;
    }

    details[open] summary::after {
      content: "−";
      background: var(--ink);
      color: var(--cream);
      border-color: var(--ink);
    }

    details p {
      padding: 0 22px 22px;
      color: var(--muted);
      line-height: 1.6;
      font-size: 15px;
      letter-spacing: -.01em;
    }

    .final {
      padding: 20px 0 84px;
    }

    .final-box {
      min-height: 360px;
      display: grid;
      grid-template-columns: 1fr .42fr;
      gap: 24px;
      align-items: end;
      padding: 34px;
      border-radius: 44px;
      background: var(--ink);
      color: var(--cream);
      overflow: hidden;
      position: relative;
    }

    .final-box::after {
      content: "";
      position: absolute;
      right: -110px;
      top: -150px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      border: 1px solid rgba(248, 242, 231, .14);
      box-shadow:
        0 0 0 54px rgba(248, 242, 231, .035),
        0 0 0 108px rgba(248, 242, 231, .025);
    }

    .final-content {
      position: relative;
      z-index: 2;
      max-width: 780px;
    }

    .final h2 {
      font-size: clamp(44px, 7vw, 92px);
      line-height: .9;
      letter-spacing: -.085em;
      font-weight: 760;
    }

    .final p {
      max-width: 620px;
      margin-top: 20px;
      color: rgba(248, 242, 231, .68);
      font-size: 18px;
      line-height: 1.55;
      letter-spacing: -.015em;
    }

    .final-action {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: flex-end;
    }

    .footer {
      padding: 26px 0 38px;
      color: var(--soft);
      font-size: 14px;
    }

    .footer-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .footer-links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }

