﻿/* ====== Page-specific styles (extends brand) ====== */
      .att-pain-card {
        background: #fff;
        border: 1px solid rgba(235, 80, 23, 0.12);
        border-radius: 18px;
        padding: 28px 24px;
        height: 100%;
        transition:
          transform 0.25s ease,
          box-shadow 0.25s ease,
          border-color 0.25s ease;
        position: relative;
        overflow: hidden;
      }

      .att-pain-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 36px rgba(235, 80, 23, 0.1);
        border-color: rgba(235, 80, 23, 0.35);
      }

      .att-pain-card .pain-num {
        font-size: 56px;
        line-height: 1;
        font-weight: 800;
        color: rgba(235, 80, 23, 0.1);
        position: absolute;
        top: 10px;
        right: 18px;
        letter-spacing: -2px;
      }

      .att-pain-card .pain-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        margin-bottom: 16px;
      }

      .att-pain-card .pain-stat {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(235, 80, 23, 0.08);
        color: #eb5017;
        padding: 6px 12px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 600;
        margin-top: 14px;
      }

      .feat-tick {
        color: #eb5017;
        font-size: 18px;
        margin-right: 8px;
        flex-shrink: 0;
        line-height: 1.4;
      }

      .feat-tick-text {
        color: #404040;
        font-size: 14.5px;
        line-height: 1.5;
      }

      /* Stat band */
      .att-stat-band {
        background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
        border-radius: 28px;
        padding: 48px 32px;
        color: #fff;
        position: relative;
        overflow: hidden;
      }

      .att-stat-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.12) 0, transparent 35%),
          radial-gradient(circle at 5% 95%, rgba(255, 255, 255, 0.08) 0, transparent 30%);
        pointer-events: none;
      }

      .att-stat-band .stat-num {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
        margin-bottom: 8px;
      }

      .att-stat-band .stat-label {
        font-size: 14px;
        opacity: 0.92;
        line-height: 1.4;
      }

      /* Module grid */
      .module-card {
        background: #fff;
        border: 1px solid #f0e6df;
        border-radius: 18px;
        padding: 26px 22px;
        height: 100%;
        transition: all 0.25s ease;
      }

      .module-card:hover {
        border-color: #eb5017;
        box-shadow: 0 14px 28px rgba(235, 80, 23, 0.08);
        transform: translateY(-3px);
      }

      .module-card .mod-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 16px;
      }

      .module-card h6 {
        font-weight: 600;
        margin-bottom: 8px;
        color: #1a1a1a;
      }

      .module-card .mod-tags {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
      }

      .module-card .mod-tag {
        font-size: 11px;
        padding: 4px 10px;
        border-radius: 999px;
        background: #faf3ee;
        color: #6b4133;
        font-weight: 500;
      }

      .compare-row.head .col-trackk {
    position: relative;
}

      .compare-row.head .col-trackk::before {
          content: "RECOMMENDED";
          position: absolute;
          top: 17px;
          right: 150px;
          font-size: 0.6rem;
          background: #f1fcc8;
          color: #1a1a1a;
          padding: 2px 8px;
          border-radius: 999px;
          letter-spacing: 0.08em;
          font-weight: 700;
      }
      /* Comparison table */
      .compare-wrap {
        background: #fff;
        border-radius: 24px;
        border: 1px solid #f1e2d8;
        overflow: hidden;
      }

      .compare-row {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1.2fr;
        border-bottom: 1px solid #f5ece5;
      }

      .compare-row:last-child {
        border-bottom: 0;
      }

      .compare-row > div {
        padding: 18px 22px;
        font-size: 14.5px;
      }

      .compare-row.head > div {
        font-weight: 700;
        background: #faf3ee;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
      }

      .compare-row.head .col-trackk {
        background: #eb5017;
        color: #fff;
      }

      .compare-row .col-old {
        color: #8a6f64;
      }

      .compare-row .col-trackk {
        color: #1a1a1a;
        font-weight: 500;
        background: #fffaf6;
      }

      .compare-row .col-trackk .bi {
        color: #eb5017;
        margin-right: 6px;
      }

      .compare-row .col-old .bi {
        color: #c97a5b;
        margin-right: 6px;
      }

      @media (max-width: 768px) {
        .compare-row {
          grid-template-columns: 1fr;
        }
        .compare-row.head .col-old,
        .compare-row.head .col-trackk {
          display: none;
        }
        .compare-row > div {
          padding: 12px 18px;
        }
        .compare-row .col-old::before {
          content: "Old way: ";
          font-weight: 700;
          color: #c97a5b;
        }
        .compare-row .col-trackk::before {
          content: "With Trackk: ";
          font-weight: 700;
          color: #eb5017;
        }
      }

      /* Reports infographic */
      .report-card {
        background: #fff;
        border: 1px solid #f0e6df;
        border-radius: 20px;
        padding: 24px;
        height: 100%;
      }

      .bar-chart {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        height: 110px;
        margin-top: 18px;
      }

      .bar-chart .bar {
        flex: 1;
        background: #fdeee7;
        border-radius: 6px 6px 0 0;
        position: relative;
        transition: background 0.25s;
      }

      .bar-chart .bar.active {
        background: #eb5017;
      }

      .bar-chart .bar::after {
        content: attr(data-day);
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 10px;
        color: #8a8a8a;
        font-weight: 500;
      }

      .donut-wrap {
        display: flex;
        align-items: center;
        gap: 18px;
      }

      .donut {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: conic-gradient(#eb5017 0 78%, #fdeee7 78% 92%, #f1fcc8 92% 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
      }

      .donut::after {
        content: "";
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
      }

      .donut-center {
        position: relative;
        z-index: 2;
        text-align: center;
      }

      .donut-center .v {
        font-size: 22px;
        font-weight: 800;
        color: #1a1a1a;
        line-height: 1;
      }

      .donut-center .l {
        font-size: 10px;
        color: #8a8a8a;
        font-weight: 500;
      }

      .legend-row {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        margin-bottom: 6px;
      }

      .legend-dot {
        width: 10px;
        height: 10px;
        border-radius: 3px;
      }

      /* Use case strip */
      .uc-card {
        background: #fff;
        border: 1px solid #f0e6df;
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        transition: all 0.25s;
      }

      .uc-card:hover {
        background: #fdeee7;
        border-color: #eb5017;
      }

      .uc-card .uc-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 14px;
      }

      .uc-card:hover .uc-icon {
        background: #fff;
      }

      /* ===== Module section Show-More ===== */
      .modules-toggle-wrap {
        text-align: center;
        margin-top: 36px;
      }
      .modules-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        border: 1.5px dashed rgba(235, 80, 23, 0.3);
        color: #eb5017;
        font-weight: 600;
        padding: 12px 26px;
        border-radius: 999px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.25s ease;
      }
      .modules-toggle:hover {
        background: #eb5017;
        color: #fff;
        border-color: #eb5017;
        box-shadow: 0 14px 28px rgba(235, 80, 23, 0.25);
        transform: translateY(-2px);
      }
      .modules-toggle .chev {
        transition: transform 0.3s ease;
        font-size: 16px;
      }
      .modules-toggle.is-open .chev {
        transform: rotate(180deg);
      }

      /* Pain â†’ Solution arrow */
      .pain-solution-bridge {
        text-align: center;
        margin: 30px 0 10px;
      }

      .pain-solution-bridge .bridge-pill {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #1a1a1a;
        color: #fff;
        padding: 12px 24px;
        border-radius: 999px;
        font-weight: 600;
        font-size: 14px;
      }

      .pain-solution-bridge .bridge-pill .bi {
        color: #ff7849;
        font-size: 18px;
      }

      /* ===== ASSET-SPECIFIC: Lifecycle Wheel ===== */
      .lc-wheel {
        position: relative;
        width: 100%;
        max-width: 560px;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
      }

      .lc-wheel .lc-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 36%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: #1a1a1a;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 18px 40px rgba(60, 30, 20, 0.18);
        z-index: 2;
      }

      .lc-wheel .lc-center .lc-c-num {
        font-size: 36px;
        font-weight: 800;
        line-height: 1;
        color: #ff7849;
      }

      .lc-wheel .lc-center .lc-c-lbl {
        font-size: 11px;
        letter-spacing: 1.2px;
        opacity: 0.8;
        margin-top: 6px;
      }

      .lc-wheel .lc-center .lc-c-title {
        font-size: 14px;
        font-weight: 700;
        margin-top: 4px;
      }

      .lc-wheel .lc-ring {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2px dashed rgba(235, 80, 23, 0.25);
      }

      .lc-node {
        position: absolute;
        width: 110px;
        transform: translate(-50%, -50%);
        background: #fff;
        border: 1px solid #f1e2d8;
        border-radius: 14px;
        padding: 10px 8px;
        text-align: center;
        box-shadow: 0 6px 14px rgba(60, 30, 20, 0.06);
        transition: all 0.25s ease;
      }

      .lc-node:hover {
        transform: translate(-50%, -50%) scale(1.06);
        border-color: #eb5017;
        box-shadow: 0 14px 28px rgba(235, 80, 23, 0.18);
      }

      .lc-node .lc-i {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 4px;
      }

      .lc-node .lc-t {
        font-size: 12px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.2;
      }

      .lc-node .lc-st {
        font-size: 10px;
        color: #8a6f64;
        margin-top: 2px;
      }

      @media (max-width: 575px) {
        .lc-node {
          width: 88px;
          padding: 8px 6px;
        }

        .lc-node .lc-t {
          font-size: 11px;
        }

        .lc-node .lc-st {
          display: none;
        }
      }

      .ast-flagship {
        background: #fff;
        border: 1px solid #f1e2d8;
        border-radius: 24px;
        padding: 36px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;
      }

      .ast-flagship:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 50px rgba(235, 80, 23, 0.12);
      }

      .ast-flagship .flag-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fdeee7;
        color: #eb5017;
        padding: 6px 14px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 18px;
      }

      .ast-flagship.dark {
        background: #1a1a1a;
        color: #fff;
        border-color: #2a2a2a;
      }

      .ast-flagship.dark .flag-eyebrow {
        background: rgba(235, 80, 23, 0.18);
        color: #ffb89a;
      }

      .ast-flagship.dark .feat-tick-text {
        color: #d8d8d8;
      }

      /* Complaint card mock */
      .cmp-card {
        background: #fff;
        border: 1px solid #f1e2d8;
        border-radius: 16px;
        padding: 18px;
        position: relative;
        transition: all 0.25s ease;
      }

      .cmp-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(235, 80, 23, 0.1);
        border-color: #eb5017;
      }

      .cmp-card .cmp-hdr {
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px dashed #f1e2d8;
        padding-bottom: 10px;
        margin-bottom: 10px;
      }

      .cmp-card .cmp-no {
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        background: #fdeee7;
        color: #a73e0e;
        padding: 3px 8px;
        border-radius: 6px;
      }

      .cmp-card .cmp-status {
        margin-left: auto;
        font-size: 11px;
        font-weight: 700;
        padding: 3px 10px;
        border-radius: 999px;
      }

      .cmp-card .cmp-status.new {
        background: #fdeee7;
        color: #a73e0e;
      }

      .cmp-card .cmp-status.prog {
        background: #fff3ec;
        color: #eb5017;
      }

      .cmp-card .cmp-status.res {
        background: #f1fcc8;
        color: #2e5f15;
      }

      .cmp-card .cmp-row {
        font-size: 12.5px;
        color: #404040;
        margin-bottom: 4px;
      }

      .cmp-card .cmp-row strong {
        color: #1a1a1a;
      }

      /* Inventory matrix */
      .inv-matrix {
        background: #fff;
        border: 1px solid #f1e2d8;
        border-radius: 22px;
        padding: 22px;
      }

      .inv-cell {
        border-radius: 16px;
        padding: 22px;
        position: relative;
        min-height: 230px;
        border: 1px solid #f1e2d8;
        background: #fffaf6;
        transition: all 0.25s ease;
      }

      .inv-cell:hover {
        border-color: #eb5017;
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(235, 80, 23, 0.1);
      }

      .inv-cell .inv-tag {
        position: absolute;
        top: 14px;
        right: 14px;
        background: #1a1a1a;
        color: #ff7849;
        font-family: "Poppins", sans-serif;
        font-size: 10px;
        font-weight: 700;
        padding: 4px 9px;
        border-radius: 6px;
        letter-spacing: 0.5px;
      }

      .inv-cell .inv-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 12px;
      }

      .inv-cell.lime {
        background: #f8ffe5;
        border-color: #e3eebd;
      }

      .inv-cell.lime .inv-icon {
        background: #e6f4b8;
        color: #2e5f15;
      }

      .inv-cell h6 {
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 6px;
        line-height: 1.25;
      }

      .inv-cell .inv-eg {
        font-size: 12.5px;
        color: #6b4133;
        margin-bottom: 10px;
        line-height: 1.4;
      }

      .inv-cell .inv-ops {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 10px;
      }

      .inv-cell .inv-op {
        font-size: 10.5px;
        padding: 3px 9px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #f1e2d8;
        color: #6b4133;
        font-weight: 600;
      }

      .inv-cell .inv-op.act {
        background: #eb5017;
        color: #fff;
        border-color: #eb5017;
      }

      .inv-axis {
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        color: #6b4133;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
      }

      /* Workflow chain */
      .wf-chain {
        display: flex;
        align-items: stretch;
        gap: 12px;
        flex-wrap: wrap;
      }

      .wf-step {
        flex: 1;
        min-width: 140px;
        background: #fff;
        border: 1px solid #f1e2d8;
        border-radius: 14px;
        padding: 14px;
        position: relative;
      }

      .wf-step.approved {
        background: #f4faea;
        border-color: #cdeaa8;
      }

      .wf-step.current {
        background: #fff3ec;
        border-color: #eb5017;
      }

      .wf-step.pending {
        background: #faf3ee;
        border-color: #f1e2d8;
        opacity: 0.85;
      }

      .wf-step .wf-no {
        font-family: "Poppins", sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #8a6f64;
        margin-bottom: 4px;
        letter-spacing: 0.5px;
      }

      .wf-step .wf-role {
        font-size: 12.5px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.2;
      }

      .wf-step .wf-status {
        font-size: 11px;
        margin-top: 6px;
        color: #6b4133;
      }

      .wf-step.approved .wf-status {
        color: #2e5f15;
      }

      .wf-step.current .wf-status {
        color: #a73e0e;
        font-weight: 700;
      }
