﻿.ss-hero-section {
        background:
          radial-gradient(1000px 520px at 85% 10%, rgba(235, 80, 23, 0.08), transparent 60%),
          linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
        padding-top: 110px;
        padding-bottom: 40px;
        overflow: hidden;
      }
      .ss-hero-section .hero-title {
        line-height: 1.15;
      }
      .ss-hero-art {
        position: relative;
        padding: 10px;
      }
      .ss-hero-art svg {
        width: 100%;
        height: auto;
        max-width: 640px;
        display: block;
        margin-left: auto;
        filter: drop-shadow(0 20px 40px rgba(235, 80, 23, 0.12));
      }
      .ss-section-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        background: transparent;
        border-radius: 5px;
        border: 2px solid #c9e338;
        font-weight: 700;
        color: #1a1a1a;
        font-size: 0.82rem;
      }
      .ss-section-badge .dot {
        display: inline-flex;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fff;
        align-items: center;
        justify-content: center;
      }
      .ss-stat-num {
        font-size: 2.2rem;
        font-weight: 800;
        color: #eb5017;
        line-height: 1;
      }
      .ss-stat-label {
        color: #1a1a1a;
        font-weight: 600;
        margin-top: 4px;
        font-size: 0.95rem;
      }

      .ss-cap-card {
        background: #fff;
        border: 1px solid var(--border-color-light);
        border-radius: 18px;
        padding: 24px 22px;
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease,
          border-color 0.2s ease;
      }
      .ss-cap-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(235, 80, 23, 0.12);
        border-color: rgba(235, 80, 23, 0.28);
      }
      .ss-cap-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: var(--color-card-bg);
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        margin-bottom: 14px;
      }
      .ss-cap-card h5 {
        font-weight: 800;
        color: #1a1a1a;
        font-size: 1.05rem;
        margin-bottom: 8px;
      }
      .ss-cap-card p {
        color: var(--color-text-secondary);
        font-size: 0.94rem;
        line-height: 1.55;
        margin: 0;
      }

      .ss-aud-card {
        background: #fff;
        border: 1px solid var(--border-color-light);
        border-radius: 22px;
        padding: 32px 28px;
        height: 100%;
      }
      .ss-aud-card--accent {
        background: linear-gradient(160deg, #eb5017 0%, #ff7a45 100%);
        color: #fff;
        border-color: transparent;
      }
      .ss-aud-card--accent .ss-aud-tag {
        color: rgba(255, 255, 255, 0.85);
      }
      .ss-aud-card--accent .ss-aud-title {
        color: #fff;
      }
      .ss-aud-head {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 18px;
      }
      .ss-aud-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        flex-shrink: 0;
      }
      .ss-aud-tag {
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 0.72rem;
        font-weight: 800;
        color: #6b7280;
        margin-bottom: 4px;
      }
      .ss-aud-title {
        font-weight: 800;
        font-size: 1.25rem;
        color: #1a1a1a;
        line-height: 1.25;
        margin: 0;
      }
      .ss-check-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .ss-check-list li {
        padding: 8px 0;
        color: #1a1a1a;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 0.96rem;
      }
      .ss-check-list li i {
        color: #eb5017;
        margin-top: 3px;
        flex-shrink: 0;
      }
      .ss-check-list--light li {
        color: #fff;
      }
      .ss-check-list--light li i {
        color: #f1fcc8;
      }

      .ss-mobile-section {
        background: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
      }
      .ss-mobile-stage {
        background: #fff;
        border: 1px solid var(--border-color-light);
        border-radius: 24px;
        padding: 16px;
        box-shadow: 0 18px 40px rgba(235, 80, 23, 0.08);
      }
      .ss-mobile-stage svg {
        width: 100%;
        height: auto;
        display: block;
      }
      .ss-mobile-feat {
        display: flex;
        gap: 12px;
        align-items: flex-start;
      }
      .ss-mf-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        flex-shrink: 0;
      }
      .ss-mf-title {
        font-weight: 800;
        color: #1a1a1a;
        font-size: 0.98rem;
        margin-bottom: 2px;
      }
      .ss-mf-sub {
        color: var(--color-text-secondary);
        font-size: 0.86rem;
        line-height: 1.45;
      }
      .ss-store-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        background: #1a1a1a;
        color: #fff;
        border-radius: 12px;
        text-decoration: none;
        transition: transform 0.2s ease;
      }
      .ss-store-badge:hover {
        transform: translateY(-2px);
        color: #fff;
      }
      .ss-store-badge i {
        font-size: 1.6rem;
      }
      .ss-store-badge small {
        display: block;
        font-size: 0.65rem;
        opacity: 0.75;
        line-height: 1;
      }
      .ss-store-badge strong {
        display: block;
        font-size: 0.95rem;
        line-height: 1.1;
      }

      .ss-step {
        background: #fff;
        border: 1px solid var(--border-color-light);
        border-radius: 18px;
        padding: 24px 22px;
        height: 100%;
        position: relative;
      }
      .ss-step-num {
        font-size: 0.78rem;
        font-weight: 800;
        color: #eb5017;
        background: #fff6f1;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 999px;
        margin-bottom: 12px;
      }
      .ss-step h5 {
        font-weight: 800;
        color: #1a1a1a;
        font-size: 1.02rem;
        margin-bottom: 8px;
      }
      .ss-step p {
        color: var(--color-text-secondary);
        font-size: 0.92rem;
        line-height: 1.5;
        margin: 0;
      }

      @media (max-width: 991.98px) {
        .ss-hero-section {
          padding-top: 100px;
        }
        .ss-aud-title {
          font-size: 1.1rem;
        }
      }

      /* ===== Redesigned capabilities: tabbed / category layout ===== */
      .ss-cap-wrap {
        max-width: 1180px;
        margin: 0 auto;
      }
      .ss-cap-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-bottom: 36px;
      }
      .ss-cap-tab {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        border-radius: 999px;
        border: 1.5px solid var(--border-color-light);
        background: #fff;
        color: #1a1a1a;
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
      }
      .ss-cap-tab:hover {
        border-color: #eb5017;
        color: #eb5017;
      }
      .ss-cap-tab .ss-cap-tab-ic {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        background: #fdeee7;
        color: #eb5017;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        transition: all 0.2s ease;
      }
      .ss-cap-tab[aria-selected="true"] {
        background: var(--ss-accent, #eb5017);
        color: #fff;
        border-color: var(--ss-accent, #eb5017);
        box-shadow: 0 10px 24px rgba(235, 80, 23, 0.22);
      }
      .ss-cap-tab[aria-selected="true"] .ss-cap-tab-ic {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
      }
      .ss-cap-tab .count {
        font-size: 0.78rem;
        opacity: 0.7;
        font-weight: 500;
      }
      .ss-cap-tab[aria-selected="true"] .count {
        opacity: 0.9;
      }

      .ss-cap-panel {
        display: none;
      }
      .ss-cap-panel.is-active {
        display: block;
        animation: ssFade 0.35s ease;
      }
      @keyframes ssFade {
        from {
          opacity: 0;
          transform: translateY(6px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .ss-cap-panel-head {
        text-align: center;
        margin-bottom: 28px;
      }
      .ss-cap-panel-head .eyebrow {
        text-transform: uppercase;
        letter-spacing: 0.14em;
        font-size: 0.72rem;
        font-weight: 800;
        color: var(--ss-accent, #eb5017);
        margin-bottom: 6px;
      }
      .ss-cap-panel-head h3 {
        font-weight: 800;
        font-size: 1.55rem;
        color: #1a1a1a;
        margin-bottom: 6px;
      }
      .ss-cap-panel-head p {
        color: var(--color-text-secondary);
        max-width: 640px;
        margin: 0 auto;
        font-size: 0.98rem;
      }

      /* Accordion layout (alt) */
      .ss-cap-acc-item {
        background: #fff;
        border: 1px solid var(--border-color-light);
        border-radius: 14px;
        margin-bottom: 12px;
        overflow: hidden;
      }
      .ss-cap-acc-head {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 18px 20px;
        background: #fff;
        border: 0;
        text-align: left;
        cursor: pointer;
        font-weight: 700;
        color: #1a1a1a;
        font-size: 1rem;
      }
      .ss-cap-acc-head:hover {
        background: #fffaf6;
      }
      .ss-cap-acc-head .chev {
        margin-left: auto;
        color: #6b7280;
        transition: transform 0.25s ease;
      }
      .ss-cap-acc-item.is-open .ss-cap-acc-head .chev {
        transform: rotate(180deg);
        color: var(--ss-accent, #eb5017);
      }
      .ss-cap-acc-body {
        display: none;
        padding: 4px 20px 20px 20px;
      }
      .ss-cap-acc-item.is-open .ss-cap-acc-body {
        display: block;
      }

      /* Minimal card variant */
      .ss-cap-card.minimal {
        background: transparent;
        border: 0;
        border-top: 1px solid var(--border-color-light);
        border-radius: 0;
        padding: 20px 4px;
      }
      .ss-cap-card.minimal:hover {
        transform: none;
        box-shadow: none;
        border-color: var(--border-color-light);
        border-top-color: var(--ss-accent, #eb5017);
      }
      .ss-cap-card.minimal .ss-cap-icon {
        background: transparent;
        color: var(--ss-accent, #eb5017);
        width: auto;
        height: auto;
        font-size: 1.35rem;
        margin-bottom: 10px;
      }

      /* Filled card variant */
      .ss-cap-card.filled {
        background: #fff7f2;
        border-color: #ffd9c6;
      }
      .ss-cap-card.filled .ss-cap-icon {
        background: #fff;
      }

      /* Hide description tweak */
      body.ss-hide-desc .ss-cap-card p {
        display: none;
      }
      body.ss-hide-desc .ss-cap-card {
        padding-bottom: 18px;
      }

      /* Tweak accent application */
      .ss-accent-target {
        color: var(--ss-accent, #eb5017);
      }

      @media (max-width: 575.98px) {
        .ss-cap-tab {
          padding: 10px 14px;
          font-size: 0.88rem;
        }
        .ss-cap-tab .count {
          display: none;
        }
      }

/* ====== Page-specific styles (extends brand) ====== */

/* Pain cards (matches attendance.html) */
.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;
}

.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;
}

/* ===== Feature Sections (4 sections, each with cards + image) ===== */
.ss-feat-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ss-feat-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: 14px;
}

.ss-feat-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ss-feat-title .text-brand {
  color: #eb5017;
}

.ss-feat-lead {
  color: #6b7280;
  font-size: 15.5px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 540px;
}

.ss-feat-image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, #fdeee7 0%, #fff5ef 100%);
  border: 1px solid rgba(235, 80, 23, 0.12);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-feat-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.ss-feat-image-wrap .ss-feat-placeholder {
  text-align: center;
  padding: 40px 20px;
  color: #eb5017;
}

.ss-feat-image-wrap .ss-feat-placeholder i {
  font-size: 64px;
  opacity: 0.5;
  display: block;
  margin-bottom: 10px;
}

.ss-feat-image-wrap .ss-feat-placeholder span {
  font-size: 12px;
  color: #8a8a8a;
  font-family: monospace;
}

.ss-feat-card {
  background: #fff;
  border: 1px solid #f0e6df;
  border-radius: 16px;
  padding: 40px 22px 60px 22px;
  transition: all 0.25s ease;
  height: 100%;
}

.ss-feat-card:hover {
  border-color: rgba(235, 80, 23, 0.35);
  box-shadow: 0 14px 28px rgba(235, 80, 23, 0.08);
  transform: translateY(-3px);
}

.ss-feat-card-ic {
  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;
}

.ss-feat-card h6 {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
  font-size: 15.5px;
}

.ss-feat-card p {
  color: #6b7280;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}

/* Comparison table (from attendance.html) */
.compare-wrap {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1e2d8;
  overflow: hidden;
}

.compare-row {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.5fr;
  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;
}

/* Recommended tag */
.compare-row.head .col-trackk::before {
  content: "RECOMMENDED";
  position: absolute;
  top: 16px;
  right: 120px;
  font-size: 0.6rem;
  background: #f1fcc8;
  color: #1a1a1a;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  font-weight: 700;
  white-space: nowrap;
}

.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;
  }
}

@media (max-width: 991.98px) {
  .ss-feat-title {
    font-size: 26px;
  }

  .ss-feat-image-wrap {
    min-height: 280px;
  }
}
