
      :root {
        --ink: #0e4725;
        --olive: rgba(47, 59, 42, 0.5);
        --olive-deep: #0e4725;
        --clay: #d35639;
        --clay-deep: rgba(211, 86, 57, 0.7);
        --gold: #d1ab2a;
        --cream: #ffeabb;
        --sand: #ffeabb;
        --paper: #fff;
        --line: rgba(28, 27, 23, 0.12);
        --line-soft: rgba(246, 240, 228, 0.18);
        --max: 1180px;
      }
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        font-family: "fields", sans-serif;
        font-weight: 300;
        font-style: normal;
        background: var(--paper);
        color: var(--ink);
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
      }
      h1,
      h2,
      h3,
      .display {
        font-family: "fields", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.01em;
      }
      .wrap {
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 28px;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      img {
        max-width: 100%;
        display: block;
      }
      :focus-visible {
        outline: 2px solid var(--clay);
        outline-offset: 3px;
      }

      /* ---------- NAV ---------- */
      .nav {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(251, 248, 241, 0.92);
        backdrop-filter: blur(8px);
        border-bottom: 1px solid var(--line);
      }
      .nav .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 74px;
      }
      .brand {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "playfair Display", serif;
        font-weight: 700;
        font-size: 1.3rem;
        color: var(--olive);
      }
      .brand .mark {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: conic-gradient(
          from 45deg,
          var(--clay),
          var(--gold),
          var(--olive),
          var(--clay)
        );
        display: inline-block;
      }
      .nav-links {
        font-family: "fields", sans-serif;
        display: flex;
        gap: 30px;
        font-size: 0.92rem;
        font-weight: 600;
        color: var(--olive);
      }
      .nav-links a {
        opacity: 0.75;
        transition: opacity 0.2s;
      }
      .nav-links a:hover {
        opacity: 1;
      }
      .nav-cta {
        background: var(--clay);
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 0.88rem;
        white-space: nowrap;
        transition:
          background 0.2s,
          transform 0.2s;
      }
      .nav-cta:hover {
        background: var(--clay-deep);
        transform: translateY(-1px);
      }
      @media (max-width: 760px) {
        .nav-links {
          display: none;
        }
      }

      /* ---------- SECTION SHELL ---------- */
      section {
        position: relative;
        padding: 96px 0;
      }
      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--clay);
        margin-bottom: 18px;
      }
      /* .eyebrow::before{content:'';width:18px;height:1px;background:var(--clay);} */
      .sec-title {
        font-size: clamp(1.9rem, 3.6vw, 2.7rem);
        line-height: 1.12;
        max-width: 760px;
        color: var(--ink);
      }
      .sec-sub {
        font-family: "Poppins", sans-serif;
        font-size: 1.05rem;
        color: rgba(28, 27, 23, 0.68);
        max-width: 620px;
        margin-top: 16px;
        line-height: 1.6;
      }

      .sec-title {
        font-size: clamp(1.9rem, 3.6vw, 2.7rem);
        line-height: 1.12;
        max-width: 760px;
        color: var(--ink);
        text-align: center;
        margin: 0 auto;
      }

      .sec-sub {
        font-family: "Fields", sans-serif;
        font-size: 1.05rem;
        color: rgba(28, 27, 23, 0.68);
        max-width: 620px;
        margin: 16px auto 0;
        line-height: 1.6;
        text-align: center;
      }

      .eyebrow {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--clay);
        margin-bottom: 18px;
      }

      /* ====================================================
     SLIDE 1 — HERO
  ==================================================== */
      #hero {
        /* background:radial-gradient(120% 100% at 80% 0%, #3A4A33 0%, var(--olive-deep) 55%, #161C12 100%);
    color:var(--cream);
    padding:120px 0 90px;
    overflow:hidden; */
        padding: 0px;
      }
      #hero .wrap {
        position: relative;
        z-index: 2;
      }
      .hero-grid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 56px;
        align-items: center;
      }
      .hero-tag {
        display: inline-block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--gold);
        border: 1px solid rgba(201, 162, 75, 0.4);
        padding: 7px 16px;
        border-radius: 30px;
        margin-bottom: 26px;
      }
      .hero-title {
        font-size: clamp(2.4rem, 4.6vw, 3.8rem);
        line-height: 1.06;
        color: #fff;
        font-weight: 600;
      }
      .hero-title em {
        font-style: italic;
        color: var(--gold);
        font-weight: 500;
      }
      .hero-sub {
        font-size: 1.12rem;
        color: rgba(246, 240, 228, 0.82);
        max-width: 520px;
        margin-top: 22px;
        line-height: 1.65;
      }
      .hero-ctas {
        display: flex;
        gap: 14px;
        margin-top: 36px;
        flex-wrap: wrap;
      }
      .btn-primary {
        background: var(--clay);
        color: #fff;
        padding: 15px 26px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 0.95rem;
        transition:
          transform 0.2s,
          background 0.2s;
        display: inline-block;
      }
      .btn-primary:hover {
        background: var(--clay-deep);
        transform: translateY(-2px);
      }
      .btn-ghost {
        border: 1px solid rgba(246, 240, 228, 0.35);
        color: var(--cream);
        padding: 15px 26px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 0.95rem;
        transition:
          border-color 0.2s,
          background 0.2s;
      }
      .btn-ghost:hover {
        border-color: var(--gold);
        background: rgba(201, 162, 75, 0.08);
      }

      .hero-plate {
        position: relative;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: radial-gradient(circle at 35% 30%, #4c5c42, #232e1d 75%);
        border: 1px solid rgba(201, 162, 75, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero-plate::before {
        content: "";
        position: absolute;
        inset: 14%;
        border-radius: 50%;
        border: 1px dashed rgba(201, 162, 75, 0.3);
      }
      .hero-stat {
        text-align: center;
      }
      .hero-stat .num {
        font-family: "playfair Display", serif;
        font-size: 3.2rem;
        color: var(--gold);
        font-weight: 600;
      }
      .hero-stat .lbl {
        font-size: 0.85rem;
        color: rgba(246, 240, 228, 0.7);
        max-width: 170px;
        margin: 6px auto 0;
        line-height: 1.4;
      }
      .hero-orbit-item {
        position: absolute;
        background: rgba(251, 248, 241, 0.06);
        border: 1px solid rgba(201, 162, 75, 0.25);
        border-radius: 12px;
        padding: 10px 14px;
        font-size: 0.78rem;
        color: var(--cream);
        font-weight: 600;
        backdrop-filter: blur(4px);
      }
      .o1 {
        top: 6%;
        left: -6%;
      }
      .o2 {
        bottom: 10%;
        left: -10%;
      }
      .o3 {
        bottom: -2%;
        right: -4%;
      }
      @media (max-width: 880px) {
        .hero-grid {
          grid-template-columns: 1fr;
        }
        .hero-plate {
          max-width: 320px;
          margin: 0 auto;
        }
        .hero-orbit-item {
          display: none;
        }
      }

      /* ====================================================
     SLIDE 2 — THE GAP + THE OPPORTUNITY
  ==================================================== */
      #gap {
        background: var(--paper);
        
      }
      .gap-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-top: 48px;
      }
      .gap-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 26px;
      }
      .gap-card h4 {
        font-family: "Fields", serif;
        font-size: 1.05rem;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--clay-deep);
      }
      .gap-card p {
        font-family: "Fields", serif;
        font-size: 0.92rem;
        color: rgba(28, 27, 23, 0.65);
      }
      @media (max-width: 700px) {
        #gap, #partner , #proof, #cta{
          padding: 40px 0px;
        }
        .gap-grid {
          grid-template-columns: 1fr;
        }
        .stat-strip .stat .num{
          font-size: 1rem !important;
        }
      }

      .stat-strip {
        margin-top: 64px;
        background: var(--olive-deep);
        border-radius: 18px;
        padding: 42px 36px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        color: var(--cream);
      }
      .stat-strip .stat .num {
        font-family: "Fields", serif;
        font-size: 1.6rem;
        color: var(--gold);
        font-weight: 600;
      }
      .stat-strip .stat .lbl {
        font-size: 0.82rem;
        color: rgba(246, 240, 228, 0.75);
        margin-top: 4px;
        line-height: 1.35;
      }
      @media (max-width: 760px) {
        .stat-strip {
          grid-template-columns: 1fr 1fr;
        }
      }

      /* ====================================================
     SLIDE 3 — THE PLATFORM (Solution)
  ==================================================== */
      #platform {
        background: var(--sand);
      }
      .pillars {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 48px;
      }
      .pillar {
        background: var(--paper);
        border-radius: 14px;
        padding: 28px;
        border: 1px solid var(--line);
      }
      .pillar .pn {
        font-family: "Fields", serif;
        color: var(--clay);
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
      }
      .pillar h4 {
        font-size: 1.05rem;
        margin-bottom: 8px;
      }
      .pillar p {
        font-size: 0.9rem;
        color: rgba(28, 27, 23, 0.65);
      }
      @media (max-width: 880px) {
        .pillars {
          grid-template-columns: 1fr;
        }
      }

      .mezze {
        margin-top: 56px;
        background: var(--olive);
        border-radius: 20px;
        padding: 44px 36px;
        color: var(--cream);
      }
      .mezze-head {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 30px;
      }
      .mezze-head h3 {
        color: #fff;
        font-size: 1.4rem;
      }
      .mezze-head span {
        font-size: 0.85rem;
        color: rgba(246, 240, 228, 0.65);
      }
      .mezze-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
      .mezze-item {
        background: rgba(251, 248, 241, 0.07);
        border: 1px solid rgba(201, 162, 75, 0.22);
        border-radius: 12px;
        padding: 18px;
      }
      .mezze-item .mi-title {
        font-weight: 700;
        font-size: 0.95rem;
        color: var(--gold);
        margin-bottom: 4px;
      }
      .mezze-item .mi-sub {
        font-size: 0.84rem;
        color: rgba(246, 240, 228, 0.75);
      }
      @media (max-width: 880px) {
        .mezze-grid {
          grid-template-columns: 1fr 1fr;
        }
      }
      @media (max-width: 560px) {
        .mezze-grid {
          grid-template-columns: 1fr;
        }
      }

      /* ====================================================
     SLIDE 4 — PROOF + FORMATS
  ==================================================== */
      #proof {
        background: var(--paper);
        padding-top: 290px;
      }
      .proof-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 14px;
        margin-top: 48px;
      }
      .proof-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 20px 16px;
        text-align: left;
      }
      .proof-card .pc-icon {
        font-family: "Fields", serif;
        font-size: 1.5rem;
        color: var(--clay);
        margin-bottom: 10px;
      }
      .proof-card h5 {
        font-size: 0.92rem;
        margin-bottom: 6px;
      }
      .proof-card p {
        font-size: 0.8rem;
        color: rgba(28, 27, 23, 0.6);
      }
      @media (max-width: 980px) {
        .proof-row {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 560px) {
        .proof-row {
          grid-template-columns: 1fr;
        }
      }

      .formats-head {
        margin-top: 64px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 10px;
      }
      .formats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin-top: 24px;
      }
      .format-card {
        background: var(--olive-deep);
        color: var(--cream);
        border-radius: 14px;
        padding: 22px 18px;
        border: 1px solid rgba(201, 162, 75, 0.2);
      }
      .format-card .fnum {
        font-size: 0.78rem;
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 0.05em;
      }
      .format-card h5 {
        font-family: 'fields';
        font-size: 1.15rem;
        margin: 6px 0 2px;
        color: #fff;
      }
      .format-card .fsize {
        font-size: 0.78rem;
        color: rgba(246, 240, 228, 0.6);
        margin-bottom: 10px;
      }
      .format-card .fprice {
        font-size: 2rem;
        font-weight: 700;
        color: var(--gold);
        font-family: "fields", serif;
      }
      .format-card .fdesc {
        font-size: 0.82rem;
        color: rgba(246, 240, 228, 0.75);
        margin-top: 8px;
        line-height: 1.4;
      }
      @media (max-width: 880px) {
        .formats-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 560px) {
        .formats-grid {
          grid-template-columns: 1fr;
        }
      }

      /* ====================================================
     ACCORDION (shared)
  ==================================================== */
      .accordion {
        margin-top: 18px;
        border-top: 1px solid var(--line);
      }
      .acc-item {
        border-bottom: 1px solid var(--line);
      }
      .acc-trigger {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        background: none;
        border: none;
        text-align: left;
        padding: 20px 4px;
        cursor: pointer;
        font-family: "playfair Display", sans-serif;
        font-size: 1.02rem;
        font-weight: 700;
        color: var(--ink);
      }
      .acc-trigger:hover {
        color: var(--clay-deep);
      }
      .acc-plus {
        flex-shrink: 0;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid var(--line);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition:
          transform 0.25s,
          background 0.25s;
      }
      .acc-plus::before,
      .acc-plus::after {
        content: "";
        position: absolute;
        background: var(--clay);
        transition: transform 0.25s;
      }
      .acc-plus::before {
        width: 11px;
        height: 1.6px;
      }
      .acc-plus::after {
        width: 1.6px;
        height: 11px;
      }
      .acc-item[data-open="true"] .acc-plus {
        background: var(--clay);
        border-color: var(--clay);
      }
      .acc-item[data-open="true"] .acc-plus::before,
      .acc-item[data-open="true"] .acc-plus::after {
        background: #fff;
      }
      .acc-item[data-open="true"] .acc-plus::after {
        transform: rotate(90deg) scaleY(0);
      }
      .acc-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
      }
      .acc-panel-inner {
        padding: 0 4px 24px;
        font-size: 0.92rem;
        color: rgba(28, 27, 23, 0.68);
        line-height: 1.65;
      }
      .acc-panel-inner table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        font-size: 0.85rem;
      }
      .acc-panel-inner th,
      .acc-panel-inner td {
        padding: 9px 10px;
        border-bottom: 1px solid var(--line);
        text-align: left;
      }
      .acc-panel-inner th {
        color: var(--olive);
        font-weight: 700;
      }
      .acc-panel-inner ul {
        margin: 10px 0 0 18px;
      }
      .acc-panel-inner li {
        margin-bottom: 5px;
      }

      /* ====================================================
     SLIDE 5 — WAYS TO PARTNER
  ==================================================== */
      #partner {
        background: var(--sand);
      }
      .partner-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        margin-top: 48px;
      }
      .partner-card {
        background: var(--paper);
        border-radius: 18px;
        padding: 32px;
        border: 1px solid var(--line);
        display: flex;
        flex-direction: column;
      }
      .partner-card .ptag {
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--clay);
        margin-bottom: 10px;
      }
      .partner-card h3 {
        font-size: 1.5rem;
        margin-bottom: 6px;
      }
      .partner-card .prange {
        font-family: "Fraunces", serif;
        font-size: 1.3rem;
        color: var(--olive);
        font-weight: 600;
        margin-bottom: 14px;
      }
      .partner-card p.pdesc {
        font-size: 0.92rem;
        color: rgba(28, 27, 23, 0.65);
        margin-bottom: 16px;
      }
      .partner-card .ppayout {
        background: rgba(196, 98, 45, 0.08);
        border-left: 3px solid var(--clay);
        padding: 12px 16px;
        border-radius: 6px;
        font-size: 0.88rem;
        color: var(--ink);
        margin-top: auto;
        margin-bottom: 18px;
      }
      @media (max-width: 880px) {
        .partner-grid {
          grid-template-columns: 1fr;
        }
      }

      /* .natuf-banner{
    position: relative;
    width: 74%;
    height: 463px;
    border-radius: 24px;
    overflow: hidden;

    background-image: url('./images/Natuf-banner-2.png');
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    margin: 0 auto;
} */

      /* .natuf-banner {
  position: relative;
  width: calc(100% - 160px);
  max-width: 74%;
  height: 463px;
  border-radius: 24px;
  overflow: hidden;

  background-image: url('./images/Natuf-banner-2.png');
  background-size: cover;
  background-position: center;

  margin: 48px auto 0 auto;
  transform: translateY(180px); 
  z-index: 10;
} */

      .natuf-banner {
        position: relative;
        width: calc(100% - 160px);
        max-width: 74%;
        height: 463px;
        border-radius: 24px;
        overflow: hidden;

        background-image: url("./images/Natuf-banner-2.png");
        background-size: cover;
        background-position: center;

        margin: 0 auto 0 auto;
        margin-bottom: -320px; /* pulls next section up by this amount */
        transform: translateY(30px);
        z-index: 10;
      }

      /* content area */
      .banner-content {
        position: absolute;
        top: 50%;
        right: 7%;
        transform: translateY(-50%);
        z-index: 2;
        color: #f7f1df;
        width: 408px;
      }

      .banner-content h2 {
        font-size: 2.4rem;
        line-height: 1.05;
        font-weight: 500;
        margin-bottom: 20px;
      }

      .revenue-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .revenue-list li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 12px;
        font-size: 1.2rem;
        /* font-weight: 600; */
      }

      .revenue-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 3px;
        height: 16px;
        background: #f7f1df;
      }

      @media (max-width: 768px) {
        .natuf-banner {
          background-image: none;
          background-color: var(--ink);
          width: calc(100% - 32px);
          max-width: none;
          height: 300px;
          background-position: 22% center;
          transform: none;
          margin-bottom: -350px;
          margin-top: 30px;
        }

        .banner-content {
          /* left: auto; */
          /* right: 16px; */
          width: 80%;
        }

        .banner-content h2 {
          font-size: 1.3rem;
          margin-bottom: 12px;
          margin-left: 61px;
        }

        .revenue-list {
          margin-left: 61px;
        }

        .revenue-list li {
          font-size: 0.88rem;
          margin-bottom: 8px;
          line-height: 1.5;
        }
      }
      /* ====================================================
     SLIDE 6 — CTA + FOOTER
  ==================================================== */
      #cta {
        background: radial-gradient(
          120% 100% at 20% 0%,
          #3a4a33 0%,
          var(--olive-deep) 60%,
          #161c12 100%
        );
        color: var(--cream);
      }
      .cta-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: start;
        margin-top: 40px;
      }
      .cta-points {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 30px;
      }
      .cta-point {
        display: flex;
        gap: 12px;
        align-items: flex-start;
      }
      .cta-point .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--gold);
        margin-top: 7px;
        flex-shrink: 0;
      }
      .cta-point p {
        font-size: 0.95rem;
        color: rgba(246, 240, 228, 0.82);
      }
      .who-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 30px;
      }
      .who-chip {
        background: rgba(251, 248, 241, 0.06);
        border: 1px solid rgba(201, 162, 75, 0.2);
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 0.82rem;
        color: rgba(246, 240, 228, 0.85);
      }
      .form-card {
        background: var(--paper);
        border-radius: 18px;
        padding: 32px;
        color: var(--ink);
      }
      .form-card h3 {
        font-size: 1.3rem;
        margin-bottom: 6px;
      }
      .form-card p.fsub {
        font-size: 0.88rem;
        color: rgba(28, 27, 23, 0.6);
        margin-bottom: 22px;
      }
      .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 12px;
      }
      .form-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }
      .form-field.full {
        grid-column: 1/-1;
      }
      .form-field label {
        font-size: 0.78rem;
        font-weight: 700;
        color: var(--olive);
      }
      .form-field input,
      .form-field select,
      .form-field textarea {
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 11px 12px;
        font-size: 0.9rem;
        font-family: "Inter", sans-serif;
        background: #fff;
        color: var(--ink);
      }
      .form-field input:focus,
      .form-field select:focus,
      .form-field textarea:focus {
        border-color: var(--clay);
      }
      .submit-btn {
        width: 100%;
        background: var(--clay);
        color: #fff;
        border: none;
        padding: 15px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 0.95rem;
        cursor: pointer;
        margin-top: 6px;
        transition: background 0.2s;
      }
      .submit-btn:hover {
        background: var(--clay-deep);
      }
      @media (max-width: 880px) {
        .cta-grid {
          grid-template-columns: 1fr;
        }
        .who-grid {
          grid-template-columns: 1fr 1fr;
        }
      }
      @media (max-width: 520px) {
        .form-row {
          grid-template-columns: 1fr;
        }
      }

      footer {
        border-top: 1px solid rgba(201, 162, 75, 0.18);
        margin-top: 80px;
        padding: 36px 0;
      }
      .foot-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px;
      }
      .foot-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "playfair Display", serif;
        font-weight: 700;
        color: #fff;
      }
      .foot-row .copy {
        font-size: 0.78rem;
        color: rgba(246, 240, 228, 0.55);
      }
      .disclaimer-toggle {
        margin-top: 24px;
        font-size: 0.78rem;
        color: rgba(246, 240, 228, 0.55);
        cursor: pointer;
        text-decoration: underline;
        background: none;
        border: none;
        font-family: "playfair Display", sans-serif;
        padding: 0;
      }
      .disclaimer-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
      }
      .disclaimer-panel-inner {
        padding-top: 14px;
        font-size: 0.76rem;
        line-height: 1.6;
        color: rgba(246, 240, 228, 0.5);
        max-width: 900px;
      }

      .section-num {
        position: absolute;
        top: 40px;
        right: 28px;
        font-family: "playfair Display", serif;
        font-size: 0.85rem;
        color: rgba(28, 27, 23, 0.3);
        letter-spacing: 0.05em;
      }
      #hero .section-num,
      #platform .section-num,
      #partner .section-num {
        color: rgba(28, 27, 23, 0.3);
      }
      #cta .section-num {
        color: rgba(246, 240, 228, 0.3);
      }
    