/* ── PAGE-SPECIFIC STYLES ── */
    .page-hero {
      padding: 160px 5vw 100px;
      border-bottom: 1px solid var(--border);
      position: relative;
      overflow: hidden;
      background-image: url('/assets/images/Non-homepage-other-page-bg-photo4.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
    }
    .page-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(8,8,8,0.7);
      pointer-events: none;
    }
    .page-hero > * { position: relative; z-index: 1; }
    .page-hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'DM Mono', monospace;
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--amber);
      border: 1px solid rgba(232,160,32,0.3);
      padding: 6px 14px;
      margin-bottom: 28px;
    }
    .page-hero-tag::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--amber);
    }
    .page-h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.8rem, 7vw, 6.5rem);
      line-height: 0.93;
      letter-spacing: 0.02em;
      color: var(--white);
      max-width: 800px;
      margin-bottom: 28px;
    }
    .page-h1 .muted { color: #D28A22; }
    .page-sub {
      max-width: 580px;
      font-size: 1.05rem;
      font-weight: 300;
      color: var(--text);
      line-height: 1.75;
    }
    .breadcrumb {
      font-family: 'DM Mono', monospace;
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 32px;
    }
    .breadcrumb a { color: var(--muted); text-decoration: none; }
    .breadcrumb a:hover { color: var(--amber); }
    .breadcrumb span { color: var(--border); margin: 0 8px; }

    /* Brighter background for glass refraction effect */
    .bg-idea-8 {
      background-image: url('/assets/images/idea 8.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
    }
    .bg-idea-8::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(8,8,8,0.4);
      pointer-events: none;
    }
    .bg-idea-8 > * { position: relative; z-index: 1; }

    .bg-idea-4 {
      background-image: url('/assets/images/idea 4.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
    }
    .bg-idea-4::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(8,8,8,0.4);
      pointer-events: none;
    }
    .bg-idea-4 > * { position: relative; z-index: 1; }

    /* ── PRICING SECTION ── */
    .pricing-section {
      padding: 100px 5vw;
      border-bottom: 1px solid var(--border);
    }

    /* ── SETUP FEE BREAKDOWN ── */
    .setup-section {
      padding: 100px 5vw;
      background: var(--off);
      border-bottom: 1px solid var(--border);
    }
    .setup-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      margin-top: 56px;
      align-items: start;
    }
    @media (max-width: 768px) {
      .setup-grid { grid-template-columns: 1fr; gap: 48px; }
    }
    .setup-intro {
      font-size: 0.95rem;
      color: var(--text);
      font-weight: 300;
      line-height: 1.8;
    }
    .setup-intro strong { color: var(--white); font-weight: 500; }
    .setup-list {
      list-style: none;
      border: 1px solid var(--border);
    }
    .setup-item {
      padding: 24px 28px;
      border-bottom: 1px solid var(--border);
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 16px;
      align-items: start;
      background: rgba(255,255,255,0.03);
      transition: background 0.2s;
    }
    .setup-item:hover { background: rgba(255,255,255,0.06); }
    .setup-item:last-child { border-bottom: none; }
    .setup-item-icon {
      font-family: 'DM Mono', monospace;
      font-size: 0.65rem;
      color: var(--amber);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding-top: 2px;
    }
    .setup-item-title {
      font-size: 0.9rem;
      font-weight: 500;
      color: var(--white);
      margin-bottom: 6px;
    }
    .setup-item-body {
      font-size: 0.82rem;
      color: var(--muted);
      line-height: 1.6;
      font-weight: 300;
    }

    /* ── ROI TABLE SECTION ── */
    .roi-section {
      padding: 100px 5vw;
      border-bottom: 1px solid var(--border);
    }
    .roi-compare-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      margin-top: 56px;
      border: 1px solid var(--border);
    }
    @media (max-width: 800px) {
      .roi-compare-grid { grid-template-columns: 1fr; }
    }
    .roi-col {
      padding: 44px 32px;
      border-right: 1px solid var(--border);
      background: rgba(255,255,255,0.04);
      backdrop-filter: blur(20px);
    }
    .roi-col:last-child { border-right: none; }
    .roi-col.win { background: rgba(232,160,32,0.07); }
    .roi-col-label {
      font-family: 'DM Mono', monospace;
      font-size: 0.62rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 20px;
    }
    .roi-col.win .roi-col-label { color: var(--amber); }
    .roi-col-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      color: var(--white);
      line-height: 1.05;
      margin-bottom: 8px;
    }
    .roi-col.win .roi-col-title { color: var(--amber); }
    .roi-col-sub {
      font-size: 0.78rem;
      color: var(--muted);
      font-weight: 300;
      margin-bottom: 28px;
      line-height: 1.5;
    }
    .roi-col-items {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      border-top: 1px solid var(--border);
      padding-top: 24px;
    }
    .roi-col-items li {
      font-size: 0.82rem;
      color: var(--text);
      font-weight: 300;
      line-height: 1.5;
      padding-left: 16px;
      position: relative;
    }
    .roi-col-items li::before {
      content: '·';
      position: absolute;
      left: 0;
      color: var(--muted);
    }
    .roi-col.win .roi-col-items li { color: var(--text); }

    /* ── GUARANTEE SECTION ── */
    .guarantee-section {
      padding: 100px 5vw;
      background: var(--off);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 80px;
      flex-wrap: wrap;
    }
    .guarantee-icon-wrap {
      width: 72px; height: 72px;
      border: 1px solid var(--amber);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      background: rgba(232, 160, 32, 0.05);
      backdrop-filter: blur(12px);
      flex-shrink: 0;
    }
    .guarantee-content { flex: 1; min-width: 260px; }
    .guarantee-eyebrow {
      font-family: 'DM Mono', monospace;
      font-size: 0.68rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--amber);
      margin-bottom: 12px;
    }
    .guarantee-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(1.8rem, 4vw, 3.2rem);
      color: var(--white);
      line-height: 1;
      margin-bottom: 16px;
    }
    .guarantee-body {
      font-size: 0.92rem;
      color: var(--text);
      font-weight: 300;
      line-height: 1.75;
      max-width: 540px;
    }
    .guarantee-body strong { color: var(--white); font-weight: 500; }

    /* ── FAQ ACCORDION ── */
    .faq-section {
      padding: 100px 5vw;
      border-bottom: 1px solid var(--border);
    }
    .faq-list {
      margin-top: 56px;
      border: 1px solid var(--border);
    }
    .faq-item {
      border-bottom: 1px solid var(--border);
    }
    .faq-item:last-child { border-bottom: none; }
    .faq-item summary {
      list-style: none;
      padding: 24px 28px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.92rem;
      font-weight: 500;
      color: var(--white);
      transition: color 0.2s, background 0.2s;
      gap: 16px;
    }
    .faq-item summary:hover { color: var(--amber); background: rgba(232,160,32,0.04); }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: '+';
      font-family: 'DM Mono', monospace;
      font-size: 1.1rem;
      color: var(--amber);
      flex-shrink: 0;
      transition: transform 0.2s;
    }
    .faq-item[open] summary::after { transform: rotate(45deg); }
    .faq-item[open] summary { color: var(--amber); }
    .faq-answer {
      padding: 0 28px 24px;
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.75;
      font-weight: 300;
      max-width: 680px;
    }
    .faq-answer a { color: var(--amber); }

    /* ── CTA BAND ── */
    .cta-band {
      padding: 100px 5vw;
      background: var(--off);
      text-align: center;
    }
    .cta-band-actions {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 40px;
    }
    .cta-email-note {
      margin-top: 20px;
      font-size: 0.82rem;
      color: var(--muted);
    }
    .cta-email-note a { color: var(--amber); }

    footer { border-top: 1px solid var(--border); }

@media (max-width: 760px) {
      .page-hero {
        background-image: url('/assets/images/Non-homepage-other-page-bg-photo4-phone.jpeg');
        background-size: cover;
        background-position: center top;
        background-attachment: scroll !important;
        padding-top: 118px;
        padding-bottom: 72px;
      }

      .page-h1 {
        text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
      }

      .page-sub {
        text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
      }

      .pricing-section .pricing-card {
        padding: 32px 22px 32px;
      }

      .pricing-section .pricing-card.featured::before {
        left: 22px;
      }

      .pricing-section .plan-price {
        font-size: 3rem;
      }

      .pricing-section .plan-features {
        gap: 10px;
        margin-bottom: 28px;
      }

      .pricing-section .plan-divider {
        margin: 20px 0;
      }

      .guarantee-section {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
      }

      .faq-item summary {
        padding: 20px 20px;
        line-height: 1.45;
      }

      .bg-idea-8 {
        background-image: url('/assets/images/bg-solution-phone.jpeg');
        background-size: cover;
        background-position: center top;
        background-attachment: scroll !important;
      }

      .bg-idea-4 {
        background-image: url('/assets/images/bg-cta-phone.jpeg');
        background-size: cover;
        background-position: center center;
        background-attachment: scroll !important;
      }
    }
