  
    /* ========== BASE ========== */
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      line-height: 1.8;
      background: #f5f5f0;
      color: #1a1a1a;
    }
    section { padding: 4rem 0; }
    .container { max-width: 1140px; }
    p { text-align: justify; margin-bottom: 1rem; }
    ul, ol { text-align: justify; padding-left: 1.5rem; }

    /* ========== SECTION 1: LIGHT HERO (s1-hero) ========== */
    #s1-hero {
      background: #ffffff;
      padding: 4.5rem 0 3.5rem;
    }
    .s1-eyebrow {
      display: inline-block;
      background: #FDF8E4;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      padding: 0.3rem 1.8rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #f0e5c0;
      position: relative;
    }
    .s1-eyebrow::before,
    .s1-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 35px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s1-eyebrow::before { left: -45px; }
    .s1-eyebrow::after { right: -45px; }
    @media (max-width: 480px) {
      .s1-eyebrow::before, .s1-eyebrow::after { width: 15px; }
      .s1-eyebrow::before { left: -22px; }
      .s1-eyebrow::after { right: -22px; }
    }
    .s1-heading {
      font-weight: 800;
      color: #1A1A1A;
      letter-spacing: -0.02em;
    }
    .s1-heading .gold { color: #DFAD1C; }
    .s1-desc {
      max-width: 820px;
      margin: 0 auto;
      color: #2d2d2d;
    }
    .s1-card {
      background: #FEE699;
      border-radius: 14px;
      padding: 1rem 1.2rem;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: all 0.25s ease;
      border: 1px solid transparent;
      height: 100%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }
    .s1-card:hover {
      background: #FCDA68;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      transform: translateY(-3px);
      border-color: #DFAD1C;
    }
    .s1-card .icon { color: #DFAD1C; font-size: 1.6rem; flex-shrink: 0; width: 2.4rem; text-align: center; }
    .s1-card .text h6 { font-weight: 700; font-size: 0.95rem; margin-bottom: 0.05rem; color: #1A1A1A; }
    .s1-card .text p { font-size: 0.82rem; opacity: 0.85; margin: 0; text-align: left; }

    /* ========== SECTION 2: DARK CONCEPT (s2-dark) ========== */
    #s2-dark {
      background: #080808;
      color: #e0e0e0;
    }
    .s2-eyebrow {
      display: inline-block;
      background: #1A1A1A;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.7rem;
      letter-spacing: 0.5px;
      padding: 0.25rem 1.6rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #2a2a2a;
      position: relative;
    }
    .s2-eyebrow::before,
    .s2-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 30px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s2-eyebrow::before { left: -40px; }
    .s2-eyebrow::after { right: -40px; }
    @media (max-width: 480px) {
      .s2-eyebrow::before, .s2-eyebrow::after { width: 12px; }
      .s2-eyebrow::before { left: -20px; }
      .s2-eyebrow::after { right: -20px; }
    }
    .s2-heading { color: #ffffff; font-weight: 800; letter-spacing: -0.02em; }
    .s2-heading .gold { color: #DFAD1C; }
    .s2-desc { max-width: 820px; margin: 0 auto; color: #c8c8c8; }
    .s2-card {
      background: #121212;
      border-radius: 18px;
      padding: 1.5rem 1.2rem;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .s2-card:hover {
      border-color: #DFAD1C;
      box-shadow: 0 8px 28px rgba(0,0,0,0.5);
      transform: translateY(-2px);
    }
    .s2-card .icon { color: #DFAD1C; font-size: 2.2rem; margin-bottom: 0.5rem; }
    .s2-card h5 { color: #ffffff; font-weight: 700; font-size: 1rem; margin-bottom: 0.2rem; }
    .s2-card p { color: #b0b0b0; font-size: 0.85rem; line-height: 1.5; margin: 0; text-align: center; }

    /* ========== SECTION 3: LIGHT STRATEGY (s3-strategy) ========== */
    #s3-strategy {
      background: #fcfcf9;
    }
    .s3-eyebrow {
      display: inline-block;
      background: #FDF8E4;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      padding: 0.3rem 1.8rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #f0e5c0;
      position: relative;
    }
    .s3-eyebrow::before,
    .s3-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 35px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s3-eyebrow::before { left: -45px; }
    .s3-eyebrow::after { right: -45px; }
    @media (max-width: 480px) {
      .s3-eyebrow::before, .s3-eyebrow::after { width: 15px; }
      .s3-eyebrow::before { left: -22px; }
      .s3-eyebrow::after { right: -22px; }
    }
    .s3-heading { font-weight: 800; color: #1A1A1A; letter-spacing: -0.02em; }
    .s3-heading .gold { color: #DFAD1C; }
    .s3-desc { max-width: 820px; margin: 0 auto; color: #2d2d2d; }
    .s3-card {
      background: #FEE699;
      border-radius: 14px;
      padding: 1rem 1.2rem;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: all 0.25s ease;
      border: 1px solid transparent;
      height: 100%;
    }
    .s3-card:hover {
      background: #FCDA68;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      transform: translateY(-3px);
      border-color: #DFAD1C;
    }
    .s3-card .icon { color: #DFAD1C; font-size: 1.6rem; flex-shrink: 0; width: 2.4rem; text-align: center; }
    .s3-card .text h6 { font-weight: 700; font-size: 0.95rem; margin-bottom: 0.05rem; }
    .s3-card .text p { font-size: 0.82rem; opacity: 0.85; margin: 0; text-align: left; }

    /* ========== SECTION 4: DARK INDUSTRIES (s4-industries) ========== */
    #s4-industries {
      background: #0a0a0a;
      color: #e0e0e0;
    }
    .s4-eyebrow {
      display: inline-block;
      background: #1A1A1A;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.7rem;
      letter-spacing: 0.5px;
      padding: 0.25rem 1.6rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #2a2a2a;
      position: relative;
    }
    .s4-eyebrow::before,
    .s4-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 30px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s4-eyebrow::before { left: -40px; }
    .s4-eyebrow::after { right: -40px; }
    @media (max-width: 480px) {
      .s4-eyebrow::before, .s4-eyebrow::after { width: 12px; }
      .s4-eyebrow::before { left: -20px; }
      .s4-eyebrow::after { right: -20px; }
    }
    .s4-heading { color: #ffffff; font-weight: 800; letter-spacing: -0.02em; }
    .s4-heading .gold { color: #DFAD1C; }
    .s4-card {
      background: #121212;
      border-radius: 18px;
      padding: 1.3rem 1rem;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .s4-card:hover {
      border-color: #DFAD1C;
      box-shadow: 0 8px 28px rgba(0,0,0,0.5);
      transform: translateY(-2px);
    }
    .s4-card .icon { color: #DFAD1C; font-size: 2rem; margin-bottom: 0.4rem; }
    .s4-card h5 { color: #ffffff; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.2rem; }
    .s4-card p { color: #b0b0b0; font-size: 0.8rem; line-height: 1.5; margin: 0; text-align: center; }

    /* ========== SECTION 5: LIGHT PROCESS (s5-process) ========== */
    #s5-process {
      background: #fcfcf9;
    }
    .s5-eyebrow {
      display: inline-block;
      background: #FDF8E4;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      padding: 0.3rem 1.8rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #f0e5c0;
      position: relative;
    }
    .s5-eyebrow::before,
    .s5-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 35px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s5-eyebrow::before { left: -45px; }
    .s5-eyebrow::after { right: -45px; }
    @media (max-width: 480px) {
      .s5-eyebrow::before, .s5-eyebrow::after { width: 15px; }
      .s5-eyebrow::before { left: -22px; }
      .s5-eyebrow::after { right: -22px; }
    }
    .s5-heading { font-weight: 800; color: #1A1A1A; letter-spacing: -0.02em; }
    .s5-heading .gold { color: #DFAD1C; }
    .s5-desc { max-width: 820px; margin: 0 auto; color: #2d2d2d; }
    .s5-card {
      background: #FEE699;
      border-radius: 14px;
      padding: 0.9rem 1.2rem;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: all 0.25s ease;
      border: 1px solid transparent;
      height: 100%;
    }
    .s5-card:hover {
      background: #FCDA68;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      transform: translateY(-3px);
      border-color: #DFAD1C;
    }
    .s5-card .icon { color: #DFAD1C; font-size: 1.6rem; flex-shrink: 0; width: 2.4rem; text-align: center; }
    .s5-card .text h6 { font-weight: 700; font-size: 0.95rem; margin-bottom: 0.05rem; }
    .s5-card .text p { font-size: 0.82rem; opacity: 0.85; margin: 0; text-align: left; }

    /* ========== SECTION 6: DARK FAQ (s6-faq) ========== */
    #s6-faq {
      background: #0a0a0a;
      color: #e0e0e0;
    }
    .s6-eyebrow {
      display: inline-block;
      background: #1A1A1A;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.7rem;
      letter-spacing: 0.5px;
      padding: 0.25rem 1.6rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #2a2a2a;
      position: relative;
    }
    .s6-eyebrow::before,
    .s6-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 30px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s6-eyebrow::before { left: -40px; }
    .s6-eyebrow::after { right: -40px; }
    @media (max-width: 480px) {
      .s6-eyebrow::before, .s6-eyebrow::after { width: 12px; }
      .s6-eyebrow::before { left: -20px; }
      .s6-eyebrow::after { right: -20px; }
    }
    .s6-heading { color: #ffffff; font-weight: 800; letter-spacing: -0.02em; }
    .s6-heading .gold { color: #DFAD1C; }
    .s6-card {
      background: #121212;
      border-radius: 18px;
      padding: 1.3rem 1rem;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .s6-card:hover {
      border-color: #DFAD1C;
      box-shadow: 0 8px 28px rgba(0,0,0,0.5);
      transform: translateY(-2px);
    }
    .s6-card .icon { color: #DFAD1C; font-size: 2rem; margin-bottom: 0.4rem; }
    .s6-card h5 { color: #ffffff; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.2rem; }
    .s6-card p { color: #b0b0b0; font-size: 0.8rem; line-height: 1.5; margin: 0; text-align: center; }

    /* ========== SECTION 7: LIGHT CTA & HONEST (s7-cta) ========== */
    #s7-cta {
      background: #ffffff;
    }
    .s7-eyebrow {
      display: inline-block;
      background: #FDF8E4;
      color: #DFAD1C;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      padding: 0.3rem 1.8rem;
      border-radius: 50px;
      text-transform: uppercase;
      border: 1px solid #f0e5c0;
      position: relative;
    }
    .s7-eyebrow::before,
    .s7-eyebrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 35px;
      height: 2px;
      background: #DFAD1C;
      transform: translateY(-50%);
    }
    .s7-eyebrow::before { left: -45px; }
    .s7-eyebrow::after { right: -45px; }
    @media (max-width: 480px) {
      .s7-eyebrow::before, .s7-eyebrow::after { width: 15px; }
      .s7-eyebrow::before { left: -22px; }
      .s7-eyebrow::after { right: -22px; }
    }
    .s7-heading { font-weight: 800; color: #1A1A1A; letter-spacing: -0.02em; }
    .s7-heading .gold { color: #DFAD1C; }
    .s7-desc { max-width: 820px; margin: 0 auto; color: #2d2d2d; }
    .s7-card {
      background: #FEE699;
      border-radius: 14px;
      padding: 0.9rem 1.2rem;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: all 0.25s ease;
      border: 1px solid transparent;
      height: 100%;
    }
    .s7-card:hover {
      background: #FCDA68;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      transform: translateY(-3px);
      border-color: #DFAD1C;
    }
    .s7-card .icon { color: #DFAD1C; font-size: 1.4rem; flex-shrink: 0; width: 2.2rem; text-align: center; }
    .s7-card .text h6 { font-weight: 700; font-size: 0.9rem; margin-bottom: 0.05rem; }
    .s7-card .text p { font-size: 0.8rem; opacity: 0.85; margin: 0; text-align: left; }

    /* ========== SECTION 8: DARK FOOTER (s8-footer) ========== */
    #s8-footer {
      background: #050505;
      padding: 2rem 0;
    }

    /* ========== RESPONSIVE TWEAKS ========== */
    @media (max-width: 768px) {
      section { padding: 2.5rem 0; }
      .s1-card, .s3-card, .s5-card, .s7-card { padding: 0.8rem 1rem; }
      .s1-card .icon, .s3-card .icon, .s5-card .icon, .s7-card .icon { font-size: 1.3rem; width: 2rem; }
      .s2-card, .s4-card, .s6-card { padding: 1rem 0.8rem; }
    }
    @media (max-width: 480px) {
      .s1-heading, .s2-heading, .s3-heading, .s4-heading, .s5-heading, .s6-heading, .s7-heading { font-size: 1.8rem; }
    }

    /* utility */
    .gold-text { color: #DFAD1C; }
    .bg-soft-gold { background: #FDF8E4; }
    .border-gold { border-color: #DFAD1C; }
    .text-justify { text-align: justify; }
  


  

    /* ============================================================
       MAIN SECTION
       ============================================================ */

    #cm-intro-section {
        position: relative;
        background: #ffffff;
        padding: 70px 0 60px;
        overflow: hidden;
    }


    /* ============================================================
       EYEBROW
       ============================================================ */

    .cm-eyebrow-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 22px;
    }

    .cm-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #d4a017;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .cm-eyebrow-line {
        width: 28px;
        height: 1px;
        background: #d8bd91;
        display: inline-block;
    }


    /* ============================================================
       MAIN HEADING
       ============================================================ */

    .cm-main-heading {
        max-width: 1050px;
        margin: 0 auto;
        color: #292929;
        text-align: center;
        font-size: 40px;
        line-height: 1.12;
        font-weight: 700;
        letter-spacing: -2px;
    }

    .cm-heading-highlight {
        color: #d4a017;
    }


    /* ============================================================
       CONTENT LAYOUT
       ============================================================ */

    .cm-content-layout {
        max-width: 1180px;
        margin: 60px auto 0;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
        gap: 65px;
        align-items: center;
    }


    /* ============================================================
       TEXT CONTENT
       ============================================================ */

    .cm-text-content {
        width: 100%;
    }

    .cm-text-content p {
        margin: 0 0 21px;
        color: black;
        font-size: 16px;
        line-height: 1.85;
        text-align: justify;
    }

    .cm-text-content p:last-child {
        margin-bottom: 0;
    }

    .cm-text-content strong {
        color: #b38345;
        font-weight: 700;
    }


    /* ============================================================
       IMAGE COLUMN
       ============================================================ */

    .cm-image-column {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cm-image-frame {
        position: relative;
        width: 100%;
        max-width: 500px;
        padding: 12px;
        background: #faf7f1;
        border: 1px solid #eee4d4;
        border-radius: 28px;
    }

    /* .cm-feature-image {
        display: block;
        width: 100%;
        height: 530px;
        object-fit: cover;
        border-radius: 20px;
    } */

    .cm-feature-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}


    /* ============================================================
       IMAGE ACCENTS
       ============================================================ */

    .cm-image-accent {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .cm-accent-one {
        width: 80px;
        height: 80px;
        top: -25px;
        right: -25px;
        background: #f3e4c7;
        z-index: -1;
    }

    .cm-accent-two {
        width: 65px;
        height: 65px;
        bottom: -20px;
        left: -22px;
        background: #ead6ad;
        z-index: -1;
    }


    /* ============================================================
       SERVICES HEADING
       ============================================================ */

    .cm-services-heading {
        max-width: 850px;
        margin: 100px auto 42px;
        text-align: center;
    }

    .cm-services-heading span {
        display: block;
        margin-bottom: 10px;
        color: #d4a017;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .cm-services-heading h2 {
        margin: 0;
        color: #303030;
        font-size: clamp(28px, 4vw, 42px);
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -1px;
    }


    /* ============================================================
       SERVICE GRID
       ============================================================ */

    .cm-service-grid {
        max-width: 1050px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }


    /* ============================================================
       SERVICE CARD
       ============================================================ */

    .cm-service-card {
        display: flex;
        align-items: center;
        gap: 18px;
        min-height: 105px;
        padding: 22px 24px;
        background: #fcfaf6;
        border: 1px solid #eee5d7;
        border-radius: 18px;
        transition:
            transform 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease,
            background 0.3s ease;
    }

    .cm-service-card:hover {
        transform: translateY(-5px);
        background: #ffffff;
        border-color: #d9bd8d;
        box-shadow: 0 16px 35px rgba(74, 55, 28, 0.08);
    }


    /* ============================================================
       SERVICE ICON
       ============================================================ */

    .cm-service-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f3e5ca;
        color: #b38345;
        border-radius: 14px;
        font-size: 21px;
        transition:
            background 0.3s ease,
            color 0.3s ease;
    }

    .cm-service-card:hover .cm-service-icon {
        background: #d4a017;
        color: #ffffff;
    }


    /* ============================================================
       SERVICE DETAILS
       ============================================================ */

    .cm-service-details {
        min-width: 0;
    }

    .cm-service-details h3 {
        margin: 0 0 7px;
        color: #303030;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 700;
    }

    .cm-service-details p {
        margin: 0;
        color: #777777;
        font-size: 14px;
        line-height: 1.5;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #cm-intro-section {
            padding: 80px 0 90px;
        }

        .cm-content-layout {
            grid-template-columns: 1fr;
            gap: 45px;
        }

        .cm-text-content {
            max-width: 850px;
            margin: 0 auto;
        }

        .cm-image-column {
            order: 2;
        }

        .cm-image-frame {
            max-width: 600px;
        }

        .cm-feature-image {
            height: 450px;
        }

        .cm-services-heading {
            margin-top: 80px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #cm-intro-section {
            padding: 65px 0 70px;
        }

        .cm-eyebrow {
            font-size: 10px;
            letter-spacing: 1.5px;
        }

        .cm-eyebrow-line {
            width: 20px;
        }

        .cm-main-heading {
            font-size: 36px;
            line-height: 1.16;
            letter-spacing: -1px;
        }

        .cm-content-layout {
            margin-top: 38px;
            gap: 35px;
        }

        .cm-text-content p {
            font-size: 15px;
            line-height: 1.75;
            text-align: left;
            margin-bottom: 18px;
        }

        .cm-image-frame {
            padding: 8px;
            border-radius: 20px;
        }

        .cm-feature-image {
            height: 360px;
            border-radius: 14px;
        }

        .cm-accent-one {
            width: 55px;
            height: 55px;
            top: -15px;
            right: -12px;
        }

        .cm-accent-two {
            width: 45px;
            height: 45px;
            bottom: -12px;
            left: -12px;
        }

        .cm-services-heading {
            margin: 70px auto 32px;
        }

        .cm-services-heading h2 {
            font-size: 29px;
        }

        .cm-service-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .cm-service-card {
            min-height: auto;
            padding: 17px;
            border-radius: 15px;
        }

        .cm-service-icon {
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            border-radius: 12px;
            font-size: 19px;
        }

        .cm-service-details h3 {
            font-size: 16px;
        }

        .cm-service-details p {
            font-size: 13px;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        .cm-main-heading {
            font-size: 31px;
        }

        .cm-feature-image {
            height: 300px;
        }

        .cm-service-card {
            gap: 13px;
        }

    }





    /* =====================================================
       MAIN SECTION
       ===================================================== */

    #dcm-services-section {
        position: relative;
        background: #000000;
        padding: 60px 0 60px;
        overflow: hidden;
    }


    /* =====================================================
       EYEBROW
       ===================================================== */

    .dcm-label-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-bottom: 24px;
    }

    .dcm-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 20px;
        border: 1px solid #292929;
        border-radius: 50px;
        background: #121212;
        color: #d4a017;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1;
        text-transform: uppercase;
    }

    .dcm-label-line {
        width: 42px;
        height: 1px;
        background: #d4a017;
        opacity: 0.65;
    }


    /* =====================================================
       MAIN TITLE
       ===================================================== */

    .dcm-main-title {
        max-width: 850px;
        margin: 30px auto;
        color: #ffffff;
        font-size: 40px;
        line-height: 1.15;
        font-weight: 700;
        letter-spacing: -1.5px;
        text-align: center;
        
    }

    .dcm-title-accent {
        color: #d4a017;
    }


    /* =====================================================
       SERVICE GRID
       ===================================================== */

    .dcm-service-row {
        max-width: 1150px;
        margin: 60px auto 0;
    }


    /* =====================================================
       SERVICE CARD
       ===================================================== */

    .dcm-service-box {
        height: 100%;
        min-height: 255px;
        padding: 38px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;

        background: #121212;
        border: 1px solid #121212;
        border-radius: 18px;

        transition:
            border-color 0.3s ease,
            transform 0.3s ease,
            box-shadow 0.3s ease,
            background 0.3s ease;
    }


    /* =====================================================
       CARD HOVER
       ===================================================== */

    .dcm-service-box:hover {
        background: #151515;
        border-color: #d4a017;
        transform: translateY(-5px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    }


    /* =====================================================
       ICON
       ===================================================== */

    .dcm-service-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #d4a017;
        background: #1a1a1a;
        border: 1px solid #242424;
        border-radius: 14px;

        font-size: 23px;

        transition:
            background 0.3s ease,
            color 0.3s ease,
            border-color 0.3s ease;
    }

    .dcm-service-box:hover .dcm-service-icon {
        background: #d4a017;
        border-color: #d4a017;
        color: #000000;
    }


    /* =====================================================
       CARD TITLE
       ===================================================== */

    .dcm-service-title {
        margin: 0 0 12px;
        color: #ffffff;
        font-size: 19px;
        line-height: 1.3;
        font-weight: 700;
    }


    /* =====================================================
       CARD DESCRIPTION
       ===================================================== */

    .dcm-service-text {
        max-width: 310px;
        margin: 0;
        color: #a9a9a9;
        font-size: 14px;
        line-height: 1.7;
    }


    /* =====================================================
       TABLET
       ===================================================== */

    @media (max-width: 991px) {

        #dcm-services-section {
            padding: 80px 0 90px;
        }

        .dcm-service-row {
            margin-top: 45px;
        }

        .dcm-service-box {
            min-height: 240px;
            padding: 32px 24px;
        }

    }


    /* =====================================================
       MOBILE
       ===================================================== */

    @media (max-width: 767px) {

        #dcm-services-section {
            padding: 65px 0 75px;
        }

        .dcm-label-wrap {
            gap: 9px;
        }

        .dcm-label {
            padding: 8px 15px;
            font-size: 9px;
            letter-spacing: 1.4px;
        }

        .dcm-label-line {
            width: 22px;
        }

        .dcm-main-title {
            font-size: 34px;
            line-height: 1.18;
            letter-spacing: -0.8px;
        }

        .dcm-service-row {
            margin-top: 38px;
        }

        .dcm-service-box {
            min-height: auto;
            padding: 32px 22px;
        }

        .dcm-service-icon {
            width: 54px;
            height: 54px;
            margin-bottom: 19px;
            font-size: 21px;
        }

        .dcm-service-title {
            font-size: 18px;
        }

        .dcm-service-text {
            font-size: 14px;
            line-height: 1.65;
        }

    }


    /* =====================================================
       SMALL MOBILE
       ===================================================== */

    @media (max-width: 480px) {

        #dcm-services-section {
            padding: 55px 0 65px;
        }

        .dcm-main-title {
            font-size: 30px;
        }

        .dcm-service-box {
            padding: 28px 20px;
        }

    }





    /* ============================================================
       CYCLIC 1 — LIGHT CONCEPT
       ============================================================ */

    #c1-content-concept {
        background: #ffffff;
        padding: 60px 0;
        overflow: hidden;
    }


    /* ============================================================
       EYEBROW
       ============================================================ */

    .c1-concept-eyebrow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        margin-bottom: 23px;
    }

    .c1-concept-line {
        width: 40px;
        height: 1px;
        background: #d4a017;
    }

    .c1-concept-label {
        display: inline-flex;
        align-items: center;
        padding: 8px 18px;
        background: white;
        border: 1px solid #ead8b7;
        border-radius: 50px;
        color: #d4a017;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2.3px;
        text-transform: uppercase;
    }


    /* ============================================================
       HEADING
       ============================================================ */

    .c1-concept-heading {
        max-width: 950px;
        margin: 0 auto;
        text-align: center;
        color: #303030;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1.8px;
        font-weight: 700;
    }

    .c1-concept-heading span {
        color: #d4a017;
    }


    /* ============================================================
       DESCRIPTION
       ============================================================ */

    .c1-concept-description {
        max-width: 930px;
        margin: 35px auto 0;
    }

    .c1-concept-description p {
        margin: 0 0 20px;
        color: black;
        font-size: 15px;
        line-height: 1.85;
        text-align: justify;
    }

    .c1-concept-description p:last-child {
        margin-bottom: 30px;
    }


    /* ============================================================
       BENEFIT GRID
       ============================================================ */

    .c1-concept-grid {
        max-width: 1100px;
        margin: 60px auto 0;
    }


    /* ============================================================
       BENEFIT CARD
       ============================================================ */

    .c1-concept-card {
        position: relative;
        height: 100%;
        padding: 30px 25px;
        background: #ffc10778;
        border: 1px solid #eee2c9;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .c1-concept-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #d4a017;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .c1-concept-card:hover {
        background: #fffaf0;
        border-color: #dfc894;
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(50, 40, 20, 0.08);
    }

    .c1-concept-card:hover::before {
        transform: scaleX(1);
    }


    /* ============================================================
       ICON
       ============================================================ */

    .c1-concept-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fcebbd;
        border: 1px solid #ecd493;
        border-radius: 13px;
        color: #b7833f;
        font-size: 20px;
    }


    /* ============================================================
       CARD CONTENT
       ============================================================ */

    .c1-concept-card-content h3 {
        margin: 0 0 11px;
        color: black;
        font-size: 17px;
        line-height: 1.35;
        font-weight: 700;
    }

    .c1-concept-card-content p {
        margin: 0;
        color: black;
        font-size: 13px;
        line-height: 1.75;
        text-align: justify;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #c1-content-concept {
            padding: 85px 0;
        }

        .c1-concept-heading {
            font-size: 43px;
        }

        .c1-concept-description {
            margin-top: 30px;
        }

        .c1-concept-grid {
            margin-top: 45px;
        }

        .c1-concept-card {
            padding: 27px 22px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #c1-content-concept {
            padding: 70px 0;
        }

        .c1-concept-eyebrow {
            gap: 8px;
        }

        .c1-concept-line {
            width: 22px;
        }

        .c1-concept-label {
            padding: 7px 13px;
            font-size: 9px;
            letter-spacing: 1.6px;
        }

        .c1-concept-heading {
            font-size: 33px;
            line-height: 1.18;
            letter-spacing: -0.8px;
        }

        .c1-concept-description {
            margin-top: 25px;
        }

        .c1-concept-description p {
            font-size: 14px;
            line-height: 1.78;
            text-align: justify;
        }

        .c1-concept-grid {
            margin-top: 38px;
        }

        .c1-concept-card {
            padding: 25px 22px;
        }

        .c1-concept-icon {
            width: 44px;
            height: 44px;
            margin-bottom: 18px;
            font-size: 18px;
        }

        .c1-concept-card-content h3 {
            font-size: 16px;
        }

        .c1-concept-card-content p {
            font-size: 13px;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        .c1-concept-heading {
            font-size: 29px;
        }

        .c1-concept-description p {
            font-size: 13.5px;
        }

        .c1-concept-card {
            padding: 23px 19px;
        }

    }






/* ============================================================
   MAIN SECTION
   ============================================================ */

#cmc2-difference {
    position: relative;
    background: #080808;
    padding: 60px 0 0 0;
    overflow: hidden;
    color: #ffffff;
}

#cmc2-difference::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translateX(-50%);
    background: rgba(185, 255, 0, 0.035);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}


/* ============================================================
   EYEBROW
   ============================================================ */

.cmc2-eyebrow-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 25px;
}

.cmc2-eyebrow-line {
    width: 55px;
    height: 1px;
    background: #d4a017;
    opacity: 0.7;
}

.cmc2-eyebrow {
    padding: 8px 17px;
    border: 1px solid rgba(185, 255, 0, 0.25);
    border-radius: 50px;
    background: rgba(185, 255, 0, 0.04);
    color: #d4a017;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* ============================================================
   HEADING
   ============================================================ */

.cmc2-heading-area {
    position: relative;
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.cmc2-main-heading {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.cmc2-main-heading span {
    color: #d4a017;
}

.cmc2-intro {
    max-width: 700px;
    margin: 0 auto;
    color: #969696;
    font-size: 15px;
    line-height: 1.8;
}


/* ============================================================
   COMPARISON
   ============================================================ */

.cmc2-comparison {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 65px 1fr;
    align-items: stretch;
}


/* ============================================================
   CARDS
   ============================================================ */

.cmc2-compare-card {
    position: relative;
    padding: 34px;
    background: #111111;
    border: 1px solid #242424;
    border-radius: 18px;
    transition: all 0.35s ease;
}

.cmc2-compare-card:hover {
    border-color: rgba(185, 255, 0, 0.5);
    transform: translateY(-5px);
}

.cmc2-featured-card {
    background: #10140b;
    border-color: rgba(185, 255, 0, 0.25);
    box-shadow:
        0 0 40px rgba(185, 255, 0, 0.035);
}

.cmc2-featured-card:hover {
    border-color: #d4a017;
}


/* ============================================================
   CARD HEADER
   ============================================================ */

.cmc2-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cmc2-card-number {
    color: black;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cmc2-card-label {
    color: #d4a017;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* ============================================================
   ICON
   ============================================================ */

.cmc2-icon-box {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #181818;
    border: 1px solid #292929;
    color: #d4a017;
    font-size: 22px;
}

.cmc2-featured-card .cmc2-icon-box {
    background: rgba(185, 255, 0, 0.07);
    border-color: rgba(185, 255, 0, 0.25);
}


/* ============================================================
   CARD TEXT
   ============================================================ */

.cmc2-compare-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.cmc2-quote {
    margin-bottom: 22px;
    padding-left: 15px;
    border-left: 2px solid #d4a017;
    color: #dddddd;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.cmc2-compare-card > p {
    margin: 0 0 25px;
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
}


/* ============================================================
   RESULT
   ============================================================ */

.cmc2-result {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding-top: 20px;
    border-top: 1px solid #272727;
}

.cmc2-result > i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #d4a017;
    font-size: 20px;
}

.cmc2-result strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
}

.cmc2-result span {
    display: block;
    color: #777777;
    font-size: 11px;
    line-height: 1.6;
}


/* ============================================================
   VS
   ============================================================ */

.cmc2-vs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmc2-vs span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    background: #080808;
    color: #777777;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* ============================================================
   CORE MESSAGE
   ============================================================ */

.cmc2-core-message {
    max-width: 850px;
    margin: 55px auto 100px;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #111111;
    border: 1px solid #272727;
    border-left: 2px solid #d4a017;
    border-radius: 13px;
}

.cmc2-core-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(185, 255, 0, 0.08);
    color: #d4a017;
    font-size: 20px;
}

.cmc2-core-label {
    display: block;
    margin-bottom: 5px;
    color: #d4a017;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.cmc2-core-message p {
    margin: 0;
    color: #aaaaaa;
    font-size: 17px;
    line-height: 1.6;
}

.cmc2-core-message strong {
    color: #ffffff;
}


/* ============================================================
   BLOG SECTION
   ============================================================ */

.cmc2-blog-section {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.cmc2-blog-heading {
    margin-bottom: 45px;
}

.cmc2-small-label {
    display: block;
    margin-bottom: 13px;
    color: #d4a017;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cmc2-blog-heading h2 {
    max-width: 750px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 47px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.cmc2-blog-heading h2 span {
    color: #d4a017;
}


/* ============================================================
   BLOG GRID
   ============================================================ */

.cmc2-blog-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 65px;
    align-items: center;
}


/* ============================================================
   BLOG CONTENT
   ============================================================ */

.cmc2-blog-content p {
    margin: 0 0 22px;
    color: #969696;
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
}

.cmc2-blog-content p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   CONTENT ECOSYSTEM
   ============================================================ */

.cmc2-ecosystem {
    position: relative;
    min-height: 400px;
    background: #0d0d0d;
    border: 1px solid #242424;
    border-radius: 20px;
    overflow: hidden;
}

.cmc2-ecosystem-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(185, 255, 0, 0.05);
    filter: blur(45px);
}


/* ============================================================
   CENTER
   ============================================================ */

.cmc2-ecosystem-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(185, 255, 0, 0.45);
    border-radius: 50%;
    background: #111111;
    box-shadow:
        0 0 30px rgba(185, 255, 0, 0.08);
    text-align: center;
}

.cmc2-ecosystem-center i {
    color: #d4a017;
    font-size: 24px;
}

.cmc2-ecosystem-center span {
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}


/* ============================================================
   ECOSYSTEM ITEMS
   ============================================================ */

.cmc2-eco-item {
    position: absolute;
    z-index: 6;
    min-width: 110px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #151515;
    border: 1px solid #303030;
    border-radius: 9px;
    color: #aaaaaa;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cmc2-eco-item i {
    color: #d4a017;
    font-size: 14px;
}

.cmc2-eco-item:hover {
    border-color: #d4a017;
    color: #ffffff;
    box-shadow: 0 0 18px rgba(185, 255, 0, 0.08);
}


/* ============================================================
   ECOSYSTEM POSITIONS
   ============================================================ */

.cmc2-eco-top {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.cmc2-eco-right-top {
    top: 95px;
    right: 25px;
}

.cmc2-eco-right-bottom {
    bottom: 65px;
    right: 25px;
}

.cmc2-eco-bottom {
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.cmc2-eco-left-bottom {
    bottom: 65px;
    left: 25px;
}

.cmc2-eco-left-top {
    top: 95px;
    left: 25px;
}


/* ============================================================
   BOTTOM NOTE
   ============================================================ */

.cmc2-bottom-note {
    max-width: 850px;
    margin: 60px auto 0;
    padding-top: 28px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-top: 1px solid #252525;
}

.cmc2-bottom-icon {
    flex-shrink: 0;
    color: #d4a017;
    font-size: 20px;
}

.cmc2-bottom-note p {
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.8;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    #cmc2-difference {
        padding: 80px 0;
    }

    .cmc2-comparison {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cmc2-vs {
        height: 40px;
    }

    .cmc2-blog-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    #cmc2-difference {
        padding: 65px 0;
    }

    .cmc2-eyebrow-wrap {
        gap: 9px;
    }

    .cmc2-eyebrow-line {
        width: 30px;
    }

    .cmc2-eyebrow {
        padding: 7px 13px;
        font-size: 9px;
        letter-spacing: 1.4px;
    }

    .cmc2-heading-area {
        margin-bottom: 40px;
    }

    .cmc2-main-heading {
        letter-spacing: -0.5px;
    }

    .cmc2-intro {
        font-size: 13px;
    }

    .cmc2-compare-card {
        padding: 25px;
    }

    .cmc2-card-header {
        margin-bottom: 23px;
    }

    .cmc2-card-label {
        font-size: 8px;
    }

    .cmc2-compare-card h3 {
        font-size: 22px;
    }

    .cmc2-quote {
        font-size: 14px;
    }

    .cmc2-core-message {
        margin: 40px auto 65px;
        padding: 20px;
        align-items: flex-start;
    }

    .cmc2-core-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .cmc2-core-message p {
        font-size: 14px;
    }

    .cmc2-blog-heading {
        margin-bottom: 30px;
    }

    .cmc2-blog-content p {
        font-size: 13px;
        line-height: 1.8;
    }

    .cmc2-ecosystem {
        min-height: 340px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .cmc2-compare-card {
        padding: 21px;
    }

    .cmc2-card-label {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .cmc2-ecosystem {
        min-height: 300px;
    }

    .cmc2-ecosystem-center {
        width: 90px;
        height: 90px;
    }

    .cmc2-ecosystem-center i {
        font-size: 19px;
    }

    .cmc2-ecosystem-center span {
        font-size: 7px;
    }

    .cmc2-eco-item {
        min-width: auto;
        padding: 8px 9px;
    }

    .cmc2-eco-item span {
        display: none;
    }

    .cmc2-eco-item i {
        font-size: 14px;
    }

    .cmc2-eco-top {
        top: 20px;
    }

    .cmc2-eco-right-top {
        top: 75px;
        right: 12px;
    }

    .cmc2-eco-right-bottom {
        bottom: 50px;
        right: 12px;
    }

    .cmc2-eco-bottom {
        bottom: 20px;
    }

    .cmc2-eco-left-bottom {
        bottom: 50px;
        left: 12px;
    }

    .cmc2-eco-left-top {
        top: 75px;
        left: 12px;
    }

    .cmc2-bottom-note {
        margin-top: 40px;
    }

}












    /* ============================================================
       MAIN SECTION
       ============================================================ */

    #light-content-system-section {
        background: #ffffff;
        padding: 60px 0;
    }


    /* ============================================================
       LABEL
       ============================================================ */

    .light-content-system-label-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 22px;
    }

    .light-content-system-line {
        width: 42px;
        height: 1px;
        background: #d4a017;
    }

    .light-content-system-label {
        display: inline-flex;
        align-items: center;
        padding: 8px 17px;
        background: #fff8ed;
        border: 1px solid #ead6bd;
        border-radius: 50px;
        color: #b98245;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }


    /* ============================================================
       HEADING
       ============================================================ */

    .light-content-system-heading {
        max-width: 850px;
        margin: 0 auto;
        color: black;
        text-align: center;
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -1.5px;
        font-weight: 700;
    }

    .light-content-system-heading span {
        color: #d4a017;
    }


    /* ============================================================
       MAIN LAYOUT
       ============================================================ */

    .light-content-system-layout {
        max-width: 1080px;
        margin: 65px auto 0;
        display: grid;
        grid-template-columns: 0.95fr 1.05fr;
        align-items: center;
        gap: 70px;
    }


    /* ============================================================
       LEFT CONTENT
       ============================================================ */

    .light-content-system-copy {
        padding-right: 10px;
    }

    .light-content-system-copy p {
        margin: 0 0 20px;
        color: black;
        font-size: 15px;
        line-height: 1.85;
        text-align: justify;
    }

    .light-content-system-copy p:last-child {
        margin-bottom: 0;
    }


    /* ============================================================
       CONTENT MAP
       ============================================================ */

    .light-content-system-map {
        position: relative;
        width: 450px;
        height: 450px;
        margin: 0 auto;
    }


    /* ============================================================
       CENTER
       ============================================================ */

    .light-content-system-core {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        width: 145px;
        height: 145px;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: black;
        border: 7px solid #f8eedf;
        border-radius: 50%;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    }

    .light-content-system-core-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d4a017;
        border-radius: 50%;
        color: #ffffff;
        font-size: 17px;
    }

    .light-content-system-core strong {
        color: #ffffff;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: 1.2px;
    }


    /* ============================================================
       ORBIT
       ============================================================ */

    .light-content-system-map::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 275px;
        height: 275px;
        transform: translate(-50%, -50%);
        border: 1px dashed #dec8a9;
        border-radius: 50%;
    }


    /* ============================================================
       CONTENT ITEMS
       ============================================================ */

    .light-content-system-item {
        position: absolute;
        z-index: 4;
        min-width: 120px;
        padding: 13px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #ffffff;
        border: 1px solid #ead6bd;
        border-radius: 12px;
        color: #444444;
        font-size: 12px;
        font-weight: 600;
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
    }

    .light-content-system-item i {
        color: #d4a017;
        font-size: 15px;
    }

    .light-content-system-item:hover {
        border-color: #d4a017;
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.10);
    }


    /* ============================================================
       ITEM POSITIONS
       ============================================================ */

    .light-content-system-top {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .light-content-system-right-top {
        top: 105px;
        right: 0;
    }

    .light-content-system-right-bottom {
        right: 0;
        bottom: 105px;
    }

    .light-content-system-bottom {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .light-content-system-left-bottom {
        bottom: 105px;
        left: 0;
    }

    .light-content-system-left-top {
        top: 105px;
        left: 0;
    }


    /* ============================================================
       BOTTOM STATEMENT
       ============================================================ */

    .light-content-system-note {
        max-width: 900px;
        margin: 75px auto 0;
        padding: 25px 28px;
        display: flex;
        align-items: center;
        gap: 20px;
        background: #ffc10778;
        border: 1px solid #ead6bd;
        border-radius: 16px;
    }

    .light-content-system-note-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d4a017;
        border-radius: 12px;
        color: #ffffff;
        font-size: 18px;
    }

    .light-content-system-note-content span {
        display: block;
        margin-bottom: 7px;
        color: #b98245;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .light-content-system-note-content p {
        margin: 0;
        color: black;
        font-size: 14px;
        line-height: 1.7;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #light-content-system-section {
            padding: 80px 0;
        }

        .light-content-system-layout {
            grid-template-columns: 1fr;
            gap: 55px;
        }

        .light-content-system-copy {
            max-width: 800px;
            margin: 0 auto;
        }

        .light-content-system-map {
            width: 430px;
            height: 430px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #light-content-system-section {
            padding: 65px 0;
        }

        .light-content-system-label-wrap {
            gap: 8px;
        }

        .light-content-system-line {
            width: 22px;
        }

        .light-content-system-label {
            padding: 7px 13px;
            font-size: 9px;
            letter-spacing: 1.5px;
        }

        .light-content-system-heading {
            font-size: 31px;
            line-height: 1.2;
            letter-spacing: -0.8px;
        }

        .light-content-system-layout {
            margin-top: 45px;
            gap: 45px;
        }

        .light-content-system-copy p {
            font-size: 14px;
            line-height: 1.75;
        }

        .light-content-system-map {
            width: 340px;
            height: 390px;
        }

        .light-content-system-map::before {
            width: 220px;
            height: 220px;
        }

        .light-content-system-core {
            width: 125px;
            height: 125px;
        }

        .light-content-system-core-icon {
            width: 33px;
            height: 33px;
            font-size: 15px;
        }

        .light-content-system-core strong {
            font-size: 10px;
        }

        .light-content-system-item {
            min-width: 105px;
            padding: 10px 11px;
            font-size: 10px;
        }

        .light-content-system-item i {
            font-size: 13px;
        }

        .light-content-system-top {
            top: 10px;
        }

        .light-content-system-right-top {
            top: 90px;
        }

        .light-content-system-right-bottom {
            bottom: 90px;
        }

        .light-content-system-bottom {
            bottom: 10px;
        }

        .light-content-system-left-bottom {
            bottom: 90px;
        }

        .light-content-system-left-top {
            top: 90px;
        }

        .light-content-system-note {
            margin-top: 55px;
            padding: 22px 18px;
            align-items: flex-start;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        .light-content-system-heading {
            font-size: 28px;
        }

        .light-content-system-map {
            width: 300px;
            height: 350px;
        }

        .light-content-system-map::before {
            width: 190px;
            height: 190px;
        }

        .light-content-system-core {
            width: 110px;
            height: 110px;
        }

        .light-content-system-item {
            min-width: 92px;
            padding: 9px 8px;
            font-size: 9px;
        }

        .light-content-system-note {
            flex-direction: column;
        }

    }








    /* ============================================================
       CYCLIC 2 — DARK STRATEGY
       ============================================================ */

    #cyclic2-strategy-section {
        position: relative;
        overflow: hidden;
        background: #080808;
        padding: 60px 0;
    }


    /* SUBTLE BACKGROUND GLOW */

    #cyclic2-strategy-section::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        top: -180px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(180, 255, 0, 0.045);
        filter: blur(100px);
        border-radius: 50%;
        pointer-events: none;
    }


    /* EYEBROW */

    .cyclic2-strategy-label-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 13px;
        margin-bottom: 22px;
    }

    .cyclic2-strategy-label {
        padding: 8px 17px;
        border: 1px solid #303030;
        border-radius: 50px;
        background: #111111;
        color: #d4a017;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2.2px;
        text-transform: uppercase;
    }

    .cyclic2-strategy-line {
        width: 42px;
        height: 1px;
        background: #d4a017;
        opacity: 0.65;
    }


    /* HEADING */

    .cyclic2-strategy-heading {
        position: relative;
        max-width: 920px;
        margin: 30px auto;
        color: #f5f5f5;
        text-align: center;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1.8px;
        font-weight: 700;
    }

    .cyclic2-strategy-highlight {
        color: #d4a017;
    }


    /* GRID */

    .cyclic2-strategy-grid {
        position: relative;
        max-width: 1100px;
        margin: 65px auto 0;
    }


    /* CARD */

    .cyclic2-strategy-card {
        position: relative;
        height: 100%;
        padding: 32px 30px;
        background: #0e0e0e;
        border: 1px solid #292929;
        border-radius: 18px;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .cyclic2-strategy-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #d4a017;
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .cyclic2-strategy-card:hover {
        border-color: #464646;
        background: #111111;
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    }

    .cyclic2-strategy-card:hover::before {
        opacity: 1;
    }


    /* CARD TOP */

    .cyclic2-strategy-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .cyclic2-strategy-number {
        color: black;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }


    /* ICON */

    .cyclic2-strategy-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #171717;
        border: 1px solid #303030;
        border-radius: 13px;
        color: #d4a017;
        font-size: 20px;
        transition: all 0.35s ease;
    }

    .cyclic2-strategy-card:hover .cyclic2-strategy-icon {
        background: #d4a017;
        border-color: #d4a017;
        color: #080808;
        box-shadow: 0 0 20px rgba(182, 255, 0, 0.16);
    }


    /* CARD CONTENT */

    .cyclic2-strategy-card h3 {
        margin: 0 0 14px;
        color: #f1f1f1;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 650;
    }

    .cyclic2-strategy-card p {
        margin: 0;
        color: #999999;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #cyclic2-strategy-section {
            padding: 80px 0;
        }

        .cyclic2-strategy-grid {
            margin-top: 50px;
        }

        .cyclic2-strategy-card {
            padding: 28px 25px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #cyclic2-strategy-section {
            padding: 65px 0;
        }

        .cyclic2-strategy-label-wrap {
            gap: 8px;
        }

        .cyclic2-strategy-line {
            width: 22px;
        }

        .cyclic2-strategy-label {
            padding: 7px 13px;
            font-size: 9px;
            letter-spacing: 1.5px;
        }

        .cyclic2-strategy-heading {
            font-size: 31px;
            line-height: 1.18;
            letter-spacing: -0.8px;
        }

        .cyclic2-strategy-grid {
            margin-top: 38px;
        }

        .cyclic2-strategy-card {
            padding: 25px 21px;
            border-radius: 15px;
        }

        .cyclic2-strategy-card-top {
            margin-bottom: 21px;
        }

        .cyclic2-strategy-card h3 {
            font-size: 18px;
        }

        .cyclic2-strategy-card p {
            font-size: 14px;
            line-height: 1.75;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        #cyclic2-strategy-section {
            padding: 55px 0;
        }

        .cyclic2-strategy-heading {
            font-size: 28px;
        }

        .cyclic2-strategy-card {
            padding: 23px 18px;
        }

        .cyclic2-strategy-icon {
            width: 44px;
            height: 44px;
            font-size: 18px;
        }

        .cyclic2-strategy-card h3 {
            font-size: 17px;
        }

    }








    /* ============================================================
       MAIN SECTION
       ============================================================ */

    #c1-industries-section {
        background: #ffffff;
        padding: 60px 0;
        overflow: hidden;
    }


    /* ============================================================
       EYEBROW
       ============================================================ */

    .c1-industries-eyebrow-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-bottom: 20px;
    }

    .c1-industries-line {
        width: 42px;
        height: 1px;
        background: #d4a017;
    }

    .c1-industries-eyebrow {
        padding: 8px 18px;
        border: 1px solid #ead8b8;
        border-radius: 50px;
        background: #fffaf0;
        color: #c99658;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }


    /* ============================================================
       MAIN HEADING
       ============================================================ */

    .c1-industries-heading {
        padding: 20px 0px;
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
        color: black;
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -1.5px;
        font-weight: 700;
    }

    .c1-industries-heading span {
        color: #d4a017;
    }


    /* ============================================================
       INDUSTRY GRID
       ============================================================ */

    .c1-industries-grid {
        max-width: 1100px;
        margin: 60px auto 0;
    }


    /* ============================================================
       INDUSTRY CARD
       ============================================================ */

    .c1-industry-card {
        position: relative;
        height: 100%;
        min-height: 250px;
        padding: 28px 26px;
        background: #ffc10778;
        border: 1px solid #e9e3da;
        border-radius: 18px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .c1-industry-card:hover {
        border-color: #d4a017;
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(40, 30, 20, 0.08);
    }


    /* ============================================================
       CARD NUMBER
       ============================================================ */

    .c1-industry-number {
        position: absolute;
        top: 20px;
        right: 22px;
        color: #ddd4c8;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }


    /* ============================================================
       ICON
       ============================================================ */

    .c1-industry-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff5df;
        border: 1px solid #f0dfc0;
        border-radius: 14px;
        color: #c99658;
        font-size: 21px;
        transition: all 0.3s ease;
    }

    .c1-industry-card:hover .c1-industry-icon {
        background: #d4a017;
        border-color: #d4a017;
        color: #ffffff;
    }


    /* ============================================================
       CARD CONTENT
       ============================================================ */

    .c1-industry-content {
        padding-right: 25px;
    }

    .c1-industry-content h3 {
        margin: 0 0 10px;
        color: black;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 700;
    }

    .c1-industry-content p {
        margin: 0;
        color: black;
        font-size: 13px;
        line-height: 1.7;
    }


    /* ============================================================
       CARD ARROW
       ============================================================ */

    .c1-industry-arrow {
        position: absolute;
        right: 22px;
        bottom: 22px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5ddd3;
        border-radius: 50%;
        color: #c99658;
        font-size: 13px;
        transition: all 0.3s ease;
    }

    .c1-industry-card:hover .c1-industry-arrow {
        background: black;
        border-color: black;
        color: #ffffff;
    }


    /* ============================================================
       LOCATION SECTION
       ============================================================ */

    .c1-location-section {
        max-width: 1100px;
        margin: 90px auto 0;
        padding: 55px 45px;
        background: #faf7f1;
        border: 1px solid #eee4d5;
        border-radius: 24px;
    }


    /* ============================================================
       LOCATION HEADER
       ============================================================ */

    .c1-location-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 35px;
    }

    .c1-location-label {
        margin-bottom: 12px;
        color: #c99658;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .c1-location-header h3 {
        margin: 0 0 12px;
        color: black;
        font-size: clamp(25px, 3vw, 34px);
        line-height: 1.25;
        font-weight: 700;
    }

    .c1-location-header h3 span {
        color: #d4a017;
    }

    .c1-location-header p {
        max-width: 620px;
        margin: 0 auto;
        color: black;
        font-size: 14px;
        line-height: 1.7;
    }


    /* ============================================================
       LOCATION TAGS
       ============================================================ */

    .c1-location-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .c1-location-tags span {
        display: inline-flex;
        align-items: center;
        padding: 10px 16px;
        background: #ffffff;
        border: 1px solid #e6ddd0;
        border-radius: 50px;
        color: black;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.25s ease;
    }

    .c1-location-tags span:hover {
        background: #d4a017;
        border-color: #d4a017;
        color: #ffffff;
        transform: translateY(-2px);
    }

    .c1-location-tags .c1-location-wide {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #c1-industries-section {
            padding: 80px 0;
        }

        .c1-industries-grid {
            margin-top: 45px;
        }

        .c1-location-section {
            padding: 45px 30px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #c1-industries-section {
            padding: 65px 0;
        }

        .c1-industries-eyebrow-wrap {
            gap: 8px;
        }

        .c1-industries-line {
            width: 22px;
        }

        .c1-industries-eyebrow {
            padding: 7px 13px;
            font-size: 9px;
            letter-spacing: 1.4px;
        }

        .c1-industries-heading {
            font-size: 32px;
            letter-spacing: -0.8px;
        }

        .c1-industries-grid {
            margin-top: 38px;
        }

        .c1-industry-card {
            min-height: 225px;
            padding: 24px 22px;
        }

        .c1-location-section {
            margin-top: 60px;
            padding: 38px 20px;
            border-radius: 20px;
        }

        .c1-location-header h3 {
            font-size: 25px;
        }

        .c1-location-tags {
            gap: 8px;
        }

        .c1-location-tags span {
            padding: 9px 13px;
            font-size: 11px;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        .c1-industries-heading {
            font-size: 29px;
        }

        .c1-industry-card {
            min-height: 215px;
        }

        .c1-industry-content h3 {
            font-size: 17px;
        }

        .c1-industry-content p {
            font-size: 13px;
        }

        .c1-location-section {
            padding: 32px 16px;
        }

    }





    /* ============================================================
       CYCLIC 2 — DARK PROCESS
       ============================================================ */

    #c2-content-process {
        background: #080808;
        padding: 60px 0;
        color: #ffffff;
        overflow: hidden;
    }


    /* EYEBROW */

    .c2-process-eyebrow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-bottom: 24px;
    }

    .c2-process-eyebrow-line {
        width: 42px;
        height: 1px;
        background: #d4a017;
        opacity: 0.8;
    }

    .c2-process-eyebrow-text {
        display: inline-flex;
        align-items: center;
        padding: 8px 17px;
        border: 1px solid #26341a;
        border-radius: 50px;
        background: #10150c;
        color: #d4a017;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
    }


    /* HEADING */

    .c2-process-title {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -2px;
        font-weight: 700;
    }

    .c2-process-title span {
        display: block;
        color: #d4a017;
    }


    /* INTRO */

    .c2-process-intro {
        max-width: 680px;
        margin: 24px auto 0;
        text-align: center;
    }

    .c2-process-intro p {
        margin: 30px;
        color: #969696;
        font-size: 15px;
        line-height: 1.8;
    }


    /* PROCESS GRID */

    .c2-process-grid {
        max-width: 1050px;
        margin: 65px auto 0;
    }


    /* PROCESS ITEM */

    .c2-process-item {
        position: relative;
        height: 100%;
        padding: 30px 30px 30px 92px;
        background: #0d0d0d;
        border: 1px solid #252525;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .c2-process-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 0;
        background: #d4a017;
        transition: height 0.3s ease;
    }

    .c2-process-item:hover {
        border-color: #3b4c2b;
        background: #10120f;
        transform: translateY(-4px);
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
    }

    .c2-process-item:hover::before {
        height: 100%;
    }


    /* NUMBER */

    .c2-process-number {
        position: absolute;
        top: 24px;
        left: 27px;
        color: #d4a017;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }


    /* ICON */

    .c2-process-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #141a0e;
        border: 1px solid #2c3c20;
        border-radius: 12px;
        color: #d4a017;
        font-size: 19px;
    }


    /* BODY */

    .c2-process-body h3 {
        margin: 0 0 10px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
    }

    .c2-process-body p {
        text-align: center;
        margin: 0;
        color: #909090;
        font-size: 14px;
        line-height: 1.75;
    }


    /* FEATURED STEP */

    .c2-process-featured {
        text-align: center;
        display: flex;
        align-items: flex-start;
        gap: 25px;
        padding-left: 30px;
    }

    .c2-process-featured .c2-process-number {
        position: static;
        padding-top: 5px;
    }

    .c2-process-featured .c2-process-icon {
        flex: 0 0 44px;
        margin-bottom: 0;
    }

    .c2-process-featured .c2-process-body {
        flex: 1;
    }


    /* 90 DAY ROADMAP */

    .c2-process-roadmap {
        max-width: 1050px;
        margin: 90px auto 0;
    }

    .c2-roadmap-heading {
        margin-bottom: 32px;
        text-align: center;
    }

    .c2-roadmap-heading span {
        display: block;
        margin-bottom: 10px;
        color: #d4a017;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2.5px;
    }

    .c2-roadmap-heading h3 {
        margin: 0;
        color: #ffffff;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 700;
    }


    /* ROADMAP CARDS */

    .c2-roadmap-card {
        height: 100%;
        padding: 28px;
        background: #0d0d0d;
        border: 1px solid #252525;
        border-radius: 16px;
        transition: all 0.3s ease;
    }

    .c2-roadmap-card:hover {
        border-color: #3b4c2b;
        background: #10120f;
        transform: translateY(-4px);
    }

    .c2-roadmap-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .c2-roadmap-icon {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #141a0e;
        border: 1px solid #2c3c20;
        border-radius: 12px;
        color: #d4a017;
        font-size: 18px;
    }

    .c2-roadmap-label {
        color: white;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .c2-roadmap-card h3 {
        margin: 0 0 10px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.4;
    }

    .c2-roadmap-card p {
        margin: 0;
        color: #8d8d8d;
        font-size: 13px;
        line-height: 1.7;
    }


    /* ============================================================
       TABLET
       ============================================================ */

    @media (max-width: 991px) {

        #c2-content-process {
            padding: 85px 0;
        }

        .c2-process-grid,
        .c2-process-roadmap {
            max-width: 900px;
        }

        .c2-process-item {
            padding-right: 25px;
        }

    }


    /* ============================================================
       MOBILE
       ============================================================ */

    @media (max-width: 767px) {

        #c2-content-process {
            padding: 70px 0;
        }

        .c2-process-eyebrow {
            gap: 8px;
        }

        .c2-process-eyebrow-line {
            width: 22px;
        }

        .c2-process-eyebrow-text {
            padding: 7px 13px;
            font-size: 9px;
            letter-spacing: 1.7px;
        }

        .c2-process-title {
            font-size: 34px;
            letter-spacing: -1px;
        }

        .c2-process-intro {
            margin-top: 20px;
        }

        .c2-process-intro p {
            font-size: 14px;
        }

        .c2-process-grid {
            margin-top: 45px;
        }

        .c2-process-item {
            padding: 27px 22px 27px 76px;
        }

        .c2-process-number {
            left: 22px;
            top: 22px;
        }

        .c2-process-icon {
            width: 40px;
            height: 40px;
            font-size: 17px;
        }

        .c2-process-body h3 {
            font-size: 16px;
        }

        .c2-process-body p {
            font-size: 13px;
        }

        .c2-process-featured {
            display: block;
            padding: 27px 22px;
        }

        .c2-process-featured .c2-process-number {
            display: inline-block;
            margin-bottom: 15px;
        }

        .c2-process-featured .c2-process-icon {
            margin-bottom: 17px;
        }

        .c2-process-roadmap {
            margin-top: 65px;
        }

        .c2-roadmap-heading h3 {
            font-size: 24px;
        }

        .c2-roadmap-card {
            padding: 24px;
        }

    }


    /* ============================================================
       SMALL MOBILE
       ============================================================ */

    @media (max-width: 480px) {

        .c2-process-title {
            font-size: 30px;
        }

        .c2-process-item {
            padding: 25px 18px 25px 68px;
        }

        .c2-process-number {
            left: 18px;
        }

        .c2-process-featured {
            padding: 25px 18px;
        }

        .c2-roadmap-card {
            padding: 22px 18px;
        }

    }






/* ============================================================
   MAIN SECTION
   ============================================================ */

#c1-first-month {
    background: #ffffff;
    padding: 60px 0;
}


/* ============================================================
   SECTION HEADING
   ============================================================ */

.c1-month-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.c1-month-label {
    display: inline-block;

    color: #dfad1c;
    background: #fdf8e4;

    border: 1px solid #eadfbe;
    border-radius: 50px;

    padding: 8px 18px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.c1-month-heading h3 {
    margin: 18px 0 0;

    color: #1a1a1a;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.2;
}

.c1-month-heading h3 span {
    color: #dfad1c;
}


/* ============================================================
   WEEK GRID
   ============================================================ */

.c1-week-grid {
    margin-top: 10px;
}


/* ============================================================
   WEEK CARD
   ============================================================ */

.c1-week-card {
    height: 100%;

    padding: 25px 22px;

    background:#ffc10778;

    border: 1px solid #eadfbe;
    border-radius: 16px;

    display: flex;
    align-items: flex-start;
    gap: 16px;

    text-align: left;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.c1-week-card:hover {
    transform: translateY(-4px);

    border-color: #dfad1c;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


/* ============================================================
   WEEK NUMBER
   ============================================================ */

.c1-week-number {
    width: 42px;
    height: 42px;

    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;
    
    color: black;

    font-size: 31px;
}

.c1-week-number i {
    line-height: 1;
}


/* ============================================================
   WEEK CONTENT
   ============================================================ */

.c1-week-content {
    flex: 1;
}

.c1-week-content > span {
    display: block;

    margin-bottom: 5px;

    color: black;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.c1-week-content h4 {
    margin: 0 0 7px;

    color: #1a1a1a;

    font-size: 19px;
    font-weight: 700;
}

.c1-week-content p {
    margin: 0;

    color: black;

    font-size: 14px;
    line-height: 1.6;
}


/* ============================================================
   30-DAY OUTCOME
   ============================================================ */

.c1-month-outcome {
    margin-top: 30px;

    padding: 32px;

    background: #ffc10778;

    border: 1px solid #eadfbe;
    border-radius: 18px;

    display: flex;
    align-items: flex-start;

    gap: 24px;

    text-align: left;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.c1-month-outcome:hover {
    transform: translateY(-3px);

    border-color: #dfad1c;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}


/* ============================================================
   OUTCOME ICON
   ============================================================ */

.c1-outcome-icon {
    width: 58px;
    height: 58px;

    min-width: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #dfad1c;
    color: #ffffff;

    border-radius: 14px;

    font-size: 27px;
}

.c1-outcome-icon i {
    line-height: 1;
}


/* ============================================================
   OUTCOME CONTENT
   ============================================================ */

.c1-outcome-content {
    flex: 1;
}

.c1-outcome-label {
    display: block;

    margin-bottom: 7px;

    color: #dfad1c;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}

.c1-outcome-content h4 {
    margin: 0 0 12px;

    color: #1a1a1a;

    font-size: 23px;
    font-weight: 700;

    line-height: 1.35;
}

.c1-outcome-content p {
    margin: 0;

    color: black;

    font-size: 15px;
    line-height: 1.8;

    text-align: justify;
}


/* ============================================================
   OUTCOME POINTS
   ============================================================ */

.c1-outcome-points {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px 30px;

    margin-top: 22px;
}

.c1-outcome-point {
    display: flex;
    align-items: flex-start;

    gap: 9px;

    color: black;

    font-size: 14px;
    line-height: 1.5;
}

.c1-outcome-point i {
    color: #dfad1c;

    font-size: 17px;

    flex-shrink: 0;

    margin-top: 1px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    #c1-first-month {
        padding: 70px 0;
    }

    .c1-month-heading h3 {
        font-size: 34px;
    }

    .c1-week-card {
        padding: 22px 18px;
    }

    .c1-week-number {
        width: 36px;
        min-width: 36px;
        height: 36px;

        font-size: 27px;
    }

    .c1-week-content h4 {
        font-size: 17px;
    }

    .c1-week-content p {
        font-size: 13px;
    }

    .c1-month-outcome {
        padding: 27px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    #c1-first-month {
        padding: 55px 0;
    }


    /* HEADING */

    .c1-month-heading {
        margin-bottom: 28px;
    }

    .c1-month-label {
        font-size: 10px;
        padding: 7px 14px;
        letter-spacing: 1.5px;
    }

    .c1-month-heading h3 {
        font-size: 28px;
        line-height: 1.25;
    }


    /* WEEK CARDS */

    .c1-week-card {
        padding: 18px 15px;

        gap: 10px;

        border-radius: 13px;

        flex-direction: column;
    }

    .c1-week-number {
        width: auto;
        min-width: auto;
        height: auto;

        font-size: 25px;
    }

    .c1-week-content h4 {
        font-size: 16px;
    }

    .c1-week-content p {
        font-size: 12px;
        line-height: 1.55;
    }

    .c1-week-content > span {
        font-size: 9px;
    }


    /* OUTCOME */

    .c1-month-outcome {
        padding: 22px 18px;

        flex-direction: column;

        gap: 16px;

        border-radius: 14px;
    }

    .c1-outcome-icon {
        width: 50px;
        height: 50px;

        min-width: 50px;

        font-size: 23px;
    }

    .c1-outcome-content h4 {
        font-size: 20px;
        line-height: 1.35;
    }

    .c1-outcome-content p {
        font-size: 14px;
        line-height: 1.7;

        text-align: left;
    }


    /* POINTS */

    .c1-outcome-points {
        grid-template-columns: 1fr;

        gap: 11px;

        margin-top: 18px;
    }

    .c1-outcome-point {
        font-size: 13px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 420px) {

    .c1-month-heading h3 {
        font-size: 25px;
    }

    .c1-week-card {
        padding: 16px 13px;
    }

    .c1-week-content h4 {
        font-size: 15px;
    }

    .c1-week-content p {
        font-size: 11.5px;
    }

}





/* ============================================================
   MAIN SECTION
   ============================================================ */

.c2-content-readiness {
    width: 100%;
    padding: 60px 0;
    background: #080808;
    color: #ffffff;
    overflow: hidden;
}


/* ============================================================
   INNER WRAPPER
   ============================================================ */

.c2-readiness-inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px;
}


/* ============================================================
   HEADING
   ============================================================ */

.c2-readiness-heading {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}


/* ============================================================
   EYEBROW
   ============================================================ */

.c2-readiness-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 18px;

    color: #dfad1c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.c2-eyebrow-line {
    width: 38px;
    height: 1px;
    background: #dfad1c;
    opacity: 0.65;
}


/* ============================================================
   MAIN HEADING
   ============================================================ */

.c2-readiness-heading h2 {
    margin: 0;

    color: #ffffff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
    font-weight: 700;
}

.c2-readiness-heading h2 strong {
    color: #dfad1c;
    font-weight: 700;
}


/* ============================================================
   HEADING DESCRIPTION
   ============================================================ */

.c2-readiness-heading p {
    max-width: 620px;
    margin: 18px auto 0;

    color: #858585;
    font-size: 13px;
    line-height: 1.7;
}


/* ============================================================
   MAIN GRID
   ============================================================ */

.c2-readiness-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    gap: 30px;
    align-items: stretch;
}


/* ============================================================
   CHECKLIST
   ============================================================ */

.c2-readiness-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* ============================================================
   CHECKLIST ITEM
   ============================================================ */

.c2-readiness-item {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 19px 21px;

    background: #101010;
    border: 1px solid #242424;
    border-radius: 12px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.c2-readiness-item:hover {
    transform: translateX(5px);

    background: #141414;
    border-color: #dfad1c;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.3),
        0 0 18px rgba(223, 173, 28, 0.06);
}


/* ============================================================
   NUMBER
   ============================================================ */

.c2-item-number {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #181818;
    border: 1px solid #303030;
    border-radius: 10px;

    color: #dfad1c;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.c2-readiness-item:hover .c2-item-number {
    background: #dfad1c;
    border-color: #dfad1c;
    color: #080808;
}


/* ============================================================
   ITEM CONTENT
   ============================================================ */

.c2-item-content {
    flex: 1;
}

.c2-item-content > span {
    display: block;
    margin-bottom: 5px;

    color: #dfad1c;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.c2-item-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.c2-item-content p {
    margin: 0;

    color: #909090;

    font-size: 12px;
    line-height: 1.65;
}

/* ============================================================
   STARTING PANEL — COMPACT CYCLIC 2
   ============================================================ */

.c2-starting-panel {
    position: relative;

    height: fit-content;
    min-height: 0;

    padding: 28px;

    background: #151515;
    border: 1px solid #2a2a2a;
    border-radius: 15px;

    overflow: hidden;

    display: block;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.c2-starting-panel:hover {
    transform: translateY(-4px);

    border-color: #dfad1c;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.35),
        0 0 25px rgba(223, 173, 28, 0.06);
}


/* ============================================================
   PANEL GLOW
   ============================================================ */

.c2-panel-glow {
    position: absolute;

    width: 180px;
    height: 180px;

    top: -90px;
    right: -80px;

    background: rgba(223, 173, 28, 0.07);

    border-radius: 50%;

    filter: blur(12px);

    pointer-events: none;
}


/* ============================================================
   PANEL TOP
   ============================================================ */

.c2-panel-top {
    position: relative;

    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 25px;
}

.c2-panel-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #dfad1c;

    border-radius: 10px;

    color: #080808;

    font-size: 17px;
}

.c2-panel-top > span {
    color: #dfad1c;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;
}


/* ============================================================
   PANEL CONTENT
   ============================================================ */

.c2-panel-content {
    position: relative;
}

.c2-panel-content h3 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
}

.c2-panel-content h3 strong {
    color: #dfad1c;
}

.c2-panel-content p {
    margin: 0 0 13px;

    color: #999999;

    font-size: 12.5px;
    line-height: 1.7;
}


/* ============================================================
   PANEL DIVIDER
   ============================================================ */

.c2-panel-divider {
    width: 100%;
    height: 1px;

    margin: 20px 0;

    background: #292929;
}


/* ============================================================
   PANEL BOTTOM
   ============================================================ */

.c2-panel-bottom {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-top: 0;
}


/* ============================================================
   PANEL ARROW
   ============================================================ */

.c2-panel-arrow {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #343434;
    border-radius: 8px;

    color: #dfad1c;

    font-size: 13px;
}


/* ============================================================
   PANEL BOTTOM TEXT
   ============================================================ */

.c2-panel-bottom span {
    display: block;

    color: #dfad1c;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.c2-panel-bottom small {
    display: block;

    margin-top: 3px;

    color: goldenrod;

    font-size: 9px;
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    .c2-content-readiness {
        padding: 75px 0;
    }

    .c2-readiness-grid {
        grid-template-columns: 1fr;
    }

    .c2-starting-panel {
        min-height: auto;
    }

}

/* ============================================================
   CHECKLIST LAYOUT
   ============================================================ */

.c2-readiness-layout {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    gap: 35px;
    align-items: center;
}


/* ============================================================
   SIDE NOTE
   ============================================================ */

.c2-readiness-note {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;

    padding: 32px;

    background: #151515;
    border: 1px solid #2b2b2b;
    border-radius: 15px;

    overflow: hidden;

    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .c2-content-readiness {
        padding: 60px 0;
    }

    .c2-readiness-inner {
        padding: 0 15px;
    }

    .c2-readiness-heading {
        margin-bottom: 35px;
    }

    .c2-readiness-heading h2 {
        font-size: 28px;
    }

    .c2-readiness-heading p {
        font-size: 12px;
    }

    .c2-readiness-eyebrow {
        gap: 9px;
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .c2-eyebrow-line {
        width: 23px;
    }

    .c2-readiness-item {
        gap: 12px;
        padding: 16px;
    }

    .c2-item-number {
        width: 35px;
        height: 35px;

        border-radius: 8px;

        font-size: 9px;
    }

    .c2-item-content > span {
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .c2-item-content h3 {
        font-size: 14px;
    }

    .c2-item-content p {
        font-size: 11px;
        line-height: 1.6;
    }

    .c2-starting-panel {
        padding: 25px;
        border-radius: 13px;
    }

    .c2-panel-top {
        margin-bottom: 27px;
    }

    .c2-panel-icon {
        width: 41px;
        height: 41px;

        font-size: 17px;
    }

    .c2-panel-content h3 {
        font-size: 24px;
    }

    .c2-panel-content p {
        font-size: 12px;
    }

}

@media (max-width: 991px) {

    .c2-readiness-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .c2-readiness-note {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .c2-content-readiness {
        padding: 50px 0;
    }

    .c2-readiness-heading h2 {
        font-size: 25px;
    }

    .c2-readiness-heading p {
        font-size: 11px;
    }

    .c2-readiness-item {
        padding: 14px;
        gap: 10px;
        border-radius: 10px;
    }

    .c2-item-number {
        width: 31px;
        height: 31px;

        font-size: 8px;
        border-radius: 7px;
    }

    .c2-item-content h3 {
        font-size: 13px;
    }

    .c2-item-content p {
        font-size: 10.5px;
    }

    .c2-starting-panel {
        padding: 21px;
    }

    .c2-panel-content h3 {
        font-size: 21px;
    }

    .c2-panel-content p {
        font-size: 11.5px;
    }

}






/* ============================================================
   MAIN SECTION
   ============================================================ */

#light-honest-v2-section {
    background: #ffffff;
    padding: 60px 0;
}


/* ============================================================
   HEADER
   ============================================================ */

.light-honest-v2-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.light-honest-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 15px;
    background: #fdf8e4;
    border: 1px solid #f1dfaa;
    border-radius: 50px;
    color: #c99a13;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.light-honest-v2-dot {
    width: 6px;
    height: 6px;
    background: #dfad1c;
    border-radius: 50%;
}

.light-honest-v2-heading {
    max-width: 850px;
    margin: 0 auto;
    color: #181818;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 700;
}

.light-honest-v2-heading span {
    color: #d4a21a;
}

.light-honest-v2-intro {
    max-width: 680px;
    margin: 25px auto 0;
    color: black;
    font-size: 15px;
    line-height: 1.8;
    padding: 21px;
}


/* ============================================================
   CARDS
   ============================================================ */

.light-honest-v2-grid {
    max-width: 1050px;
    margin: 55px auto 0;
}

.light-honest-v2-card {
    height: 100%;
    min-height: 245px;
    padding: 30px;
    background: #ffc10778;
    border: 1px solid #eee4c5;
    border-radius: 18px;
    transition: all 0.3s ease;
}

.light-honest-v2-card:hover {
    background: #fdf8e4;
    border-color: #dfad1c;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}


/* CARD TOP */

.light-honest-v2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.light-honest-v2-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eee4c5;
    border-radius: 14px;
    color: #d4a21a;
    font-size: 21px;
}

.light-honest-v2-number {
    color: #d8cba5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* CARD CONTENT */

.light-honest-v2-card h3 {
    margin: 0 0 12px;
    color: #202020;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.light-honest-v2-card p {
    margin: 0;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.75;
}


/* ============================================================
   CTA
   ============================================================ */

.light-honest-v2-cta {
    max-width: 1050px;
    margin: 70px auto 0;
    padding: 38px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #1a1a1a;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


/* subtle gold accent */

.light-honest-v2-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #dfad1c;
}


/* CTA CONTENT */

.light-honest-v2-cta-content {
    max-width: 650px;
}

.light-honest-v2-cta-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #dfad1c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light-honest-v2-cta-content h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(23px, 2.6vw, 32px);
    line-height: 1.3;
    font-weight: 700;
}

.light-honest-v2-cta-content p {
    margin: 0;
    color: #a7a7a7;
    font-size: 14px;
    line-height: 1.7;
}


/* CTA ACTION */

.light-honest-v2-cta-action {
    flex: 0 0 auto;
    text-align: center;
}

.light-honest-v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 21px;
    background: #dfad1c;
    color: #111111;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.light-honest-v2-button:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

.light-honest-v2-contact {
    margin-top: 13px;
    color: #777777;
    font-size: 10px;
    line-height: 1.6;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    #light-honest-v2-section {
        padding: 80px 0;
    }

    .light-honest-v2-heading {
        font-size: 46px;
    }

    .light-honest-v2-card {
        min-height: 225px;
    }

    .light-honest-v2-cta {
        padding: 35px 30px;
        gap: 30px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    #light-honest-v2-section {
        padding: 65px 0;
    }


    /* HEADER */

    .light-honest-v2-eyebrow {
        margin-bottom: 18px;
        padding: 7px 13px;
        font-size: 9px;
        letter-spacing: 1.4px;
    }

    .light-honest-v2-heading {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .light-honest-v2-intro {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* CARDS */

    .light-honest-v2-grid {
        margin-top: 35px;
    }

    .light-honest-v2-card {
        min-height: auto;
        padding: 25px 22px;
    }

    .light-honest-v2-card-top {
        margin-bottom: 20px;
    }

    .light-honest-v2-card h3 {
        font-size: 18px;
    }

    .light-honest-v2-card p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* CTA */

    .light-honest-v2-cta {
        margin-top: 50px;
        padding: 32px 24px;
        display: block;
        text-align: center;
    }

    .light-honest-v2-cta-content {
        max-width: none;
    }

    .light-honest-v2-cta-content h3 {
        font-size: 24px;
    }

    .light-honest-v2-cta-content p {
        font-size: 14px;
    }

    .light-honest-v2-cta-action {
        margin-top: 25px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    #light-honest-v2-section {
        padding: 55px 0;
    }

    .light-honest-v2-heading {
        font-size: 29px;
    }

    .light-honest-v2-card {
        padding: 23px 19px;
    }

    .light-honest-v2-icon {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    .light-honest-v2-cta {
        padding: 30px 19px;
    }

    .light-honest-v2-cta-content h3 {
        font-size: 22px;
    }

    .light-honest-v2-button {
        width: 100%;
    }

}





/* ============================================================
   SECTION 7A — CYCLIC 1
   HONEST & TRANSPARENT
   ============================================================ */

#light-honest-section {
    background: #ffffff;
    padding: 100px 0;
}


/* EYEBROW */

.light-honest-label-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.light-honest-label {
    padding: 9px 19px;
    background: #fdf8e4;
    border: 1px solid #f1dfaa;
    border-radius: 50px;
    color: #dfad1c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light-honest-line {
    width: 38px;
    height: 1px;
    background: #dfad1c;
}


/* HEADING */

.light-honest-heading {
    max-width: 900px;
    margin: 0 auto;
    color: #1a1a1a;
    font-size: clamp(35px, 4.5vw, 54px);
    line-height: 1.15;
    text-align: center;
    letter-spacing: -1.5px;
    font-weight: 700;
}

.light-honest-highlight {
    color: #dfad1c;
}


/* LIMITATIONS */

.light-honest-limits {
    max-width: 950px;
    margin: 55px auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.light-honest-limit {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 19px 22px;
    background: #fdf8e4;
    border: 1px solid #f1dfaa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.light-honest-limit:hover {
    background: #fee699;
    border-color: #dfad1c;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.light-honest-limit-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 11px;
    color: #dfad1c;
    font-size: 18px;
}

.light-honest-limit p {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.7;
}


/* CTA BOX */

.light-honest-cta-box {
    max-width: 1000px;
    margin: 65px auto 0;
    padding: 55px 45px;
    text-align: center;
    background: #fee699;
    border: 1px solid #dfad1c;
    border-radius: 20px;
}

.light-honest-cta-label {
    color: #dfad1c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light-honest-cta-box h3 {
    max-width: 780px;
    margin: 15px auto;
    color: #1a1a1a;
    font-size: clamp(25px, 3vw, 37px);
    line-height: 1.25;
}

.light-honest-cta-box > p {
    max-width: 700px;
    margin: 0 auto 28px;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.7;
}

.light-honest-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.light-honest-cta-button:hover {
    background: #dfad1c;
    color: #ffffff;
    transform: translateY(-2px);
}

.light-honest-contact {
    margin-top: 20px;
    color: #777777;
    font-size: 12px;
    line-height: 1.7;
}


/* ============================================================
   SECTION 7B — CYCLIC 2
   INTERNAL LINKING
   ============================================================ */

#dark-internal-section {
    background: #000000;
    padding: 60px 0;
}

.dark-internal-content {
    max-width: 950px;
    margin: 0 auto;
}

.dark-internal-heading {
    max-width: 850px;
    margin: 0 auto 35px;
    color: #D4A017;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
}

.dark-internal-content > p {
    margin-bottom: 22px;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
}


/* ============================================================
   SECTION 7C — CYCLIC 1
   TEAM + LONG TERM SUCCESS
   ============================================================ */

#light-success-section {
    background: #ffffff;
    padding: 60px 0;
}

.light-success-content {
    max-width: 1100px;
    margin: 0 auto;
}


/* SECTION HEADINGS */

.light-success-heading {
    margin: 0 0 30px;
    color: #1a1a1a;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}

.light-success-heading-space {
    margin-top: 75px;
}


/* MINI CARDS */

.light-success-mini-card {
    height: 100%;
    padding: 25px 18px;
    text-align: center;
    background: #fee699;
    border: 1px solid #fee699;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.light-success-mini-card:hover {
    background: #fcda68;
    border-color: #dfad1c;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.light-success-mini-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    color: #dfad1c;
    font-size: 19px;
}

.light-success-mini-card h3 {
    margin: 0 0 7px;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.light-success-mini-card p {
    margin: 0;
    color: black;
    font-size: 13px;
    line-height: 1.5;
}


/* TIMELINE NOTE */

.light-success-note {
    max-width: 900px;
    margin: 22px auto 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}


/* PUBLISHING NOTES */

.light-success-notes {
    margin-top: 60px;
    padding: 28px;
    background: #ffc10778;
    border: 1px solid #f1dfaa;
    border-radius: 15px;
}

.light-success-notes h2 {
    margin: 0 0 12px;
    color: #dfad1c;
    font-size: 19px;
    line-height: 1.4;
}

.light-success-notes p {
    margin: 0;
    color: black;
    font-size: 13px;
    line-height: 1.75;
    text-align: justify;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    #light-honest-section,
    #dark-internal-section,
    #light-success-section {
        padding: 80px 0;
    }

    .light-honest-cta-box {
        padding: 45px 30px;
    }

    .light-success-heading-space {
        margin-top: 60px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    #light-honest-section,
    #dark-internal-section,
    #light-success-section {
        padding: 65px 0;
    }


    /* HONEST */

    .light-honest-label-wrap {
        gap: 8px;
    }

    .light-honest-label {
        padding: 8px 14px;
        font-size: 9px;
        letter-spacing: 1.4px;
    }

    .light-honest-line {
        width: 20px;
    }

    .light-honest-heading {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -0.7px;
    }

    .light-honest-limits {
        margin-top: 35px;
    }

    .light-honest-limit {
        padding: 16px;
    }

    .light-honest-limit p {
        font-size: 14px;
    }

    .light-honest-cta-box {
        margin-top: 45px;
        padding: 38px 22px;
    }

    .light-honest-cta-box h3 {
        font-size: 25px;
    }


    /* INTERNAL LINKING */

    .dark-internal-heading {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.6px;
        margin-bottom: 28px;
    }

    .dark-internal-content > p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* SUCCESS */

    .light-success-heading {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .light-success-heading-space {
        margin-top: 55px;
    }

    .light-success-mini-card {
        padding: 23px 18px;
    }

    .light-success-notes {
        margin-top: 50px;
        padding: 22px 18px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .light-honest-heading {
        font-size: 29px;
    }

    .light-honest-cta-box {
        padding: 32px 18px;
    }

    .light-honest-cta-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .dark-internal-heading {
        font-size: 27px;
    }

    .light-success-heading {
        font-size: 21px;
    }

    .light-success-mini-card {
        text-align: center;
        padding: 22px 16px;
    }

}









.fq-section {
--fq-accent: #D4AF37;      /* Rich Gold */
    --fq-accent2: #FFD700;     /* Bright Gold */
    --fq-dark: #0d1117;
    --fq-card: #141b22;

    --fq-border: rgba(212, 175, 55, 0.25);

    --fq-text: #c9d1d9;
    --fq-muted: #8b949e;
    --fq-white: #ffffff;
  --fq-radius: 14px;
  --fq-trans: 0.32s cubic-bezier(.4, 0, .2, 1);
  background:#000;
  padding: 72px 0 80px;
  overflow: hidden
}


.fq-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18
}

.fq-blob--1 {
  width: 400px;
  height: 400px;
  background: var(--fq-accent);
  top: -120px;
  left: -100px
}

.fq-blob--2 {
  width: 300px;
  height: 300px;
  background: var(--fq-accent2);
  bottom: -80px;
  right: -80px
}

.fq-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.fq-header {
  text-align: center;
  margin-bottom: 48px
}

.fq-badge {
  display: inline-block;
  background: rgb(145 217 4 / .12);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px
}

.fq-title {
  color: var(--fq-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.fq-title span {
  color: var(--fq-accent)
}

.fq-sub {
  color: var(--fq-muted);
  font-size: .97rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65
}

.fq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fq-item {
  background: var(--fq-card);
  border: 1px solid var(--fq-border);
  border-radius: var(--fq-radius);
  overflow: hidden;
  transition: border-color var(--fq-trans), box-shadow var(--fq-trans)
}

.fq-item:hover {
  border-color: #D4AF37;   
}

.fq-item.fq-open {
  border-color: var(--fq-accent);
  box-shadow: 0 0 0 1px rgb(145 217 4 / .25), 0 8px 32px rgb(0 0 0 / .35)
}

.fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  outline: none
}

.fq-btn:focus-visible {
  outline: 2px solid var(--fq-accent);
  outline-offset: -2px
}

.fq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(145 217 4 / .1);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  transition: background var(--fq-trans), border-color var(--fq-trans)
}

.fq-open .fq-num {
  background: var(--fq-accent);
  border-color: var(--fq-accent);
  color: var(--fq-dark)
}

h2.fq-q-text {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  color: var(--fq-white);
  transition: color var(--fq-trans)
}

.fq-open h2.fq-q-text {
  color: var(--fq-accent)
}

.fq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:#000;
  border: 1px solid var(--fq-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--fq-trans), transform var(--fq-trans)
}

.fq-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--fq-accent);
  transition: transform var(--fq-trans)
}

.fq-open .fq-icon {
  background: var(--fq-accent)
}

.fq-open .fq-icon svg {
  stroke: var(--fq-dark);
  transform: rotate(45deg)
}

.fq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--fq-trans)
}

.fq-answer-inner {
  padding: 0 22px 20px 70px;
  text-align: justify;
  color: var(--fq-text);
  font-size: .94rem;
  line-height: 1.72
}

.fq-more-wrap {
  text-align: center;
  margin-top: 40px
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fq-accent);
  color: var(--fq-dark);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
  box-shadow: 0 4px 20px rgb(145 217 4 / .25)
}

.fq-more-btn:hover {
  background: var(--fq-accent2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(145 217 4 / .35)
}

.fq-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--fq-dark);
  flex-shrink: 0;
  transition: transform var(--fq-trans)
}

.fq-more-btn:hover svg {
  transform: translateX(3px)
}

.fq-answer {
  cursor: pointer
}

@media (max-width:600px) {
  .fq-section {
    padding: 52px 0 60px
  }
  .fq-answer-inner {
    padding-left: 22px
  }
  .fq-btn {
    padding: 16px 16px;
    gap: 12px
  }
}
