/*  Landing pricing, FAQ, guides and CTA · source-order-preserving landing stylesheet.  */

      .pricing::before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 47%;
        height: 76%;
        left: 20%;
        top: 12%;
        background: linear-gradient(
          135deg,
          rgba(77, 184, 176, 0.085),
          rgba(77, 184, 176, 0.01)
        );
        clip-path: polygon(10% 0, 100% 15%, 88% 100%, 0 84%);
        transform: rotate(2deg);
      }

      .pricing::after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 520px;
        height: 175px;
        right: 3%;
        bottom: 3%;
        background: var(--logo) center / contain no-repeat;
        filter: brightness(0) invert(1);
        opacity: 0.025;
        transform: rotate(5deg);
      }

      .price-list {
        border-top: 1px solid var(--line-dark);
      }

      .price-row {
        min-height: 150px;
        padding: 28px 0;
        display: grid;
        grid-template-columns: 62px 1fr 0.8fr 1.35fr 52px;
        gap: 24px;
        align-items: center;
        border-bottom: 1px solid var(--line-dark);
      }

      .price-row.is-featured {
        background: rgba(237, 185, 76, 0.055);
        padding-left: 22px;
        padding-right: 22px;
      }

      .price-row .index {
        color: #77736c;
        font-family: var(--serif);
      }

      .price-row h4 {
        margin: 0;
        font-family: var(--serif);
        font-size: clamp(1.9rem, 3vw, 3.2rem);
        font-weight: 600;
      }

      .price-row strong {
        color: var(--amber);
        font-size: 16px;
      }

      .price-row p {
        margin: 0;
        color: #8d8981;
        font-size: 13px;
        line-height: 1.9;
      }

      .price-row a {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(238, 234, 227, 0.22);
        transition:
          color 0.2s ease,
          border-color 0.2s ease,
          background 0.2s ease;
      }

      .price-row a:hover {
        color: var(--night);
        border-color: var(--amber);
        background: var(--amber);
      }
      .faq::before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 44%;
        height: 320px;
        right: 4%;
        top: 8%;
        background: linear-gradient(
          145deg,
          rgba(237, 185, 76, 0.16),
          rgba(237, 185, 76, 0.035)
        );
        clip-path: polygon(4% 12%, 94% 0, 100% 88%, 10% 100%);
        transform: rotate(3deg);
      }

      .faq::after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 440px;
        height: 160px;
        left: calc(var(--margin-width) + 5%);
        bottom: 2%;
        background: var(--logo) center / contain no-repeat;
        opacity: 0.03;
        transform: rotate(-3deg);
      }

      .faq-list {
        border-top: 1px solid var(--line-light);
      }

      details {
        border-bottom: 1px solid var(--line-light);
      }

      summary {
        min-height: 92px;
        padding: 0 4px;
        display: grid;
        grid-template-columns: 50px 1fr 30px;
        gap: 18px;
        align-items: center;
        list-style: none;
        cursor: pointer;
        font-family: var(--serif);
        font-size: 20px;
        font-weight: 600;
      }

      summary::-webkit-details-marker {
        display: none;
      }
      summary .index {
        color: var(--amber-deep);
        font-family: var(--sans);
        font-size: 11px;
      }
      summary .faq-plus-icon {
        width: 18px;
        height: 18px;
        transition: transform 0.2s ease;
      }
      details[open] summary .faq-plus-icon {
        transform: rotate(45deg);
      }

      details p {
        max-width: 760px;
        margin: -2px 38px 30px 72px;
        color: #625d55;
        font-size: 13px;
        line-height: 2;
      }
      .guides::before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 58%;
        height: 72%;
        right: -9%;
        top: 12%;
        background: linear-gradient(
          135deg,
          rgba(212, 122, 107, 0.095),
          rgba(212, 122, 107, 0.012)
        );
        clip-path: polygon(9% 0, 100% 9%, 87% 100%, 0 78%);
        transform: rotate(-2deg);
      }

      .guides::after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 520px;
        height: 175px;
        left: calc(var(--margin-width) + 4%);
        bottom: 2%;
        background: var(--logo) center / contain no-repeat;
        filter: brightness(0) invert(1);
        opacity: 0.024;
        transform: rotate(4deg);
      }

      .guide-grid {
        display: grid;
        grid-template-columns: 1.08fr 0.96fr 0.96fr;
        gap: 14px;
      }

      .guide-card {
        min-height: 380px;
        padding: 34px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid var(--line-dark);
        background: rgba(9, 10, 14, 0.54);
        transition:
          border-color 0.2s ease,
          background 0.2s ease;
      }

      .guide-card:first-child {
        min-height: 450px;
      }
      .guide-card:hover {
        border-color: rgba(237, 185, 76, 0.48);
        background: rgba(237, 185, 76, 0.035);
      }
      .guide-card .index {
        color: var(--amber);
        font-family: var(--serif);
      }

      .guide-card h4 {
        margin: 0 0 18px;
        font-family: var(--serif);
        font-size: clamp(2rem, 3.2vw, 3.5rem);
        line-height: 1.16;
        font-weight: 600;
      }

      .guide-card p {
        margin: 0;
        color: #8d8981;
        font-size: 13px;
        line-height: 1.9;
      }

      .guide-card .guide-go-icon {
        align-self: flex-end;
        width: 22px;
        height: 22px;
      }
      .cta::before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 66%;
        height: 82%;
        right: -16%;
        top: 9%;
        background: linear-gradient(
          140deg,
          rgba(237, 185, 76, 0.23),
          rgba(237, 185, 76, 0.035)
        );
        clip-path: polygon(19% 0, 100% 0, 88% 100%, 0 71%);
        transform: rotate(-3deg);
      }

      .cta::after {
        content: "";
        position: absolute;
        z-index: 0;
        width: min(68vw, 900px);
        height: 250px;
        left: calc(var(--margin-width) + 2%);
        bottom: 2%;
        background: var(--logo) center / contain no-repeat;
        filter: brightness(0) invert(1);
        opacity: 0.035;
        transform: rotate(-4deg);
      }

      .cta .chapter-body {
        min-height: 650px;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .cta-panel {
        width: min(100%, 950px);
        padding: 92px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 2;
      }

      .cta-panel h3 {
        max-width: 880px;
        margin: 0;
        font-family: var(--serif);
        font-size: clamp(3.5rem, 7vw, 7.6rem);
        line-height: 1.05;
        letter-spacing: -0.065em;
        text-wrap: balance;
      }

      .cta-panel p {
        margin: 26px 0 34px;
        color: #96918a;
        font-size: 14px;
      }

      footer {
        padding: 28px 0;
        background: #06070a;
        border-top: 1px solid var(--line-dark);
        color: #74716b;
        font-size: 11px;
      }

      .footer-inner {
        width: min(calc(100% - 72px), var(--content));
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
      }

      .footer-inner strong {
        margin-right: auto;
        color: #c9c4bb;
        font-family: var(--serif);
        letter-spacing: 0.08em;
      }

      .footer-inner a:hover {
        color: var(--text);
      }

      .reveal {
        opacity: 0;
        transform: translateY(18px);
        transition:
          opacity 0.7s var(--ease),
          transform 0.7s var(--ease);
      }

      .reveal.is-visible {
        opacity: 1;
        transform: none;
      }
