    /* ══════ INSIGHT STRIP ══════ */
    .insight-strip {
      background: white;
      border-bottom: 1px solid var(--line);
      padding: 40px 0;
    }

    .insight-strip-head {
      text-align: center;
      margin-bottom: 32px;
    }

    .insight-strip-head p {
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--ink3);
      margin-bottom: 10px;
    }

    .insight-strip-head h2 {
      font-family: 'Instrument Serif', serif;
      font-weight: 400;
      font-size: clamp(1.6rem, 3vw, 2rem);
      color: var(--ink);
      letter-spacing: -0.02em;
    }

    .insight-strip-head h2 em {
      font-style: italic;
      color: var(--c1)
    }

    .insight-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px
    }

    .insight-card {
      background: var(--bg2);
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 22px 24px;
    }

    .insight-card-label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink3);
      margin-bottom: 10px
    }

    .insight-finding {
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--ink);
      line-height: 1.45;
      margin-bottom: 10px;
    }

    .insight-detail {
      font-size: 0.83rem;
      color: var(--ink3);
      line-height: 1.6
    }

    .insight-pill {
      display: inline-block;
      margin-top: 12px;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 20px;
    }

    .pill-red {
      background: #FEE2E2;
      color: #DC2626
    }

    .pill-amber {
      background: #FEF3C7;
      color: #B45309
    }

    .pill-green {
      background: #D1FAE5;
      color: #065F46
    }

    @media(max-width:768px) {
      .insight-cards {
        grid-template-columns: 1fr
      }
    }


    /* ══════ PROBLEM ══════ */
    .problem {
      background: white;
      padding: 80px 0
    }

    .prob-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center
    }

    @media(max-width:768px) {
      .prob-layout {
        grid-template-columns: 1fr
      }
    }

    .prob-text .eyebrow {
      margin-bottom: 14px
    }

    .prob-desc {
      color: var(--ink3);
      font-size: 1rem;
      line-height: 1.75;
      margin-bottom: 16px
    }

    .prob-proof {
      background: #1a0f0f;
      border: 1px solid #3d1a1a;
      border-left: 3px solid #DC2626;
      border-radius: 6px;
      padding: 14px 16px;
      margin-bottom: 28px;
      line-height: 1.6
    }

    .prob-proof-label {
      display: block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #DC2626;
      margin-bottom: 6px
    }

    .prob-proof-text {
      font-size: 0.875rem;
      color: #cbd5e1
    }

    .prob-cards {
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .prob-card {
      background: var(--bg2);
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 16px 18px;
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .prob-card svg {
      flex-shrink: 0;
      margin-top: 2px
    }

    .prob-card h4 {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 3px
    }

    .prob-card p {
      font-size: 0.83rem;
      color: var(--ink3);
      line-height: 1.55
    }

    /* ══════ OUTCOMES ══════ */
    .outcomes {
      background: var(--dark);
      padding: 80px 0;
      color: white
    }

    .outcomes .eyebrow {
      color: var(--c2)
    }

    .outcomes .section-title {
      color: white
    }

    .outcomes .section-title em {
      color: var(--c2)
    }

    .outcomes-header {
      text-align: center;
      margin-bottom: 52px
    }

    .outcomes-header p {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.95rem;
      max-width: 440px;
      margin: 18px auto 0
    }

    .outcome-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px
    }

    @media(max-width:768px) {
      .outcome-grid {
        grid-template-columns: 1fr
      }
    }

    .outcome-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 14px;
      padding: 28px;
    }

    .oc-step {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid rgba(16, 185, 129, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--c2);
      margin-bottom: 18px;
    }

    .oc-scenario {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.35);
      margin-bottom: 10px
    }

    .oc-finding {
      font-size: 1.05rem;
      font-weight: 600;
      color: white;
      line-height: 1.45;
      margin-bottom: 14px
    }

    .oc-result {
      background: rgba(16, 185, 129, 0.08);
      border: 1px solid rgba(16, 185, 129, 0.15);
      border-radius: 8px;
      padding: 12px 14px;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.55;
    }

    .oc-result strong {
      color: var(--c2)
    }

    /* ══════ CTA ══════ */
    .cta {
      background: var(--bg2);
      border-top: 1px solid var(--line);
      padding: 90px 0;
      text-align: center
    }

    .cta .eyebrow {
      margin-bottom: 14px
    }

    .cta { background: var(--bg2); padding: 100px 0; border-top: 1px solid var(--line); }
    .cta .section-title em { color: var(--c2); }
    .cta-sub { font-size: 1.1rem; line-height: 1.7; color: var(--ink4); }
    .cta-input { background: rgba(0,0,0,0.2); border: 1px solid var(--line); color: white; transition: all 0.2s; }
    .cta-input:focus { border-color: var(--c2); background: rgba(0,0,0,0.3); }
    .cta-note { font-size: 0.85rem; color: var(--ink3); display: flex; align-items: center; gap: 8px; justify-content: flex-start; }
    .cta-note i { color: var(--c1); }

    .cta-ok {
      display: none;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      color: var(--c1);
      font-size: 0.95rem;
      margin: 0 auto;
      justify-content: center;
    }

    /* ══════ FOOTER ══════ */
    footer {
      background: #060B14;
      padding: 56px 0 32px
    }

    .ft-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 40px;
      margin-bottom: 40px
    }

    .ft-brand .logo {
      margin-bottom: 14px;
      display: inline-flex
    }

    .ft-brand p {
      font-size: 0.84rem;
      color: #64748B;
      line-height: 1.65;
      max-width: 240px
    }

    .ft-col h5 {
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #475569;
      margin-bottom: 14px
    }

    .ft-col ul {
      list-style: none
    }

    .ft-col ul li {
      margin-bottom: 9px
    }

    .ft-col ul li a {
      font-size: 0.85rem;
      color: #64748B;
      transition: color 0.2s
    }

    .ft-col ul li a:hover {
      color: white
    }

    .ft-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 28px;
      border-top: 1px solid #1E2D42
    }

    .ft-bottom p {
      font-size: 0.8rem;
      color: #334155
    }

    .ft-pill {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #334155;
      background: #0D1829;
      padding: 4px 12px;
      border-radius: 20px
    }

    @media(max-width:768px) {
      .ft-grid {
        grid-template-columns: 1fr;
        gap: 28px
      }

      .ft-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center
      }

      .cta-form {
        flex-direction: column
      }

      .cta-form .btn {
        width: 100%
      }
    }

    /* ══════ DATA TABLE ══════ */
    .data-section {
      background: white;
      padding: 80px 0;
      border-top: 1px solid var(--line)
    }

    .data-table-wrap {
      overflow-x: auto;
      margin-top: 36px;
      border: 1px solid var(--line);
      border-radius: 12px
    }

    .data-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.87rem
    }

    .data-table thead th {
      background: var(--bg2);
      padding: 12px 16px;
      text-align: left;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink3);
      border-bottom: 1px solid var(--line);
      white-space: nowrap
    }

    .data-table tbody td {
      padding: 11px 16px;
      border-bottom: 1px solid var(--line);
      color: var(--ink2)
    }

    .data-table tbody tr:last-child td {
      border-bottom: none
    }

    .data-table tbody tr:hover {
      background: var(--bg2)
    }

    .data-table .dish-name {
      font-weight: 600;
      color: var(--ink)
    }

    .data-table .dish-thai {
      font-size: 0.78rem;
      color: var(--ink3);
      display: block;
      margin-top: 2px
    }

    .data-table .price-range {
      font-weight: 600;
      color: var(--c1)
    }

    .data-table .cost {
      color: var(--ink3)
    }

    .data-table .margin {
      font-weight: 600
    }

    .margin-hi {
      color: #059669
    }

    .margin-mid {
      color: #B45309
    }

    .data-note {
      font-size: 0.78rem;
      color: var(--ink4);
      margin-top: 12px;
      padding: 0 4px
    }

    /* ══════ FAQ ══════ */
    .faq {
      background: var(--bg2);
      padding: 80px 0;
      border-top: 1px solid var(--line)
    }

    .faq-list {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto
    }

    .faq-item {
      background: white;
      border: 1px solid var(--line);
      border-radius: 10px;
      overflow: hidden
    }

    .faq-q {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 18px 22px;
      background: none;
      border: none;
      font-family: inherit;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--ink);
      cursor: pointer;
      text-align: left
    }

    .faq-q:hover {
      background: var(--bg2)
    }

    .faq-icon {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.25s
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      border-color: var(--c1)
    }

    .faq-a {
      display: none;
      padding: 0 22px 18px;
      font-size: 0.9rem;
      color: var(--ink3);
      line-height: 1.75
    }

    .faq-item.open .faq-a {
      display: block
    }

    .faq-a strong {
      color: var(--ink)
    }

    .faq-a a {
      color: var(--c1);
      text-decoration: underline
    }

    /* Scroll reveal */
    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease
    }

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

    .reveal-d1 {
      transition-delay: 0.1s
    }

    .reveal-d2 {
      transition-delay: 0.2s
    }

    .reveal-d3 {
      transition-delay: 0.3s
    }

    /* ══════ MOBILE ══════ */


      /* Section titles */
      .section-title {
        font-size: clamp(1.5rem, 6vw, 2rem)
      }

      .guide-strip {
        flex-direction: column;
        align-items: stretch
      }

      .guide-strip a {
        text-align: center;
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: #065F56 !important
      }

      .guide-strip a i {
        color: #065F56 !important
      }
    }
    /* ══════ INTEL HUB ══════ */
    .intel-hub { padding: 80px 0; background: var(--bg2); border-top: 1px solid var(--line); }
    .intel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
    @media (max-width: 1100px) { .intel-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) { .intel-grid { grid-template-columns: 1fr; } .intel-card { grid-column: span 1 !important; } }
    .intel-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 40px; text-align: left; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; color: inherit; display: block; }
    .intel-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
    .intel-icon { background: var(--dark); color: var(--c2); width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 24px; }
    .intel-card h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 1.8rem; }
    .intel-card p { color: var(--ink2); font-size: 0.95rem; margin-bottom: 24px; line-height: 1.6; }
    .intel-link { color: var(--c1); font-weight: 700; text-decoration: none; font-size: 0.95rem; display: flex; align-items: center; gap: 8px; }
    @media (max-width: 768px) { .intel-grid { grid-template-columns: 1fr; } .intel-card { padding: 30px; } }

    .success .checklist-icon { color: var(--c2); }
    .warning .checklist-icon { color: #F59E0B; }
    .error .checklist-icon { color: #EF4444; }

    .scan-progress {
      display: none;
      margin-top: 30px;
    }

    .progress-bar {
      height: 6px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 3px;
      overflow: hidden;
      margin: 15px 0;
    }

    .progress-fill {
      height: 100%;
      width: 0%;
      background: var(--c2);
      transition: width 0.3s ease;
    }

    .status-updates {
      list-style: none;
      font-size: 0.85rem;
      color: var(--ink4);
    }

    .status-item {
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .status-item.completed { color: var(--c2); }

    .auditor-cta {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background: rgba(16, 185, 129, 0.1);
      border-radius: 12px;
      border: 1px solid rgba(16, 185, 129, 0.2);
    }

    .pulse {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--c2);
      box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
      animation: pulse-ring 1.5s infinite;
      vertical-align: middle;
      margin-right: 8px;
    }

    @keyframes pulse-ring {
      0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
      70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
      100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
    }
  