<link rel="preconnect" href="https://fonts.gstatic.com">

<link rel="shortcut icon" type="image/x-icon" href="https://tandem.app/favicon.ico">

<!-- Search Engine -->
<meta name="description" content="Replacing the FFIEC CAT? Take this 13-question quiz to learn which cybersecurity framework might be a good fit for you.">
<meta name="image" content="https://ss-usa.s3.amazonaws.com/companies/MzawMLEwMbYwAAA/uploads/2025_Campaigns/TAN-FrameworksQuizOG1200x630.png">

<!-- Schema.org for Google -->
<meta itemprop="name" content="Quiz: Which cybersecurity framework is the best fit for you?">
<meta itemprop="description" content="Replacing the FFIEC CAT? Take this 13-question quiz to learn which cybersecurity framework might be a good fit for you.">
<meta itemprop="image" content="https://ss-usa.s3.amazonaws.com/companies/MzawMLEwMbYwAAA/uploads/2025_Campaigns/TAN-FrameworksQuizOG1200x630.png">

<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Quiz: Which cybersecurity framework is the best fit for you?">
<meta name="twitter:description" content="Replacing the FFIEC CAT? Take this 13-question quiz to learn which cybersecurity framework might be a good fit for you.">

<!-- Open Graph general (Facebook, Pinterest, Etc.) -->
<meta name="og:title" property="og:title" content="Quiz: Which cybersecurity framework is the best fit for you?">
<meta name="og:description" property="og:description" content="Replacing the FFIEC CAT? Take this 13-question quiz to learn which cybersecurity framework might be a good fit for you.">
<meta name="og:image" property="og:image" content="https://ss-usa.s3.amazonaws.com/companies/MzawMLEwMbYwAAA/uploads/2025_Campaigns/TAN-FrameworksQuizOG1200x630.png">
<meta name="og:url" property="og:url" content="https://go.tandem.app/framework-quiz">
<meta name="og:site_name" property="og:site_name" content="Tandem">
<meta name="og:type" property="og:type" content="website">




<style>
  body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.5;
    color: #1f4170;
    background-color: #fbfbfb;
    margin: 0;
  }
  
  body > nav {
    background: #f8f9fa;
    opacity: 0.94;
    z-index: 100;
    position: sticky;
    top: 0;
  }
  
  h1 {
    margin-bottom: 2rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #212238;
    font-size: 4rem;
    text-align: middle;
  }
  
  .quiz-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    max-width: 60%;
    margin: 0 auto;
    padding: 40px;
  }
  
  .question {
    margin-bottom: 24px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
  }
  
  .question p {
    font-weight: 500;
    margin-bottom: 12px;
    color: #234d8c;
    padding-bottom: 10px;
    font-size: 1em;
  }
  
  .question label {
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    cursor: pointer;
  }
  
  label {
    font-weight: 400 !important;
    vertical-align:
    middle;
  }
  
  input[type="radio"] {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  label {
    vertical-align: middle;
  }
  
  .question label:hover {
    background-color: #f8f9fa;
  }
  
  .question input[type="radio"] {
    margin-right: 12px;
    margin-top: 0.2em;
    accent-color: #234d8c;
    flex-shrink: 0;
  }
  
  .submit-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #234d8c;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .submit-btn:hover {
    background-color: #1f4170;
  }
  
  #result {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
  }
  
  #result h2 {
    color: #234d8c;
    margin-bottom: 16px;
  }
  
  #result h3 {
    color: #1f4170;
    margin-top: 16px;
  }
  
  #result ol {
    padding-left: 24px;
  }
  
  #result ol li {
    margin-bottom: 16px;
  }
  
  .error {
    color: #ee4336;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
  }
  
  .copyright {
    text-align: center;
    color: #6c757d;
    font-size: 1.5rem;
    margin-top: 24px;
    line-height: 1.5;
  }
  
  .framework-name {
    cursor: pointer;
    text-decoration: underline;
  }
  
  .framework-name:hover {
    color: #1f4170;
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 30px;
    width: 70%;
    max-width: 600px;
    border-radius: 12px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  
  .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #6c757d;
  }
  
  .close-btn:hover {
    color: #1f4170;
  }
  
  .popup-content h3 {
    color: #234d8c;
    margin-top: 0;
    margin-bottom: 16px;
  }
  
  footer {
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid rgba(87, 103, 132, 0.3);
  }
  
  footer a {
    color: rgba(87, 103, 132, 0.5);
  }
  
  footer a:hover {
    color: rgba(87, 103, 132, 0.9);
  }
  
  footer small {
    font-size: .85em;
  }
  
  footer .legal {
    font-size: .88em;
    color: rgba(87, 103, 132, 0.8);
    font-weight: 400 !important;
    margin-right: .5rem;
  }
  
  .print-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 20px;
    background-color: #234D8C;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .print-btn:hover {
    background-color: #0A3266;
  }
  
  @media print {
    body {
      background-color: white;
      color: #1f4170;
    }
    .quiz-container {
      box-shadow: none;
      max-width: 100%;
      padding: 0;
    }
    .submit-btn,
    .print-btn,
    .close-btn,
    .popup {
      display: none !important;
    }
    #quiz-form {
      display: none;
    }
    #result {
      background-color: white;
      padding: 0;
    }
    .framework-name {
      text-decoration: none !important;
      cursor: default !important;
      color: #1f4170 !important;
      pointer-events: none !important;
      display: inline !important;
    }
    h1 {
      font-size: 24pt;
    }
    .copyright {
      font-size: 10pt;
    }
  }
</style>