/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 /* reset
—————————————————————————————————————————————————— */
*, *::before, *::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font: inherit;
}
h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
h1, h2, h3, h4, button, input, label {
    line-height: 1.1;
}
p {
    overflow-wrap: break-word;
}
/* fonts
—————————————————————————————————————————————————— */
/* Custom font
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face { font-family: Increment; font-weight:400; src: url(/assets/Increment-b99680f7d52a23212ef64538b9d289da5249acd4b9ee139a3e8151fd0ddc04e3.woff); }
@font-face { font-family: IncrementItalic; font-weight:400; font-style: italic, oblique; src: url(/assets/Increment-Oblique-0d0980272e0971823c75d7ffd12195060bb400753a22b69632260c8d4571f114.woff); }

@font-face { font-family: Increment; font-weight:500; src: url(/assets/Increment-Medium-c3d163aed6c4371e50db647621875dd7b95c62d2ec4b7a8af816cf7432154386.woff); }
@font-face { font-family: IncrementItalic; font-weight:500; font-style: italic, oblique; src: url(/assets/Increment-MediumOblique-4a4690dab6efd74f57e1c8e579fb0b726d4a140b2933768d05976abcbb47050c.woff); }

@font-face { font-family: Increment; font-weight:700; src: url(/assets/Increment-Bold-ce5c1c0ac1d6f0c5f5eecf5538fca006b86dda1b818027ba2dcfba9b627ce431.woff); }
@font-face { font-family: IncrementItalic; font-weight:700; font-style: italic, oblique; src: url(/assets/Increment-BoldOblique-593aa79ce6e97550f43d1a219a243f405be2e9648b3ad9a278a3630c859c6a83.woff); }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 1rem;
}
body {
  font-weight: 400;
  font-family: Increment, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FBFDFC;
  background-color:#181F14;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 34px;
  padding: 0 20px;
  color: #181F14;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0CDF98;
  transition: background-color 0.5s;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box; 
  overflow: visible;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #27FEB6;
  color: #181F14;
  outline: 0; 
}

input[type=text], input[type=email], input[type=tel], input[type=date], select, textarea {
    width: 100%;
    padding: 12px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    background-color: #E7EEE9;
    box-sizing: border-box;
    resize: none;
    margin: 0 0 1rem;
}
textarea {
    resize: vertical;
}

.mobile-only {
    display: inline-block;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #0CDF98; 
    text-decoration: none;
    transition: color 0.5s; 
}
  a:hover {
    color: #27FEB6;
    text-decoration: underline; 
}
a.active {
    color: #0CDF98; 
    text-decoration: none;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700; 
}
h1 { font-size: 3.2rem; line-height: 1.2;  letter-spacing: 0;}
h2 { font-size: 2rem; line-height: 1.25; letter-spacing: 0; }
h3 { font-size: 1.75rem; line-height: 1.3;  letter-spacing: 0; }
h4 { font-size: 1.5rem; line-height: 1.3; letter-spacing: 0; }
h5 { font-size: 1.25rem; line-height: 1.2;  letter-spacing: 0; }
h6 { font-size: 1.2rem; line-height: 1.2;  letter-spacing: 0; }

/* big background image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    background-image: url(/assets/bg-min-c0a9dfe32177aca08232200c765916fc6242beb42add2fb02f7f0558f8a199e2.jpg);
    background-position: 50% 0;
    background-size: 600%;
    background-repeat: no-repeat;
}
p {
    font-size: 1.0625rem;
    margin: 0 0 1rem;
    word-break: auto-phrase;
}
p.large {
    font-size: 1.50rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}
p.small {
    font-size: 0.8rem;
    margin-top: 1rem;
}
header {
    width: 100%;
    margin: 1rem auto 2.5rem auto;
    padding:0 16px;
}
header .logo, footer .logo {
    width: 140px;
}
header ul {
    list-style: none;
    margin: 1rem 2.4rem;
    padding: 0;
}
header ul li {
    margin-bottom: 0;
}
header ul li a {
    color: #FBFDFC;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.0625rem;
}
header ul li a:hover {
    color: #0CDF98;
    text-decoration: none;
}
header button {
    margin: 0 2.4rem;
}
section {
    margin: 1rem 1rem;
}
.article-template {
    margin: 0 auto;
    padding: 1rem 0 0;
    background-color: #FBFDFC;
}
.content-article {
    margin: 1rem 0;
}
.article-template p, .article-template h2, .article-template h3, .article-template h4, .article-template h5, .article-template h6 {
    color: #181F14;
}
.article-template .khaki {
    color: #546A50;
}
p.large {
    font-size: 1.50rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.what {
    margin: 0 0 3rem;
}
.what img {
    margin: 0 0 0.8rem 0;
}
.what ul, .content-article ul {
    padding-inline-start: 0;
    list-style: none;
}
.what ul li {
    color:#90A291;
    border-left: 2px solid #90A291;
    padding-left: 16px;
    margin: 1rem 0;
}
.content-article ul li, .content-article ol li {
    color:#546A50;
    border-left: 2px solid #546A50;
    padding-left: 16px;
    margin: 1rem 0;
}
.content-article ol li {
    border-left: none;
}
.what ol {
    padding: 0;
    margin: 0 0 2rem;
}
.what ol li {
    line-height: 110%;
    color:#90A291;
    margin: 1.5rem 0;
    padding-left: 4px;
}
.what ol div {
    color:#90A291;
    border-left: 4px solid #90A291;
    padding-left: 30px;
    
}
hr {
    border: none;
    border-top: 1px solid #90A291;
}
.content-article hr {
    border: none;
    margin: 2.5rem 0;
}
footer {
    border-top: 1px solid #90A291;
    margin: 2rem 1rem 2.5rem;
    padding-top: 1.5rem;
}
.grid-use-case {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 16% 80%;
    grid-gap: 4%;
    margin: 1rem 0 2rem 0;
}
.use-case-icon {
    display: grid;
    align-items: center;
    height: 4rem;
    margin: 0.25rem auto;
}
.grid-use-case h5 {
    margin-bottom: 0;
}
h4.test-type {
    color: #90A291;
    margin: 0;
}
p.test-category {
    margin: 0 0 0.5rem 0;
    font-size: 0.813rem;
    font-weight: 900;
    color: #968EEB;
}
.test {
    border-top: 2px solid #0CDF98;
    padding: 0.5rem 0 0 0;
    margin: 1rem 0 2rem 0;
}
.test h5, .grid-recommendations .recommendation h5 {
    margin-bottom: 0.5rem;
    line-height: 100%;
    color:#0CDF98;
    font-size: 1rem;
}
.test label {
    font-size: 13px;
    font-weight: 900;
    color: #90A291;
}
form {
    margin: 2rem 0;
}
.error {
    background-color: #FFE5E5;
    border-radius: 2px;
}
.error p {
    color: #8F0000;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0.5rem 0;
}
.grid-process {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 12% 84%;
    grid-gap: 4%;
    margin: 2rem 0 3rem 0;
}
.grid-process h5 {
    margin-top:4px;
}
.grid-process p, .grid-faq .description p, .grid-recommendations .recommendation p {
    font-size: 1rem;
}
.counter {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}
.counter {
    content: attr(data-step);
    font-size: 1.25rem;
    font-weight: bold;
    background: #0CDF98;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    padding: 0.40rem 0.5rem;
    color: #181F14;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}
.step h5, .grid-faq h5 {
    margin-top: 0;
    margin-bottom:0;
}
.grid-recommendations .recommendation {
    border-top: 2px solid #0CDF98;
    padding: 0.5rem 0 0 0;
    margin: 1rem 0 2rem 0;
}
.grid-faq {
    margin: 2rem 0 3rem 0;
}
.grid-mugshot {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 23% 73%;
    grid-gap: 4%;
    margin: 2rem 0 3rem 0;
}
.grid-mugshot img {
    width: 100%;
    height: auto;
    border-radius: 4rem;
    aspect-ratio: 1 / 1;

}
.grid-mugshot h4 {
    margin: 0.5rem 0 0;
    line-height: 100%;
    font-size: 1.25rem;
}
.grid-mugshot p {
    font-size: 0.9rem;
}
.article {
    border-top: 3px solid #90A291;
    padding-top: 12px;
    margin-bottom: 3rem;
}
.article p {
    font-size: 0.875rem;
}
.article img, .byline-article img {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}
.article a {
    color:#FBFDFC;
}
.article a:hover {
    text-decoration: none;
}
.article p a {
    color: #0CDF98;
}
.article p a:hover {
    text-decoration: underline;
}
.content-article h6 {
    margin: 2rem 0 0.5rem;
}
.content-article a {
    color:#00D09C;
}
.content-article .content-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.content-article .content-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.byline {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 48px 1fr;
    grid-gap: 8px;
    margin-bottom: 1rem;
}
.byline-article {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-gap: 8px;
    margin: 0;
}
.byline h6, .byline-article h6 {
    font-size: 0.813rem;
    font-weight: 700;
    margin-bottom: 0;
}
.byline .author-title, .byline-article .author-title {
    margin: 0;
    font-size: 0.813rem;
    line-height: 100%;
    font-weight: 900;
    color: #968EEB;
}
.byline-article .author-title {
    color: #271C9C;
}
.byline-article h6 { 
    color:#181F14;
}
.khaki {
    color: #90A291;
}
.green {
    color: #0CDF98;
}
.pink {
    color: #f472b6;
}
.radius {
    border-radius: 3px;
}
.whitepaper {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    background-color:#ffffff;
    color: #271C9C;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 2rem;
}
.code {
    padding: 0.1rem 0.2rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #D7D4F7;
    color: #271C9C;
    word-break: break-all;
}
.code-block {
    padding: 0.5rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem;
    background-color: #E7EEE9;
    color: #181F14;
}
.article-template .table-wrapper {
    overflow-x: auto;
}
.article-template table {
    margin: 0.5rem 0;
    padding: 0;
    color: #181F14;
    border-collapse: collapse;
}
.article-template table tr {
    margin: 0;
}
.article-template table th {
    margin: 0;
    padding: 0.4rem 0.2rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 100%;
    background-color: #E7EEE9;
    border: 1px solid #ffffff;
}
.article-template table td {
    margin: 0;
    padding: 0.6rem 0.4rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 110%;
    border: 1px solid #E7EEE9;
}
.article-template table td .code {
    font-size: 0.8rem;
    word-break: normal;
}
.article-template li em {
    color: #181F14;
}
.article-template li a {
    word-break: break-all;
}

table {
    margin: 1rem 0 2rem;
    border-spacing: 0;
    border-collapse: collapse;
    /* border: 1px solid #242C21; */
    border-radius: 0.5rem;
    background-color: #242C21;
}

thead {
    background-color: #000;
    font-size: 0.8rem;
    text-align: left;
}

thead th {
    padding: 0.3rem 1rem;
    font-weight: 400;
}

tbody tr.even {
    border-top: 1px solid #384136;
    border-bottom: 1px solid #384136;
    /* background-color: #32402A; */
}

tbody td {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.cve {
    white-space: nowrap;
}

.panel {
    background-color: #242C21;
    color: #90A291;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
}
.badge {
    padding: 0.24rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    border-radius: 0.2rem;
}
.critical {
    background-color: #ef4444;
}
.high {
    background-color: #ea580c;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 640px) {
    body {
        background-size: 400%;
        display: grid;
        grid-gap: 0;
    }
    .mobile-only {
        display: none;
    }
    header {
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        grid-template-columns: auto 1fr auto;
    }
    header button {
        margin: 0;
    }
    .grid {
        display: grid;
        grid-auto-flow: column;
        align-items: top;
        grid-template-columns: 46% 46%;
        grid-gap: 8%;
    }
    .price {
        margin: 0;
    }
    .grid-tests {
        display: grid;
        grid-auto-flow: column;

        grid-template-columns: 30% 30% 30%;
        grid-gap: 5%;
    }
    .grid-process {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 4% 94%;
        grid-gap: 2%;
        margin: 2rem 0 3rem 0;
    }
    .grid-step-content {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 26% 66%;
        grid-gap: 8%;
    }
    .grid-process p, .grid-faq .description p {
        font-size: 1.25rem;
    }
    .grid-recommendations {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 46% 46%;
        grid-gap: 8%;
    }
    .grid-recommendations .recommendation p {
        font-size: 1rem;
    }
    .grid-faq {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 30% 62%;
        grid-gap: 8%;
        margin: 2rem 0 3rem 0;
    }
    .what, .grid-mugshot {
        margin: 1rem 0;
    }
    section.pricing {
        margin: 2.5rem 0.5rem 0;
        display: block;
    }
    .articles {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 30% 30% 30%;
        grid-column-gap: 5%;
    }
    .article-template {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
    .grid-article {
        display: grid;
        grid-auto-flow: column;
        align-items: top;
        grid-template-columns: 12% 66% 12%;
        grid-gap: 5%;
        margin: 2rem 0 3rem 0;
        padding: 0;
    }
    .content-article {
        padding: 0 1rem;
        margin: 0;
    }
    .byline-article {
        display: block;
    }
    .byline-article img {
        margin: 0 0 0.5rem 0;
    }
    .grid-use-case {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 16% 82%;
        grid-gap: 2%;
        margin: 1rem 0 2rem 0;
    }
    .grid-use-case h5 {
        margin-bottom: 0;
    }
    .grid-mugshot {
        display: block;
        margin: 1rem 0 2rem 0;
    }
    .grid-mugshot img {
        width: 7.5rem;
        height: auto;
        border-radius: 7.5rem;
        aspect-ratio: 1 / 1;
    }
    .grid-mugshot h4 {
        margin: 1rem 0 0;
        font-size: 1.5rem;
    }
    .grid-mugshot p { 
        font-size: 0.938rem;
    }
    p, .what ul li, .content-article ul li, .content-article ol li, .content-article ol li, .what ol li, .code, .article-template li em {
        word-break: auto-phrase;
    }
}

/* Larger than desktop */
@media (min-width: 1024px) {
    body {
        background-size: auto;
        padding: 0.05px;
        display: grid;
        grid-gap: 0;
    }
    header {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        box-sizing: border-box;
        height:140px;
    }
    header .logo {
        width: 140px;
    }
    header ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3.6rem;
        align-items: center;
        list-style: none;
        margin: 0 0 0 80px;
        padding: 0;
    }
    section {
        width: 100%;
        max-width: 1080px;
        margin: 2rem auto;
        display: block;
        padding: 0 1rem;
    }
    section.hero {
        margin: 14rem auto 2rem;
    }
    .articles {
        display: grid;
        grid-template-columns: 22% 22% 22% 22%;
        grid-column-gap: 4%;
    }
    footer {
        width: 100%;
        max-width: 1080px;
        margin: 4rem auto 0;
        padding: 1.5rem 1rem 0;
    }
    .grid-use-case {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 16% 82%;
        grid-gap: 2%;
        margin: 1rem 0 2rem 0;
    }
    .grid-use-case h5 {
        margin-bottom: 0;
    }
    
    p, .what ul li, .content-article ul li, .content-article ol li, .content-article ol li, .what ol li, .code, .article-template li em {
        word-break: auto-phrase;
    }
  }
