/* Generated from approved design. */


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    a { text-decoration: none; color: inherit; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; }
    /* ── HERO ── */
    .support-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 88px 64px 80px;
      max-width: 1920px;
      margin: 0 auto;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .support-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .sp-hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 34px;
    }
    .sp-hero-eyebrow-line { width: 18px; height: 2px; background: #a8a8a8; border-radius: 1px; flex-shrink: 0; }
    .sp-hero-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .sp-hero-h1 {
      font-size: 78px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -3.9px;
      line-height: 1;
      margin-bottom: 24px;
    }
    .sp-hero-desc {
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 1.7;
      max-width: 500px;
      margin-bottom: 32px;
    }
    .sp-hero-btns { display: flex; align-items: center; gap: 12px; }
    .sp-btn-primary {
      height: 48px;
      padding: 0 24px;
      background: #d7000f;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
    }
    .sp-btn-outline {
      height: 48px;
      padding: 0 24px;
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      transition: border-color 0.2s;
    }
    .sp-btn-outline:hover { border-color: rgba(255,255,255,0.6); }

    /* ── MARQUEE ── */
    .marquee-strip {
      background: #0d0d0d;
      height: 46px;
      overflow: hidden;
      position: relative;
    }
    .marquee-track {
      display: flex;
      align-items: center;
      height: 100%;
      width: max-content;
      animation: mq-scroll 28s linear infinite;
    }
    .marquee-strip:hover .marquee-track { animation-play-state: paused; }
    .marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 0 8px 0 28px;
    }
    .marquee-text {
      font-weight: 600;
      font-size: 12px;
      color: #555;
      letter-spacing: 1.44px;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .marquee-sep { font-weight: 400; font-size: 8px; color: #555; }
    @keyframes mq-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* ── SECTION COMMONS ── */
    .sec-wrap {
      max-width: 1792px;
      margin: 0 auto;
      padding: 0 64px;
    }
    .sec-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .sec-eyebrow-line { width: 18px; height: 2px; background: #d7000f; flex-shrink: 0; }
    .sec-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .sec-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 1.05;
    }

    /* ── RESOURCES / GET HELP SECTION ── */
    .sp-resources-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .sp-resources-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 48px;
    }
    .sp-resource-card {
      padding: 36px 30px 30px;
      border: 1px solid #e8e8e8;
      border-radius: 18px;
      display: flex;
      flex-direction: column;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .sp-resource-card:hover { border-color: #d7000f; box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
    .sp-resource-icon {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 26px;
    }
    .sp-resource-title {
      font-size: 20px;
      font-weight: 700;
      color: #0a0a0f;
      letter-spacing: -0.4px;
      margin-bottom: 10px;
    }
    .sp-resource-desc {
      font-size: 14px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 22.4px;
      flex: 1;
    }
    .sp-resource-link {
      font-size: 16px;
      font-weight: 500;
      color: #d7000f;
      margin-top: 18px;
    }

    /* ── WARRANTY SECTION ── */
    .sp-warranty-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .sp-warranty-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      margin-top: 48px;
      align-items: start;
    }
    .sp-warranty-table-wrap {
      border: 1px solid #e8e8e8;
      border-radius: 14px;
      overflow: hidden;
    }
    .sp-warranty-table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; }
    .sp-warranty-table-wrap col.col-cat  { width: 50%; }
    .sp-warranty-table-wrap col.col-war  { width: 25%; }
    .sp-warranty-table-wrap col.col-sup  { width: 25%; }
    .sp-wt-head tr { background: #0d0d0d; height: 44px; }
    .sp-wt-head th {
      padding: 0 18px;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.72px;
      text-transform: uppercase;
      text-align: left;
      border-right: 1px solid #292929;
    }
    .sp-wt-head th:last-child { border-right: none; }
    .sp-wt-body tr { border-bottom: 1px solid #f2f2f2; }
    .sp-wt-body tr:last-child { border-bottom: none; }
    .sp-wt-body td {
      height: 47px;
      padding: 0 18px;
      font-size: 14px;
      font-weight: 400;
      color: #1c1c26;
      border-right: 1px solid #f2f2f2;
      vertical-align: middle;
    }
    .sp-wt-body td:last-child { border-right: none; }
    .sp-wt-warranty { font-weight: 500; color: #10b981; }
    .sp-warranty-info { display: flex; flex-direction: column; }
    .sp-winfo-item {
      padding: 22px 0 23px;
      border-bottom: 1px solid #f2f2f2;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .sp-winfo-item:last-child { border-bottom: none; }
    .sp-winfo-title { font-size: 18px; font-weight: 500; color: #0a0a0f; }
    .sp-winfo-body { font-size: 16px; font-weight: 300; color: #5c5c72; line-height: 22.4px; }

    /* ── FAQ SECTION ── */
    .sp-faq-sec {
      padding: 96px 0 100px;
      background: #f7f7f7;
    }
    .sp-faq-inner {
      display: grid;
      grid-template-columns: 480px 1fr;
      gap: 60px;
      margin-top: 48px;
      align-items: start;
    }
    .sp-faq-sticky {
      position: sticky;
      top: 90px;
    }
    .sp-faq-tabs {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 36px;
    }
    .sp-faq-tab {
      height: 38px;
      padding: 0 16px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 400;
      color: #5c5c72;
      background: transparent;
      border: none;
      text-align: left;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      transition: background 0.15s, color 0.15s;
    }
    .sp-faq-tab.active {
      background: #fff;
      color: #d7000f;
      font-weight: 500;
    }
    .sp-faq-tab:hover:not(.active) { color: #0a0a0f; }
    .sp-faq-list { display: flex; flex-direction: column; }
    .sp-faq-item { border-bottom: 1px solid #e8e8e8; }
    .sp-faq-item:first-child { border-top: 1px solid #e8e8e8; }
    .sp-faq-item.hidden { display: none; }
    .sp-faq-btn {
      width: 100%;
      padding: 20px 0;
      min-height: 69px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: none;
      border: none;
      text-align: left;
      font-size: 18px;
      font-weight: 500;
      color: #0a0a0f;
      gap: 16px;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      transition: color 0.2s;
    }
    .sp-faq-btn:hover { color: #d7000f; }
    .sp-faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 14px;
      border: 1px solid #e8e8e8;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 16px;
      color: #5c5c72;
      transition: all 0.2s;
      line-height: 1;
    }
    .sp-faq-btn.open .sp-faq-icon { background: #d7000f; border-color: #d7000f; color: #fff; transform: rotate(45deg); }
    .sp-faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .sp-faq-content.open { max-height: 400px; padding-bottom: 20px; }
    .sp-faq-content p { font-size: 15px; font-weight: 300; color: #5c5c72; line-height: 1.75; }

    /* ── DOWNLOADS SECTION ── */
    .sp-downloads-sec {
      padding: 96px 0 100px;
      background: #fff;
    }
    .sp-downloads-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 48px;
    }
    .sp-dl-card {
      border: 1px solid #e8e8e8;
      border-radius: 14px;
      padding: 25px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .sp-dl-card:hover { border-color: #d7000f; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
    .sp-dl-icon { font-size: 28px; line-height: 1; }
    .sp-dl-body { display: flex; flex-direction: column; gap: 6px; flex: 1; }
    .sp-dl-title { font-size: 18px; font-weight: 500; color: #0a0a0f; }
    .sp-dl-desc { font-size: 16px; font-weight: 300; color: #5c5c72; line-height: 1.4; }
    .sp-dl-link { font-size: 16px; font-weight: 500; color: #d7000f; }

    /* ── AUTHENTICITY SECTION ── */
    .sp-auth-sec {
      padding: 80px 0 80px;
      background: #0d0d0d;
    }
    .sp-auth-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .sp-auth-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
    .sp-auth-eyebrow-line { width: 18px; height: 2px; background: #d7000f; flex-shrink: 0; }
    .sp-auth-eyebrow-text {
      font-size: 11px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.76px;
      text-transform: uppercase;
    }
    .sp-auth-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -2.16px;
      line-height: 56.7px;
      margin-bottom: 20px;
    }
    .sp-auth-desc {
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 30.6px;
      max-width: 560px;
      margin-bottom: 32px;
    }
    .sp-auth-form {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .sp-auth-input {
      flex: 1;
      height: 47px;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 400;
      color: #0a0a0f;
      outline: none;
      font-family: 'Outfit', sans-serif;
    }
    .sp-auth-input::placeholder { color: #555; }
    .sp-auth-submit {
      height: 47px;
      padding: 0 24px;
      background: #828282;
      border: none;
      border-radius: 10px;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      white-space: nowrap;
      transition: background 0.2s;
      flex-shrink: 0;
    }
    .sp-auth-submit:hover { background: #d7000f; }
    .sp-auth-card {
      background: rgba(255,255,255,0.03);
      border: 1px solid #212121;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .sp-auth-card-icon { font-size: 60px; line-height: 1; margin-bottom: 20px; }
    .sp-auth-card-title {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
    }
    .sp-auth-card-desc {
      font-size: 16px;
      font-weight: 400;
      color: #9898a8;
      line-height: 20.8px;
      margin-bottom: 28px;
    }
    .sp-auth-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      text-align: left;
    }
    .sp-auth-step {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .sp-auth-step-num {
      width: 28px;
      height: 28px;
      border-radius: 14px;
      background: rgba(130,130,130,0.15);
      border: 1px solid rgba(130,130,130,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
    }
    .sp-auth-step-text {
      font-size: 16px;
      font-weight: 400;
      color: #9898a8;
    }

    /* ── CTA ── */
    .cta-sec {
      background: linear-gradient(123.87deg, #1e1818 0%, #750c0c 100%);
      padding: 88px 64px;
      text-align: center;
    }
    .cta-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }
    .cta-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: rgba(255,255,255,0.5);
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .cta-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -2.16px;
      line-height: 1.05;
      margin-bottom: 36px;
    }
    .cta-btns { display: flex; gap: 16px; justify-content: center; }
    .btn-red-cta {
      height: 52px;
      padding: 0 28px;
      background: #d7000f;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-flex;
      align-items: center;
    }
    .btn-outline-cta {
      height: 52px;
      padding: 0 28px;
      border: 1.5px solid rgba(255,255,255,0.2);
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-flex;
      align-items: center;
    }


    /* ── RESPONSIVE ── */
    @media (max-width: 1200px) {
      .sp-resources-grid { grid-template-columns: repeat(2, 1fr); }
      .sp-downloads-grid { grid-template-columns: repeat(2, 1fr); }
      .sp-faq-inner { grid-template-columns: 1fr; gap: 48px; }
      .sp-faq-sticky { position: static; }
      .sp-warranty-layout { grid-template-columns: 1fr; gap: 48px; }
    }
    @media (max-width: 600px) {
      .sp-downloads-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 992px) {
      .support-hero { padding: 64px 32px; }
      .sec-wrap { padding: 0 32px; }
      .sec-h2 { font-size: 40px; }
      .sp-hero-h1 { font-size: 54px; }
      .sp-auth-inner { grid-template-columns: 1fr; gap: 48px; }
      .sp-auth-h2 { font-size: 40px; }
      .cta-sec { padding: 64px 32px; }
      .cta-h2 { font-size: 40px; }
      .footer { padding: 48px 32px 0; }
      .footer-main { grid-template-columns: 1fr; gap: 40px; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .sp-resources-grid { grid-template-columns: 1fr; }
      .sp-warranty-header { flex-direction: column; align-items: flex-start; gap: 16px; }
      .footer-cols { grid-template-columns: repeat(2, 1fr); }
      .cta-btns { flex-direction: column; align-items: center; }
    }
    @media (max-width: 480px) {
      .sp-hero-h1 { font-size: 40px; }
      .sec-h2 { font-size: 30px; }
      .footer-cols { grid-template-columns: 1fr; }
    }
  