:root {
        --sand: #f4f0e8;
        --paper: #fffdf9;
        --ink: #1f2a1f;
        --pine: #215341;
        --moss: #4f7c5a;
        --sun: #f2bf5e;
        --line: #d7d0c2;
        --shadow: 0 24px 50px rgba(30, 42, 32, 0.2);
      }

      * { box-sizing: border-box; }

      body {
        margin: 0;
        min-height: 100vh;
        font-family: "Sora", "Segoe UI", sans-serif;
        color: var(--ink);
        background:
          radial-gradient(circle at 12% 18%, rgba(242, 191, 94, 0.35), transparent 38%),
          radial-gradient(circle at 88% 82%, rgba(79, 124, 90, 0.28), transparent 30%),
          linear-gradient(120deg, #f9f4ea 0%, #edf3e6 100%);
      }

      .page-wrap {
        width: min(1080px, 94vw);
        margin: 2rem auto 5rem;
      }

      .back-link {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--pine);
        text-decoration: none;
        letter-spacing: 0.02em;
        opacity: 0.8;
        transition: opacity 0.15s;
      }

      .back-link:hover { opacity: 1; }
      .back-link svg { flex-shrink: 0; }

      .page-header {
        margin-bottom: 2.5rem;
      }

      .eyebrow {
        margin: 0 0 0.5rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-size: 0.74rem;
        color: var(--pine);
        font-weight: 600;
      }

      h1 {
        margin: 0 0 1rem;
        font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
        font-size: clamp(1.9rem, 4vw, 2.8rem);
        line-height: 1.15;
        color: var(--ink);
      }

      .lead {
        margin: 0;
        font-size: 1.05rem;
        line-height: 1.65;
        color: var(--ink);
        opacity: 0.85;
        max-width: 62ch;
      }

      .section-title {
        font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--pine);
        margin: 2.5rem 0 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid var(--line);
      }

      .content-card {
        background: rgba(255, 253, 249, 0.95);
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 1.35rem 1.35rem;
        box-shadow: 0 2px 12px rgba(30, 42, 32, 0.07);
      }

      .content-card p {
        margin: 0 0 1rem;
        line-height: 1.75;
        opacity: 0.9;
      }

      .content-card p:last-child {
        margin-bottom: 0;
      }

      .ad-slot {
        margin: 2rem 0;
        min-height: 96px;
        display: grid;
        place-items: center;
        overflow: hidden;
      }

      .ad-slot:empty {
        display: none;
      }
      .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin-top: 1.2rem;
      }

      .info-card {
        background: rgba(255, 253, 249, 0.95);
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 1.15rem 1.2rem;
        box-shadow: 0 2px 10px rgba(30, 42, 32, 0.07);
      }

      .info-card__icon {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
      }

      .info-card__title {
        font-weight: 700;
        font-size: 0.9rem;
        margin: 0 0 0.3rem;
        color: var(--pine);
        font-family: "Space Grotesk", sans-serif;
      }

      .info-card__text {
        margin: 0;
        font-size: 0.87rem;
        line-height: 1.5;
        opacity: 0.8;
      }

      .proof-list {
        list-style: none;
        margin: 1.1rem 0 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 0.8rem;
      }

      .proof-item {
        background: rgba(255, 253, 249, 0.95);
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 0.95rem 1rem;
        box-shadow: 0 2px 10px rgba(30, 42, 32, 0.07);
      }

      .proof-item strong {
        display: block;
        color: var(--pine);
        font-family: "Space Grotesk", sans-serif;
        font-size: 0.92rem;
        margin-bottom: 0.28rem;
      }

      .proof-item span,
      .compact-steps li,
      .embed-link-card p {
        font-size: 0.88rem;
        line-height: 1.55;
        opacity: 0.86;
      }

      .compact-steps {
        margin: 0.85rem 0 0;
        padding-left: 1.2rem;
      }

      .embed-link-card {
        background: rgba(255, 253, 249, 0.95);
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 1.1rem 1.15rem;
        box-shadow: 0 2px 12px rgba(30, 42, 32, 0.07);
      }

      .copy-link-box {
        margin-top: 0.9rem;
        padding: 0.85rem;
        border: 1px solid rgba(31, 83, 65, 0.18);
        border-radius: 12px;
        background: rgba(244, 240, 232, 0.8);
        overflow-x: auto;
      }

      .copy-link-box code {
        color: var(--pine);
        font-size: 0.82rem;
        white-space: nowrap;
      }

      .faq-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
      }

      .faq-item details {
        background: rgba(255, 253, 249, 0.95);
        border: 1px solid var(--line);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(30, 42, 32, 0.07);
        transition: box-shadow 0.2s;
      }

      .faq-item details[open] {
        box-shadow: 0 6px 24px rgba(30, 42, 32, 0.13);
      }

      .faq-item summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.2rem;
        font-weight: 600;
        font-size: 0.97rem;
        cursor: pointer;
        list-style: none;
        user-select: none;
      }

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

      .faq-item summary .chevron {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        color: var(--moss);
        transition: transform 0.25s ease;
      }

      .faq-item details[open] summary .chevron {
        transform: rotate(180deg);
      }

      .faq-answer {
        padding: 0 1.2rem 1.1rem;
        font-size: 0.94rem;
        line-height: 1.7;
        color: var(--ink);
        opacity: 0.87;
      }

      .faq-answer p { margin: 0 0 0.6rem; }
      .faq-answer p:last-child { margin-bottom: 0; }
      .organizer-cta {
        margin: 1.6rem 0 2rem;
        padding: 1.25rem 1.2rem;
        background: rgba(255, 253, 249, 0.96);
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: 0 2px 12px rgba(30, 42, 32, 0.07);
      }

      .organizer-cta__title {
        margin: 0 0 0.45rem;
        color: var(--pine);
        font-family: "Space Grotesk", sans-serif;
        font-size: 1.2rem;
      }

      .organizer-cta__text {
        margin: 0 0 1rem;
        color: rgba(31, 42, 31, 0.84);
        font-size: 0.92rem;
        line-height: 1.6;
      }

      .cta-block {
        margin: 2rem 0 2.5rem;
        padding: 2rem 1.5rem;
        background: linear-gradient(135deg, var(--pine) 0%, var(--moss) 100%);
        border-radius: 20px;
        text-align: center;
        box-shadow: var(--shadow);
      }

      .cta-block__title {
        margin: 0 0 0.6rem;
        font-family: "Space Grotesk", sans-serif;
        font-size: 1.4rem;
        color: #fff;
      }

      .cta-block__text {
        margin: 0 0 1.4rem;
        font-size: 0.95rem;
        color: rgba(255,255,255,0.85);
        line-height: 1.5;
      }

      .cta-btn {
        display: inline-block;
        background: var(--sun);
        color: var(--ink);
        font-family: "Space Grotesk", sans-serif;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        border-radius: 50px;
        padding: 0.8rem 2rem;
        cursor: pointer;
        text-decoration: none;
        transition: opacity 0.15s, transform 0.15s;
      }

      .cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

      .page-footer {
        margin-top: 3rem;
        padding-top: 1.5rem;
        border-top: 1px solid var(--line);
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: clamp(1.5rem, 4vw, 3rem);
        font-size: 0.82rem;
        opacity: 0.6;
      }

      .page-footer > span {
        flex: 0 0 auto;
        white-space: nowrap;
      }

      .page-footer .footer-links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        flex: 1 1 auto;
        justify-content: space-between;
        gap: 1rem;
      }

      .page-footer a {
        color: var(--pine);
        text-decoration: none;
        white-space: nowrap;
      }

      .page-footer a:hover { text-decoration: underline; }

      .osm-credit {
        flex-basis: 100%;
        max-width: 760px;
        line-height: 1.45;
      }

      @media (max-width: 600px) {
        .page-wrap { margin-top: 2rem; }
        .cta-block { padding: 1.5rem 1.2rem; }
      }
